@charset "UTF-8";
@import url(base/normalize.css);
/* font
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap");
.u-fs-10 {
  font-size: 10px;
}
@media (max-width: 767px) {
  .u-fs-10 {
    font-size: 2.6666666667vw;
  }
}

.u-fs-11 {
  font-size: 11px;
}
@media (max-width: 767px) {
  .u-fs-11 {
    font-size: 2.9333333333vw;
  }
}

.u-fs-12 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .u-fs-12 {
    font-size: 3.2vw;
  }
}

.u-fs-13 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .u-fs-13 {
    font-size: 3.4666666667vw;
  }
}

.u-fs-14 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .u-fs-14 {
    font-size: 3.7333333333vw;
  }
}

.u-fs-15 {
  font-size: 15px;
}
@media (max-width: 767px) {
  .u-fs-15 {
    font-size: 4vw;
  }
}

.u-fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .u-fs-16 {
    font-size: 4.2666666667vw;
  }
}

.u-fs-17 {
  font-size: 17px;
}
@media (max-width: 767px) {
  .u-fs-17 {
    font-size: 4.5333333333vw;
  }
}

.u-fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .u-fs-18 {
    font-size: 4.8vw;
  }
}

.u-fs-19 {
  font-size: 19px;
}
@media (max-width: 767px) {
  .u-fs-19 {
    font-size: 5.0666666667vw;
  }
}

.u-fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .u-fs-20 {
    font-size: 5.3333333333vw;
  }
}

.u-fs-21 {
  font-size: 21px;
}
@media (max-width: 767px) {
  .u-fs-21 {
    font-size: 5.6vw;
  }
}

.u-fs-22 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .u-fs-22 {
    font-size: 5.8666666667vw;
  }
}

.u-fs-23 {
  font-size: 23px;
}
@media (max-width: 767px) {
  .u-fs-23 {
    font-size: 6.1333333333vw;
  }
}

.u-fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .u-fs-24 {
    font-size: 6.4vw;
  }
}

.u-fs-25 {
  font-size: 25px;
}
@media (max-width: 767px) {
  .u-fs-25 {
    font-size: 6.6666666667vw;
  }
}

.u-fs-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .u-fs-26 {
    font-size: 6.9333333333vw;
  }
}

.u-fs-27 {
  font-size: 27px;
}
@media (max-width: 767px) {
  .u-fs-27 {
    font-size: 7.2vw;
  }
}

.u-fs-28 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .u-fs-28 {
    font-size: 7.4666666667vw;
  }
}

.u-fs-29 {
  font-size: 29px;
}
@media (max-width: 767px) {
  .u-fs-29 {
    font-size: 7.7333333333vw;
  }
}

.u-fs-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .u-fs-30 {
    font-size: 8vw;
  }
}

.u-fs-31 {
  font-size: 31px;
}
@media (max-width: 767px) {
  .u-fs-31 {
    font-size: 8.2666666667vw;
  }
}

.u-fs-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .u-fs-32 {
    font-size: 8.5333333333vw;
  }
}

.u-font-s {
  font-size: 14px;
}
@media (max-width: 767px) {
  .u-font-s {
    font-size: 3.7333333333vw;
  }
}

.u-font-xs {
  font-size: 12px;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-red {
  color: #E83428;
}

.u-font-marine {
  color: #01afff;
}

.note {
  font-size: 13px;
  font-weight: normal;
}

/* image
----------------------------------------------------------- */
.u-img-max100 {
  width: inherit;
  max-width: 100%;
}

/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

@media (max-width: 767px) {
  .u-sp-ta-l {
    text-align: left !important;
  }
  .u-sp-ta-c {
    text-align: center !important;
  }
  .u-sp-ta-r {
    text-align: right !important;
  }
}
/* margin
  ----------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-xxxs {
  margin-bottom: 8px !important;
}

.u-mb-xxs {
  margin-bottom: 16px !important;
}

.u-mb-xs {
  margin-bottom: 24px !important;
}

.u-mb-s {
  margin-bottom: 32px !important;
}

.u-mb-m {
  margin-bottom: 40px !important;
}

.u-mb-l {
  margin-bottom: 56px !important;
}

.u-mb-xl {
  margin-bottom: 72px !important;
}

.u-mb-xxl {
  margin-bottom: 80px !important;
}

.u-mb-xxxl {
  margin-bottom: 96px !important;
}

@media (max-width: 767px) {
  .u-mb-xxxs {
    margin-bottom: 4px !important;
  }
  .u-mb-xxs {
    margin-bottom: 8px !important;
  }
  .u-mb-xs {
    margin-bottom: 16px !important;
  }
  .u-mb-s {
    margin-bottom: 24px !important;
  }
  .u-mb-m {
    margin-bottom: 32px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 48px !important;
  }
  .u-mb-xxl {
    margin-bottom: 56px !important;
  }
  .u-mb-xxxl {
    margin-bottom: 64px !important;
  }
}
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 8px !important;
}

.u-mt-xxs {
  margin-top: 16px !important;
}

.u-mt-xs {
  margin-top: 24px !important;
}

.u-mt-s {
  margin-top: 32px !important;
}

.u-mt-m {
  margin-top: 40px !important;
}

.u-mt-l {
  margin-top: 56px !important;
}

.u-mt-xl {
  margin-top: 72px !important;
}

.u-mt-xxl {
  margin-top: 80px !important;
}

.u-mt-xxxl {
  margin-top: 96px !important;
}

@media (max-width: 767px) {
  .u-mt-xxxs {
    margin-top: 4px !important;
  }
  .u-mt-xxs {
    margin-top: 8px !important;
  }
  .u-mt-xs {
    margin-top: 16px !important;
  }
  .u-mt-s {
    margin-top: 24px !important;
  }
  .u-mt-m {
    margin-top: 32px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 48px !important;
  }
  .u-mt-xxl {
    margin-top: 56px !important;
  }
  .u-mt-xxxl {
    margin-top: 64px !important;
  }
}
.u-ml-1em {
  margin-left: 1em !important;
}

/* padding
----------------------------------------------------------- */
.u-pt-0 {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .u-sp-pt-0 {
    padding-top: 0vw !important;
  }
}
.u-pt-1 {
  padding-top: 1px;
}

@media (max-width: 767px) {
  .u-sp-pt-1 {
    padding-top: 0.2666666667vw !important;
  }
}
.u-pt-2 {
  padding-top: 2px;
}

@media (max-width: 767px) {
  .u-sp-pt-2 {
    padding-top: 0.5333333333vw !important;
  }
}
.u-pt-3 {
  padding-top: 3px;
}

@media (max-width: 767px) {
  .u-sp-pt-3 {
    padding-top: 0.8vw !important;
  }
}
.u-pt-4 {
  padding-top: 4px;
}

@media (max-width: 767px) {
  .u-sp-pt-4 {
    padding-top: 1.0666666667vw !important;
  }
}
.u-pt-5 {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .u-sp-pt-5 {
    padding-top: 1.3333333333vw !important;
  }
}
.u-pt-6 {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .u-sp-pt-6 {
    padding-top: 1.6vw !important;
  }
}
.u-pt-7 {
  padding-top: 7px;
}

@media (max-width: 767px) {
  .u-sp-pt-7 {
    padding-top: 1.8666666667vw !important;
  }
}
.u-pt-8 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .u-sp-pt-8 {
    padding-top: 2.1333333333vw !important;
  }
}
.u-pt-9 {
  padding-top: 9px;
}

@media (max-width: 767px) {
  .u-sp-pt-9 {
    padding-top: 2.4vw !important;
  }
}
.u-pt-10 {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .u-sp-pt-10 {
    padding-top: 2.6666666667vw !important;
  }
}
.u-pt-11 {
  padding-top: 11px;
}

@media (max-width: 767px) {
  .u-sp-pt-11 {
    padding-top: 2.9333333333vw !important;
  }
}
.u-pt-12 {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .u-sp-pt-12 {
    padding-top: 3.2vw !important;
  }
}
.u-pt-13 {
  padding-top: 13px;
}

@media (max-width: 767px) {
  .u-sp-pt-13 {
    padding-top: 3.4666666667vw !important;
  }
}
.u-pt-14 {
  padding-top: 14px;
}

@media (max-width: 767px) {
  .u-sp-pt-14 {
    padding-top: 3.7333333333vw !important;
  }
}
.u-pt-15 {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .u-sp-pt-15 {
    padding-top: 4vw !important;
  }
}
.u-pt-16 {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .u-sp-pt-16 {
    padding-top: 4.2666666667vw !important;
  }
}
.u-pt-17 {
  padding-top: 17px;
}

@media (max-width: 767px) {
  .u-sp-pt-17 {
    padding-top: 4.5333333333vw !important;
  }
}
.u-pt-18 {
  padding-top: 18px;
}

@media (max-width: 767px) {
  .u-sp-pt-18 {
    padding-top: 4.8vw !important;
  }
}
.u-pt-19 {
  padding-top: 19px;
}

@media (max-width: 767px) {
  .u-sp-pt-19 {
    padding-top: 5.0666666667vw !important;
  }
}
.u-pt-20 {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .u-sp-pt-20 {
    padding-top: 5.3333333333vw !important;
  }
}
.u-pt-21 {
  padding-top: 21px;
}

@media (max-width: 767px) {
  .u-sp-pt-21 {
    padding-top: 5.6vw !important;
  }
}
.u-pt-22 {
  padding-top: 22px;
}

@media (max-width: 767px) {
  .u-sp-pt-22 {
    padding-top: 5.8666666667vw !important;
  }
}
.u-pt-23 {
  padding-top: 23px;
}

@media (max-width: 767px) {
  .u-sp-pt-23 {
    padding-top: 6.1333333333vw !important;
  }
}
.u-pt-24 {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .u-sp-pt-24 {
    padding-top: 6.4vw !important;
  }
}
.u-pt-25 {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .u-sp-pt-25 {
    padding-top: 6.6666666667vw !important;
  }
}
.u-pt-26 {
  padding-top: 26px;
}

@media (max-width: 767px) {
  .u-sp-pt-26 {
    padding-top: 6.9333333333vw !important;
  }
}
.u-pt-27 {
  padding-top: 27px;
}

@media (max-width: 767px) {
  .u-sp-pt-27 {
    padding-top: 7.2vw !important;
  }
}
.u-pt-28 {
  padding-top: 28px;
}

@media (max-width: 767px) {
  .u-sp-pt-28 {
    padding-top: 7.4666666667vw !important;
  }
}
.u-pt-29 {
  padding-top: 29px;
}

@media (max-width: 767px) {
  .u-sp-pt-29 {
    padding-top: 7.7333333333vw !important;
  }
}
.u-pt-30 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .u-sp-pt-30 {
    padding-top: 8vw !important;
  }
}
.u-pt-31 {
  padding-top: 31px;
}

@media (max-width: 767px) {
  .u-sp-pt-31 {
    padding-top: 8.2666666667vw !important;
  }
}
.u-pt-32 {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .u-sp-pt-32 {
    padding-top: 8.5333333333vw !important;
  }
}
.u-pt-33 {
  padding-top: 33px;
}

@media (max-width: 767px) {
  .u-sp-pt-33 {
    padding-top: 8.8vw !important;
  }
}
.u-pt-34 {
  padding-top: 34px;
}

@media (max-width: 767px) {
  .u-sp-pt-34 {
    padding-top: 9.0666666667vw !important;
  }
}
.u-pt-35 {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .u-sp-pt-35 {
    padding-top: 9.3333333333vw !important;
  }
}
.u-pt-36 {
  padding-top: 36px;
}

@media (max-width: 767px) {
  .u-sp-pt-36 {
    padding-top: 9.6vw !important;
  }
}
.u-pt-37 {
  padding-top: 37px;
}

@media (max-width: 767px) {
  .u-sp-pt-37 {
    padding-top: 9.8666666667vw !important;
  }
}
.u-pt-38 {
  padding-top: 38px;
}

@media (max-width: 767px) {
  .u-sp-pt-38 {
    padding-top: 10.1333333333vw !important;
  }
}
.u-pt-39 {
  padding-top: 39px;
}

@media (max-width: 767px) {
  .u-sp-pt-39 {
    padding-top: 10.4vw !important;
  }
}
.u-pt-40 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .u-sp-pt-40 {
    padding-top: 10.6666666667vw !important;
  }
}
.u-pt-41 {
  padding-top: 41px;
}

@media (max-width: 767px) {
  .u-sp-pt-41 {
    padding-top: 10.9333333333vw !important;
  }
}
.u-pt-42 {
  padding-top: 42px;
}

@media (max-width: 767px) {
  .u-sp-pt-42 {
    padding-top: 11.2vw !important;
  }
}
.u-pt-43 {
  padding-top: 43px;
}

@media (max-width: 767px) {
  .u-sp-pt-43 {
    padding-top: 11.4666666667vw !important;
  }
}
.u-pt-44 {
  padding-top: 44px;
}

@media (max-width: 767px) {
  .u-sp-pt-44 {
    padding-top: 11.7333333333vw !important;
  }
}
.u-pt-45 {
  padding-top: 45px;
}

@media (max-width: 767px) {
  .u-sp-pt-45 {
    padding-top: 12vw !important;
  }
}
.u-pt-46 {
  padding-top: 46px;
}

@media (max-width: 767px) {
  .u-sp-pt-46 {
    padding-top: 12.2666666667vw !important;
  }
}
.u-pt-47 {
  padding-top: 47px;
}

@media (max-width: 767px) {
  .u-sp-pt-47 {
    padding-top: 12.5333333333vw !important;
  }
}
.u-pt-48 {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .u-sp-pt-48 {
    padding-top: 12.8vw !important;
  }
}
.u-pt-49 {
  padding-top: 49px;
}

@media (max-width: 767px) {
  .u-sp-pt-49 {
    padding-top: 13.0666666667vw !important;
  }
}
.u-pt-50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .u-sp-pt-50 {
    padding-top: 13.3333333333vw !important;
  }
}
.u-pt-51 {
  padding-top: 51px;
}

@media (max-width: 767px) {
  .u-sp-pt-51 {
    padding-top: 13.6vw !important;
  }
}
.u-pt-52 {
  padding-top: 52px;
}

@media (max-width: 767px) {
  .u-sp-pt-52 {
    padding-top: 13.8666666667vw !important;
  }
}
.u-pt-53 {
  padding-top: 53px;
}

@media (max-width: 767px) {
  .u-sp-pt-53 {
    padding-top: 14.1333333333vw !important;
  }
}
.u-pt-54 {
  padding-top: 54px;
}

@media (max-width: 767px) {
  .u-sp-pt-54 {
    padding-top: 14.4vw !important;
  }
}
.u-pt-55 {
  padding-top: 55px;
}

@media (max-width: 767px) {
  .u-sp-pt-55 {
    padding-top: 14.6666666667vw !important;
  }
}
.u-pt-56 {
  padding-top: 56px;
}

@media (max-width: 767px) {
  .u-sp-pt-56 {
    padding-top: 14.9333333333vw !important;
  }
}
.u-pt-57 {
  padding-top: 57px;
}

@media (max-width: 767px) {
  .u-sp-pt-57 {
    padding-top: 15.2vw !important;
  }
}
.u-pt-58 {
  padding-top: 58px;
}

@media (max-width: 767px) {
  .u-sp-pt-58 {
    padding-top: 15.4666666667vw !important;
  }
}
.u-pt-59 {
  padding-top: 59px;
}

@media (max-width: 767px) {
  .u-sp-pt-59 {
    padding-top: 15.7333333333vw !important;
  }
}
.u-pt-60 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .u-sp-pt-60 {
    padding-top: 16vw !important;
  }
}
.u-pt-61 {
  padding-top: 61px;
}

@media (max-width: 767px) {
  .u-sp-pt-61 {
    padding-top: 16.2666666667vw !important;
  }
}
.u-pt-62 {
  padding-top: 62px;
}

@media (max-width: 767px) {
  .u-sp-pt-62 {
    padding-top: 16.5333333333vw !important;
  }
}
.u-pt-63 {
  padding-top: 63px;
}

@media (max-width: 767px) {
  .u-sp-pt-63 {
    padding-top: 16.8vw !important;
  }
}
.u-pt-64 {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .u-sp-pt-64 {
    padding-top: 17.0666666667vw !important;
  }
}
.u-pt-65 {
  padding-top: 65px;
}

@media (max-width: 767px) {
  .u-sp-pt-65 {
    padding-top: 17.3333333333vw !important;
  }
}
.u-pt-66 {
  padding-top: 66px;
}

@media (max-width: 767px) {
  .u-sp-pt-66 {
    padding-top: 17.6vw !important;
  }
}
.u-pt-67 {
  padding-top: 67px;
}

@media (max-width: 767px) {
  .u-sp-pt-67 {
    padding-top: 17.8666666667vw !important;
  }
}
.u-pt-68 {
  padding-top: 68px;
}

@media (max-width: 767px) {
  .u-sp-pt-68 {
    padding-top: 18.1333333333vw !important;
  }
}
.u-pt-69 {
  padding-top: 69px;
}

@media (max-width: 767px) {
  .u-sp-pt-69 {
    padding-top: 18.4vw !important;
  }
}
.u-pt-70 {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .u-sp-pt-70 {
    padding-top: 18.6666666667vw !important;
  }
}
.u-pt-71 {
  padding-top: 71px;
}

@media (max-width: 767px) {
  .u-sp-pt-71 {
    padding-top: 18.9333333333vw !important;
  }
}
.u-pt-72 {
  padding-top: 72px;
}

@media (max-width: 767px) {
  .u-sp-pt-72 {
    padding-top: 19.2vw !important;
  }
}
.u-pt-73 {
  padding-top: 73px;
}

@media (max-width: 767px) {
  .u-sp-pt-73 {
    padding-top: 19.4666666667vw !important;
  }
}
.u-pt-74 {
  padding-top: 74px;
}

@media (max-width: 767px) {
  .u-sp-pt-74 {
    padding-top: 19.7333333333vw !important;
  }
}
.u-pt-75 {
  padding-top: 75px;
}

@media (max-width: 767px) {
  .u-sp-pt-75 {
    padding-top: 20vw !important;
  }
}
.u-pt-76 {
  padding-top: 76px;
}

@media (max-width: 767px) {
  .u-sp-pt-76 {
    padding-top: 20.2666666667vw !important;
  }
}
.u-pt-77 {
  padding-top: 77px;
}

@media (max-width: 767px) {
  .u-sp-pt-77 {
    padding-top: 20.5333333333vw !important;
  }
}
.u-pt-78 {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .u-sp-pt-78 {
    padding-top: 20.8vw !important;
  }
}
.u-pt-79 {
  padding-top: 79px;
}

