@charset "UTF-8";
.qa__container, .results__container, .support__container, .step__container, .schedule__container, .detail__container, .breadcrumbs__container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .qa__container, .results__container, .support__container, .step__container, .schedule__container, .detail__container, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.qa__answer, .results-program__note, .results-program__content-text, .support-point__text, .step__text, .schedule__content-text, .detail__text, .detail__note, .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .qa__answer, .results-program__note, .results-program__content-text, .support-point__text, .step__text, .schedule__content-text, .detail__text, .detail__note, .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .qa__answer, .results-program__note, .results-program__content-text, .support-point__text, .step__text, .schedule__content-text, .detail__text, .detail__note, .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
    font-size: 3.7333333333vw;
  }
}

.results-header__subtitle, .support-header__subtitle, .step-header__subtitle, .schedule-header__subtitle, .detail-header__subtitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #fff;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .results-header__subtitle, .support-header__subtitle, .step-header__subtitle, .schedule-header__subtitle, .detail-header__subtitle {
    font-size: 1.4rem;
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .results-header__subtitle, .support-header__subtitle, .step-header__subtitle, .schedule-header__subtitle, .detail-header__subtitle {
    font-size: 3.7333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.results-header__subtitle-icon, .support-header__subtitle-icon, .step-header__subtitle-icon, .schedule-header__subtitle-icon, .detail-header__subtitle-icon {
  display: inline-flex;
  position: absolute;
  top: 54%;
  left: 12px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: rgba(7, 36, 59, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .results-header__subtitle-icon, .support-header__subtitle-icon, .step-header__subtitle-icon, .schedule-header__subtitle-icon, .detail-header__subtitle-icon {
    left: 9px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .results-header__subtitle-icon, .support-header__subtitle-icon, .step-header__subtitle-icon, .schedule-header__subtitle-icon, .detail-header__subtitle-icon {
    left: 2.4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.results-header__subtitle-icon::before, .support-header__subtitle-icon::before, .step-header__subtitle-icon::before, .schedule-header__subtitle-icon::before, .detail-header__subtitle-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #07243b;
  content: "";
}
@media screen and (max-width: 768px) {
  .results-header__subtitle-icon::before, .support-header__subtitle-icon::before, .step-header__subtitle-icon::before, .schedule-header__subtitle-icon::before, .detail-header__subtitle-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .results-header__subtitle-icon::before, .support-header__subtitle-icon::before, .step-header__subtitle-icon::before, .schedule-header__subtitle-icon::before, .detail-header__subtitle-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.results-header__subtitle-inner, .support-header__subtitle-inner, .step-header__subtitle-inner, .schedule-header__subtitle-inner, .detail-header__subtitle-inner {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  padding-right: 40px;
  background-color: #fff;
  vertical-align: middle;
  /* Safari用の古い記述（念のため） */
  /* 標準の記述 */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .results-header__subtitle-inner, .support-header__subtitle-inner, .step-header__subtitle-inner, .schedule-header__subtitle-inner, .detail-header__subtitle-inner {
    padding-left: 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 375px) {
  .results-header__subtitle-inner, .support-header__subtitle-inner, .step-header__subtitle-inner, .schedule-header__subtitle-inner, .detail-header__subtitle-inner {
    margin-bottom: -0.5333333333vw;
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-left: 8vw;
    padding-right: 9.3333333333vw;
  }
}
.results-header__inner, .support-header__inner, .step-header__inner, .schedule-header__inner, .detail-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .results-header__inner, .support-header__inner, .step-header__inner, .schedule-header__inner, .detail-header__inner {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .results-header__inner, .support-header__inner, .step-header__inner, .schedule-header__inner, .detail-header__inner {
    margin-top: 5.3333333333vw;
  }
}
.results-header__title, .support-header__title, .step-header__title, .schedule-header__title, .detail-header__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .results-header__title, .support-header__title, .step-header__title, .schedule-header__title, .detail-header__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .results-header__title, .support-header__title, .step-header__title, .schedule-header__title, .detail-header__title {
    text-align: center;
    font-size: 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 375px) {
  .results-header__title, .support-header__title, .step-header__title, .schedule-header__title, .detail-header__title {
    font-size: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.results-header__title--emphasis, .support-header__title--emphasis, .step-header__title--emphasis, .schedule-header__title--emphasis, .detail-header__title--emphasis {
  color: #f8e51f;
}
.results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 1140px) {
  .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .results-header__text, .support-header__text, .step-header__text, .schedule-header__text, .detail-header__text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.qa__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .qa__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .qa__title {
    font-size: 8vw;
  }
}
.qa__title--en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qa__title--en {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title--en {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.qa__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qa__title-icon {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title-icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.6666666667vw;
  }
}
.qa__title-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .qa__title-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.schedule__title, .detail__title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .schedule__title, .detail__title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__title, .detail__title {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.kv--program, .kv {
  position: relative;
  background-image: url(/assets/img/common/sub_kv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #517fea;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv--program, .kv {
    background-image: url(/assets/img/common/sub_kv_bg_sp.jpg);
  }
}

.kv__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv__container {
    min-height: 124px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .kv__container {
    min-height: 33.0666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.kv__item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .kv__item {
    width: 100%;
  }
}
.kv__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 100%;
  background-image: url(/assets/img/common/sub_kv_item-01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::before {
    left: -260px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::before {
    left: -75px;
    width: 180px;
    height: 72px;
    background-size: contain;
    background-position-x: 0;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::before {
    left: -20vw;
    width: 48vw;
    height: 19.2vw;
  }
}
.kv__item::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 4.9479166667%;
  width: 350px;
  height: 100%;
  background-image: url(/assets/img/common/sub_kv_item-02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::after {
    right: -145px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::after {
    bottom: -5px;
    right: -15px;
    width: 140px;
    height: 72px;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::after {
    bottom: -1.3333333333vw;
    right: -4vw;
    width: 37.3333333333vw;
    height: 19.2vw;
  }
}
.kv__title {
  font-size: 3.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv__title {
    font-size: 5.3333333333vw;
  }
}
.kv__subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .kv__subtitle {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .kv__subtitle {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.kv--program .kv__container {
  flex-direction: column;
}
@media screen and (max-width: 1140px) {
  .kv--program .kv__item::before, .kv--program .kv__item::after {
    content: none;
  }
}
.kv--program .kv__title {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .kv--program .kv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv--program .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv--program .kv__title {
    font-size: 5.3333333333vw;
  }
}

.breadcrumbs__text, .breadcrumbs__link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.8333333333;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__text, .breadcrumbs__link {
    font-size: 3.2vw;
  }
}

.breadcrumbs__container {
  padding-top: 2px;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__container {
    padding-top: 0.5333333333vw;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 9.3333333333vw;
  }
}
.breadcrumbs__item + .breadcrumbs__item::before {
  display: block;
  position: absolute;
  top: 52%;
  left: -17px;
  transform: translateY(-50%);
  background-image: url(/assets/img/common/breadcrumbs_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -23px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -6.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.breadcrumbs__link {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

.detail__container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .detail__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .detail__container {
    padding-top: 16vw;
  }
}
.detail-header__inner {
  justify-content: center;
}
.detail__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail__content {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .detail__content {
    margin-top: 5.3333333333vw;
  }
}
.detail__content-img {
  width: 45.4545454545%;
}
@media screen and (max-width: 768px) {
  .detail__content-img {
    width: 100%;
  }
}
.detail__content-body {
  width: 47.2727272727%;
}
@media screen and (max-width: 768px) {
  .detail__content-body {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .detail__content-body {
    margin-top: 8vw;
  }
}
.detail__list {
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .detail__list {
    margin-top: 5.3333333333vw;
  }
}
.detail__item {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-bottom: 7px;
  padding-left: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .detail__item {
    font-size: 1.6rem;
    padding-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .detail__item {
    font-size: 4.2666666667vw;
    padding-bottom: 1.8666666667vw;
    padding-left: 9.3333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.detail__item + .detail__item {
  margin-top: 7px;
}
@media screen and (max-width: 375px) {
  .detail__item + .detail__item {
    margin-top: 1.8666666667vw;
  }
}
.detail__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  color: #f8e51f;
  content: "✓";
}
@media screen and (max-width: 375px) {
  .detail__item::before {
    left: 2.6666666667vw;
  }
}
.detail__note {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 375px) {
  .detail__note {
    margin-top: 5.3333333333vw;
  }
}

.schedule__content--03, .schedule__content--02, .schedule__content--01 {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 120px;
  border-left: 15px solid #f8e51f;
}
@media screen and (max-width: 768px) {
  .schedule__content--03, .schedule__content--02, .schedule__content--01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 90px;
    padding-right: 10px;
    border-left-width: 10px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__content--03, .schedule__content--02, .schedule__content--01 {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    padding-left: 24vw;
    padding-right: 2.6666666667vw;
    border-left-width: 2.6666666667vw;
  }
}

.schedule__content--03::before, .schedule__content--02::before, .schedule__content--01::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
@media screen and (max-width: 768px) {
  .schedule__content--03::before, .schedule__content--02::before, .schedule__content--01::before {
    left: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__content--03::before, .schedule__content--02::before, .schedule__content--01::before {
    left: 5.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.schedule__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__container {
    padding-top: 26.6666666667vw;
  }
}
.schedule-header__inner {
  justify-content: center;
}
.schedule__list {
  max-width: 600px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .schedule__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__list {
    margin-top: 5.3333333333vw;
  }
}
.schedule__item {
  position: relative;
  border: 1px solid #fff;
}
.schedule__item + .schedule__item {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__item + .schedule__item {
    margin-top: 4vw;
  }
}
.schedule__item + .schedule__item::before {
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: "";
}
@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item::before {
    top: -17px;
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__item + .schedule__item::before {
    top: -4.5333333333vw;
    border-top-width: 5.3333333333vw;
    border-left-width: 5.3333333333vw;
    border-right-width: 5.3333333333vw;
  }
}
.schedule__content--01::before {
  background-image: url(/assets/img/about/schedule_icon-01.png);
}
.schedule__content--02::before {
  background-image: url(/assets/img/about/schedule_icon-02.png);
}
.schedule__content--03::before {
  background-image: url(/assets/img/about/schedule_icon-03.png);
}
.schedule__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .schedule__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .schedule__content-title {
    font-size: 4.8vw;
  }
}
.schedule__content-text {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 375px) {
  .schedule__content-text {
    margin-top: 2.6666666667vw;
  }
}

.step__subtitle--03, .step__subtitle--02, .step__subtitle--01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1140px) {
  .step__subtitle--03, .step__subtitle--02, .step__subtitle--01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .step__subtitle--03, .step__subtitle--02, .step__subtitle--01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .step__subtitle--03, .step__subtitle--02, .step__subtitle--01 {
    font-size: 4.8vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.5333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.step__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .step__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .step__container {
    padding-top: 26.6666666667vw;
  }
}
.step__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .step__list {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .step__list {
    margin-top: 5.3333333333vw;
  }
}
.step__list::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #3B48E6 0%, #3B48E6 33.3333%, #7037ef 66.6666%, #9e50d6 100%);
  content: "";
}
@media screen and (max-width: 768px) {
  .step__list::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #3B48E6 0%, #3B48E6 33.3333%, #7037ef 66.6666%, #9e50d6 100%);
  }
}
@media screen and (max-width: 375px) {
  .step__list::after {
    width: 2.6666666667vw;
  }
}
.step__item {
  width: 29.0909090909%;
}
@media screen and (max-width: 768px) {
  .step__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .step__item + .step__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .step__item + .step__item {
    margin-top: 8vw;
  }
}
.step__content {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .step__content {
    border-radius: 2.6666666667vw;
  }
}
.step__subtitle--01 {
  background-color: #3b48e6;
}
.step__subtitle--02 {
  background-color: #7037ef;
}
.step__subtitle--03 {
  background-color: #9e50d6;
}
.step__num {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 45px;
}
@media screen and (max-width: 1140px) {
  .step__num {
    bottom: 8px;
    left: 10px;
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .step__num {
    bottom: 1px;
    left: 15px;
    width: 39px;
  }
}
@media screen and (max-width: 375px) {
  .step__num {
    bottom: 0.2666666667vw;
    left: 4vw;
    width: 10.4vw;
  }
}
.step__inner {
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .step__inner {
    padding: 15px 15px 20px;
  }
}
@media screen and (max-width: 375px) {
  .step__inner {
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.step__text {
  letter-spacing: 0;
  color: #07243b;
}

.support__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .support__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .support__container {
    padding-top: 26.6666666667vw;
  }
}
.support-point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 830px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
  background-color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .support-point {
    margin-top: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .support-point {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    border-radius: 1.6vw;
  }
}
.support-point__main {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .support-point__main {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .support-point__main {
    font-size: 5.3333333333vw;
  }
}
.support-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  min-width: 80px;
  height: 27px;
  margin-right: 10px;
  border-radius: 24px;
  background-color: #f8e51f;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .support-point__icon {
    font-size: 1.2rem;
    min-width: 60px;
    height: 25px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .support-point__icon {
    font-size: 3.2vw;
    min-width: 16vw;
    height: 6.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.support-point__text {
  letter-spacing: 0;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .support-point__text {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .support-point__text {
    margin-top: 1.3333333333vw;
  }
}
.support-point__text--large {
  display: inline-block;
  font-size: 2rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .support-point__text--large {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .support-point__text--large {
    font-size: 4.8vw;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support__content {
    display: flex;
    justify-content: center;
  }
}
.support__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 930px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .support__list {
    max-width: 335px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .support__list {
    max-width: 89.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.support__item {
  width: 28.4946236559%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .support__item {
    width: 50%;
    padding-top: 20px;
  }
}
.support__text {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 25px;
}
@media screen and (max-width: 1140px) {
  .support__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .support__text {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .support__text {
    font-size: 3.7333333333vw;
    padding-left: 4vw;
  }
}
.support__text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f8e51f;
  content: "✓";
}

.results__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .results__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .results__container {
    padding-top: 26.6666666667vw;
  }
}
.results__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1140px) {
  .results__list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .results__list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .results__list {
    margin-top: 2.6666666667vw;
  }
}
.results__item {
  max-width: 280px;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .results__item {
    max-width: 47.7611940299%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .results__item {
    padding-top: 5.3333333333vw;
  }
}
.results__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .results__content {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 375px) {
  .results__content {
    padding: 5.3333333333vw 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.results__content-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .results__content-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .results__content-text {
    font-size: 4.2666666667vw;
  }
}
.results__content-text--emphasis {
  display: block;
  color: #3b48e6;
}
.results__content-text--large {
  display: inline-block;
  font-size: 5rem;
  font-weight: 900;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .results__content-text--large {
    font-size: 3rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .results__content-text--large {
    font-size: 8vw;
    margin-top: 2.6666666667vw;
  }
}
.results-program {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .results-program {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .results-program {
    margin-top: 10.6666666667vw;
  }
}
.results-program__title {
  display: flex;
  justify-content: center;
}
.results-program__title-inner {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  border-radius: 6px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #f8e51f;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .results-program__title-inner {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .results-program__title-inner {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
    padding-top: 2.4vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.results-program__note {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .results-program__note {
    display: flex;
    justify-content: center;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 375px) {
  .results-program__note {
    margin-top: 5.3333333333vw;
  }
}
.results-program__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 375px) {
  .results-program__list {
    margin-top: 2.6666666667vw;
  }
}
.results-program__item {
  width: 49.0909090909%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .results-program__item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .results-program__item {
    padding-top: 5.3333333333vw;
  }
}
.results-program__content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  background-color: #264154;
}
@media screen and (max-width: 768px) {
  .results-program__content {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .results-program__content {
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
.results-program__content-img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .results-program__content-img {
    width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .results-program__content-img {
    width: 26.6666666667vw;
  }
}
.results-program__content-body {
  width: 70%;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .results-program__content-body {
    width: calc(100% - 120px);
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .results-program__content-body {
    width: calc(100% - 32vw);
  }
}
.results-program__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .results-program__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .results-program__content-title {
    font-size: 4.8vw;
  }
}
.results-program__content-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .results-program__content-text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .results-program__content-text {
    margin-top: 1.3333333333vw;
  }
}

.qa__container {
  padding-top: 200px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .qa__container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .qa__container {
    padding-top: 32vw;
    padding-bottom: 26.6666666667vw;
  }
}
.qa__list {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .qa__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .qa__list {
    margin-top: 8vw;
  }
}
.qa__item + .qa__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .qa__item + .qa__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .qa__item + .qa__item {
    margin-top: 5.3333333333vw;
  }
}
.qa__content {
  padding: 30px 30px 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .qa__content {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .qa__content {
    padding: 4vw;
  }
}
.qa__question {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666666667;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 10px;
  border-bottom: 1px solid #3b48e6;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .qa__question {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__question {
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.qa__icon {
  position: absolute;
  top: -3px;
  left: 10px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.1935483871;
}
@media screen and (max-width: 768px) {
  .qa__icon {
    top: -5px;
    left: 5px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .qa__icon {
    top: -1.3333333333vw;
    left: 1.3333333333vw;
    font-size: 7.4666666667vw;
  }
}
.qa__answer {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .qa__answer {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__answer {
    padding-top: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}