@charset "UTF-8";
/* 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.66667vw;
  }
}

.u-fs-11 {
  font-size: 11px;
}

@media (max-width: 767px) {
  .u-fs-11 {
    font-size: 2.93333vw;
  }
}

.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.46667vw;
  }
}

.u-fs-14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .u-fs-14 {
    font-size: 3.73333vw;
  }
}

.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.26667vw;
  }
}

.u-fs-17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .u-fs-17 {
    font-size: 4.53333vw;
  }
}

.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.06667vw;
  }
}

.u-fs-20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .u-fs-20 {
    font-size: 5.33333vw;
  }
}

.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.86667vw;
  }
}

.u-fs-23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .u-fs-23 {
    font-size: 6.13333vw;
  }
}

.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.66667vw;
  }
}

.u-fs-26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .u-fs-26 {
    font-size: 6.93333vw;
  }
}

.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.46667vw;
  }
}

.u-fs-29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .u-fs-29 {
    font-size: 7.73333vw;
  }
}

.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.26667vw;
  }
}

.u-fs-32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .u-fs-32 {
    font-size: 8.53333vw;
  }
}

.u-font-s {
  font-size: 14px;
}

@media (max-width: 767px) {
  .u-font-s {
    font-size: 3.73333vw;
  }
}

.u-font-xs {
  font-size: 12px;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-red {
  color: #E83428;
}

.u-font-marine {
  color: #01afff;
}

/* 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;
  }
}

/* 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.26667vw !important;
  }
}

.u-pt-2 {
  padding-top: 2px;
}

@media (max-width: 767px) {
  .u-sp-pt-2 {
    padding-top: 0.53333vw !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.06667vw !important;
  }
}

.u-pt-5 {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .u-sp-pt-5 {
    padding-top: 1.33333vw !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.86667vw !important;
  }
}

.u-pt-8 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .u-sp-pt-8 {
    padding-top: 2.13333vw !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.66667vw !important;
  }
}

.u-pt-11 {
  padding-top: 11px;
}

@media (max-width: 767px) {
  .u-sp-pt-11 {
    padding-top: 2.93333vw !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.46667vw !important;
  }
}

.u-pt-14 {
  padding-top: 14px;
}

@media (max-width: 767px) {
  .u-sp-pt-14 {
    padding-top: 3.73333vw !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.26667vw !important;
  }
}

.u-pt-17 {
  padding-top: 17px;
}

@media (max-width: 767px) {
  .u-sp-pt-17 {
    padding-top: 4.53333vw !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.06667vw !important;
  }
}

.u-pt-20 {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .u-sp-pt-20 {
    padding-top: 5.33333vw !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.86667vw !important;
  }
}

.u-pt-23 {
  padding-top: 23px;
}

@media (max-width: 767px) {
  .u-sp-pt-23 {
    padding-top: 6.13333vw !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.66667vw !important;
  }
}

.u-pt-26 {
  padding-top: 26px;
}

@media (max-width: 767px) {
  .u-sp-pt-26 {
    padding-top: 6.93333vw !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.46667vw !important;
  }
}

.u-pt-29 {
  padding-top: 29px;
}

@media (max-width: 767px) {
  .u-sp-pt-29 {
    padding-top: 7.73333vw !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.26667vw !important;
  }
}

.u-pt-32 {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .u-sp-pt-32 {
    padding-top: 8.53333vw !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.06667vw !important;
  }
}

.u-pt-35 {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .u-sp-pt-35 {
    padding-top: 9.33333vw !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.86667vw !important;
  }
}

.u-pt-38 {
  padding-top: 38px;
}

@media (max-width: 767px) {
  .u-sp-pt-38 {
    padding-top: 10.13333vw !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.66667vw !important;
  }
}

.u-pt-41 {
  padding-top: 41px;
}

@media (max-width: 767px) {
  .u-sp-pt-41 {
    padding-top: 10.93333vw !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.46667vw !important;
  }
}

.u-pt-44 {
  padding-top: 44px;
}

@media (max-width: 767px) {
  .u-sp-pt-44 {
    padding-top: 11.73333vw !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.26667vw !important;
  }
}

.u-pt-47 {
  padding-top: 47px;
}

@media (max-width: 767px) {
  .u-sp-pt-47 {
    padding-top: 12.53333vw !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.06667vw !important;
  }
}

.u-pt-50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .u-sp-pt-50 {
    padding-top: 13.33333vw !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.86667vw !important;
  }
}

.u-pt-53 {
  padding-top: 53px;
}

@media (max-width: 767px) {
  .u-sp-pt-53 {
    padding-top: 14.13333vw !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.66667vw !important;
  }
}

.u-pt-56 {
  padding-top: 56px;
}

@media (max-width: 767px) {
  .u-sp-pt-56 {
    padding-top: 14.93333vw !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.46667vw !important;
  }
}

.u-pt-59 {
  padding-top: 59px;
}

@media (max-width: 767px) {
  .u-sp-pt-59 {
    padding-top: 15.73333vw !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.26667vw !important;
  }
}

.u-pt-62 {
  padding-top: 62px;
}

@media (max-width: 767px) {
  .u-sp-pt-62 {
    padding-top: 16.53333vw !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.06667vw !important;
  }
}

.u-pt-65 {
  padding-top: 65px;
}

@media (max-width: 767px) {
  .u-sp-pt-65 {
    padding-top: 17.33333vw !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.86667vw !important;
  }
}

.u-pt-68 {
  padding-top: 68px;
}

@media (max-width: 767px) {
  .u-sp-pt-68 {
    padding-top: 18.13333vw !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.66667vw !important;
  }
}

.u-pt-71 {
  padding-top: 71px;
}

@media (max-width: 767px) {
  .u-sp-pt-71 {
    padding-top: 18.93333vw !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.46667vw !important;
  }
}

.u-pt-74 {
  padding-top: 74px;
}

@media (max-width: 767px) {
  .u-sp-pt-74 {
    padding-top: 19.73333vw !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.26667vw !important;
  }
}

.u-pt-77 {
  padding-top: 77px;
}

@media (max-width: 767px) {
  .u-sp-pt-77 {
    padding-top: 20.53333vw !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.06667vw !important;
  }
}

.u-pt-80 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .u-sp-pt-80 {
    padding-top: 21.33333vw !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.86667vw !important;
  }
}

.u-pt-83 {
  padding-top: 83px;
}

@media (max-width: 767px) {
  .u-sp-pt-83 {
    padding-top: 22.13333vw !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.66667vw !important;
  }
}

.u-pt-86 {
  padding-top: 86px;
}

@media (max-width: 767px) {
  .u-sp-pt-86 {
    padding-top: 22.93333vw !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.46667vw !important;
  }
}

.u-pt-89 {
  padding-top: 89px;
}

@media (max-width: 767px) {
  .u-sp-pt-89 {
    padding-top: 23.73333vw !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.26667vw !important;
  }
}

.u-pt-92 {
  padding-top: 92px;
}

@media (max-width: 767px) {
  .u-sp-pt-92 {
    padding-top: 24.53333vw !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.06667vw !important;
  }
}

.u-pt-95 {
  padding-top: 95px;
}

@media (max-width: 767px) {
  .u-sp-pt-95 {
    padding-top: 25.33333vw !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.86667vw !important;
  }
}

.u-pt-98 {
  padding-top: 98px;
}

@media (max-width: 767px) {
  .u-sp-pt-98 {
    padding-top: 26.13333vw !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.66667vw !important;
  }
}

.u-pt-101 {
  padding-top: 101px;
}

@media (max-width: 767px) {
  .u-sp-pt-101 {
    padding-top: 26.93333vw !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.46667vw !important;
  }
}

.u-pt-104 {
  padding-top: 104px;
}

@media (max-width: 767px) {
  .u-sp-pt-104 {
    padding-top: 27.73333vw !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.26667vw !important;
  }
}

.u-pt-107 {
  padding-top: 107px;
}

@media (max-width: 767px) {
  .u-sp-pt-107 {
    padding-top: 28.53333vw !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.06667vw !important;
  }
}

.u-pt-110 {
  padding-top: 110px;
}

@media (max-width: 767px) {
  .u-sp-pt-110 {
    padding-top: 29.33333vw !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.86667vw !important;
  }
}

.u-pt-113 {
  padding-top: 113px;
}

@media (max-width: 767px) {
  .u-sp-pt-113 {
    padding-top: 30.13333vw !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.66667vw !important;
  }
}

.u-pt-116 {
  padding-top: 116px;
}

@media (max-width: 767px) {
  .u-sp-pt-116 {
    padding-top: 30.93333vw !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.46667vw !important;
  }
}

.u-pt-119 {
  padding-top: 119px;
}

@media (max-width: 767px) {
  .u-sp-pt-119 {
    padding-top: 31.73333vw !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.26667vw !important;
  }
}

.u-pb-2 {
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  .u-sp-pb-2 {
    padding-bottom: 0.53333vw !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.06667vw !important;
  }
}

.u-pb-5 {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .u-sp-pb-5 {
    padding-bottom: 1.33333vw !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.86667vw !important;
  }
}

.u-pb-8 {
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .u-sp-pb-8 {
    padding-bottom: 2.13333vw !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.66667vw !important;
  }
}

.u-pb-11 {
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  .u-sp-pb-11 {
    padding-bottom: 2.93333vw !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.46667vw !important;
  }
}

.u-pb-14 {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .u-sp-pb-14 {
    padding-bottom: 3.73333vw !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.26667vw !important;
  }
}

.u-pb-17 {
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  .u-sp-pb-17 {
    padding-bottom: 4.53333vw !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.06667vw !important;
  }
}

.u-pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .u-sp-pb-20 {
    padding-bottom: 5.33333vw !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.86667vw !important;
  }
}

.u-pb-23 {
  padding-bottom: 23px;
}

@media (max-width: 767px) {
  .u-sp-pb-23 {
    padding-bottom: 6.13333vw !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.66667vw !important;
  }
}

.u-pb-26 {
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  .u-sp-pb-26 {
    padding-bottom: 6.93333vw !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.46667vw !important;
  }
}

.u-pb-29 {
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  .u-sp-pb-29 {
    padding-bottom: 7.73333vw !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.26667vw !important;
  }
}

.u-pb-32 {
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .u-sp-pb-32 {
    padding-bottom: 8.53333vw !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.06667vw !important;
  }
}

.u-pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .u-sp-pb-35 {
    padding-bottom: 9.33333vw !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.86667vw !important;
  }
}

.u-pb-38 {
  padding-bottom: 38px;
}

@media (max-width: 767px) {
  .u-sp-pb-38 {
    padding-bottom: 10.13333vw !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.66667vw !important;
  }
}

.u-pb-41 {
  padding-bottom: 41px;
}

@media (max-width: 767px) {
  .u-sp-pb-41 {
    padding-bottom: 10.93333vw !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.46667vw !important;
  }
}

.u-pb-44 {
  padding-bottom: 44px;
}

@media (max-width: 767px) {
  .u-sp-pb-44 {
    padding-bottom: 11.73333vw !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.26667vw !important;
  }
}

.u-pb-47 {
  padding-bottom: 47px;
}

@media (max-width: 767px) {
  .u-sp-pb-47 {
    padding-bottom: 12.53333vw !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.06667vw !important;
  }
}

.u-pb-50 {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .u-sp-pb-50 {
    padding-bottom: 13.33333vw !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.86667vw !important;
  }
}

.u-pb-53 {
  padding-bottom: 53px;
}

@media (max-width: 767px) {
  .u-sp-pb-53 {
    padding-bottom: 14.13333vw !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.66667vw !important;
  }
}

.u-pb-56 {
  padding-bottom: 56px;
}

@media (max-width: 767px) {
  .u-sp-pb-56 {
    padding-bottom: 14.93333vw !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.46667vw !important;
  }
}

.u-pb-59 {
  padding-bottom: 59px;
}

@media (max-width: 767px) {
  .u-sp-pb-59 {
    padding-bottom: 15.73333vw !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.26667vw !important;
  }
}

.u-pb-62 {
  padding-bottom: 62px;
}

@media (max-width: 767px) {
  .u-sp-pb-62 {
    padding-bottom: 16.53333vw !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.06667vw !important;
  }
}

.u-pb-65 {
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .u-sp-pb-65 {
    padding-bottom: 17.33333vw !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.86667vw !important;
  }
}

.u-pb-68 {
  padding-bottom: 68px;
}

@media (max-width: 767px) {
  .u-sp-pb-68 {
    padding-bottom: 18.13333vw !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.66667vw !important;
  }
}

.u-pb-71 {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .u-sp-pb-71 {
    padding-bottom: 18.93333vw !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.46667vw !important;
  }
}

.u-pb-74 {
  padding-bottom: 74px;
}

@media (max-width: 767px) {
  .u-sp-pb-74 {
    padding-bottom: 19.73333vw !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.26667vw !important;
  }
}

.u-pb-77 {
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .u-sp-pb-77 {
    padding-bottom: 20.53333vw !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.06667vw !important;
  }
}

.u-pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .u-sp-pb-80 {
    padding-bottom: 21.33333vw !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.86667vw !important;
  }
}

.u-pb-83 {
  padding-bottom: 83px;
}

@media (max-width: 767px) {
  .u-sp-pb-83 {
    padding-bottom: 22.13333vw !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.66667vw !important;
  }
}

.u-pb-86 {
  padding-bottom: 86px;
}

@media (max-width: 767px) {
  .u-sp-pb-86 {
    padding-bottom: 22.93333vw !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.46667vw !important;
  }
}

.u-pb-89 {
  padding-bottom: 89px;
}

@media (max-width: 767px) {
  .u-sp-pb-89 {
    padding-bottom: 23.73333vw !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.26667vw !important;
  }
}

.u-pb-92 {
  padding-bottom: 92px;
}

@media (max-width: 767px) {
  .u-sp-pb-92 {
    padding-bottom: 24.53333vw !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.06667vw !important;
  }
}

.u-pb-95 {
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .u-sp-pb-95 {
    padding-bottom: 25.33333vw !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.86667vw !important;
  }
}

.u-pb-98 {
  padding-bottom: 98px;
}

@media (max-width: 767px) {
  .u-sp-pb-98 {
    padding-bottom: 26.13333vw !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.66667vw !important;
  }
}

.u-pb-101 {
  padding-bottom: 101px;
}

@media (max-width: 767px) {
  .u-sp-pb-101 {
    padding-bottom: 26.93333vw !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.46667vw !important;
  }
}

.u-pb-104 {
  padding-bottom: 104px;
}

@media (max-width: 767px) {
  .u-sp-pb-104 {
    padding-bottom: 27.73333vw !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.26667vw !important;
  }
}

.u-pb-107 {
  padding-bottom: 107px;
}

@media (max-width: 767px) {
  .u-sp-pb-107 {
    padding-bottom: 28.53333vw !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.06667vw !important;
  }
}

.u-pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .u-sp-pb-110 {
    padding-bottom: 29.33333vw !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.86667vw !important;
  }
}

.u-pb-113 {
  padding-bottom: 113px;
}

@media (max-width: 767px) {
  .u-sp-pb-113 {
    padding-bottom: 30.13333vw !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.66667vw !important;
  }
}

.u-pb-116 {
  padding-bottom: 116px;
}

@media (max-width: 767px) {
  .u-sp-pb-116 {
    padding-bottom: 30.93333vw !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.46667vw !important;
  }
}

.u-pb-119 {
  padding-bottom: 119px;
}

@media (max-width: 767px) {
  .u-sp-pb-119 {
    padding-bottom: 31.73333vw !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 {
  -webkit-box-sizing: border-box;
          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;
}
@media (max-width: 767px){
    html.-noscroll{
        position: fixed;
    }
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga" 1;
          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.26667vw;
  }
}

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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .header {
    /*width: 1280px;*/
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 16vw;
      position: fixed;
      top:0;
  }
}

