@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
/*  custom  */
:root {
  --white: #fff;
  --txtColor: #333;
  --mainColor01: #123572;
  --red: #FF6700;
  --blue: #123572;
  --transition-cmn: all .3s ease;
  --header-height: 70px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-height: 65px;
  }
}

/*---------------------------------------------
 generic  class
---------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  font: inherit;
}

summary::-webkit-details-marker {
  display: none;
}

/*---------------------------------------------
 base margin
---------------------------------------------*/
header {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .header-content {
  height: var(--header-height);
  width: min(1180px, 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .logo-aeon-01 {
  width: min(220px, 23.68421vw);
}

#l-content {
  margin-bottom: 0 !important;
}

#l-container {
  padding-top: var(--header-height);
}

#l-footer {
  padding-bottom: 122px;
}

.c-text-copyright {
  border: none;
  padding: 40px 0;
}

.l-content-inner {
  width: 100%;
  margin: 0;
}

.l-footer-inner {
  display: none;
}

.c-lyt-fixcontact-01 {
  display: none;
}

.mv-wrap {
  text-align: center;
  padding: 8px;
  padding-left: 600px;
  padding-top: 40px;
  background: url(../img/bg_mv.webp) #FAF8EE no-repeat center/cover;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .mv-wrap {
    padding-left: unset;
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    text-align: center;
    aspect-ratio: 432/511;
    padding-top: 5px;
    background: url(../img/bg_mv_sp.webp) #FAF8EE no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap::after {
    background: url(../img/img_mv_cloud_sp.png) no-repeat center/auto 269px;
    height: 269px;
    inset: 0;
  }
}
.mv-wrap .mv-ttl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-ttl {
    margin-inline: 30px;
  }
}
.mv-wrap .mv-img {
  position: absolute;
  left: 3%;
  right: 0;
  bottom: -95px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-img {
    left: 5px;
    bottom: -33px;
  }
}

.inner-wrap {
  width: min(900px, 90%);
  margin-inline: auto;
}

.group-lesson-section {
  background: url(../img/bg_red.png) left top/1280px auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .group-lesson-section {
    padding: 16px 0;
  }
}
.group-lesson-section h2 {
  font-size: 2.1rem;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .group-lesson-section h2 {
    line-height: 1;
  }
}
.group-lesson-section h2 span {
  font-size: 1.4rem;
}
.group-lesson-section h2 small {
  font-size: 1.8rem;
}
.group-lesson-section p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .group-lesson-section p {
    margin-top: 10px;
  }
}
.group-lesson-section .group-price {
  position: relative;
}
.group-lesson-section .group-price::after {
  display: block;
  content: "";
  background: url(../img/img_otoku.png) center/contain;
  width: 105px;
  height: 105px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
}
@media screen and (max-width: 767px) {
  .group-lesson-section .group-price::after {
    width: 72px;
    height: 72px;
    -webkit-transform: translate(25%, -70%);
            transform: translate(25%, -70%);
  }
}
.group-lesson-section .limit {
  font-size: 1.4rem;
}
.group-lesson-section .notice-list {
  color: var(--txtColor);
  font-size: 1.2rem;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  margin-top: 0;
}
.group-lesson-section .notice-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
}
.group-lesson-section .notice-list li:before {
  content: "※";
}

