/* ===== index.html 専用スタイル（<style>ブロックから外部化 2026-07-14） ===== */
/* 共通スタイルは style.css を参照 */

/* ===== ① HERO (left copy + right photo) ===== */
.font-h{font-family:'Zen Kaku Gothic New','Noto Sans JP',sans-serif;}
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(160deg,#E6F3F3 0%, #F4FBFB 52%, #FFFFFF 100%);
  min-height:700px; display:flex; align-items:center;
  padding:60px 0 52px;
}
.hero-inner{
  position:relative; z-index:2; width:100%;
  max-width:1360px; margin:0 auto; padding:0 48px;
  display:grid; grid-template-columns:auto minmax(0,1fr); gap:28px; align-items:center;
}
.hero-copy{display:flex; flex-direction:column; justify-content:center;}

/* 背景の幾何学装飾（テキストエリアのアクセント） */
.hero-deco{position:absolute; inset:0; z-index:1; pointer-events:none; overflow:hidden;}
.hero-deco .d{position:absolute; display:block;}
.d-ring1{width:128px; height:128px; border:3px solid rgba(0,116,126,.32);  border-radius:50%; left:4%;  top:20%;}
.d-ring2{width:64px;  height:64px;  border:3px solid rgba(238,120,90,.42); border-radius:50%; left:33%; bottom:13%;}
.d-ring3{width:230px; height:230px; border:2px solid rgba(90,169,214,.26); border-radius:50%; left:-52px; bottom:-66px;}
.d-dot1{width:18px; height:18px; background:rgba(200,155,60,.50);  border-radius:50%; left:19%; top:13%;}
.d-dot2{width:12px; height:12px; background:rgba(238,120,90,.50);  border-radius:50%; left:2%;  bottom:28%;}
.d-dot3{width:24px; height:24px; background:rgba(90,169,214,.38);  border-radius:50%; left:41%; top:9%;}
.d-dot4{width:13px; height:13px; background:rgba(127,176,105,.48); border-radius:50%; left:27%; top:30%;}
.d-sq1{width:50px; height:50px; border:3px solid rgba(127,176,105,.40); border-radius:14px; left:11%; bottom:9%; transform:rotate(18deg);}
.d-sq2{width:32px; height:32px; border:3px solid rgba(90,169,214,.40);  border-radius:9px;  left:38%; top:30%; transform:rotate(-12deg);}
.d-plus1{
  width:32px; height:32px; left:45%; bottom:30%;
  background:
    linear-gradient(rgba(238,120,90,.46),rgba(238,120,90,.46)) center/100% 3px no-repeat,
    linear-gradient(rgba(238,120,90,.46),rgba(238,120,90,.46)) center/3px 100% no-repeat;
}
.d-plus2{
  width:22px; height:22px; left:8%; top:8%;
  background:
    linear-gradient(rgba(0,116,126,.42),rgba(0,116,126,.42)) center/100% 3px no-repeat,
    linear-gradient(rgba(0,116,126,.42),rgba(0,116,126,.42)) center/3px 100% no-repeat;
}
.d-tri1{
  width:0; height:0; left:24%; top:5%;
  border-left:17px solid transparent; border-right:17px solid transparent;
  border-bottom:29px solid rgba(200,155,60,.40); transform:rotate(-10deg);
}
.d-ring5{width:56px;  height:56px;  border:3px solid rgba(238,120,90,.40);  border-radius:50%; right:13%; bottom:12%;}
.d-dot5{width:20px; height:20px; background:rgba(200,155,60,.48);  border-radius:50%; right:5%;  top:31%;}
.d-dot6{width:14px; height:14px; background:rgba(0,116,126,.40);   border-radius:50%; right:10%; bottom:25%;}
.d-dot7{width:24px; height:24px; background:rgba(127,176,105,.42); border-radius:50%; right:2%;  bottom:6%;}
.d-dot8{width:12px; height:12px; background:rgba(238,120,90,.46);  border-radius:50%; right:19%; top:11%;}
.d-dot9{width:12px; height:12px; background:rgba(90,169,214,.42);  border-radius:50%; left:50%; top:6%;}
.d-dot10{width:10px; height:10px; background:rgba(0,116,126,.30);  border-radius:50%; left:6%;  top:48%;}
.d-sq3{width:40px; height:40px; border:3px solid rgba(0,116,126,.28); border-radius:11px; right:7%; top:45%; transform:rotate(-14deg);}
.d-tri2{
  width:0; height:0; right:23%; bottom:8%;
  border-left:15px solid transparent; border-right:15px solid transparent;
  border-bottom:26px solid rgba(90,169,214,.30); transform:rotate(14deg);
}