.header .is-white {
  display: none !important;
}

.header .is-color {
  display: block !important;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}
/*トップ静止画に変更に伴い追加*/
@media (max-width: 1024px){
    #index .header .is-color{
        display: block !important;
    }
}
@media (max-width: 1024px){
    #index .header{
        background-color: #fff;
    }
}
@media (max-width: 767px){
    #index .header{
        background-color: #fff;
    }
    #index .header .is-color {
  display: block !important;
}

#index .header .is-white {
  display: none !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;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-logo-labo a:hover img,
.header-logo-corp a:hover img {
  opacity: 0.7;
}

.header-logo-labo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 .header-logo-sgh img{
        width:38px;
    }
    .header-logo-labo .header-logo-sagawa img{
        width:111px
    }
    .header-logo-labo a:first-child img{
        margin: 0 10px 0 0;
    }
    .header-logo-labo a:first-child{
        width:auto;
    }
  .header-logo-labo a {
    /*width: 100%;*/
    /*height: 46px;*/
      
  }
}

@media (max-width: 767px) {
  .header-logo-labo {
    padding: 0 3vw;
  }
  /*.header-logo-labo a {
    width: 16vw;
  }*/
    .header-logo-labo .header-logo-sgh img{
        width:6.6vw;
        margin-right: 6px;
    }
    .header-logo-labo .header-logo-sagawa img{
        width:17vw;
        /*margin-left: 6px;*/
    }
    /*.header-logo-sgh::after{
        display: block;
        content: "";
        width: 0.26667vw;
        border-right:solid 1px #3a489e!important;;
        height: 4vw;
    }*/
    .add_border_right{
        width: 0.26667vw;
        background: #3a489e;
        height: 4vw;
    }
    .header-logo-labo a {
    width: 100%;
    /*height: 46px;*/
      
  }

}

@media (max-width: 1050px){
    .add_border_right{
        width: 0.133vw;
        background: #3a489e;
        height: 20px;
        margin-right: 10px;
    }
}



/**/


.header-logo-corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo-corp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 20px;
  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; /*148*/
}

.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: 140px;*/
  }
  .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: 16vw;
  }
  .header-logo-corp .header-logo-sagawa img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .header-logo-corp {
    margin: 0 1.66667vw;
  }
  .header-logo-corp a img {
    margin: auto 1.33333vw;
  }
  .header-logo-corp .header-logo-sgh::after {
    width: 0.26667vw;
    height: 4vw;
  }
  .header-logo-corp .header-logo-sgh img {
    width: 5.6vw;
  }
  .header-logo-corp .header-logo-sagawa img {
    width: 16vw;
  }
}

@media (min-width: 1025px) {
  .header-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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;
      height: 90vh;
      overflow:auto;
  }
}

.header-nav__logo {
  margin-right: 30px;
    margin-left: 30px;
}

@media (max-width: 1350px) {
  .header-nav__logo {
    margin-right: 20px;
      margin-left: 20px;
  }
}

@media (max-width: 1150px) {
  .header-nav__logo {
    margin-right: 20px;
      margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .header-nav__logo {
    display: none;
  }
}

.header-nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .header-nav-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .header-nav-btns {
    margin: 10.66667vw 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.33333vw 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.73333vw;
  }
}

@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.26667vw;
  }
  .header-nav-btns__entry .header-entry-button__main img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 100%;
      /*height: 100%;　0371追加*/
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-sp__btn {
    width: 110px;
    height: 60px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
    position: relative;
  }
  .header-sp__btn span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    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 {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            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) {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
            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.66667vw;
    height: 16vw;
  }
  .header-sp__btn span:not(:last-child) {
    width: 9.06667vw;
    height: 0.53333vw;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 30px 0 0;
  }
}

@media (min-width: 1025px) and (max-width: 1350px) {
  .header-nav-list {
    margin-right: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .header-nav-list {
    margin-right: 20px;
  }
}

/* ボタン追加時削除(ボタン削除時spスクロールのため ------- */
@media (max-width: 767px) {
  .header-nav-list-sp {
    margin-bottom: 100px;
  }
}
/* ------------------------------------------------------------ */

.header-nav-list__item{
    letter-spacing: 2px;
    cursor : pointer;
}

@media (min-width: 1450px) {
  .header-nav-list__item {
    margin-right: 30px;
  }
}

@media (min-width: 1025px) and (max-width:1449px){
  .header-nav-list__item {
    margin-right: 25px;
    font-size: 16px;
  }
}

@media (min-width: 1026px) and (max-width: 1259px) {
  .header-nav-list__item {
    margin-right: 20px;
    font-size: 12px!important;
      letter-spacing: 1px;
  }
    .add_high{
        font-size: 13px!important;
    }
}


@media (min-width: 1260px) and (max-width: 1410px) {
  .header-nav-list__item {
    margin-right: 25px;
    font-size: 13px;
      letter-spacing: 2px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .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;
    -webkit-transition: 0.2s;
    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;
  }
  #recruit .header-nav-list__item.-recruit {
    position: relative;
  }
  #recruit .header-nav-list__item.-recruit::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
    #interview .header-nav-list__item.-interview {
    position: relative;
  }
  #interview .header-nav-list__item.-interview::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
    #index .-jobs_head.-jobs {
    position: relative;
  }
  #index .-jobs_head.-jobs::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #0669D7;
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translateX(-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 {
    -webkit-transition: 0.2s;
    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;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .header-nav-list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-weight: 700;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .header-nav-list__item {
    font-size: 4.26667vw;
  }
  .header-nav-list__item a::after {
    right: 5.33333vw;
  }
  .header-nav-list__item > a {
    padding: 4vw 5.33333vw;
  }
}

@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;
    -webkit-transform: translateY(-0.25em) translateX(0.25em) rotate(135deg);
            transform: translateY(-0.25em) translateX(0.25em) rotate(135deg);
  }
  .header-nav-menu__link.-active {
    color: #0669D7 !important;
  }
  .header-nav-menu__link.-active::after {
    -webkit-transform: translateY(0) translateX(0.25em) rotate(-45deg);
            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;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            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;
    -webkit-transform: translateY(-50%) rotate(-45deg) skew(-10deg, -10deg);
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .header-nav-menu {
    padding: 4vw 5.33333vw;
  }
  .header-nav-menu__link {
    margin-bottom: 4vw;
  }
  .header-nav-menu__list {
    font-size: 3.73333vw;
  }
  .header-nav-menu__list a {
    padding: 4vw 2.66667vw;
  }
}

.header-entry-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffa700;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  -webkit-transition: 0.2s;
  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;
}

.header-entry-button.-red {
  background: #ff0000;
}

@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.66667vw;
  }
}

.header-entry-button__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.277777vw;
    /*ボタン1個の時↓*/
    /*font-size: 3.73333vw;*/
  }
  .header-entry-button__main img {
    width: 4.53333vw;
    height: 4.53333vw;
    margin-right: 1.6vw;
  }
}

.header-entry-button:hover {
  text-decoration: none;
  /*background: #E80404;*/
    opacity: 0.8;
}

.header-inquiry-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  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.33333vw;
    margin: 0 2.13333vw 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.26667vw;
  }
}

.header-inquiry-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#1468fe), to(#049fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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.-entry.-reception {
    margin-right: 0px;
  }
  .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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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.66667vw 2vw;
  }
  .bottom-btns__item {
    height: 12vw;
  }
  .bottom-btns__item.-entry {
    margin-right: 4vw;
  }
  .bottom-btns__item.-entry.-reception {
    margin-right: 0;
  }
  .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.66667vw;
  }
  .bottom-btns__item.-inquiry:first-child img {
    margin: 0 1.6vw 0 0;
  }
  .bottom-btns__item.-inquiry:first-child span {
    font-size: 3.73333vw;
  }
}

footer .inquiry-section {
  background: url() no-repeat center center/cover;
}

@media (max-width: 767px) {
  footer .inquiry-section {
    background-image: url();
  }
}

footer .inquiry-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 93px 0;
}

@media (max-width: 767px) {
  footer .inquiry-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14.13333vw 8vw 16.53333vw;
  }
}

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.53333vw;
    margin-bottom: 5.33333vw;
  }
}

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.73333vw 0;
  }
}

footer .inquiry-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

@media (max-width: 767px) {
  footer .inquiry-block__btn {
    width: 84vw;
    height: 18.66667vw;
    padding: 2.13333vw 2.13333vw 2.13333vw 11.73333vw;
    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.86667vw;
    height: 5.86667vw;
  }
}

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.33333vw;
    height: 4.26667vw;
  }
}

footer .inquiry-block__btn .button-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  footer .inquiry-block__btn .button-icon {
    left: 3.73333vw;
  }
}

footer .inquiry-block__btn .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  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.93333vw;
  }
  footer .inquiry-block__btn .button-label span {
    font-size: 4.26667vw;
  }
}

footer .inquiry-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: #0950d1;
  color: #fff;
}

@media (max-width: 767px) {
  footer .inquiry-bottom-link {
    height: 13.33333vw;
    font-size: 4.26667vw;
  }
}

footer .inquiry-bottom-link:hover {
  text-decoration: underline;
}

.footer-menu-section {
  background: #3B4A9F;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 50px 0;
}

