@charset "UTF-8";
/* VARS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 48px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%;
  vertical-align: bottom; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.7; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.mfp-close {
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  right: 0;
  top: -10px;
  width: 40px;
  height: 40px;
  background: url(../img/ico_modal_close.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer !important; }
  .mfp-inline-holder button.mfp-close {
    top: -45px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 60px 0 60px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-figure .mfp-close {
  top: 10px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt38 {
  margin-top: 38px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr40 {
  margin-right: 50px !important; }

@media screen and (max-width: 767px) {
  .mr50-sp {
    margin-right: 6.66667vw !important; } }

@media screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0vw !important; } }

@media screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 2.66667vw !important; } }

@media screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 5.33333vw !important; } }

@media screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 6.66667vw !important; } }

@media screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0vw !important; } }

@media screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 2.66667vw !important; } }

@media screen and (max-width: 767px) {
  .mb50-sp {
    margin-bottom: 6.66667vw !important; } }

.only-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .only-sp {
      display: block; } }

@media screen and (max-width: 767px) {
  .only-pc {
    display: none; } }

.d-block {
  display: block !important; }

/* TXET
///////////////////////////////////////////////////*/
.fs18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs22 {
  font-size: 22px;
  font-size: 2.2rem; }

.fs12 {
  font-size: 12.8px;
  font-size: 1.28rem; }

@media screen and (max-width: 767px) {
  .fs28-sp {
    font-size: 3.73333vw !important; } }

@media screen and (max-width: 767px) {
  .fs32-sp {
    font-size: 4.26667vw !important; } }

@media screen and (max-width: 767px) {
  .fs35-sp {
    font-size: 4.66667vw !important; } }

.txtc {
  text-align: center; }

.txtl {
  text-align: left; }

.txtr {
  text-align: right; }

.txtj {
  text-align: justify; }

.bold {
  font-weight: bold; }

.large {
  font-size: 120% !important; }
  @media screen and (max-width: 767px) {
    .large {
      font-size: 4.26667vw !important; } }
  @media screen and (max-width: 767px) {
    .large--sp {
      font-size: 3.73333vw !important; } }

.small {
  font-size: 90% !important; }

.x-small {
  font-size: 80% !important; }