@media (max-width: 767px) {
  .u-sp-pt-79 {
    padding-top: 21.0666666667vw !important;
  }
}
.u-pt-80 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .u-sp-pt-80 {
    padding-top: 21.3333333333vw !important;
  }
}
.u-pt-81 {
  padding-top: 81px;
}

@media (max-width: 767px) {
  .u-sp-pt-81 {
    padding-top: 21.6vw !important;
  }
}
.u-pt-82 {
  padding-top: 82px;
}

@media (max-width: 767px) {
  .u-sp-pt-82 {
    padding-top: 21.8666666667vw !important;
  }
}
.u-pt-83 {
  padding-top: 83px;
}

@media (max-width: 767px) {
  .u-sp-pt-83 {
    padding-top: 22.1333333333vw !important;
  }
}
.u-pt-84 {
  padding-top: 84px;
}

@media (max-width: 767px) {
  .u-sp-pt-84 {
    padding-top: 22.4vw !important;
  }
}
.u-pt-85 {
  padding-top: 85px;
}

@media (max-width: 767px) {
  .u-sp-pt-85 {
    padding-top: 22.6666666667vw !important;
  }
}
.u-pt-86 {
  padding-top: 86px;
}

@media (max-width: 767px) {
  .u-sp-pt-86 {
    padding-top: 22.9333333333vw !important;
  }
}
.u-pt-87 {
  padding-top: 87px;
}

@media (max-width: 767px) {
  .u-sp-pt-87 {
    padding-top: 23.2vw !important;
  }
}
.u-pt-88 {
  padding-top: 88px;
}

@media (max-width: 767px) {
  .u-sp-pt-88 {
    padding-top: 23.4666666667vw !important;
  }
}
.u-pt-89 {
  padding-top: 89px;
}

@media (max-width: 767px) {
  .u-sp-pt-89 {
    padding-top: 23.7333333333vw !important;
  }
}
.u-pt-90 {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .u-sp-pt-90 {
    padding-top: 24vw !important;
  }
}
.u-pt-91 {
  padding-top: 91px;
}

@media (max-width: 767px) {
  .u-sp-pt-91 {
    padding-top: 24.2666666667vw !important;
  }
}
.u-pt-92 {
  padding-top: 92px;
}

@media (max-width: 767px) {
  .u-sp-pt-92 {
    padding-top: 24.5333333333vw !important;
  }
}
.u-pt-93 {
  padding-top: 93px;
}

@media (max-width: 767px) {
  .u-sp-pt-93 {
    padding-top: 24.8vw !important;
  }
}
.u-pt-94 {
  padding-top: 94px;
}

@media (max-width: 767px) {
  .u-sp-pt-94 {
    padding-top: 25.0666666667vw !important;
  }
}
.u-pt-95 {
  padding-top: 95px;
}

@media (max-width: 767px) {
  .u-sp-pt-95 {
    padding-top: 25.3333333333vw !important;
  }
}
.u-pt-96 {
  padding-top: 96px;
}

@media (max-width: 767px) {
  .u-sp-pt-96 {
    padding-top: 25.6vw !important;
  }
}
.u-pt-97 {
  padding-top: 97px;
}

@media (max-width: 767px) {
  .u-sp-pt-97 {
    padding-top: 25.8666666667vw !important;
  }
}
.u-pt-98 {
  padding-top: 98px;
}

@media (max-width: 767px) {
  .u-sp-pt-98 {
    padding-top: 26.1333333333vw !important;
  }
}
.u-pt-99 {
  padding-top: 99px;
}

@media (max-width: 767px) {
  .u-sp-pt-99 {
    padding-top: 26.4vw !important;
  }
}
.u-pt-100 {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .u-sp-pt-100 {
    padding-top: 26.6666666667vw !important;
  }
}
.u-pt-101 {
  padding-top: 101px;
}

@media (max-width: 767px) {
  .u-sp-pt-101 {
    padding-top: 26.9333333333vw !important;
  }
}
.u-pt-102 {
  padding-top: 102px;
}

@media (max-width: 767px) {
  .u-sp-pt-102 {
    padding-top: 27.2vw !important;
  }
}
.u-pt-103 {
  padding-top: 103px;
}

@media (max-width: 767px) {
  .u-sp-pt-103 {
    padding-top: 27.4666666667vw !important;
  }
}
.u-pt-104 {
  padding-top: 104px;
}

@media (max-width: 767px) {
  .u-sp-pt-104 {
    padding-top: 27.7333333333vw !important;
  }
}
.u-pt-105 {
  padding-top: 105px;
}

@media (max-width: 767px) {
  .u-sp-pt-105 {
    padding-top: 28vw !important;
  }
}
.u-pt-106 {
  padding-top: 106px;
}

@media (max-width: 767px) {
  .u-sp-pt-106 {
    padding-top: 28.2666666667vw !important;
  }
}
.u-pt-107 {
  padding-top: 107px;
}

@media (max-width: 767px) {
  .u-sp-pt-107 {
    padding-top: 28.5333333333vw !important;
  }
}
.u-pt-108 {
  padding-top: 108px;
}

@media (max-width: 767px) {
  .u-sp-pt-108 {
    padding-top: 28.8vw !important;
  }
}
.u-pt-109 {
  padding-top: 109px;
}

@media (max-width: 767px) {
  .u-sp-pt-109 {
    padding-top: 29.0666666667vw !important;
  }
}
.u-pt-110 {
  padding-top: 110px;
}

@media (max-width: 767px) {
  .u-sp-pt-110 {
    padding-top: 29.3333333333vw !important;
  }
}
.u-pt-111 {
  padding-top: 111px;
}

@media (max-width: 767px) {
  .u-sp-pt-111 {
    padding-top: 29.6vw !important;
  }
}
.u-pt-112 {
  padding-top: 112px;
}

@media (max-width: 767px) {
  .u-sp-pt-112 {
    padding-top: 29.8666666667vw !important;
  }
}
.u-pt-113 {
  padding-top: 113px;
}

@media (max-width: 767px) {
  .u-sp-pt-113 {
    padding-top: 30.1333333333vw !important;
  }
}
.u-pt-114 {
  padding-top: 114px;
}

@media (max-width: 767px) {
  .u-sp-pt-114 {
    padding-top: 30.4vw !important;
  }
}
.u-pt-115 {
  padding-top: 115px;
}

@media (max-width: 767px) {
  .u-sp-pt-115 {
    padding-top: 30.6666666667vw !important;
  }
}
.u-pt-116 {
  padding-top: 116px;
}

@media (max-width: 767px) {
  .u-sp-pt-116 {
    padding-top: 30.9333333333vw !important;
  }
}
.u-pt-117 {
  padding-top: 117px;
}

@media (max-width: 767px) {
  .u-sp-pt-117 {
    padding-top: 31.2vw !important;
  }
}
.u-pt-118 {
  padding-top: 118px;
}

@media (max-width: 767px) {
  .u-sp-pt-118 {
    padding-top: 31.4666666667vw !important;
  }
}
.u-pt-119 {
  padding-top: 119px;
}

@media (max-width: 767px) {
  .u-sp-pt-119 {
    padding-top: 31.7333333333vw !important;
  }
}
.u-pt-120 {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .u-sp-pt-120 {
    padding-top: 32vw !important;
  }
}
.u-pb-0 {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .u-sp-pb-0 {
    padding-bottom: 0vw !important;
  }
}
.u-pb-1 {
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  .u-sp-pb-1 {
    padding-bottom: 0.2666666667vw !important;
  }
}
.u-pb-2 {
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  .u-sp-pb-2 {
    padding-bottom: 0.5333333333vw !important;
  }
}
.u-pb-3 {
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .u-sp-pb-3 {
    padding-bottom: 0.8vw !important;
  }
}
.u-pb-4 {
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .u-sp-pb-4 {
    padding-bottom: 1.0666666667vw !important;
  }
}
.u-pb-5 {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .u-sp-pb-5 {
    padding-bottom: 1.3333333333vw !important;
  }
}
.u-pb-6 {
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .u-sp-pb-6 {
    padding-bottom: 1.6vw !important;
  }
}
.u-pb-7 {
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .u-sp-pb-7 {
    padding-bottom: 1.8666666667vw !important;
  }
}
.u-pb-8 {
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .u-sp-pb-8 {
    padding-bottom: 2.1333333333vw !important;
  }
}
.u-pb-9 {
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .u-sp-pb-9 {
    padding-bottom: 2.4vw !important;
  }
}
.u-pb-10 {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .u-sp-pb-10 {
    padding-bottom: 2.6666666667vw !important;
  }
}
.u-pb-11 {
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  .u-sp-pb-11 {
    padding-bottom: 2.9333333333vw !important;
  }
}
.u-pb-12 {
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .u-sp-pb-12 {
    padding-bottom: 3.2vw !important;
  }
}
.u-pb-13 {
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  .u-sp-pb-13 {
    padding-bottom: 3.4666666667vw !important;
  }
}
.u-pb-14 {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .u-sp-pb-14 {
    padding-bottom: 3.7333333333vw !important;
  }
}
.u-pb-15 {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .u-sp-pb-15 {
    padding-bottom: 4vw !important;
  }
}
.u-pb-16 {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .u-sp-pb-16 {
    padding-bottom: 4.2666666667vw !important;
  }
}
.u-pb-17 {
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  .u-sp-pb-17 {
    padding-bottom: 4.5333333333vw !important;
  }
}
.u-pb-18 {
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .u-sp-pb-18 {
    padding-bottom: 4.8vw !important;
  }
}
.u-pb-19 {
  padding-bottom: 19px;
}

@media (max-width: 767px) {
  .u-sp-pb-19 {
    padding-bottom: 5.0666666667vw !important;
  }
}
.u-pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .u-sp-pb-20 {
    padding-bottom: 5.3333333333vw !important;
  }
}
.u-pb-21 {
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  .u-sp-pb-21 {
    padding-bottom: 5.6vw !important;
  }
}
.u-pb-22 {
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .u-sp-pb-22 {
    padding-bottom: 5.8666666667vw !important;
  }
}
.u-pb-23 {
  padding-bottom: 23px;
}

@media (max-width: 767px) {
  .u-sp-pb-23 {
    padding-bottom: 6.1333333333vw !important;
  }
}
.u-pb-24 {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .u-sp-pb-24 {
    padding-bottom: 6.4vw !important;
  }
}
.u-pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .u-sp-pb-25 {
    padding-bottom: 6.6666666667vw !important;
  }
}
.u-pb-26 {
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  .u-sp-pb-26 {
    padding-bottom: 6.9333333333vw !important;
  }
}
.u-pb-27 {
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .u-sp-pb-27 {
    padding-bottom: 7.2vw !important;
  }
}
.u-pb-28 {
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .u-sp-pb-28 {
    padding-bottom: 7.4666666667vw !important;
  }
}
.u-pb-29 {
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  .u-sp-pb-29 {
    padding-bottom: 7.7333333333vw !important;
  }
}
.u-pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .u-sp-pb-30 {
    padding-bottom: 8vw !important;
  }
}
.u-pb-31 {
  padding-bottom: 31px;
}

@media (max-width: 767px) {
  .u-sp-pb-31 {
    padding-bottom: 8.2666666667vw !important;
  }
}
.u-pb-32 {
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .u-sp-pb-32 {
    padding-bottom: 8.5333333333vw !important;
  }
}
.u-pb-33 {
  padding-bottom: 33px;
}

@media (max-width: 767px) {
  .u-sp-pb-33 {
    padding-bottom: 8.8vw !important;
  }
}
.u-pb-34 {
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .u-sp-pb-34 {
    padding-bottom: 9.0666666667vw !important;
  }
}
.u-pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .u-sp-pb-35 {
    padding-bottom: 9.3333333333vw !important;
  }
}
.u-pb-36 {
  padding-bottom: 36px;
}

@media (max-width: 767px) {
  .u-sp-pb-36 {
    padding-bottom: 9.6vw !important;
  }
}
.u-pb-37 {
  padding-bottom: 37px;
}

@media (max-width: 767px) {
  .u-sp-pb-37 {
    padding-bottom: 9.8666666667vw !important;
  }
}
.u-pb-38 {
  padding-bottom: 38px;
}

@media (max-width: 767px) {
  .u-sp-pb-38 {
    padding-bottom: 10.1333333333vw !important;
  }
}
.u-pb-39 {
  padding-bottom: 39px;
}

@media (max-width: 767px) {
  .u-sp-pb-39 {
    padding-bottom: 10.4vw !important;
  }
}
.u-pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .u-sp-pb-40 {
    padding-bottom: 10.6666666667vw !important;
  }
}
.u-pb-41 {
  padding-bottom: 41px;
}

@media (max-width: 767px) {
  .u-sp-pb-41 {
    padding-bottom: 10.9333333333vw !important;
  }
}
.u-pb-42 {
  padding-bottom: 42px;
}

@media (max-width: 767px) {
  .u-sp-pb-42 {
    padding-bottom: 11.2vw !important;
  }
}
.u-pb-43 {
  padding-bottom: 43px;
}

@media (max-width: 767px) {
  .u-sp-pb-43 {
    padding-bottom: 11.4666666667vw !important;
  }
}
.u-pb-44 {
  padding-bottom: 44px;
}

@media (max-width: 767px) {
  .u-sp-pb-44 {
    padding-bottom: 11.7333333333vw !important;
  }
}
.u-pb-45 {
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .u-sp-pb-45 {
    padding-bottom: 12vw !important;
  }
}
.u-pb-46 {
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .u-sp-pb-46 {
    padding-bottom: 12.2666666667vw !important;
  }
}
.u-pb-47 {
  padding-bottom: 47px;
}

@media (max-width: 767px) {
  .u-sp-pb-47 {
    padding-bottom: 12.5333333333vw !important;
  }
}
.u-pb-48 {
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .u-sp-pb-48 {
    padding-bottom: 12.8vw !important;
  }
}
.u-pb-49 {
  padding-bottom: 49px;
}

@media (max-width: 767px) {
  .u-sp-pb-49 {
    padding-bottom: 13.0666666667vw !important;
  }
}
.u-pb-50 {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .u-sp-pb-50 {
    padding-bottom: 13.3333333333vw !important;
  }
}
.u-pb-51 {
  padding-bottom: 51px;
}

@media (max-width: 767px) {
  .u-sp-pb-51 {
    padding-bottom: 13.6vw !important;
  }
}
.u-pb-52 {
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .u-sp-pb-52 {
    padding-bottom: 13.8666666667vw !important;
  }
}
.u-pb-53 {
  padding-bottom: 53px;
}

@media (max-width: 767px) {
  .u-sp-pb-53 {
    padding-bottom: 14.1333333333vw !important;
  }
}
.u-pb-54 {
  padding-bottom: 54px;
}

@media (max-width: 767px) {
  .u-sp-pb-54 {
    padding-bottom: 14.4vw !important;
  }
}
.u-pb-55 {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .u-sp-pb-55 {
    padding-bottom: 14.6666666667vw !important;
  }
}
.u-pb-56 {
  padding-bottom: 56px;
}

@media (max-width: 767px) {
  .u-sp-pb-56 {
    padding-bottom: 14.9333333333vw !important;
  }
}
.u-pb-57 {
  padding-bottom: 57px;
}

@media (max-width: 767px) {
  .u-sp-pb-57 {
    padding-bottom: 15.2vw !important;
  }
}
.u-pb-58 {
  padding-bottom: 58px;
}

@media (max-width: 767px) {
  .u-sp-pb-58 {
    padding-bottom: 15.4666666667vw !important;
  }
}
.u-pb-59 {
  padding-bottom: 59px;
}

@media (max-width: 767px) {
  .u-sp-pb-59 {
    padding-bottom: 15.7333333333vw !important;
  }
}
.u-pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .u-sp-pb-60 {
    padding-bottom: 16vw !important;
  }
}
.u-pb-61 {
  padding-bottom: 61px;
}

@media (max-width: 767px) {
  .u-sp-pb-61 {
    padding-bottom: 16.2666666667vw !important;
  }
}
.u-pb-62 {
  padding-bottom: 62px;
}

@media (max-width: 767px) {
  .u-sp-pb-62 {
    padding-bottom: 16.5333333333vw !important;
  }
}
.u-pb-63 {
  padding-bottom: 63px;
}

@media (max-width: 767px) {
  .u-sp-pb-63 {
    padding-bottom: 16.8vw !important;
  }
}
.u-pb-64 {
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .u-sp-pb-64 {
    padding-bottom: 17.0666666667vw !important;
  }
}
.u-pb-65 {
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .u-sp-pb-65 {
    padding-bottom: 17.3333333333vw !important;
  }
}
.u-pb-66 {
  padding-bottom: 66px;
}

@media (max-width: 767px) {
  .u-sp-pb-66 {
    padding-bottom: 17.6vw !important;
  }
}
.u-pb-67 {
  padding-bottom: 67px;
}

@media (max-width: 767px) {
  .u-sp-pb-67 {
    padding-bottom: 17.8666666667vw !important;
  }
}
.u-pb-68 {
  padding-bottom: 68px;
}

@media (max-width: 767px) {
  .u-sp-pb-68 {
    padding-bottom: 18.1333333333vw !important;
  }
}
.u-pb-69 {
  padding-bottom: 69px;
}

@media (max-width: 767px) {
  .u-sp-pb-69 {
    padding-bottom: 18.4vw !important;
  }
}
.u-pb-70 {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .u-sp-pb-70 {
    padding-bottom: 18.6666666667vw !important;
  }
}
.u-pb-71 {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .u-sp-pb-71 {
    padding-bottom: 18.9333333333vw !important;
  }
}
.u-pb-72 {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .u-sp-pb-72 {
    padding-bottom: 19.2vw !important;
  }
}
.u-pb-73 {
  padding-bottom: 73px;
}

@media (max-width: 767px) {
  .u-sp-pb-73 {
    padding-bottom: 19.4666666667vw !important;
  }
}
.u-pb-74 {
  padding-bottom: 74px;
}

@media (max-width: 767px) {
  .u-sp-pb-74 {
    padding-bottom: 19.7333333333vw !important;
  }
}
.u-pb-75 {
  padding-bottom: 75px;
}

@media (max-width: 767px) {
  .u-sp-pb-75 {
    padding-bottom: 20vw !important;
  }
}
.u-pb-76 {
  padding-bottom: 76px;
}

@media (max-width: 767px) {
  .u-sp-pb-76 {
    padding-bottom: 20.2666666667vw !important;
  }
}
.u-pb-77 {
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .u-sp-pb-77 {
    padding-bottom: 20.5333333333vw !important;
  }
}
.u-pb-78 {
  padding-bottom: 78px;
}