.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;
    margin-left: 10vw;
}
@media (min-width: 768px) and (max-width:1120px){
    .footer-menu-section > .inner{
        width:95%;
    }
    .footer_add{
        display: block!important;
    }
    .footer-menu-section address{
        margin-left: 0;
        margin-top: 1em;
    }
}
@media (min-width: 768px) and (max-width:1030px){
    .footer-menu-section address{
        margin-left: 3vw;
    }
}
@media (min-width: 1900px) {
    .footer-menu-section address{
        margin-left:50px;
    }
}
@media (max-width: 767px) {
  .footer-menu-section {
    height: auto;
    padding: 6.66667vw 5.33333vw ;
  }
  .footer-menu-section > .inner {
    display: block;
    font-size: 3.46667vw;
  }
  .footer-menu-section address {
    font-size: 3.2vw;
    text-align: left;
    line-height: 1.5;
      margin-left: 0;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 33px;
  margin-bottom: 42px;
  border-bottom: 1px solid #666681;
}

@media (max-width: 767px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6.66667vw;
    margin-bottom: 6.66667vw;
  }
}

.footer-info__text {
  margin-right: 32px;
}

@media (max-width: 767px) {
  .footer-info__text {
    margin: 0 0 2.66667vw 0;
  }
}

.footer-info__facebook a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

@media (max-width: 767px) {
  .footer-info__facebook a {
    font-size: 3.73333vw;
  }
  .footer-info__facebook a img {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 2.66667vw;
  }
}

.footer-menu {
  font-size: 14px;
  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.46667vw;
    margin: -4.8vw -2.13333vw 7.2vw 0;
    text-align: left;
    line-height: 1.2;
  }
  .footer-menu a {
    margin: 4.8vw 2.13333vw 0 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 45px;
  right: 60px;
  width: 56px;
  height: 56px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.7;
  z-index: 999;
}

.pagetop:not(.show) {
  opacity: 0;
  pointer-events: none;
}

.pagetop:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px){
    .pagetop{
        bottom:70px;
    }
}

@media (max-width: 767px) {
  .pagetop {
    width: 14.93333vw;
    max-width: 56px;
    height: 14.93333vw;
    max-height: 56px;
    bottom: 21.33333vw;
    right: 5.33333vw;
  }
  .pagetop.fixed {
    position: absolute;
    bottom: 1.33333vw;
  }
}

.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00002d;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  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;
  -webkit-transform: translateY(3px) scale(0.5) rotate(-45deg);
          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;
  -webkit-transform: rotate(45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body:not(#index) main .contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body:not(#index) main .localnav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-accordion {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
  line-height: 1.5;
}
.c-accordion:nth-child(even){
    background: #eaeef7;
}

.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.66667vw 4vw 4vw;
  }
}

.c-accordion__head::before, .c-accordion__head::after {
  content: "";
  display: block;
  background: #0669D7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-accordion__head::before {
  width: 20px;
  height: 3px;
  right: 20px;
}

/*@media (max-width: 767px) {
  .c-accordion__head::before {
    width: 5.33333vw;
    height: 0.4vw;
    right: 4vw;
  }
}*/

.c-accordion__head::after {
  width: 3px;
  height: 20px;
  right: 28px;
}

/*@media (max-width: 767px) {
  .c-accordion__head::after {
    width: 0.4vw;
    height: 5.33333vw;
    right: 6.13333vw;
  }
}*/

.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.86667vw;
  }
}

.-faq .c-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-faq .c-accordion__head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.06667vw;
    height: 9.06667vw;
    font-size: 5.33333vw;
  }
}

.-faq .c-accordion__head > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 25px 30px;
}

@media (max-width: 767px) {
  .-faq .c-accordion__inner {
    padding: 0 10.66667vw 4vw 4vw;
  }
}

.-faq .c-accordion__inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.06667vw;
    height: 9.06667vw;
    font-size: 5.33333vw;
  }
}

.-faq .c-accordion__inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 20px;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  .-faq .c-accordion__inner > div {
    font-size: 4.26667vw;
    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.33333vw;
  }
}

.c-box.-gray {
  border: 0;
  background: #F0F2FA;
}

.c-box.-shadow {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          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() no-repeat 0% 0%;
  top: -20px;
  left: 30px;
}

.c-box.-quote::after {
  background: transparent url() 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: -webkit-box;
  display: -ms-flexbox;
  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.33333vw;
    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.33333vw;
  }
  .breadcrumb ol li:last-child {
    padding-right: 5.33333vw;
  }
}

.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;
  -webkit-transform: translateY(-1px) translateX(1.3em) rotate(45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  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.26667vw;
  }
}

.c-btn span {
  position: relative;
}

.c-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#1468fe), to(#049fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  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;
  -webkit-transform: rotate(45deg);
          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(image/icn_blank-white.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
  -webkit-transform: rotate(0);
          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() no-repeat 0% 0%;
  background-size: 100% 100%;
  -webkit-transform: rotate(0);
          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() no-repeat 0% 0%;
  background-size: 100% 100%;
  -webkit-transform: rotate(0);
          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 -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 4px 40px 4px 15px;
  color: #0669D7;
  border: solid 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent 0% 0% no-repeat border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  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: -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9));
    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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}

@media (max-width: 767px) {
  a.button-plane {
    height: 10.66667vw;
    padding: 1.06667vw 10.66667vw 1.06667vw 4vw;
  }
  a.button-plane::after {
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 0.53333vw solid;
    border-right: 0.53333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.26667vw;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 388px;
  height: 70px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  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.26667vw;
  }
}

.button span {
  position: relative;
}

.button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#1468fe), to(#049fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}

@media (max-width: 767px) {
  .button::after {
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 0.53333vw solid;
    border-right: 0.53333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.26667vw;
  }
}

@media (min-width: 768px) {
  .button:hover {
    text-decoration: none;
  }
  .button:hover::before {
    opacity: 1;
  }
}

.button-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.26667vw;
  }
}

.button-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  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%;
  -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  color: #fff;
  background: #D01D1D;
}

@media (max-width: 767px) {
  .button-entry {
    max-width: 84vw;
    height: 18.66667vw;
    padding: 2.13333vw 2.13333vw 2.13333vw 11.73333vw;
    margin: 0 auto;
  }
}

.button-entry .button-icon {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .button-entry .button-icon {
    width: 5.86667vw;
    height: 5.86667vw;
    left: 3.73333vw;
  }
}

.button-entry .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  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.93333vw;
  }
  .button-entry .button-label span {
    font-size: 4.26667vw;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-block.-col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-block.-col2 > * {
  width: calc((100% - 20px) / 2);
}

.button-block.-col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-block.-col3 > * {
  width: calc((100% - 40px) / 3);
}

.button-block.-col4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-block.-col4 > * {
  width: calc((100% - 60px) / 4);
}

@media (min-width: 768px) {
  .button-block.-pc-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .button-block.-col2, .button-block.-col3, .button-block.-col4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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.33333vw;
  }
}

/*エントリーボタン　紺*/
.button-entry_navy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 388px;
  height: 80px;
  padding: 8px 8px 8px 44px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  color: #fff;
  background: #192259;
}

@media (max-width: 767px) {
  .button-entry_navy {
    max-width: 84vw;
    height: 18.66667vw;
    padding: 2.13333vw 2.13333vw 2.13333vw 11.73333vw;
    margin: 0 auto;
  }
}

.button-entry_navy .button-icon {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .button-entry_navy .button-icon {
    width: 5.86667vw;
    height: 5.86667vw;
    left: 3.73333vw;
  }
}

.button-entry_navy .button-icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  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.93333vw;
  }
  .button-entry_navy .button-label span {
    font-size: 4.26667vw;
  }
}

@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: calc(100vw * 0.102);
}

.contents-block.-before::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .contents-block.-before {
    margin-top: calc(100vw * 0.07);
  }
  .contents-block.-before::before {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.contents-block.-after {
  margin-bottom: calc(100vw * 0.102);
}

.contents-block.-after::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media (max-width: 767px) {
  .contents-block.-after {
    margin-bottom: calc(100vw * 0.07);
  }
  .contents-block.-after::after {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.contents-block.-gray, .contents-block.-gray::before, .contents-block.-gray::after {
  background: #F0F2FA;
}

.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.33333vw;
  }
}

.heading-block .contents-block__inner {
  padding: 85px 0 14px;
}

@media (max-width: 767px) {
  .heading-block .contents-block__inner {
    padding: 11.73333vw 0 13.33333vw;
  }
}

.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.33333vw;
  }
}

.archive-list-block .contents-block__inner {
  padding: 30px 0 110px;
}

@media (max-width: 767px) {
  .archive-list-block .contents-block__inner {
    padding: 13.33333vw 0 18.66667vw;
  }
}

.program-about-block .contents-block__inner {
  padding: 110px 0 35px;
}

@media (max-width: 767px) {
  .program-about-block .contents-block__inner {
    padding: 10.66667vw 0 14.13333vw;
  }
}

.program-list-block .contents-block__inner {
  padding: 10px 0 20px;
}

@media (max-width: 767px) {
  .program-list-block .contents-block__inner {
    padding: 14.13333vw 0 18.66667vw;
  }
}

.program-faq-block .contents-block__inner {
  padding: 0 0 50px;
}

@media (max-width: 767px) {
  .program-faq-block .contents-block__inner {
    padding: 13.33333vw 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.66667vw;
  }
}

.program-archive-block .contents-block__inner {
  padding: 20px 0 40px;
}

@media (max-width: 767px) {
  .program-archive-block .contents-block__inner {
    padding: 10.66667vw 0 18.66667vw;
  }
}

.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.86667vw;
  }
}

.archive-detail-block .contents-block__inner.-gray {
  padding: 91px 0 96px;
}

@media (max-width: 767px) {
  .archive-detail-block .contents-block__inner.-gray {
    padding: 13.86667vw 0 15.2vw;
  }
}

.archive-share-block .contents-block__inner {
  padding: 65px 0;
}

@media (max-width: 767px) {
  .archive-share-block .contents-block__inner {
    padding: 11.46667vw 0 13.33333vw;
  }
}

.archive-recommend-block .contents-block__inner {
  padding: 65px 0 110px;
}

@media (max-width: 767px) {
  .archive-recommend-block .contents-block__inner {
    padding: 16.53333vw 0 18.66667vw;
  }
}

.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.26667vw;
  }
}

.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.33333vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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(100% / 12 * 11 - 30px);
}

.grid__item.-col10 {
  width: calc(100% / 12 * 10 - 30px);
}

.grid__item.-col9 {
  width: calc(100% / 12 * 9 - 30px);
}

.grid__item.-col8 {
  width: calc(100% / 12 * 8 - 30px);
}

.grid__item.-col7 {
  width: calc(100% / 12 * 7 - 30px);
}

.grid__item.-col6 {
  width: calc(100% / 2 - 30px);
}

.grid__item.-col5 {
  width: calc(100% / 12 * 5 - 30px);
}

.grid__item.-col4 {
  width: calc(100% / 3 - 30px);
}

.grid__item.-col3 {
  width: calc(100% / 4 - 30px);
}

.grid__item.-col2 {
  width: calc(100% / 6 - 30px);
}

.grid__item.-col1 {
  width: calc(100% / 12 - 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(100% / 12 * 11 - 60px);
  }
  .grid.-mg60 .grid__item.-col10 {
    width: calc(100% / 12 * 10 - 60px);
  }
  .grid.-mg60 .grid__item.-col9 {
    width: calc(100% / 12 * 9 - 60px);
  }
  .grid.-mg60 .grid__item.-col8 {
    width: calc(100% / 12 * 8 - 60px);
  }
  .grid.-mg60 .grid__item.-col7 {
    width: calc(100% / 12 * 7 - 60px);
  }
  .grid.-mg60 .grid__item.-col6 {
    width: calc(100% / 2 - 60px);
  }
  .grid.-mg60 .grid__item.-col5 {
    width: calc(100% / 12 * 5 - 60px);
  }
  .grid.-mg60 .grid__item.-col4 {
    width: calc(100% / 3 - 60px);
  }
  .grid.-mg60 .grid__item.-col3 {
    width: calc(100% / 4 - 60px);
  }
  .grid.-mg60 .grid__item.-col2 {
    width: calc(100% / 6 - 60px);
  }
  .grid.-mg60 .grid__item.-col1 {
    width: calc(100% / 12 - 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.06667vw;
  }
}

.c-heading.-title.-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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.33333vw;
  }
}

.c-heading.-large {
  font-size: 26px;
  margin: 0 0 1.5em 0;
}

@media (max-width: 767px) {
  .c-heading.-large {
    font-size: 3.25vw;
  }
}

.c-heading.-medium {
  font-size: 26px;
  margin: 0 0 0.95em 0;
}

@media (max-width: 767px) {
  .c-heading.-medium {
    font-size: 5.86667vw;
  }
}

.c-heading.-small {
  font-size: 22px;
  margin: 0 0 0.25em 0;
}