.details-wrap {
  margin-top: 10px;
  border: 2px solid #fff;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
.details-wrap.faq {
  border-color: #e6f4fa;
}
.details-wrap .details-trigger {
  padding: 10px 20px;
  background-color: #123572;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 15px 1fr 15px;
  text-align: center;
}
.details-wrap .details-trigger::before {
  content: "";
}
.details-wrap .details-trigger::after {
  content: "";
  -webkit-mask: url(../img/icon_plus.svg) no-repeat center/contain;
          mask: url(../img/icon_plus.svg) no-repeat center/contain;
  background: #fff;
  height: 100%;
}
.details-wrap[open] .details-trigger::after {
  -webkit-mask-image: url(../img/icon_minus.svg);
          mask-image: url(../img/icon_minus.svg);
}
.details-wrap .details-content {
  overflow: hidden;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .details-wrap .details-content {
    padding: 15px;
  }
}

.details-wrap.faq .details-trigger {
  background: #e6f4fa;
  color: #333333;
  padding: 22px 30px;
  grid-template-columns: 35px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 1.8rem;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .details-wrap.faq .details-trigger {
    padding: 25px 15px;
    font-size: 1.6rem;
    gap: 15px;
    grid-template-columns: 30px 1fr 15px;
  }
}
.details-wrap.faq .details-trigger::before {
  background: url(../img/icon_q.svg) no-repeat center/contain;
  height: 35px;
}
.details-wrap.faq .details-trigger::after {
  background: #123572;
}
@media screen and (max-width: 767px) {
  .details-wrap.faq .details-trigger::before {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -6px;
  }
}
.details-wrap.faq .details-content {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 20px;
  padding: 20px 30px;
  font-size: 1.5rem;
}
.details-wrap.faq .details-content::before {
  content: "";
  background: url(../img/icon_a.svg) no-repeat center/contain;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .details-wrap.faq .details-content {
    padding: 25px 15px;
    gap: 15px;
    grid-template-columns: 30px 1fr;
  }
  .details-wrap.faq .details-content::before {
    margin-top: -5px;
  }
}

.fixed-contents {
  background: #bbe2f1;
  padding: 11px 6px 16px;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-contents.js-fixed-contents {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.fixed-contents.show {
  opacity: 1;
  pointer-events: all;
}
.fixed-contents .inner-wrap {
  width: min(900px, 100%);
}
.fixed-contents .ttl {
  font-size: 1.7rem;
  color: #123572;
  display: inline grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.fixed-contents .ttl::before, .fixed-contents .ttl::after {
  content: "";
  height: 90%;
  width: 2px;
  background: currentColor;
  rotate: -20deg;
}
.fixed-contents .ttl::after {
  rotate: 20deg;
}
.fixed-contents .btn-wrap {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fixed-contents .btn-wrap {
    gap: 6px;
  }
}
.fixed-contents .btn-wrap .btn::after {
  display: none;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.btn-wrap .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template: "left txt"/35px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: var(--red);
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.btn-wrap .btn.big {
  height: 80px;
  font-size: 1.8rem;
  grid-template: "left txt right"/1fr auto 1fr;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn.big {
    height: 60px;
    padding: 10px;
  }
}
.btn-wrap .btn.big::after {
  -webkit-mask: url(../img/icon_arrow_white_r.svg) no-repeat calc(100% - 10px) center;
          mask: url(../img/icon_arrow_white_r.svg) no-repeat calc(100% - 10px) center;
  background: #fff;
}
.btn-wrap .btn::before {
  content: "";
  grid-area: left;
  height: 100%;
}
.btn-wrap .btn::after {
  content: "";
  grid-area: right;
  height: 100%;
}
.btn-wrap .btn span {
  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: 8px;
}
.btn-wrap .btn span em {
  font-size: 2rem;
}
.btn-wrap .btn span small {
  font-size: 1.4rem;
}
.btn-wrap .btn.lesson::before {
  background: url(../img/icon_calendar.svg) no-repeat 5px center/25px auto;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn.lesson {
    display: grid inline;
    grid-template: "small small" "left txt"/24px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px 5px;
    padding: 8px;
  }
  .btn-wrap .btn.lesson::before {
    background-size: 18px auto;
  }
  .btn-wrap .btn.lesson span {
    display: contents;
  }
  .btn-wrap .btn.lesson span small {
    grid-area: small;
    font-size: 1.2rem;
  }
  .btn-wrap .btn.lesson span em {
    grid-area: txt;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.25;
  }
}
.btn-wrap .btn.school-btn {
  background: #fff;
  color: var(--txtColor);
}
.btn-wrap .btn.school-btn::before {
  background: url(../img/icon_search.svg) no-repeat center/25px auto;
}
.btn-wrap .btn.school-btn em {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn.school-btn {
    display: grid inline;
    grid-template: "small small" "left txt"/24px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px 5px;
    padding: 8px;
  }
  .btn-wrap .btn.school-btn::before {
    background-size: 18px auto;
  }
  .btn-wrap .btn.school-btn span {
    display: contents;
  }
  .btn-wrap .btn.school-btn span small {
    grid-area: small;
    font-size: 1.1rem;
  }
  .btn-wrap .btn.school-btn span em {
    grid-area: txt;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.25;
  }
}
.btn-wrap .btn.search {
  background: #fff;
  color: var(--red);
}
.btn-wrap .btn.search::before {
  background: url(../img/icon_search.svg) no-repeat left 20px center/24px auto;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn.search::before {
    background: url(../img/icon_search.svg) no-repeat left 10px center/24px auto;
  }
}
.btn-wrap .btn.search::after {
  background: var(--red);
}

.future-section {
  padding: 34px 0 0;
}
.future-section .inner-wrap {
  position: relative;
  width: min(900px, 100%);
}
.future-section .plus {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .future-section .plus {
    bottom: 40px;
  }
}
.future-section .more {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  text-align: center;
}
.future-section .modal-link {
  display: inline grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .future-section .modal-link {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0;
  }
}
.future-section .modal-link::after {
  content: "";
  background: url(../img/icon_modal_plus.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
}

.lesson-section {
  padding: 73px 0;
  background: url(../img/bg_lesson.png) repeat-x top;
}
@media screen and (max-width: 767px) {
  .lesson-section {
    padding: 60px 0;
  }
}
.lesson-section .inner-wrap {
  width: min(900px, 100%);
}
.lesson-section .white-box {
  width: min(1000px, 90%);
  margin-inline: auto;
  padding: 40px 50px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lesson-section .white-box {
    padding: 43px 26px 0;
  }
}
.lesson-section h2 {
  text-align: center;
}
.lesson-section hr {
  margin: 68px 0 80px;
  background: url(../img/bg_line.svg);
  border: none;
  height: 9px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lesson-section hr {
    margin: 40px -26px 52px;
    height: 6px;
    background-size: 6px auto;
  }
}
.lesson-section .img-point01 {
  text-align: center;
  margin-top: -50px;
  margin-left: -17px;
  margin-right: -20px;
  margin-bottom: -10px;
}
.lesson-section .growth-img {
  text-align: center;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .lesson-section .growth-img {
    margin: 0 -10px;
  }
}
.lesson-section .training-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson-section .training-img {
    margin-left: 8px;
    margin-right: -16px;
  }
}

.lesson-pattern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .lesson-pattern-list {
    margin-top: 20px;
  }
}
.lesson-pattern-list .slick-slide {
  margin-left: 16px;
}
.lesson-pattern-list .slick-slide img {
  width: 96px;
}

.lesson-recommend {
  width: min(900px, 94%);
  margin: 40px auto;
  display: block;
/*  grid-template-columns: 314px 1fr;*/
  padding: 12px;
  background: #FAF8EC;
  border-radius: 10px;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .lesson-recommend {
    width: calc(100% + 40px); /* 画面幅100% ＋ 親のpadding分(仮に20px×2)を足してはみ出させる */
    margin-left: -20px;       /* はみ出した分だけ左にずらす */
    margin-right: -20px;      /* はみ出した分だけ右にずらす */
    
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 56px 1fr;
    gap: 3px;
  }
}
.lesson-recommend .ttl {
  background: #fff;
  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;
  font-size: 1.8rem;
  color: var(--red);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lesson-recommend .ttl {
    border-radius: 4px;
  }
}
.lesson-recommend .ttl span {
  background: url(../img/icon_check.svg) no-repeat left 10px center;
  padding-left: 40px;
}
.lesson-recommend ul li {
  font-size: 1.7rem;
  font-weight: 500;
  display: block;
  position: relative;
  
/*  grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; */
  padding: 8px 14px;
  border-top: 2px dotted #E5DFBA;
}

@media screen and (max-width: 767px) {
  .lesson-recommend ul li {
    font-size: 1.5rem;
    padding: 8px 6px;
  }
}
.lesson-recommend ul li:first-child {
  border: none;
}

/* 箇条書きの中のテキストを「親（li）」に対して少しだけ右に寄せる */
.lesson-recommend ul li span {
  display: inline-block;
  padding-left: 20px;        /* ここで調整することで、線は端から端まで、文字は少し右から始まるようになります */
}

/*.lesson-recommend ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  left: 0;                 
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); 
}

@media screen and (max-width: 767px) {
  .lesson-recommend ul li:before {
    width: 5px;
    height: 5px;
  }
}
*/
.stepup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .stepup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-inline: auto;
    width: min(360px, 100%);
  }
}
.stepup-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 28px 38px 48px 60px;
  -webkit-mask: url(../img/bg_step.svg) no-repeat right center/auto 100%;
          mask: url(../img/bg_step.svg) no-repeat right center/auto 100%;
  position: relative;
}
.stepup-list > li:nth-child(1) {
  background: #E8F7FF;
  z-index: 10;
  padding-left: 48px;
}
.stepup-list > li:nth-child(2) {
  background: #D1EEFF;
  z-index: 9;
}
.stepup-list > li:nth-child(3) {
  background: #B2E3FF;
  -webkit-mask: none;
          mask: none;
  z-index: 8;
}
.stepup-list > li:nth-child(3) dt:after {
  content: "";
  background: url(../img/icon_accent.svg) no-repeat center/contain;
  width: 30px;
  height: 25px;
  position: absolute;
  right: -20px;
  top: -10px;
}
.stepup-list > li:not(:last-child) {
  margin-right: -37px;
}
@media screen and (max-width: 767px) {
  .stepup-list > li {
    -webkit-mask: url(../img/bg_step_sp.svg) no-repeat bottom center/100% auto;
            mask: url(../img/bg_step_sp.svg) no-repeat bottom center/100% auto;
    padding: 20px 38px 50px;
  }
  .stepup-list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: -32px;
  }
  .stepup-list > li:nth-child(1) {
    padding-left: 38px;
  }
  .stepup-list > li:nth-child(2) {
    padding-top: 48px;
    padding-left: 38px;
  }
  .stepup-list > li:nth-child(3) {
    padding-top: 48px;
    padding-left: 38px;
    padding-bottom: 30px;
  }
}
.stepup-list > li dt {
  position: relative;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
  gap: 2px;
  color: #123572;
  margin-bottom: 20px;
  width: 143px;
  padding: 2px 10px 4px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .stepup-list > li dt {
    margin-bottom: 15px;
  }
}
.stepup-list > li dt em {
  font-size: 3rem;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.stepup-list > li dd {
  line-height: 1.84;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .stepup-list > li dd {
    line-height: 1.75;
  }
}
.stepup-list > li dd em {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF500));
  background: linear-gradient(transparent 0%, #FFF500 0%);
}