.color-primary {
  color: #dc2b37; }

.color-white {
  color: #FFF; }

.note {
  display: block;
  padding-left: 1.2em;
  text-indent: -1em;
  font-weight: normal; }
  .note span {
    position: relative;
    left: -.2em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

.list-indent li {
  position: relative;
  padding-left: 1.2em; }
  .list-indent li > i {
    position: absolute;
    left: 0; }

.t_indent {
  position: relative;
  padding-left: 5em; }
  .t_indent__span {
    position: absolute;
    left: 0; }

.line {
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.strong {
  color: #dc2b37;
  font-weight: bold; }
  .strong--normal {
    font-weight: normal; }

/* BASE
///////////////////////////////////////////////////*/
html {
  font-size: 62.5%; }

body {
  font-family: "HelveticaNeue", "Helvetica", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", ArialMT, Arial, "Droid Sans", Roboto, Osaka, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  width: 100%;
  -webkit-text-size-adjust: none; }

a {
  color: #000; }

small {
  font-size: 80%; }

sup {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 50%;
  vertical-align: top; }

img {
  max-width: 100%; }

::selection {
  background: #9fa0a0;
  color: #fff; }

/* WRAPPER
///////////////////////////////////////////////////*/
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

.main {
  display: block;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px 0; }
  .main > * {
    padding-top: 80px; }
  .year2020 .main {
    max-width: 975px; }
  @media screen and (max-width: 767px) {
    .main {
      padding: 0 4% 0; }
      .main > * {
        padding-top: 14.28571%; } }

/* HEADER
///////////////////////////////////////////////////*/
.header {
  position: relative;
  z-index: 20;
  background: -webkit-linear-gradient(left, #cf111b 0, #cf111b 30%, #d0cecf 50%, #d0cecf 0%);
  background: linear-gradient(90deg, #cf111b 0, #cf111b 30%, #d0cecf 50%, #d0cecf 0%); }
  .year2020 .header {
    background: #189a4f; }
    .year2020 .header__main {
      background-image: url(../img/2020/main.jpg); }
  .header__inr {
    position: relative;
    max-width: 1400px;
    margin: 0 auto; }
  .header__main {
    display: block;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    height: 0;
    padding-top: calc(510/1400*100%);
    background: url(../img/main.jpg) no-repeat center 0/contain; }
  @media screen and (max-width: 767px) {
    .header__main {
      padding-top: 117.33333%;
      background-image: url(../img/sp/main.jpg); }
    .year2020 .header__main {
      padding-top: 110.26667%;
      background-image: url(../img/sp/2020/main.jpg);
      width: 100%;
      background-size: 100%; } }

/* HEADER
///////////////////////////////////////////////////*/
.localnav {
  background: #f1f1f1;
  padding: 20px 0; }
  .localnav__inr {
    max-width: 975px;
    margin: 0 auto; }
  .localnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .localnav ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  @media screen and (max-width: 767px) {
    .localnav {
      padding: 2.66667vw 0; }
      .localnav__inr {
        max-width: 690px;
        width: 92vw;
        margin: 0 auto; }
      .localnav ul {
        width: 92vw;
        margin: -0.4vw; }
        .localnav ul li {
          width: auto;
          margin: 0.4vw; }
          .localnav ul li a {
            padding-top: 2vw;
            padding-bottom: 2vw; }
          .localnav ul li:first-child {
            width: 29.73333vw; }
            .localnav ul li:first-child a {
              padding-right: 2.66667vw; }
          .localnav ul li:nth-child(2) {
            width: 29.73333vw; }
            .localnav ul li:nth-child(2) a {
              padding-right: 2.66667vw; }
          .localnav ul li:nth-child(3) {
            width: 30.53333vw; }
            .localnav ul li:nth-child(3) a {
              padding-right: 2.66667vw; } }

/* FOOTER
///////////////////////////////////////////////////*/
.footer {
  display: block;
  position: relative; }
  .footer__inr {
    position: relative;
    max-width: 920px;
    padding: 40px 20px 0;
    margin: 0 auto 20px;
    box-sizing: border-box; }
  .footer__bnr {
    text-align: center; }
    .footer__bnr li {
      display: inline-block; }
  .footer .txt-area {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem; }
    .footer .txt-area p > span {
      font-weight: bold; }
  .footer .copyright {
    padding: 20px;
    border-top: 1px solid #d6d6d6; }
    .footer .copyright p {
      width: 680px;
      margin-right: auto;
      margin-left: auto; }
    .footer .copyright__link {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
      .footer .copyright__link a {
        -webkit-transition: .3s;
        transition: .3s; }
        .footer .copyright__link a:hover {
          opacity: .6; }
        .footer .copyright__link a[target="_blank"]:after {
          display: inline-block;
          content: "";
          background: url(../img/icon_blank.svg) no-repeat;
          width: 11px;
          height: 10px;
          margin-left: 5px; }
        .footer .copyright__link a:before {
          display: inline-block;
          content: "";
          width: 0;
          height: 0;
          margin-right: 4px;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #000000; }
  .footer .copyright-link {
    width: 680px;
    margin: 0 auto; }
    .footer .copyright-link__a {
      display: inline;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
      .footer .copyright-link__a:first-child {
        padding-right: 20px; }
      .footer .copyright-link__a a {
        -webkit-transition: .3s;
        transition: .3s; }
        .footer .copyright-link__a a:hover {
          opacity: .6; }
        .footer .copyright-link__a a[target="_blank"]:after {
          display: inline-block;
          content: "";
          background: url(../img/icon_blank.svg) no-repeat;
          width: 11px;
          height: 10px;
          margin-left: 5px; }
        .footer .copyright-link__a a:before {
          display: inline-block;
          content: "";
          width: 0;
          height: 0;
          margin-right: 4px;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #000000; }
  @media screen and (max-width: 767px) {
    .footer__inr {
      width: auto;
      padding: 5.33333% 3.33333% 0; }
    .footer__bnr {
      overflow: hidden;
      text-align: left;
      margin: 0 5.71429%; }
      .footer__bnr li {
        margin: 0 auto;
        display: block;
        width: 35.17857%; }
    .footer .txt-area {
      margin-bottom: 4.28571%;
      font-size: 4vw;
      text-align: justify; }
    .footer .copyright {
      padding: 2.66667% 3.33333% 2.66667%;
      border-top: 0.26667vw solid #d6d6d6; }
      .footer .copyright p {
        width: 100%;
        margin-right: auto;
        margin-left: auto; }
      .footer .copyright__link {
        font-size: 3.2vw;
        margin-bottom: 2%;
        padding-left: 1.33333%; }
        .footer .copyright__link a:hover {
          opacity: 1; }
        .footer .copyright__link a[target="_blank"]:after {
          width: 2.93333vw;
          height: 2.66667vw;
          background-size: contain;
          margin-left: 5px; }
        .footer .copyright__link a:before {
          display: inline-block;
          content: "";
          width: 0;
          height: 0;
          margin-right: 4px;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #000000; }
    .footer .copyright-link {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 2%; }
      .footer .copyright-link__a {
        display: inline;
        font-size: 3.2vw;
        padding-left: 1.33333%; }
        .footer .copyright-link__a:first-child {
          padding-right: 4%; }
        .footer .copyright-link__a a:hover {
          opacity: 1; }
        .footer .copyright-link__a a[target="_blank"]:after {
          width: 2.93333vw;
          height: 2.66667vw;
          background-size: contain;
          margin-left: 5px; }
        .footer .copyright-link__a a:before {
          display: inline-block;
          content: "";
          width: 0;
          height: 0;
          margin-right: 4px;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #000000; } }

.pagetop {
  display: block;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: fixed;
  z-index: 20;
  bottom: 30px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: -100px;
  margin-left: 32.14286vw;
  background: url(../img/ico_pagetop.png) 0 0 no-repeat;
  background-size: 100%; }
  .pagetop:hover {
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .pagetop {
      z-index: 100;
      bottom: 4.28571vw;
      left: auto;
      right: 2.85714vw;
      width: 13.33333vw;
      height: 13.33333vw;
      margin-left: auto;
      margin-bottom: -14.28571vw; } }
  .pagetop--fixed {
    bottom: 120px !important; }
    @media screen and (max-width: 767px) {
      .pagetop--fixed {
        bottom: 28vw !important; } }
  @media screen and (max-width: 767px) {
    .pagetop--ac-active {
      bottom: 76vw !important; } }

.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF; }
  .loading__logo {
    display: block;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 25px;
    margin: -12px 0 0 -57px;
    background: url(../img/logo.png) center center no-repeat;
    background-size: 100%; }
  .loading__bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    background: #cf111b; }
  .year2020 .loading__bar {
    background-color: #189a4f; }
  @media screen and (max-width: 767px) {
    .loading__logo {
      width: 30.66667%;
      height: 6.66667%;
      margin: -3.2% 0 0 -15.2%; }
    .loading__bar {
      height: 5.33333vw; } }

/* SECTION
///////////////////////////////////////////////////*/
.sect {
  position: relative; }
  .sect__heading {
    margin-bottom: 20px;
    text-align: center; }
  .sect__cont > * {
    margin-top: 50px; }
    .sect__cont > *:first-child {
      margin-top: 0; }
  @media screen and (max-width: 767px) {
    .sect__heading {
      margin-bottom: 5.71429%; }
    .sect__cont > * {
      margin-top: 11.42857%; } }

/* HEADING
///////////////////////////////////////////////////*/
.ttl-a {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100%;
  height: 57px;
  padding: 20px 16px 20px calc(50vw - 50%);
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  background: #212121;
  color: #FFF;
  line-height: 1.3; }
  .ttl-a:after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48.5px 0 48.5px 30px;
    border-color: transparent transparent transparent #212121; }
  .year2020 .ttl-a {
    height: 71px;
    width: 945px;
    padding-right: 0;
    padding-left: calc(50vw - 50%);
    left: calc(-50vw + 50%); }
    .year2020 .ttl-a:after {
      border-width: 55.5px 0 55.5px 30px; }
    .year2020 .ttl-a > span {
      position: relative;
      display: block; }
    .year2020 .ttl-a__num {
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    @media screen and (max-width: 1000px) {
      .year2020 .ttl-a {
        width: 93vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .year2020 .ttl-a__num {
          width: 16vw; } }
    @media screen and (max-width: 767px) {
      .year2020 .ttl-a {
        height: 7.2vw;
        width: 88vw;
        margin-bottom: 8vw; }
        .year2020 .ttl-a:after {
          right: -15px;
          border-width: 7.6vw 0 7.6vw 15px; }
        .year2020 .ttl-a__num {
          width: 21.33333vw;
          left: 0; } }
  @media screen and (max-width: 1020px) {
    .ttl-a {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .ttl-a {
      height: 7.2vw;
      width: 86.66667vw;
      left: calc(-50vw + 50%);
      padding: 4vw 1.33333vw 4vw calc(50vw - 50%);
      line-height: 1;
      margin-bottom: 5.33333vw; }
      .ttl-a:after {
        right: -15px;
        border-width: 7.6vw 0 7.6vw 15px; }
      .ttl-a img {
        vertical-align: baseline; } }

.ttl-b {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold; }
  .ttl-b small {
    font-weight: normal; }
  .ttl-b--border {
    padding-bottom: 20px;
    border-bottom: 2px solid #454545; }
  @media screen and (max-width: 767px) {
    .ttl-b {
      margin-bottom: 5.33333vw;
      font-size: 4.53333vw; }
      .ttl-b--border {
        padding-bottom: 2.66667vw;
        border-bottom: 0.26667vw solid #454545; } }

.ttl-c {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold; }
  .ttl-c small {
    font-weight: normal;
    font-size: 60%; }

.ttl-d {
  margin-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold; }
  .ttl-d em {
    color: #dc2b37; }
  .ttl-d--another {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px; }
    .ttl-d--another em {
      color: #dc2b37;
      font-size: 28px;
      font-size: 2.8rem; }
  @media screen and (max-width: 767px) {
    .ttl-d {
      margin-bottom: 5.33333vw;
      font-size: 4.8vw; }
      .ttl-d--another {
        font-style: 4.8vw; }
        .ttl-d--another em {
          font-size: 5.33333vw; } }

.ttl-e {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding: 35px 0;
  margin-bottom: 0px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  background: #212121;
  color: #FFF;
  line-height: 1.3; }
  @media screen and (max-width: 1020px) {
    .ttl-e {
      left: -70px;
      width: calc(100% + 140px); } }
  @media screen and (max-width: 767px) {
    .ttl-e {
      padding: 4vw 3.33333vw;
      left: calc(-50vw + 50%);
      width: 100vw;
      box-sizing: border-box; } }

.ttl-frame {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background: #454545;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .ttl-frame {
      padding: 0.26667vw 2.66667vw;
      border-radius: 0.4vw;
      font-size: 3.73333vw; } }

.ttl-balloon {
  display: inline-block;
  position: relative;
  padding: 4px 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #FFF;
  color: #dc2b37;
  border: 3px solid #dc2b37;
  border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2; }
  .ttl-balloon__small {
    font-size: 14px;
    font-size: 1.4rem; }
  .ttl-balloon:before, .ttl-balloon:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top: 14px solid #dc2b37; }
  .ttl-balloon:after {
    border-top: 14px solid #FFF;
    bottom: -12px; }
  .ttl-balloon--another {
    box-sizing: border-box;
    font-size: 22px;
    font-size: 2.2rem;
    width: 235px;
    border: 4px solid #dc2b37;
    padding: 6px 20px;
    margin-bottom: 10px; }
    .ttl-balloon--another:after {
      border-top: 21px solid #fff; }
    @media screen and (max-width: 767px) {
      .ttl-balloon--another {
        font-size: 3.73333vw;
        width: 42.66667vw;
        padding-top: 1.33333vw !important;
        padding-bottom: 1.33333vw !important; }
        .ttl-balloon--another:before {
          border-top: 1.4rem solid #dc2b37 !important;
          bottom: -1.4rem !important; }
        .ttl-balloon--another:after {
          border-top: 1.4rem solid #FFF !important;
          bottom: -1.0rem !important; } }
  .ttl-balloon--another2 {
    box-sizing: border-box;
    font-size: 22px;
    font-size: 2.2rem;
    width: 320px;
    border: 4px solid #dc2b37;
    padding: 6px 10px;
    margin-bottom: 20px; }
    .ttl-balloon--another2:after {
      border-top: 21px solid #fff; }
    @media screen and (max-width: 767px) {
      .ttl-balloon--another2 {
        font-size: 3.73333vw;
        width: 57.33333vw;
        padding: 1.33333vw !important; }
        .ttl-balloon--another2:before {
          border-top: 1.4rem solid #dc2b37 !important;
          bottom: -1.4rem !important; }
        .ttl-balloon--another2:after {
          border-top: 1.4rem solid #FFF !important;
          bottom: -1.0rem !important; } }
  @media screen and (max-width: 767px) {
    .ttl-balloon {
      padding: 2vw 2.66667vw;
      min-width: 40.8vw;
      margin-bottom: 5.33333vw;
      border-radius: 0.8vw;
      border-width: 0.8vw;
      font-size: 4vw;
      line-height: 1.2;
      box-sizing: border-box; }
      .ttl-balloon:before, .ttl-balloon:after {
        bottom: -17px;
        margin-left: -10px;
        border: 10px solid transparent;
        border-bottom: 0;
        border-top: 14px solid #dc2b37; }
      .ttl-balloon:after {
        border-top: 14px solid #FFF;
        bottom: -12px; } }

/* BLOCK
///////////////////////////////////////////////////*/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .grid--gutter {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px; }
    .grid--gutter > * {
      padding: 30px 15px 0 15px; }
  .grid--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .grid--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .grid--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid > * {
    box-sizing: border-box; }
  .grid__cell01 {
    width: 4.16666666667%; }
  .grid__cell02 {
    width: 8.33333333333%; }
  .grid__cell03 {
    width: 12.5%; }
  .grid__cell04 {
    width: 16.6666666667%; }
  .grid__cell048 {
    width: 20%; }
  .grid__cell05 {
    width: 20.8333333333%; }
  .grid__cell06 {
    width: 25%; }
  .grid__cell07 {
    width: 29.1666666667%; }
  .grid__cell08 {
    width: 33.3333333333%; }
  .grid__cell09 {
    width: 37.5%; }
  .grid__cell10 {
    width: 41.6666666667%; }
  .grid__cell11 {
    width: 45.8333333333%; }
  .grid__cell12 {
    width: 50%; }
  .grid__cell13 {
    width: 54.1666666667%; }
  .grid__cell14 {
    width: 58.3333333333%; }
  .grid__cell15 {
    width: 62.5%; }
  .grid__cell16 {
    width: 66.6666666667%; }
  .grid__cell17 {
    width: 70.8333333333%; }
  .grid__cell18 {
    width: 75%; }
  .grid__cell19 {
    width: 79.1666666667%; }
  .grid__cell20 {
    width: 83.3333333333%; }
  .grid__cell21 {
    width: 87.5%; }
  .grid__cell22 {
    width: 91.6666666667%; }
  .grid__cell23 {
    width: 95.8333333333%; }
  .grid__cell24 {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .grid {
      display: block; }
      .grid--gutter {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0; }
        .grid--gutter > * {
          padding: 0; }
      .grid > * {
        width: 100%; }
        .grid > * ~ * {
          margin-top: 4vw; } }

@media screen and (max-width: 767px) {
  .sp-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sp-grid--gutter {
      margin-top: -8vw;
      margin-left: -4vw;
      margin-right: -4vw; }
      .sp-grid--gutter > * {
        margin-top: 0;
        padding: 8vw 4vw 0 4vw; }
    .sp-grid--top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .sp-grid--bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .sp-grid--middle {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .sp-grid--center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sp-grid > * {
      box-sizing: border-box; }
    .sp-grid__cell01 {
      width: 4.16666666667%; }
    .sp-grid__cell02 {
      width: 8.33333333333%; }
    .sp-grid__cell03 {
      width: 12.5%; }
    .sp-grid__cell04 {
      width: 16.6666666667%; }
    .sp-grid__cell048 {
      width: 20%; }
    .sp-grid__cell05 {
      width: 20.8333333333%; }
    .sp-grid__cell06 {
      width: 25%; }
    .sp-grid__cell07 {
      width: 29.1666666667%; }
    .sp-grid__cell08 {
      width: 33.3333333333%; }
    .sp-grid__cell09 {
      width: 37.5%; }
    .sp-grid__cell10 {
      width: 41.6666666667%; }
    .sp-grid__cell11 {
      width: 45.8333333333%; }
    .sp-grid__cell12 {
      width: 50%; }
    .sp-grid__cell13 {
      width: 54.1666666667%; }
    .sp-grid__cell14 {
      width: 58.3333333333%; }
    .sp-grid__cell15 {
      width: 62.5%; }
    .sp-grid__cell16 {
      width: 66.6666666667%; }
    .sp-grid__cell17 {
      width: 70.8333333333%; }
    .sp-grid__cell18 {
      width: 75%; }
    .sp-grid__cell19 {
      width: 79.1666666667%; }
    .sp-grid__cell20 {
      width: 83.3333333333%; }
    .sp-grid__cell21 {
      width: 87.5%; }
    .sp-grid__cell22 {
      width: 91.6666666667%; }
    .sp-grid__cell23 {
      width: 95.8333333333%; }
    .sp-grid__cell24 {
      width: 100%; } }

.box-a__head {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 8px 10px;
  background: url(../img/bg_ttl_b.png) 0 0 repeat;
  text-align: center;
  color: #FFF; }

.box-a__body {
  padding: 30px;
  background: #f2f2f2;
  border: 4px solid #000;
  border-top: 0px; }
  .box-a__body--border {
    background: none;
    border: 4px solid #000;
    border-top: none; }

.box-a__con {
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .box-a {
    font-size: 4.26667vw; }
    .box-a__head {
      font-size: 5.06667vw;
      font-weight: bold;
      padding: 1.71429% 2.85714%;
      background-size: 4.53333vw; }
    .box-a__body {
      padding: 5.71429% 5.71429%;
      border-width: 0.53333vw; }
      .box-a__body--border {
        border-width: 0.53333vw; }
    .box-a__con {
      padding-left: 0; } }

.box-b {
  border: 4px solid #000; }
  .box-b__head {
    display: table;
    width: 100%; }
    .box-b__head dt, .box-b__head dd {
      display: table-cell;
      vertical-align: middle; }
    .box-b__head dt {
      width: 115px; }
      .box-b__head dt img {
        width: 115px; }
    .box-b__head dd {
      padding: 0 20px;
      background: #46b5c4;
      color: #FFF; }
      .box-b__head dd p {
        margin-bottom: 10px;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: bold; }
      .box-b__head dd small {
        display: block;
        line-height: 1.4;
        font-size: 16px;
        font-size: 1.6rem; }
  .box-b__body {
    padding: 30px 18px;
    background: #f2f2f2; }
  @media screen and (max-width: 767px) {
    .box-b {
      border-width: 0.53333vw; }
      .box-b__head dt {
        width: 30.66667vw; }
        .box-b__head dt img {
          width: 100%; }
      .box-b__head dd {
        padding: 2.66667vw;
        box-sizing: border-box; }
        .box-b__head dd p {
          margin-bottom: 1.33333vw;
          font-size: 5.33333vw; }
        .box-b__head dd small {
          line-height: 1.6;
          font-size: 3.73333vw; }
      .box-b__body {
        padding: 5.33333vw;
        font-size: 3.73333vw; } }

.box-c {
  border: 4px solid #000;
  padding: 35px 30px;
  position: relative;
  background-color: #fff; }
  .box-c:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    background: url(../img/2020/bg01.png); }
  @media screen and (max-width: 767px) {
    .box-c {
      border-width: 0.53333vw;
      padding: 4vw;
      margin-top: 6.66667vw;
      width: calc(100% - 1.86667vw);
      font-size: 3.73333vw; }
      .box-c:after {
        top: 1.86667vw;
        left: 1.86667vw;
        border-width: 0.53333vw;
        background-size: 1.33333vw 1.33333vw; } }

.box-d {
  background: #fff9e5;
  padding: 60px 46px 35px;
  position: relative; }
  .box-d__txt {
    width: calc(100% - 232px); }
  .box-d__balloon {
    position: absolute;
    top: -20px; }
  .box-d__fig {
    position: absolute;
    width: 212px;
    bottom: 0;
    right: 20px; }
  @media screen and (max-width: 767px) {
    .box-d {
      padding: 6.66667vw 4vw 4vw; }
      .box-d__txt {
        width: 100%;
        font-size: 3.73333vw; }
        .box-d__txt--02 {
          width: calc(100% - 24vw); }
      .box-d__balloon {
        top: -5.86667vw;
        width: 30.13333vw; }
      .box-d__fig {
        width: 26.13333vw;
        right: 0px; } }

.box-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex: 0 1 auto; }
  .box-grid > p {
    width: 50%;
    padding: 50px 45px;
    box-sizing: border-box; }
    .box-grid > p:first-child {
      position: relative;
      text-align: center; }
      .box-grid > p:first-child::after {
        content: "";
        position: absolute;
        background: url(../img/2020/line.png) center no-repeat;
        background-size: 100%;
        width: 4px;
        height: 157px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
  @media screen and (max-width: 767px) {
    .box-grid {
      padding: 2.66667vw;
      display: block; }
      .box-grid > p {
        width: 100%;
        padding: 0; }
        .box-grid > p:first-child {
          position: relative;
          margin-bottom: 20px; }
          .box-grid > p:first-child::after {
            content: none; } }

.w500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.p-faq--right {
  padding-bottom: 25px; }

.p-faq dt {
  position: relative;
  padding-left: 50px;
  padding-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }
  .p-faq dt::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 31px;
    height: 35px;
    background: url(../img/icon_q.png) 0 0 no-repeat;
    background-size: 100%; }

.p-faq dd {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px; }
  .p-faq dd::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 28px;
    height: 29px;
    background: url(../img/icon_a.png) 0 0 no-repeat;
    background-size: 100%; }

@media screen and (max-width: 767px) {
  .p-faq dt {
    font-size: 5.06667vw; } }

.p-point {
  position: relative;
  padding-top: 25px;
  border-top: 2px solid #d1d1d1; }
  .p-point__img {
    position: absolute; }
    .p-point__img--left {
      bottom: 5%;
      left: -4.5%; }
    .p-point__img--right img {
      width: 122px; }
  .p-point__txt {
    padding-left: 138px; }
    .p-point__txt--left {
      padding-left: 160px; }
  .p-point dt {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55; }
    .p-point dt .sub {
      font-size: 16px;
      color: #46b5c4; }
  @media screen and (max-width: 767px) {
    .p-point {
      padding-bottom: 20px; }
      .p-point__img--left {
        bottom: 28px;
        left: -20px; }
      .p-point__txt--left {
        padding-left: 155px; }
      .p-point dt {
        font-size: 4vw; }
        .p-point dt .sub {
          font-size: 3.33333vw; } }

.txt-area p {
  margin-bottom: 20px; }

.txt-area__wid {
  width: 80%;
  margin-right: auto;
  margin-left: auto; }

.txt-area--l {
  line-height: 2; }
  .txt-area--l p {
    margin-bottom: 30px; }

.txt-area .left {
  float: left;
  margin-right: 30px; }

.txt-area .right {
  float: right;
  margin-left: 30px; }

.year2020 .txt-area {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (max-width: 767px) {
    .year2020 .txt-area {
      text-align: left;
      font-size: 4.8vw; } }

@media screen and (max-width: 767px) {
  .txt-area p {
    margin-bottom: 15px; }
  .txt-area__wid {
    width: 100%; }
  .txt-area--l p {
    margin-bottom: 15px; }
  .txt-area .left {
    float: none;
    margin-right: 0; }
  .txt-area .right {
    float: none;
    margin-left: 0; } }

.fit__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fit__grid > div {
    width: 50%;
    text-align: center; }
  .fit__grid--01 {
    width: 36.93182% !important; }
  .fit__grid--02 {
    width: 64.20455% !important; }
  .fit__grid--03 {
    width: 100% !important; }

.fit__inr {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px; }
  .fit__inr--yellow {
    margin-left: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: 20px;
    background: #ffff00; }
    .fit__inr--yellow .btn, .fit__inr--yellow .btn-white {
      margin-top: 20px; }
    .year2020 .fit__inr--yellow .btn, .year2020 .fit__inr--yellow .btn-white {
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .fit__inr--yellow .btn, .fit__inr--yellow .btn-white {
        margin-top: 0; }
      .year2020 .fit__inr--yellow .btn, .year2020 .fit__inr--yellow .btn-white {
        margin-top: 0; } }
  .fit__inr--orange {
    margin-right: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: 20px;
    background: #ffe400; }
  .fit__inr--blue {
    margin-right: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    background: #26d4d8; }

.fit__bottom {
  margin-top: auto; }

.fit__ttl01 {
  margin-bottom: 30px; }

.fit__ttl02 {
  margin-bottom: 25px; }

.fit__fig {
  margin-bottom: 10px; }
  .fit__fig figcaption {
    margin-bottom: 20px; }

.fit__text {
  margin-bottom: 10px; }
  .fit__text--another {
    margin-left: 20px;
    margin-left: 2rem;
    margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .fit {
    font-size: 3.73333vw; }
    .fit__grid {
      display: block; }
      .fit__grid > div {
        width: 100%;
        margin-left: calc(-50vw + 50%);
        padding-left: calc(50vw - 50%);
        margin-right: calc(-50vw + 50%);
        padding-right: calc(50vw - 50%); }
      .fit__grid--01 {
        width: 100% !important; }
      .fit__grid--02 {
        width: 100% !important; }
    .fit__inr {
      padding-top: 5.33333vw;
      padding-bottom: 5.33333vw; }
      .fit__inr--yellow {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0; }
      .fit__inr--orange {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0; }
    .fit__ttl01 {
      margin-bottom: 5.33333vw; }
    .fit__ttl02 {
      margin-bottom: 5.33333vw; }
    .fit__fig {
      margin-bottom: 5.33333vw; }
      .fit__fig figcaption {
        margin-top: 5.33333vw;
        margin-bottom: 0; }
      .fit__fig--sp figcaption {
        margin-bottom: 6.66667vw; }
    .fit__text {
      margin-bottom: 10px; }
      .fit__text--another {
        margin-left: 0; } }

.campaign01 {
  padding: 30px 0;
  background: -webkit-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ffe400 50%, #ffe400 100%);
  background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #ffe400 50%, #ffe400 100%); }
  @media screen and (max-width: 767px) {
    .campaign01 {
      background: none; } }

.campaign02 {
  padding: 30px 0;
  background: #39c0d3; }

.campaign03 {
  padding: 30px 0;
  background: #e7e7e7; }

figcaption .tit {
  display: block; }

/* BUTTON
///////////////////////////////////////////////////*/
.btn, .btn-white {
  display: table;
  position: relative;
  max-width: 380px;
  width: 43.18182vw;
  margin: 0 auto;
  height: 72px;
  text-decoration: none !important;
  text-align: center;
  background: #dc2b37;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: solid 5px #a6010c;
  padding: 10px 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .btn:hover, .btn-white:hover {
    opacity: 0.7; }
  .btn--small {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .btn--small2 {
    padding: 0;
    max-width: 285px;
    width: 32.38636vw; }
  .year2020 .btn, .year2020 .btn-white {
    padding: 20px 0;
    box-sizing: border-box; }
  .btn span, .btn-white span {
    display: table-cell;
    vertical-align: middle; }
  .btn:after, .btn-white:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/ar_white.svg) 0 0 no-repeat;
    background-size: 100%; }
  .btn__balloon {
    position: absolute;
    width: 156px;
    top: -30px;
    left: 5px; }
  .btn-white {
    margin: 0 auto;
    background: #fff;
    color: #000;
    border: 4px solid #dc2b37; }
    .btn-white:after {
      background-image: url(../img/ar_red.svg); }
  .btn-link {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 1000000; }
    @media screen and (max-width: 1020px) {
      .btn-link {
        top: 12.14286vw;
        width: 7vw; } }
  .btn-b {
    display: block;
    width: 316px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 30px 20px;
    box-shadow: 0px 6px #a6010c;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .btn-b:hover {
      opacity: 0.7; }
    .btn-b:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background: url(../img/ar_white.svg) 0 0 no-repeat;
      background-size: 100%; }
    .btn-b--blue {
      background-color: #2e93f1; }
    .btn-b--green {
      background-color: #3ca468; }
    .btn-b--red {
      background-color: #dc2b37; }
    .btn-b__footer {
      padding: 12px 7px 12px 0px; }
    @media screen and (max-width: 1016px) {
      .btn-b {
        width: calc(316/1016*100vw);
        font-size: calc(20/1016*100vw); } }
    @media screen and (max-width: 767px) {
      .btn-b {
        width: 100%;
        font-size: 3.06667vw;
        letter-spacing: -.2px;
        text-align: left;
        padding: 1.33333vw 3.6vw 2.66667vw 2.4vw;
        border-width: 0.4vw;
        border-radius: 1.06667vw;
        background-size: 1.33333vw 1.33333vw;
        box-shadow: 0px 0.66667vw #a6010c; }
        .btn-b:after {
          width: 2vw;
          height: 2vw;
          right: 0.66667vw;
          margin-top: -1vw; } }
  @media screen and (max-width: 767px) {
    .btn, .btn-white {
      width: 100%;
      max-width: initial;
      font-size: 4.8vw;
      border-radius: 2.13333vw;
      border-width: 1.06667vw;
      padding: 4.8vw 0;
      margin: 6.66667vw 0 0;
      box-sizing: border-box; }
      .year2020 .btn, .year2020 .btn-white {
        padding: 5.33333vw 0; }
      .btn__balloon {
        position: absolute;
        width: 32vw;
        top: -4.66667vw;
        left: 1.33333vw; }
      .btn-white {
        border-width: 0.53333vw;
        box-sizing: border-box; }
      .btn-link {
        top: 0;
        right: 4vw;
        width: 48.4vw; }
        .year2020 .btn-link {
          top: 21.33333vw;
          right: 0;
          width: 11.2vw; } }

.btnarea {
  background: #f1f1f1;
  padding: 40px 0 20px; }
  .btnarea > div {
    margin: 0 13px; }
  @media screen and (max-width: 767px) {
    .btnarea {
      padding: 8vw 4.8vw 6vw; }
      .btnarea > div {
        margin: 0 0; }
        .btnarea > div ~ div {
          margin-top: 5.33333vw; } }

.fig {
  position: relative; }
  .fig__btn {
    display: block;
    position: absolute;
    width: 40px; }
  .fig-01 .fig__btn {
    top: 537px;
    left: 715px; }
  .fig-02 .fig__btn {
    top: 525px;
    left: 718px; }
  .fig-03 .fig__btn:nth-child(2) {
    top: 547px;
    left: 848px; }
  .fig-03 .fig__btn:nth-child(3) {
    top: 1025px;
    left: 837px; }
  .fig-04 .fig__btn {
    display: none; }
  @media screen and (max-width: 1016px) {
    .fig__btn {
      width: calc(40/1016*100vw); }
    .fig-01 .fig__btn {
      top: calc(537/732*100%);
      left: calc(715/975*100%); }
    .fig-02 .fig__btn {
      top: calc(525/717*100%);
      left: calc(718/975*100%); }
    .fig-03 .fig__btn:nth-child(2) {
      top: calc(547/1304*100%);
      left: calc(848/975*100%); }
    .fig-03 .fig__btn:nth-child(3) {
      top: calc(1025/1304*100%);
      left: calc(837/975*100%); } }
  @media screen and (max-width: 767px) {
    .fig {
      bottom: -1.33333vw; }
      .fig__btn {
        width: 9.33333vw; }
      .fig-01 .fig__btn {
        top: 87.33333vw;
        left: 66.4vw; }
      .fig-02 .fig__btn {
        top: 81.46667vw;
        left: 78.66667vw; }
      .fig-03 .fig__btn:nth-child(2) {
        top: 58.93333vw;
        left: 76.93333vw; }
      .fig-03 .fig__btn:nth-child(3) {
        top: 106.66667vw;
        left: 76.93333vw; }
      .fig-04 .fig__btn {
        display: block;
        bottom: 0;
        right: 0; } }

.bnr {
  width: 585px;
  margin: 0 auto;
  position: relative; }
  .bnr a:hover {
    opacity: .7; }
  .bnr p {
    position: absolute;
    font-weight: bold;
    display: block;
    bottom: 0;
    right: 0;
    color: #189a4f;
    margin-right: 65px;
    margin-bottom: 20px; }
    .bnr p::after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -15px;
      width: 12px;
      height: 18px;
      background: url(../img/ar_green.svg) 0 0 no-repeat;
      background-size: 100%; }
  .bnr--02 p {
    color: #dc2b37; }
    .bnr--02 p::after {
      background-image: url(../img/ar_red2.svg); }
  @media screen and (max-width: 767px) {
    .bnr {
      width: 100%; }
      .bnr p {
        font-size: 3.2vw;
        margin-right: 9.33333vw;
        margin-bottom: 2.66667vw; }
        .bnr p::after {
          -webkit-transform: translateY(-52%);
              -ms-transform: translateY(-52%);
                  transform: translateY(-52%);
          width: 1.73333vw;
          height: 2.53333vw;
          right: -2.66667vw; } }

.footer-nav {
  width: 100%;
  z-index: 20;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media screen and (max-width: 767px) {
    .footer-nav {
      padding-top: 5.33333vw;
      padding-bottom: 5.33333vw; } }

@media screen and (max-width: 767px) {
  .accordion__btn {
    font-size: 4.8vw;
    padding-top: 4vw;
    padding-bottom: 4vw; }
    .accordion__btn::after {
      top: 45%;
      -webkit-transform: rotate(-90deg) translateY(-50%);
          -ms-transform: rotate(-90deg) translateY(-50%);
              transform: rotate(-90deg) translateY(-50%);
      width: 4vw;
      height: 4vw;
      right: 12vw; }
    .accordion__btn:hover {
      opacity: 1; }
  .accordion__cont {
    position: relative; }
    .accordion__cont ul {
      padding-top: 4vw;
      display: block !important; }
    .accordion__cont li {
      width: 100% !important; }
      .accordion__cont li:not(:last-of-type) {
        margin-bottom: 4vw; }
    .accordion__cont a {
      display: block;
      text-align: center;
      font-size: 4.8vw;
      padding-top: 4vw !important;
      padding-bottom: 4vw !important;
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .accordion__cont a::after {
        width: 4vw;
        height: 4vw;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 4.8vw; }
      .accordion__cont a:hover {
        opacity: 1; } }

.close-btn {
  position: absolute;
  width: 10.66667vw;
  top: 0;
  right: 0;
  margin-top: -10.66667vw; }

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .w-sp466 {
    width: 62.13333vw; } }

/*# sourceMappingURL=../map/css/style.css.map */
