@charset "UTF-8";
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body.is-footer-sns-fixed {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.is-footer-sns-fixed {
    padding-bottom: 67px;
  }
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

.l-inner {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width:1023px) {
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-button {
  width: 362px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-radius: 8.5px;
  letter-spacing: -0.884px;
  font-size: 29.474px;
  background: #FFF;
  color: #DB3E22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 342px;
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}

.c-button--red {
  background: #F94A0B;
  color: #FFFFFF;
  width: 240px;
  height: 53px;
  font-weight: 900;
  font-size: 19.53px;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .c-button--red {
    width: 126px;
    height: 25.5px;
    border-radius: 2.6px;
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  .c-button--red .c-button-icon {
    width: 6px;
    height: 18px;
  }
  .c-button--red .c-button-icon img {
    vertical-align: middle;
  }
}

.c-button-text-sub {
  font-size: 20px;
}

.c-button-text--line {
  color: #04B44C;
}

.c-button-icon-line {
  width: 47px;
  height: 47px;
}

.c-button-icon {
  width: 11px;
  height: 16px;
}
.c-button-icon img {
  vertical-align: top;
}

.c-label {
  background: #DB3E22;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #FFFFFF;
  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: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding-inline: 14px;
  padding-block: 2px;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}

.c-label--red {
  background: #F94A0B;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #FFFFFF;
  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: 25px;
  width: 150px;
  border-radius: 50px;
  padding-inline: 14px;
  padding-block: 2px;
}
@media screen and (max-width: 767px) {
  .c-label--red {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}

.c-label--green {
  width: 179px;
  height: 34px;
  background: #079595;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-label__icon {
  width: 10px;
  height: 18px;
}
.c-label__icon img {
  vertical-align: top;
}

.c-label__icon-cta {
  width: 14px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .c-label__icon-cta {
    width: 10px;
    height: 18px;
  }
}

.c-label--case {
  background: #079595;
}

.c-h2-title {
  color: #DB3E22;
  font-size: 40px;
  letter-spacing: -1.2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-h2-title {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}

.c-h2-title-sub {
  color: #7e7e7e !important;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .c-h2-title-sub {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.header__inner {
  height: 84px;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 25px;
  background: #DB3E22;
  color: #FFFFFF;
  letter-spacing: -0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
    padding-left: 17px;
  }
}

.header__logo {
  padding-top: 16px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding-top: 14px;
  }
}

.header__logo-text-sub {
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__logo-text-sub {
    font-size: 9px;
  }
}

.header__logo-text-main {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__logo-text-main {
    font-size: 18px;
  }
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-lists {
  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;
  gap: 32px;
  padding-right: 31px;
}
@media screen and (max-width: 1200px) {
  .header__nav-lists {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .header__nav-lists {
    gap: 20px;
    padding-right: 15px;
  }
}

.header__nav-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header__nav-item-icon img {
  width: 14px;
  height: 20px;
}

.header__nav-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;
}
@media screen and (max-width: 1200px) {
  .header__nav-button {
    display: none;
  }
}

.header__nav-button--line {
  width: 86px;
  height: 100%;
  background: #04B44C;
}

.header__nav-button-link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-image {
  width: 36px;
  height: 36px;
}
.header__nav-button--register {
  font-size: 18px;
  letter-spacing: -0.54px;
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #009DFF 0%, #04308F 100%);
}

.drawer-icon {
  width: 84px;
  height: 84px;
  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;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 11px;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1)::before {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: relative;
  display: block;
  background: #FFFFFF;
  width: 30px;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .drawer-icon__bar {
    width: 30px;
    height: 3px;
  }
}

.drawer-contents {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  background: #DB3E22;
  color: #FFFFFF;
  z-index: 1001;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-top: solid 1px #FFFFFF;
}
@media screen and (max-width: 767px) {
  .drawer-contents {
    top: 60px;
  }
}
.drawer-contents.is-checked {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.drawer-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  text-align: center;
  margin-top: 38px;
}

.drawer-menu-item-text {
  font-size: 18px;
  letter-spacing: -0.54px;
}
.drawer-menu-item-text--small {
  line-height: 150%;
  letter-spacing: -0.45px;
}

.drawer-menu-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 64px;
}

.drawer-menu-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;
  text-align: center;
}

.drawer-menu-button--line {
  width: 86px;
  height: 100%;
  background: #04B44C;
  width: 127px;
  font-size: 12px;
}

.drawer-line-image {
  width: 27px;
  height: 27px;
  margin-inline: auto;
}

.drawer-menu-button--register {
  width: 198px;
  font-size: 18px;
  letter-spacing: -0.54px;
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #009DFF 0%, #04308F 100%);
}

.drawer-menu-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.drawer-menu-item-icon img {
  width: 14px;
  height: 20px;
}

.main-visual {
  background-color: black;
}

.main-visual__inner {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    top: 60px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .main-visual__inner {
    top: 24px;
  }
}

.cta {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #009DFF 0%, #04308F 100%);
}

.cta__inner {
  color: #FFFFFF;
  padding-top: 68px;
  padding-bottom: 35px;
  padding-inline: 16px;
}

.cta__inner--2 {
  padding-top: 31px;
  padding-bottom: 36px;
}

.cta__text {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cta__text {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.cta__text--faq {
  font-size: 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cta__text--faq {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.cta__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .cta__button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}

.cta__button-box {
  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;
  gap: 9px;
}

.cta__button-box-text {
  font-size: 18px;
  line-height: 160%; /* 28.8px */
  text-transform: uppercase;
}

.cta__button-box-button--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .cta__button-box-button--1 {
    padding-left: 30px;
    gap: 20px;
  }
}

.cta__button-box-button--1--container {
  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;
}
.cta__button-box-button--1--container .c-button-text {
  line-height: 1;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cta__button-box-button--1--container .c-button-text {
    font-size: 24px;
  }
}

.c-button-icon-line {
  width: 47px;
  height: 47px;
}

.p-card {
  width: 361px;
  height: 333px;
  background-color: #FFFFFF;
  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;
  padding-top: 5px;
  padding-inline: 24px;
  padding-bottom: 29px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: 342px;
    height: 316px;
    gap: 6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card {
    width: 320px;
    height: 316px;
  }
}

.p-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.p-card__title-number {
  background: -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
  background: linear-gradient(90deg, #009DFF 0%, #04308F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -2.48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-card__title-number {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card__title-number {
    font-size: 50px;
    letter-spacing: -2px;
  }
}

.p-card__title-text {
  color: #232A78;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.75px;
}
.p-card__title-text--red {
  color: #DB3E22;
}
@media screen and (max-width: 767px) {
  .p-card__title-text {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card__title-text {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.p-card__title-text--small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-card__title-text--small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card__title-text--small {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}

.p-card-icon {
  width: 94px;
  height: auto;
}
.p-card-icon--2 {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .p-card-icon--2 {
    width: 136px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card-icon--2 {
    width: 136px;
  }
}
.p-card__description {
  color: #000;
  font-size: 18px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-card__description {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card__description {
    font-size: 16px;
  }
}
.p-card__description--mt {
  margin-top: 0px;
}

.p-card__title-text--green {
  color: #079595;
}

.p-card-type2 {
  width: 543px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding-left: 44px;
  padding-right: 34px;
  padding-top: 28px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-card-type2 {
    width: 340px;
    height: 348px;
    padding-inline: 19px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-card-type2 {
    width: 500px;
  }
}

.p-card-type2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-card-type2-item-text {
  font-weight: 500;
  letter-spacing: -0.48px;
}

.p-card-type2-line {
  width: 100%;
  height: 1px;
  background: #DB3E22;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-card-type2-line {
    margin-top: -2px;
  }
}

.p-card-type2-description {
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-card-type2-description {
    margin-top: -10px;
  }
}

.u-separate {
  margin-top: 5px;
  height: 1px;
  width: 100%;
  background: #949494;
}

.u-separate-vertical {
  height: 100%;
  width: 1px;
  background: #949494;
}

@media screen and (min-width:1024px) {
  .u-hidden-pc {
    display: none;
  }
}

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

@media (min-width: 768px) and (max-width:1023px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-lh10 {
  line-height: 1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.thought {
  position: relative;
}

@media screen and (max-width: 767px) {
  .thought__inner {
    padding-inline: 16px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .thought__inner {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .thought__inner {
    padding-inline: 24px;
  }
}

.thought__bg-image-upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2134px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thought__bg-image-upper {
    width: 720px;
  }
}
.thought__bg-image-lower {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2134px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thought__bg-image-lower {
    width: 720px;
  }
}
.thought__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
  padding-bottom: 131px;
}
@media screen and (max-width: 767px) {
  .thought__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 55px;
    padding-bottom: 83px;
    gap: 46px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .thought__inner {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .thought__inner {
    gap: 30px;
  }
}

.thought__title-box {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .thought__title-box {
    text-align: center;
  }
}

.thought__title-sub {
  color: #DB3E22;
  font-family: "Noto Sans JP";
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.81px;
}
@media screen and (max-width: 767px) {
  .thought__title-sub {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.thought__title {
  color: #1C4388;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .thought__title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1.02px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .thought__title {
    font-size: 39px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .thought__title {
    font-size: 39px;
    letter-spacing: -1.17px;
  }
}

.thought-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (min-width: 768px) and (max-width:1023px) {
  .thought-lists {
    max-width: 60%;
  }
}

.thought-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thought-list__icon {
  width: 30px;
  height: 27px;
}
.thought-list__text {
  font-size: 20px;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .thought-list__text {
    font-size: 16px;
    letter-spacing: -0.48px;
    max-width: 290px;
  }
}

.illustrated {
  background-image: url(../img/illustrated_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 75px;
  padding-bottom: 72px;
  height: 635px;
}
@media screen and (max-width: 767px) {
  .illustrated {
    height: 444px;
    background-image: url(../img/illustrated_bg_sp.png);
  }
}

.illustrated::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 28, 81, 0.8); /* 80% 透過 */
}

.illustrated__inner {
  position: relative;
  z-index: 1;
}

.illustrated__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 767px) {
  .illustrated__text {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.illustrated__image {
  width: 700px;
  height: auto;
  margin-inline: auto;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .illustrated__image {
    width: 348px;
    margin-top: 32px;
  }
}

.merit {
  background: #DB3E22;
  color: #FFFFFF;
  padding-top: 85px;
  padding-bottom: 100px;
}

.merit__inner {
  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;
}

.merit__title {
  font-size: 35px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

.merit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
  margin-top: 63px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .merit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .merit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice {
  background: #FFFFFF;
  padding-top: 93px;
  padding-bottom: 98px;
}

.voice__inner {
  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;
}

.voice__title {
  color: #DB3E22;
  font-size: 40px;
  letter-spacing: -1.2px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}

.voice__title-sub {
  color: #F7F7F7;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__title-sub {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.voice__container {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .voice__container {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .voice__container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .voice__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.candidate {
  background-image: url("../img/FV_PC.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
  position: relative;
  padding-top: 88px;
  padding-bottom: 37px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .candidate {
    padding-top: 60px;
    background-image: url("../img/FV_PC_sp.png");
  }
}

.candidate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 80% 透過 */
}

.candidate__inner {
  position: relative;
  z-index: 1;
  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;
  gap: 45px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .candidate__inner {
    padding-inline: 24px;
  }
}

.candidate__title {
  color: #FFFFFF;
  font-weight: 700;
}

.candidate__text-box {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .candidate__text-box {
    font-size: 16px;
  }
}

.candidate-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 3px;
  max-width: 930px;
}

.candidate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .candidate-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

.candidate-list__text {
  width: 80%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 767px) {
  .candidate-list__text {
    width: 100%;
  }
}

.candidate__description {
  width: 740px;
  height: auto;
  border-radius: 13px;
  border: 0 solid #9C9C9C;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 30px;
  padding-inline: 36px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 767px) {
  .candidate__description {
    width: 341px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 49px;
    padding-inline: 19px;
  }
}

@media screen and (max-width: 767px) {
  .candidate__description-text {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 2;
  }
}

.start {
  padding-top: 104px;
  padding-bottom: 16px;
}

.start__title {
  font-weight: 700;
}

.start__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
  row-gap: 68px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .start__container {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 9px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .start__container {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .start__container {
    padding-inline: 24px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.start__item {
  background: #F7F7F7;
  position: relative;
  width: 348px;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .start__item {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding-inline: 10px;
  }
  .start__item:nth-child(odd) {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .start__item {
    width: 330px;
  }
  .start__item:nth-child(odd) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .start__item {
    width: 300px;
    justify-self: center;
  }
}

.start__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 91px;
  background-image: url("../img/icon/icon_Polygon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .start__item::after {
    width: 12px;
    height: 45px;
    right: -18px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .start__item::after {
    right: -27px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .start__item::after {
    right: -30px;
  }
}

@media screen and (min-width:1024px) {
  .start__item:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .start__item:nth-child(2n)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .start__item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .start__item .p-card__title {
    gap: 2px;
  }
}
@media screen and (max-width: 767px) {
  .start__item .p-card__title-number {
    font-size: 22px;
    letter-spacing: -0.88px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .start__item .p-card__title-text {
    font-size: 14px;
    line-height: 211%; /* 29.54px */
    letter-spacing: -0.42px;
  }
  .start__item .p-card__title-text.u-lh12 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .start__item .p-card-icon {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .start__item .p-card__description {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}

.faq {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 60px;
  }
}

.faq__inner {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-bottom: 60px;
  }
}

.faq__title {
  font-weight: 700;
}

.faq__lists {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.faq__item {
  height: auto;
  border-radius: 10px;
  background: #F7F7F7;
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .faq__item {
    height: auto;
  }
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__question p {
  color: #063464;
  font-size: 20px;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .faq__question p {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .faq__question p {
    width: 75%;
  }
}

.faq__question-icon {
  width: 46px;
  height: 46px;
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__answer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .faq__answer p {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .faq__answer p {
    width: 75%;
  }
}

.cta--faq {
  background-image: url(../img/illustrated_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 124px;
  padding-bottom: 116px;
  height: 503px;
}
@media screen and (max-width: 767px) {
  .cta--faq {
    height: auto;
    padding-top: 15px;
    padding-bottom: 34px;
    background-image: unset;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #009DFF 0%, #04308F 100%);
  }
}
.cta--faq .cta--faq__inner {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}

.cta--faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 28, 81, 0.8); /* 80% 透過 */
}
@media screen and (max-width: 767px) {
  .cta--faq::after {
    background-color: unset;
  }
}

.news {
  padding-top: 82px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .news__inner {
    padding-inline: 24px;
  }
}

.news__title {
  font-weight: 700;
}

.news__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.news__item-date {
  color: #F94A0B;
}

.news__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-title {
  font-weight: 400;
  letter-spacing: 0;
}

.news__item-icon {
  width: 41px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .news__item-icon {
    width: 31px;
    height: 23px;
  }
}
.u-separate {
  margin-top: 5px;
}

.about {
  padding-top: 212px;
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.about__inner {
  padding-inline: 164px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about__inner {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-inline: 16px;
  }
}

.about__title {
  font-weight: 700;
}

.about__text-box {
  margin-top: 41px;
}

.about__text {
  color: #063464;
  font-size: 26px;
  letter-spacing: -0.78px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.about__description {
  font-weight: 400;
  letter-spacing: -0.48px;
  text-align: center;
  margin-top: 15px;
}

.about__information {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 32px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .about__information {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
}

.about__information-header {
  border-bottom: solid 2px #DB3E22;
  padding-bottom: 24px;
  width: 196px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .about__information-header {
    width: 180px;
  }
}

.about__information-content {
  border-bottom: solid 2px #F7F7F7;
  padding-bottom: 24px;
  padding-left: 30px;
  font-weight: 400;
}

.about__information-lists {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

.about__information-list a {
  color: #1059B9;
}

.for-school {
  width: 100%;
  background: linear-gradient(126deg, rgba(90, 160, 202, 0.1) -36.24%, rgba(208, 239, 255, 0.42) 1.38%, rgba(52, 137, 175, 0.13) 14.69%, rgba(33, 123, 170, 0.22) 14.81%, rgba(68, 149, 179, 0.48) 49.7%, rgba(2, 101, 163, 0.58) 49.71%);
  height: 476px;
}
@media screen and (max-width: 767px) {
  .for-school {
    background: linear-gradient(105deg, rgba(90, 160, 202, 0.1) -36.24%, rgba(208, 239, 255, 0.42) 1.38%, rgba(52, 137, 175, 0.13) 14.69%, rgba(33, 123, 170, 0.22) 14.81%, rgba(68, 149, 179, 0.48) 49.7%, rgba(2, 101, 163, 0.58) 49.71%);
    height: 717px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .for-school {
    background: linear-gradient(105deg, rgba(90, 160, 202, 0.1) -36.24%, rgba(208, 239, 255, 0.42) 1.38%, rgba(52, 137, 175, 0.13) 14.69%, rgba(33, 123, 170, 0.22) 14.81%, rgba(68, 149, 179, 0.48) 49.7%, rgba(2, 101, 163, 0.58) 49.71%);
    height: 870px;
  }
}

.for-school__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  gap: 87px;
}
@media screen and (max-width: 767px) {
  .for-school__inner {
    -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;
    gap: 5px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .for-school__inner {
    -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;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .for-school__inner {
    padding-inline: 24px;
    gap: 0;
  }
}

.for-school__contents {
  padding-top: 54px;
  width: 497px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .for-school__contents {
    width: 341px;
    padding-top: 28px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .for-school__contents {
    width: 341px;
    padding-top: 44px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .for-school__contents {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.for-school__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 333px;
  height: 46px;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: 2.7px;
  text-align: center;
  padding-left: 6px;
  background-image: url("../img/rectangle_green.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .for-school__text {
    width: 207px;
    height: 30px;
    font-size: 16.86px;
    letter-spacing: 1.68px;
  }
}

.for-school__title {
  color: #063464;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin-top: 28px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .for-school__title {
    font-size: 27px;
    letter-spacing: -0.81px;
    text-align: left;
    margin-top: 10px;
  }
}

.for-school__description {
  margin-top: 31px;
  color: #010101;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 767px) {
  .for-school__description {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-top: 26px;
  }
}

.for-school-button {
  background: #063464;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin-top: 22px;
  width: 299px;
  height: 66px;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .for-school-button {
    border-radius: 8.4px;
    margin-inline: auto;
    margin-top: 40px;
  }
}

.for-school-button-icon {
  width: 20px;
  height: 20px;
}
.for-school__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 565px;
  height: 440px;
  margin-top: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .for-school__image {
    width: 429px;
    height: auto;
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .for-school__image {
    width: 428px;
    height: auto;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .for-school__image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 37px;
  background: #063464;
}

.footer__inner {
  color: #FFFFFF;
}

.footer__container {
  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;
  gap: 66px;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    width: 300px;
  }
}

.footer__contents-item--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.footer__contents-item:nth-child(1) {
  margin-left: 10px;
  margin-right: 177px;
}
@media screen and (max-width: 767px) {
  .footer__contents-item:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .footer__contents-item:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .footer__contents-item:nth-child(1) {
    margin-right: 100px;
  }
}

.footer__contents-item:nth-child(2),
.footer__contents-item:nth-child(3) {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .footer__contents-item:nth-child(2),
  .footer__contents-item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .footer__contents-item:nth-child(2),
  .footer__contents-item:nth-child(3) {
    display: none;
  }
}

.footer__logo {
  margin-bottom: 14px;
}

.footer__logo-image {
  width: 240px;
  height: 76px;
  margin-bottom: 22px;
}

.footer__logo-text-sub {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.footer__logo-text-main {
  font-size: 24px;
  letter-spacing: 0;
}

.footer__contents-text {
  font-size: 14px;
  letter-spacing: -0.42px;
  display: block;
}

.telnumber {
  margin-top: 8px;
}

.footer-button {
  width: 299px;
  height: 66px;
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.footer-button-icon {
  width: 14px;
  height: 20px;
}
.footer-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  margin-top: 6px;
}

.footer-list {
  font-weight: 400;
  letter-spacing: -0.48px;
}

.footer__text {
  font-size: 12px;
  letter-spacing: -0.36px;
}

.to-top-button {
  width: 70px;
  height: 70px;
  background: #F94A0B;
  border-radius: 50%;
  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;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.to-top-button:hover {
  opacity: 0.8;
}
.to-top-button:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .to-top-button {
    width: 50px;
    height: 50px;
  }
}
.to-top-button img {
  width: 28px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .to-top-button img {
    width: 20px;
    height: 10px;
  }
}

.to-top-button.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
}

.footer__privacy-image {
  margin-top: 9px;
  width: 41px;
  height: 31px;
}

.door-header {
  height: 70px;
  width: 100%;
  max-width: 100%;
  background: #063464;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .door-header {
    height: 60px;
  }
}

.door-header__logo-link {
  height: 100%;
  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;
  gap: 10px;
}

.door-header__logo-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;
}

.door-header__logo-text-sub {
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .door-header__logo-text-sub {
    font-size: 9px;
  }
}

.door-header__logo-text-main {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .door-header__logo-text-main {
    font-size: 18px;
  }
}

.door-fv {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .door-fv {
    padding-bottom: 77px;
  }
}

.door-fv__title-sub {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .door-fv__title-sub {
    font-size: 18px;
  }
}

.door-fv__title-main {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .door-fv__title-main {
    font-size: 30px;
  }
}

.door-fv__text {
  font-size: 18px;
  letter-spacing: -0.54px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .door-fv__text {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.door-fv__image {
  width: 700px;
  height: auto;
  margin-inline: auto;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .door-fv__image {
    width: 342px;
  }
}

.door-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .door-cta__inner {
    -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;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .door-cta__inner {
    -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;
  }
}

.door-cta__box-left {
  padding-top: 53px;
  color: white;
  width: 50%;
  height: 463px;
  position: relative;
  border-right: solid 1px #fff;
  background-image: url("../img/door-cta__box-left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .door-cta__box-left {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .door-cta__box-left {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
.door-cta__box-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 46, 0, 0.78);
  z-index: 1;
}

.door-cta__box-title {
  width: 323px;
  margin-inline: auto;
  height: 47px;
  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;
  background-image: url("../img/rectangle_green.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -2.5px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .door-cta__box-title {
    width: 189px;
    font-size: 14.6px;
    letter-spacing: 1.46px;
  }
}
.door-cta__box-title--blue {
  background-image: url("../img/rectangle_blue.png");
}

.door-cta__box-text {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin-top: 82px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .door-cta__box-text {
    font-size: 18px;
    margin-top: 25px;
  }
}

.door-cta__box-button {
  width: 100%;
  height: 90px;
  background: #000;
  position: absolute;
  bottom: 0;
  color: white;
  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;
  gap: 18px;
  font-size: 23px;
  letter-spacing: 0.69px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .door-cta__box-button {
    height: 46px;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.box-button-icon {
  width: 50px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .box-button-icon {
    width: 35px;
    height: 15px;
  }
}
.box-button-icon img {
  vertical-align: top;
}

.door-cta__box-right {
  padding-top: 53px;
  color: white;
  width: 50%;
  height: 463px;
  position: relative;
  background-image: url("../img/door-cta__box-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .door-cta__box-right {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-bottom: solid 1px #fff;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .door-cta__box-right {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
}
.door-cta__box-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 71, 145, 0.76);
  z-index: 1;
}

.door-cta__box-comment {
  text-align: center;
  z-index: 2;
  position: relative;
}

.door-footer {
  background: #063464;
  color: #FFFFFF;
  padding-top: 61px;
  padding-bottom: 37px;
}

.door-footer__container {
  padding-left: 170px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .door-footer__container {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .door-footer__container {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-button {
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .footer-button {
    margin-inline: auto;
  }
}

.door-footer__text {
  text-align: center;
  margin-top: 66px;
  font-size: 12px;
  letter-spacing: 0.36px;
}

.header__contact {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .header__contact {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header__contact {
    display: none;
  }
}

.header__logo-link--edu {
  color: #063464;
}

.header__inner--education {
  background: #FFFFFF;
  color: #000;
}

.drawer-icon__bar--edu {
  background: #000;
}

.telnumber--education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  letter-spacing: -0.24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #063464;
}

.telnumber-icon {
  width: 18px;
  height: 30px;
}
.telnumber-icon img {
  vertical-align: top;
  margin-top: 5px;
}

.drawer-contents--edu {
  background: #079595;
}

.edu-main-visual {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 193px;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0.37)), linear-gradient(295.5deg, rgba(90, 160, 202, 0.13) 0%, rgba(208, 239, 255, 0.53) 28%, rgba(52, 137, 175, 0.16) 38%, rgba(33, 123, 170, 0.27) 38%, rgba(68, 149, 179, 0.6) 64%, rgba(2, 101, 163, 0.72) 64%);
  background-position: 26% center;
  background-size: 150% 100%;
}
@media screen and (max-width: 767px) {
  .edu-main-visual {
    padding-top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0.37)), linear-gradient(21.5deg, rgba(90, 160, 202, 0.13) 0%, rgba(208, 239, 255, 0.53) 28%, rgba(52, 137, 175, 0.16) 38%, rgba(33, 123, 170, 0.27) 38%, rgba(68, 149, 179, 0.6) 64%, rgba(2, 101, 163, 0.72) 64%);
    background-position: 26% 29%;
    background-size: 150% 150%;
  }
}

.edu-main-visual__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 59px;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.edu-main-visual__image {
  display: block;
}
.edu-main-visual__image--left {
  width: 626px;
  height: auto;
  margin-top: 138px;
  margin-right: -150px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__image--left {
    width: 90.6%;
    margin-inline: auto;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__image--left {
    margin-inline: auto;
    margin-top: 60px;
  }
}
.edu-main-visual__image--right {
  width: 742px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__image--right {
    margin-top: 15px;
    width: 89.6%;
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__image--right {
    margin-inline: auto;
  }
}

.edu-main-visual__cta {
  position: absolute;
  background: rgba(2, 32, 95, 0.7);
  width: 77.7777777778%;
  max-width: 1135px;
  height: 380px;
  bottom: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  color: #FFFFFF;
  padding-top: 37px;
  padding-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta {
    width: 90%;
    height: 500px;
    bottom: -330px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__cta {
    width: 90%;
  }
}

.edu-main-visual__cta-text {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__cta-text {
    font-size: 24px;
  }
}

.edu-main-visual__cta-content {
  background: rgba(255, 255, 255, 0.86);
  width: 88.5714285714%;
  max-width: 992px;
  height: 210px;
  border-radius: 15px;
  margin-inline: auto;
  margin-top: 21px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-content {
    width: 90%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__cta-content {
    width: 95%;
  }
}

.edu-main-visual__cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.edu-main-visual__cta-container::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 102px;
  background: #7E7E7E;
  left: 51%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-container::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .edu-main-visual__cta-container::after {
    display: none;
  }
}

.edu-main-visual__cta-content-title {
  color: #079595;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  padding-top: 23px;
}

.edu-main-visual__cta-content-left {
  text-align: center;
}

.edu-main-visual__cta-content-text {
  color: #063464;
  font-size: 18px;
  line-height: 1.6;
}

.telnumber--education-cta {
  font-size: 46px;
  letter-spacing: -0.46px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .telnumber--education-cta {
    font-size: 32px;
  }
}

.telnumber-icon--cta {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .telnumber-icon--cta {
    width: 25px;
    height: 25px;
  }
}
.telnumber-icon--cta img {
  margin-top: 0;
}

.edu-main-visual__cta-content-comment {
  color: #063464;
}

.edu-main-visual__cta-content-right {
  text-align: center;
}

.c-label--green-cta {
  width: 312px;
  height: 70px;
  font-size: 22px;
  letter-spacing: -0.66px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-label--green-cta {
    width: 250px;
    font-size: 18px;
    height: 50px;
  }
}

.thought__inner--edu {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .thought__inner--edu {
    margin-top: 320px;
  }
}

.thought__title-sub--edu {
  color: #079595;
}

.thought__title--edu {
  color: #063464;
}

.illustrated--edu {
  background: #EEF3FB;
}
.illustrated--edu::after {
  background-color: unset;
}

.illustrated__text--edu {
  color: #000;
}

.merit--edu {
  background: #079595;
}

.edu-main-visual__cta--merit {
  position: relative;
  bottom: 0;
  width: 100%;
  border-radius: 0;
}

.voice__title--case {
  color: #079595;
}

.candidate--supported {
  background-image: unset;
  background: #EEF3FB;
  color: #000;
}
.candidate--supported::after {
  background-color: unset;
}

.candidate__title--supported {
  color: #063464;
}

.c-label--red--supported {
  background-color: #079595;
}

.start__title--edu {
  color: #063464;
}

.faq__title--edu {
  color: #063464;
}

.edu-main-visual__cta--faq {
  height: auto;
}

.edu-main-visual__cta-text-faq {
  font-size: 45px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-text-faq {
    font-size: 26px;
  }
}

.edu-main-visual__cta-description-container {
  margin-top: 35px;
  margin-bottom: 21px;
  padding-inline: 16px;
}

.edu-main-visual__cta-description {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .edu-main-visual__cta-description {
    font-size: 16px;
  }
}

.news__title--edu {
  color: #063464;
}

.news__item-date--edu {
  color: #90C8C9;
}

.about--edu {
  padding-top: 98px;
}

.about__title--edu {
  color: #063464;
}

.about__information-header--edu {
  border-bottom: solid 2px #37618D;
}

.for-school--edu {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 40px;
  height: auto;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, right top, from(#009DFF), to(#04308F));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(90deg, #009DFF 0%, #04308F 100%);
}

.for-school__text--edu {
  background-image: url(../img/rectangle_red.png);
  color: #FFFFFF;
}

.for-school__title--edu {
  color: #FFFFFF;
}

.for-school__description--edu {
  color: #FFFFFF;
}

.for-school-button--edu {
  background-color: #DB3E22;
}

.to-top-button--edu {
  background-color: #079595;
}