.voice-box {
  margin: 130px -50px 0;
  position: relative;
  background: #38B6F8;
  padding: 56px 0 94px;
}
.voice-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-mask: url(../img/bg_line.svg) bottom/14px auto;
          mask: url(../img/bg_line.svg) bottom/14px auto;
  background: #38B6F8;
}
@media screen and (max-width: 767px) {
  .voice-box {
    margin-top: 80px;
    padding: 34px 0 50px;
  }
  .voice-box::before {
    height: 10px;
    -webkit-mask-size: 7px auto;
            mask-size: 7px auto;
  }
}
.voice-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .voice-box h3 {
    margin-bottom: 60px;
  }
}
.voice-box h3 .sub {
  padding: 3px 14px;
  font-size: 1.8rem;
  background: #123572;
  border-radius: 8px;
  position: relative;
}
.voice-box h3 .sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 14px;
  height: 14px;
  background: #123572;
}
.voice-box h3 .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.voice-box .box {
  background: #fff;
  display: grid;
  margin-inline: auto;
  grid-template: "icon name" "text text"/auto 1fr;
  border-radius: 12px;
  padding: 37px;
  gap: 17px 10px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 20px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 5px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-box .box {
    padding: 10px 30px 20px;
  }
}
.voice-box .box .icon {
  grid-area: icon;
  width: 109px;
  margin-left: -12px;
  margin-top: -80px;
}
.voice-box .box .icon img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .voice-box .box .icon {
    width: 88px;
    height: 50px;
    margin-left: -10px;
    position: relative;
    margin-top: 0;
    top: -35px;
  }
}
.voice-box .box .name {
  grid-area: name;
  align-self: center;
}
.voice-box .box .text {
  grid-area: text;
  line-height: 1.6;
  font-size: 1.5rem;
}
.voice-box .box .text em {
  color: #039FE7;
  font-weight: bold;
}
.voice-box .slider .slick-slide {
  margin-inline: 20px;
}
@media screen and (max-width: 767px) {
  .voice-box .slider .slick-slide {
    margin-inline: 10px;
  }
}
.voice-box .slider-arrows {
  display: grid;
  grid-template: "left center right"/auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 42px auto 0;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .voice-box .slider-arrows {
    margin-top: 30px;
    gap: 25px;
  }
}
.voice-box .slider-arrows .slick-prev,
.voice-box .slider-arrows .slick-next {
  height: 40px;
  width: 40px;
  background: #fff url(../img/icon_arrow.svg) no-repeat center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .voice-box .slider-arrows .slick-prev,
  .voice-box .slider-arrows .slick-next {
    width: 50px;
    height: 50px;
  }
}
.voice-box .slider-arrows .slick-prev {
  grid-area: left;
  font-size: 0;
}
.voice-box .slider-arrows .slick-next {
  grid-area: right;
  font-size: 0;
  rotate: 180deg;
}
.voice-box .slider-arrows .slick-dots {
  grid-area: center;
}
.voice-box .slick-dots li {
  width: 10px;
  height: 10px;
}
.voice-box .slick-dots li + li {
  margin-left: 20px;
}
.voice-box .slick-dots li button {
  width: inherit;
  height: inherit;
}