/* left : copy */
.h-tag{
  display:inline-flex; align-items:center; gap:10px; align-self:flex-start;
  background:var(--primary); border:none;
  color:#fff; font-size:16px; font-weight:700; padding:12px 22px;
  border-radius:100px; margin-bottom:32px; box-shadow:0 4px 14px rgba(0,96,105,.22);
}
.h-tag .pill{background:var(--accent); color:#fff; font-size:12.5px; padding:3px 12px; border-radius:100px;}
.h-title{
  font-weight:900; color:var(--primary-dark); line-height:1.3; letter-spacing:-.01em;
  font-size:clamp(2.6rem,4.8vw,4.4rem); margin:0 0 16px;
  text-indent:-.5em; /* 行頭の「 の空きを詰めて左端を揃える */
}
.h-title .gold{color:var(--accent-dark);}
.h-title .teal{color:var(--primary); white-space:nowrap;}
/* タイル文字（得・意・の・入・口を1枚ずつ白タイルに／PC・SP共通） */
.h-title .tile-wrap{white-space:nowrap;text-indent: 0;
  line-height: 1.6;}
.h-title .tl{
  display:inline-flex; align-items:center; justify-content:center;
  width:1.26em; height:1.26em; margin:.05em .03em 0;
  background:#fff; color:var(--accent-dark);
  border-radius:.2em;
  border:2px solid rgba(200,155,60,.45);
  box-shadow:0 .08em 0 rgba(166,124,40,.4), 0 8px 18px rgba(0,60,66,.12);
  transform:rotate(-2.5deg);
}
.h-title .tl:nth-child(2){transform:rotate(2deg) translateY(-.03em);}
.h-title .tl:nth-child(3){transform:rotate(-1deg) translateY(.04em); width:1.06em; height:1.06em; font-size:.8em; color:var(--primary);}
.h-title .tl:nth-child(4){transform:rotate(2.5deg) translateY(-.02em);}
.h-title .tl:nth-child(5){transform:rotate(-2deg) translateY(.03em);}
.h-logo-row{display:flex; align-items:center; margin:16px 0 30px;}
.h-logo{height:96px; width:auto; object-fit:contain;}
.h-lead{color:#33524F; font-size:clamp(1rem,1.3vw,1.2rem); font-weight:600; line-height:1.85; margin:0; max-width:40em;}

/* right : photo (girl + PC screen, trimmed) */
.hero-photo{position:relative;}
.photo-frame{
  position:relative; margin-top:0;
  aspect-ratio:16 / 9;
  border-radius:30px;
  overflow:hidden;
  border:8px solid #fff;
  box-shadow:0 10px 30px rgba(0,60,66,.16);
  transform:rotate(-1.4deg);
}
.photo-frame img{width:100%; height:100%; object-fit:cover; object-position:center;}
.hero-photo::before{
  content:''; position:absolute; z-index:-1;
  right:-34px; top:-32px; width:190px; height:190px; border-radius:50%;
  border:2px solid rgba(200,155,60,.45);
}

/* 吹き出し「伝わった！」（PC・SP共通／写真の右上） */
.ph-bubble{
  display:inline-block; position:absolute; z-index:3; right:-12px; top:-18px;
  background:#EE785A; color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:16px; line-height:1;
  padding:12px 17px; border-radius:999px;
  box-shadow:0 4px 12px rgba(224,99,63,.32);
  transform:rotate(7deg);
  animation:bubble-bob 2.6s ease-in-out infinite;
}
.ph-bubble::after{
  content:''; position:absolute; left:16px; bottom:-6px;
  border-style:solid; border-width:8px 7px 0 3px;
  border-color:#EE785A transparent transparent transparent;
  transform:rotate(-14deg);
}

/* HERO responsive : SP は日本のLP風・写真主役のビジュアル構成
   （対象タグ → タイル文字見出し → アーチ型写真＋吹き出し＋バッジ重ね → リード → CTA） */
@media (max-width:880px){
  .hero{min-height:auto; padding:24px 0 44px;}
  .hero-inner{
    grid-template-columns:1fr; gap:0;
    max-width:560px; padding:0 22px; align-items:start;
  }
  /* copy のラッパーを解除して、子要素を並べ替え */
  .hero-copy{display:contents;}
  /* 紙吹雪風の装飾を見出しまわりに再配置 */
  .hero-deco{display:block;}
  .hero-deco .d{display:none;}
  .hero-deco .d-dot1{display:block; left:7%; top:104px; opacity:.85;}
  .hero-deco .d-dot3{display:block; left:auto; right:6%; top:96px; opacity:.8;}
  .hero-deco .d-dot4{display:block; left:4%; top:236px; opacity:.85;}
  .hero-deco .d-plus2{display:block; left:auto; right:9%; top:224px; opacity:.9;}
  .hero-deco .d-tri1{display:block; left:84%; top:150px; opacity:.75; transform:rotate(18deg) scale(.8);}
  .hero-deco .d-ring2{display:block; left:-16px; top:168px; width:54px; height:54px; opacity:.7;}
  .h-tag{order:1; justify-self:center; align-self:center; margin:0 0 18px;}
  .h-title{order:2; text-align:center; margin:0 0 24px; text-indent:0;}
  .h-logo-row{display:none;}
  /* 写真：アーチ型（上が丸い窓）＋白フチで主役に */
  .hero-photo{order:3; position:relative; margin:0 2px;}
  .hero-photo::before{display:none;}
  .hero-photo .photo-frame{
    aspect-ratio:5 / 4.4;
    border-radius:999px 999px 26px 26px / 62% 62% 26px 26px;
    border:6px solid #fff;
    box-shadow:0 8px 24px rgba(0,60,66,.16);
    transform:none;
  }
  .hero-photo .photo-frame img{object-position:center;}
  /* 吹き出しはSPでは写真内側に */
  .ph-bubble{right:8px; top:6px; font-size:14.5px; padding:11px 15px;}
  .h-lead{order:5; margin:18px auto 0; max-width:24em; text-align:left;}
  .h-cta{order:6; text-align:center; width:100%; margin-top:22px;}
  .h-cta .btn-gold{
    display:flex; align-items:center; justify-content:center;
    width:100%; max-width:360px; margin:0 auto;
    min-height:56px; line-height:1.45;
    animation:cta-pulse 2.4s ease-in-out infinite;
  }
}
@keyframes bubble-bob{
  0%,100%{transform:rotate(6deg) translateY(0);}
  50%{transform:rotate(6deg) translateY(-5px);}
}
@keyframes cta-pulse{
  0%,100%{transform:scale(1); box-shadow:0 6px 20px rgba(200,155,60,.35);}
  50%{transform:scale(1.03); box-shadow:0 10px 28px rgba(200,155,60,.5);}
}
@media (prefers-reduced-motion: reduce){
  .ph-bubble, .h-cta .btn-gold, .empathy-arrow path{animation:none !important;}
}
@media (max-width:560px){
  .hero{padding:18px 0 38px;}
  .hero-inner{padding:0 18px;}
  .h-title{font-size:clamp(1.9rem,9.4vw,2.6rem); line-height:1.34; letter-spacing:-.03em;}
  .h-tag{font-size:11px; padding:8px 13px; gap:7px; white-space:nowrap;}
  .h-tag .pill{font-size:10.5px; padding:3px 9px;}
  .h-lead{font-size:0.95rem; line-height:1.9;}
  .lead-br{display:none;}
  .h-cta{margin-top:20px;}
  .h-cta .btn-gold{font-size:14.5px; padding:14px 16px;}
  .h-cta-note{font-size:11.5px;}
}
@media (max-width:375px){
  .h-tag{font-size:10px; padding:7px 10px; gap:6px;}
  .h-tag .pill{font-size:9.5px; padding:2px 7px;}
}

/* ── 写真スロット（素材が届いたら中身を <img> に差し替え） ── */
.photo-slot {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  background: var(--bg);
  border: 2px dashed var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  color: var(--text-light); font-size: 12px; font-weight: 700;
}
.photo-slot i { font-size: 24px; opacity: .7; }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 実写真が入ったスロットはプレースホルダー装飾を外す */
.photo-slot:has(img) { border: none; background: none; }
.photo-slot:has(img) img { border-radius: 12px; }
/* EOL採択カード：写真の右下に公式ロゴを白チップで重ねる */
.usp-eol { position: relative; }
.usp-eol .eol-chip {
  position: absolute; right: 10px; bottom: 10px;
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.96);
  border-radius: 10px; padding: 6px 11px;
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
}
.usp-eol .eol-chip img { height: 36px; width: auto; display: block; border-radius: 0; }

/* ── 波型セクション区切り ── */
.wave-sep{display:block; line-height:0; margin-top:-1px; position:relative; z-index:1;}
.wave-sep svg{display:block; width:100%; height:52px;}
.wave-sep.wave-flip svg{transform:scaleX(-1);}
@media (max-width:560px){ .wave-sep svg{height:30px;} }
/* 最終CTA上端の波（暗い背景に食い込む） */
.wave-final{position:absolute; top:-1px; left:0; right:0; line-height:0;}
.wave-final svg{display:block; width:100%; height:52px;}
@media (max-width:560px){ .wave-final svg{height:30px;} }

/* ── 認定バンド（FVと悩みの間・中央固定／斜めストライプで賑やかに） ── */
.ministry-band{
  background:repeating-linear-gradient(-45deg,
    var(--primary-dark) 0 16px, #00545D 16px 32px);
  padding:14px 24px; text-align:center;
}
.ministry-band-text{ margin:0; font-size:14px; font-weight:700; color:rgba(255,255,255,.92); line-height:1.7; display:inline-flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center; }
.ministry-band-text i{ color:var(--accent); font-size:18px; }
.ministry-logo{ display:inline-flex; align-items:center; background:#fff; border-radius:8px; padding:4px 9px; }
.ministry-logo img{ height:26px; width:auto; display:block; }
.ministry-band-text strong{ color:var(--accent); font-weight:900; }
@media (max-width:560px){ .ministry-band{ padding:12px 18px; } .ministry-band-text{ font-size:12.5px; gap:8px; } }

/* ── ② EMPATHY（FVトーンに刷新） ── */
.section-empathy { background: var(--white); padding: 40px 0; position: relative; overflow: hidden; }
/* FVのコンテンツエリア幅（1360px）に合わせる（Bootstrap非依存で中央寄せ） */
.section-empathy .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
/* 3カードを横並びに（自前グリッド） */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .pain-grid { grid-template-columns: 1fr; gap: 20px; } }
/* SP：見出し1行目が折り返さないようサイズと余白を調整 */
@media (max-width: 560px) {
  .section-empathy .container { padding-left: 20px; padding-right: 20px; }
  .section-empathy .section-title { font-size: clamp(1.12rem, 4.6vw, 1.5rem); }
}
/* section deco（FVと同系のカラフル装飾・うすめ） */
.em-deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.em-deco span { position: absolute; display: block; }
.em-deco .e-ring1 { width: 160px; height: 160px; border: 3px solid rgba(0,116,126,.10); border-radius: 50%; left: -46px; top: 70px; }
.em-deco .e-ring2 { width: 92px; height: 92px; border: 3px solid rgba(238,120,90,.14); border-radius: 50%; right: 6%; top: 50px; }
.em-deco .e-dot1 { width: 16px; height: 16px; background: rgba(200,155,60,.20); border-radius: 50%; right: 13%; bottom: 130px; }
.em-deco .e-dot2 { width: 12px; height: 12px; background: rgba(90,169,214,.20); border-radius: 50%; left: 9%; bottom: 90px; }
.em-deco .e-sq1 { width: 42px; height: 42px; border: 3px solid rgba(127,176,105,.16); border-radius: 11px; left: 45%; top: 34px; transform: rotate(16deg); }

.pain-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 38px 30px;
  height: 100%;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
}
.pain-card:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.pain-badge {
  width: 66px; height: 66px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff;
  margin: 0 auto 20px;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
.pain-card:hover .pain-badge { transform: rotate(-8deg) scale(1.08); }
.pain-badge i { color: #fff; }
.pc-teal  { background: linear-gradient(135deg, var(--primary), var(--primary-mid)); }
.pc-coral { background: linear-gradient(135deg, #EE785A, #E0633F); }
.pc-sky   { background: linear-gradient(135deg, #5AA9D6, #3E8FBF); }
.pain-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.55;
}
.pain-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; }

/* 次のエリアへ繋ぐ幅広の下向き矢印（順番に光るアニメ付き） */
.empathy-arrow { display: flex; justify-content: center; margin: 48px 0 0; }
.empathy-arrow svg { width: min(76px, 20%); height: auto; display: block; }
.empathy-arrow path { animation: chev-fade 1.6s ease-in-out infinite; }
.empathy-arrow path:nth-of-type(2) { animation-delay: .22s; }
.empathy-arrow path:nth-of-type(3) { animation-delay: .44s; }
@keyframes chev-fade { 0%,100%{opacity:.22;} 45%{opacity:1;} }

.reframe-box {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: var(--r-lg);
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.reframe-box::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 210px; height: 210px;
  border-radius: 50%;
  background: rgba(200,155,60,.14);
}
.reframe-box::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -50px;
  width: 190px; height: 190px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.08);
}
.reframe-box .rf-inner { position: relative; z-index: 1; }
.rf-mobile-break { display: none; }
.reframe-box .rf-headline {
  font-size: clamp(1.3rem, 2.8vw, 1.85rem);
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 20px;
}
.reframe-box .rf-em { color: var(--accent); }
.reframe-box p {
  font-size: 15px;
  color: rgba(255,255,255,.82);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.9;
}

/* ── ③ DISCOVERY（FVトーン・Bootstrap非依存） ── */
.section-discovery { background: var(--bg); padding: 40px 0; position: relative; overflow: hidden; }
.section-discovery .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }

/* タイトル行を人見知り／活発のイラストで左右から挟む */
.discovery-head { text-align: center; margin-bottom: 56px; }
.dh-titlerow { display: flex; align-items: center; justify-content: center; gap: 40px; margin-bottom: 8px; }
.dh-titlerow .section-title { margin-bottom: 0; }
.dh-illust { flex-shrink: 0; }
.dh-illust img { height: 160px; width: auto; display: block; }

/* Show & Tell 説明（緑枠なし・背景と地続き） */
.showtell-explain { padding: 12px 0 0; margin-bottom: 48px; }
.st-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.st-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(1.4rem, 2.6vw, 1.95rem); font-weight: 900; color: var(--text); line-height: 1.55; margin-bottom: 18px; }
.st-title .st-em { color: var(--accent-dark); }
.st-desc { color: var(--text-mid); line-height: 1.9; font-size: 16px; }
.st-desc strong { color: var(--accent-dark); }
.st-summary { margin-top: 18px; font-size: 16px; line-height: 1.9; color: var(--text-mid); }
.st-summary strong { color: var(--accent-dark); }
.st-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); aspect-ratio: 4/3; }
.st-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* responsive */
@media (max-width: 880px) {
  .dh-titlerow { gap: 16px; }
  .dh-illust img { height: 88px; }
  .st-grid { grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
}
@media (max-width: 560px) {
  .section-discovery .container { padding-left: 20px; padding-right: 20px; }
  .section-discovery .section-title { font-size: clamp(1rem, 4vw, 1.4rem); }
  .reframe-box {
    padding: 42px 22px;
    border-radius: 20px;
    margin-top: 24px;
  }
  .reframe-box::before {
    width: 150px;
    height: 150px;
    top: -44px;
    right: -46px;
  }
  .reframe-box::after {
    width: 150px;
    height: 150px;
    bottom: -48px;
    left: -56px;
  }
  .rf-mobile-break { display: inline; }
  .rf-keep { white-space: nowrap; }
  .reframe-box .rf-headline {
    font-size: clamp(1.12rem, 5vw, 1.28rem);
    line-height: 1.62;
    margin-bottom: 22px;
  }
  .reframe-box p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.95;
  }
  .dh-titlerow { gap: 10px; }
  .dh-illust img { height: 62px; }
  .discovery-head { text-align: center; margin-bottom: 28px; }
  .showtell-explain { padding-top: 0; margin-bottom: 42px; }
  .st-grid { gap: 24px; }
  .st-media { order: 1; }
  .st-text { order: 2; }
  .st-photo {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
  }
  .st-desc,
  .st-summary {
    font-size: 14px;
    line-height: 1.95;
  }
}