@media (max-width: 767px) {
  .c-heading.-small {
    font-size: 3.25vw;
  }
}

.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 {
  -webkit-transform: rotate(90deg);
          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.93333vw;
    height: 6.93333vw;
  }
  .icon-switch::before, .icon-switch::after {
    content: "";
    width: 4.26667vw;
    top: 2.93333vw;
    left: 1.06667vw;
  }
}

.icon-after-blank::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 0;
  margin-left: 0.5em;
  background: transparent url(../image/icn_blank-white.svg) no-repeat 0% 0%;
  background-size: 100% 100%;
}

.icon-after-blank.-white::after {
  background: transparent url() 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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.3em;
  left: -0.1em;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.icon-arrow::before {
  -webkit-transform: translateX(-200%) rotate(45deg);
          transform: translateX(-200%) rotate(45deg);
}

a:hover .icon-arrow::before {
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
}

a:hover .icon-arrow::after {
  -webkit-transform: translateX(200%) rotate(45deg);
          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() no-repeat 0% 0%;
  background-size: 100% 100%;
  position: absolute;
  top: 0.15em;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.icon-new-open::before {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

a:hover .icon-new-open::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a:hover .icon-new-open::after {
  -webkit-transform: translateX(200%);
          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;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.icon-file::before {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.icon-file.-pdf::before, .icon-file.-pdf::after {
  background: transparent url() no-repeat 0% 0%;
}

.icon-file.-excel::before, .icon-file.-excel::after {
  background: transparent url() no-repeat 0% 0%;
}

a:hover .icon-file::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a:hover .icon-file::after {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.c-link > span:first-child {
  color: #00002d;
  text-decoration: none;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.c-link:hover {
  text-decoration: none;
}

.c-link.-text > span:first-child {
  color: #0669D7;
  background: -webkit-gradient(linear, left top, left bottom, from(#0669D7), to(#0669D7)) no-repeat left bottom/0 1px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-list.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .link-list {
    margin: -10px -0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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.73333vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list.-flexible > li > div:first-child {
  margin-right: 0.5em;
}

.c-list.-flexible > li > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.localnav {
  background: #fff;
}

@media (min-width: 768px) {
  .localnav {
    padding: 110px 0;
    border-top: 1px solid #DFDFDF;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F0F2FA;
    margin: 0;
    padding: 40px;
  }
  .localnav__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    height: 120px;
    line-height: 1.5;
  }
  .localnav__list > li:not(:last-child) {
    margin-right: 30px;
  }
  .localnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .localnav__link.-current {
    background: #DDE5FD;
    color: #0669D7;
    pointer-events: none;
  }
  .localnav__link span:first-child {
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
    background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
    -webkit-transition: background-size 0.3s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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.26667vw;
  }
  .localnav__list > li:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .localnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-weight: 700;
    padding: 4vw 5.33333vw;
    -webkit-transition: 0.2s;
    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;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5.33333vw;
  }
  .localnav__link.-current {
    background: #DDE5FD;
    color: #0669D7;
    pointer-events: none;
  }
  .localnav__link.-small {
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 4vw 2.66667vw;
  }
  .localnav__lower {
    margin: 0;
    padding: 0 5.33333vw 5.33333vw;
  }
  .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;
  }
}

.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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70vw;
  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.53333vw 5.33333vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #0669D7;
  color: #0669D7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #0669D7;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal__close::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal__close {
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: inherit;
    right: 2.66667vw;
    top: -13.33333vw;
  }
}

.modal__close:hover {
  background: #0669D7;
  color: #fff;
}

.modal__close:hover::before, .modal__close:hover::after {
  background: #fff;
}

.modal-link {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-link__image {
  position: relative;
  overflow: hidden;
}

.modal-link__image > img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(6, 105, 215, 0.8);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal-link__icon {
    width: 17.33333vw;
    height: 17.33333vw;
  }
}

.report-item__image .modal-link__icon {
  width: 64px;
  height: 64px;
}

@media (max-width: 767px) {
  .report-item__image .modal-link__icon {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.modal-link__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0b27c5), to(#086cd9)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0b27c5 0%, #086cd9 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-link__icon img {
  display: block;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1, 1) !important;
          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.33333vw;
  }
}

@media (min-width: 768px) {
  a:hover .modal-link .modal-link__image > img, .modal-link:hover .modal-link__image > img {
    -webkit-transform: scale(1.1, 1.1);
            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.53333vw 5.33333vw;
  }
}

.modal-iframe .c-heading.-large {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .modal-iframe .c-heading.-large {
    margin-bottom: 4.26667vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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.33333vw 4vw;
  }
}

.c-pagelink__item {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .c-pagelink__item {
    font-size: 4.26667vw;
  }
}

.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;
  -webkit-transform: translateY(-0.25em) translateX(-0.5em) rotate(135deg);
          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.53333vw;
  }
}

.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.33333vw;
  }
}

.pickup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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;
  -webkit-transition: 0.2s;
  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: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.pickup-item__tag {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pickup-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup-item > div {
    width: 100%;
  }
  .pickup-item__image {
    margin-bottom: 4vw;
  }
  .pickup-item__date {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
  .pickup-item__title {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  .pickup-item__tag {
    margin-bottom: 4vw;
  }
  .pickup-item__lead {
    font-size: 4.26667vw;
  }
}

@media (min-width: 768px) {
  .pickup-item:hover .pickup-item__image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .pickup-item:hover .pickup-item__title span:first-child {
    background-size: 100% 1px;
  }
}

.report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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.53333vw 0 0 0 !important;
  }
  .report-list + .button-block {
    margin-top: 10.66667vw;
  }
  .report-list__item {
    width: 100%;
    margin: 8.53333vw 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;
  -webkit-transition: 0.2s;
  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: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media (min-width: 768px) {
  .report-item:hover .report-item__image img {
    -webkit-transform: scale(1.1, 1.1);
            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.66667vw;
  }
  .report-item.-sp-column .report-item__date {
    margin-bottom: 1.33333vw;
  }
  .report-item.-sp-column .report-item__date {
    font-size: 4.26667vw;
  }
  .report-item.-sp-column .report-item__title {
    font-size: 4.8vw;
  }
  .report-item:not(.-sp-column) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .report-item:not(.-sp-column) .report-item__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 42%;
    margin: 0 4% 0 0;
  }
  .report-item:not(.-sp-column) .report-item__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
    margin: 0 3% 2.66667vw 0;
    font-size: 4.26667vw;
  }
  .report-item:not(.-sp-column) .report-item__title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 54%;
    margin-bottom: 0;
    font-size: 4.26667vw;
  }
  .report-item:not(.-sp-column) .report-item__tag {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 72%;
    margin-bottom: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DFDFDF;
}

.c-table.-fit {
  width: fit-content;
}


.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.73333vw;
    padding: 2.66667vw;
  }
  .c-table th.-w15p, .c-table th.-w30p,
  .c-table td.-w15p,
  .c-table td.-w30p {
    min-width: 30.93333vw;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -8px -8px 0 0 !important;
}

.c-tag li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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.93333vw;
    height: 5.86667vw;
    padding: 0 2.13333vw;
  }
}

.archive-detail-kv {
  height: 38.95vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .archive-detail-kv {
    height: 133.33vw;
  }
}

.archive-detail-kv.-bg01 {
  background: url() center center/cover;
}

@media (max-width: 767px) {
  .archive-detail-kv.-bg01 {
    background: url() center center/cover;
  }
}

.archive-detail-kv.-bg02 {
  background: url() center center/cover;
}

@media (max-width: 767px) {
  .archive-detail-kv.-bg02 {
    height: 133.33vw;
    background: url() center center/cover;
  }
}

.archive-detail-kv__inner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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.33333vw;
  }
}

.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.66667vw 0 5.33333vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.33333vw;
    padding: 0 4vw;
    margin-bottom: 3.2vw;
  }
}

.archive-detail-heading__category::before {
  content: "";
  background: #01AFFF;
  -webkit-transform: skewX(-20deg);
          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: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #8BD8FC));
  background: linear-gradient(transparent 70%, #8BD8FC 70%);
  padding: 0 4px;
}

@media (max-width: 767px) {
  .archive-detail-heading__title {
    font-size: 6.66667vw;
  }
}

.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.66667vw;
    margin-top: 10.66667vw;
  }
}

@media (min-width: 768px) {
  .archive-detail-task {
    display: -webkit-box;
    display: -ms-flexbox;
    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%;
    -webkit-transform: translateX(-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .archive-detail-task__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .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;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 21.33333vw;
  }
  .archive-detail-task__item p {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-left: 4vw;
  }
}

.archive-detail-solution-block.-bg01 {
  background: fixed url() no-repeat center center/cover;
}

.archive-detail-solution-block.-bg02 {
  background: fixed url() 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.66667vw 0 18.66667vw;
  }
  .archive-detail-solution-block__inner .archive-detail-heading {
    padding: 0 5.33333vw;
  }
  .archive-detail-solution-block__inner figcaption {
    padding: 0 5.33333vw;
  }
}

@media (max-width: 1440px) {
  .archive-detail-solution-block__left {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .archive-detail-solution-block__left {
    padding: 0 5.33333vw;
  }
}

@media (max-width: 1440px) {
  .archive-detail-solution-block__right {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .archive-detail-solution-block__right {
    padding: 0 5.33333vw;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .archive-detail__status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-detail__date {
  width: 7em;
}

@media (max-width: 767px) {
  .archive-detail__date {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
}

.archive-share-block {
  background: #00002D;
  color: #fff;
}

.archive-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .archive-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-share__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 85px;
}

@media (max-width: 767px) {
  .archive-share__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 10.66667vw 0;
  }
}

.archive-share__main span {
  display: block;
  font-size: 26px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .archive-share__main span {
    font-size: 5.86667vw;
    margin: 0 0 5.33333vw 0;
  }
}

.archive-share__main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.33333vw;
  }
}

.archive-share__main ul li img {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  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.33333vw 6.66667vw;
    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.66667vw 10.66667vw;
  }
}

#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%);
  padding-bottom: calc((100%) / 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 {
  display: none;
}

.mv-image.only-sp {
  width: 100%;
  height: 128vw;
  min-height: unset;
}

.mv-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.mv-image img:nth-last-child(-n + 2) {
  -webkit-transform: scale(1.05);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7778;
}

@media (max-width: 767px) {
  .mv-content {
    position: static;
    margin-top: -37.33333vw;
    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.33333vw;
    width: unset;
    margin: 0 0 0;
    padding: 0 4.26667vw;
    position: relative;
  }
  .mv-content h1::before {
    content: "";
    display: block;
    background: #f0f2fa;
    width: 100%;
    height: 8vw;
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
    -webkit-transform-origin: 100% 50%;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sd-block span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1;
}

@media (max-width: 767px) {
  .sd-block {
    display: none;
  }
}

.sd-indicator {
  width: 1px;
  height: 60px;
  background: transparent;
  -webkit-animation: scroll-down linear 2s forwards infinite;
          animation: scroll-down linear 2s forwards infinite;
  margin-top: 43px;
  border-color: #0950d1;
  border-style: solid;
  border-width: 0 0 60px 0;
}

@-webkit-keyframes scroll-down {
  0% {
    border-width: 0 0 60px 0;
  }
  25% {
    border-width: 0 0 0 0;
  }
  50% {
    border-width: 60px 0 0 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;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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.86667vw 5.33333vw 8vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.33333vw 0 0;
  }
}

.top-news-section .top-news-heading {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.33333vw;
    margin: 0 0 0.53333vw;
  }
}

.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.73333vw;
  }
}

.top-news-section .top-news-heading::before {
  content: "";
  display: block;
  height: 100%;
  width: 51px;
  background: #00002d;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.top-news-list {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      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.06667vw;
    width: auto;
  }
}

.top-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.93333vw;
    height: 5.6vw;
    padding: 0 2.13333vw;
    margin-right: 0;
  }
}

.top-news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

@media (max-width: 1920px) {
  .top-news-item__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.top-news-item__title a span:first-child {
  color: #333333;
  text-decoration: none;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)) no-repeat left bottom/0 1px;
  background: linear-gradient(#333333, #333333) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      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: 127px 0 75px;
}

@media (max-width: 767px) {
  .message-section {
    padding: 5.33333vw;
  }
}

.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: 700;
  text-align: center;
  display: block;
  line-height: 1.625;
  color: #fff;
}

@media (max-width: 767px) {
  .message-section h2 {
    font-size: 6.66667vw;
    line-height: 1.48;
    text-align: center;
    margin: 0 0 4.53333vw;
  }
  .message-section h2 br {
    display: none;
  }
}

.message-section .lead-text {
  margin: 0;
    text-align: center;
    color: #fff;
}

.strength-section {
  min-width: 1280px;
}