.hd03 {
  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;
  margin: 80px auto 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 0px
/*  background: url(../img/bg_point.svg) no-repeat bottom; */
}
@media screen and (max-width: 767px) {
  .hd03 {
    margin-top: 70px;
    margin-bottom: 10px;
  }
}
.hd03:first-child {
  margin-top: 0;
}
.hd03 .num {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hd03 .num {
    margin-bottom: 10px;
  }
}
.hd03 .sub {
  font-size: 2.2rem;
  font-weight: bold;
  grid-template-columns: auto 1fr auto;
  color: #0192E5;
  display: inline grid;
  justify-self: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .hd03 .sub {
    font-size: 1.8rem;
    justify-self: center;
  }
}
.hd03 .sub::before, .hd03 .sub::after {
  content: "";
  height: 30px;
  width: 3px;
  background: currentColor;
  rotate: -24deg;
}
.hd03 .sub::after {
  rotate: 24deg;
}
.hd03 .ttl {
  margin: 8px auto;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
 /*  padding-left: 1.5em;
  margin-left: -0.2em;
   background: url(../img/icon_ttl_check.svg) no-repeat left 0.1em center; */
}
@media screen and (max-width: 767px) {
  .hd03 .ttl {
    font-size: 2.6rem;
    /* background: url(../img/icon_ttl_check_sp.svg) no-repeat left 0.1em center; */
  }
}