@media (max-width: 767px) {
  .u-sp-pb-78 {
    padding-bottom: 20.8vw !important;
  }
}
.u-pb-79 {
  padding-bottom: 79px;
}

@media (max-width: 767px) {
  .u-sp-pb-79 {
    padding-bottom: 21.0666666667vw !important;
  }
}
.u-pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .u-sp-pb-80 {
    padding-bottom: 21.3333333333vw !important;
  }
}
.u-pb-81 {
  padding-bottom: 81px;
}

@media (max-width: 767px) {
  .u-sp-pb-81 {
    padding-bottom: 21.6vw !important;
  }
}
.u-pb-82 {
  padding-bottom: 82px;
}

@media (max-width: 767px) {
  .u-sp-pb-82 {
    padding-bottom: 21.8666666667vw !important;
  }
}
.u-pb-83 {
  padding-bottom: 83px;
}

@media (max-width: 767px) {
  .u-sp-pb-83 {
    padding-bottom: 22.1333333333vw !important;
  }
}
.u-pb-84 {
  padding-bottom: 84px;
}

@media (max-width: 767px) {
  .u-sp-pb-84 {
    padding-bottom: 22.4vw !important;
  }
}
.u-pb-85 {
  padding-bottom: 85px;
}

@media (max-width: 767px) {
  .u-sp-pb-85 {
    padding-bottom: 22.6666666667vw !important;
  }
}
.u-pb-86 {
  padding-bottom: 86px;
}

@media (max-width: 767px) {
  .u-sp-pb-86 {
    padding-bottom: 22.9333333333vw !important;
  }
}
.u-pb-87 {
  padding-bottom: 87px;
}

@media (max-width: 767px) {
  .u-sp-pb-87 {
    padding-bottom: 23.2vw !important;
  }
}
.u-pb-88 {
  padding-bottom: 88px;
}

@media (max-width: 767px) {
  .u-sp-pb-88 {
    padding-bottom: 23.4666666667vw !important;
  }
}
.u-pb-89 {
  padding-bottom: 89px;
}

@media (max-width: 767px) {
  .u-sp-pb-89 {
    padding-bottom: 23.7333333333vw !important;
  }
}
.u-pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .u-sp-pb-90 {
    padding-bottom: 24vw !important;
  }
}
.u-pb-91 {
  padding-bottom: 91px;
}

@media (max-width: 767px) {
  .u-sp-pb-91 {
    padding-bottom: 24.2666666667vw !important;
  }
}
.u-pb-92 {
  padding-bottom: 92px;
}

@media (max-width: 767px) {
  .u-sp-pb-92 {
    padding-bottom: 24.5333333333vw !important;
  }
}
.u-pb-93 {
  padding-bottom: 93px;
}

@media (max-width: 767px) {
  .u-sp-pb-93 {
    padding-bottom: 24.8vw !important;
  }
}
.u-pb-94 {
  padding-bottom: 94px;
}

@media (max-width: 767px) {
  .u-sp-pb-94 {
    padding-bottom: 25.0666666667vw !important;
  }
}
.u-pb-95 {
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .u-sp-pb-95 {
    padding-bottom: 25.3333333333vw !important;
  }
}
.u-pb-96 {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .u-sp-pb-96 {
    padding-bottom: 25.6vw !important;
  }
}
.u-pb-97 {
  padding-bottom: 97px;
}

@media (max-width: 767px) {
  .u-sp-pb-97 {
    padding-bottom: 25.8666666667vw !important;
  }
}
.u-pb-98 {
  padding-bottom: 98px;
}

@media (max-width: 767px) {
  .u-sp-pb-98 {
    padding-bottom: 26.1333333333vw !important;
  }
}
.u-pb-99 {
  padding-bottom: 99px;
}

@media (max-width: 767px) {
  .u-sp-pb-99 {
    padding-bottom: 26.4vw !important;
  }
}
.u-pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .u-sp-pb-100 {
    padding-bottom: 26.6666666667vw !important;
  }
}
.u-pb-101 {
  padding-bottom: 101px;
}

@media (max-width: 767px) {
  .u-sp-pb-101 {
    padding-bottom: 26.9333333333vw !important;
  }
}
.u-pb-102 {
  padding-bottom: 102px;
}

@media (max-width: 767px) {
  .u-sp-pb-102 {
    padding-bottom: 27.2vw !important;
  }
}
.u-pb-103 {
  padding-bottom: 103px;
}

@media (max-width: 767px) {
  .u-sp-pb-103 {
    padding-bottom: 27.4666666667vw !important;
  }
}
.u-pb-104 {
  padding-bottom: 104px;
}

@media (max-width: 767px) {
  .u-sp-pb-104 {
    padding-bottom: 27.7333333333vw !important;
  }
}
.u-pb-105 {
  padding-bottom: 105px;
}

@media (max-width: 767px) {
  .u-sp-pb-105 {
    padding-bottom: 28vw !important;
  }
}
.u-pb-106 {
  padding-bottom: 106px;
}

@media (max-width: 767px) {
  .u-sp-pb-106 {
    padding-bottom: 28.2666666667vw !important;
  }
}
.u-pb-107 {
  padding-bottom: 107px;
}

@media (max-width: 767px) {
  .u-sp-pb-107 {
    padding-bottom: 28.5333333333vw !important;
  }
}
.u-pb-108 {
  padding-bottom: 108px;
}

@media (max-width: 767px) {
  .u-sp-pb-108 {
    padding-bottom: 28.8vw !important;
  }
}
.u-pb-109 {
  padding-bottom: 109px;
}

@media (max-width: 767px) {
  .u-sp-pb-109 {
    padding-bottom: 29.0666666667vw !important;
  }
}
.u-pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .u-sp-pb-110 {
    padding-bottom: 29.3333333333vw !important;
  }
}
.u-pb-111 {
  padding-bottom: 111px;
}

@media (max-width: 767px) {
  .u-sp-pb-111 {
    padding-bottom: 29.6vw !important;
  }
}
.u-pb-112 {
  padding-bottom: 112px;
}

@media (max-width: 767px) {
  .u-sp-pb-112 {
    padding-bottom: 29.8666666667vw !important;
  }
}
.u-pb-113 {
  padding-bottom: 113px;
}

@media (max-width: 767px) {
  .u-sp-pb-113 {
    padding-bottom: 30.1333333333vw !important;
  }
}
.u-pb-114 {
  padding-bottom: 114px;
}

@media (max-width: 767px) {
  .u-sp-pb-114 {
    padding-bottom: 30.4vw !important;
  }
}
.u-pb-115 {
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  .u-sp-pb-115 {
    padding-bottom: 30.6666666667vw !important;
  }
}
.u-pb-116 {
  padding-bottom: 116px;
}

@media (max-width: 767px) {
  .u-sp-pb-116 {
    padding-bottom: 30.9333333333vw !important;
  }
}
.u-pb-117 {
  padding-bottom: 117px;
}

@media (max-width: 767px) {
  .u-sp-pb-117 {
    padding-bottom: 31.2vw !important;
  }
}
.u-pb-118 {
  padding-bottom: 118px;
}

@media (max-width: 767px) {
  .u-sp-pb-118 {
    padding-bottom: 31.4666666667vw !important;
  }
}
.u-pb-119 {
  padding-bottom: 119px;
}

@media (max-width: 767px) {
  .u-sp-pb-119 {
    padding-bottom: 31.7333333333vw !important;
  }
}
.u-pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .u-sp-pb-120 {
    padding-bottom: 32vw !important;
  }
}
/* text-indent
----------------------------------------------------------- */
.u-ti-1 {
  display: inline-block;
  text-indent: 1em;
}

.u-ti-2 {
  display: inline-block;
  text-indent: 2em;
}

.u-ti-3 {
  display: inline-block;
  text-indent: 3em;
}

.u-ti-4 {
  display: inline-block;
  text-indent: 4em;
}

.u-ti-5 {
  display: inline-block;
  text-indent: 5em;
}

.u-ti-6 {
  display: inline-block;
  text-indent: 6em;
}

.u-ti-7 {
  display: inline-block;
  text-indent: 7em;
}

.u-ti-8 {
  display: inline-block;
  text-indent: 8em;
}

.u-ti-9 {
  display: inline-block;
  text-indent: 9em;
}

.u-ti-10 {
  display: inline-block;
  text-indent: 10em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: #0950d1;
}

::selection {
  color: #fff;
  background-color: #0950d1;
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
html.-noscroll {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "liga" 1;
  line-height: 1.875;
  background: #fff;
  color: #333333;
}
@media (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  body.modal-body {
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

h2,
h3,
h4 {
  color: #00002d;
}
h2.-white,
h3.-white,
h4.-white {
  color: #fff;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

a {
  color: #333333;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 110px;
  border-bottom: solid 1px #eaeaea;
  z-index: 9999;
  background: #fff;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .header {
    width: 1280px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 16vw;
  }
}
.header .is-white {
  display: none !important;
}
.header .is-color {
  display: block !important;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#index .header {
  border-color: transparent;
  background: transparent;
}
#index .header .is-color {
  display: none !important;
}
#index .header .is-white {
  display: block !important;
}
#index .header.-hover, #index .header.-fixed, #index .header.-open, #index .header.-scroll {
  border-bottom: solid 1px #eaeaea;
  background: #fff;
}
#index .header.-hover .is-white, #index .header.-fixed .is-white, #index .header.-open .is-white, #index .header.-scroll .is-white {
  display: none !important;
}
#index .header.-hover .is-color, #index .header.-fixed .is-color, #index .header.-open .is-color, #index .header.-scroll .is-color {
  display: block !important;
}

.header-logo-labo,
.header-logo-corp {
  height: 100%;
}
.header-logo-labo a,
.header-logo-corp a {
  height: 100%;
}
.header-logo-labo a img,
.header-logo-corp a img {
  opacity: 1;
  transition: opacity 0.2s;
}
.header-logo-labo a:hover img,
.header-logo-corp a:hover img {
  opacity: 0.7;
}

.header-logo-labo {
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.header-logo-labo a {
  display: block;
  width: 132px;
  height: 81px;
}
.header-logo-labo a img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .header-logo-labo {
    padding: 0 15px;
  }
  .header-logo-labo a {
    width: 100px;
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .header-logo-labo {
    padding: 0 15px;
  }
  .header-logo-labo a {
    width: 75px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .header-logo-labo {
    padding: 0 4vw;
  }
  .header-logo-labo a {
    width: 20vw;
    height: 12.2666666667vw;
  }
}

.header-logo-corp {
  display: flex;
}
.header-logo-corp a {
  display: flex;
  align-items: center;
}
.header-logo-corp a:first-child img {
  margin: 0 10px 0 0;
}
.header-logo-corp a:last-child img {
  margin: 0 0 0 10px;
}
.header-logo-corp .header-logo-sgh::after {
  display: block;
  content: "";
  width: 1px;
  height: 27px;
  /*border-left: solid 1px #3d62ad;*/
}
#index .header-logo-corp .header-logo-sgh::after {
  /*border-left-color: #fff;*/
}
#index .-hover .header-logo-corp .header-logo-sgh::after, #index .-scroll .header-logo-corp .header-logo-sgh::after, #index .-open .header-logo-corp .header-logo-sgh::after, #index .-fixed .header-logo-corp .header-logo-sgh::after {
  /*border-left: solid 1px #3d62ad !important;*/
}
.header-logo-corp .header-logo-sgh img {
  width: 38px;
}
.header-logo-corp .header-logo-sagawa img {
  width: 111px;
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .header-logo-corp .header-logo-sgh::after {
    height: 20px;
  }
  .header-logo-corp .header-logo-sgh img {
    width: 30px;
  }
  .header-logo-corp .header-logo-sagawa img {
    width: 86px;
  }
}
@media (max-width: 1024px) {
  .header-logo-corp {
    margin: 0 10px;
  }
  .header-logo-corp a img {
    margin: auto 5px;
  }
  .header-logo-corp .header-logo-sgh::after {
    width: 1px;
    height: 15px;
  }
  .header-logo-corp .header-logo-sgh img {
    width: 21px;
  }
  .header-logo-corp .header-logo-sagawa img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .header-logo-corp {
    margin: 0 2.6666666667vw;
  }
  .header-logo-corp a img {
    margin: auto 1.3333333333vw;
  }
  .header-logo-corp .header-logo-sgh::after {
    width: 0.2666666667vw;
    height: 4vw;
  }
  .header-logo-corp .header-logo-sgh img {
    width: 8vw;
  }
  .header-logo-corp .header-logo-sagawa img {
    width: 16vw;
  }
}

