:root {
  --bg: #e6e7ea;
  /* グレー背景 */
  --blue-900: #0b3fae;
  --blue-800: #1656d0;
  --blue-700: #2b6fe6;
  --blue-600: #3e8af6;
  --panel: #f6fbff;
  --card: #ffffff;
  --pink: #ff3b93;
  --accent: #ff4d4d;
  --shadow: 0 1rem 3rem rgba(0, 0, 0, .12);
  --radius: 1.8rem;
}

* {
  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 {}



/* 青い縦リボンの大きいパネル */
.hero {
  position: relative;
  overflow: hidden;
}

.hero__container {
  padding-bottom: 6rem;
}

.c-requestButton2__p_mb {
  margin-bottom: 0;
}

.hero__title {
  color: var(--text, #414358);

  /* round_text_SS */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
  padding-left: 2rem;
}

.hero__title span {
  color: var(--text, #414358);

  /* round_text_54 */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 54px */
  letter-spacing: -4.32px;
  letter-spacing: -0.09em;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, .0) 14rem, rgba(255, 255, 255, .08) 14rem);
  border-radius: 2.8rem;
}

.hero__image {
  content: "";
  display: inline-block;
  width: 100%;
  background-image: url(../img/fv_bg_under.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.hero__image img {
  height: auto;
}

.hero__img_no1 {
  width: 9.7rem;
  position: absolute;
  left: 1rem;
}

.hero_bg_red {
  background-color: #E81829;
  padding-bottom: 10rem;
}

.hero_bg_red a {
  display: block;
  text-align: right;
  padding-right: 2rem;
}

.hero_bg_red .cta_content {
  text-align: left;
  width: 95%;
  margin: 0 auto;
  margin-top: 1rem;
}

.hero_bg_red .simekiri_img {
  margin-top: 2rem;
}

.learning_img_logo_style {
  width: 11.7rem;
  display: block;
}

/* 入会案内コンテナ */
.enrollment-container {
  background-color: #E81829;
  border-radius: 4rem;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 2.3rem 1.5rem;
  margin-top: -13rem;
  padding-bottom: 0;
}

.enrollment-deadline-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.enrollment-deadline-label {
  font-size: 1.4rem;
  text-align: center;
  margin-right: 1rem;
  line-height: 1.4;
}

.enrollment-deadline-date {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: Inter;
}

.enrollment-deadline-date span {
  width: 2.8rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F62A7E;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 1rem;
}

.enrollment-deadline-note {
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}


.enrollment-main-title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.3;
}

.enrollment-main-headline>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enrollment-main-headline div p {
  margin: 0;
  font-weight: bold;
}

.enrollment-main-headline div p span {
  display: block;
}

.enrollment-main-headline .enrollment-main-headline-span {
  font-size: 6.5rem;
}

.enrollment-main-headline .enrollment-main-headline-span2 {
  font-size: 2.9rem;
}

.enrollment-main-headline .enrollment-main-headline-span3 {
  font-size: 2rem;
}

.enrollment-main-headline .enrollment-main-headline_txt {
  font-size: 2.8rem;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
}

.enrollment-main-headline .enrollment-main-headline-text {
  justify-content: center;
  gap: 1rem;
}

.enrollment-zero-cost-buttons .enrollment-zero-button .enrollment-zero-amount span {
  display: inline;
}

.enrollment-zero-button {
  width: 9.4rem;
  height: 9.4rem;
  background-color: #F62A7E;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.6rem;
}

.enrollment-zero-amount span {
  font-size: 3.4rem;
}

.enrollment-zero-button .enrollment-zero-amount {
  line-height: 1.2;
  font-size: 2rem;
}

.enrollment-zero-label {
  font-size: 1.3rem;
}

.enrollment_imakyozai {
  margin-top: 1.5rem;
}

.enrollment-payment-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.enrollment-payment-section {
  margin-top: 2.4rem;
}


.enrollment-delivery-title {
  color: var(--white, #FFF);
  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: 2rem;
}


.enrollment-delivery-card {
  background-color: #fff;
  border-radius: 2.4rem;
  position: relative;
}

.enrollment-delivery-card-header {
  background-color: #F62A7E;
  width: max-content;
  border-radius: 1.5rem;
  padding: 0.3rem 1rem;
  position: absolute;
  top: 0.5rem;
  left: 0.7rem;
}

.enrollment-delivery-card-list li {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* label_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.82rem */
  list-style: disc;

}




.enrollment-delivery-cards {
  display: flex;
  gap: 1.6rem;
  /* カード間の余白 */
  overflow-x: auto;
  /* 横スクロール */
  scroll-snap-type: x mandatory;
  /* スナップ */
  padding: 1.5rem 0;
  -webkit-overflow-scrolling: touch;
}

.enrollment-delivery-card {
  flex: 0 0 80%;
  /* カードの幅（80%にすればスマホで見切れる） */
  max-width: 19rem;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
  scroll-snap-align: start;
  /* スナップ位置 */
}



.enrollment-delivery-card-images img {
  max-width: 100%;
  border-radius: var(--radius);
}

.enrollment-delivery-card-list {
  padding-left: 1.8rem;
  margin: 1rem 0;
  font-size: 1.4rem;
  list-style: disc;
  margin-bottom: 0;
}

.enrollment-delivery-card-note {
  font-size: 1rem;
  color: #666;
  margin-top: auto;
  line-height: 1.3;
}

.enrollment-service-title {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}


.enrollment-price-info {
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

.enrollment-cta-text {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.campaign {
  width: 90%;
  margin: 0rem auto;
}

.campaign .campaign-title {
  margin: 2rem 0;
}

.campaign .campaign-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}


.features3 .campaign .campaign-title {
  text-align: left;
}

.features3 .campaign {
  width: 100%;
}

.cta_txt {
  text-align: left;
  color: #ffff;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.hero__image a {
  text-align: right;
  padding-right: 20px;
  color: #ffff;
  text-decoration: underline;
}

.campaign_enjoy_box {
  border-radius: 24px;
  background: var(--white, #FFF);
  padding: 1.6rem 2.4rem;
  margin-bottom: 2.4rem;
}

.campaign_enjoy_box h4 {
  color: var(--text, #414358);
  font-feature-settings: 'palt' on;

  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

.campaign_enjoy_box_txt {
  color: var(--sub2, #414358);
  font-feature-settings: 'palt' on;

  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

.campaign_enjoy_box_txt2 {
  color: var(--text, #414358);
  font-feature-settings: 'palt' on;

  /* text_base */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.campaign_enjoy_box_txt2 span {
  color: #E81829;
}

.campaign-banner {
  display: flex;
  margin-bottom: 6rem;
  overflow-x: auto;
  /* はみ出したら横スクロール */
  -webkit-overflow-scrolling: touch;
  /* スマホで滑らかスクロール */
  padding-bottom: 10px;
}

.campaign-banner a {
  flex: 0 0 16.5rem;
  /* 幅を固定 */
  display: block;
}

.campaign-banner img {
  width: 100%;
  /* aの幅にフィット */
  height: auto;
  /* アスペクト比保持 */
  display: block;
}

.learning-choice {
  background: hsl(142, 100%, 33%, 0.1);

  padding: 2rem;
  position: relative;
}

.learning-choice::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cell_tama1.png);
  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-image: url(../img/cell_tama2.png);
  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 {
  margin-top: 0;
}

.learning-choice__title {
  color: #00A73C;
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 1.6rem;
}

.learning-choice__subtitle2 {
  color: #0081CC;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
}

.learning-choice__instruction {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}

.learning-choice__message-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.learning-choice__message-text span {
  color: #0081CC;
}

.learning_img_logo {
  width: 25.2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}

.learning_img_logo_style {
  width: 117px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}

.learning-choice__header p {
  border-radius: 40px;
  background: var(--white, #FFF);
  width: max-content;
  margin: 0 auto;
  text-align: center;
  color: #00A73C;
  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 */
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}


/* ========== circle-cluster (BEM) ========== */

/* ブロック */
.circle-cluster {
  position: relative;
  max-width: 36rem;
  /* 必要に応じて上書き可 */
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  /* 正方コンテナ（不要なら削除） */
}

/* 要素：共通バブル */
.circle-cluster__bubble {
  width: 20rem;
  height: 16rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  /* box-shadow: var(--shadow, 0 1.8rem 4rem rgba(10, 133, 219, .25)); */
  /* background: #fff; */
  /* outline: var(--ring, 0.6rem) solid var(--blue-600, #3e8af6); */
}

.circle-cluster__bubble-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  place-items: center;
  padding: 14% 12%;
  text-align: center;
  position: relative;
}

/* 見出し・本文 */
.circle-cluster__bubble-title {
  color: var(--blue-900, #0b3fae);
  font-weight: 900;
  font-size: clamp(2.2rem, 5.5vw, 3.2rem);
  margin-bottom: .15em;
}

.circle-cluster__bubble-desc {
  color: #424b5a;
  font-weight: 900;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  line-height: 1.45;
}

/* 修飾子：上のバブル（塗り＋リング） */
.circle-cluster__bubble--top {
  /* background: #00ADEA;
  outline: var(--ring, 0.6rem) solid var(--blue-600, #0081CC); */
  margin: 0 auto;
}

.circle-cluster__bubble--top .circle-cluster__bubble-title {
  color: #fff;

}

.circle-cluster__bubble--top .circle-cluster__bubble-desc {
  color: #eaf6ff;
  font-size: clamp(1.4rem, 3.1vw, 1.8rem);
  margin-top: .25em;
  margin-top: 0;
}

.circle-cluster_bk {
  position: absolute;
  width: 23.5rem;
  left: 50%;
  bottom: 42%;
  transform: translate(-50%, 50%);
  z-index: 0;
}

.circle-cluster_block {
  display: flex;
  justify-content: space-between;
}

/* 要素：下向き矢印の丸ボタン */
.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: #fff;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, .12);
  color: var(--blue-600, #3e8af6);
  font-weight: 900;
  line-height: 1;
  font-size: 2.2rem;
}

.circle-cluster__chev::before {
  content: "⌄";
}

/* 要素：中央キャラ（画像を置く場合は img を中に） */
.circle-cluster__mascot {
  position: absolute;
  left: 50%;
  bottom: 42%;
  transform: translate(-50%, 50%);
  width: min(34%, 16rem);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  z-index: 9;
}

.circle-cluster__mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;

}


/* リボン上部（締切） */
.deadline {
  background: linear-gradient(180deg, #1a53d3, #0f45bf);
  color: #fff;
  border-radius: 2.2rem;
  padding: 1.6rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, .25);
}

.deadline .label {
  font-weight: 700;
  letter-spacing: .02em
}

.deadline .date {
  margin-left: auto;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.deadline .big {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1
}

.deadline .day {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  color: #0f45bf;
  font-weight: 700;
  font-size: 1.4rem;
}

.caption {
  color: #e9f1ff;
  font-size: 1.2rem;
  margin-top: 0.4rem
}

/* メイン見出し帯 */
.catch {
  background: #fff;
  border-radius: 2.2rem;
  padding: 1.8rem;
  color: #0e2a6b;
  font-weight: 900;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.25;
}

.badges {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap
}

.badge {
  background: var(--pink);
  color: #fff;
  font-weight: 800;
  border-radius: 99.9rem;
  padding: 1rem 1.6rem;
  box-shadow: 0 0.6rem 1.6rem rgba(255, 59, 147, .25);
  font-size: 1.4rem;
  letter-spacing: .08em;
}

/* 3ステップ風 ラベル群 */
.steps {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 1.4rem 0 0;
}

.step {
  background: #e7f0ff;
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  color: #0e2a6b;
  font-weight: 700;
  font-size: 1.3rem;
}

/* セクション：お届け教材 */
.section {
  background: var(--panel);
  border-radius: 2.2rem;
  padding: 1.8rem;
  box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, .5);
}

.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #073182;
}

.cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(22rem, 1fr);
  gap: 1.6rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scroll-snap-type: x mandatory;
}

.card {
  background: var(--card);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  padding: 1.4rem;
  min-height: 22rem;
  scroll-snap-align: start;
}

.chip {
  display: inline-block;
  background: #ffe6f3;
  color: #c2185b;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: 99.9rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.thumb {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f2f6ff, #eef7ff);
  border: 0.1rem solid #e7eefc;
  border-radius: 1.2rem;
  height: 12rem;
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 1.3rem;
}

.card h3 {
  margin: 0.4rem 0 0.4rem;
  font-size: 1.6rem
}

.card p {
  margin: 0;
  color: #4b5563;
  font-size: 1.3rem
}

/* CTA */
.cta {
  display: grid;
  place-items: center;
  padding: 4.8rem 1.4rem;
  background-color: #00A73C;
  position: relative;
}

.cta::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cell_tama_red.png);
  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-image: url(../img/cell_tama_red2.png);
  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: #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: .8
}

.cta__subtitle {
  color: #fff;
  font-size: 4.2rem;
  margin: 0;
}

.cta__content {
  margin-bottom: 2.5rem;
}

/* ===== 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;
  gap: 0.5rem;
  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, .08);
  border: 0.2rem solid rgba(0, 0, 0, 0);
  /* 影を活かしつつ枠ナシ */
  position: relative;
  padding-left: 1.6rem;
}

/* 左の大きい番号丸 */
.feature-list__num {
  color: #00A73C;
  text-align: center;

  /* number_base */
  font-family: Inter;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 43.2px */
}

/* 中央テキスト */
.feature-list__body {
  min-width: 0;
}

/* タイトル折返し用 */
.feature-list__meta {
  color: #00A73C;
  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%;
  /* 1.82rem */
  margin: 0;
}

.feature-list__title {
  color: var(--text, #414358);
  font-feature-settings: 'palt' on;
  /* label_L */
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin: 0.3rem 0;
}

.feature-list__meta2 {
  color: var(--text, #414358);
  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 */
  margin: 0;
}

/* 右側の下向き矢印（丸） */
.feature-list__chev {
  inline-size: 4rem;
  block-size: 4rem;
  border-radius: 50%;

  border: none;
  background: #fff;
  color: #00A73C;
  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, .12);
  transform: translateY(-0.1rem);
}


/* ========== Feature Section ========== */
.feature {
  background: #eaf2fb;
  padding: 2.4rem 1.6rem;
  text-align: center;
}

/* ヘッダー */
.feature__header {
  position: relative;
  margin-bottom: 2.4rem;
  text-align: left;
}

.features3 .feature__header {
  margin-bottom: 1rem;
}

.feature__label {
  font-weight: 700;
  color: var(--blue-700, #2b6fe6);
  font-size: 1.8rem;
}

.feature__number {
  font-size: 2.8rem;
  font-weight: 900;
  margin-left: 0.4rem;
}

.feature__title {
  font-weight: 900;
  font-size: 2.4rem;
  color: var(--blue-900, #0b3fae);
  line-height: 1.3;
}

.feature__subtitle {
  display: block;
  font-weight: 900;
  color: #222;
  margin-top: 0.4rem;
  font-size: 3.4rem;
}

.feature__badge {
  position: absolute;
  right: 0;
  top: 21rem;
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 50%;
  width: 11.3rem;
  height: 11.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

/* 円背景部分 */
.feature__circle {
  padding: 0 2rem 0rem;
  margin: 0rem auto;
  max-width: 34rem;
  color: #fff;
  position: relative;
}

.feature__circle-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.6rem 0;
  line-height: 1.4;
  border-radius: 50%;
  width: 30rem;
  /*レイアウトが崩れるためrem指定に変えています。値は適当です */
  height: 30rem;
  /*レイアウトが崩れるためrem指定に変えています。値は適当です */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #34BBD8;
}


.feature1_inner3 .feature__circle-text {
  background-color: #00ADEA;
}

.feature1_inner3 .feature__circle-text2 {
  background-color: #34BBD8;
}

.feature__circle-text1 p {
  margin-top: 0;
  margin-bottom: 5rem;
}

.feature__circle-text2 {
  background-color: #00ADEA;
  margin-top: -4.5rem;
}

.feature__circle-text p {
  line-height: 1.3;
}

.feature__highlight {
  font-size: 4rem;
  font-weight: 900;
}

.feature__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28.8rem;
}

.feature__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1.2rem auto;
}

/* CTAエリア */
.feature__cta {
  padding: 2.5rem 0;
}

.feature__cta-lead {
  font-weight: bold;
  font-size: 2.4rem;
  color: #0081CC;
  margin-bottom: 0rem;
  text-align: center;
}

.feature__cta-button {
  padding: 0 0 1.4rem 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
}


.feature__label {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  border-bottom: 1.2rem solid #3399FF;
  color: #3399FF;
  line-height: 1;
}

.feature__number {
  font-size: 7rem;
  color: #3399FF;
}

.feature__title {
  font-size: 5rem;
  color: #3399FF;
  margin-top: 0;
}

.features {
  padding: 6.4rem 2rem 2rem 2rem;
  border-radius: 5.6rem;
  background-color: #34BBD8;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.features__title {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.3;
}

.features .feature__subtitle {
  color: #fff;
}

.features__hero_box {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 2.4rem;
  position: relative;
}

.features__hero_box1 {
  margin-bottom: 1rem;
}

.features__hero_box h3 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 0;
  line-height: 1.3;
  color: #0081CC;
  margin-bottom: 2.5rem;
  letter-spacing: -0.1rem;
}

.features__hero_box1 h3 {
  color: var(--0-guide, #0081CC);
  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: 1rem;
}

.features__hero_box p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.01rem;
  font-weight: 400;
  margin-top: 1.2rem;
}

.features__hero-character {
  position: absolute;
  top: 23rem;
  z-index: 1;
  left: 0;
}

.features__hero {
  margin-top: 25.5rem;
  position: relative;
  z-index: 2;
}

.features__hero_box_img_everyday {
  width: 8.9rem;
  display: block;
  position: absolute;
  top: 3.7rem;
  right: 1.5rem;
}

.features__hero_box .features__hero_box_txt_everyday {
  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: 150%;
  /* 1.8rem */
}

.arrow-bar {
  /* 背景の水色 */
  height: 4.5rem;
  /* 高さは調整 */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem / 2rem;
  /* 両端が丸くなる帯っぽさ */
  position: relative;
  margin: 1rem 0 0.5rem;
}

/* 中央の下向き三角矢印 */
.arrow-bar__chev {
  display: block;
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  /* 左辺 */
  border-right: 6rem solid transparent;
  /* 右辺 */
  border-top: 2.7rem solid #9be0ed;
  /* 矢印の色 */
}

.features .feature__cta-lead {
  text-align: center;
  color: #fff;
}

.features__hero_box2 h3 {
  font-size: 2.8rem;
  font-weight: bold;
}

.features__hero_box3 {
  margin-top: 0.9rem;
}

.features__hero_box3 h3 span {
  font-size: 3.4rem;
  color: #333442;
}

.features__hero_box3 img {
  width: 21rem;
  display: block;
  margin: 0 auto;
}


.features__content {
  background-color: #00ADEA;
  border-radius: 4rem;
  padding: 4rem 2.4rem;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 0;
}

.features__card-title {
  color: #fff;
  font-size: 3.4rem;

}

.features__content {
  position: relative;
}

.features__card-content {
  position: absolute;
  top: 26.5rem;
  left: 0;
  z-index: 0;
  /* width: 37rem; //カラムからはみ出してレイアウトが崩れるため削除 */
}

.features__card-title .features__card-title-span {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;

  /* title_4L */
  font-family: "Noto Sans JP";
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  /* 6.25rem */
}

.features__card-title span {
  color: #00ADEA;
  font-size: 3.5rem;
  line-height: 1.3;
}

.features__card-title span span {
  letter-spacing: -0.5rem;
}

.features__card-header_mb {
  margin-bottom: 25rem;
}

.features__card-header p {
  font-size: 2rem;
  letter-spacing: -0.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}



/* コースタブ */
.course-tabs {
  display: flex;
  justify-content: space-between;

}

.course-tabs__item {
  flex: 1;
  text-align: center;
  padding: 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #3abaf0;
  border-radius: 18px 18px 10px 10px;
  line-height: 1.4;
  margin-bottom: 3px;
}

.course-tabs__item:nth-child(2) {
  margin: 0 0.4rem;
  margin-bottom: 3px;
}

.course-tabs__item--active {
  background: #E7F2FE;
  /* アクティブ状態を強調 */
  color: #333442;
  border-radius: 1.5rem 1.5rem 0 0;
  margin-bottom: 0;
}

.course-tabs__item--active.course-tabs__item:nth-child(2) {
  margin-bottom: 0px;
}

.course-tabs__item span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

/* 学習時間の目安 */
.course-summary {
  margin-bottom: 1.5rem;
}

.course-summary__text {
  color: #0081CC;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.course-summary__note {
  font-size: 1.2rem;
  color: #666;
  margin: 0;
  padding-left: 1.2rem;
}

/* 授業カード */
.lesson-card {
  border-radius: 0.8rem;
  margin-bottom: 1.5rem;
}

.lesson-card__header {
  background-color: #00ADEA;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0.6rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  justify-content: center;
}

.lesson-card__label {
  background: #fff;
  color: #00ADEA;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 99.9rem;
  margin-right: 0.5rem;
  border: solid 0.1rem #00ADEA;
  text-align: center;
  position: absolute;
  left: 1rem;
}

.lesson-card__label--blue {
  background: #3abaf0;
}

.lesson-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}

.lesson-card__image img {
  width: 100%;
  border-radius: 0.6rem;

}

.lesson-card__desc {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  margin-top: 10px;
}

.course_block {
  background-color: #E7F2FE;
  padding: 3.2rem 2rem;
  border-radius: 0 0 4rem 4rem;
}

.course-summary__text {
  font-size: 1.8rem;
  margin-top: 0;
}

.course-summary__note {
  list-style: none;
  padding-left: 0;
}

.course-summary__note li {
  font-size: 1.1rem;
  font-weight: 400;
}

.lesson-card__title {
  font-size: 1.8rem;
  color: #fff;
}

.features__card2 {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 2rem 1.6rem 3rem;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 9;
}

.features__card2:last-child {
  margin-bottom: 0;
}

.features__card2 .features__card-title {
  color: #333442;
  margin-top: 0;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.features__card2_proccess {
  position: relative;
}

.features__card2_everymonth {
  position: absolute;
  width: 8.9rem;
  left: 1.2rem;
  top: 13rem;
}

.features_proccess_tit_sub {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 1.6rem;
}

.features__card2_voice {
  margin-bottom: 0;
}

.features__card2 .features__card-header p {
  color: #333442;
}

.course_box {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 6.4rem;
  background: #F93A6B;
  margin: 0 auto;
  color: #fff;
  margin-top: -2rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 9;
}


.course_block2 {
  display: flex;
  padding: 4rem 2rem;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  align-self: stretch;
  border-radius: 3.2rem;
  background: var(--BG_blue, #E7F2FE);
  position: relative;
  z-index: 1;
  margin-top: -3rem;
}


.course_block2 h3 {
  color: var(--1, #39F);
  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%;
  /* 2.6rem */
}



.course_block2 a {
  display: flex;
  width: 24rem;
  height: 4.4rem;
  padding: 0.6rem 2.9rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3.2rem;
  border: 0.2rem solid var(--0-guide, #0081CC);
  background: var(--white, #FFF);
  color: var(--0-guide, #0081CC);
  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%;
  /* 2.08rem */
  text-decoration: none;
}


.course_block3_txt {
  color: var(--text, #333442);
  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%;
  /* 2.6rem */
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.course_block3_title {
  color: var(--2, #00ADEA);
  font-feature-settings: 'palt' on;

  /* title_LL */
  font-family: "Noto Sans JP";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 5.2rem */
  margin-top: 0;
  margin-bottom: 1.5rem;

}

.course_block3_txt2 {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}


.features__card2_proccess h3 {
  color: var(--2, #00ADEA);
  font-feature-settings: 'palt' on;

  /* title_3L */
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  /* 5.5rem */
  margin-bottom: 3.2rem;
}

.features_proccess {
  border-radius: 2.4rem;
  background: var(--BG_blue, #E7F2FE);
  padding: 2rem;
  margin-bottom: 3.2rem;
}

.features_proccess_txt {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 2.4rem */
  margin: 1.4rem 0;
}

.features_proccess_txt2 {
  color: var(--sub3, #9A9BA5);
  font-feature-settings: 'palt' on;

  /* label_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 2.08rem */
  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;
}

.features_proccess2 {
  border-radius: 2.4rem;
  background: var(--2, #00ADEA);
}

.features_proccess2 h3 {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;

  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 3.64rem */
  margin-top: 0;
}

.features_proccess2 h3 span {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 26px */
  display: block;
}

.features_proccess2 .features_proccess_txt {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;

  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 2.4rem */
}

.features__card2_scroll_box .features__card2_scroll_box_caution {
  margin-top: 0;
}

.features__card2_scroll_box_caution a {
  display: block;
  color: var(--sub3, #9A9BA5);
  text-align: center;
  font-feature-settings: 'palt' on;

  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  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;
  text-align: left;

}

.features_proccess2 h4 {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;

  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 2.6rem */
  margin-bottom: 1rem;
}

.features__card2 .features_proccess_graf {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_L */
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 4.42rem */
}

.features__card2 .features_proccess_graf span {
  color: var(--2, #00ADEA);
  font-feature-settings: 'palt' on;

  /* title_S */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 3.12rem */
  display: block;
}

.features__card2 .features__card2_title {
  color: var(--2, #00ADEA);
  font-feature-settings: 'palt' on;

  /* title_L */
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 4.42rem */
  margin-bottom: 3.2rem;
}


.features__card2_voice h3 {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_L */
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 4.42rem */
  margin-bottom: 0;
  margin-bottom: 2rem;
}

.features__card2_voice .features_voice {
  display: flex;
  align-items: center;
}

.features_voice img {
  width: 8.3rem;
  height: 8.3rem;
  margin-right: 1.6rem;
}

.features_voice h4 {
  color: var(--main, var(--ink-text-100, #181B35));
  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%;
  /* 2.6rem */

}

.features_voice h4 span {
  color: var(--sub2, #676979);
  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%;
  /* 1.82rem */
}

.features__card2_voice p {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 2.4rem */
  margin-top: 2rem;
}

.feature__cta_voice p {
  color: #fff;
}

.feature2_wrap {
  background-color: #0081CC;
}

.features2 {
  padding: 0 2.4rem;
  padding-bottom: 4rem;
  margin-top: 5rem;
  border-radius: 0 0 3.2rem 3.2rem;
  background-color: #E7F2FE;
}

.features2 .feature__title {
  color: var(--1, #39F);
  font-feature-settings: 'palt' on;

  /* title_3L */
  font-family: "Noto Sans JP";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  /* 5.5rem */
}



.features2 .feature__subtitle {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_S */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 3.12rem */
}


.features2 h3 {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_S */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 3.12rem */
  margin: 4rem 0 2.8rem;
}


.features2 h3 span {
  color: var(--0-guide, #0081CC);
  font-feature-settings: 'palt' on;

  /* title_LL */
  font-family: "Noto Sans JP";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 5.2rem */
}


.features__card2_content h4 {
  color: var(--text, #333442);
  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%;
  /* 2.6rem */
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.features__card2_content h4 span {
  color: var(--0-guide, #0081CC);
  font-feature-settings: 'palt' on;

  /* title_L */
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 4.42rem */


}

.features__card2_content h5 {
  color: #000;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1.6rem;
  text-align: center;
}

.features__card2_content img {
  margin-bottom: 1rem;
}

.features__card2_content p {
  font-size: 1.6rem;
}


.features__card2_scroll {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1.5rem 0;
}

.features__card2_scroll_box {
  flex: 0 0 85%;
  max-width: 27rem;
  padding: 1.2rem 0 1.2rem;
  scroll-snap-align: start;
}

.features__card2_scroll_box img {
  width: 100%;
  max-width: 27rem;
  height: 18.3rem;
}

.features__card2_scroll_box p {
  font-size: 1.6rem;
  margin-top: 1rem;
  letter-spacing: -0.01rem;
  margin-bottom: 0;
}

.about_library {
  color: var(--10, #00219B);
  font-feature-settings: 'palt' on;

  /* label_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 2.08rem */
  margin: 1.2rem 0;
}

.features__card2_content .about_library_txt {
  color: var(--sub2, #676979);
  font-feature-settings: 'palt' on;

  /* caption_s */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.82rem */
}


.features3 {
  padding: 5.6rem 2rem;
  background: #F9F6EC;

}

.features3 .feature__title {
  color: var(--1, #39F);
  font-feature-settings: 'palt' on;

  /* title_3L */
  font-family: "Noto Sans JP";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  /* 5.5rem */
  margin-bottom: 4rem;
}

.feature_cta_bg {
  background-color: #0081CC;
}

.features3 .feature__title span {
  color: var(--1, #39F);
  font-feature-settings: 'palt' on;

  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 3.64rem */
}

.features3 .features3_lineup {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_LL */
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 5.2rem */
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.features3_lineup_txt {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* lead */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.8rem */
  margin-bottom: 0;
}


.feature_lineup_txt3 {
  color: var(--0-guide, #0081CC);
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 1.94rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  /* 144.516% */
}

.feature3_challenge_touch {
  border-radius: 3.2rem;
  background: var(--additional_blue, #2698FA);
  padding: 2.4rem 2.4rem 1.2rem 2.4rem;
}

.feature3_challenge_touch>img {
  margin-bottom: 1rem;
}

.feature3_challenge {
  border-radius: 3.2rem;
  background: var(--3, #34BBD8);
  padding: 3.2rem .6rem 1rem;
  margin-top: 1.2rem;
}

.feature3_challenge>img {
  margin-bottom: 1rem;
}


.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, #F4F4F2);
  padding: 1.6rem 2rem;
}

.footer__list li a {
  color: var(--text, #414358);
  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;
}

.features__container_renewal {
  -webkit-text-stroke-width: 1.31px;
  -webkit-text-stroke-color: var(--white, #FFF);
  font-family: Inter;
  font-size: 63.231px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #34BBD8;
  opacity: 0.4;
  position: absolute;
  top: 10px;
  width: 299px;
  right: 10px;
}

.innerPcScroll--child_left {
  display: none;
}

.innerPcScroll--parent .innerPcScroll--child {
  width: 100%;
}

.feature__cta_wh p {
  color: #fff;
}

.features__card2_pb {
  padding-bottom: 0;
}

.c-requestButton__a {
  width: 29.1rem;
  margin: 0 auto;
  margin-top: 5px;
}

.c-requestButton__span {
  font-size: 2rem;
  text-align: left;
}

.enrollment-delivery-card p {
  color: #333442;
  margin: 0;
  font-size: 1.3rem;
}

.enrollment-delivery-card p span {
  color: #676979;
  font-size: 1rem;
}




.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__content {
  background: #fff;
  border-radius: 32px;
  max-width: 600px;
  width: 95%;
  max-height: 90vh;
  /* ← 画面に収まる高さを指定 */
  overflow-y: auto;
  /* ← コンテンツ部分だけスクロール可能に */
  padding: 2rem;
  position: relative;
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
  cursor: pointer;
}

.modal_block h2 {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;

  /* title_S */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 31.2px */
  margin: 1.6rem 0;
}

.modal_block p {
  color: var(--text, #333442);
  font-feature-settings: 'palt' on;
  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.modal_block {
  margin-top: 2.4rem;
}

.modal_block h3 {
  color: var(--text, #414358);
  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: 2.4rem;
}


.modal_block_close {
  border-radius: 32px;
  border: 3px solid var(--text, #414358);
  background: var(--white, #FFF);
  color: var(--text, #414358);
  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%;
  /* 20.8px */
  width: max-content;
  margin: 0 auto;
  padding: 0.5rem 1.8rem;
}

.feature1_inner {
  display: none;
}

.feature1_inner1 {
  display: block;
  margin-top: 13rem;
}


.learning_style {
  margin: 0 auto;
  margin: 5.6rem 0;
  width: 95%;

}

.learning_style p {
  color: var(--puchi, #E61F53);
  text-align: center;
  font-feature-settings: 'palt' on;

  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 0;
}

.learning_style h2 {
  color: var(--puchi, #E61F53);
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_LL */
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 46.8px */
  text-align: center;
  margin-bottom: 1.6rem;
}


.c-reason1 .c-reason_block {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #E85298;
  border-radius: 120px;
  padding-bottom: 5rem;
}

.c-reason_block_link {
  width: max-content;
  border-radius: 32px;
  background: var(--style_hyibrid, #E85298);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
  padding: 0 2.5rem;
}

.c-reason_block_link_wh {
  background-color: #fff;
}

.c-reason_inner .c-reason_block_link_wh p {
  color: #E85298;
}

.c-reason_block_tit {
  margin-bottom: 0;
}

.c-reason_block_tit span {
  color: #414358;
}

.c-reason_block2 .c-reason_block_tit span,
.c-reason_block3 .c-reason_block_tit span {
  color: #f6fbff;
}

.c-reason_block_link2 {
  background-color: #fff;

}

.c-reason_block_link p {
  color: var(--white, #FFF);
  font-feature-settings: 'palt' on;

  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}

.c-reason_block_link2 p {
  color: #E85298;
}

.c-reason1 .c-reason_block2 {
  border-radius: 120px;
  border: 11px solid var(--cocha_accent, #FFE100);
  background: var(--step, #00A73C);
}

.c-reason1 .c-reason_block3 {
  border-radius: 120px;
  background: #E1F7FA;

}

.c-reason1 .c-reason_block3 p,
.c-reason1 .c-reason_block3 h3 {
  color: #414358;
}

.c-reason_block3 .c-reason_block_link {
  background: var(--hop, #00AFEC);
}

.c-reason_block3 .c-reason_block_link p {
  color: #fff;
}

.edutoy {
  background: #fff;
  padding: 28px 16px 36px;
  border-radius: 48px;
}

.edutoy__inner {
  max-width: 420px;
  margin: 0 auto;
}

/* タブバッジ */
.edutoy__badges {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.edutoy__badge {
  display: inline-grid;
  place-items: center;
  min-width: 112px;
  padding: 8px 10px 6px;
  border: 3px solid #E30F4A;
  color: #fff;
  background: linear-gradient(180deg, #ff5ea0 0%, #e51d52 100%);
  border-radius: 8px;
  font: 700 12px/1.1 "Noto Sans JP", sans-serif;
  text-align: center;
  box-shadow: 0 2px 0 0 #B20D35 inset;
}

.edutoy__badge--disabled {
  color: #9aa3b2;
  border-color: #d7dde5;
  background: linear-gradient(180deg, #f6f7f9 0%, #eef0f4 100%);
  box-shadow: none;
}

/* 見出し */
.edutoy__title {
  color: var(--text, #414358);
  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: 2.4rem;
  margin-top: 2.4rem;
}

/* メインビジュアル */
.edutoy__hero {
  margin: 0 0 16px;
  border-radius: 18px;
  overflow: hidden;

}

.edutoy__hero-img {
  display: block;
  width: 100%;
  height: auto;
}

/* リード */
.edutoy__lead {
  margin: 6px 4px 12px;
}

.edutoy__lead-badge {
  margin: 0 0 6px;
  color: #D60E3F;
  font: 900 14px/1.2 "Noto Sans JP", sans-serif;
}

.edutoy__lead-text {
  margin: 0;
  font: 700 1.6rem/1.35 "Noto Sans JP", sans-serif;
  color: #E81829;
}

.edutoy__lead .edutoy__card-caption {
  font-size: 1.6rem;
}

.degital_txt {
  color: var(--sub2, #414358);
  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%;
  /* 16.8px */
  margin: 0;
}

.degital_txt_red {
  color: #E81829;
  margin-bottom: 1.6rem;
}

.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, #414358);
  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 */
}

.edutoy_degital ul li {
  color: var(--text, #414358);
  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 */
  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-image: url(../img/check_box.png);
  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: #fff;
  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%;
  /* 18.2px */
  width: max-content;
  margin: 0 auto;
  padding: 1.2rem 1.6rem;
  border-radius: 3.2rem;
  padding-right: 2.4rem;
}

.cta__visual_degital {
  margin-top: 10rem;
}

.cta__visual_degital .edutoy__title {
  font-size: 2.4rem;
}

.campaign_enjoy_block {
  display: flex;
}

.campaign_enjoy_block img {
  width: 8.3rem;
  height: 8.3rem;
}

.campaign_enjoy_block2 {
  margin-left: 1.6rem;
}

.cta__visual_degital .edutoy__cta {
  color: hsl(235, 15%, 30%, 0.8);
  border: 3px solid hsl(235, 15%, 30%, 0.8);
}

/* グリッド */
.edutoy__grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  padding: 0;
  margin: 0 0 18px;
}

.edutoy__card {
  background: #fff;
  border-radius: 16px;


}

.edutoy__card-figure {
  margin: 0 0 6px;
}

.edutoy__card-img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.edutoy__card-caption {
  color: var(--text, #414358);
  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 */
}

.edutoy__card-caption span {
  color: #E81829;
}

/* CTAボタン */
.edutoy__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  text-decoration: none;
  color: #00A73C;
  background: #fff;
  border-radius: 28px;
  border: 3px solid #00A73C;
  font: 900 16px/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(1px);
}


.cta__visual {
  margin-bottom: 3.2rem;
}

.cta__visual3 .edutoy__title {
  font-size: 2.2rem;
}

.degital_contents_txt {
  color: var(--sub2, #414358);
  font-feature-settings: 'palt' on;

  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  margin: 0;
}



/* セクション枠 */
.themes {
  background: #fff;
  padding: 28px 16px 40px;
}

.themes__inner {
  max-width: 640px;
  margin: 0 auto;
}

/* ほかにも！ */
.themes__eyebrow {
  margin: 0 0 10px;
  color: #e81829;
  font: 900 20px/1.2 "Noto Sans JP", system-ui, -apple-system, sans-serif;
}

/* タイトル */
.themes__title {
  color: #554B4B;
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_MM */
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
  margin-bottom: 1.6rem;
}

/* 図版 */
.themes__figure {
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
}

.themes__image {
  display: block;
  width: 100%;
  height: auto;
}

/* 説明文（薄グレー） */
.themes__desc {
  color: var(--sub3, #414358);
  font-feature-settings: 'palt' on;

  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

/* 赤い誘導コピー */
.themes__cta-lead {
  color: var(--cocha_primary, #E81829);
  text-align: center;
  font-feature-settings: 'palt' on;

  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

/* 大きい黄色ボタン */
.themes__cta {
  display: grid;
  grid-template-columns: 88px 1fr 40px;
  /* 左マスコット / 文字 / 余白(丸輪郭用) */
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  background: #ffd400;
  border-radius: 9999px;
  min-height: 92px;
  padding: 10px 18px 10px 10px;
  box-shadow: 0 6px 0 #e3b600;
  position: relative;
}

.themes__cta:active {
  transform: translateY(1px);
  box-shadow: 0 5px 0 #e3b600;
}

/* 左アイコン領域 */
.themes__cta-left {
  display: grid;
  place-items: center;
}

.themes__cta-mascot {
  width: 78px;
  height: auto;
  display: block;
}

/* テキスト領域 */
.themes__cta-text {
  display: grid;
  row-gap: 4px;
  justify-items: center;
  text-align: center;
}

.themes__cta-note {
  color: var(--text, #414358);
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_SSS */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 18.2px */
}

.themes__cta-main {
  color: var(--text, #414358);
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 31.2px */
}

/* 右側の丸みを強調（装飾用ダミー） */
.themes__cta-right {
  width: 100%;
  height: 1px;
}


/* 全体 */
.fee {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダー */
.fee__header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.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;
  /* 120px */
  width: 55%;
}

.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%;
  /* 26.4px */
}

.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%;
  /* 52.8px */
}

/* 中央の白いカード */
.fee__content {
  background-color: #fff;
  color: #000;
  border-radius: 3.2rem;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 1.6rem;
}

.fee__badge {
  margin-bottom: 10px;
}

.fee__badge-img {
  max-width: 140px;
}

.fee__badge-age {
  color: #00A73C;
  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%;
  /* 30px */
  margin: 0;
}

.fee__content .fee__badge img {
  max-width: 15.4rem;
  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%;
  /* 31.2px */
}

.fee_plans_box .c-requestButton2__p {
  font-size: 2rem;
}

/* 料金プラン */
.fee__plans {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.fee__plan {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.fee__plan--recommend {
  border-color: #E60012;
  background-color: #fff5f5;
  position: relative;
}

.fee__plan-recommend {
  background-color: #E60012;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 8px;
}

.fee__plan-label {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.fee__plan-price {
  font-size: 20px;
  font-weight: 900;
  color: #E60012;
}

.fee__plan-detail {
  font-size: 12px;
  margin-top: 5px;
}

/* CTAボタン */
.fee__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD700;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 15px;
  gap: 10px;
  font-weight: 700;
}

.fee__cta-img {
  height: 48px;
}

.fee__cta-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.fee__cta-sub {
  font-size: 12px;
  font-weight: 400;
}

.fee__cta-main {
  font-size: 18px;
  font-weight: 900;
}

.fee_plans_box {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #E85298;
  border-radius: 32px;
  padding: 2.4rem 1rem;
  text-align: left;
  margin-bottom: 1.6rem;
}

.fee_plans_box_degital {
  background-color: hsl(189, 100%, 40%, 0.8);
}

.fee_block {
  border-radius: 64px;
  background: var(--puchi, #00A73C);
  /* lv2 */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 4.8rem 1.6rem;
  margin-top: 2rem;
}

.senko_kyozai_tit {
  color: var(--cocha_accent, #FFE100);
  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%;
  /* 36.4px */
  margin-bottom: 2.4rem;
}

.fee_plans_box h3 {
  color: var(--text, #414358);
  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%;
  /* 24px */
}

.fee_plans_box>img {
  width: 16.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.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;
}

.fee__plans_txt {
  color: var(--black, #000);
  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 */
  text-align: center;
  margin: 0;
}

.enrollment-container2 {
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;

  background-color: #00A73C;

  /* lv2 */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.enrollment-container2 .simekiri_img {
  position: absolute;
  left: 0;
  top: -175px;
}

.modal_block .modal_block_red {
  color: #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 */
}

.enrollment-header-section img {
  margin-bottom: 0.7rem;
}

.cta_interest {
  color: var(--white, #FFF);
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;

  /* title_SS */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 23.4px */
}

.c-colorFff_bk .c-colorFff {
  color: hsl(235, 15%, 30%, 0.5);
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 3.6rem;
}

.campaign-banner a img {
  border-radius: 16px;
}

.c-reason_tit h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.c-reason_limit_tit span {
  font-weight: bold;
  color: #FFE100;
}

.c-reason1 .c-reason_tit h2 {
  font-size: 3rem;
}

.c-reason_tit h2 span {
  color: var(--text, #414358);
  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: 16px;
  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;
}

.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: 2rem;
  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 */

}

.c-reason_block2 .c-requestButton2__a p,
.c-reason_block2 .c-requestButton2__a span {
  color: #414358;
}

.c-requestButton2 {
  margin-top: 2.4rem;
}

.cta_interest_reason {
  color: #E81829;
}

.enrollment-container_last {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding-bottom: 5.6rem;
}

.c-hero__bg {
  background-color: transparent;

}

.c-marginTop__16 {
  border: none;
}

.c-reason_block {
  padding: 3.2rem 3rem 10.8rem 3rem;
}

.footer .footer__menuAttention p {
  margin: 0;
  margin-left: 1rem;
  text-indent: -1rem;
}

.simekiri_img_pc {
  display: none;
}

.simekiri_img_sp {
  display: block;
}


.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, #414358);
  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, #414358);
  font-feature-settings: 'palt' on;

  /* text_S */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.header__h1 {
  width: 22.5rem;
}

.fee__note2 {
  text-align: left;
  color: var(--sub3, #414358);
  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 */
}

.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, #414358);
  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: #414358;
}

.enrollment-service-section .cta_txt_wh {
  color: #fff;
}

.enrollment-service-section_bk .cta_txt,
.enrollment-service-section_bk .cta_content {
  color: #414358;
}


/* 初期状態は非表示 */
.cta_content {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 10px;
  transition: max-height 0.3s ease;
  /* 簡易アニメーション */
  overflow: hidden;
  color: #fff;
}

.cta_txt {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}


.enrollment-container_last .cta_content {
  color: #414358;
}

.enrollment-service-section_wh .cta_content {
  color: #fff;
}

.c-secCommitment__h2--red {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.features3 .campaign-banner {
  justify-content: space-around;
}

.style_section {
  width: 95%;
  margin: 0 auto;
  margin-top: 11rem;
  margin-bottom: 4rem;
}

.style_section p {
  color: var(--step, #00A73C);
  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(--step, #00A73C);
  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;
}

.c-reason_tit_wrap_num,
.c-reason_tit_wrap_txt {
  color: #00A73C !important;
}

.reason1_can_img {
  display: block;
  width: 95%;
  margin: 0 auto;
}

.reason1_can_img2 {
  display: block;
  width: 90%;
  margin: 0 auto;

}


/* Layout base */
.promo {}

.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, .05) inset;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

/* Badge */
.promo__badge {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.promo__badge-main {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
}

.promo__badge-sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

/* Lead */
.promo__lead {
  font-weight: 700;
  font-size: 16px;
  margin: 8px 4px 10px;
}

/* Title */
.promo__title {
  margin: 0 4px 12px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .02em;
}

.promo__title-num {
  font-size: 72px;
  /* 「1」大きく */
  display: inline-block;
  margin-right: 6px;
  -webkit-text-stroke: 2px #111;
  /* 縁取りで強調（対応外ブラウザは無視） */
  text-stroke: 2px #111;
}

.promo__title-strong {
  font-size: 40px;
}

/* Figure (image) */
.promo__figure {
  margin: 16px auto 8px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  width: calc(100% - 8px);
  border: 2px solid rgba(0, 0, 0, .08);
}

.promo__figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* short note */
.promo__note {
  font-size: 13px;
  line-height: 1.6;
  margin: 6px 4px 14px;
}

/* Box section */
.promo__box {}

.promo__box-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 8px;
  margin-bottom: 0;
}

.promo__box-list {

  padding: 0;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.7;
}

.promo__box-list li {
  margin-bottom: 6px;
}

.promo__box-link {
  font-size: 1.4rem;
  color: #005bbb;
  text-decoration: underline;
  font-weight: 700;
}

.promo__box_tit {
  color: var(--text, #414358);
  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 */
}

.promo__box p span {
  color: #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: 42px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal__close_banner {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 3rem;
  cursor: pointer;
  z-index: 99;
  color: #fff;
}

.promo__box_blue.cta_txt {
  color: #464646;
  font-feature-settings: 'palt' on;

  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 0.8rem;
  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: #E81829;
  color: #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;
}


/* 1ãƒ¶æœˆã‹ã‚‰å—è¬›OKãƒ¢ãƒ¼ãƒ€ãƒ« */
.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, .05) inset;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

/* Badge */
.promo__badge {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.promo__badge-main {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
}

.promo__badge-sub {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

/* Lead */
.promo__lead {
  font-weight: 700;
  font-size: 16px;
  margin: 8px 4px 10px;
}

.promo__card p {
  text-align: left;
}

/* Title */
.promo__title {
  margin: 0 4px 12px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .02em;
}

.promo__title-num {
  font-size: 72px;
  /* ã€Œ1ã€å¤§ãã */
  display: inline-block;
  margin-right: 6px;
  -webkit-text-stroke: 2px #111;
  /* ç¸å–ã‚Šã§å¼·èª¿ï¼ˆå¯¾å¿œå¤–ãƒ–ãƒ©ã‚¦ã‚¶ã¯ç„¡è¦–ï¼‰ */
  text-stroke: 2px #111;
}

.promo__title-strong {
  font-size: 40px;
}

.promo__card p {
  margin-top: 0;
}

/* Figure (image) */
.promo__figure {
  margin: 1.6rem auto 0.8rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.6rem;
  width: calc(100% - 8px);
  border: 2px solid rgba(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.6;
  margin: 6px 4px 14px;
  margin-bottom: 2.4rem;
  font-weight: 700;
}

.promo__box-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 8px;
  margin-bottom: 0;
}

.promo__box-list {

  padding: 0;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.7;
}

.promo__box-list li {
  margin-bottom: 6px;
}

.promo__box-link {
  font-size: 1.4rem;
  color: #005bbb;
  text-decoration: underline;
  font-weight: 700;
}

.promo__box_tit {
  color: var(--text, #414358);
  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 */
}

.promo__box p span {
  color: #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: #1D7FD6;
  margin-top: 0;
}

.logo_style {
  width: 16rem;
  display: block;
  margin: 0 auto;
}

.edutoy__cta_gray {
  color: hsl(235, 15%, 30%, 0.8);
  border: 3px solid hsl(235, 15%, 30%, 0.8);
}

.cta_txt_gy {
  color: var(--sub2, #414358);
}

.cta_content_gy {
  color: var(--sub2, #414358);
}

.cta_content_gy p span {
  color: var(--cocha_primary, #E81829);
}

.kyozai_img2 {
  margin-top: 1.6rem;
}

.feature_txt3 {
  color: var(--sub2, #414358);
  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;
}

.c-accordion2__button2 {
  font-size: 1.2rem;
  text-decoration: none;
  text-align: left;
  padding-left: 0;
}

.c-marginTop__15_2 {
  margin-top: 0;
}

.c-marginTop__15_2 .c-accordion2__dl {
  padding-left: 0;
}

.c-marginTop__15_2 .c-accordion2__dl span {
  display: inline;
}

.cta_txt_tr {
  display: block;
  text-align: right;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

.cta_content_tr p {
  color: #fff;
}

.promo-accordion-trigger {
  font-weight: 700;
  color: #1D7FD6;
  font-size: 1.6rem;
}

.style_banner_img {
  display: flex;
  justify-content: center;
}

.js-accordion__target--sansyutsu--2 {
  color: hsl(235, 15%, 30%, 0.5);
  margin-bottom: 2.4rem;
}

.c-colorFff_bk .js-accordion__trigger--sansyutsu--2 {
  margin-bottom: 0;
}

.style_flex {
  display: flex;
  margin-top: 2.4rem;
}

.opacity {
  opacity: 0.3;
}

.style_flex2 {
  width: 80%;
  margin: 0 auto;
}

.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, #414358);
}

.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: #414358;
  display: block;
  text-decoration: none;
}

.edutoy__inner .cta_content {
  color: #414358;
  padding: 0;
  border: none;
}


.c-scrollContainer__childImg {
  width: auto;
}


.c-header__hamburgerOverlay__head--sp p {
  color: #00A73C;
}

/* responsive tweak */
@media (min-width: 480px) {
  .promo__title-num {
    font-size: 84px;
  }

  .promo__title-strong {
    font-size: 44px;
  }
}

/* レスポンシブ微調整 */
@media (min-width: 480px) {
  .themes__title {
    font-size: 38px;
  }

  .themes__cta {
    min-height: 100px;
  }

  .themes__cta-mascot {
    width: 86px;
  }

  .themes__cta-note {
    font-size: 20px;
  }

  .themes__cta-main {
    font-size: 34px;
  }
}

@media (min-width: 480px) {
  .edutoy__title {
    font-size: 32px;
  }

  .edutoy__lead-text {
    font-size: 20px;
  }

  .edutoy__grid {
    gap: 14px 16px;
  }

  .edutoy__cta {
    min-height: 60px;
  }
}

/* レスポンシブ微調整 */
@media (min-width:900px) {
  .hero-inner {
    padding: 2.6rem 2.8rem
  }

  .deadline {
    padding: 1.8rem 2.2rem
  }
}


@media screen and (min-width: 471px) {
  .c-hero__bg {
    background-image: url(../img/fv_bg.png);
    background-size: cover;
    content: "";
    display: inline-block;
  }

  .hero__container {
    display: none;
  }

  .enrollment-container {
    margin-top: 24.3rem;
  }

  .hero__image {
    width: 42rem;
    background-image: none;
  }

  .innerPcScroll--parent {
    position: relative;
  }

  .innerPcScroll--child_left {
    display: block;

    max-width: 42.5rem;

  }

  .hero__container_sp {
    padding-top: 7.7rem;
  }



  .innerPcScroll--child_left .nyukai_kento {
    color: #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_new1 {
    color: var(--1, #39F);
    font-family: "Noto Sans JP";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 1.6rem;
  }

  .innerPcScroll--child_left .feature-list {
    width: 31rem;
    margin-top: 1.7rem;
  }

  .innerPcScroll--child_left .feature-list__title {
    font-size: clamp(1.8rem, .8vw, 2.4rem);
  }

  .innerPcScroll--child_left .feature__cta_voice p {
    color: #333442;
  }

  .innerPcScroll--child_left .feature__cta {
    width: 33rem;
  }

  .innerPcScroll--child_left_box {
    padding-left: 5rem;
  }

  .innerPcScroll--child_left {
    background-color: transparent;
  }

  .hero__title {
    text-align: left;
    padding-left: 3rem;
  }

  .innerPcScroll--child_left .footer__relationLinkA {
    margin-top: 6.8rem;
  }

  .innerPcScroll--child_left {
    margin-top: 79rem;
  }

  .enrollment-container2 .simekiri_img {
    top: -22rem;
  }

  .c-position__sticky {
    top: 8rem;
  }

  .enrollment-container_last {
    margin-top: 0;
  }

  .simekiri_img_sp {
    display: none;
  }

  .simekiri_img_pc {
    display: block;
  }

  .enrollment-container2 .simekiri_img_pc {
    top: -23rem;
  }
}