/* ── ④ SERVICE（FVトーン・Bootstrap非依存） ── */
.section-service { background: var(--bg); padding: 40px 0; margin-top: 0; position: relative; overflow: hidden; }
.section-service .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }

/* 説明文とポイントの間のイラスト */
.service-illust { text-align: center; margin: 6px 0 40px; }
.service-illust img { width: 100%; max-width: 580px; height: auto; display: block; margin: 0 auto; }

/* 3つの理由カード（自前グリッド） */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  position: relative;
  background: var(--white); border-radius: var(--r-lg); padding: 30px 30px 36px; height: 100%;
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.feature-card:hover .feature-tag { transform: rotate(-4deg) scale(1.04); }
.feature-tag { transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
/* 付箋（左線を少しまたぎ、少し高め・幅広に配置） */
.feature-tag {
  position: absolute; top: -14px; left: -14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900;
  font-size: 16px; line-height: 1; padding: 12px 40px;
  border-radius: 4px; transform: rotate(-2deg);
  box-shadow: 0 3px 8px rgba(0,40,44,.18);
}
.feature-tag .ft-num { font-size: 22px; }
.fc-teal  { background: linear-gradient(135deg, var(--primary), var(--primary-mid)); }
.fc-coral { background: linear-gradient(135deg, #EE785A, #E0633F); }
.fc-sky   { background: linear-gradient(135deg, #5AA9D6, #3E8FBF); }
.feature-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(1.3rem, 1.9vw, 1.55rem); font-weight: 900; color: var(--text); margin-bottom: 14px; line-height: 1.45; }
.feature-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; }
.feature-body strong { color: var(--accent-dark); }

/* 講師陣のご紹介 */
.teachers { margin: 78px auto 0; max-width: 1040px; text-align: center; }
.teachers.supporters { margin-top: 72px; padding-top: 54px; border-top: 1px solid rgba(216,232,231,.9); }
.teachers-title {
  position: relative;
  display: inline-block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.8rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 18px;
  padding-bottom: 14px;
}
.teachers-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: translateX(-50%);
}
.teachers-lead { font-size: 15px; color: var(--text-mid); line-height: 1.95; max-width: 820px; margin: 0 auto 38px; }
.teacher-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.teacher-row-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1000px; }
.teacher-row-4 .teacher-item { min-height: 0; padding-bottom: 26px; }
.teacher-item {
  position: relative;
  overflow: hidden;
  min-height: 258px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(216,232,231,.95);
  border-radius: 22px;
  padding: 24px 18px 22px;
  text-align: center;
}
.teacher-ph {
  position: relative;
  width: 158px;
  height: 158px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(0,60,66,.10);
  background: var(--primary-bg);
}
.teacher-ph img { object-position: 50% 22%; }
.teacher-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.teacher-nick { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.06rem; font-weight: 900; color: var(--text); line-height: 1.45; margin-bottom: 7px; }
.teacher-role { font-size: 12.5px; color: var(--text-mid); line-height: 1.65; }
.teachers-note { font-size: 11.5px; color: var(--text-light); line-height: 1.7; margin-top: 20px; }

/* responsive */
@media (max-width: 880px) {
  .feature-grid { grid-template-columns: 1fr; gap: 20px; }
  .teacher-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .teacher-row-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .section-service .container { padding-left: 20px; padding-right: 20px; }
  .section-service .section-title { font-size: clamp(1.15rem, 4.6vw, 1.5rem); }
  .feature-grid { gap: 28px; }
  .feature-card {
    padding: 58px 22px 28px;
    border-radius: 20px;
  }
  .feature-tag {
    top: 16px;
    left: 18px;
    padding: 9px 22px;
    font-size: 13px;
    transform: rotate(-1.5deg);
  }
  .feature-tag .ft-num { font-size: 18px; }
  .feature-title {
    font-size: 1.22rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .feature-body {
    font-size: 13.5px;
    line-height: 1.9;
  }
  .teachers { margin-top: 58px; }
  .teachers.supporters { margin-top: 54px; padding-top: 42px; }
  .teachers-title { font-size: 1.2rem; }
  .teachers-lead { font-size: 14px; margin-bottom: 26px; text-align: left; }
  .teacher-row { grid-template-columns: 1fr; gap: 14px; }
  .teacher-item {
    min-height: 0;
    display: grid;
    grid-template-columns: 108px 1fr;
    column-gap: 16px;
    row-gap: 2px;
    align-items: center;
    padding: 18px;
    text-align: left;
  }
  .teacher-ph { grid-row: 1 / span 2; width: 108px; height: 108px; border-radius: 22px; margin: 0; }
  .teacher-nick { grid-column: 2; align-self: end; font-size: 1rem; margin-bottom: 2px; }
  .teacher-nick:last-child { grid-row: 1 / span 2; align-self: center; margin-bottom: 0; }
  .teacher-role { grid-column: 2; align-self: start; font-size: 12px; }
}

/* ── ⑤ VOICES（FVトーン・横並びカルーセル） ── */
.section-voices { background: var(--bg); padding: 40px 0; position: relative; overflow: hidden; }
.section-voices .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.voices-carousel { position: relative; margin-bottom: 58px; }
.voices-track {
  display: flex; gap: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 6px 2px 14px;
  -ms-overflow-style: none; scrollbar-width: none;
}
.voices-track::-webkit-scrollbar { display: none; }
.voice-card {
  flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; text-align: center;
  background: var(--white); border-radius: var(--r-lg); padding: 30px 26px;
  box-shadow: var(--sh-sm); border: 1px solid var(--border); position: relative;
}
.voice-photo {
  width: 128px; height: 128px; border-radius: 50%; overflow: hidden;
  margin: 0 auto 16px; border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(0,60,66,.14);
  background: var(--primary-bg);
}
.voice-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.voice-grade-badge { display: inline-block; background: var(--primary-bg); color: var(--primary); font-size: 14px; font-weight: 700; padding: 6px 20px; border-radius: 100px; margin-bottom: 8px; }
.voice-meta { display: block; font-size: 11.5px; color: var(--text-light); margin-bottom: 16px; }
.voice-quote {
  position: relative;
  text-align: left;
  font-size: 13.8px;
  color: var(--text-mid);
  line-height: 1.95;
  background: var(--bg);
  border-radius: var(--r);
  padding: 34px 18px 18px;
}
.voice-quote::before {
  content: '\201C';
  position: absolute;
  left: 14px; top: 2px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: var(--accent);
}
.vb { position: relative; border-radius: var(--r); padding: 24px 18px 18px; margin-top: 14px; }
.vb-label { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 12px; letter-spacing: .08em; padding: 4px 18px; border-radius: 100px; white-space: nowrap; }
.vb-text { font-size: 14px; line-height: 1.8; }
.vb-before { background: #EFF1F1; }
.vb-before .vb-label { background: #94A3A2; color: #fff; }
.vb-before .vb-text { color: #5f6d6c; }
.vb-after { background: var(--white); border: 2px solid var(--primary); box-shadow: 0 6px 18px rgba(0,96,105,.14); }
.vb-after .vb-label { background: var(--primary); color: #fff; }
.vb-after .vb-text { color: var(--primary-dark); font-weight: 700; }
.voice-arrow { text-align: center; color: var(--accent); font-size: 22px; margin: 6px 0; }
/* カルーセル操作（矢印・ドット） */
.voice-nav { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 22px; }
.voice-arrow-btn { width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer; background: var(--white); box-shadow: var(--sh-sm); color: var(--primary); font-size: 18px; display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.voice-arrow-btn:hover { background: var(--primary); color: #fff; }
.voice-dots { display: flex; gap: 8px; }
.voice-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: .25s; }
.voice-dot.active { background: var(--primary); width: 24px; border-radius: 5px; }
/* エリアの締めくくりメッセージ */
.voices-closing { text-align: center; max-width: 840px; margin: 48px auto 0; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.7; color: var(--text); }
.voices-closing .hl { color: var(--primary); }
@media (max-width: 880px) { .voice-card { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 560px) {
  .section-voices .container { padding-left: 20px; padding-right: 20px; }
  .section-voices .section-title { font-size: clamp(1.3rem, 5vw, 1.6rem); }
  .voices-carousel { margin-bottom: 44px; }
  .voice-card { flex-basis: 82%; }
}

/* ── ⑥ FLOW（FVトーン・Bootstrap非依存） ── */
.section-flow { background: var(--white); padding: 40px 0; position: relative; overflow: hidden; }
.section-flow .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.flow-container { display: flex; gap: 0; position: relative; }
.flow-container::before {
  content: ''; position: absolute; top: 42px;
  left: calc(33.33% / 2); right: calc(33.33% / 2); height: 3px; border-radius: 2px;
  background: linear-gradient(to right, var(--primary), #EE785A, #5AA9D6); z-index: 0;
}
.flow-step { flex: 1; text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.flow-step-num {
  width: 84px; height: 84px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 0 auto 20px; color: #fff;
  border: 4px solid var(--white); box-shadow: 0 2px 8px rgba(0,40,44,.12);
}
.flow-step:nth-child(1) .flow-step-num { background: linear-gradient(135deg, var(--primary), var(--primary-mid)); }
.flow-step:nth-child(2) .flow-step-num { background: linear-gradient(135deg, #EE785A, #E0633F); }
.flow-step:nth-child(3) .flow-step-num { background: linear-gradient(135deg, #5AA9D6, #3E8FBF); }
.flow-step-num .step-label { font-size: 10px; color: rgba(255,255,255,.85); font-weight: 700; letter-spacing: .12em; }
.flow-step-num .step-n { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.7rem; font-weight: 900; color: #fff; line-height: 1; }
.flow-badge { display: inline-block; background: var(--accent-light); color: var(--accent-dark); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; margin-bottom: 12px; }
.flow-step-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.12rem; font-weight: 900; color: var(--text); margin-bottom: 10px; line-height: 1.5; }
.flow-free {
  display: inline-block; position: relative; vertical-align: middle;
  background: #EE785A; color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 11px;
  padding: 3px 11px; border-radius: 100px; margin-left: 9px;
}
.flow-free::before {
  content: ''; position: absolute; left: -5px; top: 50%; transform: translateY(-50%);
  border-style: solid; border-width: 5px 6px 5px 0; border-color: transparent #EE785A transparent transparent;
}
.flow-step-body { font-size: 13px; color: var(--text-mid); line-height: 1.85; }
.flow-head .flow-badge { margin-bottom: 0; }
.flow-main { margin-top: 14px; }
.flow-cta-box { background: var(--primary-bg); border-radius: var(--r-lg); padding: 40px; text-align: center; margin-top: 56px; }
.flow-cta-box h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.3rem; color: var(--primary-dark); margin-bottom: 22px; }
.flow-cta-box .btn-gold { color: #fff; }
@media (max-width: 880px) {
  .flow-container { flex-direction: column; gap: 28px; }
  .flow-container::before { display: none; }
  .flow-step { display: flex; flex-direction: row; align-items: flex-start; text-align: left; gap: 18px; padding: 0; }
  .flow-head { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .flow-step-num { margin: 0; }
  .flow-main { margin-top: 0; }
}
@media (max-width: 560px) {
  .section-flow .container { padding-left: 20px; padding-right: 20px; }
  .section-flow .section-title { font-size: clamp(1.3rem, 5vw, 1.6rem); }
}

/* ── ⑦ Q&A（FVトーン） ── */
.section-qa { background: var(--bg); padding: 40px 0; }
.section-qa .container { max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.qa-list { max-width: 780px; margin: 0 auto; }
.qa-item { background: var(--white); border-radius: var(--r); margin-bottom: 14px; overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--border); transition: box-shadow .2s; }
.qa-item.open { box-shadow: var(--sh); }
.qa-question {
  width: 100%; background: none; border: none; padding: 20px 24px; text-align: left;
  font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 15.5px; color: var(--text);
  cursor: pointer; display: flex; align-items: center; gap: 14px; transition: color .2s, background .2s;
}
.qa-question:hover { background: var(--bg); }
.qa-item.open .qa-question { color: var(--primary); }
.qa-q-badge {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid)); color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 14px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.qa-chevron { margin-left: auto; color: var(--text-light); font-size: 18px; transition: transform .3s; }
.qa-item.open .qa-chevron { transform: rotate(180deg); color: var(--primary); }
.qa-answer { display: none; padding: 2px 24px 22px 24px; font-size: 14px; color: var(--text-mid); line-height: 1.9; }
.qa-item.open .qa-answer { display: flex; gap: 14px; align-items: flex-start; }
.qa-answer::before {
  content: 'A'; flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #EE785A, #E0633F); color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 14px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.qa-note { max-width: 780px; margin: 24px auto 0; text-align: center; font-size: 13.5px; color: var(--text-mid); line-height: 1.95; }
@media (max-width: 560px) {
  .section-qa .container { padding-left: 20px; padding-right: 20px; }
  .section-qa .section-title { font-size: clamp(1.3rem, 5vw, 1.6rem); }
}

/* ── FINAL CTA ── */
.section-final-cta {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 112px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(200,155,60,.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.05) 0%, transparent 40%),
    radial-gradient(rgba(255,255,255,.07) 2px, transparent 2.6px);
  background-size: auto, auto, 30px 30px;
}
.final-cta-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 0 24px; }
.final-cta-content h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--white);
  margin-bottom: 12px;
}
.final-cta-content p {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  margin-bottom: 36px;
  line-height: 1.9;
}
.final-cta-btns { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; }
.final-cta-btns .btn-gold { color: #fff; }
@media (max-width: 560px) {
  .section-final-cta { padding: 84px 0 68px; }
  .final-cta-content { padding-left: 20px; padding-right: 20px; }
  .final-cta-content h2 {
    font-size: clamp(1.45rem, 6vw, 1.75rem);
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .final-cta-content p {
    font-size: 13.5px;
    line-height: 1.95;
    margin-bottom: 28px;
  }
  .final-cta-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 320px;
    margin: 0 auto;
  }
  .final-cta-btns .btn-gold,
  .final-cta-btns .btn-outline-white {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.4;
  }
  .section-final-cta .cta-free {
    top: -13px;
    right: -7px;
    font-size: 12px;
  }
  .section-final-cta .cta-urgency {
    max-width: 300px;
    margin: 24px auto 0;
    font-size: 12.5px;
    line-height: 1.9;
  }
  .final-cta-content p { text-align: left;}
}

/* ── FOOTER（Bootstrap非依存・自前グリッド） ── */
.footer-st .container { max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-h6 { color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .15em; margin-bottom: 12px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 560px) { .footer-st .container { padding-left: 20px; padding-right: 20px; } }

/* ── スクロールで各コンテンツをふわっと表示 ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.pain-card:nth-child(2), .feature-card:nth-child(2), .flow-step:nth-child(2) { transition-delay: .1s; }
.pain-card:nth-child(3), .feature-card:nth-child(3), .flow-step:nth-child(3) { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ── ページ全体に続く幾何学装飾（各セクション背面・薄く） ── */
.section-discovery::before, .section-service::before, .section-voices::before, .section-flow::before,
.section-discovery::after, .section-service::after, .section-voices::after, .section-flow::after {
  content: ''; position: absolute; z-index: 0; pointer-events: none; border-radius: 50%;
}
.section-discovery::before { width: 150px; height: 150px; border: 3px solid rgba(0,116,126,.10); left: -42px; top: 60px; }
.section-discovery::after  { width: 18px; height: 18px; background: rgba(238,120,90,.16); right: 8%; bottom: 80px; }
.section-service::before   { width: 120px; height: 120px; border: 3px solid rgba(90,169,214,.12); right: -36px; top: 80px; }
.section-service::after    { width: 16px; height: 16px; background: rgba(200,155,60,.20); left: 7%; bottom: 70px; }
.section-voices::before    { width: 140px; height: 140px; border: 3px solid rgba(127,176,105,.13); left: -46px; bottom: 60px; }
.section-voices::after     { width: 18px; height: 18px; background: rgba(90,169,214,.18); right: 9%; top: 70px; }
.section-flow::before      { width: 130px; height: 130px; border: 3px solid rgba(238,120,90,.12); right: -40px; bottom: 70px; }
.section-flow::after       { width: 16px; height: 16px; background: rgba(0,116,126,.16); left: 8%; top: 80px; }
@media (max-width: 880px) {
  .section-discovery::before, .section-service::before, .section-voices::before, .section-flow::before,
  .section-discovery::after, .section-service::after, .section-voices::after, .section-flow::after { display: none; }
}
/* 追加の散らし装飾（Show&Tell Studioとは／ご利用者さまの声 付近） */
.sec-deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.sec-deco span { position: absolute; display: block; }
.sec-deco .sd-r1 { width: 92px; height: 92px; border: 3px solid rgba(200,155,60,.16); border-radius: 50%; left: 4%; top: 120px; }
.sec-deco .sd-d1 { width: 14px; height: 14px; background: rgba(0,116,126,.16); border-radius: 50%; right: 7%; top: 150px; }
.sec-deco .sd-d2 { width: 18px; height: 18px; background: rgba(127,176,105,.20); border-radius: 50%; left: 13%; bottom: 90px; }
.sec-deco .sd-d3 { width: 12px; height: 12px; background: rgba(90,169,214,.20); border-radius: 50%; right: 15%; bottom: 130px; }
.sec-deco .sd-sq { width: 30px; height: 30px; border: 3px solid rgba(238,120,90,.18); border-radius: 8px; right: 5%; bottom: 80px; transform: rotate(-12deg); }
@media (max-width: 880px) { .sec-deco { display: none; } }

/* ── 追従CTA（FVを過ぎたら表示・最後のCTAで消える） ── */
.floating-cta {
  position: fixed; right: 26px; bottom: 26px; z-index: 1200;
  background: var(--accent); color: #fff; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 15px;
  padding: 15px 28px; border-radius: 100px; box-shadow: 0 10px 28px rgba(166,124,40,.45);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity .35s, transform .35s, background .2s;
}
.floating-cta.show { opacity: 1; transform: none; pointer-events: auto; }
.floating-cta:hover { background: var(--accent-dark); color: #fff; }
@media (max-width: 880px) { .floating-cta { display: none; } }
.sp-fixed-cta { transition: transform .3s; }
.sp-fixed-cta.at-final { transform: translateY(200%); }

/* VOICES 保護者インタビュー動画 */
.voice-videos { max-width: 1264px; margin: 0 auto 56px; text-align: center; }
.vv-title {
  font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900;
  font-size: clamp(1.3rem, 2.2vw, 1.6rem); color: var(--text);
  margin-bottom: 8px;
}
.vv-sub { font-size: 14px; color: var(--text-mid); margin-bottom: 24px; line-height: 1.9; }
.vv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.vv-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 14px 14px 16px; box-shadow: var(--sh-sm); }
.vv-thumb {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(200,155,60,.18), transparent 55%),
    linear-gradient(135deg, var(--primary-dark), var(--primary-mid));
  display: flex; align-items: center; justify-content: center;
}
.vv-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vv-cap { font-size: 13.5px; font-weight: 700; color: var(--text); margin-top: 12px; }
@media (max-width: 560px) {
  .voice-videos { margin-bottom: 44px; }
  .vv-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* VOICES 評価バンド（月桂冠） */
.voices-stats { text-align: center; margin: 48px auto 40px; }
.voices-stats img { width: 100%; max-width: 680px; height: auto; display: block; margin: 0 auto; }
.voices-stats-note { font-size: 12.5px; color: var(--text-mid); margin-top: 10px; }
/* 「業界唯一」等の根拠注記（クライアント指示：※2026年7月時点。当社調べ。） */
.claim-note { display: block; font-size: 12px; font-weight: 500; color: var(--text-mid); margin-top: 6px; line-height: 1.6; }
/* SP専用改行（PC・タブレット幅では改行しない） */
.sp-br { display: none; }
@media (max-width: 767px) { .sp-br { display: inline; } }
/* 語中での不自然な折り返しを防ぐ */
.nb { white-space: nowrap; }

/* SERVICE 料金ブロック */
.pricing { margin-top: 56px; text-align: center; }
.pricing-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--text); margin-bottom: 8px; }
.pricing-sub { font-size: 14px; color: var(--text-mid); margin-bottom: 28px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; text-align: left; max-width: 760px; margin: 0 auto; }
.price-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 24px; box-shadow: var(--sh-sm); position: relative; }
.pc-name { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 1.15rem; color: var(--primary-dark); }
.pc-target { font-size: 12px; color: var(--text-light); font-weight: 700; margin: 2px 0 14px; }
.pc-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 16px; }
.pc-num { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 2rem; color: var(--accent-dark); line-height: 1; }
.pc-unit { font-size: 12px; color: var(--text-mid); font-weight: 700; }
.pc-feat { list-style: none; padding: 0; margin: 0; }
.pc-feat li { font-size: 13px; color: var(--text-mid); line-height: 1.7; display: flex; gap: 7px; margin-bottom: 6px; }
.pc-feat li i { color: var(--primary); font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.pricing-note { font-size: 13px; color: var(--text-mid); line-height: 1.8; margin: 26px auto 22px; max-width: 700px; }
.pricing-cta {
  max-width: 720px;
  margin: 30px auto 0 !important;
  padding: 26px 24px 28px;
  background: var(--accent-light);
  border: 1px solid rgba(200,155,60,.30);
  border-radius: 24px;
}
@media (max-width: 880px) { .pricing-grid { grid-template-columns: 1fr; gap: 18px; } }
@media (max-width: 560px) {
  .pricing-cta { padding: 22px 18px 24px; border-radius: 20px; }
  .pricing-cta .btn-gold { width: 100%; padding-left: 22px; padding-right: 22px; }
}

/* CTA 希少性コピー */
.cta-urgency { font-size: 13px; line-height: 1.8; margin-top: 18px; color: rgba(255,255,255,.85); }
.flow-cta-box .cta-urgency { color: var(--primary-dark); opacity: .85; }
/* CTA内の右向き三角（旧「→」の置き換え）：白丸で囲んだミニボタン風 */
.cta-tri {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.1em; height: 2.1em; margin-left: .55em;
  border-radius: 50%; background: rgba(255,255,255,.92);
  color: var(--accent); font-size: .6em;
  vertical-align: middle; flex-shrink: 0;
}

/* ── 中間CTA（各セクション末に配置） ── */
.mid-cta { text-align: center; margin-top: 52px; }
.mid-cta .btn-gold { color: #fff; }
.mid-cta .cta-lead {
  display: block; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900;
  font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--primary-dark);
  margin-bottom: 20px; line-height: 1.6;
}
.pricing-cta .cta-lead { margin-bottom: 14px; }

/* ── ① FV：権威バッジ＆FV内CTA ── */
.h-badges { display: flex; flex-wrap: nowrap; gap: 8px; margin-bottom: 20px; }
.h-badge {
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; white-space: nowrap;
  background: #fff; border: 1px solid var(--border); color: var(--primary-dark);
  font-size: 12.5px; font-weight: 700; padding: 7px 14px; border-radius: 100px; box-shadow: var(--sh-sm);
}
.h-badge i { color: var(--accent-dark); font-size: 15px; }
.h-badge-logo { padding: 6px 14px 6px 10px; gap: 8px; line-height: 1.35; text-align: left; }
.h-badge-logo img { height: 28px; width: auto; display: block; flex-shrink: 0; }
.badge-br { display: none; }
@media (max-width: 560px) {
  .h-badge-logo { font-size: 10px; }
  .h-badge-logo img { height: 21px; }
  .badge-br { display: inline; }
}
.h-cta { margin-top: 30px; }
.h-cta .btn-gold { color: #fff; line-height: 1.45; }
.h-cta-time { white-space: nowrap; }
.h-cta-note { display: block; font-size: 12.5px; color: var(--text-mid); margin-top: 13px; line-height: 1.7; }
@media (max-width: 880px) {
  /* バッジは写真の下端に重ねる白チップに（写真主役の構成） */
  .h-badges {
    order: 4; justify-content: center; flex-wrap: wrap; gap: 8px;
    position: relative; z-index: 2;
    margin: -17px 4px 0;
  }
  .h-badge { box-shadow: var(--sh-sm); border-color: rgba(216,232,231,.7); }
  .h-cta { text-align: center; }
}
@media (max-width: 560px) {
  .h-badges { gap: 6px; margin-top: -15px; }
  .h-badge { font-size: 11.5px; padding: 8px 13px; gap: 5px; }
  .h-badge i { font-size: 13px; }
}
@media (max-width: 360px) {
  .h-badge { font-size: 10.5px; padding: 7px 10px; }
}

/* ── ④ USP（業界唯一のメソッド） ── */
.section-usp { background: var(--white); padding: 40px 0; position: relative; overflow: hidden; }
.section-usp .container { position: relative; z-index: 1; max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.usp-lead { text-align: center; max-width: 780px; margin: 0 auto 44px; font-size: 15px; color: var(--text-mid); line-height: 1.95; }
.usp-lead strong { color: var(--accent-dark); }
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.usp-card { position: relative; background: var(--white); border-radius: var(--r-lg); padding: 36px 28px; border: 1px solid var(--border); text-align: center; transition: transform .25s, box-shadow .25s; }
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.usp-num { transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
.usp-card:hover .usp-num { transform: rotate(8deg) scale(1.1); }
.usp-num { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 1.5rem; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-mid)); }
.usp-card:nth-child(2) .usp-num { background: linear-gradient(135deg, #EE785A, #E0633F); }
.usp-card:nth-child(3) .usp-num { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }
.usp-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.18rem; font-weight: 900; color: var(--text); margin-bottom: 14px; line-height: 1.5; }
.usp-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; text-align: left; }
/* 競合比較表 */
.usp-compare { margin: 68px auto 0; max-width: 840px; }
.usp-compare-title {
  text-align: center; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900;
  font-size: clamp(1.4rem, 2.4vw, 1.7rem); color: var(--primary-dark);
  margin-bottom: 28px; position: relative; padding-bottom: 16px;
}
.usp-compare-title::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 52px; height: 4px; border-radius: 2px; background: var(--accent);
}
.compare-wrap { overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
.compare-wrap::-webkit-scrollbar { display: none; }
.compare-table { width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.compare-table th, .compare-table td { padding: 16px 20px; text-align: left; font-size: 14px; line-height: 1.75; vertical-align: top; }
.compare-table thead th { background: var(--primary-dark); color: #fff; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 13px; }
.compare-table tbody tr + tr td { border-top: 1px solid var(--border); }
.compare-table .ct-target { font-weight: 700; color: var(--text); white-space: nowrap; }
.compare-table .ct-target i { margin-right: 8px; color: var(--primary); }
.compare-table .ct-ours td { background: var(--accent-light); }
.compare-table .ct-ours .ct-target { color: var(--accent-dark); }
.compare-table .ct-ours .ct-target i { color: var(--accent-dark); }
.compare-table .ct-ours strong { color: var(--accent-dark); }
@media (max-width: 880px) { .usp-grid { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 560px) {
  .section-usp { padding-bottom: 0;}
  .section-usp .container { padding-left: 20px; padding-right: 20px; }
  .section-usp .section-title { font-size: clamp(1.3rem, 5vw, 1.6rem); }
  .usp-lead {
    text-align: left;
  }
  /* SPでは比較表を縦積みカードに（横スクロールで本文が見切れるのを防ぐ） */
  .compare-table { min-width: 0; border: none; box-shadow: none; background: none; border-radius: 0; }
  .compare-table thead { display: none; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
  .compare-table tbody tr {
    background: var(--white); border: 1px solid var(--border); border-radius: 14px;
    overflow: hidden; margin-bottom: 12px; box-shadow: var(--sh-sm);
  }
  .compare-table tbody tr + tr td { border-top: none; }
  .compare-table td { padding: 12px 16px; }
  .compare-table .ct-target { background: var(--primary-dark); color: #fff; font-size: 13px; padding: 10px 16px; white-space: normal; }
  .compare-table .ct-ours td { background: var(--accent-light); }
  .compare-table .ct-ours .ct-target { background: var(--accent-dark); color: #fff; }
}

/* ── ⑥ 受講生Before/After ビジュアル（サービス内サブセクション） ── */
.beforeafter { margin-top: 78px; }
.ba-head { text-align: center; margin-bottom: 42px; }
.ba-head .ba-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(1.48rem, 2.6vw, 2rem); font-weight: 900; color: var(--text); line-height: 1.48; margin-bottom: 14px; }
.ba-sub { font-size: 15px; color: var(--text-mid); line-height: 2; max-width: 760px; margin: 0 auto; }
.ba-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ba-card {
  --ba-accent: var(--primary);
  --ba-soft: #E6F3F4;
  --ba-shadow: rgba(0,96,105,.14);
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 4px 16px rgba(0,96,105,.06);
}
.ba-card:nth-child(2) { --ba-accent: #5AA9D6; --ba-soft: #EAF6FC; --ba-shadow: rgba(90,169,214,.18); }
.ba-card:nth-child(3) { --ba-accent: #EE785A; --ba-soft: #FFF0EB; --ba-shadow: rgba(238,120,90,.16); }
.ba-card:nth-child(4) { --ba-accent: #7FB069; --ba-soft: #EFF7EB; --ba-shadow: rgba(127,176,105,.18); }
/* カードヘッダー（生徒写真サムネ＋学年・出典） */
.ba-head-row {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 18px;
  padding-right: 64px; /* スタンプ分 */
}
.ba-photo {
  width: 92px; aspect-ratio: 1 / 1; flex-shrink: 0;
  border-radius: 16px; overflow: hidden;
}
.ba-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; display: block; }
.ba-headmeta { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.ba-headmeta .ba-grade { margin-bottom: 0; }
.ba-headmeta .ba-src { margin: 0; text-align: left; }
@media (max-width: 560px) {
  .ba-head-row { gap: 13px; margin-bottom: 15px; }
  .ba-photo { width: 76px; border-radius: 13px; }
}

/* 「成長」スタンプ（カードごとのアクセント色・判子風） */
.ba-stamp {
  position: absolute; z-index: 2; right: 18px; top: 18px;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  background: var(--ba-accent); color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 13px; line-height: 1;
  letter-spacing: .06em;
  transform: rotate(11deg);
  box-shadow: 0 4px 10px var(--ba-shadow);
}
.ba-stamp::before {
  content: '';
  position: absolute; inset: 4px;
  border: 2px dashed rgba(255,255,255,.72);
  border-radius: 50%;
}
.ba-stamp i { font-size: 13px; line-height: 1; }
@media (max-width: 560px) {
  .ba-stamp { width: 56px; height: 56px; font-size: 13px; right: 13px; top: 13px; }
  .ba-stamp i { font-size: 11.5px; }
}
.ba-grade {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  background: var(--ba-soft);
  color: var(--ba-accent);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 5px 17px;
  border-radius: 100px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.9);
}
.ba-src { position: relative; z-index: 1; display: block; margin-top: 14px; font-size: 12px; color: var(--text-light); text-align: right; }
.ba-flow { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1.07fr); gap: 16px; align-items: stretch; }
.ba-box {
  position: relative;
  min-height: 132px;
  border-radius: 12px;
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ba-box .ba-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 100px;
}
.ba-box .ba-text { font-size: 13.7px; line-height: 1.9; margin: 0; }
.ba-before {
  background: #F2F5F5;
  border: 1px solid #E3ECEB;
}
.ba-before .ba-label { background: rgba(255,255,255,.72); color: #859797; }
.ba-before .ba-text { color: #536866; }
.ba-after {
  background: #fff;
  border: 2px solid var(--ba-accent);
  box-shadow: 0 4px 14px var(--ba-shadow);
}
.ba-after .ba-label { background: var(--ba-soft); color: var(--ba-accent); }
.ba-after .ba-text { color: var(--primary-dark); font-weight: 800; }
.ba-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 28px;
  text-align: center;
}
.ba-arrow::before {
  content: '';
  position: absolute;
  left: -12px;
  right: -12px;
  top: 50%;
  border-top: 2px dashed rgba(200,155,60,.38);
  transform: translateY(-50%);
}
.ba-arrow i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(166,124,40,.20);
}
@media (max-width: 880px) { .ba-grid { grid-template-columns: 1fr; gap: 18px; } }
@media (max-width: 560px) {
  .beforeafter { margin-top: 60px; }
  .ba-head { margin-bottom: 30px; }
  .ba-sub { font-size: 14px; line-height: 1.9; text-align: left; }
  .ba-card { padding: 22px 18px 20px; border-radius: 20px; }
  .ba-flow { grid-template-columns: 1fr; gap: 12px; }
  .ba-box { min-height: 0; padding: 19px 17px 18px; }
  .ba-arrow { min-height: 34px; transform: rotate(90deg); }
  .ba-arrow::before { display: none; }
}

/* ── ⑦ くに先生プロフィール強化 ── */
.kuni-profile {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 16px rgba(0,96,105,.06);
}
.kuni-top { display: grid; grid-template-columns: 320px 1fr; align-items: stretch; }
.kuni-photo {
  position: relative;
  background:
    radial-gradient(circle at 20% 12%, rgba(200,155,60,.18), transparent 34%),
    linear-gradient(160deg, var(--primary-bg), #fff);
  padding: 30px 0 26px 30px;
}
.kuni-photo img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 24px;
}
.kuni-main { padding: 40px 44px 30px; }
.kuni-role {
  display: inline-flex;
  align-items: center;
  background: var(--primary-bg);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  padding: 7px 15px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.kuni-name { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: clamp(1.65rem, 2.6vw, 2.1rem); color: var(--text); line-height: 1.25; margin-bottom: 4px; }
.kuni-name .kuni-yomi { display: block; font-size: 12.5px; color: var(--text-light); font-weight: 700; margin-top: 7px; }
.kuni-catch {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  color: var(--accent-dark);
  margin: 18px 0 16px;
  line-height: 1.55;
  padding-left: 18px;
}
.kuni-catch::before {
  content: '';
  position: absolute;
  left: 0;
  top: .25em;
  bottom: .25em;
  width: 4px;
  border-radius: 100px;
  background: var(--accent);
}
.kuni-bio { font-size: 14.2px; color: var(--text-mid); line-height: 2; }
.kuni-detail { padding: 0 44px 40px; }
.kuni-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
}
.kuni-table th, .kuni-table td { padding: 13px 18px; font-size: 13.5px; text-align: left; vertical-align: top; line-height: 1.75; }
.kuni-table tr + tr th, .kuni-table tr + tr td { border-top: 1px solid var(--border); }
.kuni-table th { width: 148px; white-space: nowrap; color: var(--primary-dark); font-weight: 800; background: var(--bg); }
.kuni-table td { color: var(--text-mid); }
.kuni-mind {
  background: linear-gradient(135deg, var(--accent-light), #fffaf0);
  border: 1px solid rgba(200,155,60,.22);
  border-radius: 18px;
  padding: 24px 26px 26px;
}
.kuni-mind h4 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 1.05rem; color: var(--accent-dark); margin-bottom: 10px; }
.kuni-mind p { font-size: 14px; color: var(--text-mid); line-height: 2; }
@media (max-width: 820px) {
  .kuni-top { grid-template-columns: 1fr; }
  .kuni-photo { padding: 28px 28px 0; }
  .kuni-photo img { min-height: auto; aspect-ratio: 16 / 10; }
  .kuni-main { padding: 28px 28px 22px; }
  .kuni-detail { padding: 0 28px 30px; }
}
@media (max-width: 560px) {
  .kuni-profile { border-radius: 22px; margin-bottom: 28px; }
  .kuni-photo { padding: 22px 18px 0; }
  .kuni-photo img { aspect-ratio: 4 / 3; border-radius: 18px; }
  .kuni-main { padding: 24px 20px 20px; }
  .kuni-detail { padding: 0 20px 24px; }
  .kuni-table, .kuni-table tbody, .kuni-table tr, .kuni-table th, .kuni-table td { display: block; width: 100%; }
  .kuni-table tr + tr th, .kuni-table tr + tr td { border-top: 0; }
  .kuni-table tr + tr { border-top: 1px solid var(--border); }
  .kuni-table th { padding: 12px 14px 2px; background: #fff; color: var(--primary); }
  .kuni-table td { padding: 0 14px 12px; }
  .kuni-mind { padding: 20px 18px; }
  .kuni-name { margin: 0;}
  .kuni-catch { padding-left: 5px;}
  .kuni-mind h4 { margin: 0;}
}

