.secIntro {
  padding: 60px 0 40px;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding: 100px 0 50px;
  }
}
.secIntro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .secIntro__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.secIntro__txtWrap {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secIntro__txtWrap_ttl {
  font-size: 22px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.2;
}
.secIntro__txtWrap p:has(strong) {
  --lh: 1.8;
}
.secIntro__txtWrap p:has(.btn) {
  width: 100%;
  text-align: center;
}
.secIntro__txtWrap .btn {
  width: calc(100% - 35px);
  padding: 18px 30px;
  font-size: 18px;
  --lh: 1.3;
  text-align: center;
}
.secIntro__txtWrap .btn--white {
  padding: 13px 20px;
  border: 1px solid var(--main);
  color: var(--main);
}
.secIntro__txtWrap .btn--white:hover {
  background-color: var(--main);
  color: #FFF;
}
.secIntro__txtWrap .btn--white:hover::after {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/contain no-repeat;
}
.secIntro__txtWrap .btn::after {
  width: 12px;
  height: 7px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .secIntro__txtWrap {
    padding: 12px 0 0;
  }
  .secIntro__txtWrap_ttl {
    font-size: 28px;
  }
  .secIntro__txtWrap p:has(strong) {
    --lh: 2;
  }
  .secIntro__txtWrap p:has(.btn) {
    width: 100%;
    text-align: center;
  }
  .secIntro__txtWrap .btn {
    max-width: 426px;
    padding: 20px 30px;
    font-size: 16px;
    --ls: 0.04em;
  }
  .secIntro__txtWrap .btn::after {
    left: calc(50% + 148px);
    right: auto;
  }
  .secIntro__txtWrap .btn--white {
    padding: 20px 20px;
  }
  .secIntro__txtWrap .btn--white::after {
    left: auto;
    right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__txtWrap_ttl {
    font-size: 32px;
  }
}
.secIntro__img {
  width: 100%;
  max-width: 400px;
  padding: 0 23px;
}
@media screen and (min-width: 768px) {
  .secIntro__img {
    width: 31.2738%;
    max-width: 100%;
    padding: 0;
    flex-shrink: 0;
  }
}

.englishTtl {
  width: 100%;
  padding: 7px 16px;
  font-size: 20px;
  font-weight: 600;
  --ls:0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  .englishTtl {
    padding: 10px 20px;
    font-size: 24px;
  }
}

.englishSubTtl {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
}
.englishSubTtl > span {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--main);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .englishSubTtl {
    margin: 40px 0 20px;
    font-size: 22px;
  }
}

.checkList {
  grid-gap: 21px;
}
.checkList .listItem {
  padding-left: 42px;
}
.checkList .listItem::before {
  left: 6px;
}
.checkList .listItem__txtWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.checkList .listItem__ttl {
  font-size: 18px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  .checkList .listItem__txtWrap {
    grid-gap: 0;
  }
  .checkList .listItem__ttl {
    font-size: 20px;
  }
}

.secFeature {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .secFeature {
    margin-bottom: 50px;
  }
}
.secFeature__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 32px;
}
.secFeature__row_txtWrap {
  width: 100%;
}
.secFeature__row_img {
  width: 100%;
  max-width: 400px;
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .secFeature__row {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 30px;
  }
  .secFeature__row_img {
    width: 36.5019%;
    max-width: 100%;
    padding: 8px 0 0;
    flex-shrink: 0;
  }
}

.secCurriculum {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .secCurriculum {
    margin-bottom: 43px;
  }
}
.secCurriculum__txt {
  margin: 25px 0;
}
.secCurriculum__table {
  margin-bottom: 24px;
}
.secCurriculum__table tbody th, .secCurriculum__table tbody td {
  padding: 10px 15px;
}
.secCurriculum__table tbody td {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .secCurriculum__table {
    margin-bottom: 20px;
  }
  .secCurriculum__table thead td:nth-child(1) {
    width: 34%;
  }
  .secCurriculum__table tbody td {
    padding: 11px 24px;
  }
}