.lesson-last-section .hd03 {
  padding-bottom: 0;
  background: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lesson-last-section .hd03 {
    margin-bottom: 20px;
  }
}


.lesson-last-section .sub {
  padding: 10px;
  gap: 12px;
  text-align: center;
}
.lesson-last-section .sub::before, .lesson-last-section .sub::after {
  height: 40px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .lesson-last-section .sub {
    padding: 6px;
    text-align: center;
    gap: 24px;
  }
  .lesson-last-section .sub::before, .lesson-last-section .sub::after {
    height: 50px;
  }
}

/* PC・スマホ問わず、すべての画面幅で ＼ 文字 ／ を完全に中央揃えにする */
.lesson-section.reason-section .hd03 .sub {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}



.lesson-last-section .hd03 .ttl {
  background: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: 4.4rem;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .lesson-last-section .hd03 .ttl {
    -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;
    text-align: center;
    font-size: 3rem;
    margin-top: 6px;
    gap: 6px;
  }
}
.lesson-last-section .hd03 .ttl small {
  font-size: 3.1rem;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.24em;
  padding-top: 0.3em;
  /* background-image: radial-gradient(.12em .12em at center center, var(--red), var(--red) 100%, transparent); */
  background-image: radial-gradient(0.12em 0.12em at center center, var(--red) 0%, var(--red) 99%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .lesson-last-section .hd03 .ttl small {
    font-size: 2.2rem;
  }
}

.lesson-last-text {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lesson-last-text {
    text-align: left;
  }
}

.movie-box {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .movie-box {
    margin-top: 30px;
  }
}
.movie-box .ttl {
  font-weight: bold;
}
.movie-box .ttl span {
  display: inline-block;
  padding: 8px 30px 8px 56px;
  background: #039FE7 url(../img/icon_check_white.svg) no-repeat 22px center/23px auto;
  border-radius: 6px;
  color: #fff;
  position: relative;
}
.movie-box .ttl span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: #039FE7;
  width: 17px;
  height: 12px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .movie-box .ttl span {
    padding: 6px 10px 6px 46px;
    background: #039FE7 url(../img/icon_check_white.svg) no-repeat 16px center/20px auto;
  }
}
.movie-box .movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

.lesson-last-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lesson-last-section {
    padding-bottom: 64px;
  }
}

.cv-area {
  position: relative;
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue); 
  background: #bbe2f1 url(../img/bg_line2.png) center;
}
@media screen and (max-width: 767px) {
  .cv-area {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cv-area:before {
    height: 32px;
    background-size: auto 32px;
  }
}
.cv-area .cv-area-bg {
  width: min(1000px, 100%);
  margin-inline: auto;
  background: #bbe2f1;
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .cv-area .cv-area-bg {
    padding: 42px 0;
  }
}
.cv-area .inner-wrap {
  width: min(600px, 90%);
}
@media screen and (max-width: 767px) {
  .cv-area .inner-wrap {
    width: 330px;
  }
}

.box-contact {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 196px 1fr;
  padding: 20px;
  text-align: center;
  gap: 20px;
}
.box-contact dt {
  font-weight: bold;
  color: #000;
  border-right: 2px solid #D8F2FF;
  display: grid;
  place-content: center;
  padding: 10px 0;
  font-size: 1.4rem;
}
.box-contact dd {
  display: grid;
  place-content: center;
}
.box-contact dd .tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--mainColor01);
  background: url(../img/logo_free_call.png) no-repeat left 20px center/45px auto;
  display: inline-block;
  padding: 0 0 10px 80px;
  text-align: left;
}
.box-contact dd .tel a {
  color: inherit;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .box-contact dd .tel a {
    pointer-events: all;
  }
}
.box-contact dd .note {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .box-contact {
    background: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 10px;
    margin-top: 24px;
  }
  .box-contact dt {
    padding: 0;
    color: #123572;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-contact dd {
    place-content: stretch;
  }
  .box-contact dd .tel-wrap {
    background: #fff;
    border: 2px solid #123572;
    display: grid;
    place-content: center;
    height: 60px;
    border-radius: 100px;
  }
  .box-contact dd .tel {
    background-size: 30px auto;
    background-position: left center;
    padding: 0 0 0 40px;
    font-size: 1.8rem;
  }
  .box-contact dd .note {
    margin-top: 10px;
  }
}