@media (max-width: 767px) {
  .strength-section {
    min-width: unset;
  }
}

.strength-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .strength-section > .inner {
    display: block;
  }
}

.strength-item {
  min-height: 426px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  background: transparent no-repeat 50% 50%;
  background-size: auto 100%;
  -webkit-transition: flex-grow 0.2s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.2s;
  transition: flex-grow 0.2s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.2s;
  transition: flex-grow 0.2s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: flex-grow 0.2s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.2s, -ms-flex-positive 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .strength-item {
    min-height: 56vw;
  }
}

.strength-item.open {
  -webkit-box-flex: 2.1;
      -ms-flex: 2.1 0 0%;
          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();
}

.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.33333vw;
  }
}

.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%;
  -webkit-transform: skewX(-10.6deg);
          transform: skewX(-10.6deg);
  overflow: hidden;
}

@media (max-width: 767px) {
  .strength-item.-item02 .strength-bg {
    -webkit-transform: none;
            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();
  background-size: auto 100%;
  -webkit-transform: skewX(10.6deg);
          transform: skewX(10.6deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  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 {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    left: 0;
  }
  .strength-item.-item02 .strength-bg .inner {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .strength-item.-item02 .strength-content {
    margin: 0;
    padding: 8vw 5.33333vw;
  }
}

.strength-item.-item03 {
  margin-left: -40px;
  background-color: #a6a6b6;
  background-image: url();
}

.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.33333vw;
  }
}

.strength-content {
  position: relative;
}

@media (max-width: 767px) {
  .strength-content {
    width: 100%;
  }
}

.strength-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .strength-item:not(.open) .strength-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strength-title h3 {
  margin: 0 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .strength-title h3 {
    margin: 0;
  }
  .strength-title .h3-number {
    width: 16.53333vw;
    margin-right: 6.93333vw;
    margin: 0 5.33333vw;
  }
  .strength-title .h3-sub {
    font-size: 4.26667vw;
    margin: 0 0 2.66667vw;
    margin: 0;
  }
  .strength-title .h3-main {
    font-size: 6.66667vw;
  }
}

.strength-detail {
  display: none;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .strength-detail {
    font-size: 3.73333vw;
  }
}

.strength-detail a {
  color: #0669D7;
  -webkit-transition: 0.3s;
  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;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.101);
  display: -webkit-box;
  display: -ms-flexbox;
  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.33333vw 5.33333vw 16.8vw;
  }
  .about-section > .inner {
    margin: 0;
    max-width: unset;
    min-width: unset;
    padding: 10.66667vw 6.66667vw;
    display: block;
  }
}

.about-logo {
  width: 32.5%;
  margin: 0 75px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}

@media (max-width: 767px) {
  .about-logo {
    width: 58.66667vw;
    margin: 0 auto 9.86667vw;
  }
}

.about-detail {
  -ms-flex-negative: 1;
      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.66667vw;
    margin: 0 auto 6.13333vw;
  }
}

.about-bg {
  position: absolute;
  width: 100%;
  height: 314px;
  background: #fff;
  bottom: 0;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

@media (max-width: 767px) {
  .about-bg {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
    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.33333vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.33333vw;
  }
  .staff-section h2 {
    margin: 0 0 10.4vw;
  }
  .staff-section .lead-text {
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 0 11.46667vw;
  }
}

.staff-bg {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 120%;
  background: #fff;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  z-index: -1;
}

@media (max-width: 767px) {
  .staff-bg {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.staff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5.33333vw 0 0 0;
  }
}

.staff-photo {
  line-height: 1;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .staff-photo {
    margin: 0 5.33333vw 0 0;
  }
}

.staff-detail img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .staff-detail img {
    width: 57.06667vw;
  }
}

.staff-post {
  line-height: 1.5;
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  .staff-post {
    font-size: 3.46667vw;
    margin: 0 0 1.06667vw;
  }
}

.staff-name {
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 767px) {
  .staff-name {
    font-size: 5.86667vw;
    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.13333vw 5.33333vw 5.86667vw;
  }
  .merit-section > .inner {
    max-width: unset;
    min-width: unset;
    margin: 0 0 0;
  }
  .merit-section h2 {
    margin: 0 0 16.53333vw;
  }
  .merit-section h2 .h2-title {
    margin: 0 0 3.46667vw;
  }
}

.merit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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.86667vw;
  }
}

.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.510423526568vw + 61px);
}

@media (max-width: 1280px) {
  .pickup-section {
    padding-bottom: calc(1280px * 0.10510423526568 + 61px);
  }
}

.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.33333vw;
  }
  .pickup-section > .inner {
    padding: 0 5.33333vw 0;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0;
  }
  .pickup-section h2 {
    margin: 0 0 12.26667vw;
  }
}

.pickup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

@media (max-width: 767px) {
  .pickup-bg {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.pickup-block {
  position: relative;
}

.pickup-block.-bg01 {
  background: url() no-repeat top center/100% auto;
}

.pickup-block.-bg02 {
  background: url() 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.26667vw;
  }
}

.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.33333vw 0 5.33333vw;
  }
}

.pickup-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pickup-block__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup-block__link.-sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-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 {
    -webkit-transform: scale(1.1, 1.1);
            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;
  -webkit-transition: 0.3s;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1280px) {
  .pickup-block__main {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .pickup-block__main {
    margin-top: 6.66667vw;
  }
}

.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: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media (max-width: 767px) {
  .pickup-block__title {
    font-size: 5.33333vw;
    margin-bottom: 4vw;
  }
}

.pickup-block-title {
  height: 18.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 5.33333vw;
    margin-bottom: 9.33333vw;
  }
}

.pickup-block-title__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    margin: 10.66667vw 0 6.66667vw;
    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.66667vw;
    margin-right: 0;
  }
  .pickup-block-title__heading span:last-child {
    font-size: 3.73333vw;
  }
}

.report-section {
  position: relative;
  padding-bottom: calc(10.510423526568vw + 61px);
}

@media (max-width: 1280px) {
  .report-section {
    padding-bottom: calc(1280px * 0.10510423526568 + 61px);
  }
}

.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.33333vw;
  }
  .report-section > .inner {
    padding: 12.8vw 5.33333vw 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;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

@media (max-width: 767px) {
  .program-bg {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.program-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54% 46%;
      grid-template-columns: 54% 46%;
  background: url() no-repeat center center/cover;
  padding: 56px 119px;
  color: #fff;
}

@media (max-width: 1440px) {
  .program-block {
    padding: 56px 80px;
  }
}

.program-block h2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.program-block__btn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.program-block__movie {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 10.13333vw 5.33333vw 13.86667vw;
  }
  .program-block h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 8vw;
  }
  .program-block .lead-text {
    margin: 0;
  }
  .program-block__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .program-block__btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/ 4;
    margin: 8vw 0 0 0;
  }
  .program-block__movie {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    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.73333vw 0 18.66667vw;
  }
}

.news-block section + section {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .news-block section + section {
    margin-top: 11.46667vw;
  }
}

.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.66667vw;
  }
  .news-list__item:not(:last-child) {
    margin-bottom: 6.13333vw;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 767px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-item__date {
  width: 6em;
}

@media (max-width: 767px) {
  .news-item__date {
    font-size: 4.26667vw;
    width: 100%;
  }
}

.news-item__tag {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-gradient(linear, left top, left bottom, from(#00002d), to(#00002d)) no-repeat left bottom/0 1px;
  background: linear-gradient(#00002d, #00002d) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .news-detail__head {
    margin-bottom: 10.66667vw;
  }
}

.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.66667vw;
  }
}

.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.66667vw;
  }
}

.program-main__kv {
  overflow: hidden;
  background: #86B8E5;
}

.program-main__kv.-movie {
  display: none;
}

.program-main__kv.-image {
  display: none;
  height: 100vh;
  background: url() no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
}

@media (max-width: 767px) {
  .program-main__kv.-image {
    background: url() 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 468px;
  margin: 0 auto;
  background: url() no-repeat left center/296px 390px, url() no-repeat right center/276px 408px;
}

@media (max-width: 767px) {
  .program-main__inner {
    height: 74.66667vw;
    background: url() no-repeat left -10% center/36.26667vw 47.2vw, url() no-repeat right -10% center/36.8vw 49.06667vw;
  }
}

.program-main__inner h1 {
  margin: 0 auto;
  width: 960px;
}

@media (max-width: 767px) {
  .program-main__inner h1 {
    width: 82.93333vw;
  }
}

.program-main__inner h1 img {
  width: 100%;
}

.program-about {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program-about__main {
    width: 100%;
    margin: 0 0 6.66667vw 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() no-repeat center center/cover;
  background-attachment: fixed;
  color: #fff;
  font-weight: 300;
  position: relative;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  margin-top: calc(-100vw * 0.102);
  /*
  h2 {
    margin: 0 0 44px;
  }
  */
}

@media (max-width: 767px) {
  .future-section {
    -webkit-transform: skewY(-4.58183deg);
            transform: skewY(-4.58183deg);
  }
}

.future-section > .inner {
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  padding: 156px 0 266px;
}

@media (max-width: 767px) {
  .future-section > .inner {
    max-width: unset;
    min-width: unset;
    width: auto;
    -webkit-transform: skewY(4.58183deg);
            transform: skewY(4.58183deg);
    padding: 18.66667vw 0 17.33333vw;
  }
}

.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.66667vw;
    line-height: 1.48;
  }
  .future-section .lead-text {
    text-align: left;
    font-size: 4.26667vw;
    line-height: 1.875;
    margin: 0 5.33333vw 14.93333vw;
  }
}

.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.73333vw;
  }
}

.domain-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 94px;
}

.domain-item:nth-of-type(even) .domain-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.domain-item:nth-of-type(even) .domain-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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.33333vw 10.13333vw;
    font-size: 4.26667vw;
    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.86667vw;
    line-height: 1.5;
    margin: 0 0 4.26667vw;
  }
}

.resource-section h2 {
  margin: 0 0 47px;
}

.resource-section > .inner {
  max-width: 1440px;
  min-width: 1280px;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: transparent no-repeat 50% 50%;
  background-size: auto 100%;
  -webkit-transition: flex-grow 0.3s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.3s;
  transition: flex-grow 0.3s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.3s;
  transition: flex-grow 0.3s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: flex-grow 0.3s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.3s, -ms-flex-positive 0.3s;
  cursor: pointer;
}

.resource-item h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 0;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.resource-item:hover {
  background-size: auto 110%;
}

.resource-item.open {
  -webkit-box-flex: 3.5;
      -ms-flex-positive: 3.5;
          flex-grow: 3.5;
  background-size: auto 110%;
}

.resource-item:nth-child(1) {
  background-image: url();
  background-position: 29% 50%;
}

.resource-item:nth-child(2) {
  background-image: url();
  background-position: 15% 50%;
}

.resource-item:nth-child(3) {
  background-image: url();
  background-position: 0% 50%;
}

.resource-item:nth-child(4) {
  background-image: url();
  background-position: 43% 50%;
}

@media (max-width: 767px) {
  .resource-item {
    height: auto;
    min-height: 37.33333vw;
    padding: 4vw;
    -webkit-transition: all 0.5s;
    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.66667vw 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;
  -webkit-transition: 0.3s;
  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.73333vw;
    font-weight: 400;
    line-height: 1.71428571;
    margin: 13px 0 0;
  }
}

.program-entry {
  position: relative;
  margin-top: calc(100vw * 0.102);
}

@media (max-width: 767px) {
  .program-entry {
    margin-top: calc(100vw * 0.07);
  }
}

.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.33333vw 0 23.46667vw;
    max-width: unset;
    min-width: unset;
    width: auto;
    margin: 0 5.33333vw;
  }
  .program-entry__inner .c-heading {
    color: #fff;
    margin-bottom: 5.33333vw;
  }
  .program-entry__inner p {
    font-size: 4.26667vw;
    text-align: left;
    margin-bottom: 10.66667vw;
  }
}

.program-archive-section {
  padding: 40px 0 25px;
}

@media (max-width: 767px) {
  .program-archive-section {
    padding: 5.33333vw 0 2.66667vw;
  }
}

.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.66667vw;
    padding-bottom: 10.66667vw;
  }
}

.program-archive-section section p a {
  color: #0669D7;
}

