:root{
  --pink:#FB477A; --yellow:#FFE400; --ink:#111; --paper:#fff;
  --ground:#f7f5ef;  /* 地(白いカードを浮かせるための背景) */
  --max:560px;
  --head:"M PLUS 1p","Hiragino Sans",sans-serif; /* A系=極太ゴシック */
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  font-family:"Hiragino Sans","Noto Sans JP",system-ui,sans-serif;
  color:var(--ink); background:var(--paper); font-size:16px; line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
section{padding:32px 20px}

/* 黒罫のルール: 白↔クリームの弱い境界のみ線を引く。黒/ピンクの隣は不要、黄バンドは常に上下枠 */
.steps,.folds,.company,.nots,.movie,.scene,.voices{border-top:3px solid var(--ink)}

/* 文節折り返し(機種依存の変な改行を防ぐ) */
.ph{display:inline-block}
/* 日本語を文節単位で折り返す。「気持ち悪い」が「気持/ち悪い」に割れるのを防ぐ。
   非対応ブラウザは通常の折り返しにフォールバックするだけなので安全 */
body{word-break:auto-phrase}

/* ---- 名乗り(ブランドバー) ---- */
.brand{
  display:flex;flex-direction:column;align-items:center;gap:3px;
  padding:10px 16px 6px;background:#fff;  /* ロゴとヒーローは1つの開幕ユニット=区切り線は置かない */
}
/* 名乗りはワードマーク+小さな運営者表記(旧:解放区ロゴ画像。読めない小ささでノイズだったため文字に) */
.brand__logo{height:32px;width:auto;display:block}   /* 就活アウトロー採用 */
.brand__name{font-family:var(--head);font-weight:900;font-size:18px;letter-spacing:.01em}
.brand__by{font-family:var(--head);font-weight:800;font-size:10.5px;color:#555;letter-spacing:.02em}

/* ---- 見出し(A系:極太+斜体シャウト=現行サイトの見出しDNAをCSSで再現) ---- */
.sec-title{
  font-family:var(--head);font-weight:900;font-size:26px;line-height:1.4;
  text-align:center;margin-bottom:24px;color:var(--ink);
  transform:skewX(-8deg);
}
.mark{background:linear-gradient(transparent 55%,var(--yellow) 55%);padding:0 .1em}

/* ---- 見出しキッカー(小さな肩ラベル。色を回してリズムを出す) ---- */
.sec-head{text-align:center;margin-bottom:24px}
.sec-head .sec-title{margin-bottom:0}
.folds .sec-head{margin-bottom:10px}
.sec-kicker{
  display:inline-block;font-family:var(--head);font-weight:900;
  font-size:12px;letter-spacing:.06em;padding:5px 14px;border-radius:999px;
  border:2.5px solid var(--ink);box-shadow:2px 2px 0 var(--ink);
  margin-bottom:12px;transform:rotate(-1.6deg);
}
.sec-kicker--pink{background:var(--pink);color:#fff}
/* 見出し直下のリード(文節改行・中揃え) */
.sec-lead{margin-top:8px;font-size:15px;font-weight:700;line-height:1.8;color:#333}
/* デスクトップ専用の文節改行(スマホでは1行のまま) */
.br-d{display:none}
.sec-kicker--navy{background:var(--ink);color:#fff}
.sec-kicker--yellow{background:var(--yellow);color:var(--ink)}

/* ---- ボタン(A系:黒縁+ハードシャドウ) ---- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.3em;
  font-family:var(--head);font-weight:900;text-decoration:none;border-radius:14px;
  padding:17px 30px;font-size:17px;line-height:1.3;
  border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);
  transition:transform .08s, box-shadow .08s;
}
.btn:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--ink)}
.btn__sub{font-size:13px}
.btn--primary{background:var(--pink);color:#fff}
.btn--line{background:#06C755;color:#fff}
.btn--line-outline{background:#fff;color:#06a94a}
.btn--sub{font-size:15px;padding:13px 22px}
.btn--block{display:flex;width:100%}

/* ---- 1画面目 ヒーロー ---- */
.hero{padding:0}
.hero__img{width:100%;height:min(58vh,440px);object-fit:cover;object-position:center bottom}
/* ヒーロー下のコピー帯=スマホ・デスクトップとも黒(ポスターの下辺として1つの塊に見せる) */
.hero__copy{padding:26px 20px 24px;text-align:center;background:var(--ink)}
.hero__lead{
  font-family:var(--head);font-weight:900;font-size:23px;line-height:1.55;margin-bottom:24px;
  color:#fff;
}
.hero__lead .mark{white-space:nowrap;background:none;color:var(--yellow)}

/* バッジ帯 */
.badges{
  padding:26px 20px;text-align:center;background:var(--yellow);
  border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);
}
.badges__list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;margin-bottom:14px}
.badges__list li{
  background:#fff;border:3px solid var(--ink);border-radius:999px;padding:7px 16px;
  font-family:var(--head);font-size:14px;font-weight:900;box-shadow:3px 3px 0 var(--ink);
}
.trust{font-size:12px;color:#333;font-weight:700;margin-bottom:16px}
/* なぜ29歳まで(本人の言葉。黒カード直下=対象の理由) */
.badges__why{
  text-align:center;font-size:13.5px;font-weight:800;line-height:1.9;
  margin:-6px auto 20px;max-width:640px;
}

/* ---- 対象資格(冒頭=早期スクリーニング)。黒反転=下の白ピル群と明確に区別 ---- */
.badges__target{
  display:inline-block;background:var(--ink);color:#fff;border-radius:16px;
  box-shadow:4px 4px 0 rgba(0,0,0,.25);font-family:var(--head);font-weight:900;
  font-size:clamp(18px,5.4vw,24px);padding:14px 28px;margin-bottom:22px;
  transform:rotate(-1.2deg);
}
.badges__target em{font-style:normal;color:var(--yellow)}

/* ---- ないことリスト(注意事項の現代化=誠実さの証明) ---- */
.nots{background:#fff;text-align:center}
.nots .sec-title{margin-bottom:14px}
.nots__list{list-style:none;max-width:var(--max);margin:0 auto;display:grid;text-align:center}
.nots__list li{
  font-family:var(--head);font-weight:800;font-size:clamp(15px,4.4vw,18px);
  padding:9px 4px;border-bottom:2px dashed #e8e2d8;
}
.nots__list li:last-child{border-bottom:0}
.nots__list em{font-style:normal;color:var(--pink);font-weight:900}
/* ないものリストの締め(なぜ消したのかの言い切り) */
.nots__closing{
  text-align:center;font-family:var(--head);font-weight:900;
  font-size:16px;line-height:1.8;margin-top:18px;
}

/* ---- ドキュメンタリー映像 ---- */
.movie{background:var(--ground);text-align:center}
.movie__frame{
  position:relative;max-width:760px;margin:0 auto;aspect-ratio:16/9;
  border:3px solid var(--ink);border-radius:16px;overflow:hidden;
  box-shadow:6px 6px 0 var(--ink);background:#000;
}
.movie__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---- フォーム前の招き(怪しさの先回り) ---- */
.entry__invite{
  text-align:center;font-family:var(--head);font-weight:900;
  font-size:clamp(14px,4.3vw,18px);line-height:1.9;margin:0 0 26px;
}

/* steps: 期間メタ */
.steps__meta{text-align:center;font-family:var(--head);font-weight:900;font-size:15px;margin-top:24px}
/* パンチライン下の補足(場の空気の説明=一段静かなトーン) */
.steps__sub{text-align:center;font-size:14px;font-weight:700;line-height:1.9;margin-top:10px;color:#333}

/* ---- 心の声(ペインの増幅=散らばる独り言。整列させない) ---- */
.pains{background:#fff;overflow:hidden;padding:36px 20px}
.pains__list{list-style:none;max-width:640px;margin:0 auto;display:grid;gap:14px}
.pains__list li{font-family:var(--head);font-weight:900;line-height:1.65}
.pains__list li:nth-child(1){font-size:clamp(17px,4.9vw,24px);transform:rotate(-2deg);justify-self:start;text-align:left}
.pains__list li:nth-child(2){font-size:clamp(16px,4.6vw,23px);transform:rotate(1.6deg);justify-self:end;text-align:right}
.pains__list li:nth-child(3){font-size:clamp(16px,4.6vw,22px);transform:rotate(-1.2deg);justify-self:start;text-align:left}
.pains__list li:nth-child(4){font-size:clamp(17px,5vw,25px);transform:rotate(1.8deg);justify-self:end;text-align:right}
.pains__list li:nth-child(5){font-size:clamp(20px,5.8vw,34px);transform:rotate(-1.6deg);justify-self:center;text-align:center;margin-top:8px}
/* スマホ専用の文節改行(デスクトップでは1行) */
.br-m{display:inline}

/* ---- 企業セクション(怪しさへの回答=相手方の質) ---- */
.company{background:#fff;text-align:center}
.company__body{font-family:var(--head);font-weight:800;font-size:clamp(16px,4.6vw,19px);line-height:1.8;margin-top:6px}
.company__body + .company__body{margin-top:14px}
.company__proof{font-family:var(--head);font-weight:900;font-size:clamp(17px,4.8vw,20px);margin-top:14px}
.company__proof strong{font-size:1.8em;color:var(--pink);vertical-align:-2px;margin:0 2px}
/* 数字の年次(標準数字ルール=年次のない数字は置かない) */
.company__asof{font-size:.6em;font-weight:800;color:#666;margin-left:2px;white-space:nowrap}
/* 定着率の根拠(帰結→理由。数字の言いっぱなしにしない) */
.company__reason{font-size:14.5px;font-weight:800;line-height:1.9;margin-top:8px}

/* ---- 回遊リンク(詳しくはFAQへ=不安の残りを畳む層で払拭) ---- */
.more-link{
  display:inline-block;margin-top:18px;font-weight:800;font-size:14px;
  color:var(--pink);text-decoration:none;border-bottom:2px solid var(--pink);
}
.steps__note{text-align:center;font-size:13px;font-weight:700;color:#555;margin-top:24px;line-height:1.9}
.steps__cta{text-align:center;margin-top:22px}
.steps__note .more-link{margin-top:4px}

/* ---- 2画面目 定義 ---- */
.define{background:var(--ink);color:#fff;text-align:center;padding:36px 20px}
.define__opener{
  font-family:var(--head);font-weight:900;font-size:clamp(20px,6vw,26px);
  margin-bottom:24px;transform:skewX(-8deg);
}
.define__opener em{font-style:normal;background:var(--yellow);color:var(--ink);padding:0 .12em}
.define__body{max-width:var(--max);margin:0 auto;font-size:17px;line-height:1.9}
.define__name{
  max-width:var(--max);margin:20px auto 0;
  font-family:var(--head);font-weight:900;font-size:24px;line-height:1.6;
}
.define__name em{
  font-style:normal;background:var(--yellow);color:var(--ink);
  padding:3px 8px;box-decoration-break:clone;-webkit-box-decoration-break:clone;
}
.define__bridge{
  max-width:var(--max);margin:18px auto 0;font-size:16px;line-height:1.9;color:#eee;
}
.define__bridge .ph:last-child{font-weight:800;color:#fff}

/* ---- 3画面目 4ステップ ---- */
.steps{background:var(--ground)}
.steps__list{list-style:none;max-width:var(--max);margin:0 auto;display:grid;gap:18px;position:relative}
/* 番号の丸をつなぐ縦タイムライン。カードの隙間だけに見え、白カードと丸が前面を覆う */
.steps__list::before{
  content:"";position:absolute;top:0;bottom:0;left:41px;width:4px;
  background:var(--ink);border-radius:2px;z-index:0;
}
.steps__list li{
  position:relative;z-index:1;display:flex;align-items:center;gap:16px;
  background:#fff;border:3px solid var(--ink);border-radius:16px;
  padding:12px 18px;box-shadow:5px 5px 0 var(--ink);
}
.steps__no{
  flex:none;width:44px;height:44px;border-radius:50%;
  background:var(--pink);color:#fff;border:3px solid var(--ink);
  display:grid;place-items:center;font-family:var(--head);font-weight:900;font-size:20px;
}
.steps__body{display:grid;gap:2px}
.steps__name{font-family:var(--head);font-size:19px;font-weight:900;line-height:1.3}
.steps__desc{
  font-size:clamp(11px,3.5vw,13.5px);color:#444;font-weight:600;
  white-space:nowrap; /* 改行はbrで文節固定 */
}

/* ---- 3.5画面目 声 ---- */
.voices{background:#fff7f9}
.voices .more-link{display:block;width:fit-content;margin:16px auto 0}
.voices__list{list-style:none;max-width:var(--max);margin:0 auto;display:grid;gap:0}
.voices__list li{
  font-family:var(--head);font-weight:800;padding:9px 8px;text-align:center;line-height:1.35;
  font-size:clamp(12px,4.3vw,17px);
  white-space:nowrap; /* 一言は必ず1行 */
  border-bottom:2px dashed #f2ccd7;
}
.voices__list li:last-child{border-bottom:0}
.voices__quote{
  text-align:center;max-width:var(--max);margin:14px auto 0;
  font-family:var(--head);font-weight:900;font-size:clamp(14px,4.6vw,18px);
}
.voices__attr{display:block;color:#888;font-size:12px;font-weight:600;margin-top:5px;font-family:"Hiragino Sans",sans-serif}
.voices__proof{text-align:center;margin-top:16px;font-size:15px;font-weight:700}
/* 声→実績の橋。対句2行+言い切り1行で、次の数字に意味を与える */
.voices__closing{
  text-align:center;max-width:var(--max);margin:22px auto 0;
  font-family:var(--head);font-weight:800;font-size:15px;line-height:1.95;
}
.voices__closing strong{display:inline-block;margin-top:6px;font-size:1.12em;font-weight:900}
.voices__proof strong{font-family:var(--head);font-size:26px;color:var(--pink)}

/* 実績バンド(標準数字を大声で=黄の全幅) */
.stats{
  background:var(--yellow);border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);
  text-align:center;padding:22px 20px;
}
.stats__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:14px 36px}
.stats__item{display:grid;gap:0}
.stats__label{font-size:15px;font-weight:800}
.stats__num{font-family:var(--head);font-weight:900;font-size:40px;line-height:1.15}
.stats__num em{font-style:normal;font-size:18px;margin-left:2px}
.stats__note{margin-top:8px;font-size:12px;font-weight:700;color:#443}
.stats__media{margin-top:12px;font-family:var(--head);font-weight:900;font-size:13px;color:var(--ink)}

/* 現場写真(実在の証拠。正方形4枚で均一=bokurano-shukatsu.comの実写を引用) */
.scene{background:var(--ground);text-align:center}
.scene .sec-lead{margin-bottom:18px}
.scene__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:var(--max);margin:0 auto}
.scene__grid figure{margin:0}
.scene__grid img{
  width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;
  border:3px solid var(--ink);border-radius:14px;box-shadow:4px 4px 0 var(--ink);
}
.scene__grid figcaption{margin-top:8px;font-weight:800;font-size:12px;color:#444}

/* 会社セクションの証拠写真(企業側と若者の素の対話=venue3) */
.company__photo{margin:20px auto 0;max-width:340px}
.company__photo img{
  width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;
  border:3px solid var(--ink);border-radius:14px;box-shadow:4px 4px 0 var(--ink);
}
.company__photo figcaption{margin-top:8px;font-weight:800;font-size:12px;color:#444}

/* 識別teaser(声→自分ごと→診断の坂) */
.fits{background:#fff;text-align:center}  /* 黒帯(define)直後なので線は不要 */
.fits__char{display:none}  /* 若者パネルはデスクトップのみ */
.fits__title{font-family:var(--head);font-weight:900;font-size:clamp(20px,6vw,26px);line-height:1.5;margin-bottom:14px}
.fits__list{list-style:none;max-width:var(--max);margin:0 auto;display:grid;gap:8px;text-align:left}
.fits__list li{
  position:relative;padding:8px 14px 8px 44px;
  background:#fff7f9;border:2.5px solid var(--ink);border-radius:12px;
  font-weight:700;font-size:clamp(13px,3.9vw,15px);line-height:1.45;
}
.fits__list li::before{
  content:"✓";position:absolute;left:16px;top:50%;transform:translateY(-50%);
  color:var(--pink);font-weight:900;font-size:19px;line-height:1;
}

/* ---- 診断バナー(見せる層+畳む層で共用。絵は後で差し替え) ---- */
.shindan-banner{
  display:block;text-decoration:none;color:var(--ink);
  max-width:var(--max);margin:0 auto;
  background:#fff;border:3px solid var(--ink);border-radius:18px;
  box-shadow:6px 6px 0 var(--pink);padding:22px 20px;text-align:center;
  position:relative;overflow:hidden;transition:transform .08s,box-shadow .08s;
}
.shindan-banner:active{transform:translate(3px,3px);box-shadow:3px 3px 0 var(--pink)}
.shindan-banner__tag{
  display:inline-block;font-family:var(--head);font-weight:900;font-size:11px;
  background:var(--ink);color:#fff;border-radius:999px;padding:4px 12px;margin-bottom:10px;letter-spacing:.05em;
}
.shindan-banner__main,.shindan-banner__action{display:block}
/* 診断ロゴ。高さを固定して幅を自動にする(縦横比の違う2枚を出し分けるため、
   width/height属性ではなくCSSで高さを決める＝読み込み前後でずれない) */
.shindan-banner__logo{display:block;margin:0 auto 12px}
.shindan-banner__logo img{display:block;width:auto;height:128px;margin:0 auto}
.shindan-banner__q{
  display:block;font-family:var(--head);font-weight:900;font-size:clamp(18px,5.4vw,22px);line-height:1.45;margin-bottom:4px;
}
.shindan-banner__q .mark{white-space:nowrap}
.shindan-banner__sub{display:block;font-size:12.5px;color:#555;font-weight:700;margin-bottom:16px}
.shindan-banner__btn{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--head);font-weight:900;font-size:16px;
  background:var(--pink);color:#fff;border:3px solid var(--ink);border-radius:12px;
  padding:13px 26px;box-shadow:3px 3px 0 var(--ink);
}
.shindan-banner__free{display:block;font-size:12px;color:#888;font-weight:700;margin-top:10px}
.section-banner{padding:32px 20px;border-top:3px solid var(--ink);background:var(--ground)}

/* ---- 4画面目 エントリー ---- */
.entry{max-width:100%;background:var(--ground)}
.entry>*{max-width:var(--max);margin-left:auto;margin-right:auto}
.schedule{margin-bottom:10px}
.sched-card{
  background:#fff;border:3px solid var(--ink);border-radius:16px;
  box-shadow:5px 5px 0 var(--pink);padding:18px 18px 16px;text-align:center;
}
.sched-card h3{
  font-family:var(--head);font-size:17px;color:var(--pink);letter-spacing:.12em;margin-bottom:6px;
}
.sched-card .date{
  font-family:var(--head);font-size:clamp(17px,5.4vw,21px);font-weight:900;
  white-space:nowrap;line-height:1.7;
}
.sched-card__pick{display:block;font-size:12px;color:#888;font-family:"Hiragino Sans",sans-serif;letter-spacing:0;margin-top:2px}
.sched-note{text-align:center;font-size:13px;color:#777}

/* 説明会後の全行程(覚悟の予告)。カード内はすべてセンター=統一 */
.sched-flow{margin-top:14px;padding-top:12px;border-top:2px dashed #ddd;text-align:center}
.sched-flow__head{font-family:var(--head);font-weight:900;font-size:14px;margin-bottom:8px}
.sched-flow__row{display:flex;flex-direction:column;align-items:center;gap:1px;padding:7px 0;border-bottom:1px solid #f0f0f0}
.sched-flow__step{font-family:var(--head);font-weight:800;font-size:14px;color:var(--ink)}
.sched-flow__date{font-family:var(--head);font-weight:900;font-size:clamp(14px,4.4vw,17px);white-space:nowrap}
.sched-flow__def{display:block;font-style:normal;font-size:12px;color:#888;font-weight:600;margin-top:1px}
.sched-flow__online{
  margin-top:10px;text-align:center;font-size:12px;font-weight:800;color:#06a94a;
}
/* 固定CTA内の次回日程チップ(白地×ピンク=実在の締切を常時見せる) */
.sticky-cta__date{
  display:inline-block;background:#fff;color:var(--pink);
  border-radius:8px;padding:2px 9px;font-size:12.5px;margin-right:9px;vertical-align:1px;
}

/* 信条(黒の全幅ステートメント=フォーム直前の感情の山。定義とリフレイン) */
.creed{background:var(--ink);color:#fff;text-align:center;padding:30px 20px}
/* 「ないもの。」と対句=sec-titleと同値(26px/44px)で完全一致 */
.creed__sub{
  margin:0 0 8px;font-family:var(--head);font-weight:900;color:#fff;
  font-size:26px;line-height:1.5;transform:skewX(-8deg);
}
/* 好奇心=句点なし・1文字ずつサイト色(黄/ピンク/LINE緑)+微傾きで躍らせる */
.creed__text{font-family:var(--head);font-weight:900;font-size:clamp(24px,6.8vw,30px);line-height:1.6;letter-spacing:.03em}
.creed__text span{display:inline-block}
.creed__text .c1{color:var(--yellow);transform:rotate(-4deg)}
.creed__text .c2{color:var(--pink);transform:rotate(3deg)}
.creed__text .c3{color:#06C755;transform:rotate(-3deg)}
/* フォロー行=「もう合格してる」でハードルを閉じる */
.creed__follow{margin-top:10px;font-size:clamp(13px,3.8vw,15px);font-weight:700;color:#ddd;line-height:1.8}

/* 日程直下:今後の予定はLINEへ */
.entry__future{text-align:center;margin-bottom:24px}
.entry__future p{font-size:13px;font-weight:700;color:#555;margin-bottom:8px}

/* エントリーフォーム(独立ブロック) */
.form-card{
  background:#fff;border:3px solid var(--ink);border-radius:18px;
  box-shadow:6px 6px 0 var(--ink);padding:20px 18px;margin-bottom:22px;
}
.form-card__title{
  font-family:var(--head);font-weight:900;font-size:22px;text-align:center;
  margin-bottom:8px;transform:skewX(-8deg);
}
.form-card__time{
  text-align:center;margin-bottom:18px;
  font-family:var(--head);font-weight:900;font-size:14px;color:var(--ink);
}
.form-card__time::before,.form-card__time::after{
  content:"";display:inline-block;width:20px;height:2px;background:var(--pink);
  vertical-align:middle;margin:0 8px;
}
.form__reassure{
  background:#f2f8ff;border-radius:12px;padding:14px 16px;
  font-size:13.5px;line-height:1.9;color:#333;margin-bottom:20px;
}
.form__reassure-title{font-weight:900;font-family:var(--head);font-size:14px;margin-bottom:6px}
.form{display:grid;gap:15px}
.form label{display:grid;gap:6px;font-size:14px;font-weight:800}
.form__lbl{display:flex;align-items:center}
.req{
  font-size:11px;font-weight:800;color:#d40000;margin-left:7px;
  font-family:"Hiragino Sans",sans-serif;
}
.form input[type=text],.form input[type=email],.form select{
  font-size:16px;padding:11px 13px;border:1.5px solid #c9c9c9;border-radius:9px;width:100%;
  background:#fff;
}
.form input:focus,.form select:focus{outline:none;border-color:var(--pink);box-shadow:0 0 0 3px rgba(251,71,122,.15)}
.form input::placeholder{color:#bbb}
.form input.is-error,.form select.is-error{border-color:#d40000;background:#fff5f5}

/* 希望日時: 選択式ボタン */
.slot-group{border:0;display:grid;gap:10px}
.slot-group legend{font-size:14px;font-weight:800;margin-bottom:8px}
.slot-group.is-error .slot-option span{border-color:#d40000;background:#fff5f5}
.slot-option input{position:absolute;opacity:0;pointer-events:none}
.slot-option span{
  display:flex;align-items:center;justify-content:center;gap:8px;
  border:3px solid var(--ink);border-radius:12px;padding:15px 12px;
  font-family:var(--head);font-weight:900;font-size:clamp(14px,4.4vw,17px);
  background:#fff;cursor:pointer;white-space:nowrap;
  transition:background .1s;
}
.slot-option span::before{
  content:"";width:18px;height:18px;border-radius:50%;
  border:3px solid var(--ink);background:#fff;flex:none;
}
.slot-option input:checked + span{background:var(--yellow)}
.slot-option input:checked + span::before{
  background:var(--pink);box-shadow:inset 0 0 0 3px #fff;
}
.form__hint{font-size:11.5px;color:#888;font-weight:600}
.form__req{
  font-style:normal;background:var(--pink);color:#fff;font-size:10.5px;
  border-radius:6px;padding:2px 7px;margin-left:8px;vertical-align:middle;
}
/* 認知経路(任意・選択チップ) */
.source-group{border:0}
.source-group legend{font-size:14px;font-weight:800;margin-bottom:10px}
.form__optional{
  background:#e8e8e8;color:#555;font-size:10.5px;font-weight:700;
  border-radius:6px;padding:2px 7px;margin-left:8px;vertical-align:middle;
}
.source-chips{display:flex;flex-wrap:wrap;gap:8px}
.chip input{position:absolute;opacity:0;pointer-events:none}
.chip span{
  display:inline-block;border:2px solid var(--ink);border-radius:999px;
  padding:8px 14px;font-size:13px;font-weight:800;background:#fff;cursor:pointer;
}
.chip input:checked + span{background:var(--pink);color:#fff;border-color:var(--ink)}

.form label.form__agree{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px}
.form__agree input{width:22px;height:22px;flex:none;accent-color:var(--pink)}
.form__agree a{color:var(--pink)}
.form__error{
  background:#ffecec;border:2px solid #d40000;color:#a70000;border-radius:10px;
  padding:12px 14px;font-size:13.5px;font-weight:700;line-height:1.7;
}

.entry__line{text-align:center;padding-bottom:8px}
.entry__line p{font-size:14px;font-weight:800;margin-bottom:10px;line-height:1.8}
.folds__ask{text-align:center;margin-top:26px}
.folds__ask p{font-size:14px;font-weight:800;margin-bottom:12px;line-height:1.8}
/* ページ末尾の主CTA(回遊リンクの着地点。上のLINEとは役割を分けるため点線で区切る) */
.folds__cta{
  text-align:center;margin-top:26px;padding-top:24px;border-top:2px dashed #ddd;
}
.folds__cta p{
  font-family:var(--head);font-weight:900;font-size:16px;line-height:1.8;margin-bottom:14px;
}

/* ---- 畳む層(アコーディオン) ---- */
.folds{background:var(--ground)}
.folds>*{max-width:var(--max);margin-left:auto;margin-right:auto}
.folds .sec-title{margin-bottom:10px}
.folds__lead{
  text-align:center;font-size:15px;font-weight:700;color:#333;
  margin-bottom:22px;line-height:1.8;
}
.fold{
  border:3px solid var(--ink);border-radius:14px;background:#fff;
  margin-bottom:14px;overflow:hidden;
}
.fold summary{
  list-style:none;cursor:pointer;user-select:none;
  font-family:var(--head);font-weight:900;font-size:16px;
  padding:16px 18px;position:relative;padding-right:44px;
}
.fold summary::-webkit-details-marker{display:none}
.fold summary::after{
  content:"＋";position:absolute;right:16px;top:50%;transform:translateY(-50%);
  font-family:var(--head);font-weight:900;font-size:20px;color:var(--pink);
}
.fold[open] summary::after{content:"－"}
.fold[open] summary{border-bottom:2px dashed #ddd}
.fold__body{padding:18px;display:grid;gap:14px;font-size:15px;line-height:1.95;color:#222}
.fold__img{border-radius:10px}
.fold__list{list-style:none;display:grid;gap:8px}
.fold__list li{padding-left:1.2em;text-indent:-1.2em}
.fold__list li::before{content:"・";color:var(--pink);font-weight:900}
.fold__cite{color:#777;font-size:13px;text-align:right}
.fold__shindan{
  margin-top:6px;background:#fff7f9;border:2px dashed var(--pink);border-radius:12px;
  padding:14px;text-align:center;
}
.fold__shindan p{font-size:14px;font-weight:800;margin-bottom:6px}
.fold__shindan-link{
  font-family:var(--head);font-weight:900;color:var(--pink);font-size:16px;text-decoration:none;
}

/* ---- 固定CTAバー(ファーストビューでは出さない/フォーム表示中は隠す) ---- */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);backdrop-filter:blur(4px);
  border-top:3px solid var(--ink);
  transform:translateY(110%);transition:transform .25s ease;
}
.sticky-cta.is-visible{transform:translateY(0)}
.sticky-cta .btn{flex:1;padding:15px 8px;font-size:16px;border-radius:12px;box-shadow:3px 3px 0 var(--ink)}

/* ---- フッター ---- */
/* 下端に固定CTAバー(約77px)分の余白=著作権行がバーに隠れないように */
.foot{background:var(--ink);color:#fff;padding:40px 20px 104px;text-align:center}
.foot__nav{display:grid;gap:8px;margin-bottom:18px}
.foot__nav a{color:#ccc;font-size:14px;line-height:1.5;text-decoration:none}
.foot__copy{font-size:12px;color:#888}

/* ---- タブレット以上 ---- */
@media(min-width:768px){
  .hero__lead{font-size:32px}
  .define__name{font-size:28px}
  section{padding:44px 20px}
  .hero__visual{max-width:var(--max);margin:0 auto}
}

/* ---- デスクトップ: ヒーローは横長PC版マンガ(mainImg.jpg 1200×711)を幅広で ----
   画面高さに応じて自動縮小し、見出し+CTA(下の約300px)を常にFV内に収める ---- */
@media(min-width:960px){
  .hero__visual{max-width:none}
  .hero__img{
    display:block;margin:0 auto;width:auto;max-width:100%;
    /* 黒帯(見出し+CTA=106px)を残しつつ、さらに85px空けて次セクション(心の声)の1行目を
       画面下端に途中まで覗かせる。=「ここで終わり」に見えるのを防ぐスクロール動機 */
    height:min(calc(100vh - 191px), 900px);
    object-fit:contain;
  }
  /* 黒帯: 見出しとCTAを横一列(ポスターの下辺) */
  .hero__copy{
    display:flex;align-items:center;justify-content:center;gap:30px;
    padding:18px 20px 22px;background:var(--ink);
  }
  .hero__lead{color:#fff;font-size:26px;line-height:1.5;margin-bottom:0;text-align:left}
  .hero__lead br{display:none}
  .hero__lead .mark{background:none;color:var(--yellow)}
  .hero__copy .btn--primary{font-size:20px;padding:17px 34px}

  /* デスクトップの視覚階層を強化(平坦さ解消=サイズ差でメリハリ) */
  /* ===== FV=全幅ポスター(黒バックドロップ+マンガ最大表示+ロゴをオーバーレイ) ===== */
  .hero{position:relative;background:var(--ink)}
  /* left:50%+translateX だと収縮幅が画面半分に制限されロゴが潰れる→左右0+fit-contentで中央 */
  .brand--overlay{
    position:absolute;top:22px;left:0;right:0;transform:none;
    width:fit-content;margin:0 auto;
    z-index:2;background:transparent;padding:0;gap:6px;
  }
  .brand--overlay .brand__by{align-self:flex-end}   /* 運営者表記はワードマークの右端に揃える */
  .brand__logo{height:104px}   /* ワードマークは黒縁つき=絵の上でも読める */
  /* 運営者表記は絵の上=黒ピル。素の文字だとマンガの手書き文字と衝突して読めない */
  .brand--overlay .brand__by{
    font-size:13px;color:#fff;background:var(--ink);
    padding:4px 14px;border-radius:999px;letter-spacing:.06em;
  }
  .sec-title{font-size:44px}
  .sec-kicker{font-size:17px;padding:9px 24px;transform:rotate(-2.2deg)}
  .sec-lead{font-size:18px;margin-top:8px}
  .folds__lead{font-size:18px}  /* 見出し直下リードはsec-leadと同格 */
  .folds__cta p{font-size:20px}
  /* FAQ: 質問タイトルはリードより一段上(閉じた状態で目次として立つ)。回答内の小見出しは本文より半段上 */
  .fold summary{font-size:19px;padding:18px 48px 18px 22px}
  .fold__body{padding:20px 22px;font-size:15px}
  .fold__body>p strong{font-size:17px}
  .steps .sec-head{margin-bottom:12px}

  /* 固定CTAバーはデスクトップでは出さない(本人指示。スマホは安全網として維持) */
  .sticky-cta{display:none}
  /* バッジ帯: 一列だと小さく見える→幅を絞って2段(3+3)・一回り大きく厚く */
  .badges__list{gap:16px;margin:0 auto 24px;max-width:700px}
  .badges__list li{font-size:23px;padding:15px 34px;box-shadow:5px 5px 0 var(--ink)}
  .trust{font-size:16px}
  /* 定義(黒)=見せ場。命名はやや控えめに・行間と余白は詰めて密度を出す */
  .define{padding:52px 20px}
  .define__body{max-width:780px;font-size:20px;line-height:1.85}
  .define__name{max-width:900px;font-size:40px;line-height:1.45;margin-top:26px}
  .define__bridge{max-width:780px;font-size:18px;line-height:1.85;margin-top:24px}

  /* 信条=第2の黒ステートメント(フォーム直前の山。定義48pxの弟分) */
  .creed{padding:38px 20px}
  .creed__text{font-size:44px;line-height:1.5}
  .creed__sub{font-size:44px;margin:0 0 8px}
  .creed__follow{font-size:17px;margin-top:12px}
  /* 実績数字を焦点化(社会的証明のパンチ) */
  .voices__proof{font-size:19px}
  .voices__proof strong{font-size:46px}

  /* デスクトップは文節改行を有効化 */
  .br-d{display:inline}

  /* プログラムの流れ: 横4コマ。番号=左上コーナーのステッカー、コマ間=太いピンク矢印 */
  .steps__list{grid-template-columns:repeat(4,1fr);gap:20px;max-width:940px}
  .steps__list::before{display:none}  /* レール廃止(線とカード枠が喧嘩するため) */
  .steps__list li{flex-direction:column;text-align:center;gap:0;margin-top:14px;padding:0}
  .steps__no{position:absolute;top:-14px;left:-12px;width:46px;height:46px;font-size:22px;z-index:2}
  .steps__list li:not(:last-child)::after{
    content:"→";position:absolute;right:-10px;top:50%;transform:translate(50%,-50%);
    color:var(--pink);font-family:var(--head);font-weight:900;font-size:26px;
  }
  /* 名前=コマのタイトル帯(黒帯×白文字。番号ステッカーが帯に重なる) */
  .steps__body{display:block;width:100%}
  .steps__name{
    display:block;width:100%;background:var(--ink);color:#fff;
    font-size:20px;line-height:1;padding:15px 6px 13px;border-radius:13px 13px 0 0;
  }
  .steps__desc{display:block;white-space:nowrap;font-size:15px;line-height:1.6;color:#555;padding:13px 8px 16px}
  .steps__meta{font-size:18px;margin-top:16px}
  .steps__sub{font-size:16px;margin-top:8px}
  .steps__note{margin-top:0}
  .steps__note .more-link{margin-top:0}
  .sec-lead strong{font-size:1.3em}

  /* 参加者の声: ステップの"角丸カード+影"と別の視覚言語=しっぽ付き吹き出し(影なし・内容幅) */
  .voices .sec-head{margin-bottom:12px}
  .voices__list{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 16px;max-width:900px}
  .voices__list li{
    position:relative;flex:0 1 auto;white-space:nowrap;font-size:20px;
    border:2.5px solid var(--ink);border-radius:999px;background:#fff;
    padding:15px 30px;box-shadow:none;
  }
  /* 吹き出しに傾き=人の声の"ばらつき"(感情フック) */
  .voices__list li:nth-child(1){transform:rotate(-2deg)}
  .voices__list li:nth-child(2){transform:rotate(1.6deg)}
  .voices__list li:nth-child(3){transform:rotate(-1.2deg)}
  .voices__list li:nth-child(4){transform:rotate(2deg)}
  .voices__list li:last-child{border-bottom:2.5px solid var(--ink)}  /* モバイルの border:0 を打ち消し */
  /* 吹き出しのしっぽ(輪郭付き: 黒三角の上に白三角) */
  .voices__list li::before{
    content:"";position:absolute;left:34px;bottom:-13px;
    border:8px solid transparent;border-top:13px solid var(--ink);border-bottom:0;
  }
  .voices__list li::after{
    content:"";position:absolute;left:37px;bottom:-8px;
    border:5px solid transparent;border-top:9px solid #fff;border-bottom:0;
  }
  .voices__quote{font-size:24px;margin-top:20px}
  .voices__closing{font-size:20px;margin-top:26px;max-width:760px}  /* 3行を文節で保つ幅 */
  .voices__attr{font-size:13px;margin-top:3px}

  /* 実績バンド: 数字64px・3等分グリッド(中央列=ページ中心=注記と揃う) */
  .stats{padding:30px 20px}
  .stats__list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:940px;margin:0 auto}
  .stats__label{font-size:20px}
  .stats__num{font-size:64px}
  .stats__num em{font-size:26px}
  .stats__note{font-size:13px;margin-top:8px}
  .stats__media{font-size:15px;margin-top:14px}

  /* 心の声・企業・注記: デスクトップは一回り大きく */
  .br-m{display:none}
  .pains{padding:46px 20px}
  .pains__list{max-width:620px;gap:12px}
  .company__body{font-size:20px;line-height:1.75;margin-top:10px}
  .company__proof{font-size:24px;margin-top:14px}
  .company__reason{font-size:18px;margin-top:6px}
  .badges__target{font-size:30px;padding:16px 40px;margin-bottom:26px}
  .define__opener{font-size:34px}
  /* ないもの: 等幅2トラック×各項目中央揃え=列軸がページ中心に対して常に対称 */
  .nots .sec-title{margin-bottom:10px}
  .nots__list{grid-template-columns:repeat(2,330px);justify-content:center;gap:0 40px;max-width:none;text-align:center}
  .nots__list li{font-size:20px;padding:9px 4px}
  .nots__list li:nth-last-child(2){border-bottom:0}  /* 最下段は左右とも線なし */
  .nots__closing{font-size:22px;margin-top:22px}
  .movie__frame{max-width:820px}
  .entry__invite{font-size:18px;line-height:1.9}
  .more-link{font-size:16px}

  /* 現場写真: 正方形2枚センター(venue3は会社セクションへ移設) */
  .scene__grid{grid-template-columns:repeat(2,1fr);max-width:620px;gap:18px}
  .scene__grid figcaption{font-size:14px;margin-top:10px}
  .company__photo{max-width:420px}
  .company__photo figcaption{font-size:14px}

  /* 診断バナー(本文側): コンパクト横長=左に文言・右にボタン。FAQ内のものは縦積みのまま */
  .section-banner .shindan-banner{
    display:flex;align-items:center;justify-content:space-between;gap:24px;
    max-width:900px;padding:22px 34px;text-align:left;
  }
  /* デスクトップは横長ロゴ。左カラムなので中央寄せを解除 */
  .shindan-banner__logo img{height:44px}
  .section-banner .shindan-banner__logo{margin:0 0 10px}
  .section-banner .shindan-banner__logo img{margin:0}
  .section-banner .shindan-banner__q{font-size:23px;line-height:1.45;margin-bottom:2px;white-space:nowrap}
  .section-banner .shindan-banner__q br{display:none}
  .section-banner .shindan-banner__sub{font-size:14px;margin-bottom:0}
  .section-banner .shindan-banner__tag{font-size:13px;margin-bottom:8px}
  .section-banner .shindan-banner__action{flex:none;text-align:center}
  .section-banner .shindan-banner__btn{font-size:17px}
  .section-banner .shindan-banner__free{margin-top:8px}
  .badges__why{font-size:16px;margin:-8px auto 26px}

  /* 次はいつ？ゾーン: 日付を主役に・フォーム見出しも見出し級 */
  .entry .sec-title{margin-bottom:16px}
  .sched-card h3{font-size:21px}
  .sched-card .date{font-size:25px;line-height:1.75}
  .sched-flow__head{font-size:16px}
  .sched-flow__step{font-size:16px}
  .sched-flow__date{font-size:19px}
  .sched-flow__online{font-size:13px}
  .form-card__title{font-size:27px}
  .form-card__time{font-size:15px}
  /* フォームカード内: サイズ階層=見出し27>送信19>日時18>入力16>ラベル類15>補足12.5 */
  .form-card{padding:30px 40px}
  .form__reassure{font-size:15px;padding:16px 20px;margin-bottom:24px}
  .form__reassure-title{font-size:16px}
  .form{gap:17px}
  .form label{font-size:15px}
  .slot-group legend,.source-group legend{font-size:15px}
  .slot-option span{font-size:18px}
  .chip span{font-size:14px;padding:9px 16px}
  .form label.form__agree{font-size:15px}
  .form-card .btn--block{font-size:19px;padding:19px 30px}
  .form__hint{font-size:12.5px}

  /* 識別(fits): 若者パネル+チェックリストを一塊に(余白を絞って散漫さを消す) */
  .fits{padding:32px 20px 26px}
  .fits__title{font-size:44px;line-height:1.5;margin-bottom:20px}
  .fits__inner{display:flex;align-items:center;justify-content:center;gap:32px}
  .fits__char{
    display:block;width:208px;height:auto;
    border:3px solid var(--ink);border-radius:18px;box-shadow:6px 6px 0 var(--ink);
  }
  .fits__list{grid-template-columns:1fr;gap:0;max-width:650px;text-align:left;margin:0}
  .fits__list li{
    border:0;border-bottom:2px dashed #e6dbdf;border-radius:0;
    background:transparent;box-shadow:none;white-space:nowrap;
    padding:12px 4px 12px 42px;font-size:20px;line-height:1.55;
  }
  .fits__list li:last-child{border-bottom:0}
  .fits__list li::before{left:2px;font-size:25px}
  .fits .more-link{margin-top:8px}

  /* 固定CTAバー: 全幅の帯はそのまま、中のボタン群だけ中央max-widthに(間延び解消) */
  .sticky-cta{justify-content:center}
  .sticky-cta .btn--primary{flex:0 1 460px}
}

/* ---- スマホ専用: セクション余白の圧縮パス(2026/7/25。デスクトップは対象外) ---- */
@media(max-width:959px){
  section{padding:26px 20px}
  .pains{padding:28px 20px}
  .define{padding:28px 20px}
  .badges{padding:22px 20px}
  /* タグは3+2の2段固定(旅人OKが1つだけ落ちる3段崩れを防ぐ)。360px幅でも収まる寸法 */
  .badges__list{gap:8px}
  .badges__list li{font-size:13px;padding:7px 12px}
  /* 流れカード: 番号を見出しの行に揃える(縦中央だと本文3行のとき番号が宙に浮く)+高さ圧縮 */
  .steps__list{gap:14px}
  .steps__list::before{left:34px}
  .steps__list li{align-items:flex-start;gap:13px;padding:11px 14px}
  .steps__no{width:40px;height:40px;font-size:19px}
  .steps__name{font-size:18px;line-height:1.25}
  .steps__body{gap:3px}
  .steps__desc{line-height:1.6}
  .creed{padding:24px 20px}
  .section-banner{padding:24px 20px}
  .stats{padding:20px}

  /* ---- セクション内部の余白基準(スマホ) ----
     主要ブロック間=18px / 付属の注記・リンク=12px。積み上がって間延びするのを防ぐ */
  .sec-head{margin-bottom:18px}
  .steps__meta{margin-top:18px}
  .steps__note{margin-top:12px}
  .steps__note .more-link{margin-top:2px}
  .steps__cta{margin-top:18px}
  .more-link{margin-top:14px}
  .company__photo{margin-top:16px}
  .company__reason{margin-top:6px}
  .scene .sec-lead{margin-bottom:14px}
  .voices__closing{margin-top:18px}
  .nots__closing{margin-top:14px}
  /* ないもの: 6項目の行間を圧縮(中揃えは基底で統一済み) */
  .nots .sec-title{margin-bottom:10px}
  .nots__list li{padding:6px 4px;line-height:1.5}
  .entry__invite{margin-bottom:20px}
  .form-card{margin-bottom:18px}
  .folds__lead{margin-bottom:18px}
  .folds__ask{margin-top:20px}
  .folds__cta{margin-top:20px;padding-top:18px}
  .badges__target{margin-bottom:16px}
  .badges__why{margin-bottom:16px}

  /* ---- 読ませる本文の最小サイズを引き上げ(スマホ) ----
     ラベル・注記(必須/年次/キャプション)は小さいままでよいが、
     「読んで判断する材料」が13px台なのは深夜のスマホで飛ばされる ---- */
  .steps__desc{font-size:15px}          /* 各ステップの説明(nowrap。254px枠に収まる上限) */
  .fits__list li{font-size:15.5px}      /* 刺さったらチェックリスト=自分ごと化の主役 */
  .form__reassure{font-size:15px}       /* フォーム直上の不安除去=最重要 */
  .form__reassure-title{font-size:15.5px}
  .badges__why{font-size:14.5px}        /* なぜ29歳までか=思想の説明 */
  .company__reason{font-size:15px}      /* 定着率95%の根拠 */
  .stats__media{font-size:14px}         /* メディア掲載=第三者の証拠 */
}

/* ---- デスクトップ: セクション内部の余白基準(2026/7/25。スマホと同じ2段階の考え方) ----
   主要ブロック間=20px / 付属の注記・リンク=14px / 塊の切り替え=22px。
   スマホより一回り大きいのは本文20px・見出し44pxに対する比率を揃えるため ---- */
@media(min-width:960px){
  .badges__target{margin-bottom:20px}
  .badges__why{margin-bottom:22px}
  .fits__title{margin-bottom:18px}
  .steps__cta{margin-top:20px}
  .company__photo{margin-top:18px}
  .scene .sec-lead{margin-bottom:16px}
  .voices__quote{margin-top:18px}
  .voices__closing{margin-top:20px}
  .nots__closing{margin-top:18px}
  .entry__invite{margin-bottom:22px}
  .form-card{margin-bottom:20px}
  .folds__lead{margin-bottom:20px}
  .folds__ask{margin-top:22px}
  .folds__cta{margin-top:22px;padding-top:20px}
}