.reason-section {
  background: #FAF8EC;
  padding: 90px 0 90px;
}
@media screen and (max-width: 767px) {
  .reason-section {
    padding: 60px 0 70px;
  }
}
.reason-section .inner-wrap {
  width: min(1000px, 86%);
}
.reason-section h2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason-section h2 {
    margin-bottom: 26px;
  }
}
.reason-section h2 .sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 5px 10px 26px 10px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-section h2 .sub {
    font-size: 2.3rem;
    margin-right: 0;
  }
}
.reason-section h2 .sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
/*  -webkit-mask: url(../img/bg_point.svg) no-repeat bottom center/auto 20px;
          mask: url(../img/bg_point.svg) no-repeat bottom center/auto 20px; */
  background: #000;
}
.reason-section h2 .sub::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -4px;
  background: url(../img/icon_accent2.svg) no-repeat center/contain;
  width: 26px;
  height: 31px;
}
.reason-section h2 .ttl {
  font-weight: bold;
  font-size: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .reason-section h2 .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.6rem;
  }
}
.reason-section h2 .ttl em {
  background: #039FE7;
  display: inline-block;
  font-size: 5.8rem;
  line-height: 1.15;
  width: 1.15em;
  font-style: italic;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .reason-section h2 .ttl em {
    font-size: 4.7rem;
  }
}
.reason-section .reason-list {
  margin-top: 10px; /* ここを調整して持ち上げ量を決める */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list {
    margin-top: 10px; /* ここを調整して持ち上げ量を決める */
    grid-template-columns: 1fr;
  }
}
.reason-section .reason-list li .box {
  background: #eef7fc;
  padding: 24px 10px 32px;
  position: relative;
  border-radius: 6px;
  height: 260px;
  display: grid;
  grid-template-rows: auto 1fr;
  -webkit-box-shadow: 0 2px 0 #EAE8DE;
          box-shadow: 0 2px 0 #EAE8DE;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list li .box {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    height: auto;
    padding: 6px 40px 6px 42px;
    gap: 20px;
  }
}