.program-archive-section section p a span:first-child {
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0669D7), to(#0669D7)) no-repeat left bottom/0 1px;
  background: linear-gradient(#0669D7, #0669D7) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  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;
}

@media (max-width: 767px) {
  .program-archive-section__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}
/*# sourceMappingURL=style.css.map */



/*高校生向けサイト*/
.add_high{
    margin-left: 10px;
    font-size: 15px;
    padding-left:10px;
    font-weight: 500!important;
    letter-spacing: 2px;
}
@media (min-width: 1500px){
    .add_high{
        margin-left: 10px;
    }
}
@media (min-width: 1025px){
    .add_high > *,
  .add_high {
    color: #333333;
    font-weight: 400;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .add_high > *:hover,
  .add_high:hover {
    text-decoration: none;
    color: #0669D7;
  }
  #index .add_high > *, #index
  .add_high {
    color: #fff;
  }
  
    #index .-hover .add_high > *,
  #index .-scroll .add_high > *,
  #index .-open .add_high > *,
  #index .-fixed .add_high > *, #index .-hover
  .add_high,
  #index .-scroll
  .add_high,
  #index .-open
  .add_high,
  #index .-fixed
  .add_high {
    color: #333333;
  }
    #index .add_high > *:hover, #index
  .add_high:hover {
    color: #0669D7;
  }
    .pc_none{
        display: none;
    }
}
@media (max-width: 768px){
    .add_high{
        letter-spacing: 0;
        font-size:3vw;
    }
}

/*message_背景*/
.add_back{
    background-image: url(../image/message_back.svg);
    background-color: #3b489f;
    background-size: 100%;
    background-repeat:  no-repeat;  
}
@media (max-width: 767px){
    .add_back{
        background-image:none;}
}

/*フッター追加*/
.footer_add{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px){
    .footer_add{
        display: block;
    }
    address{
        margin-top: 1em;
    }
}

/*企業サイトボタン*/
.button_com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 388px;
  height: 70px;
  background: #192259;
    color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
    border: 1px solid #fff;
    margin-bottom: 2em;
    letter-spacing: 5px;
}
.button_com::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
@media (max-width: 767px) {
  .button_com {
    width: 84vw;
    height: 16vw;
    font-size: 4.26667vw;
  }
}
.button_com:hover{
    background:#3B4A9F;
}
/*.button_com::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#1468fe), to(#049fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}*/

@media (max-width: 767px) {
  .button_com::after {
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 0.53333vw solid;
    border-right: 0.53333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.26667vw;
  }
}

@media (min-width: 768px) {
  .button_com:hover {
    text-decoration: none;
  }
  .button_com:hover::before {
    opacity: 1;
  }
}

/*申し込みバナー*/
.banner {
    position: fixed;
    z-index: 99998;
    bottom: 45%;
    right: 0;
    /*background-color: #fff;*/
    height: 133px;
    width: 100px;
}
.banner a {
    text-decoration: none;
}
.banner img:hover {
    /*opacity: 0.7;*/
    filter: brightness(0.9);
}
.banner-close {
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (min-width: 1025px) and (max-width: 1425px){
    .banner{
        width:100px;
        height: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .banner{
        display: none;
    }
}

/*募集要項table*/
.table_wrap{
    /*max-width: 1222px;*/
    width:1222px;
    padding:32px;
    margin: 0 auto;
}
.c-table__head{
    /*width: 25%;*/
    text-align: left;
    font-weight: 400;
    background: #3B4A9F!important;
    color: #fff;
    vertical-align: middle!important;
}
@media screen and (min-width: 768px) and (max-width:1425px){
    .table_wrap{
        width:100%;
        padding:3vw 100px
    }
}
@media screen and (max-width: 767px){
    .table_wrap{
        width:100%;
        padding: 16px;
    }
    .c-table__head{
        display: block;
        width: 100%!important;
        font-size: 14px!important;
    }
    .c-table__body{
        display: block;
        font-size: 14px!important;
    }
}

/*JOIN TEAM SAGAWA*/
.JTS_title{
    width:100%;
    padding: 65px 0;
}
.JTS_title h1{
    text-align: center;
}
.JTS_title h1 img{
    max-width:1010px;
    width:95%;
}

/*18歳の君に*/
.eighteen{
    font-size:45px!important;
}
@media screen and (min-width: 768px) and (max-width:1024px){
    .eighteen{
        font-size:4.3vw!important;
    }
}
@media screen and (max-width: 767px){
    .eighteen{
        font-size:4.5vw!important;
    }
}
.eighteen::after{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0;
    background: url(../image/STAR.svg) no-repeat 0% 0%;
    background-size: 100% 100%;
}
.message_text{
    font-size: 30px;
    line-height: 2.5;
    color:#fff;
    text-align: center;
    margin-top: 110px;
}
@media screen and (max-width: 767px){
    .message_text{
        font-size:4vw;
        margin-top: 6vw;
    }
}

/*jobs*/
.jobs_bg{
    width:100%;
    height: 1300px;/*202411修正*/
    background: linear-gradient(#34408b 0%, #34408b 30%, #fff 30%, #fff 100%); /*202409修正*/
}
@media screen and (max-width: 767px){
    .jobs_bg{
        height: auto;
        background: linear-gradient(#fff 0, #fff 100%);
    }
}
.jobs_title{
    text-align: center;
    padding-top: 98px;
}
.jobs_title img{
    width:690px;
}

@media screen and (min-width: 768px) and (max-width:1425px){
    .jobs_bg{
        height: auto;
        padding-bottom: 5.75vw;
    }
    .jobs_title{
        padding-top: 7vw;
    }
    .jobs_title img{
        width:48vw;
    }
}

@media screen and (max-width: 767px){
    .jobs_title img{
        width:55vw;
    }
    .jobs_title{
        padding:6vw 0 3vw;
        background-color: #34408b;
    }
}

/*jobs動画*/
.jobs_movie_wrap{
    max-width: 1158px;
    display: flex;
    justify-content: space-around;/*202411修正*/
    margin: 80px auto 0;
    flex-wrap: wrap;/*202409追加*/
}

@media screen and (min-width: 1025px){
   .jobs_movie{
       width:366px;/*202411修正*/
       /*width:100%;*//*202411修正*/
       margin: 0 30px;
    } 
}
.jobs_movie h3{
    text-align: center;
    font-size: 28px;
    color:#3a489e;
    margin-top: 30px;
}
.jobs_movie p{
    text-align: justify;
    /*font-size: 18px;*/
    color:#3a489e;
    margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1425px){
    .jobs_movie_wrap{
        width: 85%;
        margin: 5.75vw auto 0;
    }
    .jobs_movie h3{
        margin-top: 2.25vw;
        font-size:2vw;
    }
    .jobs_movie p{
        margin-top: 2.25vw;
    }
}

@media screen and (max-width: 767px){
    .jobs_movie_wrap{
        display: block;
        width:95%;
        margin: 8vw auto 0;
        padding-bottom: 8vw;
    }
    .jobs_movie h3{
        font-size:20px!important;
        margin-top: 2.75vw
    }
    .jobs_movie{
        width:100%;
        margin-bottom: 7vw;
    }
    .jobs_movie:last-child{
        margin-bottom: 0;
    }
    .jobs_movie img{
        width:80%;
        margin: 0 auto;
    }
    .jobs_movie p{
        margin: 2.75vw auto 0;
        width:90%;
        font-size: 15px;
    }
}

/*先輩の声 INTERVIEW*/
.interview_sec{
    background: url(../image/interview_back_pc.jpg)no-repeat 0% 0%;
    background-size: cover;
    background-color: #3a489e;
    width:100%;
    /*height: 1185px;*/
}
@media (max-width: 767px){
    .interview_sec{
        background: url(../image/interview_back_sp.jpg)no-repeat 0% 0%;
        background-size: 100%;
        height: auto;
        background-color: #3b489c;
    }
}
.int_title{
    max-width:1345px;
    width:100%;
    margin: 0 auto;
    text-align: right;
}
.int_title img{
    width:800px;
    padding-top: 95px
}
@media (min-width: 768px) and (max-width: 1400px){
    .interview_sec{
        background-size:100%;
    }
    .int_title{
        width:95%;
    }
    .int_title img{
        width:60vw;
        padding-top: 6vw;
    }
}
@media (max-width: 767px){
    .int_title{
        width:100%;
        text-align: center;
    }
    .int_title img{
        width:50vw;
        margin: 0 auto;
        padding-top: 10vw;
    }
}
.elder_wrap{
    width:1200px;
    margin: 95px auto 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6vw;
}
@media (min-width: 768px) and (max-width: 1425px){
    .elder_wrap{
        margin-top: 10vw auto 0;
        width:83%;
    }
    .elder_pc p{
        font-size:1.25vw!important;
    }
}
@media (max-width: 767px){
    .elder_wrap{
        display: block;
        width:100%; 
        margin: 0;
        justify-content:center;
    }
}
.elder_pc{
    display: block;
    position: relative;
}
.elder_pc img{
    max-width:400px;
    width:100%;
}
.elder_pc p{
    position: absolute;
    bottom: 20px;
    right: 25px;
    text-align: right;
    color:#fff;
    font-size: 17px;
}
.elder_pc p span:first-child {
  color: #fff !important;
  text-decoration: none;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat left bottom/0 1px;
  background: linear-gradient(#fff, #fff) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (min-width: 768px) {
  .interview_box:hover .elder_pc p span:first-child {
    background-size: 100% 1px;
  }
}
.elder_sp{
    background: url(../image/elder_bg_sp.png)no-repeat 0% 0%;
    padding: 1em;
    background-size: 100%;
    margin-top: 6vw;
}
.elder_sp:first-child{
    margin-top: 0;
}
.elder_sp h3{
    width:90%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    color:#3a489e;
}
.elder_sp p{
    text-align: center;
    margin-bottom: 0;
}
.elder_sp img{
    vertical-align: bottom;
}
.elder_sp div{
    text-align: center;
    line-height: 1.25em;
    padding: .75em 0;
    background-color: #3a489e;
    color:#fff;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
}

/*ステップアップ*/
.stepup_sec{
    background-color: #e2e4eb;
}
.stepup_sec h3{
    text-align: center;
    color:#3a489e;
    padding: 30px;
    font-size: 44px;
}
.stepup_sec h4{
    text-align: center;
    padding-bottom: 40px;
    font-size: 26px;
}
.stepup_sec h4 img{
    max-width:1158px;
    width:100%;
}
.stepup_sec p{
    max-width:1158px;
    width:100%;
    margin: 0 auto 30px;
    text-align: justify;
    /*font-size: 22px;*/
}
@media screen and (min-width: 767px) and (max-width:1425px){
    .stepup_sec h3{
        font-size: 3.25vw;
        padding:2vw;
    }
    .stepup_sec h4{
        font-size:1.9vw;
        padding-bottom:2.75vw;
    }
    .stepup_sec p{
        width:83%;
    }
    .stepup_sec h4 img{
        width:83%;
    }
}

@media (max-width: 767px){
    .stepup_sec h3{
        font-size:28px;
        padding: 30px 0 0;
        width:90%;
        margin: 0 auto;
        border-bottom: 1px solid #3a489e;
    }
    .stepup_sec h4{
        font-size: 23px;
        padding-bottom: 6vw;
    }
    .stepup_sec p{
        font-size: 16px;
        width:90%;
    }
}
.stepup_sp{
    width:100%
}
.stepup_sp img{
    padding-bottom: 6vw;
}

/*研修制度*/
.training_sec{
    background-color: #fff;
}
.training_sec h3{
    text-align: center;
    color:#3a489e;
    padding: 30px;
    font-size: 44px;
}
.training_sec h4{
    text-align: center;
    padding-bottom: 40px;
    font-size: 26px;
}
.training_sec h4 img{
    max-width:1158px;
    width:100%;
}
.training_sec p{
    max-width:1158px;
    width:100%;
    margin: 0 auto 30px;
    text-align: justify;
    /*font-size: 22px;*/
}

@media screen and (min-width: 767px) and (max-width:1425px){
    .training_sec h3{
        font-size: 3.25vw;
        padding:2vw;
    }
    .training_sec h4{
        font-size:1.9vw;
        padding-bottom:2.75vw;
    }
    .training_sec p{
        width:83%;
    }
    .training_sec h4 img{
        width:83%;
    }
}

@media (max-width: 767px){
    .training_sec h3{
        font-size:28px;
        padding: 30px 0 0;
        width:90%;
        margin: 0 auto;
        border-bottom: 1px solid #3a489e;
    }
    .training_sec h4{
        font-size: 23px;
        padding-bottom: 6vw;
    }
    .training_sec p{
        font-size: 16px;
        width:90%;
        margin: 0 auto;
    }
}
.chart_sp{
    padding-bottom: 6vw;
}

/*福利厚生費*/
.welfare_sec{
    background-color: #e2e4eb;
}
.welfare_sec h3{
    text-align: center;
    color:#3a489e;
    padding: 30px;
    font-size: 44px;
}
.welfare_wrap{
    max-width:1158px;
    width:100%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 58px;
    justify-content: space-between;
}
.welfare_box{
    display: block;
    width:660px;
}
.welfare_box h4{
    font-size: 26px;
    width:100%;
    padding-bottom: 35px;
    text-align: left;
    line-height: 0.75em;
}
.welfare_box p{
    /*font-size: 23px;*/
    text-align: justify;
    margin-right: 1em;
}
.welfare_wrap img{
    width:466px;
}
.add_border{
    border-top: 1px solid #b5b5b6;
    padding-top:58px;     
}

@media screen and (min-width: 1025px) and (max-width:1425px){
    .welfare_sec h3{
        font-size: 3.25vw;
        padding:2vw;
    }
    .welfare_wrap{
        width:83%;
        align-items: flex-start;
    }
    .welfare_box{
        max-width: 660px;
        width:97%;
        padding-right: 3%;
    }
    .welfare_box h4{
        line-height: 1.25;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    .welfare_wrap img{
        width: 90%;
        margin: 10px 5% 0;
    }
}
@media (max-width: 1024px){
    .welfare_sec h3{
        font-size:28px;
        padding: 30px 0 0;
        width:90%;
        margin: 0 auto 30px;
        border-bottom: 1px solid #3a489e;
    }
    .welfare_wrap{
        width:90%;
        display: block;
        padding-bottom: 6vw
    }
    .welfare_box{
        width:100%;
    }
    .welfare_box img{
        width:100%;
    }
    .welfare_box h4{
        font-size: 23px;
        text-align: center;
        line-height: 1.25em;
        padding-bottom: 3vw;
    }
    .welfare_box p{
        font-size: 16px;
        width:100%;
    }
    .add_border{
        padding-top: 6vw;
    }
}

/**/
.recruit_sec{
    margin: 70px auto;
}
@media (max-width: 767px){
    .recruit_sec{
        margin: 6vw auto;
    }
}

/*募集要項ボタン*/
.button_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  height: 150px;
  background: #df241f;
    color: #fff;
  font-size: 37px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
    border: 1px solid #fff;
    letter-spacing: 5px;
}
.button_recruit::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
}
@media (max-width: 767px) {
  .button_recruit {
    width: 84vw;
    height: 18vw;
    font-size: 4vw;
  }
    .button_recruit::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
}
}
.button_recruit:hover{
    opacity: 0.8;
}
/*.button_com::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#1468fe), to(#049fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1468fe 0%, #049fff 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}*/

@media (max-width: 767px) {
  .button_com::after {
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 0.53333vw solid;
    border-right: 0.53333vw solid;
    top: calc(50% - 1.06667vw);
    right: 4.26667vw;
  }
}

@media (min-width: 768px) {
  .button_com:hover {
    text-decoration: none;
  }
  .button_com:hover::before {
    opacity: 1;
  }
}

/*Q&A*/
.qa_sec{
    background-color: #3a489e;
}
.qa_title{
    background-color: #34408b;
    text-align: center;
    padding:60px 0;
}
.qa_title img{
    width:895px;
}
@media (min-width: 768px) and (max-width:1425px){
    .qa_title img{
        width:69vw;
    }
}
@media (max-width: 767px){
    .qa_title{
        padding: 6vw 0 3vw;
    }
    .qa_title img{
        width:65vw;
    }
}

/*Q&Aアコーディオン*/
.qa-accordion {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
  line-height: 1.5;
}

.qa-accordion + .qa-accordion {
  border-top: 0;
}

.qa-accordion__head {
  position: relative;
  cursor: pointer;
  padding: 25px 40px 25px 30px;
    background-color: #3a489e;
}

@media (max-width: 767px) {
  .qa-accordion__head {
    padding: 4vw 10.66667vw 4vw 4vw;
  }
}

.qa-accordion__head::before, .qa-accordion__head::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qa-accordion__head::before {
  width: 20px;
  height: 3px;
  right: 20px;
}

/*@media (max-width: 767px) {
  .qa-accordion__head::before {
    width: 5.33333vw;
    height: 0.8vw;
    right: 4vw;
  }
}*/

.qa-accordion__head::after {
  width: 3px;
  height: 20px;
  right: 28px;
}

/*@media (max-width: 767px) {
  .qa-accordion__head::after {
    width: 0.8vw;
    height: 5.33333vw;
    right: 6.13333vw;
  }
}*/

.qa-accordion__head.-active::after {
  opacity: 0;
}

.qa-accordion__head > div {
  font-size: 26px;
}

@media (max-width: 767px) {
  .qa-accordion__head > div {
    font-size: 5.86667vw;
  }
}

.-faq .qa-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-faq .qa-accordion__head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .qa-accordion__head > span {
    width: 9.06667vw;
    height: 9.06667vw;
    font-size: 5.33333vw;
  }
}

.-faq .qa-accordion__head > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .-faq .qa-accordion__head > div {
    margin-left: 4vw;
  }
}

.qa-accordion__inner {
  padding: 0 30px ;
}

@media (max-width: 767px) {
  .qa-accordion__inner {
    padding: 0 4vw;
  }
}

.-faq .qa-accordion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 25px 30px;
}

@media (max-width: 767px) {
  .-faq .qa-accordion__inner {
    padding: 0 10.66667vw 4vw 4vw;
  }
}

.-faq .qa-accordion__inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .qa-accordion__inner > span {
    width: 9.06667vw;
    height: 9.06667vw;
    font-size: 5.33333vw;
  }
}

