/* ============================================================
   智翔館 2026 県中対策 秋期講習会（小6） LP  —  SP (375px) 基準
   Figma: SP版_小学生_最新 (1:120) 375×12044
   キャンペーンLPと同じデザインシステムを共有。
   ============================================================ */

:root{
  --navy:#022867;       /* 見出し・本文の基本色 */
  --navy2:#0D4C81;
  --orange:#FF630F;     /* ブランドオレンジ */
  --pink:#FF8AA1;       /* メールCTA */
  --line:#04D364;       /* LINE CTA */
  --yellow:#FEEE65;
  --blue:#0571D5;       /* ロゴ */
  --red:#FF0000;        /* 点数UP */
  --ink:#333;
  --gray:#444;
  --cream:#FBF5E3;      /* 理由・声セクション背景 */
  --cream2:#FBF6E6;     /* オンライン・フォーム背景 */
  --apricot:#FFE3B2;    /* 点数・開催概要 背景 */
  --faq-bg:#F4F4F4;
}

*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:"Noto Sans JP",sans-serif;
  color:var(--navy);
  background:#e8eef4;
  line-height:1.6;
  letter-spacing:.02em;
  overflow-x:clip;                /* 横スクロール抑制（clipはsticky非破壊） */
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
input,select,textarea{font-family:inherit;font-size:16px}  /* 16px＝iOSの自動ズーム防止 */

/* SP デザインを中央に配置 */
.page{
  width:375px;
  max-width:100%;
  margin:0 auto;
  background:#fff;
  position:relative;
}

/* アンカー着地位置（追従CTAに隠れないよう下寄せ） */
[id]{scroll-margin-top:8px}

/* 共通：セクション見出し（コース紹介 / 開催概要 / よくあるご質問 / 体験会予約） */
.sec-title{
  display:block;width:fit-content;margin:0 auto;
  color:var(--navy);font-size:28px;font-weight:700;line-height:1.5;letter-spacing:.02em;
  border-bottom:1px solid var(--navy);padding-bottom:10px;
}