.reason-section .reason-list li .box::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  
/*  background: url(../img/icon_modal_plus.svg) no-repeat; */
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list li .box::after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.reason-section .reason-list li .box .num {
  position: absolute;
  top: 4px;
  left: 7px;
  background: var(--red);
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2;
  width: 1.2em;
  font-style: italic;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list li .box .num {
    font-size: 2rem;
    line-height: 1.5;
    width: 1.5em;
    top: 15px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list li .box img {
    height: 90px;
    width: auto;
  }
}
.reason-section .reason-list li .box .text {
  line-height: 1.25;
  display: grid;
  place-content: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason-section .reason-list li .box .text {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.reason-section .satisfaction-img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .reason-section .satisfaction-img {
    margin-inline: -12px;
  }
}

.compare-section {
  padding: 96px 0 88px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .compare-section {
    padding: 60px 0 70px;
  }
}
.compare-section h2 {
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .compare-section h2 {
    font-size: 3.6rem;
  }
}
.compare-section h2 em {
  color: #039FE7;
}
.compare-section .lead {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .compare-section .lead {
    font-size: 1.6rem;
  }
}
.compare-section .table-wrap {
  margin-top: 40px;
}

.notice-list {
  margin-top: 24px;
  text-align: left;
  font-size: 1.2rem;
}
.notice-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
}
.notice-list li:before {
  content: "※";
}

.school-ttl {
  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;
  margin-top: 7px;
  font-size: 2.4rem;
  font-weight: bold;
  gap: 10px;
  margin-bottom: 40px;
  color: #123572;
}
@media screen and (max-width: 767px) {
  .school-ttl {
    text-align: center;
    margin-bottom: 10px;
  }
}

.school-btn-lead {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
  color: #123572;
}

.step-section {
  padding: 105px 0 146px;
}
@media screen and (max-width: 767px) {
  .step-section {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .step-section .inner-wrap {
    width: min(900px, 86%);
  }
}
.step-section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 4.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .step-section h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
.step-section .step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 30px;
}
@media screen and (max-width: 767px) {
  .step-section .step-list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.step-section .step-list li:first-child {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:first-child {
    grid-column: auto;
  }
}
.step-section .step-list li:first-child .box {
  padding: 40px 30px 50px;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:first-child .box {
    padding: 50px 40px 40px;
  }
}
.step-section .step-list li:first-child .box .ttl {
  font-size: 2.3rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:first-child .box .ttl {
    margin-bottom: 24px;
    margin-bottom: 20px;
  }
}
.step-section .step-list li:first-child .box .con {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:first-child .box .con {
    text-align: left;
  }
}
.step-section .step-list li:nth-child(2) .box {
  background: #FAF8EC url(../img/ill_step02.png) no-repeat bottom center/261px auto;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:nth-child(2) .box {
    background-size: 300px auto;
  }
}
.step-section .step-list li:nth-child(3) .box {
  background: #FAF8EC url(../img/ill_step03.png) no-repeat bottom center/270px auto;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:nth-child(3) .box {
    background-size: 300px auto;
  }
}
.step-section .step-list li:nth-child(4) .box {
  background: #FAF8EC url(../img/ill_step04.png) no-repeat bottom center/245px auto;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li:nth-child(4) .box {
    background-size: 300px auto;
  }
  .step-section .step-list li:nth-child(4) .box:after {
    display: none;
  }
}
.step-section .step-list li .box {
  background: #FAF8EC;
  border-radius: 8px;
  position: relative;
  padding: 64px 30px 172px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li .box {
    padding: 40px 40px 180px;
  }
  .step-section .step-list li .box:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 130%);
            transform: translate(-50%, 130%);
    content: "";
    background: url(../img/icon_arrow-bottom.svg) no-repeat bottom center/contain;
    width: 32px;
    height: 32px;
    display: block;
  }
}
.step-section .step-list li .box .num {
  position: absolute;
  left: -16px;
  top: -16px;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li .box .num {
    top: -35px;
  }
}
.step-section .step-list li .box .ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li .box .ttl {
    font-size: 2.3rem;
  }
}
.step-section .step-list li .box .con {
  line-height: 1.7;
}
.step-section .step-list li .box .btn-wrap {
  margin-top: 35px;
  width: min(720px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li .box .btn-wrap {
    margin-inline: -20px;
    width: auto;
  }
}
.step-section .step-list li .box .box-contact {
  width: min(720px, 100%);
  margin-inline: auto;
  grid-template-columns: 268px 1fr;
}
@media screen and (max-width: 767px) {
  .step-section .step-list li .box .box-contact {
    grid-template-columns: 1fr;
    margin-inline: -20px;
    width: auto;
  }
}
.step-section .step-list li .box .box-contact dt {
  border-color: #FAF8EC;
}

.faq-section {
  position: relative;
  padding: 120px 0 100px;
 /* border-top: 3px solid var(--blue);*/
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section:before {
    height: 32px;
    background-size: auto 32px;
  }
}
.faq-section h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #004AB5;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .faq-section h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}

.img-cv-last {
  margin-bottom: -5px;
  width: min(600px, 100%);
  margin-inline: auto;
}

.cv-area-bg:has(.img-cv-last) .inner-wrap {
  width: min(720px, 90%);
}
.cv-area-bg:has(.img-cv-last) .inner-wrap .box-contact {
  margin-top: 30px;
  grid-template-columns: 270px 1fr;
}
@media screen and (max-width: 767px) {
  .cv-area-bg:has(.img-cv-last) .inner-wrap .box-contact {
    grid-template-columns: 1fr;
  }
}
.cv-area-bg:has(.img-cv-last) .inner-wrap .box-contact dt {
  border-color: #D8F2FF;
  border-width: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .sp-only.inline {
    display: inline !important;
  }
}

.js-modal-open {
 /* cursor: pointer;*/
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0 20px;
  z-index: 1000;
  overflow-y: auto;
}
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 88%;
  width: 800px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    top: 10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.modal .modal-content .modal-body {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-body {
    padding: 34px 26px;
  }
}
.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  border: none;
  font-size: 0;
  border-radius: 50%;
  background: #000 url(../img/icon_x.svg) no-repeat center/15px auto;
  cursor: pointer;
  padding: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.modal .modal-btn-close {
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  right: 0;
  width: 300px;
  height: 50px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: grid;
  grid-template: "left txt right"/1fr auto 1fr;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--txtColor);
  background: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  gap: 5px;
  font-weight: bold;
}
.modal .modal-btn-close::before {
  content: "";
  grid-area: left;
}
.modal .modal-btn-close::after {
  grid-area: right;
  content: "";
  -webkit-mask: url(../img/icon_x.svg) no-repeat right center/14px auto;
          mask: url(../img/icon_x.svg) no-repeat right center/14px auto;
  background: #000;
  height: 100%;
}