.secRecommend {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .secRecommend {
    margin-bottom: 50px;
  }
}
.secRecommend__row {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.secRecommend__row_txtWrap {
  width: 100%;
}
.secRecommend__row_img {
  width: 100%;
  max-width: 400px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .secRecommend__row {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .secRecommend__row_img {
    width: 34.7909%;
    max-width: 100%;
    padding: 8px 0 0;
    flex-shrink: 0;
  }
}
.secRecommend__list .listItem__txtWrap {
  grid-gap: 1px;
}
@media screen and (min-width: 768px) {
  .secRecommend__list {
    grid-gap: 19px;
  }
}

.secCourse {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .secCourse {
    margin-bottom: 42px;
  }
}
.secCourse__ttl {
  margin-bottom: 20px;
}
.secCourse__subTtl {
  margin: 20px 0 28px;
}
.secCourse__subTtl--lesson {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .secCourse__subTtl--lesson {
    margin-top: 58px;
    margin-bottom: 21px;
  }
}
.secCourse__priceList {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.secCourse__priceList .listItem {
  width: 100%;
  padding: 19px 0;
  border: 1px solid var(--main);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secCourse__priceList {
    grid-gap: 30px;
  }
}
.secCourse__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 22px;
}
.secCourse__row_txtWrap {
  width: 100%;
  --ls: 0.04em;
}
.secCourse__row_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secCourse__row {
    flex-direction: row-reverse;
    grid-gap: 20px;
  }
  .secCourse__row_img {
    width: 38%;
    padding: 8px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secCourse__row_img {
    width: 41.4449%;
  }
}
.secCourse__list {
  margin: 15px 0 24px;
  grid-gap: 1px;
}
@media screen and (min-width: 768px) {
  .secCourse__list {
    margin: 26px 0 34px;
    grid-gap: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .secCourse__list .listItem__ttl {
    font-size: 18px;
  }
}
.secCourse__btnWrap {
  --lh: 1.8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 7px;
}
.secCourse__btnWrap .btn {
  width: calc(100% - 35px);
  max-width: 426px;
  padding: 18px 40px;
  font-size: 18px;
  --lh: 1.3;
}
.secCourse__btnWrap .btn::after {
  width: 14px;
  height: 12px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .secCourse__btnWrap {
    --lh: 2;
  }
  .secCourse__btnWrap .btn {
    padding: 18px 30px;
    font-size: 16px;
  }
}

.secVoice {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .secVoice {
    margin-bottom: 52px;
  }
}
.secVoice__ttl {
  margin-bottom: 30px;
}
.secVoice__voiceList {
  display: grid;
  grid-gap: 20px;
}
.secVoice__voiceList .listItem {
  width: 100%;
  padding: 21px 20px;
  border: 1px solid var(--main);
  display: grid;
  grid-gap: 5px;
}
.secVoice__voiceList .listItem__ttl {
  font-size: 18px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  .secVoice__voiceList {
    grid-template-columns: repeat(3, 1fr);
  }
  .secVoice__voiceList .listItem {
    padding: 20px 20px 30px;
    display: grid;
    grid-template-rows: subgrid;
    grid-gap: 13px;
    grid-row: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .secVoice__voiceList {
    grid-gap: 30px;
  }
  .secVoice__voiceList .listItem {
    padding: 22px 30px 34px;
  }
}

.secOperator {
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .secOperator {
    padding-bottom: 45px;
  }
}
.secOperator__ttl-lv2 {
  margin-bottom: 30px;
}
.secOperator__ttl-lv3 {
  font-size: 20px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
}
.secOperator__ttl-lv3:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .secOperator__ttl-lv2 {
    margin-bottom: 16px;
  }
  .secOperator__ttl-lv3 {
    margin-bottom: 18px;
  }
}
.secOperator__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 14px;
}
.secOperator__row:not(:last-child) {
  margin-bottom: 30px;
}
.secOperator__row_txtWrap {
  width: 100%;
  --ls: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3px;
}
.secOperator__row_txtWrap .discList {
  margin: 23px 0;
  font-weight: 500;
}
.secOperator__row_img {
  width: 100%;
  max-width: 400px;
}
.secOperator__row--4 {
  margin-top: -22px;
}
.secOperator__row--4 .secOperator__row_txtWrap {
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .secOperator__row {
    padding: 0 20px;
    flex-direction: row;
    grid-gap: 20px;
  }
  .secOperator__row:not(:last-child) {
    margin-bottom: 40px;
  }
  .secOperator__row_img {
    width: 36.5%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .secOperator__row--rev {
    flex-direction: row-reverse;
  }
  .secOperator__row--4 {
    padding: 0;
    margin-top: 26px;
    align-items: flex-start;
    grid-gap: 0;
  }
  .secOperator__row--4 .secOperator__row_txtWrap {
    padding: 0 6px;
  }
  .secOperator__row--4 .secOperator__row_img {
    width: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .secOperator__row {
    padding: 0 30px;
    grid-gap: 40px;
  }
  .secOperator__row:not(:last-child) {
    margin-bottom: 21px;
  }
  .secOperator__row--4 {
    padding: 0;
    grid-gap: 10px;
  }
}
.secOperator__checkList {
  font-size: 18px;
  font-weight: 700;
  --lh: 1.6;
  grid-gap: 9px;
}
@media screen and (min-width: 1024px) {
  .secOperator__checkList {
    font-size: 20px;
    grid-gap: 7px;
  }
}

.secFaq {
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .secFaq {
    margin-bottom: 18px;
  }
}
.secFaq__ttl {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .secFaq__ttl {
    margin-bottom: 22px;
  }
}
.secFaq__faqWrap {
  width: 100%;
  display: grid;
  grid-gap: 11px;
}
@media screen and (min-width: 768px) {
  .secFaq__faqWrap {
    grid-gap: 11px;
  }
}
.secFaq__faqBlk {
  width: 100%;
  --ls: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3px;
}
.secFaq__faqBlk_q, .secFaq__faqBlk_a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secFaq__faqBlk_q::before, .secFaq__faqBlk_a::before {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1;
  flex-shrink: 0;
}
.secFaq__faqBlk_q {
  --lh: 1.5;
  align-items: center;
}
.secFaq__faqBlk_q::before {
  content: "Q.";
  color: var(--main);
}
.secFaq__faqBlk_q_ttl {
  width: 100%;
  padding-top: 8px;
  font-weight: 700;
}
.secFaq__faqBlk_a::before {
  content: "A.";
  color: #AC8012;
  transform: translateY(-5px);
}
.secFaq__faqBlk_a_txt {
  width: 100%;
}
.secFaq__faqBlk_a > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 24px;
}
.secFaq__faqBlk:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .secFaq__faqBlk {
    padding: 0 24px;
    grid-gap: 5px;
  }
  .secFaq__faqBlk_a {
    padding-bottom: 10px;
  }
  .secFaq__faqBlk:not(:last-child) {
    padding-bottom: 2px;
  }
}

.contactBlk {
  margin-bottom: 38px;
}
.contactBlk__ttl {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.contactBlk__txtWrap {
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.contactBlk__txtWrap p strong {
  font-size: 20px;
  font-weight: 600;
}
.contactBlk__txtWrap p .btn {
  padding: 17px 45px;
  font-size: 18px;
}
.contactBlk__txtWrap p .btn::after {
  width: 14px;
  height: 8px;
  right: 11px;
}
@media screen and (min-width: 768px) {
  .contactBlk {
    margin-bottom: 42px;
  }
  .contactBlk__ttl {
    margin-bottom: 0;
    font-size: 26px;
  }
  .contactBlk__txtWrap {
    grid-gap: 14px;
  }
  .contactBlk__txtWrap p:has(strong) {
    margin-bottom: 20px;
  }
  .contactBlk__txtWrap p:has(.btn) {
    width: 100%;
    max-width: 426px;
  }
  .contactBlk__txtWrap p .btn {
    width: 100%;
    font-size: 16px;
  }
  .contactBlk__txtWrap p .btn::after {
    width: 14px;
    height: 8px;
    right: auto;
    left: calc(50% + 148px);
  }
}

.secForm__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .secForm__ttl {
    margin-bottom: 50px;
  }
}
.secForm__policyWrap {
  width: 100%;
  margin: 13px 0 11px;
}
.secForm__policyWrap_txt {
  margin-bottom: 10px;
  margin-right: -1em;
  font-weight: 500;
  --ls: 0;
  --lh: 1;
  white-space: nowrap;
}
.secForm__policyWrap_box {
  width: 100%;
  height: 311px;
  padding: 20px 25px 20px 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.07) inset;
  font-size: 14px;
  --ls: 0;
  --lh: 1.6;
  overflow-y: scroll;
}
.secForm__policyWrap_policy {
  margin: 20px 0;
}
.secForm__policyWrap_policy dt {
  font-weight: 400;
}
.secForm__policyWrap_policy dt:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .secForm__policyWrap_box {
    padding: 20px 30px 20px 24px;
    font-size: 16px;
    --lh: 1.8;
  }
  .secForm__policyWrap_policy {
    margin: 25px 0;
  }
  .secForm__policyWrap_policy dt:not(:first-child) {
    margin-top: 30px;
  }
}
.secForm__formWrap {
  margin-top: 0;
}
.secForm__formWrap_attention {
  margin-bottom: 0;
}