@charset "UTF-8";

: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, 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;
}

p {
  margin: 0;
}

.wrap {
  max-width: 96rem;
  margin: 0 auto;
  padding: 2.4rem 1.6rem 8rem;
}

.header__leftP {
  color: var(--pocket_dark, #fdd000);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.68rem;
}

img {
  width: 100%;
}

.footer img {
  /* footerの画像はwidth:100%を除外 */
  width: auto;
}

/* 青い縦リボンの大きいパネル */

.hero {
  position: relative;
  overflow: hidden;
}

.hero__container {
  padding-bottom: 31rem;
}

.hero__title {
  color: var(--pocket_dark, #fdd000);
  /* round_text_SS */
  font-family: "Rounded Mplus 1c";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
  padding-left: 2rem;
}

.hero__title span {
  color: var(--text, #414358);
  /* round_text_LL */
  font-family: "Rounded Mplus 1c";
  font-size: 6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 60px */
  letter-spacing: -0.24;
}

.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, 0.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;
  height: 45rem;
}

/* 入会案内コンテナ */

.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: 1rem;
}

.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: 1rem;
}

.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 {
  background: #f9f6ec;
}

.features3 .campaign .campaign-title {
  text-align: left;
}

.campaign__ScrollBox {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin-left: -1.2rem;
  margin-right: -10%;
  margin-bottom: 6rem;
}

.campaign__ScrollBox a {
  flex-shrink: 0;
}

.campaign__ScrollBox a:last-child {
  margin-right: 2rem;
}

.campaign__cardImg {
  width: 16.5rem;
}

.campaign__annotationP {
  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 */
}

.campaign__annotationP__offer a {
  display: inline;
  text-decoration: underline;
}