@media (min-width: 1025px) {
  .header-nav {
    flex: 1 0 0%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .header-nav {
    top: 16vw;
  }
}
.header-nav__logo {
  margin-right: 44px;
}
@media (max-width: 1350px) {
  .header-nav__logo {
    margin-right: 36px;
  }
}
@media (max-width: 1150px) {
  .header-nav__logo {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .header-nav__logo {
    display: none;
  }
}

.header-nav-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-nav-btns {
    flex-direction: column;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .header-nav-btns {
    margin: 10.6666666667vw 0;
  }
}
.header-nav-btns__entry {
  width: 242px;
  height: 56px;
  margin-right: 47px;
}
@media (min-width: 1151px) and (max-width: 1350px) {
  .header-nav-btns__entry {
    width: 152px;
    height: 56px;
    margin-right: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .header-nav-btns__entry {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .header-nav-btns__entry {
    width: 315px;
    height: 60px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .header-nav-btns__entry {
    width: 84vw;
    height: 16vw;
    margin: 0 0 5.3333333333vw 0;
  }
}
@media (max-width: 1024px) {
  .header-nav-btns__entry .header-entry-button__lead {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-nav-btns__entry .header-entry-button__lead {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 1024px) {
  .header-nav-btns__entry .header-entry-button__main {
    font-size: 16px;
  }
  .header-nav-btns__entry .header-entry-button__main img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .header-nav-btns__entry .header-entry-button__main {
    font-size: 4.2666666667vw;
  }
  .header-nav-btns__entry .header-entry-button__main img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.header-nav-btns__inquiry {
  width: 110px;
  height: 110px;
}
@media (max-width: 1024px) {
  .header-nav-btns__inquiry {
    width: 315px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-nav-btns__inquiry {
    width: 84vw;
    height: 16vw;
  }
}
@media (max-width: 1024px) {
  .header-nav-btns__inquiry .header-inquiry-button {
    flex-direction: row;
  }
}

@media (min-width: 1025px) {
  .header-overlay {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 767px) {
  .header-overlay {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .header-sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-sp {
    display: flex;
  }
  .header-sp__btn {
    width: 110px;
    height: 60px;
    background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
    position: relative;
  }
  .header-sp__btn span {
    display: block;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
  }
  .header-sp__btn span:not(:last-child) {
    width: 34px;
    height: 2px;
    background: #fff;
  }
  .header-sp__btn span:first-child {
    top: 20%;
  }
  .header-sp__btn span:nth-child(2) {
    top: 35%;
  }
  .header-sp__btn span:last-child {
    color: #fff;
    font-size: 12px;
    top: 75%;
  }
  .header-sp__btn span:last-child::before {
    content: "Menu";
  }
  .header-sp__btn.-active span:first-child {
    transform: rotate(45deg) translate(-50%, -50%);
    top: 38%;
  }
  .header-sp__btn.-active span:nth-child(2) {
    opacity: 0;
  }
  .header-sp__btn.-active span:nth-child(3) {
    transform: rotate(-45deg) translate(-50%, -50%);
    top: 38%;
  }
  .header-sp__btn.-active span:last-child::before {
    content: "Close";
  }
}
@media (max-width: 767px) {
  .header-sp__btn {
    width: 18.6666666667vw;
    height: 16vw;
  }
  .header-sp__btn span:not(:last-child) {
    width: 9.0666666667vw;
    height: 0.5333333333vw;
  }
  .header-sp__btn span:last-child {
    font-size: 3.2vw;
  }
}

.header-nav-list,
.header-nav-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .header-nav-list {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .header-nav-list {
    margin-right: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .header-nav-list {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-nav-list__item {
    margin-right: 40px;
    font-size: 18px;
    /*#program & .-program {*/
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .header-nav-list__item {
    margin-right: 30px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .header-nav-list__item {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-nav-list__item:last-child {
    margin-right: 0;
  }
  .header-nav-list__item > *,
  .header-nav-list__item a {
    color: #333333;
    font-weight: 700;
    transition: 0.2s;
  }
  .header-nav-list__item > *:hover,
  .header-nav-list__item a:hover {
    text-decoration: none;
    color: #0669D7;
  }
  #index .header-nav-list__item > *,
  #index .header-nav-list__item a {
    color: #fff;
  }
  #index .header-nav-list__item > *:hover,
  #index .header-nav-list__item a:hover {
    color: #0669D7;
  }
  #index .-hover .header-nav-list__item > *, #index .-scroll .header-nav-list__item > *, #index .-open .header-nav-list__item > *, #index .-fixed .header-nav-list__item > *,
  #index .-hover .header-nav-list__item a,
  #index .-scroll .header-nav-list__item a,
  #index .-open .header-nav-list__item a,
  #index .-fixed .header-nav-list__item a {
    color: #333333;
  }
  #index .-hover .header-nav-list__item > *:hover, #index .-scroll .header-nav-list__item > *:hover, #index .-open .header-nav-list__item > *:hover, #index .-fixed .header-nav-list__item > *:hover,
  #index .-hover .header-nav-list__item a:hover,
  #index .-scroll .header-nav-list__item a:hover,
  #index .-open .header-nav-list__item a:hover,
  #index .-fixed .header-nav-list__item a:hover {
    color: #0669D7;
  }
  #news .header-nav-list__item.-news {
    position: relative;
  }
  #news .header-nav-list__item.-news::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
  #archive .header-nav-list__item.-archive {
    position: relative;
  }
  #archive .header-nav-list__item.-archive::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
  #program .header-nav-list__item.-program {
    position: relative;
  }
  #program .header-nav-list__item.-program::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .header-nav-list__item {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
  }
  .header-nav-list__item a {
    transition: 0.2s;
    position: relative;
  }
  .header-nav-list__item a::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #0669D7;
    border-right: 2px solid #0669D7;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .header-nav-list__item > a {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .header-nav-list__item {
    font-size: 4.2666666667vw;
  }
  .header-nav-list__item a::after {
    right: 5.3333333333vw;
  }
  .header-nav-list__item > a {
    padding: 4vw 5.3333333333vw;
  }
}

@media (min-width: 1025px) {
  .header-nav-menu {
    position: relative;
  }
  .header-nav-menu__link {
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
  }
  .header-nav-menu__link _::-webkit-full-page-media,
  .header-nav-menu__link _:future, :root .header-nav-menu__link {
    letter-spacing: -0.08em;
  }
  .header-nav-menu__link::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #0669D7;
    border-right: 2px solid #0669D7;
    margin-left: 0.25em;
    transform: translateY(-0.25em) translateX(0.25em) rotate(135deg);
  }
  .header-nav-menu__link.-active {
    color: #0669D7 !important;
  }
  .header-nav-menu__link.-active::after {
    transform: translateY(0) translateX(0.25em) rotate(-45deg);
  }
  #index .header-nav-menu__link::after {
    border-color: #fff;
  }
  #index .-hover .header-nav-menu__link::after, #index .-scroll .header-nav-menu__link::after, #index .-open .header-nav-menu__link::after, #index .-fixed .header-nav-menu__link::after {
    border-color: #0669D7;
  }
  .header-nav-menu__list {
    display: none;
    font-size: 16px;
    position: absolute;
    top: 70px;
    left: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .header-nav-menu__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(-45deg) skew(-10deg, -10deg);
    background: #fff;
  }
  .header-nav-menu__list ul {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 5;
  }
  .header-nav-menu__list ul li {
    white-space: nowrap;
  }
  .header-nav-menu__list ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 1024px) {
  .header-nav-menu {
    padding: 15px 20px;
  }
  .header-nav-menu__link {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .header-nav-menu__list {
    display: block !important;
    font-size: 14px;
  }
  .header-nav-menu__list li:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .header-nav-menu__list a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .header-nav-menu {
    padding: 4vw 5.3333333333vw;
  }
  .header-nav-menu__link {
    margin-bottom: 4vw;
  }
  .header-nav-menu__list {
    font-size: 3.7333333333vw;
  }
  .header-nav-menu__list a {
    padding: 4vw 2.6666666667vw;
  }
}

.header-entry-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #D01D1D;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transition: 0.2s;
}
.header-entry-button__lead {
  font-size: 11px;
  margin-bottom: 2px;
  color: #fff;
  white-space: nowrap;
}
.header-entry-button__lead _::-webkit-full-page-media,
.header-entry-button__lead _:future, :root .header-entry-button__lead {
  letter-spacing: -0.08em;
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .header-entry-button__lead {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-entry-button__lead {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-entry-button__lead {
    font-size: 2.6666666667vw;
  }
}
.header-entry-button__main {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.header-entry-button__main img {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
@media (min-width: 1151px) and (max-width: 1350px) {
  .header-entry-button__main {
    font-size: 16px;
  }
  .header-entry-button__main img {
    width: 27px;
    height: 27px;
  }
  .header-entry-button__main span {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .header-entry-button__main {
    font-size: 13px;
  }
  .header-entry-button__main img {
    width: 24px;
    height: 24px;
  }
  .header-entry-button__main span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-entry-button__main {
    font-size: 14px;
  }
  .header-entry-button__main img {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .header-entry-button__main {
    font-size: 3.7333333333vw;
  }
  .header-entry-button__main img {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    margin-right: 1.6vw;
  }
}
.header-entry-button:hover {
  text-decoration: none;
  background: #E80404;
}

.header-inquiry-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  line-height: 1;
  position: relative;
}
.header-inquiry-button img {
  width: 25px;
  margin: 0 0 12px;
  position: relative;
}
@media (max-width: 1024px) {
  .header-inquiry-button img {
    width: 20px;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 767px) {
  .header-inquiry-button img {
    width: 5.3333333333vw;
    margin: 0 2.1333333333vw 0 0;
  }
}
.header-inquiry-button span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1024px) {
  .header-inquiry-button span {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .header-inquiry-button span {
    font-size: 4.2666666667vw;
  }
}
.header-inquiry-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.header-inquiry-button:hover {
  text-decoration: none;
}
.header-inquiry-button:hover::before {
  opacity: 1;
}

@media (min-width: 1025px) {
  .bottom-btns {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bottom-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #00002D;
    border-top: 1px solid #666681;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9990;
  }
  .bottom-btns__item {
    height: 45px;
  }
  .bottom-btns__item.-entry {
    width: 74%;
    margin-right: 15px;
  }
  .bottom-btns__item.-inquiry {
    width: 26%;
  }
  .bottom-btns__item.-inquiry .header-inquiry-button img {
    margin: 0 0 6px 0;
  }
  .bottom-btns__item.-inquiry .header-inquiry-button span {
    font-size: 10px;
  }
  .bottom-btns__item.-inquiry:first-child {
    width: 100%;
  }
  .bottom-btns__item.-inquiry:first-child .header-inquiry-button {
    flex-direction: row;
  }
  .bottom-btns__item.-inquiry:first-child .header-inquiry-button img {
    margin: 0 6px 0 0;
  }
  .bottom-btns__item.-inquiry:first-child .header-inquiry-button span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bottom-btns {
    padding: 2.6666666667vw 4vw;
  }
  .bottom-btns__item {
    height: 12vw;
  }
  .bottom-btns__item.-entry {
    margin-right: 4vw;
  }
  .bottom-btns__item.-inquiry .header-inquiry-button img {
    margin: 0 0 1.6vw 0;
  }
  .bottom-btns__item.-inquiry .header-inquiry-button span {
    font-size: 2.6666666667vw;
  }
  .bottom-btns__item.-inquiry:first-child img {
    margin: 0 1.6vw 0 0;
  }
  .bottom-btns__item.-inquiry:first-child span {
    font-size: 3.7333333333vw;
  }
}

footer .inquiry-section {
  background: url(../images/common/bg_inquiry.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  footer .inquiry-section {
    background-image: url(../images/common/bg_inquiry-sp.jpg);
  }
}
footer .inquiry-block {
  display: flex;
  justify-content: center;
  padding: 93px 0;
}
@media (max-width: 767px) {
  footer .inquiry-block {
    flex-direction: column;
    padding: 14.1333333333vw 8vw 16.5333333333vw;
  }
}
footer .inquiry-block .lead-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  footer .inquiry-block .lead-text {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer .inquiry-block__item {
  width: 388px;
  color: #fff;
}
footer .inquiry-block__item.-entry {
  margin-right: 60px;
}
@media (max-width: 767px) {
  footer .inquiry-block__item {
    width: 84vw;
  }
  footer .inquiry-block__item.-entry {
    margin: 0 0 11.7333333333vw 0;
  }
}
footer .inquiry-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  footer .inquiry-block__btn {
    width: 84vw;
    height: 18.6666666667vw;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 11.7333333333vw;
    margin: 0 auto;
  }
}
footer .inquiry-block__btn.-entry {
  color: #fff;
  background: #D01D1D;
}
footer .inquiry-block__btn.-entry .button-icon {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  footer .inquiry-block__btn.-entry .button-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
footer .inquiry-block__btn.-contact {
  color: #fff;
  background: rgba(5, 62, 199, 0.6);
  border: 1px solid #fff;
}
footer .inquiry-block__btn.-contact .button-icon {
  width: 25px;
  height: 20px;
}
@media (max-width: 767px) {
  footer .inquiry-block__btn.-contact .button-icon {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
  }
}
footer .inquiry-block__btn .button-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  footer .inquiry-block__btn .button-icon {
    left: 3.7333333333vw;
  }
}
footer .inquiry-block__btn .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
footer .inquiry-block__btn .button-icon img.not-hover {
  opacity: 1;
}
footer .inquiry-block__btn .button-icon img.is-hover {
  opacity: 0;
}
footer .inquiry-block__btn:hover {
  text-decoration: none;
}
footer .inquiry-block__btn:hover.-entry {
  color: #D01D1D;
  background: #fff;
}
footer .inquiry-block__btn:hover.-contact {
  color: #0669D7;
  background: #fff;
}
footer .inquiry-block__btn:hover .button-icon img.not-hover {
  opacity: 0 !important;
}
footer .inquiry-block__btn:hover .button-icon img.is-hover {
  opacity: 1 !important;
}
footer .inquiry-block__btn .button-label {
  text-align: center;
  font-size: 15px;
}
footer .inquiry-block__btn .button-label span {
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .inquiry-block__btn .button-label {
    font-size: 2.9333333333vw;
  }
  footer .inquiry-block__btn .button-label span {
    font-size: 4.2666666667vw;
  }
}
footer .inquiry-bottom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #0950d1;
  color: #fff;
}
@media (max-width: 767px) {
  footer .inquiry-bottom-link {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
footer .inquiry-bottom-link:hover {
  text-decoration: underline;
}

.footer-menu-section {
  background: #00002d;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 62px 0 37px;
}
.footer-menu-section > .inner {
  max-width: 1120px;
  margin: 0 auto;
}
.footer-menu-section address {
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer-menu-section {
    height: auto;
    padding: 6.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
  .footer-menu-section > .inner {
    display: block;
    font-size: 3.4666666667vw;
  }
  .footer-menu-section address {
    font-size: 3.2vw;
    text-align: left;
    line-height: 1.5;
  }
}

.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 33px;
  margin-bottom: 42px;
  border-bottom: 1px solid #666681;
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.footer-info__text {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .footer-info__text {
    margin: 0 0 2.6666666667vw 0;
  }
}
.footer-info__facebook a {
  margin: auto auto 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer-info__facebook a img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.footer-info__facebook a:hover {
  text-decoration: underline;
}
.footer-info__facebook a:after {
  display: none;
}
@media (max-width: 767px) {
  .footer-info__facebook a {
    font-size: 3.7333333333vw;
  }
  .footer-info__facebook a img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}

.footer-menu {
  font-size: 0.75em;
  text-align: center;
  margin: 0 -8px 80px 0;
}
.footer-menu a {
  color: #fff;
  display: inline-block;
  border-right: solid 1px #fff;
  padding: 0 8px 0 0;
  margin-right: 8px;
}
.footer-menu a:last-child {
  border-right: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-menu {
    font-size: 3.4666666667vw;
    margin: -4.8vw -2.1333333333vw 7.2vw 0;
    text-align: left;
    line-height: 1.5;
  }
  .footer-menu a {
    margin: 4.8vw 2.1333333333vw 0 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 72px;
  right: 60px;
  width: 56px;
  height: 56px;
  transition: opacity 0.2s;
  opacity: 0.7;
  z-index: 999;
}
.pagetop:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.pagetop:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop {
    width: 14.9333333333vw;
    max-width: 56px;
    height: 14.9333333333vw;
    max-height: 56px;
    bottom: 21.3333333333vw;
    right: 5.3333333333vw;
  }
  .pagetop.fixed {
    position: absolute;
    bottom: 21.3333333333vw;
  }
}
.pagetop a {
  display: flex;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  background: #00002d;
  transition: background-color 0.2s, border-color 0.2s;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: solid #fff;
  border-width: 5px 5px 0 0;
  transform: translateY(3px) scale(0.5) rotate(-45deg);
}
.pagetop a:hover {
  border: solid 1px rgba(255, 255, 255, 0);
  background: #0669D7;
}

.topic-path {
  padding: 19px 36px;
  height: 50px;
  background: #fff;
  border: solid #eaeaea;
  font-size: 12px;
  line-height: 1;
}
.topic-path a {
  display: inline-block;
  margin-right: 37px;
  color: #333333;
  position: relative;
}
.topic-path a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  right: -19px;
  border: solid #0669D7;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  pointer-events: none;
}
.topic-path a:last-child {
  margin-right: 0;
}
.topic-path a:last-child::after {
  display: none;
}
.topic-path.only-pc {
  border-width: 0 0 1px 0;
}
.topic-path.only-sp {
  border-width: 1px 0 0 0;
}

body:not(#index) main {
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}
@media (max-width: 1024px) {
  body:not(#index) main {
    margin-top: 60px;
  }
}
body:not(#index) main > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  body:not(#index) main {
    margin-top: 16vw;
  }
  body:not(#index) main .breadcrumb {
    order: 3;
  }
  body:not(#index) main .contents {
    order: 1;
  }
  body:not(#index) main .localnav {
    order: 2;
  }
}

.c-accordion {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
  line-height: 1.5;
}
.c-accordion + .c-accordion {
  border-top: 0;
}
.c-accordion__head {
  position: relative;
  cursor: pointer;
  padding: 25px 40px 25px 30px;
}
@media (max-width: 767px) {
  .c-accordion__head {
    padding: 4vw 10.6666666667vw 4vw 4vw;
  }
}
.c-accordion__head::before, .c-accordion__head::after {
  content: "";
  display: block;
  background: #0669D7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.c-accordion__head::before {
  width: 20px;
  height: 3px;
  right: 20px;
}
@media (max-width: 767px) {
  .c-accordion__head::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    right: 4vw;
  }
}
.c-accordion__head::after {
  width: 3px;
  height: 20px;
  right: 28px;
}
@media (max-width: 767px) {
  .c-accordion__head::after {
    width: 0.8vw;
    height: 5.3333333333vw;
    right: 6.1333333333vw;
  }
}
.c-accordion__head.-active::after {
  opacity: 0;
}
.c-accordion__head > div {
  font-size: 26px;
}
@media (max-width: 767px) {
  .c-accordion__head > div {
    font-size: 5.8666666667vw;
  }
}
.-faq .c-accordion__head {
  display: flex;
}
.-faq .c-accordion__head > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 51, 204, 0.6);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 0.2em;
}
@media (max-width: 767px) {
  .-faq .c-accordion__head > span {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
.-faq .c-accordion__head > div {
  flex: 1 0 0%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .-faq .c-accordion__head > div {
    margin-left: 4vw;
  }
}
.c-accordion__inner {
  padding: 0 30px 25px 30px;
}
@media (max-width: 767px) {
  .c-accordion__inner {
    padding: 0 4vw 4vw 4vw;
  }
}
.-faq .c-accordion__inner {
  display: flex;
  padding: 0 40px 25px 30px;
}
@media (max-width: 767px) {
  .-faq .c-accordion__inner {
    padding: 0 10.6666666667vw 4vw 4vw;
  }
}
.-faq .c-accordion__inner > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #A3A3A3;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 0.2em;
}
@media (max-width: 767px) {
  .-faq .c-accordion__inner > span {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
.-faq .c-accordion__inner > div {
  flex: 1 0 0%;
  margin-left: 20px;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  .-faq .c-accordion__inner > div {
    font-size: 4.2666666667vw;
    margin-left: 4vw;
  }
}
.c-accordion__body {
  display: none;
}
.-show .c-accordion__body {
  display: block;
}

.c-box {
  padding: 30px;
  border: 1px solid #BFBFBF;
  background: #fff;
}
@media (max-width: 767px) {
  .c-box {
    padding: 5.3333333333vw;
  }
}
.c-box.-gray {
  border: 0;
  background: #F0F2FA;
}
.c-box.-shadow {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.c-box.-quote {
  padding: 60px 40px;
  border: 0;
  background: #fff;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.c-box.-quote::before, .c-box.-quote::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 48px;
  border: 0;
  background-size: 100% 100%;
  position: absolute;
}
.c-box.-quote::before {
  background: transparent url(../images/common/etc_quote-01.svg) no-repeat 0% 0%;
  top: -20px;
  left: 30px;
}
.c-box.-quote::after {
  background: transparent url(../images/common/etc_quote-02.svg) no-repeat 0% 0%;
  bottom: -20px;
  right: 30px;
}

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #DFDFDF;
}
.breadcrumb__inner {
  padding: 15px 35px;
}
.breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.breadcrumb ol {
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: -10px -35px 0 0;
  padding: 0;
  line-height: 1.5;
}
.breadcrumb ol li {
  margin: 10px 35px 0 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    border-top: 1px solid #DFDFDF;
    border-bottom: 0;
  }
  .breadcrumb__inner {
    padding: 4vw 5.3333333333vw;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb ol li {
    white-space: nowrap;
    margin: 0;
  }
  .breadcrumb ol li:not(:last-child) {
    margin-right: 9.3333333333vw;
  }
  .breadcrumb ol li:last-child {
    padding-right: 5.3333333333vw;
  }
}
.breadcrumb__item {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 3.2vw;
  }
}
.breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #0669D7;
  border-right: 1px solid #0669D7;
  transform: translateY(-1px) translateX(1.3em) rotate(45deg);
}
.breadcrumb__item:hover {
  text-decoration: underline;
}
li:last-child .breadcrumb__item {
  pointer-events: none;
}
li:last-child .breadcrumb__item::after {
  display: none;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-btn {
    width: 84vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.c-btn span {
  position: relative;
}
.c-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
.c-btn.-blank::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 0;
  background: transparent url(../images/common/icn_blank-white.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
  transform: rotate(0);
  top: calc(50% - 0.35em);
}
.c-btn.-pdf::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0;
  background: transparent url(../images/common/icn_file-pdf.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
  transform: rotate(0);
  top: calc(50% - 0.45em);
}
.c-btn.-excel::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0;
  background: transparent url(../images/common/icn_file-excel.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
  transform: rotate(0);
  top: calc(50% - 0.45em);
}
@media (min-width: 768px) {
  .c-btn:hover::before {
    opacity: 1;
  }
}
.c-btn.-border {
  color: #0669D7;
  border: 1px solid #0669D7;
  background: transparent;
}
.c-btn.-border::before {
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
}
.c-btn.-border::after {
  border-color: #0669D7;
}
@media (min-width: 768px) {
  .c-btn.-border:hover {
    color: #fff;
  }
  .c-btn.-border:hover::before {
    opacity: 1;
  }
  .c-btn.-border:hover::after {
    border-color: #fff;
  }
}
.c-btn.-disable {
  pointer-events: none;
  background: #BEBEBE;
}

a.button-plane {
  display: inline-flex;
  justify-content: center;
  height: 40px;
  padding: 4px 40px 4px 15px;
  color: #0669D7;
  border: solid 1px;
  text-decoration: none;
  transition: all 0.2s;
  background: transparent 0% 0% no-repeat border-box;
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
  position: relative;
}
@media (min-width: 768px) {
  a.button-plane:hover {
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(90deg, #0b27c5 0%, #086cd9 100%);
    text-decoration: none;
  }
}
a.button-plane::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
@media (max-width: 767px) {
  a.button-plane {
    height: 10.6666666667vw;
    padding: 1.0666666667vw 10.6666666667vw 1.0666666667vw 4vw;
  }
  a.button-plane::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid;
    border-right: 0.5333333333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.2666666667vw;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 70px;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .button {
    width: 84vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.button span {
  position: relative;
}
.button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
@media (max-width: 767px) {
  .button::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid;
    border-right: 0.5333333333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .button:hover {
    text-decoration: none;
  }
  .button:hover::before {
    opacity: 1;
  }
}

.button-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 70px;
  color: #0669D7;
  border: 1px solid #0669D7;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.button-border span {
  position: relative;
}
@media (max-width: 767px) {
  .button-border {
    width: 84vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.button-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.button-border.-more span:last-child {
  position: static;
}
.button-border.-more span:last-child::before, .button-border.-more span:last-child::after {
  content: "";
  display: block;
  background: #0669D7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-border.-more span:last-child::before {
  width: 20px;
  height: 3px;
  right: 20px;
}
.button-border.-more span:last-child::after {
  width: 3px;
  height: 20px;
  right: 28px;
}
@media (min-width: 768px) {
  .button-border:hover {
    color: #fff;
    text-decoration: none;
  }
  .button-border:hover::before {
    opacity: 1;
  }
  .button-border:hover.-more span:last-child::before, .button-border:hover.-more span:last-child::after {
    background: #fff;
  }
}

.button-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.2s;
  position: relative;
  color: #fff;
  background: #D01D1D;
}
@media (max-width: 767px) {
  .button-entry {
    max-width: 84vw;
    height: 18.6666666667vw;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 11.7333333333vw;
    margin: 0 auto;
  }
}
.button-entry .button-icon {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .button-entry .button-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: 3.7333333333vw;
  }
}
.button-entry .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
.button-entry .button-icon img.not-hover {
  opacity: 1;
}
.button-entry .button-icon img.is-hover {
  opacity: 0;
}
.button-entry .button-label {
  text-align: center;
  font-size: 15px;
}
.button-entry .button-label span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .button-entry .button-label {
    font-size: 2.9333333333vw;
  }
  .button-entry .button-label span {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .button-entry:hover {
    color: #D01D1D;
    background: #fff;
    text-decoration: none;
  }
  .button-entry:hover .button-icon img.not-hover {
    opacity: 0 !important;
  }
  .button-entry:hover .button-icon img.is-hover {
    opacity: 1 !important;
  }
}

.button-block {
  display: flex;
  justify-content: center;
}
.button-block.-col2 {
  justify-content: space-between;
}
.button-block.-col2 > * {
  width: calc((100% - 20px) / 2);
}
.button-block.-col3 {
  justify-content: space-between;
}
.button-block.-col3 > * {
  width: calc((100% - 40px) / 3);
}
.button-block.-col4 {
  justify-content: space-between;
}
.button-block.-col4 > * {
  width: calc((100% - 60px) / 4);
}
@media (min-width: 768px) {
  .button-block.-pc-left {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .button-block.-col2, .button-block.-col3, .button-block.-col4 {
    flex-direction: column;
  }
  .button-block.-col2 > *, .button-block.-col3 > *, .button-block.-col4 > * {
    width: 100%;
  }
  .button-block.-col2 > *:not(:last-child), .button-block.-col3 > *:not(:last-child), .button-block.-col4 > *:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}

/*エントリーボタン　紺*/
.button-entry_navy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.2s;
  position: relative;
  color: #fff;
  background: #192259;
}
@media (max-width: 767px) {
  .button-entry_navy {
    max-width: 84vw;
    height: 18.6666666667vw;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 11.7333333333vw;
    margin: 0 auto;
  }
}
.button-entry_navy .button-icon {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .button-entry_navy .button-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: 3.7333333333vw;
  }
}
.button-entry_navy .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
.button-entry_navy .button-icon img.not-hover {
  opacity: 1;
}
.button-entry_navy .button-icon img.is-hover {
  opacity: 0;
}
.button-entry_navy .button-label {
  text-align: center;
  font-size: 15px;
}
.button-entry_navy .button-label span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .button-entry_navy .button-label {
    font-size: 2.9333333333vw;
  }
  .button-entry_navy .button-label span {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .button-entry_navy:hover {
    color: #192259;
    background: #fff;
    text-decoration: none;
  }
  .button-entry_navy:hover .button-icon img.not-hover {
    opacity: 0 !important;
  }
  .button-entry_navy:hover .button-icon img.is-hover {
    opacity: 1 !important;
  }
}

.contents-block {
  background: #fff;
  position: relative;
}
.contents-block.-before {
  margin-top: 10.2vw;
}
.contents-block.-before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-6deg);
  transform-origin: bottom left;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents-block.-before {
    margin-top: 7vw;
  }
  .contents-block.-before::before {
    transform: skewY(-4.58182937deg);
  }
}
.contents-block.-after {
  margin-bottom: 10.2vw;
}
.contents-block.-after::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-6deg);
  transform-origin: top right;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .contents-block.-after {
    margin-bottom: 7vw;
  }
  .contents-block.-after::after {
    transform: skewY(-4.58182937deg);
  }
}
.contents-block.-gray, .contents-block.-gray::before, .contents-block.-gray::after {
  background: #F0F2FA;
}
.contents-block.-blue, .contents-block.-blue::before, .contents-block.-blue::after {
  background: #2B3759;
}
.contents-block.-darkblue, .contents-block.-darkblue::before, .contents-block.-darkblue::after {
  background: #2c2b4b;
}
.contents-block__inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1364px) {
  .contents-block__inner {
    margin: 0 80px;
  }
}
@media (max-width: 767px) {
  .contents-block__inner {
    margin: 0 5.3333333333vw;
  }
}
.heading-block .contents-block__inner {
  padding: 85px 0 14px;
}
@media (max-width: 767px) {
  .heading-block .contents-block__inner {
    padding: 11.7333333333vw 0 13.3333333333vw;
  }
}
.archive-pickup-block .contents-block__inner {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .archive-pickup-block .contents-block__inner {
    padding: 12.8vw 0 13.3333333333vw;
  }
}
.archive-list-block .contents-block__inner {
  padding: 30px 0 110px;
}
@media (max-width: 767px) {
  .archive-list-block .contents-block__inner {
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
}
.program-about-block .contents-block__inner {
  padding: 110px 0 35px;
}
@media (max-width: 767px) {
  .program-about-block .contents-block__inner {
    padding: 10.6666666667vw 0 14.1333333333vw;
  }
}
.program-list-block .contents-block__inner {
  padding: 10px 0 20px;
}
@media (max-width: 767px) {
  .program-list-block .contents-block__inner {
    padding: 14.1333333333vw 0 18.6666666667vw;
  }
}
.program-faq-block .contents-block__inner {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .program-faq-block .contents-block__inner {
    padding: 13.3333333333vw 0 16vw;
  }
}
.program-bottom-block .contents-block__inner {
  padding: 10px 0 110px;
}
@media (max-width: 767px) {
  .program-bottom-block .contents-block__inner {
    padding: 16vw 0 18.6666666667vw;
  }
}
.program-archive-block .contents-block__inner {
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  .program-archive-block .contents-block__inner {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
.archive-detail-block .contents-block__inner {
  padding: 86px 0 106px;
}
@media (max-width: 767px) {
  .archive-detail-block .contents-block__inner {
    padding: 10.4vw 0 17.8666666667vw;
  }
}
.archive-detail-block .contents-block__inner.-gray, .archive-detail-block .contents-block__inner.-blue {
  padding: 91px 0 96px;
}
@media (max-width: 767px) {
  .archive-detail-block .contents-block__inner.-gray, .archive-detail-block .contents-block__inner.-blue {
    padding: 13.8666666667vw 0 15.2vw;
  }
}
.archive-share-block .contents-block__inner {
  padding: 65px 0;
}
@media (max-width: 767px) {
  .archive-share-block .contents-block__inner {
    padding: 11.4666666667vw 0 13.3333333333vw;
  }
}
.archive-recommend-block .contents-block__inner {
  padding: 65px 0 110px;
}
@media (max-width: 767px) {
  .archive-recommend-block .contents-block__inner {
    padding: 16.5333333333vw 0 18.6666666667vw;
  }
}

.heading-block h2:not(:last-child) {
  margin-bottom: 2em;
}
.heading-block__lead {
  text-align: center;
}
@media (max-width: 767px) {
  .heading-block__lead {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}

.c-figure {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  position: relative;
}
.c-figure.-full img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-figure.-full img {
    width: 100vw;
    margin: 0 -5.3333333333vw;
  }
}
.c-figure.-medium {
  max-width: 796px;
}
.c-figure.-medium img {
  width: 100%;
}
.c-figure.-small {
  max-width: 660px;
}
.c-figure.-small img {
  width: 100%;
}
.c-figure.-nostream {
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-figure.-nostream {
    max-width: 100px;
  }
}
.c-figure img {
  display: block;
}
.c-figure figcaption {
  margin-top: 0.5em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -30px 0 0;
}
.grid__item {
  margin: 40px 30px 0 0;
}
.grid__item.-col12 {
  width: calc(100% - 30px);
}
.grid__item.-col11 {
  width: calc(91.6666666667% - 30px);
}
.grid__item.-col10 {
  width: calc(83.3333333333% - 30px);
}
.grid__item.-col9 {
  width: calc(75% - 30px);
}
.grid__item.-col8 {
  width: calc(66.6666666667% - 30px);
}
.grid__item.-col7 {
  width: calc(58.3333333333% - 30px);
}
.grid__item.-col6 {
  width: calc(50% - 30px);
}
.grid__item.-col5 {
  width: calc(41.6666666667% - 30px);
}
.grid__item.-col4 {
  width: calc(33.3333333333% - 30px);
}
.grid__item.-col3 {
  width: calc(25% - 30px);
}
.grid__item.-col2 {
  width: calc(16.6666666667% - 30px);
}
.grid__item.-col1 {
  width: calc(8.3333333333% - 30px);
}
@media (min-width: 768px) {
  .grid.-mg60 {
    margin: -40px -60px 0 0;
  }
  .grid.-mg60 .grid__item {
    margin: 40px 60px 0 0;
  }
  .grid.-mg60 .grid__item.-col12 {
    width: calc(100% - 60px);
  }
  .grid.-mg60 .grid__item.-col11 {
    width: calc(91.6666666667% - 60px);
  }
  .grid.-mg60 .grid__item.-col10 {
    width: calc(83.3333333333% - 60px);
  }
  .grid.-mg60 .grid__item.-col9 {
    width: calc(75% - 60px);
  }
  .grid.-mg60 .grid__item.-col8 {
    width: calc(66.6666666667% - 60px);
  }
  .grid.-mg60 .grid__item.-col7 {
    width: calc(58.3333333333% - 60px);
  }
  .grid.-mg60 .grid__item.-col6 {
    width: calc(50% - 60px);
  }
  .grid.-mg60 .grid__item.-col5 {
    width: calc(41.6666666667% - 60px);
  }
  .grid.-mg60 .grid__item.-col4 {
    width: calc(33.3333333333% - 60px);
  }
  .grid.-mg60 .grid__item.-col3 {
    width: calc(25% - 60px);
  }
  .grid.-mg60 .grid__item.-col2 {
    width: calc(16.6666666667% - 60px);
  }
  .grid.-mg60 .grid__item.-col1 {
    width: calc(8.3333333333% - 60px);
  }
}
@media (max-width: 767px) {
  .grid {
    margin: -8vw 0 0 0;
  }
  .grid__item.-sp-col12 {
    margin: 8vw 0 0 0;
    width: 100%;
  }
  .grid.-sp-reverse {
    flex-direction: column-reverse;
  }
}

.c-heading {
  line-height: 1.4;
  font-weight: 400;
  color: #00002D;
}
.c-heading.-white {
  color: #fff;
}
.c-heading.-marine {
  color: #01afff;
}
.c-heading.-xlarge {
  font-size: 40px;
}
@media (max-width: 767px) {
  .c-heading.-xlarge {
    font-size: 8vw;
  }
}
.c-heading.-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading.-title .c-heading__title {
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading.-title .c-heading__title {
    margin-bottom: 1.0666666667vw;
  }
}
.c-heading.-title.-left {
  align-items: flex-start;
}
.c-heading.-title.-left .c-heading__title {
  text-align: left;
}
.news-block .contents-block__inner > .c-heading.-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-block .contents-block__inner > .c-heading.-title {
    margin-bottom: 13.3333333333vw;
  }
}
.c-heading.-large {
  font-size: 32px;
  margin: 0 0 1.5em 0;
}
@media (max-width: 767px) {
  .c-heading.-large {
    font-size: 6.6666666667vw;
  }
}
.c-heading.-medium {
  font-size: 26px;
  margin: 0 0 0.95em 0;
}
@media (max-width: 767px) {
  .c-heading.-medium {
    font-size: 5.8666666667vw;
  }
}
.c-heading.-small {
  font-size: 22px;
  margin: 0 0 0.8em 0;
}
@media (max-width: 767px) {
  .c-heading.-small {
    font-size: 5.3333333333vw;
  }
}
.c-heading.-xsmall {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .c-heading.-xsmall {
    font-size: 4.8vw;
  }
}
.c-heading.-bar {
  padding-left: 14px;
  border-left: 4px solid #0033CC;
}
@media (max-width: 767px) {
  .c-heading.-bar {
    padding-left: 3.2vw;
  }
}
.c-heading.-dot {
  padding-left: 18px;
  position: relative;
}
.c-heading.-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0033CC;
  position: absolute;
  top: 0.65em;
  left: 0;
}
@media (max-width: 767px) {
  .c-heading.-dot {
    padding-left: 3.2vw;
  }
}
.c-heading.-center {
  text-align: center;
}

.icon-switch {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 34px;
  height: 34px;
  border: solid 1px #01afff;
  position: relative;
  background: transparent;
  vertical-align: bottom;
}
.icon-switch::before, .icon-switch::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 6px;
  background: #01afff;
}
.icon-switch::after {
  transform: rotate(90deg);
  opacity: 1;
}
.strength-item:hover .icon-switch, .resource-item:hover .icon-switch {
  background: #fff;
}
.strength-item.open .icon-switch::after, .resource-item.open .icon-switch::after {
  opacity: 0;
}
@media (max-width: 767px) {
  .icon-switch {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .icon-switch::before, .icon-switch::after {
    content: "";
    width: 4.2666666667vw;
    top: 2.9333333333vw;
    left: 1.0666666667vw;
  }
}

.icon-after-blank::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 0;
  margin-left: 0.5em;
  background: transparent url(../images/common/icn_blank-blue.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
}
.icon-after-blank.-white::after {
  background: transparent url(../images/common/icn_blank-white.svg) no-repeat 0% 0%;
}

.icon-arrow {
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin-left: 0.4em;
  position: relative;
  top: 0.1em;
  overflow: hidden;
}
.icon-arrow::before, .icon-arrow::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #0669D7;
  border-right: 2px solid #0669D7;
  transform: rotate(45deg);
  position: absolute;
  top: 0.3em;
  left: -0.1em;
  transition: transform 0.25s;
}
.icon-arrow::before {
  transform: translateX(-200%) rotate(45deg);
}
a:hover .icon-arrow::before {
  transform: translateX(0) rotate(45deg);
}
a:hover .icon-arrow::after {
  transform: translateX(200%) rotate(45deg);
}

.icon-new-open {
  display: inline-block;
  width: 0.7em;
  height: 1em;
  margin-left: 0.4em;
  position: relative;
  top: 0.15em;
  overflow: hidden;
}
.icon-new-open::before, .icon-new-open::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 0;
  background: transparent url(../images/common/icn_blank-blue.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
  position: absolute;
  top: 0.15em;
  transition: transform 0.25s;
}
.icon-new-open::before {
  transform: translateX(-200%);
}
a:hover .icon-new-open::before {
  transform: translateX(0);
}
a:hover .icon-new-open::after {
  transform: translateX(200%);
}

.icon-file {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.4em;
  position: relative;
  top: 0.15em;
  overflow: hidden;
}
.icon-file::before, .icon-file::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0;
  background-size: 100% 100%;
  position: absolute;
  top: 0.15em;
  transition: transform 0.25s;
}
.icon-file::before {
  transform: translateX(-200%);
}
.icon-file.-pdf::before, .icon-file.-pdf::after {
  background: transparent url(../images/common/icn_file-pdf.svg) no-repeat 0% 0%;
}
.icon-file.-excel::before, .icon-file.-excel::after {
  background: transparent url(../images/common/icn_file-excel.svg) no-repeat 0% 0%;
}
a:hover .icon-file::before {
  transform: translateX(0);
}
a:hover .icon-file::after {
  transform: translateX(200%);
}

.c-link > span:first-child {
  color: #00002d;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
.c-link:hover {
  text-decoration: none;
}
.c-link.-text > span:first-child {
  color: #0669D7;
  background: linear-gradient(#0669D7, #0669D7) no-repeat left bottom/0 1px;
}
@media (min-width: 768px) {
  .c-link:hover span:first-child {
    background-size: 100% 1px;
  }
}

a[target=_blank].-text {
  padding-right: 0.3em;
}

.link-list {
  padding: 0;
  margin: -10px -50px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.link-list.-column {
  flex-direction: column;
}
@media (max-width: 767px) {
  .link-list {
    margin: -10px 0 0 0;
    flex-direction: column;
  }
}
.link-list > li {
  margin: 10px 50px 0 0;
  position: relative;
  padding-left: 1.25em;
}
.link-list > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0033CC;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media (max-width: 767px) {
  .link-list > li {
    margin: 10px 0 0 0;
  }
}

.c-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-list > li {
  position: relative;
}
.c-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-list.-dot > li {
  padding-left: 1.25em;
}
.c-list.-dot > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0033CC;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.c-list.-order {
  list-style-type: decimal;
  margin-left: 1.25em;
}
.c-list.-note > li {
  padding-left: 1.5em;
  font-size: 14px;
}
@media (max-width: 767px) {
  .c-list.-note > li {
    font-size: 3.7333333333vw;
  }
}
.c-list.-note > li:not(:last-child) {
  margin-bottom: 0.25em;
}
.c-list.-note > li::before {
  counter-increment: item;
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list.-text > li {
  padding-left: 1em;
  margin-bottom: 0;
}
.c-list.-text > li::before {
  counter-increment: item;
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list.-flexible > li {
  display: flex;
}
.c-list.-flexible > li > div:first-child {
  margin-right: 0.5em;
}
.c-list.-flexible > li > div:last-child {
  flex: 1 0 0%;
}

.localnav {
  background: #fff;
}
@media (min-width: 768px) {
  .localnav {
    padding: 110px 0;
  }
  .localnav ul {
    list-style-type: none;
  }
  .localnav__inner {
    max-width: 1204px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1364px) {
  .localnav__inner {
    margin: 0 80px;
  }
}
@media (min-width: 768px) {
  .localnav__list {
    display: flex;
    background: #F0F2FA;
    margin: 0;
    padding: 40px;
  }
  .localnav__list > li {
    flex: 1 0 0%;
    height: 120px;
    line-height: 1.5;
  }
  .localnav__list > li:not(:last-child) {
    margin-right: 30px;
  }
  .localnav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 10px;
  }
  .localnav__link.-small {
    font-size: 13px;
    font-weight: 400;
    justify-content: flex-start;
  }
  .localnav__link.-current {
    background: #DDE5FD;
    color: #0669D7;
    pointer-events: none;
  }
  .localnav__link span:first-child {
    padding-bottom: 0px;
    background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
  .localnav__link span.icon-arrow {
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .localnav__link:hover span:first-child {
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) {
  .localnav__lower {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin: 0;
  }
  .localnav__lower li:first-child {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
  }
  .localnav__lower li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .localnav {
    border-top: 1px solid #DFDFDF;
  }
  .localnav ul {
    list-style-type: none;
  }
  .localnav__list {
    margin: 0;
    padding: 0;
  }
  .localnav__list > li {
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .localnav__list > li:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .localnav__link {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    padding: 4vw 5.3333333333vw;
    transition: 0.2s;
    position: relative;
  }
  .localnav__link .icon-arrow {
    display: none;
  }
  .localnav__link::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #0669D7;
    border-right: 2px solid #0669D7;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
  }
  .localnav__link.-current {
    background: #DDE5FD;
    color: #0669D7;
    pointer-events: none;
  }
  .localnav__link.-small {
    font-size: 3.7333333333vw;
    font-weight: 400;
    padding: 4vw 2.6666666667vw;
  }
  .localnav__lower {
    margin: 0;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .localnav__lower > li {
    border-bottom: 1px solid #DFDFDF;
  }
  .localnav__lower > li:first-child, .localnav__lower > li:last-child {
    border-bottom: 0;
  }
  .localnav__lower > li:first-child {
    font-weight: 700;
    padding: 4vw 0;
  }
}

#archive.detail .localnav__link.-current {
  pointer-events: inherit;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}
.modal__content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 1158px;
  height: 80%;
}
@media (max-width: 767px) {
  .modal__content {
    width: 100vw;
  }
}
.modal__iframe {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal__iframe > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.modal__inner {
  height: 100%;
  padding: 60px 70px 96px 70px;
}
@media (max-width: 767px) {
  .modal__inner {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.modal__inner.-scroll {
  overflow-y: auto;
  padding: 40px 80px 40px 80px;
}
@media all and (-ms-high-contrast: none) {
  .modal__inner.-scroll::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .modal__inner.-scroll {
    padding: 40px 16px;
  }
}
.modal__close {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #0669D7;
  color: #0669D7;
  transition: 0.3s;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #0669D7;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: inherit;
    right: 2.6666666667vw;
    top: -13.3333333333vw;
  }
}
.modal__close:hover {
  background: #0669D7;
  color: #fff;
}
.modal__close:hover::before, .modal__close:hover::after {
  background: #fff;
}

.modal-link {
  cursor: pointer;
  transition: 0.3s;
}
.modal-link__image {
  position: relative;
  overflow: hidden;
}
.modal-link__image > img {
  display: block;
  transition: 0.2s;
}
.modal-link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(6, 105, 215, 0.8);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-link__icon {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.report-item__image .modal-link__icon {
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .report-item__image .modal-link__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.modal-link__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-link__icon img {
  display: block;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 1;
  transform: scale(1, 1) !important;
}
@media (max-width: 767px) {
  .modal-link__icon img {
    width: 8vw;
    height: 6.4vw;
  }
}
.report-item__image .modal-link__icon img {
  width: 32px;
  height: 28px;
}
@media (max-width: 767px) {
  .report-item__image .modal-link__icon img {
    width: 6.4vw;
    height: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  a:hover .modal-link .modal-link__image > img, .modal-link:hover .modal-link__image > img {
    transform: scale(1.1, 1.1);
  }
  a:hover .modal-link .modal-link__icon::before, .modal-link:hover .modal-link__icon::before {
    opacity: 1;
  }
}

.modal-iframe {
  padding: 60px 70px 96px 70px;
}
@media (max-width: 767px) {
  .modal-iframe {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.modal-iframe .c-heading.-large {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .modal-iframe .c-heading.-large {
    margin-bottom: 4.2666666667vw;
  }
}
.modal-iframe .c-movie,
.modal-iframe .c-figure {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .modal-iframe .c-movie,
  .modal-iframe .c-figure {
    margin-bottom: 8vw;
  }
}

.c-movie {
  margin: 0 auto;
  max-width: 660px;
}
.c-movie__inner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.c-movie__caption {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .c-movie__caption {
    font-size: 3.2vw;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-pagelink__list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  .c-pagelink__list {
    margin: 0;
  }
}
.c-pagelink__list li {
  padding: 5px 25px;
}
@media (max-width: 767px) {
  .c-pagelink__list {
    margin: 0 -4vw;
  }
  .c-pagelink__list li {
    padding: 1.3333333333vw 2.1333333333vw;
  }
}
.c-pagelink__item {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .c-pagelink__item {
    font-size: 4.2666666667vw;
  }
}
.c-pagelink__item::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #0669D7;
  border-right: 2px solid #0669D7;
  margin-left: 0.75em;
  transform: translateY(-0.25em) translateX(-0.5em) rotate(135deg);
}
.c-pagelink__item:hover {
  color: #0669D7;
}
.program-archive-block .c-pagelink {
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .program-archive-block .c-pagelink {
    margin-bottom: 9.6vw;
  }
}
.news-block .contents-block__inner > .c-pagelink {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .news-block .contents-block__inner > .c-pagelink {
    margin-bottom: 12.5333333333vw;
  }
}

.pickup-list,
.pickup-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pickup-list__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pickup-list__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}

.pickup-item {
  display: flex;
  align-items: flex-start;
}
.pickup-item > div {
  width: 50%;
}
.pickup-item__image {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
}
.pickup-item__image.-border {
  border: 1px solid #CCCCCC;
}
.pickup-item__image img {
  display: block;
  transition: 0.2s;
}
.pickup-item__date {
  margin-bottom: 10px;
}
.pickup-item__title {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 20px;
}
.pickup-item__title span:first-child {
  color: #00002d !important;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
.pickup-item__tag {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pickup-item {
    flex-direction: column;
  }
  .pickup-item > div {
    width: 100%;
  }
  .pickup-item__image {
    margin-bottom: 4vw;
  }
  .pickup-item__date {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .pickup-item__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .pickup-item__tag {
    margin-bottom: 4vw;
  }
  .pickup-item__lead {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .pickup-item:hover .pickup-item__image img {
    transform: scale(1.1, 1.1);
  }
  .pickup-item:hover .pickup-item__title span:first-child {
    background-size: 100% 1px;
  }
}

.report-list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -30px 0 0 !important;
}
.report-list,
.report-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.report-list + .button-block {
  margin-top: 66px;
}
.report-list__item {
  width: calc(33.333% - 30px);
  margin: 40px 30px 0 0;
}
@media (max-width: 767px) {
  .report-list {
    margin: -8.5333333333vw 0 0 0 !important;
  }
  .report-list + .button-block {
    margin-top: 10.6666666667vw;
  }
  .report-list__item {
    width: 100%;
    margin: 8.5333333333vw 0 0 0;
  }
}

.report-item__image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.report-item__image.-border {
  border: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .report-item__image.-border {
    border: 0;
  }
  .report-item__image.-border img {
    border: 1px solid #CCCCCC;
  }
}
.report-item__image img {
  display: block;
  transition: 0.2s;
}
.report-item__date {
  margin-bottom: 10px;
}
.report-item__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}
.report-item__title span:first-child {
  color: #00002d !important;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
@media (min-width: 768px) {
  .report-item:hover .report-item__image img {
    transform: scale(1.1, 1.1);
  }
  .report-item:hover .report-item__title span:first-child {
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .report-item.-sp-column .report-item__image {
    margin-bottom: 2.6666666667vw;
  }
  .report-item.-sp-column .report-item__date {
    margin-bottom: 1.3333333333vw;
  }
  .report-item.-sp-column .report-item__date {
    font-size: 4.2666666667vw;
  }
  .report-item.-sp-column .report-item__title {
    font-size: 4.8vw;
  }
  .report-item:not(.-sp-column) {
    display: flex;
    flex-wrap: wrap;
  }
  .report-item:not(.-sp-column) .report-item__image {
    order: 3;
    width: 42%;
    margin: 0 4% 0 0;
  }
  .report-item:not(.-sp-column) .report-item__date {
    order: 1;
    width: 25%;
    margin: 0 3% 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  .report-item:not(.-sp-column) .report-item__title {
    order: 4;
    width: 54%;
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
  .report-item:not(.-sp-column) .report-item__tag {
    order: 2;
    width: 72%;
    margin-bottom: 2.6666666667vw;
    display: flex;
    align-items: center;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DFDFDF;
}
.c-table tr {
  border-bottom: 1px solid #DFDFDF;
}
.c-table tr th + th {
  border-left: 1px solid #DFDFDF;
}
.c-table tr td + td {
  border-left: 1px solid #DFDFDF;
}
.c-table th,
.c-table td {
  padding: 15px 20px;
}
.c-table th.-w15p,
.c-table td.-w15p {
  width: 15%;
}
.c-table th.-w30p,
.c-table td.-w30p {
  width: 30%;
}
.c-table th.-w33p,
.c-table td.-w33p {
  width: 33.3%;
}
.c-table th {
  text-align: left;
  vertical-align: top;
  background: #F0F2FA;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
  }
  .c-table th.-w15p, .c-table th.-w30p,
  .c-table td.-w15p,
  .c-table td.-w30p {
    min-width: 30.9333333333vw;
  }
  .c-table.-sp-column th,
  .c-table.-sp-column td {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    display: block;
  }
}

@media (max-width: 767px) {
  .c-table-wrap {
    overflow-x: auto;
  }
  .c-table-wrap .c-table {
    width: 800px;
  }
}
.c-tag {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -8px -8px 0 0 !important;
}
.c-tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 8px 0 0;
  font-size: 13px;
  color: #707070;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 0 10px;
}
.c-tag.-white li {
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .c-tag li {
    font-size: 2.9333333333vw;
    height: 5.8666666667vw;
    padding: 0 2.1333333333vw;
  }
}

.archive-detail-kv {
  height: 38.95vw;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .archive-detail-kv {
    height: 133.33vw;
  }
}
.archive-detail-kv.-bg01 {
  background: url(../images/archive/detail/2022/0329_01/pct_kv-pc.jpg) center center/cover;
}
@media (max-width: 767px) {
  .archive-detail-kv.-bg01 {
    background: url(../images/archive/detail/2022/0329_01/pct_kv-sp.jpg) center center/cover;
  }
}
.archive-detail-kv.-bg02 {
  background: url(../images/archive/detail/2022/0329_02/pct_kv-pc.jpg) center center/cover;
}
@media (max-width: 767px) {
  .archive-detail-kv.-bg02 {
    height: 133.33vw;
    background: url(../images/archive/detail/2022/0329_02/pct_kv-sp.jpg) center center/cover;
  }
}
.archive-detail-kv__inner {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1364px) {
  .archive-detail-kv__inner {
    margin: 0 80px;
  }
}
@media (max-width: 767px) {
  .archive-detail-kv__inner {
    margin: 0 5.3333333333vw;
  }
}
.archive-detail-kv__date {
  font-weight: 700;
  width: 6.5em;
}
.archive-detail-kv__title {
  width: 100%;
  margin: 20px 0 56px;
}
@media (max-width: 767px) {
  .archive-detail-kv__title {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.archive-detail-kv__title h1 {
  font-weight: 500;
}

.archive-detail-box {
  text-align: center;
}
.archive-detail-box img {
  width: inherit;
  max-width: 100%;
}
.archive-detail-box .c-heading.-medium {
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  .archive-detail-box .c-heading.-medium {
    text-align: left;
  }
}

.archive-detail-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.archive-detail-heading__category {
  display: inline-block;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .archive-detail-heading__category {
    font-size: 5.3333333333vw;
    padding: 0 4vw;
    margin-bottom: 3.2vw;
  }
}
.archive-detail-heading__category::before {
  content: "";
  background: #01AFFF;
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.archive-detail-heading__title {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}
.archive-detail-heading__title.-white {
  color: #fff;
}
.archive-detail-heading__title span {
  background: linear-gradient(transparent 70%, #8BD8FC 70%);
  padding: 0 4px;
}
@media (max-width: 767px) {
  .archive-detail-heading__title {
    font-size: 6.6666666667vw;
  }
}

.archive-detail-item + .archive-detail-item {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid #DFDFDF;
}
@media (max-width: 767px) {
  .archive-detail-item + .archive-detail-item {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

@media (min-width: 768px) {
  .archive-detail-task {
    display: flex;
  }
  .archive-detail-task__item {
    position: relative;
  }
  .archive-detail-task__item:not(:last-child) {
    margin-right: 60px;
  }
  .archive-detail-task__item img:first-child {
    border-radius: 100%;
    overflow: hidden;
  }
  .archive-detail-task__item img:nth-child(2) {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 107px;
    height: 50px;
  }
  .archive-detail-task__item p {
    display: block;
    text-align: center;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .archive-detail-task__item {
    display: flex;
    align-items: center;
    position: relative;
  }
  .archive-detail-task__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .archive-detail-task__item img:first-child {
    border-radius: 100%;
    overflow: hidden;
    width: 32vw;
    height: 32vw;
  }
  .archive-detail-task__item img:nth-child(2) {
    position: absolute;
    top: 45%;
    left: 16vw;
    transform: translate(-50%, -50%);
    width: 21.3333333333vw;
  }
  .archive-detail-task__item p {
    flex: 1 0 0%;
    margin-left: 4vw;
  }
}

.archive-detail-solution-block.-bg01 {
  background: fixed url(../images/archive/detail/2022/0329_01/bg_solution.jpg) no-repeat center center/cover;
}
.archive-detail-solution-block.-bg02 {
  background: fixed url(../images/archive/detail/2022/0329_02/bg_solution.jpg) no-repeat center center/cover;
}
.archive-detail-solution-block__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .archive-detail-solution-block__inner {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
  .archive-detail-solution-block__inner .archive-detail-heading {
    padding: 0 5.3333333333vw;
  }
  .archive-detail-solution-block__inner figcaption {
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .archive-detail-solution-block__left {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .archive-detail-solution-block__left {
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .archive-detail-solution-block__right {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .archive-detail-solution-block__right {
    padding: 0 5.3333333333vw;
  }
}

.archive-detail__title {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .archive-detail__title {
    margin-bottom: 8vw;
  }
}
.archive-detail__body > *:not(:last-child) {
  margin-bottom: 1em;
}
.archive-detail__body h1,
.archive-detail__body h2,
.archive-detail__body h3,
.archive-detail__body h4,
.archive-detail__body h5 {
  margin-top: 1.5em !important;
  margin-bottom: 1em !important;
}
.archive-detail__body h1:first-child,
.archive-detail__body h2:first-child,
.archive-detail__body h3:first-child,
.archive-detail__body h4:first-child,
.archive-detail__body h5:first-child {
  margin-top: 0 !important;
}
.archive-detail__status {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .archive-detail__status {
    flex-direction: column;
  }
}
.archive-detail__date {
  width: 7em;
}
@media (max-width: 767px) {
  .archive-detail__date {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}

.archive-share-block {
  background: #00002D;
  color: #fff;
}

.archive-share {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .archive-share {
    flex-direction: column;
  }
}
.archive-share__main {
  display: flex;
  align-items: center;
  margin-right: 85px;
}
@media (max-width: 767px) {
  .archive-share__main {
    flex-direction: column;
    margin: 0 0 10.6666666667vw 0;
  }
}
.archive-share__main span {
  display: block;
  font-size: 26px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .archive-share__main span {
    font-size: 5.8666666667vw;
    margin: 0 0 5.3333333333vw 0;
  }
}
.archive-share__main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.archive-share__main ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .archive-share__main ul li:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
}
.archive-share__main ul li img {
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .archive-share__main ul li img {
    width: 8vw;
    height: 8vw;
  }
}
.archive-share__main ul li a:hover img {
  opacity: 0.7;
}

#contact main {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1024px;
}
@media (max-width: 767px) {
  #contact main {
    padding: 21.3333333333vw 6.6666666667vw;
    max-width: unset;
  }
}
#contact h1 {
  text-align: center;
  color: #00002d;
  margin: 0 0 27px;
}
#contact .note {
  font-size: 14px;
  color: #666666;
}

.contact-lead-section {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  #xhm-form {
    margin: 0 -6.6666666667vw 10.6666666667vw;
  }
}
#index {
  background: #f0f2fa;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

.mv-section {
  position: relative;
  background: linear-gradient(174deg, #fff 68.2%, #f0f2fa 68.2%);
}
@media (max-width: 767px) {
  .mv-section {
    margin: 0 0 8vw;
  }
}

.mv-movie {
  width: calc(100% - 110px);
  padding-bottom: calc((100% - 110px) / 16 * 9);
  position: relative;
  background: #00002d;
}
.mv-movie iframe {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .mv-movie {
    display: none;
  }
}

.mv-image {
  overflow: hidden;
  position: relative;
  width: calc(100% - 110px);
  height: calc((100vw - 110px) / 16 * 9);
  min-height: 668px;
}
.mv-image.only-pc.hide, .mv-image.only-sp.hide {
  display: none;
}
.mv-image.only-sp {
  width: 100%;
  height: 128vw;
  min-height: unset;
}
.mv-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: all 3s;
}
.mv-image img:nth-last-child(-n+2) {
  transform: scale(1.05);
}
.mv-image img:last-child {
  opacity: 0;
}

.mv-content {
  padding: 0 0 60px 7.3%;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.7778;
}
@media (max-width: 767px) {
  .mv-content {
    position: static;
    margin-top: -37.3333333333vw;
    padding: 0;
  }
}
.mv-content h1 {
  margin: 51px 0 39px 18px;
  width: 843px;
}
@media (max-width: 1920px) {
  .mv-content h1 {
    width: calc((100vw - 1280px) / 5.12 + 718px);
  }
}
@media (max-width: 1280px) {
  .mv-content h1 {
    width: 718px;
  }
}
@media (max-width: 767px) {
  .mv-content h1 {
    height: 37.3333333333vw;
    width: unset;
    margin: 0 0 0;
    padding: 0 4.2666666667vw;
    position: relative;
  }
  .mv-content h1::before {
    content: "";
    display: block;
    background: #f0f2fa;
    width: 100%;
    height: 8vw;
    transform: skewY(-4.58182937deg);
    transform-origin: 100% 50%;
    bottom: 0vw;
    left: 0;
    position: absolute;
  }
}
.mv-content .lead-text {
  font-weight: 300;
  font-size: 18px;
  width: 50em;
}
@media (max-width: 1920px) {
  .mv-content .lead-text {
    font-size: calc((100vw - 1440px) / 240 + 16px);
  }
}
@media (max-width: 1440px) {
  .mv-content .lead-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mv-content .lead-text {
    padding: 30px 20px;
    max-width: unset;
    width: auto;
    font-size: 4vw;
    color: #333333;
    line-height: 2;
    width: unset;
    margin: 0 0 0;
    font-weight: 400;
    background: #f0f2fa;
  }
}

.sd-block {
  font-style: italic;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0950d1;
  width: 110px;
  height: 100%;
  padding: 0 0 18vw 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.sd-block span {
  display: inline-block;
  transform: rotate(90deg);
  line-height: 1;
}
@media (max-width: 767px) {
  .sd-block {
    display: none;
  }
}

.sd-indicator {
  width: 1px;
  height: 60px;
  background: transparent;
  animation: scroll-down linear 2s forwards infinite;
  margin-top: 43px;
  border-color: #0950d1;
  border-style: solid;
  border-width: 0 0 60px 0;
}

@keyframes scroll-down {
  0% {
    border-width: 0 0 60px 0;
  }
  25% {
    border-width: 0 0 0 0;
  }
  50% {
    border-width: 60px 0 0 0;
  }
}
.top-news-section {
  margin: -62px auto 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-news-section {
    margin: 0;
  }
}
.top-news-section > .inner {
  width: calc(100% - 240px);
  min-width: 1170px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
  display: flex;
  align-items: flex-start;
}
.top-news-section > .inner.fixed {
  position: fixed;
  bottom: 0;
}
@media (max-width: 767px) {
  .top-news-section > .inner {
    display: block;
    padding: 13.8666666667vw 5.3333333333vw 8vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.3333333333vw 0 0;
  }
}
.top-news-section .top-news-heading {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 124px;
  background: #00002d;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1920px) {
  .top-news-section .top-news-heading {
    width: calc(330px - (1920px - 100vw) / 6.4);
  }
}
@media (max-width: 1280px) {
  .top-news-section .top-news-heading {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .top-news-section .top-news-heading {
    height: 16vw;
    width: 80.8vw;
    position: absolute;
    top: -8vw;
    left: 0;
  }
}
.top-news-section .top-news-heading__title {
  font-size: 22px;
  color: #fff;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .top-news-section .top-news-heading__title {
    font-size: 5.3333333333vw;
    margin: 0 0 0.5333333333vw;
  }
}
.top-news-section .top-news-heading__subtitle {
  font-size: 16px;
  margin: 0 0 6px;
  color: #01afff;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  .top-news-section .top-news-heading__subtitle {
    font-size: 3.7333333333vw;
  }
}
.top-news-section .top-news-heading::before {
  content: "";
  display: block;
  height: 100%;
  width: 51px;
  background: #00002d;
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-22deg);
  transform-origin: 0 100%;
}

.top-news-list {
  margin: 0;
  flex-grow: 1;
  align-self: center;
  padding: 28px 0 20px 75px;
  width: calc(100% - 550px);
  list-style-type: none;
}
@media (max-width: 767px) {
  .top-news-list {
    padding: 0;
    margin: 0 0 5.0666666667vw;
    width: auto;
  }
}

.top-news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-news-item:not(:last-child) {
  margin-bottom: 13px;
}
.top-news-item__date {
  width: 6.2em;
}
.top-news-item__tag {
  display: block;
  font-size: 13px;
  color: #707070;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 0 10px;
  white-space: nowrap;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .top-news-item__tag {
    font-size: 2.9333333333vw;
    height: 5.6vw;
    padding: 0 2.1333333333vw;
    margin-right: 0;
  }
}
.top-news-item__title {
  flex: 1 0 0%;
}
@media (max-width: 1920px) {
  .top-news-item__title {
    flex: 1 0 100%;
  }
}
.top-news-item__title a span:first-child {
  color: #333333;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#333333, #333333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
@media (min-width: 768px) {
  .top-news-item__title a:hover span:first-child {
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .top-news-item__title {
    flex: 1 0 100%;
  }
}

@media (max-width: 767px) {
  .top-news-date,
  .top-news-title {
    float: none;
    width: auto;
  }
  .top-news-title {
    overflow: visible;
  }
  .top-news-title > .inner {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }
}
.top-news-more {
  width: 220px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-news-more {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
  }
  .top-news-more.-show {
    display: block;
  }
}

.message-section {
  padding: 96px 0 103px;
}
@media (max-width: 767px) {
  .message-section {
    padding: 16.8vw 5.3333333333vw;
  }
}
.message-section > .inner {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message-section > .inner {
    max-width: unset;
    min-width: unset;
    width: auto;
  }
}
.message-section h2 {
  margin: 0 0 23px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 1.625;
  color: #00002d;
}
@media (max-width: 767px) {
  .message-section h2 {
    font-size: 6.6666666667vw;
    line-height: 1.48;
    text-align: left;
    margin: 0 0 4.5333333333vw;
  }
  .message-section h2 br {
    display: none;
  }
}
.message-section .lead-text {
  margin: 0;
}

.strength-section {
  min-width: 1280px;
}
@media (max-width: 767px) {
  .strength-section {
    min-width: unset;
  }
}
.strength-section > .inner {
  display: flex;
}
@media (max-width: 767px) {
  .strength-section > .inner {
    display: block;
  }
}

.strength-item {
  min-height: 426px;
  color: #fff;
  flex: 1 0 0%;
  background: transparent no-repeat 50% 50%;
  background-size: auto 100%;
  transition: flex-grow 0.2s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .strength-item {
    min-height: 56vw;
  }
}
.strength-item.open {
  flex: 2.1 0 0%;
  background-size: auto 110%;
}
.strength-item:hover {
  background-size: auto 110%;
}
.strength-item.-item01 {
  margin-right: -40px;
  background-color: #7f7f96;
  background-image: url(../images/index/strength/bg_01.jpg);
}
.strength-item.-item01 .h3-main .logo-goal {
  width: 164px;
  margin-top: 14px;
}
.strength-item.-item01 .h3-main .icon-switch {
  vertical-align: 14px;
}
.strength-item.-item01 .strength-content {
  margin: auto 90px auto 30px;
}
@media (max-width: 767px) {
  .strength-item.-item01 {
    margin: 0;
    background-position: 50% 50%;
  }
  .strength-item.-item01 .h3-main .logo-goal {
    width: 40.8vw;
  }
  .strength-item.-item01 .strength-content {
    margin: 0;
    padding: 8vw 5.3333333333vw;
  }
}
.strength-item.-item02 {
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}
.strength-item.-item02 .strength-bg {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  transform: skewX(-10.6deg);
  overflow: hidden;
}
@media (max-width: 767px) {
  .strength-item.-item02 .strength-bg {
    transform: none;
    width: 100%;
  }
}
.strength-item.-item02 .strength-bg .inner {
  height: 100%;
  width: calc(100% + 80px);
  background: no-repeat 50% 50%;
  background-color: #53586b;
  background-image: url(../images/index/strength/bg_02.jpg);
  background-size: auto 100%;
  transform: skewX(10.6deg);
  transform-origin: 0% 100%;
  transition: background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.strength-item.-item02:hover .strength-bg .inner, .strength-item.-item02.open .strength-bg .inner {
  background-size: auto 110%;
}
.strength-item.-item02 .strength-content {
  margin: auto 60px;
}
@media (max-width: 767px) {
  .strength-item.-item02 {
    margin: 0;
  }
  .strength-item.-item02 .strength-bg {
    transform: none;
    width: 100%;
    left: 0;
  }
  .strength-item.-item02 .strength-bg .inner {
    transform: none;
    width: 100%;
  }
  .strength-item.-item02 .strength-content {
    margin: 0;
    padding: 8vw 5.3333333333vw;
  }
}
.strength-item.-item03 {
  margin-left: -40px;
  background-color: #a6a6b6;
  background-image: url(../images/index/strength/bg_03.jpg);
}
.strength-item.-item03 .strength-content {
  margin: auto 20px auto 65px;
}
@media (max-width: 767px) {
  .strength-item.-item03 {
    margin: 0;
  }
  .strength-item.-item03 .strength-content {
    margin: 0;
    padding: 8vw 5.3333333333vw;
  }
}

.strength-content {
  position: relative;
}
@media (max-width: 767px) {
  .strength-content {
    width: 100%;
  }
}

.strength-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: color 0.1s;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .strength-item:not(.open) .strength-title {
    flex-direction: column;
  }
}
.strength-title h3 {
  margin: 0 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.strength-title .h3-number {
  width: 74px;
  margin: 0 16px 18px;
  line-height: 1;
}
.strength-title .h3-sub {
  font-size: 18px;
  line-height: 1.3333;
  margin: 0 0 8px;
}
.strength-title .h3-main {
  font-size: 32px;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  .strength-title {
    justify-content: flex-start;
  }
  .strength-title h3 {
    margin: 0;
  }
  .strength-title .h3-number {
    width: 16.5333333333vw;
    margin-right: 6.9333333333vw;
    margin: 0 5.3333333333vw;
  }
  .strength-title .h3-sub {
    font-size: 4.2666666667vw;
    margin: 0 0 2.6666666667vw;
    margin: 0;
  }
  .strength-title .h3-main {
    font-size: 6.6666666667vw;
  }
}

.strength-detail {
  display: none;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .strength-detail {
    font-size: 3.7333333333vw;
  }
}
.strength-detail a {
  color: #0669D7;
  transition: 0.3s;
}
.strength-detail a:hover {
  color: #fff;
}

.about-section {
  padding: 111px 0 107px;
  background: transparent;
  position: relative;
}
.about-section > .inner {
  margin: 0 auto;
  padding: 56px 135px;
  width: auto;
  max-width: 1440px;
  min-width: 1120px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
  display: flex;
  position: relative;
  min-width: 1120px;
  z-index: 1;
}
@media (max-width: 1364px) {
  .about-section > .inner {
    margin: 0 80px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 13.3333333333vw 5.3333333333vw 16.8vw;
  }
  .about-section > .inner {
    margin: 0;
    max-width: unset;
    min-width: unset;
    padding: 10.6666666667vw 6.6666666667vw;
    display: block;
  }
}

.about-logo {
  width: 32.5%;
  margin: 0 75px 0 0;
  flex-shrink: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .about-logo {
    width: 58.6666666667vw;
    margin: 0 auto 9.8666666667vw;
  }
}

.about-detail {
  flex-shrink: 1;
  padding: 12px 0 0;
}
.about-detail h2 {
  font-size: 32px;
  font-weight: 400;
  display: block;
  text-indent: -0.5em;
  margin: 0 0 31px;
}
.about-detail .lead-text {
  margin: 0;
}
@media (max-width: 767px) {
  .about-detail {
    padding: 0;
  }
  .about-detail h2 {
    font-size: 6.6666666667vw;
    margin: 0 auto 6.1333333333vw;
  }
}

.about-bg {
  position: absolute;
  width: 100%;
  height: 314px;
  background: #fff;
  bottom: 0;
  transform: skewY(-6deg);
  transform-origin: 100% 0;
}
@media (max-width: 767px) {
  .about-bg {
    transform: skewY(-4.58182937deg);
    left: 0;
    height: 53.4%;
  }
}

.staff-section {
  position: relative;
}
.staff-section > .inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
  padding: 107px 0 110px;
}
@media (max-width: 1364px) {
  .staff-section > .inner {
    margin: 0 80px;
  }
}
.staff-section h2 {
  margin: 0 0 46px;
}
.staff-section .lead-text {
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .staff-section > .inner {
    padding: 16vw 0 17.3333333333vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.3333333333vw;
  }
  .staff-section h2 {
    margin: 0 0 10.4vw;
  }
  .staff-section .lead-text {
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 0 11.4666666667vw;
  }
}

.staff-bg {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 120%;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: 0% 0%;
  z-index: -1;
}
@media (max-width: 767px) {
  .staff-bg {
    transform: skewY(-4.58182937deg);
  }
}

.staff-block {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -40px 0 0;
}
@media (max-width: 767px) {
  .staff-block {
    margin: -20px 0 0 0;
  }
}

.staff-item {
  width: calc(25% - 40px);
  margin: 40px 40px 0 0;
}
@media (max-width: 767px) {
  .staff-item {
    width: 100%;
    display: flex;
    margin: 5.3333333333vw 0 0 0;
  }
}

.staff-photo {
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .staff-photo {
    margin: 0 5.3333333333vw 0 0;
  }
}

.staff-detail img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .staff-detail img {
    width: 57.0666666667vw;
  }
}

.staff-post {
  line-height: 1.5;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .staff-post {
    font-size: 3.4666666667vw;
    margin: 0 0 1.0666666667vw;
  }
}

.staff-name {
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .staff-name {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}

.merit-section {
  padding: 0 0 104px;
}
.merit-section > .inner {
  margin: 0 auto;
  max-width: 1440px;
  min-width: 1120px;
}
@media (max-width: 1364px) {
  .merit-section > .inner {
    margin: 0 80px;
  }
}
.merit-section h2 {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .merit-section {
    padding: 14.1333333333vw 5.3333333333vw 5.8666666667vw;
  }
  .merit-section > .inner {
    max-width: unset;
    min-width: unset;
    margin: 0 0 0;
  }
  .merit-section h2 {
    margin: 0 0 16.5333333333vw;
  }
  .merit-section h2 .h2-title {
    margin: 0 0 3.4666666667vw;
  }
}

.merit-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .merit-block {
    display: block;
  }
}

.merit-item {
  width: 30.5555%;
}
.merit-item h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
}
.merit-item p {
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .merit-item {
    width: auto;
    margin: 0 0 11.2vw;
  }
  .merit-item h3 {
    font-size: 5.8666666667vw;
  }
}

.merit-image {
  line-height: 1;
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .merit-image {
    margin: 0 0 5.6vw;
  }
}

.pickup-section {
  position: relative;
  padding-bottom: calc(10.5104235266vw + 61px);
}
@media (max-width: 1280px) {
  .pickup-section {
    padding-bottom: 195.5334211401px;
  }
}
.pickup-section > .inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1364px) {
  .pickup-section > .inner {
    margin: 0 80px;
  }
}
.pickup-section h2 {
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .pickup-section {
    padding: 0 0 17.3333333333vw;
  }
  .pickup-section > .inner {
    padding: 0 5.3333333333vw 0;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0;
  }
  .pickup-section h2 {
    margin: 0 0 12.2666666667vw;
  }
}

.pickup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: 0% 0%;
}
@media (max-width: 767px) {
  .pickup-bg {
    transform: skewY(-4.58182937deg);
  }
}

.pickup-block {
  position: relative;
}
.pickup-block.-bg01 {
  background: url(../images/index/pickup/bg_01.jpg) no-repeat top center/100% auto;
}
.pickup-block.-bg02 {
  background: url(../images/index/pickup/bg_01.jpg) no-repeat top center/100% auto;
}
@media (max-width: 767px) {
  .pickup-block.-bg01, .pickup-block.-bg02 {
    background-size: auto 88vw;
  }
}
.pickup-block + .pickup-block {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .pickup-block + .pickup-block {
    margin-top: 12.2666666667vw;
  }
}
.pickup-block__inner {
  max-width: 1204px;
  margin: -50px auto 0;
}
@media (max-width: 1364px) {
  .pickup-block__inner {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (max-width: 1280px) {
  .pickup-block__inner {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .pickup-block__inner {
    margin: 0 5.3333333333vw 0 5.3333333333vw;
  }
}
.pickup-block__link {
  display: flex;
}
@media (max-width: 767px) {
  .pickup-block__link {
    flex-direction: column;
  }
  .pickup-block__link.-sp-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .pickup-block__link > div:first-child {
    margin-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pickup-block__link > div:first-child {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .pickup-block__link:hover .pickup-block__image img {
    transform: scale(1.1, 1.1);
  }
  .pickup-block__link:hover .pickup-block__title span:first-child {
    background-size: 100% 1px;
  }
}
.pickup-block__image {
  width: 50%;
  max-width: 560px;
  overflow: hidden;
}
.pickup-block__image img {
  display: block;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .pickup-block__image {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .pickup-block__image {
    width: 100%;
    max-width: inherit;
  }
}
.pickup-block__main {
  flex: 1 0 0%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .pickup-block__main {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pickup-block__main {
    margin-top: 6.6666666667vw;
  }
}
.pickup-block__title {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 20px;
}
.pickup-block__title span:first-child {
  color: #00002d !important;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
@media (max-width: 767px) {
  .pickup-block__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}

.pickup-block-title {
  height: 18.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .pickup-block-title {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .pickup-block-title {
    height: inherit;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.pickup-block-title__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-weight: 400;
  padding-right: 54px;
  margin: 0 48px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .pickup-block-title__heading {
    height: initial;
    flex-direction: column;
    padding-right: 0;
    margin: 10.6666666667vw 0 6.6666666667vw;
    border-right: 0;
  }
}
.pickup-block-title__heading span:first-child {
  font-size: 40px;
  color: #fff;
  margin-right: 35px;
  line-height: 1.6;
}
.pickup-block-title__heading span:last-child {
  font-size: 18px;
  color: #01afff;
  font-style: italic;
}
@media (max-width: 767px) {
  .pickup-block-title__heading span:first-child {
    font-size: 6.6666666667vw;
    margin-right: 0;
  }
  .pickup-block-title__heading span:last-child {
    font-size: 3.7333333333vw;
  }
}

.participating-section {
  position: relative;
  /*padding-bottom: calc(10.510423526568vw + 61px);*/
}
@media (max-width: 1280px) {
  .participating-section {
    padding-bottom: 195.5334211401px;
  }
}
.participating-section > .inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1364px) {
  .participating-section > .inner {
    margin: 0 80px;
  }
}
.participating-section h2 {
  margin: 0 0 62px;
  color: #fff;
}
@media (max-width: 767px) {
  .participating-section {
    padding: 5vw 0 17.3333333333vw;
  }
  .participating-section > .inner {
    padding: 0 5.3333333333vw 0;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0;
  }
  .participating-section h2 {
    margin: 0 0 12.2666666667vw;
  }
}
.participating-section .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .participating-section .company-list {
    display: block;
  }
}
.participating-section .company-list > div {
  margin: 0 0 50px;
  width: 31.7275%;
  color: #fff;
}
.participating-section .company-list > div dt img {
  margin: auto auto 10px;
  display: block;
}
.participating-section .company-list > div dt h3 {
  padding: 1.1em 11px;
  height: 65px;
  line-height: 1;
  border: solid 1px #fff;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.participating-section .company-list > div dt h3:before {
  content: "";
  display: block;
  margin: auto;
  width: 34px;
  height: 34px;
  border: solid 1px #fff;
  background: #1f5281;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.participating-section .company-list > div dt h3:after {
  content: "";
  display: block;
  width: 35px;
  margin: auto;
  height: 35px;
  background-color: #fff;
  -webkit-clip-path: polygon(45% 15%, 55% 15%, 55% 45%, 85% 45%, 85% 55%, 55% 55%, 55% 85%, 45% 85%, 45% 55%, 15% 55%, 15% 45%, 45% 45%);
          clip-path: polygon(45% 15%, 55% 15%, 55% 45%, 85% 45%, 85% 55%, 55% 55%, 55% 85%, 45% 85%, 45% 55%, 15% 55%, 15% 45%, 45% 45%);
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 2.5%;
}
.participating-section .company-list > div dd {
  margin: 35px 0 0;
  padding: 45px 100px 20px;
  width: 304.8175%;
  display: none;
  background: #3b3a59;
  border-top: solid 6px #00affe;
  border-bottom: solid 6px #00affe;
  color: #fff;
  position: relative;
}
.participating-section .company-list > div dd::after {
  content: "";
  display: block;
  margin: auto;
  background: #00affe;
  height: 21.6506350946px;
  width: 25px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.participating-section .company-list > div dd h4 {
  color: #fff;
}
.participating-section .company-list > div dd div {
  margin: 0 auto 40px 0;
}
.participating-section .company-list > div dd div:last-child {
  margin-bottom: 0;
}
.participating-section .company-list > div dd p {
  margin: auto;
  color: #fff;
}
.participating-section .company-list > div dd a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(#ffffff, #ffffff) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
.participating-section .company-list > div dd a:hover {
  background-size: 100% 1px;
}
.participating-section .company-list > div dd ul {
  margin: auto;
}
.participating-section .company-list > div dd .icon-new-open::after {
  background: transparent url(../images/common/icn_blank-white.svg) no-repeat 0% 0%;
}
.participating-section .company-list > div.left dd {
  margin-left: 5.5%;
}
.participating-section .company-list > div.left dd::after {
  left: -70%;
  right: 0;
}
.participating-section .company-list > div.center dd {
  margin-left: -102%;
}
.participating-section .company-list > div.right dd {
  margin-left: -209.5%;
}
.participating-section .company-list > div.right dd::after {
  left: 0;
  right: -70%;
}
.participating-section .company-list > div.show dt h3 {
  background: #00affe;
}
.participating-section .company-list > div.show dt h3:before {
  content: "";
  background: #000000;
}
.participating-section .company-list > div.show dt h3:after {
  content: "";
  -webkit-clip-path: inset(45% 16% 45% 16%);
          clip-path: inset(45% 16% 45% 16%);
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 2.5%;
}
@media (max-width: 767px) {
  .participating-section .company-list > div.show dt h3:after {
    right: 3.65vw;
  }
}
.participating-section .company-list > div.show dd {
  display: block;
}
@media (max-width: 767px) {
  .participating-section .company-list > div {
    margin: auto auto 9vw;
    width: 100%;
  }
  .participating-section .company-list > div dt img {
    display: none;
  }
  .participating-section .company-list > div dt h3 {
    margin-bottom: 7vw;
    height: 16.6666vw;
  }
  .participating-section .company-list > div dt h3:before {
    width: 9vw;
    height: 9vw;
    border: solid 1px #fff;
    right: 4vw;
  }
  .participating-section .company-list > div dt h3:after {
    width: 9.5vw;
    height: 9.5vw;
    right: 3.65vw;
  }
  .participating-section .company-list > div dd {
    margin: 8vw 0 0;
    padding: 8vw 5vw;
    width: 100%;
  }
  .participating-section .company-list > div.left dd, .participating-section .company-list > div.center dd, .participating-section .company-list > div.right dd {
    margin: auto;
  }
  .participating-section .company-list > div.left dd::after, .participating-section .company-list > div.center dd::after, .participating-section .company-list > div.right dd::after {
    left: 0;
    right: 0;
  }
}

.report-section {
  position: relative;
  padding-bottom: calc(10.5104235266vw + 61px);
}
@media (max-width: 1280px) {
  .report-section {
    padding-bottom: 195.5334211401px;
  }
}
.report-section > .inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1364px) {
  .report-section > .inner {
    margin: 0 80px;
  }
}
.report-section h2 {
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  .report-section {
    padding: 0 0 17.3333333333vw;
  }
  .report-section > .inner {
    padding: 12.8vw 5.3333333333vw 0;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0;
  }
  .report-section h2 {
    margin: 0 0 10.4vw;
  }
}

.report-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.program-section {
  position: relative;
}
.program-section > .inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .program-section > .inner {
    padding-top: 16vw;
  }
}

.program-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: 0% 0%;
}
@media (max-width: 767px) {
  .program-bg {
    transform: skewY(-4.58182937deg);
  }
}

.program-block {
  display: grid;
  grid-template-columns: 54% 46%;
  background: url(../images/index/program/bg_program.jpg) no-repeat center center/cover;
  padding: 56px 119px;
  color: #fff;
}
@media (max-width: 1440px) {
  .program-block {
    padding: 56px 80px;
  }
}
.program-block h2 {
  align-items: flex-start;
  margin-bottom: 28px;
}
.program-block h2 .h2-title {
  color: #fff;
  line-height: 1.25;
}
.program-block .lead-text {
  margin-bottom: 30px;
}
.program-block__text {
  grid-column: 1/2;
  grid-row: 1/2;
}
.program-block__btn {
  grid-column: 1/2;
  grid-row: 2/3;
}
.program-block__movie {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1440px) {
  .program-block__movie {
    margin-left: 40px;
  }
}
.program-block__movie .modal-link {
  min-height: 0%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .program-block {
    grid-template-columns: 100%;
    padding: 10.1333333333vw 5.3333333333vw 13.8666666667vw;
  }
  .program-block h2 {
    align-items: center;
    text-align: center;
    margin-bottom: 8vw;
  }
  .program-block .lead-text {
    margin: 0;
  }
  .program-block__text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .program-block__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 8vw 0 0 0;
  }
  .program-block__movie {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 8vw 0 0 0;
  }
  .program-block__movie .modal-link {
    margin-bottom: 4vw;
  }
}

.news-block {
  padding: 86px 0 110px;
}
@media (max-width: 767px) {
  .news-block {
    padding: 11.7333333333vw 0 18.6666666667vw;
  }
}
.news-block section + section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .news-block section + section {
    margin-top: 11.4666666667vw;
  }
}

.news-list,
.news-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-list__item {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 32px;
}
.news-list__item:not(:last-child) {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .news-list__item {
    padding-bottom: 6.6666666667vw;
  }
  .news-list__item:not(:last-child) {
    margin-bottom: 6.1333333333vw;
  }
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
  }
}
.news-item__date {
  width: 6em;
}
@media (max-width: 767px) {
  .news-item__date {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.news-item__tag {
  flex: 1;
}
@media (max-width: 767px) {
  .news-item__tag {
    width: 100%;
    margin-top: 1.6vw;
  }
}
.news-item__title {
  width: 100%;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .news-item__title {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
.news-item__title span:first-child {
  color: #00002d !important;
  text-decoration: none;
  padding-bottom: 0px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 768px) {
  a.news-item:hover .news-item__title span:first-child {
    background-size: 100% 1px;
  }
}
.news-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news-detail__head {
    margin-bottom: 10.6666666667vw;
  }
}
.news-detail__title {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-detail__title {
    margin-bottom: 8vw;
  }
}
.news-detail__date {
  width: 7em;
}
@media (max-width: 767px) {
  .news-detail__date {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.news-detail__body section > *:not(:last-child) {
  margin-bottom: 1em;
}
.news-detail__body h1,
.news-detail__body h2,
.news-detail__body h3,
.news-detail__body h4,
.news-detail__body h5 {
  margin-top: 1.5em !important;
  margin-bottom: 1em !important;
}
.news-detail__body h1:first-child,
.news-detail__body h2:first-child,
.news-detail__body h3:first-child,
.news-detail__body h4:first-child,
.news-detail__body h5:first-child {
  margin-top: 0 !important;
}
.news-detail__body section + section {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .news-detail__body section + section {
    margin-top: 18.6666666667vw;
  }
}

.program-main {
  position: relative;
}
.program-main__kv {
  overflow: hidden;
  background: #86B8E5;
}
.program-main__kv.-movie {
  display: none;
}
.program-main__kv.-image {
  height: 100vh;
  background: url(../images/open_innovation_program/bg_main-pc.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
}
@media (max-width: 767px) {
  .program-main__kv.-image {
    background: url(../images/open_innovation_program/bg_main-sp.jpg) no-repeat center center/cover;
  }
}
.program-main__movie {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}
.program-main__movie iframe {
  width: 100%;
  height: 100%;
}
.program-main__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 468px;
  margin: 0 auto;
  background: url(../images/open_innovation_program/pct_main-01.png) no-repeat left center/296px 390px, url(../images/open_innovation_program/pct_main-02.png) no-repeat right center/276px 408px;
}
@media (max-width: 767px) {
  .program-main__inner {
    height: 74.6666666667vw;
    background: url(../images/open_innovation_program/pct_main-01.png) no-repeat left -10% center/36.2666666667vw 47.2vw, url(../images/open_innovation_program/pct_main-02.png) no-repeat right -10% center/36.8vw 49.0666666667vw;
  }
}
.program-main__inner h1 {
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 767px) {
  .program-main__inner h1 {
    width: 82.9333333333vw;
  }
}
.program-main__inner h1 img {
  width: 100%;
}

.program-main + h2 {
  color: #fff;
}

.program-about {
  display: flex;
}
.program-about__main {
  width: 52%;
  margin-right: 60px;
}
.program-about__main .c-heading {
  margin-bottom: 26px;
}
.program-about__movie {
  width: 48%;
}
.program-about__movie .modal-link {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .program-about {
    flex-direction: column;
  }
  .program-about__main {
    width: 100%;
    margin: 0 0 6.6666666667vw 0;
  }
  .program-about__main .c-heading {
    margin-bottom: 4vw;
  }
  .program-about__movie {
    width: 100%;
  }
  .program-about__movie .modal-link {
    margin-bottom: 4vw;
  }
}

.future-section {
  background: #2B3759 url(../images/open_innovation_program/bg_future.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  color: #fff;
  font-weight: 300;
  position: relative;
  transform: skewY(-6deg);
  transform-origin: top right;
  margin-top: -10.2vw;
  /*
  h2 {
    margin: 0 0 44px;
  }
  */
}
@media (max-width: 767px) {
  .future-section {
    transform: skewY(-4.58182937deg);
  }
}
.future-section > .inner {
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
  transform: skewY(6deg);
  padding: 156px 0 266px;
}
@media (max-width: 767px) {
  .future-section > .inner {
    max-width: unset;
    min-width: unset;
    width: auto;
    transform: skewY(4.58182937deg);
    padding: 18.6666666667vw 0 17.3333333333vw;
  }
}
.future-section h2 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.future-section .lead-text {
  font-size: 18px;
  line-height: 1.7778;
  text-align: center;
  font-weight: 300;
  margin: 0 0 102px;
}
@media (max-width: 767px) {
  .future-section {
    /*h2 {
      margin: 0 0 sp(41);
    }*/
  }
  .future-section h2 {
    font-size: 6.6666666667vw;
    line-height: 1.48;
  }
  .future-section .lead-text {
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin: 0 5.3333333333vw 14.9333333333vw;
  }
}

.domain-section {
  margin: 0 0 116px;
}
.domain-section h2 {
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  .domain-section {
    margin: 0 0 0;
  }
  .domain-section h2 {
    margin: 0 0 11.7333333333vw;
  }
}

.domain-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 94px;
}
.domain-item:nth-of-type(even) .domain-image {
  order: 2;
}
.domain-item:nth-of-type(even) .domain-detail {
  order: 1;
}
@media (max-width: 1440px) {
  .domain-item:nth-of-type(odd) .domain-detail {
    padding-right: 80px;
  }
  .domain-item:nth-of-type(even) .domain-detail {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .domain-item {
    display: block;
    margin: 0 0 0;
  }
  .domain-item:nth-of-type(odd) .domain-detail, .domain-item:nth-of-type(even) .domain-detail {
    padding: 8vw 5.3333333333vw 10.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}

.domain-image,
.domain-detail {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .domain-image,
  .domain-detail {
    width: auto;
  }
}

.domain-image {
  line-height: 1;
}

.domain-detail {
  padding: 0 0 0;
}
.domain-detail h3 {
  margin: 0 0 23px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #01afff;
}
.domain-detail ul {
  margin: 0;
}
@media (max-width: 767px) {
  .domain-detail {
    margin: 0;
  }
  .domain-detail h3 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin: 0 0 4.2666666667vw;
  }
}

.resource-section h2 {
  margin: 0 0 47px;
}
.resource-section > .inner {
  max-width: 1440px;
  min-width: 1280px;
  height: 580px;
  display: flex;
}
@media (max-width: 767px) {
  .resource-section h2 {
    font-size: 7.2vw;
    line-height: 1.48148148;
    margin: 0 0 10.4vw;
  }
  .resource-section > .inner {
    display: block;
    max-width: unset;
    min-width: unset;
    width: auto;
    height: auto;
  }
}

.resource-item {
  padding: 26px 25px;
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent no-repeat 50% 50%;
  background-size: auto 100%;
  transition: flex-grow 0.3s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.resource-item h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 0;
  transition: color 0.1s;
}
.resource-item:hover {
  background-size: auto 110%;
}
.resource-item.open {
  flex-grow: 3.5;
  background-size: auto 110%;
}
.resource-item:nth-child(1) {
  background-image: url(../images/open_innovation_program/bg_resource-01.jpg);
  background-position: 29% 50%;
}
.resource-item:nth-child(2) {
  background-image: url(../images/open_innovation_program/bg_resource-02.jpg);
  background-position: 15% 50%;
}
.resource-item:nth-child(3) {
  background-image: url(../images/open_innovation_program/bg_resource-03.jpg);
  background-position: 0% 50%;
}
.resource-item:nth-child(4) {
  background-image: url(../images/open_innovation_program/bg_resource-04.jpg);
  background-position: 43% 50%;
}
@media (max-width: 767px) {
  .resource-item {
    height: auto;
    min-height: 37.3333333333vw;
    padding: 4vw;
    transition: all 0.5s;
    background-size: cover;
  }
  .resource-item:hover {
    background-size: cover;
  }
  .resource-item h4 {
    font-size: 4.8vw;
  }
  .resource-item.open {
    padding: 10.6666666667vw 4vw;
  }
  .resource-item:nth-child(1) {
    background-position: 50% 35%;
  }
  .resource-item:nth-child(2) {
    background-position: 50% 58%;
  }
  .resource-item:nth-child(3) {
    background-position: 50% 50%;
  }
  .resource-item:nth-child(4) {
    background-position: 50% 42%;
  }
}

.resource-detail {
  display: none;
}
.resource-detail ul {
  margin: 13px 0 0;
}
.resource-detail a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-right: 0.25em;
}
.resource-detail a.icon-after-blank::after {
  margin-left: 0.25em;
}
.resource-detail a:hover {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .resource-detail ul {
    margin: 1.6vw 0 0;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.71428571;
    margin: 13px 0 0;
  }
}

.program-entry {
  position: relative;
  margin-top: 10.2vw;
}
@media (max-width: 767px) {
  .program-entry {
    margin-top: 7vw;
  }
}
.program-entry__inner {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding: 17px 0 40px;
}
.program-entry__inner .c-heading {
  color: #fff;
  margin-bottom: 28px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.program-entry__inner p {
  text-align: center;
  margin-bottom: 36px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1364px) {
  .program-entry__inner {
    margin: 0 80px;
  }
}
@media (max-width: 767px) {
  .program-entry__inner {
    padding: 13.3333333333vw 0 23.4666666667vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.3333333333vw;
  }
  .program-entry__inner .c-heading {
    color: #fff;
    margin-bottom: 5.3333333333vw;
  }
  .program-entry__inner p {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-bottom: 10.6666666667vw;
  }
}

.program-archive-section {
  padding: 40px 0 25px;
}
@media (max-width: 767px) {
  .program-archive-section {
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
.program-archive-section section:not(:last-child) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px dashed #CCCCCC;
}
@media (max-width: 767px) {
  .program-archive-section section:not(:last-child) {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.program-archive-section section p a {
  color: #0669D7;
}
.program-archive-section section p a span:first-child {
  padding-bottom: 0px;
  background: linear-gradient(#0669D7, #0669D7) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}
.program-archive-section section p a:hover {
  text-decoration: none;
}
.program-archive-section section p a:hover span:first-child {
  background-size: 100% 1px;
}
.program-archive-section__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .program-archive-section__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.latest-program_table {
  margin: 100px auto;
  max-width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.latest-program_table th {
  width: 30%;
  border: solid 1px #ccc;
  padding: 1em;
}
@media (max-width: 767px) {
  .latest-program_table th {
    width: 100%;
    display: block;
  }
}
.latest-program_table td {
  width: 70%;
  border: solid 1px #ccc;
  padding: 1em;
}
@media (max-width: 767px) {
  .latest-program_table td {
    width: 100%;
    display: block;
    border: none;
  }
}
.latest-program_table td ul {
  margin: auto;
}
.latest-program_table td dl {
  margin: auto;
}
.latest-program_table td dl div {
  margin: auto auto 1em;
  display: flex;
  flex-wrap: wrap;
}
.latest-program_table td dl div:last-child {
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .latest-program_table td dl div {
    width: 100%;
    display: block;
  }
}
.latest-program_table td dl dt {
  margin: auto;
  width: 25%;
}
@media (max-width: 767px) {
  .latest-program_table td dl dt {
    width: 100%;
  }
}
.latest-program_table td dl dd {
  margin: auto;
  width: 75%;
}
@media (max-width: 767px) {
  .latest-program_table td dl dd {
    width: 100%;
  }
}
.latest-program_table td ul.num {
  margin-bottom: 1em;
  list-style: none;
}
.latest-program_table td ul.num li {
  margin-left: -1.5em;
  padding-left: 1.5em;
}
.latest-program_table a {
  color: #0669D7;
}

.program-archive-block {
  margin-bottom: 200px !important;
}

.heading-img {
  overflow: hidden;
  width: 100%;
}
.heading-img img {
  margin: auto;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .heading-img img {
    margin: auto auto auto -20%;
    width: 140%;
  }
}/*# sourceMappingURL=style.css.map */