.-faq .qa-accordion__inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 20px;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  .-faq .qa-accordion__inner > div {
    font-size: 4.26667vw;
    margin-left: 4vw;
  }
}

.qa-accordion__body {
  display: none;
}

.-show .qa-accordion__body {
  display: block;
}
.add_white{
    color:#fff;
    display: flex;
    align-items: center;
}
.add_white img{
    width:50px;
    margin-right: 20px;
}
@media (max-width: 767px){
    .add_white img{
        width:25px;
        margin-right: 10px;
    }
}
.add_acco_wrap{
    padding: 32px;
}
@media (max-width: 767px){
    .add_acco_wrap{
        padding: 32px 0;
    }
}
.qa-archive-section {
  padding: 20px 0;
}
.qa-archive-section section{
    display: flex;
    align-items:flex-start
}
.qa-archive-section section img{
    width:50px;
    padding-top: 15px;
}
@media (max-width: 767px) {
  .qa-archive-section {
    padding: 5.33333vw 0;
  }
    .qa-archive-section section img{
        width:25px;
    }
}

.qa-archive-section section:not(:last-child) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px dashed #CCCCCC;
}

@media (max-width: 767px) {
  .qa-archive-section section:not(:last-child) {
    margin-bottom: 10.66667vw;
    padding-bottom: 10.66667vw;
  }
}

.qa-archive-section section p a {
  color: #0669D7;
}

.qa-archive-section section p a span:first-child {
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0669D7), to(#0669D7)) no-repeat left bottom/0 1px;
  background: linear-gradient(#0669D7, #0669D7) no-repeat left bottom/0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.qa-archive-section section p a:hover {
  text-decoration: none;
}

.qa-archive-section section p a:hover span:first-child {
  background-size: 100% 1px;
}

.qa-archive-section__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .qa-archive-section__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.answer_text {
  font-size: 16px;
  margin: 0 0 0.8em 0;
    line-height: 2em;
    color:#3a489e;
    margin-left: 20px;
}

@media (max-width: 767px) {
  .answer_text {
    font-size: 3.25vw;
      margin-left: 10px;
  }
}

/*会社概要*/
.profile_sec{
    background-color: #e2e4eb;
}
.profile_sec img{
    margin-top: 80px;
    vertical-align: bottom;
}
.profile_title{
    max-width:1158px;
    width:100%;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0;
}
.profile_title img{
    max-width:1088px;
    width:100%;
    margin-top: 0!important;
}
@media (min-width: 768px) and (max-width:1425px){
    .profile_title{
        width:83%;
        padding: 6vw 0
    }
    .profile_title img{
        width:80vw;
    }
}
@media (max-width: 767px){
    .profile_sec img{
        margin-top: 3vw;
    }
    .profile_title{
        padding: 6vw 0 3vw;
        text-align: center;
        width:100%;
    }
    .profile_title img{
        width:85vw;
    }
}

/*会社概要の表組*/
.cp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #b5b5b6;
}
.notes{
    text-align: right;
}
@media (max-width: 767px){
    .notes{
        font-size:14px;
    }
}
.cp-table tr {
  border-bottom: 1px solid #b5b5b6;
}
.cp-table__body{
    color:#3a489e!important;
    line-height: 2em;
}
.cp-table__body span{
    font-weight: 600;
}
.cp-table tr th + th {
  border-left: 1px solid #DFDFDF;
}

.cp-table tr td + td {
  border-left: 1px solid #DFDFDF;
}

.cp-table th,
.cp-table td {
  padding: 15px 20px;
}

.cp-table th.-w15p,
.cp-table td.-w15p {
  width: 15%;
}

.cp-table th.-w30p,
.cp-table td.-w30p {
  width: 30%;
}

.cp-table th.-w33p,
.cp-table td.-w33p {
  width: 33.3%;
}

.cp-table th {
  text-align: left;
  vertical-align: top;
  background: #F0F2FA;
}

@media (max-width: 767px) {
  .cp-table th,
  .cp-table td {
    font-size: 3.73333vw;
    padding: 2.66667vw;
  }
  .cp-table th.-w15p, .c-table th.-w30p,
  .cp-table td.-w15p,
  .cp-table td.-w30p {
    min-width: 30.93333vw;
  }
  .cp-table.-sp-column th,
  .cp-table.-sp-column td {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    display: block;
  }
}

@media (max-width: 767px) {
  .cp-table-wrap {
    overflow-x: auto;
  }
  .cp-table-wrap .cp-table {
    width: 800px;
  }
}
.cp-table__head{
    /*width: 25%;*/
    text-align: left;
    font-weight: 400;
    background: #3B4A9F!important;
    color: #fff;
    vertical-align: middle!important;
}
@media screen and (max-width: 767px){
    .cp-table__head{
        display: block;
        width: 100%!important;
        font-size: 14px!important;
    }
    .cp-table__body{
        display: block;
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px){
    .tab_only{
        display: block;
    }
}
@media screen and (min-width:1201px){
    .tab_only{
        display: none;
    }
}
.map_btn img{
    width:213px;
    margin-top: 0!important;
    padding-left: 2em;
}
.map_area{
    line-height: 39px;
}
.map_btn:hover{
    opacity: 0.8;
}
@media screen and (max-width: 767px){
    .map_btn img{
        padding-left: 0;
        padding-right: 2em;
        margin-bottom: 1em
    }
}

/*モーダル*/
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  width: 95%;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
}
.md-inner{
  padding: 24px 40px;
  background: #fff;
  height: auto;
}
.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

/*pcメイン画像*/
.pc_main_image{
    position: relative;
}
.pc_main_image img{
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
    .pc_main_image{
        margin-top: 60px;
    }
}
.main_title{
    position: absolute;
    top:16%;
    width:100%;
    text-align: center;
}
.main_title img{
    width:49%;
}

/*spメイン画像*/
@media screen and (max-width: 767px){
    .sp_main_image{
        margin-top: 16vw;
    }
    .sp_main_image img{
        vertical-align: bottom;
    }
}

/*リンクアクション追加*/
.icon-arrow_wh {
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin-left: 0.4em;
  position: relative;
  top: 0.1em;
  overflow: hidden;
}

.icon-arrow_wh::before, .icon-arrow_wh::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.3em;
  left: -0.1em;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.icon-arrow_wh::before {
  -webkit-transform: translateX(-200%) rotate(45deg);
          transform: translateX(-200%) rotate(45deg);
}

a:hover .icon-arrow_wh::before {
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
}

a:hover .icon-arrow_wh::after {
  -webkit-transform: translateX(200%) rotate(45deg);
          transform: translateX(200%) rotate(45deg);
}
.bottom_gns_logo{
    text-align: center;
    padding: 1em 0;
}
@media screen and (max-width: 1024px){
    .bottom_gns_logo{
        padding-bottom: 14vw;
    }
}