.modal.is-open {
  display: block;
}

html:has(.is-fixed),
body.is-fixed {
  overflow: hidden;
}

.why-modal .hd {
  font-size: 2rem;
  display: grid;
  font-weight: bold;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -30px auto 10px;
}
@media screen and (max-width: 767px) {
  .why-modal .hd {
    margin-top: -10px;
  }
}
.why-modal .hd::before {
  content: "";
  background: url(../img/img_hebi.png) no-repeat center/contain;
  width: 56px;
  height: 42px;
}
.why-modal .hd span em {
  color: var(--red);
}
.why-modal .lead {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .why-modal .lead {
    text-align: left;
  }
}
.why-modal .code {
  background: #FFF0F0;
  border-radius: 10px;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .why-modal .code {
    padding: 20px;
  }
}
.why-modal .code .en {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
.why-modal .code .ja {
  margin-top: 12px;
}
.why-modal .comment {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .why-modal .comment {
    text-align: left;
  }
}

.reason-modal .modal-body {
  padding: 40px 80px;
}
.reason-modal .modal-body .hd {
  text-align: center;
}
.reason-modal .modal-body .num {
  background: #039FE7;
  display: inline-block;
  font-size: 3rem;
  line-height: 43px;
  width: 43px;
  font-style: italic;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  margin-inline: auto;
}
.reason-modal .modal-body .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 17px;
}
.reason-modal .modal-body .img-wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .reason-modal .modal-body .img-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.reason-modal .modal-body .img-wrap .img {
  text-align: center;
}
.reason-modal .modal-body .img-wrap .text {
  line-height: 1.75;
}
.reason-modal .modal-body .img-wrap .text em {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF500));
  background: linear-gradient(transparent 0%, #FFF500 0%);
}
.reason-modal .modal-body .btn-wrap {
  width: min(400px, 100%);
  margin: 32px auto 0;
}
.reason-modal .modal-body .btn-wrap .btn.big {
  height: 60px;
}/*# sourceMappingURL=module.css.map */

/* 親コンテナ：PC横並び、スマホ縦並び */
.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 10px auto 10px;
}

@media screen and (max-width: 767px) {
  .card-container {
    grid-template-columns: 1fr;
  }
}

/* カード共通設定 */
.card {
  display: block;
  background: #FAF8EC;
  padding: 30px;
  border-radius: 8px;
  border-left: 6px solid;
  /* 以下の記述を削除して「動かない」ようにしました */
  /* transition: transform 0.2s; */
}

/* 以下のブロックをまるごと削除 */
/* .card:hover { transform: translateY(-5px); } */

.card-ttl {
  margin-top: 0;
  margin-bottom: 16px;       /* 下の文字との隙間を少し広げました */
  color: #123572;            /* 綺麗な紺色はそのままキープ */
  font-size: 22px;           /* 文字サイズを大きく（元の1.2〜1.4倍ほど） */
  font-weight: 800;          /* ガツンと太く（一番太い指定） */
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  /* スマホの時は、タイトルが大きすぎたら18px〜20pxくらいに自動調整 */
  .card-ttl {
    font-size: 20px;
  }
}

/* ★ Pタグ（説明文）を左揃えにしてスッキリ整える */
.card p {
  text-align: left;          /* 左揃えに強制 */
  margin: 0;
  font-size: 15px;           /* 読みやすい標準サイズ */
  line-height: 1.6;          /* 行間を少し広げて読みやすく */
}


/* 高校生・大学生向け：明るい水色で爽やかに */
.card-student {
  border-left-color: #3daecb;
}

/* 社会人向け：濃い紺色で信頼感を */
.card-adult {
  border-left-color: #fff100;
}

/* 【PC版】画像全体のレスポンシブ化とサイズ制限 */
.step-section .step-list .step-form-img {
  display: block;
  width: 100%;
  max-width: 600px;   /* ★PCで「もう少し小さく」したい最大横幅を指定 */
  margin: 24px auto;  /* 上下に24pxの余白、左右は中央揃え */
}

/* 画像自体のベース設定 */
.step-section .step-list .step-form-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* 【スマホ版】（767px以下）CVボタンのサイズに合わせる */
@media screen and (max-width: 767px) {
  .step-section .step-list .step-form-img {
    max-width: 100%;  /* 横幅の制限をなくし、枠いっぱいに広げる */
    width: 100%;
    padding: 0;       /* 左右の余白を0にして、CVボタンの端のラインと揃える */
    margin: 20px auto; /* 上下の余白（CVボタンの上下余白感に合わせる） */
    box-sizing: border-box;
  }
}