.campaign_enjoy_box {
  border-radius: 2.4rem;
  background: var(--white, #fff);
  padding: 1.6rem 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: 2rem;
  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: 1.2rem;
  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: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.campaign-banner {
  display: flex;
  gap: 1rem;
  margin-bottom: 6rem;
}

.learning-choice {
  background: var(--pocket_light, linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #fdd000);
  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: var(--pocket_dark, #fdd000);
  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: 11.7rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}

.learning-choice__header p {
  border-radius: 4rem;
  background: var(--white, #fff);
  width: 10rem;
  margin: 0 auto;
  text-align: center;
  color: var(--pocket_dark, #fdd000);
  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: 0.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: 0.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, 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, 0.25);
}

.deadline .label {
  font-weight: 700;
  letter-spacing: 0.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, 0.25);
  font-size: 1.4rem;
  letter-spacing: 0.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, 0.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: #fdd000;
  position: relative;
}

.cta::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cell_tama_yellow.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_yellow2.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: #414358;
  font-size: 2.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__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, 0.08);
  border: 0.2rem solid rgba(0, 0, 0, 0);
  /* 影を活かしつつ枠ナシ */
  position: relative;
  padding-left: 1.6rem;
}

/* 左の大きい番号丸 */

.feature-list__num {
  color: var(--pocket_dark, #fdd000);
  text-align: center;
  /* number_base */
  font-family: Inter;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 43.2px */
  margin-right: 0.3rem;
}

/* 中央テキスト */

.feature-list__body {
  min-width: 0;
}

/* タイトル折返し用 */

.feature-list__meta {
  color: var(--pocket_dark, #fdd000);
  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: #e61f53;
  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 #fdd000;
  border-bottom: 0.3rem solid #fdd000;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  /* 少しだけ下向きを強調 */
}

.feature-list__chev--2 {
  inline-size: 4rem;
  block-size: 4rem;
  border: none;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: default;
  position: absolute;
  right: 0;
}

.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-list__chev--3 {
  inline-size: 4rem;
  block-size: 4rem;
  border: none;
  color: #e85298;
  display: grid;
  place-items: center;
  cursor: default;
  position: absolute;
  right: 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;
}

/* 任意：hoverでわずかに持ち上げる */

.feature-list__item:hover {
  box-shadow: 0 1.4rem 3.6rem rgba(0, 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: 1.8rem 1.8rem 1rem 1rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.course-tabs__item:nth-child(2) {
  margin: 0 0.4rem;
  margin-bottom: 0.3rem;
}

.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: 0;
}

.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: 1rem;
}

.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: 2rem;
  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: 1.2rem;
  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: 1.6rem;
  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 0;
  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 */
}

.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 0.6rem 1rem;
  margin-top: 1.2rem;
}

.feature3_challenge > img {
  margin-bottom: 1rem;
}

.features3 .enrollment-container {
  width: 100%;
  margin-top: 2.8rem;
}

.features3_lineup {
  color: var(--text, #414358);
  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 */
  margin-bottom: 2.4rem;
}

.features3_lineup_txt {
  color: var(--text, #414358);
  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 */
}

.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% */
}

.features3 .campaign .campaign-title {
  text-align: left;
}

.features3 .campaign {
  width: 100%;
}

.cta_txt {
  text-align: left;
  color: white;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.hero__image a {
  text-align: right;
  padding-right: 2rem;
  color: white;
  text-decoration: underline;
}

.campaign_enjoy_box {
  border-radius: 2.4rem;
  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: 2rem;
  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: 1.2rem;
  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: 1.6rem;
  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: 1rem;
}

.campaign-banner a {
  flex: 0 0 16.5rem;
  /* 幅を固定 */
  display: block;
}

.campaign-banner img {
  width: 100%;
  /* aの幅にフィット */
  height: auto;
  /* アスペクト比保持 */
  display: block;
}

/* 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: 0.131rem;
  -webkit-text-stroke-color: var(--white, #fff);
  font-family: Inter;
  font-size: 6.32rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #34bbd8;
  opacity: 0.4;
  position: absolute;
  top: 1rem;
  width: 29.9rem;
  right: 1rem;
}

.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: 0.5rem;
}

.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: 3.2rem;
  max-width: 60rem;
  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, #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: 150%;
  /* 21px */
}

.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: 3.2rem;
  border: 0.3rem solid var(--text, #00afec);
  background: var(--white, #fff);
  color: var(--text, #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%;
  /* 20.8px */
  width: max-content;
  margin: 0 auto;
  padding: 0.5rem 1.8rem;
  margin-top: 2.4rem;
}

.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: 2rem;
  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: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 46.8px */
  text-align: center;
  margin-bottom: 1.6rem;
}

.c-reason {
  margin: 0;
  margin-top: 10rem;
}

.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: 12rem;
  padding-bottom: 5rem;
}

.c-reason_block_link {
  width: 23.6rem;
  border-radius: 3.2rem;
  background: var(--style_hyibrid, #e85298);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
}

.c-reason_block_link--1 {
  width: 29.8rem;
  display: flex;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3.2rem;
  background: var(--style_hyibrid, #e85298);
  position: relative;
  margin: 0 auto 1.2rem;
}

.c-reason_block_link--1 p {
  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 */
}

.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;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}

.c-reason_block_link--3 {
  width: 25.5rem;
  display: flex;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3.2rem;
  background: var(--style_hyibrid, #e85298);
  position: relative;
}

.c-reason_block_link--3 p {
  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 */
}

.c-reason_block_tit {
  margin-bottom: 0;
}

.c-reason_block_tit span {
  color: #414358;
}

.c-reason_block .c-reason_block_tit {
  text-align: center;
  /* round_text_MM */
  font-family: "Rounded Mplus 1c";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 45.6px */
}

.c-reason_block_tit2 {
  margin-bottom: 0.8rem;
}

.c-reason_block2 .c-reason_block_tit span,
.c-reason_block3 .c-reason_block_tit span {
  color: #f6fbff;
}

.c-reason_block_tit_sub {
  text-align: center;
  /* round_text_SSS */
  font-family: "Rounded Mplus 1c";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 26.4px */
}

.c-reason_block_tit_sub span {
  font-family: "Rounded Mplus 1c";
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}

.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: 1.4rem;
  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: 12rem;
  border: 1.1rem solid var(--cocha_accent, #ffe100);
  background: var(--puchi, #fdd000);
}

.c-reason1 .c-reason_block3 {
  border-radius: 12rem;
  background: #e1f7fa;
}

.c-reason1 .c-reason_block3 p,
.c-reason1 .c-reason_block3 h3 {
  color: #414358;
}

.c-reason2 .c-reason_block1 {
  background-color: #FFE100;
  background-image: none;
}

.c-reason2 .c-reason_block1 .c-reason_block_tit {
  color: #E81829;
  font-size: 3rem;
}

.c-reason2 .c-reason2_tit {
  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%;
  /* 3.64rem */
  margin-bottom: 1.6rem;
}

.c-reason2 .c-reason2_tit span {
  color: #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%;
  /* 2.6rem */
  display: block;
  margin-bottom: 0.8rem;
}

.c-reason_block3 .c-reason_block_link {
  background: var(--hop, #00afec);
}

.c-reason_block3 .c-reason_block_link p {
  color: #fff;
}

.c-reason_block__1month {
  display: flex;
  padding: 4.8rem 3.2rem 5.6rem 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  border-radius: 9.6rem;
  border: 0.7rem solid var(--black, #000);
  background: linear-gradient(0deg, #ffeb3d 0%, #ffeb3d 100%), rgba(255, 255, 255, 0);
}

.c-reason_block__1monthP--1 {
  color: var(--black, #000);
  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 */
}

.c-reason_block__1monthSpan--black {
  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 */
}

.c-reason_block__1monthSpan--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%;
}

.c-reason_block__1monthSpan--grey {
  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: 150%;
}

.c-reason_block__1monthSpan--blue {
  color: var(--cocha_blue, #1d7fd6);
  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%;
}

.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 */
}

.edutoy {
  background: #fff;
  padding: 2.8rem 1.6rem 3.6rem;
  border-radius: 4.8rem;
}

.edutoy__inner {
  max-width: 42rem;
  margin: 0 auto;
}

/* タブバッジ */

.edutoy__badges {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.edutoy__badge {
  display: inline-grid;
  place-items: center;
  min-width: 11.2rem;
  padding: 0.8rem 1rem 0.6rem;
  border: 0.3rem solid #e30f4a;
  color: #fff;
  background: linear-gradient(180deg, #ff5ea0 0%, #e51d52 100%);
  border-radius: 0.8rem;
  font: 700 1.2rem/1.1 "Noto Sans JP", sans-serif;
  text-align: center;
  box-shadow: 0 0.2rem 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;
}

/* メインビジュアル */

.edutoy__hero {
  margin: 0 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;
  color: #e81829;
  font: 700 1.8rem/1.35 "Noto Sans JP", sans-serif;
}

.edutoy__lead-text2 {
  color: #554b4b;
}

/* グリッド */

.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: #fff;
  border-radius: 1.6rem;
}

.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, #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: 1rem;
  width: 100%;
  min-height: 5.6rem;
  text-decoration: none;
  color: #fdd000;
  background: #fff;
  border-radius: 2.8rem;
  border: 0.3rem solid #fdd000;
  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;
}

.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: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  margin: 0;
}

/* セクション枠 */

.themes {
  background: #fff;
  padding: 2.8rem 1.6rem 4rem;
}

.themes__inner {
  max-width: 64rem;
  margin: 0 auto;
}

/* ほかにも！ */

.themes__eyebrow {
  margin: 0 0 1rem;
  color: #e81829;
  font: 900 2rem/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: 2.8rem;
  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: 0.6rem;
  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: 1.2rem;
  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: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

/* 大きい黄色ボタン */

.themes__cta {
  display: grid;
  grid-template-columns: 8.8rem 1fr 4rem0;
  /* 左マスコット / 文字 / 余白(丸輪郭用) */
  align-items: center;
  column-gap: 0.8rem;
  text-decoration: none;
  background: #ffd400;
  border-radius: 999.9rem;
  min-height: 9.2rem;
  padding: 1rem 1.8rem 1rem 1rem;
  box-shadow: 0 0.6rem 0 #e3b600;
  position: relative;
}

.themes__cta:active {
  transform: translateY(0.1rem);
  box-shadow: 0 0.5rem 0 #e3b600;
}

/* 左アイコン領域 */

.themes__cta-left {
  display: grid;
  place-items: center;
}

.themes__cta-mascot {
  width: 7.8rem;
  height: auto;
  display: block;
}

/* テキスト領域 */

.themes__cta-text {
  display: grid;
  row-gap: 0.4rem;
  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: 1.4rem;
  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: 0.1rem;
}

/* 全体 */

.fee {
  color: #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;
  /* 120px */
  width: 33%;
}

.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: "Rounded Mplus 1c";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 52.8px */
  margin-top: 2rem;
}

/* 中央の白いカード */

.fee__content {
  background-color: #fff;
  color: #000;
  border-radius: 3.2rem;
  padding: 2rem;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.fee__badge {
  margin-bottom: 1rem;
}

.fee__badge-img {
  max-width: 14rem;
}

.fee__badge-age {
  color: var(--puchi, #fdd000);
  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 */
  margin: 1.6rem 0;
}

.fee_plans_box {
  text-align: left;
}

.fee_plans_box .c-requestButton2__p {
  font-size: 2rem;
}

/* 料金プラン */

.fee__plans {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fee__plan {
  border: 0.2rem solid #ddd;
  border-radius: 0.8rem;
  padding: 1.5rem;
}

.fee__plan--recommend {
  border-color: #e60012;
  background-color: #fff5f5;
  position: relative;
}

.fee__plan-recommend {
  background-color: #e60012;
  color: #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: #e60012;
}

.fee__plan-detail {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.fee_annotation {
  text-align: left;
  margin-top: 1.6rem;
}

.fee_annotationP {
  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 */
}

/* CTAボタン */

.fee__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd700;
  color: #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: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #e85298;
  border-radius: 3.2rem;
  padding: 2.4rem 0;
}

.fee_block {
  border-radius: 6.4rem;
  background: var(--puchi, #ffd700);
  /* lv2 */
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.25);
  padding: 3.8rem 1.6rem;
  margin-top: -5rem;
}

.senko_kyozai_tit {
  color: var(--cocha_accent, #e81829);
  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: 1.5rem;
}

.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;
  margin-top: -57rem;
  background-color: #fdd000;
  /* lv2 */
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.25);
}

.enrollment-container2 .simekiri_img {
  position: absolute;
  left: 0;
  top: -17.5rem;
}

.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 */
  margin-top: 1.2rem;
}

.modal__content .p--small {
  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-top: 2.4rem;
}

.enrollment-header-section img {
  margin-bottom: 0.7rem;
}

.cta_interest {
  color: var(--text, #414358);
  text-align: center;
  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 */
}

.cta_interest2 {
  color: var(--text, #fff);
  text-align: center;
  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 */
}

.campaign-banner a img {
  border-radius: 1.6rem;
}

.c-reason_tit2 h2 {
  color: var(--text, #414358);
  /* round_text_L */
  font-family: "Rounded Mplus 1c";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 52.8px */
}

.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_titImg {
  display: block;
  margin-left: -2.7rem;
}

.c-reason_tit_wrap .c-reason_tit_wrap_num,
.c-reason_tit_wrap .c-reason_tit_wrap_txt {
  color: var(--puchi, #FDD000);
}

.c-reason_tit_wrap .c-reason_tit_wrap_num--2,
.c-reason_tit_wrap .c-reason_tit_wrap_txt--2 {
  color: var(--pocket_dark, #FDD000);
}

.c-reason_renewwal {
  border-radius: 5.6rem;
  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: 2.4rem auto;
  padding: 0.8rem 1.6rem;
}

.c-reason_block > img {
  margin-top: 2.4rem;
}

.c-reason_block--2 > img {
  margin-top: 2.4rem;
}

.c-reason_limit_txt {
  color: #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 */
  margin-bottom: 0;
}

.c-reason_limit_tit {
  color: #414358;
  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-reason_block2 .c-requestButton3__a p,
.c-reason_block2 .c-requestButton3__a span {
  color: #FFF;
}

.c-reason_block2--color000 h2,
.c-reason_block2--color000 h3,
.c-reason_block2--color000 p,
.c-reason_block2--color000 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;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-reason_block--2 {
  padding: 4.8rem 3rem 10.8rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #e85298;
  border-radius: 12rem;
  padding-bottom: 5rem;
}

.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でスムーズに */
}

.img-scroll img {
  display: block;
  height: 73.6rem;
  /* 高さ固定 */
  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 {
  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: 150%;
}

.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: 1.6rem;
}

.c-header__hamburgerOverlay__head--sp p {
  color: #fdd000;
}

/* レスポンシブ微調整 */

/* レスポンシブ微調整 */

@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, 0.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: -25rem;
  }
}

@media (min-width: 480px) {
  .themes__title {
    font-size: 3.8rem;
  }

  .themes__cta {
    min-height: 10rem;
  }

  .themes__cta-mascot {
    width: 8.6rem;
  }

  .themes__cta-note {
    font-size: 2rem;
  }

  .themes__cta-main {
    font-size: 3.4rem;
  }

  .edutoy__title {
    font-size: 3.2rem;
  }

  .edutoy__lead-text {
    font-size: 2rem;
  }

  .edutoy__grid {
    gap: 1.4rem 1.6rem;
  }

  .edutoy__cta {
    min-height: 6rem;
  }
}

@media (min-width: 900px) {
  .hero-inner {
    padding: 2.6rem 2.8rem;
  }

  .deadline {
    padding: 1.8rem 2.2rem;
  }
}