/*募集のアイコン*/
.recruitment{
    width:275px;
    background-color: #172158;
    height: 65px;
    margin: 60px auto 30px;
    color:#fff;
    text-align: center;
    /*line-height: 65px;*/
    font-size: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*募集一覧*/
.shop_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop_box{
    width:500px;
    background-color: #fff;
    padding: 1em;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}
.shop_box p{
    text-indent: 1em;
}
.shop_box table{
    width:95%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2em;
}
.shop_box table tr{
    border-bottom: 1px solid #DFDFDF;
}
.shop_box table tr:nth-child(2n+1){
    background-color: #eaeef7!important;
}
.shop_box table tr th{
    background-color: #3B4A9F!important;
    color:#fff;
    font-weight: 400;
}
.shop_box table tr th:first-child{
    border-right: 1px solid #fff;
}
.shop_box table tr td:first-child{
    border-right: 1px solid #DFDFDF;
}
.shop_box table tr td:first-child{
    padding-left: 0.5em;
    text-align: left
}
.shop_box table tr td{
    text-align: center;
}
@media screen and (min-width: 1001px) and (max-width: 1350px){
    .shop_box{
        width:400px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
    .shop_box{
        width:100%;
    }
}
@media screen and (max-width: 767px){
    .shop_box p{
        font-size:3.25vw;
    }
    .shop_box{
        margin-bottom: 6vw;
    }
    .shop_box table{
        font-size:3vw;
    }
}

/*モーダル地図*/
.modal_map{
    text-align: center;
    margin: 20px;
}
.modal_map img{
    width:50%;
}
.print_pdf{
        max-width: 300px;
    margin: 20px auto;
    line-height: 1.25em;
    text-align: center;
    border:1px solid #192259;
    padding: 0.5em;
    border-radius: 20px;
}
.print_pdf a{
    display: block;
}
@media screen and (max-width: 767px){
    .modal_map img{
        width:80%;
    }
    .print_pdf{
        font-size:16px!important;
    }
}

/*先輩社員の声*/
.voice_main_wrap{
    margin-bottom: 80px;
    background-color: #fff;
}
.voice_main{
    width:100%;
    height:880px;
    display: flex;
}
.voice_main_text{
    width: 40%;
    display: block;
}
.voice_main_text h1{
    text-align: center;
    background-color: #34408b;
    height: 216px;
}
.voice_main_text h1 img{
    width:560px;
    padding-top: 55px;
}
.main_img{
    width:60%;
    object-fit: cover;
}
.voice_text_wrap{
    width: 100%;
    height: 664px;
    background-color: #3a489e;
}
.voice_text_wrap h2{
    width:560px;
    margin: 0 auto;
    padding-top: 130px;
    text-align: left;
    color: #fff;
    font-size: 36px;
}
.voice_text_wrap div{
    width:560px;
    margin: 0 auto;
}
.syokusyu{
    font-size: 26px;
    width:325px;
    height: 36px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    margin-top: 86px;
    color: #3a489e;
}
.location{
    color:#fff;
    font-size: 36px;
    line-height: 1.4;
}
.location span{
    font-size: 26px;
}

@media screen and (min-width: 768px) and (max-width:1450px){
    .voice_main{
        height: auto;
    }
    .voice_main_text h1{
        height: auto;
    }
    .voice_main_text h1 img{
        width:35vw;
        padding: 5vw 0;
        height: auto;
    }
    .main_img{
        
    }
    .voice_text_wrap{
        padding-left: 5%;
        height: auto;
        padding-bottom: 8vw
    }
    .voice_text_wrap h2{
        padding-top: 8vw;
        font-size: 2.5vw;
    }
    .syokusyu{
        font-size: 1.75vw;
        width:22.75vw;
        height: 36px;
        line-height: 36px;
        margin-top: 6vw;
    }
    .location{
        font-size: 2.5vw;
        line-height: 1.4;
    }
    .location span{
        font-size: 1.75vw;
    }
}

@media screen and (max-width: 767px){
    .voice_main_wrap{
        margin-bottom: 6vw;
    }
    .voice_main{
        display: block;
        height: auto;
    }
    .voice_main_text{
        width:100%;
        position: relative;
    }
    .voice_main_text h1{
        width:100%;
        height: auto;
    }
    .voice_main_text h1 img{
        width:60%;
        padding: 8vw 0;
        vertical-align: bottom;
    }
    .main_img{
        width: 100%;
        vertical-align: bottom;
        
    }
    .voice_text_wrap h2{
        display: none;
    }
    .sp_h2{
        position: absolute;
        width: 100%;
        text-align: center;
        top: 52vw;
        color:#fff;
        font-size:5.75vw;
    }
    .add_brack{
        color:#333!important;
    }
    .voice_text_wrap{
        height: auto;
        padding: 8vw 0;
    }
    .voice_text_wrap div{
        width:100%;
    }
    .syokusyu{
        width:80%;
        font-size: 5vw;
        margin: 0 auto;
        border-radius: 20px;
    }
    .location, .location span{
        text-align: center;
        font-size:18px;
        line-height: 1.2;
        padding-top: 3vw
    }
}

.int_bk_gray{
    width:100%;
    background-color: #e2e4eb;
    padding: 70px 10px;
}
.int_bk_wh{
    width:100%;
    background-color: #fff;
    padding: 70px 10px;
}
.pho_txt_box, .pho_txt_box_rev{
    display: flex;
    align-items: flex-start;
    width: 1158px;
    margin: 0 auto;
}
.inc_txt_box{
    display: block;
    width:100%;
    padding-right: 25px;
}
.inc_txt_box h4, .wh_txt_box h4{
    font-size: 22px;
    color:#3a489e;
}
.inc_txt_box p, .wh_txt_box p{
    padding-top: 40px;
    font-size:16px;
    text-align: justify;
}
.pho_txt_box img{
    max-width:660px;
    width:100%;
}
.pho_txt_box_rev img{
    max-width:593px;
    width:100%;
}
.wh_txt_box{
    width:760px;
    margin: 0 auto;
}
.pho_txt_box_rev .inc_txt_box{
    padding-left: 25px;
    padding-right: 0;
}
@media screen and (min-width: 1051px) and (max-width:1425px){
    .pho_txt_box, .pho_txt_box_rev{
        width:83%;
    }
}
@media screen and (min-width: 768px)and (max-width: 1150px){
    .pho_txt_box, .pho_txt_box_rev{
        width:83%;
    }
    .int_bk_gray, .int_bk_wh{
        padding: 4vw 0;
    }
    .pho_txt_box{
        display: block;
    }
    .pho_txt_box_rev{
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .inc_txt_box{
        padding: 0;
    }
    .inc_txt_box h4, .wh_txt_box h4{
        text-align: center;
        line-height: 1.6;
    }
    .inc_txt_box p, .wh_txt_box p{
        width:90%;
        margin: 0 auto;
        padding: 3vw 0
    }
    .pho_txt_box img, .pho_txt_box_rev img{
        width:90%;
        margin: 0 5%;
    }
    .pho_txt_box_rev .inc_txt_box{
        padding: 0;
    }
    .wh_txt_box{
        width:83%;
    }
}
@media screen and (max-width: 767px){
    .pho_txt_box, .pho_txt_box_rev{
        width:100%;
    }
    .int_bk_gray, .int_bk_wh{
        padding: 4vw 0;
    }
    .pho_txt_box{
        display: block;
    }
    .pho_txt_box_rev{
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .inc_txt_box{
        padding: 0;
    }
    .inc_txt_box h4, .wh_txt_box h4{
        text-align: center;
        line-height: 1.6;
    }
    .inc_txt_box p, .wh_txt_box p{
        width:90%;
        margin: 0 auto;
        padding: 3vw 0
    }
    .pho_txt_box img, .pho_txt_box_rev img{
        width:90%;
        margin: 0 5%;
    }
    .pho_txt_box_rev .inc_txt_box{
        padding: 0;
    }
    .wh_txt_box{
        width:100%;
    }
}

.int_qa_sec{
    width: 100%;
    background-color: #3a489e;
    padding: 70px 0;
}
.int_qa_wrap{
    max-width:1158px;
    width:100%;
    margin: 0 auto;
}
.int_ques{
    width:860px;
    background-color: #0194f9;
    height: 100px;
    padding-left: 58px;
}
.int_ques h4{
    font-size: 28px;
    font-weight: 500;
    color:#fff;
    text-align: left;
    line-height: 100px;
}
.int_ques img{
    width:70px;
    float: left;
    margin: 10px 20px 0 16px;
}
.int_ques.-sales{
    width:600px;
}
.int_ans_box{
    max-width:1100px;
    width:100%;
    margin-top: 40px;
    margin-left: 58px;
    display: flex;
    background-color: #fff;
    align-items: flex-start;
}
.int_ans_box div{
    display: flex;
    max-width:635px;
    width:100%;
    padding: 1em;
    margin-top: 50px;
    align-items: flex-start
}
.int_ans_box div p{
    text-align: justify;
    font-size: 16px;
}
.int_ans_box div img{
    width:70px;
    margin-right: 10px;
    padding-top: 0.5em;
}
.int_ans_box img{
    width:465px;
}
@media screen and (max-width: 1150px) and (min-width: 768px){
    .int_ans_box{
        margin-left: 0;
        width:95%;
    }
    .int_ques{
        padding-left: 0;
        width:800px
    }
}
@media screen and (max-width: 767px){
    .int_qa_sec{
        padding: 6vw 0;
    }
    .int_qa_wrap{
        width:90%;
    }
    .int_ques{
        width:100%;
        height: auto;
        padding: 0.5em 0 0.5em 1em;
    }
    .int_ques img{
        margin: 0;
        padding-right: 10px;
    }
    .int_ques h4{
        text-align: left;
        line-height: 1.8;
        padding:0;
        font-size: 18px;
    }
    .int_ques.-sales {
        width:100%;
        height: 91px;
    }
    .int_ques.-sales h4{
        line-height: 80px;
        font-size: 18px;
    }
    .int_ans_box{
        width:100%;
        display: block;
        margin: 6vw auto 0
    }
    .int_ans_box div img{
        margin: 0 10px 0 0;
    }
    .int_ans_box img{
        width:90%;
        margin: 0 5% 3%;
    }
}
@media screen and (min-width: 1025px){
    .header-nav-btns{
        display: none;
    }
}

/*印刷禁止*/
@media print {
    body { display: none }
}

/*画像長押し禁止*/
img{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*ドラッグ禁止*/
img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

/*ハンバーメニュー展開時スクロール禁止*/
body.scroll_none{
    overflow: hidden;
    position: fixed;
}

@media (max-width:1024px){
    .header-nav-list__item{
        -webkit-tap-highlight-color: transparent;
    }
}


/*保守作業　追記css*/
/*募集一覧　追記*/
.recruitment_center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
/*募集一覧　連絡先*/
table.c-table.-contact {
  border: 0 !important;
}
table.c-table.-contact th {
  font-weight: normal;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
table.c-table.-contact td{
  border: none;
  padding: 0;
  vertical-align: top;
}
table.c-table.-contact tr {
  border: none;
}
.c-list.-note.-recruit > li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .c-list.-note.-recruit > li {
    font-size: 14px;
  }
}

/*202411追加*/
@media screen and (min-width: 1025px){
    .mt60pc{
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width:1025px){
    .jobs_bg{
        background: linear-gradient(#34408b 0%, #34408b 18%, #fff 18%, #fff 100%); 
    }
    .jobs_movie{
       width:70%;
       margin-bottom:30px;
    }
}

.welfare_movie_wrap{
    max-width:1158px;
    width:100%;
    margin: 0 auto;
    padding-bottom: 58px;
}
.welfare_movie_box{
    display: block;
    max-width:660px;
    width:100%;
    margin: 0 auto;
}
.welfare_movie_wrap h4{
    font-size: 26px;
    padding-bottom: 35px;
    text-align: center;
    line-height: 0.75em;
}
@media screen and (min-width: 1025px) and (max-width:1425px){
    .welfare_movie_wrap{
        width:83%;
    }
}
@media (max-width: 1024px){
    .welfare_movie_wrap{
        width:90%;
        display: block;
        padding-bottom: 6vw
    }
    
    .welfare_movie_wrap h4{
        font-size: 23px;
        text-align: center;
        line-height: 1.25em;
        padding-bottom: 3vw;
    }
}

/*202507追加*/
.add_message{
    padding: 80px 0;
}
.top_message{
    text-align: center;
}
.top_message img{
    width:790px;
}
@media screen and (min-width: 768px) and (max-width:1000px){
    .top_message img{
        width:55vw;
    }
}
@media (max-width: 768px){
    .add_message{
        padding: 30px 0;
    }
    .top_message img{
        width:50vw;
    }
}
/*動画*/
@media screen and (min-width: 1025px){
   .message_movie{
       width:750px;
       margin: 50px auto 0;
    } 
}
.message_movie h3{
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    color:#3a489e;
    margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width:1025px){
    .message_movie{
       width:70%;
        margin: 30px auto 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1425px){
    .message_movie h3{
        margin-top: 2.25vw;
        font-size:2vw;
    }
}

@media screen and (max-width: 767px){
    .message_movie h3{
        font-size:20px!important;
        margin-top: 2.75vw
    }
    .message_movie{
        width:100%;
    }
    .message_movie img{
        width:80%;
        margin: 0 auto;
    }
}