/* 共通：小タグ（通塾 / オンライン / エリア） */
.tag-style{
  display:inline-block;font-size:10px;font-weight:600;line-height:1.5;
  padding:3px 12px;border-radius:20px;letter-spacing:.02em;
}
.tag-style--room{background:#D6E9CE;color:#3B6B2A}
.tag-style--online{background:#FBE0C2;color:#A55A12}
.tag-style--area{background:#E3EDF6;color:var(--navy2)}

/* マーカー */
.marker-yellow{background:linear-gradient(transparent 62%, var(--yellow) 62%);padding:0 2px}
.marker-orange{background:linear-gradient(transparent 62%, var(--orange3) 62%);padding:0 2px}

/* 共通：角丸ピルボタン */
.btn-pill{
  display:flex;align-items:center;justify-content:center;
  border-radius:64px;color:#fff;font-size:16px;font-weight:800;letter-spacing:.8px;
  line-height:1.4;text-align:center;position:relative;
}
.btn-pill--pink{background:var(--pink)}
.btn-pill--line{background:var(--line)}
.btn-pill__ico{position:absolute;left:28px}
.btn-pill__ico--mail{width:40px;height:auto}
.btn-pill__ico--line{width:42px;height:auto}

/* 共通：横長ブロックボタン（コースカード） */
.btn-block{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:310px;max-width:100%;height:52px;margin:0 auto;
  background:var(--orange);color:#fff;border-radius:6px;
  font-size:16px;font-weight:700;letter-spacing:.02em;
}
.btn-block::before{
  content:"";flex:0 0 auto;width:18px;height:18px;border-radius:50%;
  background:#fff url(../images/arrow-blue.svg) center/8px no-repeat;
}


/* ===================== 11. FAQ ===================== */
.faq{background:#fff;padding:60px 21px;display:flex;flex-direction:column;align-items:center;gap:24px}
.faq-item{width:100%}
.faq-item__q{
  list-style:none;cursor:pointer;display:flex;align-items:flex-start;gap:12px;
  background:var(--faq-bg);border-radius:8px;padding:16px 40px 16px 16px;position:relative;
}
.faq-item__q::-webkit-details-marker{display:none}
.faq-item__qtext{color:var(--navy);font-size:18px;font-weight:700;line-height:1.5;flex:1}
.faq-item__mark{
  flex:0 0 auto;width:32px;height:32px;border-radius:50%;
  background:var(--navy);color:#fff;font-size:15px;font-weight:700;
  display:flex;align-items:center;justify-content:center;line-height:1;padding-bottom:2px;
}
.faq-item__mark--a{background:var(--orange)}
/* 開閉マーク（開＝横棒 / 閉＝＋） */
.faq-item__toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px}
.faq-item__toggle::before,.faq-item__toggle::after{
  content:"";position:absolute;left:0;top:50%;width:16px;height:2px;background:var(--navy);
  transition:transform .3s ease;
}
.faq-item__toggle::after{transform:rotate(90deg)}
.faq-item[open] .faq-item__toggle::after{transform:rotate(0)}
.faq-item__a{display:flex;align-items:flex-start;gap:12px;padding:16px 16px 0}
.faq-item__a p{color:var(--navy);font-size:15px;font-weight:400;line-height:1.75;flex:1;padding-top:4px}

/* ===================== 固定追従ボタン ===================== */
.sticky-cta{
  position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:375px;max-width:100%;
  background:rgba(255,255,255,.86);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
  padding:10px 12px 12px;z-index:100;transition:transform .3s ease;pointer-events:none;
}
.sticky-cta.is-hidden{transform:translateX(-50%) translateY(140%)}
.sticky-cta__lead,.sticky-cta__btns{pointer-events:auto}
.sticky-cta__lead{
  display:flex;align-items:center;justify-content:center;gap:5px;
  color:var(--orange);font-size:14px;font-weight:800;margin-bottom:7px;
  text-shadow:0 1px 3px #fff,0 0 6px #fff,0 0 6px #fff;
}
.sticky-cta__lead small{color:var(--navy);font-size:11px;font-weight:600}
.flourish{width:9px;height:14px;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain}
.flourish--l{background-image:url(../images/footer-vector-left.svg)}
.flourish--r{background-image:url(../images/footer-vector-right.svg)}
.sticky-cta__btns{display:flex;gap:8px}
.sticky-cta__btn{
  flex:1;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:10px;
  font-size:12px;font-weight:700;padding:12px 4px;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2);
  line-height:1.3;text-align:center;
}
.sticky-cta__btn--apply{background:linear-gradient(180deg,#FF8AA1 0%,#E0576F 100%)}
.sticky-cta__btn--line{background:linear-gradient(180deg,#04D364 0%,#1A7745 100%)}
.ico-mail{width:18px;height:auto}
.line-mark{width:22px;height:auto}

/* PC専用改行（SPでは非表示） */
@media screen and (max-width: 767px) {
  .pc-br{display:none}
}
/* SP専用改行（PCでは非表示） */
@media screen and (min-width: 768px) {
  .sp-br{display:none}
}

/* 追加変数 */
:root{
  --purple:#6A4FB5;
  --teal:#0FA8A1;
  --red2:#CF3F30;
  --cyan:#06B6CC;
  --orange2:#EB640A;   /* 申込方法セクション背景 */
  --orange3:#F57700;
}

/* 見出しバリエーション */
.sec-title--sm{font-size:28px;line-height:1.5}
.sec-title__en{display:block;font-size:14px;font-weight:800;letter-spacing:.1em;color:var(--orange);line-height:1.2;padding-bottom:4px}
.sec-title__en .--left{rotate:-12deg;display:inline-block;}
.sec-title__en .--right{rotate:12deg;display:inline-block;}

/* 学習内容タグ */
.tag-style--teki{background:var(--purple);color:#fff;font-size:13px;font-weight:700;border-radius:5px;padding:3px 10px}
.tag-style--saku{background:var(--teal);color:#fff;font-size:13px;font-weight:700;border-radius:5px;padding:3px 10px}
.tag-style--men{background:var(--red2);color:#fff;font-size:13px;font-weight:700;border-radius:5px;padding:3px 10px}
.tag-style--moshi{background:var(--cyan);color:#fff;font-size:13px;font-weight:700;border-radius:5px;padding:3px 10px}

/* 角丸長方形ボタン（このLPのCTA） */
.btn-rect{
  display:flex;align-items:center;justify-content:center;gap:8px;
  height:48px;border-radius:5px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em;
  line-height:1.4;text-align:center;
}
.btn-rect--mail{background:linear-gradient(180deg,#0077FB 0%,#0059DC 100%)}
.btn-rect--line{background:linear-gradient(180deg,#03D163 0%,#03C35C 100%)}
.btn-rect--mail::before{content:"";width:22px;height:16px;background:url(../images/mail.svg) center/contain no-repeat;flex:0 0 auto}
.btn-rect--line::before{content:"";width:22px;height:22px;background:url(../images/line.svg) center/contain no-repeat;flex:0 0 auto}
.btn-rect--wide{width:100%}

/* 青い丸ボタン（コース申込 / GROWアプリ） */
.btn-round-blue{
  position:relative;display:flex;align-items:center;
  width:267px;min-height:49px;padding:10px 32px;
  background:#0571D5;color:#fff;border-radius:64px;
  font-size:16px;font-weight:700;line-height:1.4;letter-spacing:0.03em;
}
.btn-round-blue__arrow{
  position:absolute;right:10px;top:50%;transform:translateY(-50%);
  width:28px;aspect-ratio:1 / 1;background:url(../images/arrow-blue.svg) center/ contain no-repeat;
}

/* ===================== 1. FV ===================== */
.fv{position:relative;background:#fff}
.fv__img{width:100%}
/* Figma 375×790 座標を%換算（x=10,192 / y=730 / 172×48） */
.fv__btns{position:absolute;left:2.667%;top:92.405%;height:6.076%;width:94.667%;display:flex;gap:2.667%}
.fv__btns .btn-rect{flex:1;height:100%;min-height:0;font-size:16px}

/* ===================== 2. 智翔館だからできること ===================== */
.steps{background:var(--apricot);padding:48px 21px;display:flex;flex-direction:column;align-items:center;gap:20px}
.bubble{position:relative;background:#fff;border-radius:16px;padding:20px 24px 26px;width:100%}
.bubble::before{
  content:"";position:absolute;right:-4px;top:-8px;
  width:34px;aspect-ratio:34 / 27;
  background: url(../images/highlights-icon.svg) center/ contain no-repeat;
}
.bubble::after{
  content:"";position:absolute;left:50%;bottom:-14px;transform:translateX(-50%);
  border:15px solid transparent;border-top-color:#fff;border-bottom:0;
}
.bubble__text{text-align:center;color:var(--navy);font-size:22px;font-weight:700;line-height:1.5}
.bubble__logo{display:inline-block;vertical-align:-6px;width:104px;height:auto}
.bubble__text span{font-size:16px}
.steps__lead{color:var(--navy);font-size:16px;font-weight:500;line-height:2.1875;letter-spacing:.02em;margin-top:15px;}
.steps__photo{width:100%}
.steps__photo img{width:100%;border-radius:10px}
.steps__list{width:100%;display:flex;flex-direction:column;gap:34px}
.step-card{position:relative;background:#fff;border:1px solid var(--orange);border-radius:10px;padding:24px 10px 12px}
.step-card:not(:last-child)::after{
  content:"";position:absolute;left:50%;bottom:-40px;transform:translateX(-50%);
  width:62px;aspect-ratio:62 / 20;
  background:url(../images/arrow-down-orange.svg) center/ contain no-repeat;z-index: 1;
}
.step-card__no{
  position:absolute;left:-1px;top:-1px;border-radius:10px 0 0 0;background:var(--orange);color:#fff;
  font-size:12px;font-weight:500;letter-spacing:.04em;padding:12px 36px 40px 3px;
  clip-path:polygon(0 0,100% 0,0 100%);line-height:1.2;
}
.step-card__title{width:235px;text-align:center;color:var(--navy);font-size:21px;font-weight:700;line-height:1.4;border-bottom:1px solid var(--apricot);padding-bottom:8px;margin:0 auto 13px}
.step-card__text{color:var(--navy);font-size:12px;font-weight:500;line-height:2}
.step-card__text em{font-style:normal;font-weight:700;color:var(--orange)}
.step-card__text span{font-weight:700}

/* ===================== 3. リード帯 ===================== */
.lead-band{background:var(--cream2)}
.lead-band__text{text-align:center;font-size:18px;font-weight:700;line-height:1.6;letter-spacing:0.03em;margin-top:16px;}
.lead-band__text .--large{font-size:22px;}

/* ===================== 4. 智翔館の学び方 ===================== */
.manabi{background:var(--cream2);padding:48px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}
.manabi__head img{width:298px;max-width:100%;height:auto}
.manabi__lead{color:var(--navy);font-size:16px;font-weight:500;line-height:1.8;text-align:center}
.manabi__lead b{font-weight:700}
.manabi__venn{width:332px;max-width:100%}
.manabi__venn img{width:100%}
.aar-steps{width:100%;display:flex;flex-direction:column;gap:20px}
.aar-step{position:relative;background:#fff;border:1px solid var(--navy);border-radius:10px;padding:13px 10px 15px;display:flex;gap:14px}
.aar-step:not(:last-child)::after{
  content:"";position:absolute;left:50%;bottom:-26px;transform:translateX(-50%);
  width:42px;aspect-ratio:42 / 16;
  background:url(../images/arrow-down-blue.svg) center/ contain no-repeat;z-index: 1;
}
.aar-step img{width:112px;flex:0 0 auto;margin-top:5px}
.aar-step__body{flex:1;min-width:0}
.aar-step__label{color:var(--orange);font-size:12px;font-weight:700;line-height:1.517}
.aar-step__title{color:var(--navy);font-size:18px;font-weight:600;line-height:1.4;margin:4px 0}
.aar-step__text{color:var(--navy);font-size:14px;font-weight:500;line-height:1.6}
.manabi__closing{color:var(--navy);font-size:16px;font-weight:500;line-height:1.8;text-align:center}
.manabi__closing span{font-size:22px;}
.manabi__closing-em{color:var(--orange);font-weight:700;}

.ssr-steps{width:100%;display:flex;flex-direction:column;gap:20px}
.ssr-step{background:#fff;border:1px solid var(--navy);border-radius:8px;padding:16px 40px 14px 20px;display:flex;gap:20px;align-items:flex-start;min-height:103px}
.ssr-step__no{
  flex:0 0 auto;width:48px;padding:13px 0 22px;text-align:center;color:#fff;line-height:1;
  background:#FFAA71;clip-path:polygon(0 0,100% 0,100% 74%,50% 100%,0 74%);margin-top:-16px;
}
.ssr-step__no span{display:block;font-size:8px;font-weight:400;letter-spacing:.04em}
.ssr-step__no b{display:block;font-size:21px;font-weight:500;line-height:1.2}
.ssr-step__no--02{background:##FF8838}
.ssr-step__no--03{background:var(--orange2)}
.ssr-step__body{width:100%;}
.ssr-step__title{color:var(--orange);font-size:18px;font-weight:700;line-height:1.4;border-bottom: 1px solid var(--orange3);padding-bottom:2px;}
.ssr-step__text{color:var(--navy);font-size:14px;font-weight:500;line-height:1.6;margin-top:11px;}

/* ===================== 5. 点数がこんなに変わりました ===================== */
.score{background:var(--apricot);padding-bottom:32px;display:flex;flex-direction:column;align-items:center;gap:20px}
.score__head{width:100%}
.score__head img{width:100%}
.score__cards{width:345px;max-width:calc(100% - 30px);display:grid;grid-template-columns:1fr 1fr;gap:8px 6px}
.score-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--orange);border-radius:8px;padding:10px 12px 12px;display:flex;flex-direction:column;gap:3px}
.score-card__deco{position:absolute;right:-24px;top:0px;width:120px;height:auto;z-index:0;rotate:-16deg;}
.score-card>p{position:relative;z-index:1}
.score-card__subject{color:var(--navy);font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0.03em;}
.score-card__subject span{color:var(--orange);margin-left:6px}
.score-card__up{color:var(--red);font-size:40px;font-weight:900;line-height:1;letter-spacing: 0.03em;text-align:center;}
.score-card__up span{font-size:30px;}
.score-card__up small{font-size:22px;}
.score-card__passed{border-top:2px solid var(--yellow);color:var(--navy);font-size:18px;font-weight:900;line-height:1;letter-spacing:0.03em;text-align:center;padding-top: 3px;}
.score-card__passed span{color:var(--red);}

/* ===================== 6. 秋の受検対策講座 ===================== */
.koza{position:relative;background:var(--cream2);padding:48px 17px;display:flex;flex-direction:column;align-items:center;gap:24px}
.koza::before{
  content:"";position:absolute;top:0;left:0;
  width:99px;aspect-ratio:99 / 68;
  background:url(../images/koza-photo.png) center/ contain no-repeat;
}
.koza__head img{width:278px;max-width:100%;height:auto}
.koza__cards-row{width:100%;display:flex;flex-direction:column;gap:24px}
.koza-card{width:100%;background:#fff;border-radius:10px;border:1px solid var(--navy);overflow:hidden;box-shadow:0 2px 8px rgba(2,40,103,.08)}
.koza-card__head{
  display:flex;justify-content:center;align-items:center;gap:10px;background:var(--navy);color:#fff;
  font-size:18px;font-weight:700;line-height:normal;padding:23px 16px;
}
.koza-card__grade{flex:0 0 auto;background:#fff;color:var(--navy);font-size:13px;font-weight:700;border-radius:20px;padding:2px 10px}
.koza-card__list{padding:18px 16px 4px}
.koza-card__list dt{color:var(--navy);font-size:16px;font-weight:700;line-height:1.8}
.koza-card__list dd{color:var(--navy);font-size:15px;font-weight:400;line-height:1.8;margin-bottom:16px}
.koza-card__list dd:last-of-type{border-bottom:0}
.koza-card__list dd small{display:inline-block;font-size:12px;line-height:1.6}
.koza-card__tags{width:210px;display:flex;flex-wrap:wrap;gap:6px}
.badge-orange{display:inline-block;background:var(--orange3);color:#fff;font-size:13px;font-weight:500;padding:3px 10px;margin-top:6px}
.note-box{margin:0 16px 16px;background:#FFF3CD;padding:10px}
.note-box__title{font-size:14px;font-weight:700;line-height:normal}
.note-box__text{font-size:13px;font-weight:400;line-height:1.5;margin-top:5px}

.fee{border-top:1px solid #E5E5E5;padding-top: 12px;margin:0 16px 16px}
.fee__title{color:var(--navy);font-size:15px;font-weight:700;line-height:1.6;margin-bottom:12px}
.fee__rows{display:flex;flex-direction:column;gap:8px}
.fee__row{display:flex;align-items:center;gap:14px}
.fee__label{flex:0 0 auto;width:64px;text-align:center;border:1px solid var(--navy);color:var(--navy);font-size:14px;line-height:1.8}
.fee__label--in{background:var(--navy);color:#fff}
.fee__price{color:var(--navy);font-size:26px;font-weight:700;line-height:1.2;font-family:"Open Sans","Noto Sans JP",sans-serif}
.fee__price small{font-size:15px;font-weight:700;margin-left:2px}
.fee__price--free{font-size:22px}
.fee__note{color:#6B7A8D;font-size:11px;line-height:1.6;margin-top:8px}
.koza-card .btn-round-blue{margin:0 auto 24px}

.koza__schedule-lead{color:var(--navy);font-size:16px;font-weight:500;line-height:1.8;text-align:center}
.koza__schedule{width:313px;max-width:100%}

.fee-table{width:100%;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(2,40,103,.08);border:1px solid var(--navy);}
.fee-table__head{background:var(--navy);color:#fff;font-size:16px;font-weight:700;line-height:1.5;padding:16px 24px}
.fee-table__body{padding:24px 24px 36px}
.fee-table__grade{display:inline-block;border-left:3px solid var(--orange);padding-left:8px;color:var(--navy);font-size:15px;font-weight:700;line-height:1.5}
.fee-table__desc{color:var(--navy);font-size:13px;line-height:1.7;border-bottom:1px solid #ECE7DA;padding-bottom:14px;margin:14px 0 14px;}
.fee-table__cols{display:flex;gap:12px;padding-top:12px;}
.fee-table__cols>div{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}
.fee-table__cols>div+div{border-left:1px solid #ECE7DA;padding-left:12px}
.fee-table__plus{
  position: relative;
  width:50px;height:50px;border-radius:50%;background:var(--orange);
  display:grid;place-items:center;
  color:#fff;font-size:30px;font-weight:700;line-height:1;margin:-40px 0 -32px;z-index: 1;
}

/* ===================== 7. 申込方法 ===================== */
.moushikomi{background:var(--orange2);padding:48px 17px;display:flex;flex-direction:column;align-items:center;gap:20px}
.moushikomi__head img{width:186px;max-width:100%;height:auto}
.moushikomi__limit{color:#fff;font-size:18px;font-weight:700;line-height:1.8;text-align:center}
.apply-box{width:100%;background:#fff;border-radius:10px;padding:16px 28px;display:flex;flex-direction:column;align-items:center;gap:15px}
.apply-box__title{width:100%;color:var(--navy);font-size:20px;font-weight:700;line-height:1.26;border-bottom:1px solid var(--navy);padding-bottom:8px;text-align:center;}
.apply-box__text{color:var(--navy);font-size:16px;font-weight:400;line-height:1.6875;}
.apply-box .btn-rect{width:100%}
.tel-box{width:100%;background:#fff;border-radius:10px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:4px}
.tel-box__lead{color:var(--navy);font-size:14px;font-weight:500;line-height:1.8;text-align:center}
.tel-box__num{display:flex;align-items:center;gap:6px;color:var(--navy);font-size:36px;font-weight:700;font-family:"Open Sans","Noto Sans JP",sans-serif;line-height:1.5}
.tel-box__num img{width:22px;height:22px}
.tel-box__time{font-size:14px;font-weight:400;line-height:1.7}
.notes{width:100%;background:#fff;border-radius:10px;padding:18px 16px}
.notes__title{width:fit-content;color:var(--navy);font-size:20px;font-weight:700;line-height:1.5;border-bottom:1px solid var(--navy);padding-bottom:8px;margin:0 auto 12px;text-align:center;}
.notes__text{color:var(--navy);font-size:16px;line-height:2;letter-spacing: 0.05em;text-align:center;}
.notes__list{display:flex;flex-direction:column;gap:8px}
.notes__list li{position:relative;padding-left:14px;color:var(--navy);font-size:16px;font-weight:400;line-height:1.68}
.notes__list li::before{content:"・";position:absolute;left:0;top:0;color:var(--navy);font-weight:700}

/* 申込セクションのピルボタン（Figma: r64 / メール#007BFF / LINE#04D364 / GROW#022867） */
.btn-apply{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:100%;max-width:267px;min-height:48px;padding:10px 46px 10px 32px;
  border-radius:64px;color:#fff;font-size:16px;font-weight:600;line-height:1.4;
}
.btn-apply--mail{background:#007BFF}
.btn-apply--line{background:var(--line)}
.btn-apply--grow{background:var(--navy);max-width:234px;min-height:60px;font-size:14px;line-height:1.4}
.btn-apply__arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;}
.btn-apply--mail .btn-apply__arrow{background:url(../images/arrow-blue.svg) center/ contain no-repeat;}
.btn-apply--line .btn-apply__arrow{background:url(../images/arrow-green.svg) center/ contain no-repeat;}
.btn-apply--grow .btn-apply__arrow{background:url(../images/arrow-navy.svg) center/ contain no-repeat;}

/* ===================== 8. オンライン ===================== */
.online{background:var(--apricot);padding:48px 17px;display:flex;flex-direction:column;align-items:center;gap:24px}
.online__lead{color:var(--navy);font-size:22px;font-weight:700;line-height:1.5;text-align:center}
.online__photo{width:100%}
.online__photo img{width:100%;border-radius:8px}
.online__blocks{width:100%;display:flex;flex-direction:column;gap:16px}
.online-block{border-radius:12px;border:1px solid var(--navy);overflow:hidden;}
.online-block__head{background:var(--navy);color:#fff;font-size:18px;font-weight:500;line-height:1.4;text-align:center;padding:10px;min-height:64px;display:flex;align-items:center;justify-content:center}
.online-block__list{background:#fff;padding:16px 20px;display:flex;flex-direction:column;gap:14px}
.online-block__list li{position:relative;padding-left:26px;color:var(--navy);font-size:13px;font-weight:500;line-height:1.5}
.online-block__list li::before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;background:url(../images/icon-check.svg) center/contain no-repeat}

/* ===================== 9. 保護者・生徒の声 ===================== */
.voice__body {padding:24px 12px 48px;}
.voice__image img {border-radius:10px;}
.voice__list {display:flex;flex-direction:column;gap:21px;margin-top:24px;}
.voice__item {display:flex;flex-direction:column;gap:9px;padding:14px 10px;}
.voice__item-head {display:flex;align-items:center;gap:15px;}
.voice__item-label {
  height:24px;
  display:flex;align-items:center;
  border-radius:4px;border:1px solid var(--navy);
  font-size:18px;font-weight:500;line-height:1;letter-spacing:0.03em;
  padding:0 4px;
}
.voice__item-name {font-size:13px;font-weight:700;}
.voice__item-title {border-bottom:1px solid var(--orange);font-size:18px;font-weight:700;line-height:1.5;padding:6px 0 9px;}
.voice__item-text {font-size:15px;font-weight:500;line-height:1.8;}

/* ===================== 10. FAQ 背景 ===================== */
.faq{background:var(--cream2)}
.faq .bubble{text-align: center;}
.faq-item:nth-of-type(1){margin-top: 18px;}
.faq-item__q{background:#fff}

/* ===================== 11. フッター ===================== */
.footer{background:#fff;padding:22px 20px 104px;display:flex;flex-direction:column;align-items:center;gap:8px}
.footer__logo{width:86px;}
.footer__tel{color:var(--ink);font-size:13px;font-weight:400;line-height:1.6;text-align:center;margin-top:10px;}
.footer__copy{color:var(--ink);font-size:12px;line-height:1.6;text-align:center}

/* 追従CTA（このLPは角丸長方形ボタン2つ） */
.sticky-cta--el{padding:8px 10px 10px}
.sticky-cta--el .sticky-cta__lead{color:var(--navy);font-size:15px;font-weight:700;margin-bottom:5px}
.sticky-cta--el .sticky-cta__btns{gap:10px}
.sticky-cta--el .btn-rect{flex:1;height:44px;font-size:15px}

/* ===================================================================
   小型スマホ（≤374px）
   =================================================================== */
@media (max-width:374px){
  .sec-title{font-size:6.8vw}
  .sec-title--sm{font-size:5.8vw}
  .step-card__title{font-size:5.6vw}
  .online__lead{font-size:5.6vw}
  .fee__price{font-size:6.6vw}
  .tel-box__num{font-size:6.6vw}
}

/* ===================================================================
   PC （≥768px）
   ※Figma に PC カンプが無いため、SPカンプを基準に起こした構成。
     ページ＝最大900pxの1カラム／セクション背景は画面いっぱい。
     画像は3倍書き出し（1125px相当）なので900pxでも拡大されない。
   =================================================================== */
@media (min-width:768px){
  body{background:#fff}
  .page{width:100%;max-width:none}

  .steps,.manabi,.koza,.moushikomi,.online,.faq{padding-left:24px;padding-right:24px;padding-top:64px;padding-bottom:64px}

  /* 青い丸ボタン（コース申込 / GROWアプリ） */
  .btn-round-blue{
    width:320px;min-height:49px;padding:16px 32px;
    font-size:20px;
  }
  .btn-round-blue__arrow{
    width:32px;
  }

  /* 申込セクションのピルボタン */
  .btn-apply{
    max-width:320px;padding:16px 46px 16px 32px;
    font-size:20px;
  }
  .btn-apply--grow{max-width:300px;font-size:18px;}
  .btn-apply__arrow{width:32px;height:32px;}

  /* 1. FV */
  .fv__btns{width: 380px;top: 85%;left: 3%;height: 48px;}

  /* 共通見出し */
  .sec-title{font-size:40px}
  .sec-title--sm{font-size:34px}
  .sec-title__en{font-size:14px;}

  /* 2. STEP：吹き出し・リード・写真は900px、カードは2カラム */
  .bubble,.steps__lead,.steps__photo{width:100%;max-width:600px}
  .bubble__text{font-size:28px}
  .steps__lead{font-size:18px;}
  .steps__photo img{border-radius:12px}
  .steps__list{max-width:900px;flex-direction:row;flex-wrap:wrap;gap:40px 24px}
  .steps__list>*{width:calc(50% - 12px)}
  /* 2カラムでは下向き矢印を出さない（並び順が縦一本でなくなるため） */
  .step-card:not(:last-child)::after{display:none}
  .step-card{padding:28px 20px 20px}
  .step-card__no{font-size:14px;padding:12px 40px 44px 3px;}
  .step-card__title{width:272px;font-size:24px}
  .step-card__text{font-size:15px}

  /* 3. リード帯 */
  .lead-band img{max-width:600px; margin: 0 auto;}
  .lead-band__text{font-size:20px;}

  /* 4. 学び方：ベン図は中央、AAR/SSRは横並び */
  .manabi__head img{width:320px;}
  .manabi__lead,.manabi__closing{max-width:900px}
  .manabi__lead{font-size:18px}
  .manabi__closing{font-size:18px}
  .manabi__closing-em{font-size:24px}
  .manabi__venn{width:420px}
  .aar-steps,.ssr-steps{max-width:900px;flex-direction:row;gap:20px}
  .aar-steps>*,.ssr-steps>*{flex:1}
  .aar-step{flex-direction:column;align-items:center;text-align:center}
  .aar-step:not(:last-child)::after{display:none}
  .aar-step img{width:100%;height:150px;margin-top:0}
  .aar-step__label{font-size:13px;}
  .ssr-step{flex-direction:column;align-items:center;text-align:center;padding:0 20px 20px}
  .ssr-step__no{width:100px;}
  .ssr-step__no span{font-size:10px;}
  .ssr-step__no b{font-size:24px;}
  .ssr-step__text{font-size:15px;}

  /* 5. 点数：4カラム */
  .score__head img{max-width:600px;margin:0 auto}
  .score__cards{width:100%;max-width:440px;gap:16px}
  .score-card__subject{font-size:14px;}
  .score-card__up{font-size:48px;}
  .score-card__up small{font-size:25px;}
  .score-card__passed{font-size:20px;}

  /* 6. 講座：コースカード2カラム／受講料2カラム */
  .koza__head img{width:340px}
  .koza-card{max-width:438px}
  .koza__cards-row{flex-direction:row;gap:24px;width:100%;max-width:900px;align-items:stretch}
  .koza__cards-row>*{flex:1}
  .koza__schedule-lead{font-size:18px}
  .koza__schedule{width:100%;max-width:600px}
  .fee-table{max-width:600px}
  .koza-card__head{font-size:21px}
  .koza-card__grade{font-size:15px;}
  .koza-card__list dt{font-size:18px;}
  .koza-card__list dd{font-size:16px;}
  .koza-card__list dd small{font-size:13px;}
  .tag-style--teki{font-size:14px;}
  .badge-orange{font-size:14px;}
  .note-box__title{font-size:15px;}
  .note-box__text{font-size:14px;}
  .fee__title{font-size:16px;}
  .fee__label{font-size:15px;}
  .fee__price{font-size:28px;}
  .fee-table__head{font-size:18px;}
  .fee-table__grade{font-size:17px;}
  .fee-table__desc{font-size:15px;}

  /* 7. 申込：2カラム＋電話・注意事項は900px */
  .moushikomi__head img{width:220px;}
  .moushikomi__limit{font-size:22px}
  .apply-box,.tel-box,.notes{max-width:700px;width:100%}
  .apply-box{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px 24px;padding:28px}
  .apply-box__title{flex:0 0 100%;text-align:center}
  .apply-box__text{flex:0 0 100%;text-align:center}
  .notes__list li{font-size:15px}
  .tel-box__lead{font-size:15px;}
  .tel-box__num{font-size: 38px;}
  .tel-box__num img{width:26px;height:26px;}
  .tel-box__time{font-size:15px;}

  /* 8. オンライン：2カラム */
  .online__lead{font-size:28px}
  .online__photo{max-width:600px}
  .online__blocks{flex-direction:row;align-items:stretch;max-width:900px;gap:24px}
  .online__blocks>*{flex:1;display:flex;flex-direction:column}
  .online-block__head{font-size:20px;}
  .online-block__list{flex:1}
  .online-block__list li{font-size:15px;}
  .online-block__list li::before{top:3px;width:18px;height:18px;}

  /* 9. 保護者・生徒の声 */
  .voice {max-width:900px;margin:0 auto;}
  .voice__head,.voice__image {width:600px;margin:0 auto;}
  .voice__item-name{font-size:14px;}
  .voice__item-title{font-size:20px;}
  .voice__item-text{font-size:16px;}

  /* 10. FAQ */
  .faq-item{max-width:900px;}
  .faq-item__mark{width:36px;height:36px;font-size:16px;}
  .faq-item__qtext{font-size:20px;padding-top:2px;}
  .faq-item__a p{font-size:16px;}

  /* 11. フッター */
  .footer{padding:40px 32px 104px}
  .footer__tel{font-size:20px}
  .footer__copy{font-size:14px;}

  /* 追従CTA */
  .sticky-cta{width:100%}
  .sticky-cta__btns{width:560px;margin:0 auto;}
  .sticky-cta--el .sticky-cta__lead{font-size:16px;}
  .sticky-cta--el .btn-rect{font-size:18px;}
}

/* PC （≥1024px） */
@media screen and (min-width: 1024px) {
  .fv__btns{width: 486px;top: 85%;left: 6%;height: 65px;}
  .fv__btns .btn-rect{font-size:22px}

  .score__cards{grid-template-columns:repeat(4,1fr);width:100%;max-width:900px;gap:16px}
}

/* PC （≥1440px） */
@media screen and (min-width: 1440px) {
  .fv__btns{left: 11%;}
}