@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #1b1e28;
  line-height: 1.65;
}

a {
  color: inherit;
}

.wrap {
  max-width: 96rem;
  margin: 0 auto;
  padding: 2.4rem 1.6rem 8rem;
}

img {
  width: 100%;
}

.footer img {
  /* footerの画像はwidth:100%を除外 */
  width: auto;
}

.main {
  margin-top: 10.6rem;
}

/* 青い縦リボンの大きいパネル */

.hero {
  position: relative;
  overflow: hidden;
}

.hero__container {
  padding-bottom: 6rem;
}

.hero__title {
  color: var(--text, #414257);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  padding-left: 2rem;
}

.hero__title span {
  color: var(--text, #414257);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0;
}

.hero__image {
  content: "";
  display: inline-block;
  width: 100%;
  background-image: url(/common_2025/img/grade/fv_bg_under.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding-bottom: 5.5rem;
}

.hero__image img {
  height: auto;
}

.hero__img_no1 {
  width: 9.7rem;
  position: absolute;
  right: 1rem;
  bottom: 4rem;
}

.hero_bg_red {
  background-color: var(--cocha_primary, #E81829);
  padding-bottom: 36rem;
}

.hero_bg_red .cta_txt {
  display: block;
  text-align: right;
  padding-right: 2rem;
}

.hero_bg_red .cta_content {
  text-align: left;
  width: 95%;
  margin: 0 auto;
  margin-top: 1rem;
}

.learning_img_logo_style {
  width: 11.7rem;
  display: block;
}

/* 入会案内コンテナ */

.enrollment-container {
  background-color: var(--cocha_primary, #E81829);
  border-radius: 4rem;
  color: var(--white, #FFF);
  width: 90%;
  margin: 0 auto;
  padding: 2.3rem 1.5rem;
  margin-top: -21rem;
  padding-bottom: 0;
}

.campaign {
  width: 90%;
  margin: 0rem auto;
}

.campaign .campaign-title {
  margin: 5.6rem 0 2rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.features3 .campaign .campaign-title {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 900;
  width: 100%;
}

.cta_txt {
  text-align: left;
  color: white;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.cta_txt--right {
  width: 100%;
  text-align: right;
}

.start_block {
  border-radius: 2.4rem;
}

.edutoy__cta.edutoy__cta_gray {
  color: hsla(235, 15%, 30%, 0.8);
  border: 0.3rem solid hsla(235, 15%, 30%, 0.8);
}

.edutoy__cta_gray::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/common_2025/img/svg/arrowRight--gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.a1.edutoy__cta::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  margin-left: 1rem;
  background-image: url("/common_2025/img/svg/arrowRight--gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.campaign-banner {
  display: flex;
  margin-bottom: 6rem;
  overflow-x: auto;
  /* はみ出したら横スクロール */
  -webkit-overflow-scrolling: touch;
  /* スマホで滑らかスクロール */
  padding-bottom: 1rem;
}

.campaign-banner a {
  flex: 0 0 16.5rem;
  /* 幅を固定 */
  display: block;
}

.campaign-banner div {
  flex: 0 0 16.5rem;
  border-radius: 1.6rem;
  width: 16.5rem;
}

.campaign-banner img {
  width: 100%;
  /* aの幅にフィット */
  height: auto;
  /* アスペクト比保持 */
  display: block;
}

.learning-choice {
  padding: 2rem;
  position: relative;
}

.learning-choice::before {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: -4.9rem;
  left: 0;
  z-index: 0;
}

.learning-choice::after {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  z-index: 0;
}

.learning-choice__title {
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  margin-top: 0;
  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

.learning_img_logo {
  width: 25.2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}

.learning-choice__header p {
  border-radius: 4rem;
  background: var(--white, #fff);
  width: max-content;
  margin: 0 auto;
  text-align: center;
  color: var(--jump, #006FBC);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

/* 要素：下向き矢印の丸ボタン */

.circle-cluster__chev {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white, #FFF);
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.12);
  color: var(--blue-600, #3E8AF6);
  font-weight: 900;
  line-height: 1;
  font-size: 2.2rem;
}

.circle-cluster__chev::before {
  content: "⌄";
}

/* CTA */

.cta {
  display: grid;
  place-items: center;
  padding: 3rem 1.4rem 4.8rem;
  background-color: var(--jump, #006FBC);
  position: relative;
}

.cta::before {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: -4.9rem;
  left: 0;
  z-index: 0;
}

.cta::after {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  z-index: 0;
}

.feature1_inner2 .cta {
  background: var(--3, #34bbd8);
}

.feature1_inner3 .cta {
  background: var(--1, #39f);
}

.cta__title {
  color: var(--white, #FFF);
  font-size: 3.6rem;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 0;
}

.cta small {
  display: block;
  color: #12326c;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  opacity: 0.8;
}

.cta__content {
  margin-bottom: 3.2rem;
}

/* ===== feature-list (BEM) ===== */

.feature-list {
  display: grid;
  gap: 0.8rem;
}

/* pill カード本体 */

.feature-list__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  /* 左:番号 / 中:本文 / 右:矢印 */
  align-items: center;
  padding: 1rem 0.1rem 1.5rem 0rem;
  background: var(--card, #fff);
  border-radius: 99.9rem;
  /* 楕円のpill形 */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  border: 0.2rem solid rgba(0, 0, 0, 0);
  /* 影を活かしつつ枠ナシ */
  position: relative;
  padding-left: 1.6rem;
}

/* 左の大きい番号丸 */

.feature-list__num {
  text-align: center;
  font-family: Inter;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-right: 0.8rem;
}

/* 中央テキスト */

.feature-list__body {
  min-width: 0;
}

.feature-list__meta {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.feature-list__title {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  margin: 0.3rem 0;
}

/* 右側の下向き矢印（丸） */

.feature-list__chev {
  inline-size: 4rem;
  block-size: 4rem;
  border-radius: 50%;
  border: none;
  background: var(--white, #FFF);
  display: grid;
  place-items: center;
  cursor: default;
  /* クリック不要なら default ／開閉実装するなら pointer */
  position: relative;
}

.feature-list__chev::before {
  content: "";
  inline-size: 1rem;
  block-size: 1rem;
  border-right: 0.3rem solid currentColor;
  border-bottom: 0.3rem solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  /* 少しだけ下向きを強調 */
}

/* 任意：hoverでわずかに持ち上げる */

.feature-list__item:hover {
  box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.12);
  transform: translateY(-0.1rem);
}

.feature-list__chev--2 {
  inline-size: 4rem;
  block-size: 4rem;
  border: none;
  color: var(--white, #FFF);
  display: grid;
  place-items: center;
  cursor: default;
  position: absolute;
  right: 0.6rem;
}

.feature-list__chev--2::before {
  content: "";
  inline-size: 1rem;
  block-size: 1rem;
  border-right: 0.3rem solid currentColor;
  border-bottom: 0.3rem solid currentColor;
  transform: rotate(-45deg);
  margin-top: 0.2rem;
}

/* ========== Feature Section ========== */

.features3 {
  padding: 5.6rem 2rem;
  background: #f9f6ec;
}

.features3 .features3_lineup {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.features3 .enrollment-container {
  width: 100%;
  margin-top: 2.8rem;
}

/* footerの指定は共通CSSを参照 */

.footer__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__list li {
  background: var(--BG_main, #F7F4ED);
}

.footer__list li a {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 2.6rem */
  text-decoration: none;
}

.innerPcScroll--child_left {
  display: none;
}

.innerPcScroll--parent .innerPcScroll--child {
  width: 100%;
}

.modal {
  display: none;
  /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 背景半透明 */
  justify-content: center;
  /* flex用：中央寄せ */
  align-items: center;
  /* flex用：縦中央寄せ */
  z-index: 9999;
  overflow-y: auto;
  /* はみ出たときスクロール可能 */
}

.modal#deliveryModal3 .modal_block_close {
  margin-top: 1rem;
}

.modal__content {
  background: var(--white, #FFF);
  border-radius: 3.2rem;
  max-width: 60rem;
  width: 95%;
  max-height: 90vh;
  /* ← 画面に収まる高さを指定 */
  overflow-y: auto;
  /* ← コンテンツ部分だけスクロール可能に */
  padding: 2rem;
  position: relative;
}

.modal__content .text-small {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 1.4rem;
}

#modal_kakijun .modal__close {
  position: absolute;
  right: 1rem;
  top: -7rem;
  font-size: 4rem;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.modal_block h2 {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* title_S */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin: 1.6rem 0;
}

.modal_block p {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.modal_block p span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.modal_block {
  margin-top: 2.4rem;
}

.modal_block h3 {
  color: var(--text, #414257);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

.modal_block_close {
  border-radius: 3.2rem;
  border: 0.3rem solid var(--hop, #00AFEC);
  background: var(--white, #FFF);
  color: var(--hop, #00AFEC);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: max-content;
  margin: 1.2rem auto 0;
  padding: 0.5rem 1.8rem;
}

.feature1_inner {
  display: none;
}

.feature1_inner1 {
  display: block;
  margin-top: 10.6rem;
}

.feature1_inner1 .c-accordion2__button {
  text-decoration: unset;
  padding: 0;
}

.c-reason1 .c-reason_block {
  background: var(--style_hyibrid_light, #FCE5F0);
  border-radius: 12rem;
  padding-bottom: 5rem;
  margin-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}

.c-reason1 .c-reason_tit .c-reason_tit_wrap .c-reason_tit_wrap_txt {
  font-size: 2.8rem;
}

.c-reason_block_link {
  max-width: max-content;
  display: flex;
  padding: 1.2rem 4rem 1.6rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3.2rem;
  background: var(--style_hyibrid, #E85298);
  position: relative;
  margin: 2.4rem auto 1.2rem;
}

.c-reason_block_link--2 {
  display: flex;
  width: 23.4rem;
  padding: 1.2rem 1.6rem;
  margin: 0 auto;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3.2rem;
  background: var(--white, #fff);
  position: relative;
}

.c-reason_block_link--2 p {
  color: var(--style_hyibrid, #e85298);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.feature-list__chev--3::before {
  content: "";
  inline-size: 1rem;
  block-size: 1rem;
  border-right: 0.3rem solid currentColor;
  border-bottom: 0.3rem solid currentColor;
  transform: rotate(-45deg);
  margin-top: 0.2rem;
}

.feature-list__chev--3 {
  inline-size: 4rem;
  block-size: 4rem;
  border: none;
  color: #00AFEC;
  display: grid;
  place-items: center;
  cursor: default;
  position: absolute;
  right: 0;
}

.c-reason_block_note {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  font-feature-settings: "palt" on;
}

.c-reason_block_note a {
  display: inline;
  text-decoration: underline;
}

.c-reason_block_tit {
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 100%;
}

.c-reason_block_tit span {
  color: var(--text, #414257);
}

.c-reason_block2 .c-reason_block_tit span,
.c-reason_block3 .c-reason_block_tit span {
  color: #f6fbff;
  display: inline-block;
}

.c-reason_block2 img {
  border-radius: 2rem;
}

.c-reason_block_link2 {
  background-color: var(--white, #FFF);
}

.c-reason_block_tit2 span {
  color: var(--cocha_accent, #FFE100);
}

.c-reason_block_tit2 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}

.c-reason_block_txt {
  margin: 0;
}

.c-slideContent_slider-area {
  margin-top: 5rem;
}

.c-reason_block_link p {
  color: var(--white, #fff);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  text-align: center;
}

.c-reason_block_link2 p {
  color: var(--style_hyibrid, #E85298);
}

.c-reason_block.c-reason_block_yellow {
  background: var(--cocha_accent, #FFE100);
  margin-top: 4rem;
}

.c-reason_block.c-reason_block_yellow,
.c-reason_block.c-reason_block2,
.c-reason_block.c-reason_block3 {
  padding: 3.2rem 2rem 10.8rem 2rem;
}

.c-reason_block_yellow .c-reason_block_tit {
  font-size: 3rem;
}

.c-reason1 .c-reason_block2 {
  border-radius: 12rem;
  border: 1.1rem solid var(--cocha_accent, #ffe100);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 4rem;
}

.c-reason1 .c-reason_block3 {
  border-radius: 12rem;
  background: #e1f7fa;
}

.c-reason1 .c-reason_block3 p,
.c-reason1 .c-reason_block3 h3 {
  color: var(--text, #414257);
}

.c-reason_block3 .c-reason_block_link {
  background: var(--hop, #00afec);
}

.c-reason_block3 .c-reason_block_link p {
  color: var(--white, #FFF);
}

.edutoy__card-caption_txt {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0;
}

.edutoy__card-caption_txt2 {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.edutoy {
  background: var(--white, #FFF);
  padding: 2.4rem 1.6rem 3.6rem;
  border-radius: 4.8rem;
}

.edutoy__inner {
  max-width: 42rem;
  margin: 0 auto;
}

/* 見出し */

.edutoy__title {
  color: var(--text, #414257);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
  margin-top: 0rem;
}

/* メインビジュアル */

.edutoy__hero {
  margin: 1.6rem 0 1.6rem;
  border-radius: 1.8rem;
  overflow: hidden;
}

.edutoy__hero-img {
  display: block;
  width: 100%;
  height: auto;
}

/* リード */

.edutoy__lead {
  margin: 0.6rem 0.4rem 1.2rem;
}

.edutoy__lead-badge {
  margin: 0 0 0.6rem;
  color: #d60e3f;
  font: 900 1.4rem/1.2 "Noto Sans JP", sans-serif;
}

.edutoy__lead-text {
  margin: 0;
  font: 700 1.6rem/1.35 "Noto Sans JP", sans-serif;
  color: var(--cocha_primary, #E81829);
}

.edutoy__lead .edutoy__card-caption {
  font-size: 1.6rem;
}

.degital_txt {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  /* text_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.degital_txt_red {
  color: #e81829 !important;
  margin-bottom: 1.6rem;
}

.degital_txt.degital_txt_red.c-plusIcon--gray:after {
  background-image: url(/common_2025/img/pulsIcon--red.svg);
}

.degital_txt.degital_txt_red.c-minusIcon--gray:after {
  background-image: url(/common_2025/img/minusIcon--red.svg);
}

.degital_txt_last {
  margin-top: 2.6rem;
}

.edutoy_degital {
  margin-top: 3.2rem;
  padding: 2.8rem 2.4rem 3.6rem;
}

.edutoy_degital .c-reason_block_tit2 {
  text-align: center;
  margin-bottom: 1.6rem;
}

.edutoy_degital_tit {
  color: var(--text, #414257);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.edutoy_degital ul li {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}

.edutoy_degital ul li::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

.edutoy_degital_link {
  background: var(--hop, #00afec);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: max-content;
  margin: 0 auto;
  padding: 1.2rem 2.4rem;
  border-radius: 3.2rem;
  padding-right: 2.4rem;
}

.cta__visual.cta__visual_degital {
  margin-top: 10rem;
  margin-bottom: 0;
}

.cta__visual_degital + .c-reason {
  margin-top: 0;
}

.cta__visual_degital .edutoy__title {
  font-size: 2.4rem;
}

.cta__visual_degital .edutoy__cta {
  color: hsla(235, 15%, 30%, 0.8);
  border: 0.3rem solid hsla(235, 15%, 30%, 0.8);
}

.edutoy__cta#openModal {
  margin-top: 2.4rem;
}

/* グリッド */

.edutoy__grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 1.4rem;
  padding: 0;
  margin: 0 0 1.8rem;
}

.edutoy__card {
  background: var(--white, #FFF);
  border-radius: 1.6rem;
}

.edutoy__grid .edutoy__card .edutoy__lead-text {
  font-size: 1.3rem;
}

.edutoy__card-figure {
  margin: 0 0 0.6rem;
}

.edutoy__card-img {
  width: 100%;
  display: block;
  border-radius: 1.2rem;
}

.edutoy__card-caption {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.edutoy__card-caption span {
  color: var(--cocha_primary, #E81829);
}

/* CTAボタン */

.edutoy__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  min-height: 5.6rem;
  text-decoration: none;
  color: var(--jump, #006FBC);
  background: var(--white, #FFF);
  border-radius: 2.8rem;
  border: 0.3rem solid var(--jump, #006FBC);
  font: 900 1.6rem/1.2 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 1.6rem;
}

.edutoy__cta-icon {
  flex: 0 0 auto;
}

.edutoy__cta:active {
  transform: translateY(0.1rem);
}

.cta__visual {
  margin-bottom: 3.2rem;
}

/* タイトル */

.themes__title {
  color: #554b4b;
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

/* 全体 */

.fee {
  color: var(--white, #FFF);
  font-family: "Noto Sans JP", sans-serif;
}

/* ヘッダー */

.fee__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.fee__number {
  color: var(--white, #fff);
  text-align: center;
  /* number_XXL */
  font-family: Inter;
  font-size: 8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0;
  width: 55%;
  margin: 4rem 0;
}

.fee__title {
  margin: 0;
}

.fee__year {
  color: var(--white, #fff);
  /* round_text_SSS */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.header_nav_block1 .header_nav_box .header_nav_btn2 img {
  width: 6.5rem;
}

.fee__heading {
  color: var(--white, #fff);
  /* round_text_L */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

/* 中央の白いカード */

.fee__content {
  background-color: var(--white, #FFF);
  color: var(--black, #000);
  border-radius: 3.2rem;
  padding: 1.6rem;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.fee__content .cta_content {
  color: var(--black, #000);
}

.fee__content__p1 {
  text-align: left;
}

.fee__content .c-accordion2__button--2 {
  padding-left: 0;
  color: var(--sub3, #A0A1AB);
}

.fee__content .c-accordion2__dl {
  color: var(--sub3, #A0A1AB);
}

s .fee__content .c-accordion2__dl .span--red {
  color: var(--cocha_primary, #e81829);
}

.fee__badge {
  margin-bottom: 1rem;
}

.fee__badge-img {
  max-width: 14rem;
}

.fee__badge-age {
  color: var(--jump, #006FBC);
  font-feature-settings: "palt" on;
  /* text_bold_L */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.fee__content .fee__badge img {
  width: 100%;
}

.fee__note {
  color: var(--sub4, #554b4c);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_L */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.fee_plans_box .c-requestButton2__p {
  font-size: 2rem;
}

/* 料金プラン */

.fee__plans {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  overflow: clip;
  border-radius: 3.2rem 3.2rem 0 0;
}

.fee__plan {
  border: 2px solid #ddd;
  border-radius: 0.8rem;
  padding: 1.5rem;
}

.fee__plan--recommend {
  border-color: var(--cocha_primary, #E81829);
  background-color: #fff5f5;
  position: relative;
}

.fee__plan-recommend {
  background-color: var(--cocha_primary, #E81829);
  color: var(--white, #FFF);
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
}

.fee__plan-label {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.fee__plan-price {
  font-size: 2rem;
  font-weight: 900;
  color: var(--cocha_primary, #E81829);
}

.fee__plan-detail {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

/* CTAボタン */

.fee__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD700;
  color: var(--black, #000);
  text-decoration: none;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  gap: 1rem;
  font-weight: 700;
}

.fee__cta-img {
  height: 4.8rem;
}

.fee__cta-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.fee__cta-sub {
  font-size: 1.2rem;
  font-weight: 400;
}

.fee__cta-main {
  font-size: 1.8rem;
  font-weight: 900;
}

.fee_plans_box {
  background: var(--style_hyibrid_light, #FCE5F0);
  border-radius: 3.2rem;
  padding: 0rem 0rem 2.4rem;
  text-align: left;
  margin-bottom: 1.6rem;
}

.fee_plans_box_degital {
  background-color: var(--style_digital_light, #CCEFF5);
}

.fee_block {
  border-radius: 6.4rem;
  background: var(--jump, #006FBC);
  /* lv2 */
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.25);
  padding: 4.8rem 1.6rem;
  margin-top: -4rem;
}

.senko_kyozai_tit {
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

.fee_plans_box h3 {
  color: var(--text, #414257);
  text-align: center;
  font-feature-settings: "palt" on;
  /* text_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.accordion_box .cta_txt {
  color: var(--text, #414257);
  text-align: left;
}

.accordion_box .cta_content {
  text-align: left;
}

.fee_plans_box > img {
  width: 16.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.fee_plans_box .c-requestButton2 {
  margin: auto 1.6rem;
}

.fee_plans_box .cta_txt,
.fee_plans_box .cta_content {
  margin: 1.6rem 1.6rem 0;
}

.senko_kyozai_txt {
  color: var(--cocha_accent, #ffe100);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  text-align: center;
}

.enrollment-container2 {
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  background-color: var(--jump, #006FBC);
  /* lv2 */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.modal_block .modal_block_red {
  color: var(--cocha_primary, #E81829);
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.cta_interest {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

.campaign-banner a img {
  border-radius: 16px;
}

.reason2_img {
  margin: 0rem 2rem;
  width: calc(100% - 4rem);
}

.c-reason_tit .c-reason_tit_wrap#feature2 + h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 3.7rem;
  margin-bottom: 2rem;
}

.c-reason_limit_tit span {
  font-weight: bold;
  color: var(--cocha_accent, #FFE100);
}

.c-reason1 .c-reason_tit h2 {
  font-size: 3.5rem;
  font-family: "M PLUS Rounded 1c";
}

.c-reason_tit h2 span {
  color: var(--text, #414257);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
}

.c-reason_renewwal {
  border-radius: 56px;
  background: var(--cocha_primary, #e81829);
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* text_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  width: max-content;
  margin: 0 auto;
  padding: 0.8rem 1.6rem;
}

.c-reason_block > img {
  margin-top: 2.4rem;
  border-radius: 2.4rem;
}

.modal_block img {
  border-radius: 1.6rem;
}

.c-reason_limit_txt {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 0;
  margin-top: 0;
}

.c-reason_limit_tit {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_L */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.enrollment-service-section .c-requestButton2__a {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-reason1 .c-reason_block2 .c-requestButton2__a p {
  color: var(--text, #414257);
  font-size: 2.2rem;
}

.c-reason1 .c-reason_block2 .c-requestButton2__a span {
  color: var(--cocha_primary, #e81829);
  font-size: 2.2rem;
}

.c-requestButton2 {
  margin-top: 2.4rem;
}

.cta_interest_reason {
  color: var(--cocha_primary, #E81829);
  font-size: 2rem;
  font-weight: 700;
}

.cta_interest--bk {
  color: var(--text, #414257);
  font-size: 2rem;
}

.enrollment-container_last {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding-top: 4.6rem;
  padding-bottom: 5.6rem;
}

.c-hero__bg {
  background-color: transparent;
}

.c-marginTop__16 {
  border: none;
}

.c-reason_block {
  padding: 4.8rem 2.4rem 10.8rem 2.4rem;
}

.footer .footer__menuAttention p {
  margin: 0;
  margin-left: 1rem;
  text-indent: -1rem;
}

.img-scroll {
  width: 100%;
  /* 親要素は横幅いっぱい */
  overflow-x: auto;
  /* 横スクロール可能にする */
  -webkit-overflow-scrolling: touch;
  /* iOSでスムーズに */
  margin-bottom: 2rem;
}

.img-scroll img {
  display: block;
  height: 736px;
  /* 高さ固定 */
  width: auto;
  max-width: fit-content;
  /* 縦横比を保って自動調整 */
}

.c-inner__m2 > h3 {
  color: var(--text, #414257);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_SS */
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 23.4px */
  margin-top: 2.4rem;
}

.c-accordion__li2 p span {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.c-accordion__li2 img {
  margin-bottom: 1.6rem;
}

.fee__note2 {
  text-align: left;
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

.fee__content .fee__note2 {
  color: var(--sub3, #A0A1AB);
}

.campaign-banner a {
  width: 16.5rem;
}

.reason_theme {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 1.6rem;
}

.reason_theme_tit {
  color: var(--sub4, #554b4c);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
  margin-bottom: 1.6rem;
}

.reason_theme_txt {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.fee_plans_box .cta_txt {
  color: var(--text, #414257);
}

.enrollment-service-section .cta_txt_wh {
  color: var(--white, #FFF);
}

.enrollment-service-section_bk {
  margin-bottom: 1.6rem;
}

.enrollment-service-section_bk .cta_txt,
.enrollment-service-section_bk .cta_content {
  color: var(--text, #414257);
}

/* 初期状態は非表示 */

.cta_content {
  display: none;
  padding: 1.5rem;
  margin-top: 1rem;
  transition: max-height 0.3s ease;
  /* 簡易アニメーション */
  overflow: hidden;
  color: var(--white, #FFF);
}

.cta_content a {
  display: inline;
  text-decoration: underline;
}

.cta_txt {
  cursor: pointer;
  text-decoration: underline;
  width: auto;
}

.enrollment-service-section_wh .cta_content {
  color: var(--white, #FFF);
}

.enrollment-service-section2 {
  width: 100%;
}

.c-secCommitment__h2--red {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.features3 .campaign-banner {
  justify-content: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 0;
}

.style_section {
  width: 95%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 5.6rem;
}

.style_section p {
  color: var(--jump, #006fbc);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 0.5rem;
}

.style_section h2 {
  color: var(--jump, #006fbc);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_LL */
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 46.8px */
  text-align: center;
  margin-bottom: 1.6rem;
}

.reason1_can_img {
  display: block;
  width: calc(100% - 7.5rem);
  margin: 2rem auto 3rem;
}

.reason1_can_img2 {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.promo__card {
  position: relative;
  margin: 0 auto;
  max-width: 40rem;
  background: #ffe457;
  /* 近い黄色 */
  border: 0.7rem solid #111;
  border-radius: 9.6rem;
  padding: 2.8rem 1.8rem 5rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

/* Figure (image) */

.promo__figure {
  margin: 16px auto 8px;
  background: var(--white, #FFF);
  border-radius: 16px;
  padding: 16px;
  width: calc(100% - 8px);
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.promo__figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* short note */

.promo__note {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 6px 4px 14px;
}

.promo__box-list {
  padding: 0;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.7;
}

.promo__box-list li {
  margin-bottom: 0.6rem;
}

.promo__box p span {
  color: var(--cocha_primary, #E81829);
}

/* モーダル */

.modal_banner {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.modal__content_banner {
  background: transparent;
  max-width: 60rem;
  width: 90%;
  border-radius: 4.2rem;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal__close_banner {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
  z-index: 99;
  color: var(--white, #FFF);
}

.promo__box.cta_txt {
  font-feature-settings: "palt" on;
  color: var(--text, #414257);
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  /* 20.8px */
  text-decoration: unset;
  margin-top: 1.6rem;
  margin-bottom: 0rem;
  text-align: left;
}

.modal__content_banner_inner {
  background-color: #faf5eb;
}

.modal__content_banner_block {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.modal__content_banner a {
  border-radius: 2.5rem;
  background: var(--cocha_primary, #E81829);
  color: var(--white, #FFF);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.5rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3.5rem;
}

.modal__content_banner a::after {
  content: "";
  background-image: url(../img/arrow_banner.png);
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  background-size: cover;
  position: absolute;
  right: 2rem;
}

.promo__card {
  position: relative;
  margin: 0 auto;
  max-width: 60rem;
  background: #ffe457;
  border: 0.7rem solid #111;
  border-radius: 9.6rem;
  padding: 2.8rem 1.8rem 5rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

/* Badge */

.promo__badge-main {
  display: grid;
  place-items: center;
  width: 7.6rem;
  height: 7.6rem;
  background: #111;
  color: var(--white, #FFF);
  border-radius: 99.9rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}

.promo__badge-sub {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.promo__card p {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
}

.promo__card p {
  margin-top: 0;
}

/* Figure (image) */

.promo__figure {
  margin: 1.6rem auto 0.8rem;
  background: var(--white, #FFF);
  border-radius: 16px;
  padding: 1.6rem;
  width: calc(100% - 8px);
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.promo__figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* short note */

.modal__content_banner .promo__note {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 6px 4px 14px;
  margin-bottom: 2.4rem;
  font-weight: 700;
}

.promo__box-list {
  padding: 0;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.7;
}

.promo__box-list p {
  margin-top: 1rem;
}

.promo__box-list li {
  margin-bottom: 6px;
}

.promo__box p span {
  color: var(--cocha_primary, #E81829);
}

.modal__content_banner .promo__box-list_txt {
  font-size: 1.4rem;
}

.promo__accordion-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.promo__accordion-content p {
  font-size: 1.4rem;
}

.promo__accordion-content.open {
  display: block;
}

#hero .promo__box_blue {
  font-weight: 700;
  color: var(--cocha_blue, #1D7FD6);
  margin-top: 0;
}

.logo_style {
  width: 16rem;
  display: block;
  margin: 0 auto 1.6rem;
}

.cta_txt_gy {
  color: var(--sub2, #676979);
}

.cta_content_gy {
  color: var(--sub2, #676979);
}

.cta_content_gy p span {
  color: var(--cocha_primary, #e81829);
}

.cta_content span {
  text-decoration: underline;
}

.kyozai_img2 {
  margin-top: 1.6rem;
}

.feature_txt3 {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.promo-accordion-trigger {
  font-weight: 700;
  color: var(--cocha_blue, #1D7FD6);
  font-size: 1.6rem;
}

.style_banner_img {
  display: flex;
  justify-content: center;
  border-radius: 4rem;
  overflow: hidden;
}

.js-accordion__trigger--kyouzai span {
  justify-content: flex-start;
}

.js-accordion__trigger--tokuten span {
  justify-content: flex-start;
}

.js-accordion__trigger--contentFree span {
  justify-content: flex-start;
}

.style_flex {
  display: flex;
  margin-top: 2.4rem;
}

.opacity {
  opacity: 0.3;
}

.style_flex2 {
  width: 80%;
  margin: 0 auto 2.4rem;
}

.c-secExperience__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.left_side_block {
  display: flex;
  align-items: center;
}

.left_side_block .learning_img_logo {
  width: 10rem;
}

.left_side_block h2 {
  text-align: left;
  font-size: 2rem;
}

.promo__accordion-content.cta_content {
  padding: 0;
  border: none;
  color: var(--text, #414257);
  margin-top: 0;
}

.modal__content_banner_block > p {
  color: #464646;
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  text-align: center;
  margin-top: 4rem;
}

.edutoy__inner .cta_txt {
  color: var(--text, #414257);
  display: block;
  text-decoration: none;
}

.edutoy__inner .cta_content {
  color: var(--text, #414257);
  padding: 0;
  border: none;
}

.c-scrollContainer__childImg {
  width: auto;
}

.c-header__hamburgerOverlay__head--sp p {
  color: var(--step, #00A73C);
}

.c-inner__m2 {
  padding-bottom: 1.6rem;
}

.js-accordion__target--6 a {
  display: inline;
}

.modal_block a {
  text-decoration: underline;
}

.c-accordion__span--red {
  color: var(--cocha_primary, #E81829);
  text-decoration: underline;
}

.js-accordion__target--9 img {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

.c-accordion__li2 .span--basic {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}

.c-accordion__li2 .span--basic2 {
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.c-accordion__li2 .span--basic3 {
  display: inline-block;
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-accordion__li2 .span--small {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  /* text_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.c-accordion__li2 .span--red {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-accordion__li2 .p11 {
  padding: 2rem 0;
}

.c-secExperience__subNav {
  padding: 1.6rem 2.4rem 3.2rem;
  gap: 1.3rem;
}

.c-secExperience__subNavP {
  margin-bottom: 0;
  margin-top: 1.6rem;
}

.c-secExperience__subNav .cta_txt {
  margin-top: 0;
  color: var(--white, #fff);
}

.c-secExperience__subNav .cta_content {
  color: var(--white, #FFF);
}

.c-reason__11theme {
  margin: 0 0 3.4rem;
}

.c-reason__11theme .p--red {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 0.8rem;
}

.c-reason__11theme .p--1 {
  color: var(--text, #414257);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
  margin-bottom: 1.6rem;
}

.c-reason__11theme .p--spmall {
  margin: 0.8rem 0 1.6rem;
  color: var(--text, #414257);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.c-secExperience .c-requestButton2 {
  margin-top: 0rem;
}

.c-slideContent_block {
  width: 100%;
  background: var(--white, #FFF);
  margin: 0 auto;
  border-radius: 0.8rem;
  overflow: hidden;
}

/* 画像エリア */

.c-slideContent_slider-area {
  position: relative;
  width: 100%;
  overflow: visible;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  border-radius: 8px;
  /* 画像エリア自体を少し丸める */
}

.c-slideContent_slider-area:active {
  cursor: grabbing;
}

.c-slideContent_slider-track {
  display: flex;
  gap: 1.6rem;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  will-change: transform;
}

.c-slideContent_slide {
  min-width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  /* バッジ配置用 */
}

.c-slideContent_slide img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

/* ページネーション */

.c-slideContent_pagination {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  padding-bottom: 1.5rem;
  position: absolute;
  bottom: -3.2rem;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.c-slideContent_dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--white, #FFF);
  border: 0.2rem solid transparent;
  cursor: pointer;
  opacity: 0.6;
  pointer-events: auto;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.modal .c-slideContent_dot {
  background-color: #a0a1ab;
}

.c-slideContent_dot.is-active {
  opacity: 1;
  transform: scale(1.2);
  background-color: #ffeb3b;
  /* アクティブ時の色 */
}

.modal .c-slideContent_dot.is-active {
  opacity: 1;
  transform: scale(1.2);
  background-color: var(--cocha_blue, #1D7FD6);
  /* アクティブ時の色 */
}

/* テキストエリア */

.c-slideContent_text-area {
  padding: 2rem 0 0;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.c-slideContent_text-track {
  display: flex;
  width: 100%;
  gap: 1.6rem;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  margin-top: 1.2rem;
}

.c-slideContent_text-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.c-slideContent_block_tit {
  font-size: 2rem;
}

.c-slideContent_block_tit span {
  font-size: 2rem;
  color: var(--cocha_accent, #FFE100);
}

.c-slideContent_block_txt {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

h3.c-slideContent_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

.c-slideContent_desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.c-plusIcon--gray--right.c-plusIcon--gray::before {
  content: none;
}

.c-plusIcon--gray--right.c-plusIcon--gray::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2rem;
  margin-left: 0.5rem;
  background-image: url(/common_2025/img/pulsIcon--gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0.2rem;
}

.c-plusIcon--gray--right.c-minusIcon--gray::before {
  content: none;
}

.c-plusIcon--gray--right.c-minusIcon--gray::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.3rem;
  margin-left: 0.5rem;
  background-image: url(/common_2025/img/minusIcon--gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-bottom: -0.2rem;
}

.c-plusIcon--right.c-plusIcon::before {
  content: none;
}

.c-plusIcon--right.c-plusIcon::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2rem;
  margin-left: 0.5rem;
  background-image: url(/common_2025/img/pulsIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0.2rem;
}

.c-plusIcon--right.c-minusIcon::before {
  content: none;
}

.c-plusIcon--right.c-minusIcon::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.5rem;
  margin-left: 1rem;
  background-image: url(/common_2025/img/minusIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p.cta_txt.js-iconSwitching--gray__trigger.c-plusIcon--gray.c-plusIcon--gray--right {
  margin-bottom: 0;
  margin-top: 0;
}

p.cta_txt.js-iconSwitching--gray__trigger.c-plusIcon--gray--right.c-plusIcon--gray {
  margin-top: 0;
}

.text--small {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.c-reason_block__1month .c-accordion2__button--2 {
  padding: 0 0.4rem;
  font-feature-settings: "palt" on;
  color: var(--text, #414257);
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.c-reason_block__1month .c-accordion2__dl {
  color: var(--text, #414257);
  padding: 0;
  font-size: 1.4rem;
}

.header_nav_block .header_nav_box_single {
  border-radius: 16px 16px 0 0;
}

.header_nav_block .header_nav_box_down {
  border-radius: 0 0 16px 16px;
  position: relative;
}

.header_nav_block .header_nav_box_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: var(--baby_light, #FCE7F0);
  left: 50%;
  transform: translateX(-50%);
}

.header_nav_block .header_nav_box_down .header_nav_btn2 img {
  width: 6rem;
}

.c-header__hamburgerOverlay__body--sp .header_nav_block .header_nav_box_single a {
  flex-direction: row;
  width: 100%;
  position: relative;
}

.c-header__hamburgerOverlay__body--sp .header_nav_block .header_nav_box_single a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--baby_light, #FCE7F0);
}

.c-header__hamburgerOverlay__body--sp .header_nav_block .header_nav_box_single a img {
  width: 6.9rem;
}

.header_nav_box_inner p {
  padding-bottom: 0;
  padding-left: 10px;
  margin: 0;
}

.c-header__hamburgerOverlay__body--sp .header_nav_red {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-top: 0;
}

.c-header__hamburgerOverlay__head--sp .header__right a {
  display: inline;
}

.c-header__hamburgerOverlay__head--sp .img2 {
  width: 5.5rem;
}

.header_nav_block .header_nav_box_down .header_nav_btn1 img {
  width: 4.2rem;
  margin-bottom: 0;
}

.c-header__hamburgerOverlay__body--sp .header_nav_block_middle .header_nav_box {
  position: relative;
}

.c-header__hamburgerOverlay__body--sp .header_nav_block_middle .header_nav_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: var(--baby_light, #FCE7F0);
}

.c-header__hamburgerOverlay__body--sp .c-requestButton2__p {
  padding-left: 0;
  flex: 6;
}

.header_nav_btn1 p,
.header_nav_btn2 p {
  margin-top: 0;
}

.header__leftP {
  color: var(--jump, #006FBC);
}

.secDegital__Box3 {
  margin-top: 2.4rem;
}

.ikkatubarai_block {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.ikkatubarai_block img {
  margin-bottom: 0;
}

.ikkatubarai_block .ikkatubarai_block_rectangle {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 7.8rem;
}

.ikkatubarai_block p {
  color: var(--text, #414257);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.ikkatubarai_block .ikkatubarai_block_txt1 {
  color: var(--text, #414257);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
}

.ikkatubarai_block .ikkatubarai_block_txt1 span {
  color: var(--cocha_primary, #e81829);
}

.ikkatubarai_block .ikkatubarai_block_txt2 {
  color: var(--text, #414257);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_SSS */
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 13px */
}

.ikkatubarai_block p a {
  display: inline-block;
  text-decoration: underline;
}

.c-reason_inner {
  width: auto;
  margin: 0 2rem;
}

.enrollment-container2 .simekiri {
  top: -19rem;
  left: 0rem;
  position: absolute;
}

.simekiri {
  position: relative;
  display: block;
  width: 100%;
}

.simekiri__bg {
  display: block;
  height: auto;
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.25));
}

.simekiri__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
  box-sizing: border-box;
}

.simekiri__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: var(--cocha_primary, #E81829);
  text-align: center;
  font-feature-settings: "palt";
}

.simekiri__date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.3rem;
}

.simekiri__date-main {
  display: flex;
  color: var(--cocha_primary, #E81829);
  align-items: center;
}

.simekiri__day {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 5.76rem;
}

.simekiri__week {
  font-size: 2rem;
  font-weight: 400;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--cocha_primary, #E81829);
  border-radius: 50%;
  line-height: 2.6rem;
}

.simekiri__label {
  font-size: 2.8rem;
  color: var(--sub4, #554B4C);
  font-weight: 700;
  line-height: 3.64rem;
}

.simekiri__note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: var(--sub3, #A0A1AB);
  margin-bottom: 0.2rem;
}

.simekiri__button {
  background-color: var(--cocha_accent, #FFE100);
  color: var(--cocha_primary, #E81829);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.08rem;
  border-radius: 5.6rem;
  padding: 0.8rem 1.6rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.simekiri__week {
  margin-top: 0.4rem;
}

/* レスポンシブ微調整 */

@media screen and (min-width: 471px) {
  .c-hero__bg {
    background-image: url(/common_2025/img/grade/fv_bg.png);
    background-size: 100% auto;
    background-position: center top;
    display: inline-block;
  }

  .c-reason_inner {
    max-width: calc(100% - 4rem);
  }

  .hero__container {
    display: none;
  }

  .enrollment-container {
    margin-top: 24.3rem;
  }

  .hero__image {
    width: 40rem;
    background-image: none;
  }

  .innerPcScroll--parent {
    position: relative;
  }

  .hero__container_sp {
    padding-top: 6rem;
  }

  .innerPcScroll--child_left .nyukai_kento {
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: "palt" on;
    /* label_bold_L */
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 3.12rem */
    margin-top: 1.6rem;
  }

  .innerPcScroll--child_left .footer__relationLinkA {
    margin-top: 13.8rem;
    width: 27.8rem;
  }

  .innerPcScroll--child_left .feature-list {
    width: 31rem;
    margin-top: 1.7rem;
  }

  .innerPcScroll--child_left .feature-list__title {
    font-size: clamp(1.8rem, 0.8vw, 2.4rem);
  }

  .innerPcScroll--child_left {
    background-color: transparent;
    margin-top: 79rem;
    display: block;
    max-width: 42.5rem;
  }

  .hero__title {
    text-align: left;
    padding-left: 4.5rem;
  }

  .innerPcScroll--child_left .footer__relationLinkA {
    margin-top: 6.8rem;
  }

  .enrollment-container_last {
    margin-top: 0;
  }

  .c-reason1 .c-reason_block2 .c-requestButton2__a p,
  .c-reason1 .c-reason_block2 .c-requestButton2__a span {
    font-size: 2.4rem;
  }

  .enrollment-container2 .simekiri {
    top: -22rem;
  }

  .simekiri__button {
    padding: 1.2rem 1.6rem;
  }

  .body {
    background: var(--BG_main, #F7F4ED);
  }
}