@charset "UTF-8";
/* ==========================================================
   株式会社Curiosity 採用LP（/recruit-lp/）
   コーポレートサイトと同じブランド。スマホ最優先・余白を詰めてテンポよく
   ========================================================== */
:root {
  --deep: #0f2a22;
  --forest: #1b4332;
  --ivory: #f4f1ea;
  --gold: #c6a969;
  --gold-line: rgba(198, 169, 105, .5);
  --fg: #f4f1ea;
  --fg-80: rgba(244, 241, 234, .84);
  --fg-60: rgba(244, 241, 234, .64);
  --fg-40: rgba(244, 241, 234, .44);
  --line: rgba(244, 241, 234, .14);
  --f-en: "Cormorant Garamond", "Times New Roman", serif;
  --f-mincho: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --f-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --header-h: 60px;
  --gutter: 20px;
  --sec-y: 72px;
  --ease: cubic-bezier(.65, 0, .35, 1);
}
.theme-deep { background: var(--deep); }
.theme-forest { background: var(--forest); }
.theme-ivory {
  background: var(--ivory);
  --fg: #0f2a22; --fg-80: rgba(15, 42, 34, .86); --fg-60: rgba(15, 42, 34, .68); --fg-40: rgba(15, 42, 34, .48);
  --line: rgba(15, 42, 34, .16);
  color: var(--fg-80);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--header-h); }
body { margin: 0; background: var(--deep); color: var(--fg-80); font-family: var(--f-body); font-weight: 300; font-size: 14px; line-height: 1.95; letter-spacing: .05em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, dl, dd, dt, figure { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }
.wrap { width: min(100% - var(--gutter) * 2, 1080px); margin-inline: auto; }
.sec { position: relative; padding: var(--sec-y) 0; }
.pc-only { display: none; }

/* Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

/* アニメーション前の状態（GSAP未読込・視差効果を減らす設定では解除） */
.is-anim [data-fade] { opacity: 0; }

/* ---------- 見出し ---------- */
.ttl { margin-bottom: 36px; }
.ttl__en { display: flex; align-items: center; gap: 14px; font-family: var(--f-en); font-size: 13px; letter-spacing: .32em; color: var(--gold); text-transform: uppercase; }
.ttl__en::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.ttl__ja { margin-top: 10px; font-family: var(--f-mincho); font-weight: 500; font-size: 24px; line-height: 1.6; letter-spacing: .08em; color: var(--fg); }
.ttl--center { text-align: center; }
.ttl--center .ttl__en { justify-content: center; }
.ttl--center .ttl__en::after { content: ""; width: 28px; height: 1px; background: var(--gold); }

/* ---------- ボタン ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  min-height: 56px; padding: 14px 28px; border: 1px solid var(--gold-line); color: var(--fg);
  font-family: var(--f-mincho); font-weight: 500; font-size: 15px; letter-spacing: .14em; overflow: hidden;
  transition: border-color .4s var(--ease), background .4s var(--ease), color .4s var(--ease);
}
.btn::before, .btn::after { content: ""; position: absolute; left: 0; width: 100%; height: 1px; background: var(--gold); transition: transform .7s var(--ease); }
.btn::before { top: -1px; transform: translateX(-101%); }
.btn::after { bottom: -1px; transform: translateX(101%); }
.btn__arrow { position: relative; width: 28px; height: 1px; background: currentColor; flex-shrink: 0; }
.btn__arrow::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
@media (hover: hover) { .btn:hover::before, .btn:hover::after { transform: translateX(0); } .btn:hover { border-color: var(--gold); } }
/* メインのエントリーボタン：アイボリー地で目立たせる（縁取りはゴールド） */
.btn--primary { background: var(--ivory); color: var(--deep); border-color: var(--gold); }
@media (hover: hover) { .btn--primary:hover { background: #fff; } }
.btn--block { display: flex; width: 100%; }

/* ---------- ヘッダー ---------- */
.lp-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); transition: background .4s var(--ease), border-color .4s var(--ease); border-bottom: 1px solid transparent; }
.lp-header.is-scrolled { background: rgba(15, 42, 34, .72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom-color: rgba(244, 241, 234, .1); }
.logo { display: inline-flex; align-items: baseline; gap: 6px; font-family: var(--f-en); font-size: 24px; letter-spacing: .08em; color: var(--ivory); line-height: 1; }
.logo__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.logo__sub { margin-left: 8px; font-family: var(--f-en); font-size: 11px; letter-spacing: .24em; color: var(--gold); }
.lp-header__entry { min-height: 38px; padding: 6px 16px; font-size: 13px; letter-spacing: .12em; border: 1px solid var(--gold); color: var(--ivory); display: inline-flex; align-items: center; transition: background .3s, color .3s; font-family: var(--f-mincho); }
@media (hover: hover) { .lp-header__entry:hover { background: var(--gold); color: var(--deep); } }

/* スマホ：画面下に固定のエントリーボタン */
.sticky-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); transition: transform .5s var(--ease), opacity .5s var(--ease); }
.sticky-cta .btn { box-shadow: 0 8px 24px rgba(0, 0, 0, .28); }
.sticky-cta.is-hidden { transform: translateY(140%); opacity: 0; pointer-events: none; }
body { padding-bottom: 84px; }

/* ---------- 1. ファーストビュー ---------- */
.fv { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--deep); padding: calc(var(--header-h) + 40px) 0 56px; }
.fv__bg { position: absolute; inset: 0; }
.fv__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; transform-origin: 72% 18%; }
.fv__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,42,34,.45) 0%, rgba(15,42,34,.25) 35%, rgba(15,42,34,.85) 72%, rgba(15,42,34,.96) 100%); }
.fv .wrap { position: relative; z-index: 1; }
.fv__catch { font-family: var(--f-mincho); font-weight: 500; font-size: 27px; line-height: 1.65; letter-spacing: .06em; color: var(--ivory); }
.fv__catch span { display: block; }
.fv__catch em { font-style: normal; color: var(--gold); }
.fv__sub { margin-top: 18px; font-size: 13px; line-height: 1.9; letter-spacing: .1em; color: var(--fg-80); }
.fv__sub strong { display: block; font-family: var(--f-mincho); font-weight: 500; font-size: 15px; color: var(--ivory); letter-spacing: .12em; }
.fv__btns { margin-top: 28px; display: grid; gap: 12px; }

/* ---------- 2. 数字 ---------- */
.nums { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); }
.num { padding: 22px 4px; text-align: center; }
.num + .num { border-left: 1px solid var(--gold-line); }
.num__label { font-size: 11px; letter-spacing: .08em; color: var(--fg-60); line-height: 1.6; }
.num__value { margin-top: 6px; display: flex; align-items: baseline; justify-content: center; gap: 2px; font-family: var(--f-body); font-weight: 400; color: var(--ivory); font-variant-numeric: lining-nums tabular-nums; line-height: 1; }
.num__count { font-size: 34px; letter-spacing: .01em; }
.num__unit { font-size: 13px; color: var(--gold); }
.nums__note { margin-top: 12px; font-size: 11px; color: var(--fg-40); text-align: right; }

/* ---------- 3. こんな人 ---------- */
.wanted { display: grid; gap: 10px; }
.wanted li { position: relative; padding: 16px 16px 16px 48px; border: 1px solid var(--line); background: rgba(255, 255, 255, .35); font-family: var(--f-mincho); font-weight: 500; font-size: 15px; line-height: 1.7; letter-spacing: .06em; color: var(--fg); }
.wanted li::before { content: ""; position: absolute; left: 16px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border: 1px solid var(--gold); border-radius: 50%; }
.wanted li::after { content: ""; position: absolute; left: 22px; top: 50%; width: 6px; height: 9px; margin-top: -6px; border-right: 1.5px solid #8a6d2f; border-bottom: 1.5px solid #8a6d2f; transform: rotate(45deg); }

/* ---------- 4. 3つの理由 ---------- */
.reason + .reason { margin-top: 48px; }
.reason__img { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--forest); }
.reason__img img { position: absolute; inset: -6% 0; width: 100%; height: 112%; object-fit: cover; }
.reason__img::after { content: ""; position: absolute; inset: 0; background: rgba(15, 42, 34, .3); }
.reason__num { position: absolute; z-index: 1; left: 14px; bottom: 6px; font-family: var(--f-en); font-weight: 300; font-size: 64px; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(244, 241, 234, .8); }
.reason__body { padding-top: 20px; }
.reason__label { font-family: var(--f-en); font-size: 13px; letter-spacing: .3em; color: var(--gold); }
.reason__title { margin-top: 4px; font-size: 13px; letter-spacing: .16em; color: var(--fg-60); }
.reason__catch { margin: 8px 0 14px; font-family: var(--f-mincho); font-weight: 500; font-size: 20px; line-height: 1.6; letter-spacing: .05em; color: var(--fg); }
.reason__text { color: var(--fg-80); }
.points { margin-top: 16px; border-top: 1px solid var(--gold-line); }
.points li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid var(--gold-line); font-family: var(--f-mincho); font-weight: 500; font-size: 14px; line-height: 1.7; color: var(--fg); }
.points li::before { content: ""; position: absolute; left: 0; top: 1.4em; width: 10px; height: 1px; background: var(--gold); }

/* ---------- 6. キャリアステップ ---------- */
.steps { position: relative; display: grid; gap: 12px; counter-reset: step; }
.step { position: relative; display: flex; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); }
.step::before { counter-increment: step; content: "STEP " counter(step, decimal-leading-zero); flex-shrink: 0; font-family: var(--f-en); font-size: 12px; letter-spacing: .2em; color: var(--gold); }
.step__name { font-family: var(--f-mincho); font-weight: 500; font-size: 16px; letter-spacing: .08em; color: var(--fg); line-height: 1.5; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 1px; height: 12px; background: var(--gold); }
.step--goal { border-color: var(--gold); }
.career__quote { margin-top: 28px; padding: 20px 0 0; border-top: 1px solid var(--gold-line); font-family: var(--f-mincho); font-weight: 500; font-size: 15px; line-height: 2; letter-spacing: .06em; color: var(--fg); text-align: center; }

/* ---------- 7. 福利厚生 ---------- */
.benefits { display: grid; gap: 10px; }
.benefit { padding: 18px 18px 18px 20px; border-left: 1px solid var(--gold); background: rgba(255, 255, 255, .45); }
.benefit__name { font-family: var(--f-mincho); font-weight: 500; font-size: 16px; letter-spacing: .06em; color: var(--fg); }
.benefit__text { margin-top: 4px; font-size: 13px; color: var(--fg-80); }

/* ---------- 8. 代表メッセージ ---------- */
.msg { display: grid; gap: 24px; }
.msg__photo { position: relative; margin: 0 14px 14px 0; }
.msg__photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); }
.msg__photo img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; }
.msg__photo figcaption { position: relative; margin-top: 26px; font-size: 12px; letter-spacing: .14em; color: var(--fg-60); }
.msg__photo figcaption strong { margin-left: 10px; font-family: var(--f-mincho); font-weight: 500; font-size: 18px; color: var(--fg); letter-spacing: .14em; }
.msg__catch { font-family: var(--f-mincho); font-weight: 500; font-size: 22px; line-height: 1.6; letter-spacing: .06em; color: #8a6d2f; }
.msg__text { margin-top: 16px; color: var(--fg-80); }
.msg__text p + p { margin-top: 1.4em; }
.msg .btn { margin-top: 24px; }

/* ---------- 9. メンバーの声 ---------- */
.voice { display: grid; gap: 22px; }
.voice__photo { position: relative; aspect-ratio: 4 / 5; max-width: 320px; background: linear-gradient(160deg, #27513f, #1b4332 60%, #0f2a22); border: 1px solid var(--gold-line); overflow: hidden; }
.voice__photo::before { content: "PHOTO"; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-en); font-size: 18px; letter-spacing: .4em; color: rgba(244, 241, 234, .35); }
.voice__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.voice__role { font-size: 12px; letter-spacing: .2em; color: var(--fg-60); }
.voice__name { margin: 4px 0 18px; font-family: var(--f-mincho); font-weight: 500; font-size: 22px; letter-spacing: .2em; color: var(--fg); }
.qa__item + .qa__item { margin-top: 18px; }
.qa__q { display: flex; gap: 12px; font-family: var(--f-mincho); font-weight: 500; font-size: 15px; color: var(--fg); line-height: 1.7; }
.qa__q::before { content: "Q."; font-family: var(--f-en); font-size: 18px; color: var(--gold); line-height: 1.3; }
.qa__a { margin-top: 6px; color: var(--fg-80); }

/* ---------- 10. 募集要項 ---------- */
.req { border-top: 1px solid var(--line); }
.req__row { padding: 16px 0; border-bottom: 1px solid var(--line); }
.req__row dt { font-family: var(--f-mincho); font-weight: 500; font-size: 13px; letter-spacing: .14em; color: var(--fg-60); }
.req__row dd { margin-top: 4px; color: var(--fg); }

/* ---------- 11. 選考の流れ ---------- */
.flow { display: grid; gap: 12px; }
.flow__step { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); }
.flow__step:not(:last-child)::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 1px; height: 12px; background: var(--gold); }
.flow__no { font-family: var(--f-en); font-size: 22px; color: var(--gold); line-height: 1; }
.flow__name { font-family: var(--f-mincho); font-weight: 500; font-size: 16px; letter-spacing: .1em; color: var(--fg); }
/* 【要確認】プレースホルダー：見た目でわかるように */
.tbc { margin-top: 16px; padding: 14px 16px; border: 1px dashed var(--gold); background: rgba(198, 169, 105, .08); font-size: 13px; line-height: 1.8; color: var(--fg); }
.tbc strong { color: var(--gold); font-weight: 500; }

/* ---------- 12. よくある質問 ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { position: relative; display: flex; gap: 12px; padding: 18px 36px 18px 0; list-style: none; cursor: pointer; font-family: var(--f-mincho); font-weight: 500; font-size: 15px; line-height: 1.7; color: var(--fg); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::before { content: "Q."; font-family: var(--f-en); font-size: 18px; color: var(--gold); line-height: 1.3; }
.faq__q::after { content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px; margin-top: -6px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(45deg); transition: transform .35s var(--ease); }
.faq__item[open] .faq__q::after { transform: rotate(-135deg); margin-top: -2px; }
.faq__a { display: flex; gap: 12px; padding: 0 0 18px; color: var(--fg-80); }
.faq__a::before { content: "A."; font-family: var(--f-en); font-size: 18px; color: var(--fg-60); line-height: 1.3; }

/* ---------- 13. エントリーフォーム ---------- */
.entry { scroll-margin-top: var(--header-h); }
.entry__lead { margin-top: -18px; margin-bottom: 28px; font-size: 13px; color: var(--fg-60); }
.field { padding: 14px 0; border-bottom: 1px solid var(--line); }
.field:first-of-type { border-top: 1px solid var(--line); }
.field__label { display: flex; align-items: center; gap: 10px; font-family: var(--f-mincho); font-weight: 500; font-size: 14px; letter-spacing: .08em; color: var(--fg); }
.req-badge, .opt-badge { font-family: var(--f-body); font-size: 10px; letter-spacing: .1em; padding: 0 7px; line-height: 1.9; }
.req-badge { border: 1px solid var(--gold); color: var(--fg); }
.opt-badge { border: 1px solid var(--line); color: var(--fg-40); }
.input, .textarea { width: 100%; margin-top: 8px; padding: 12px 14px; font: inherit; font-size: 16px; color: var(--fg); background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 0; letter-spacing: .04em; transition: border-color .3s; }
.input:focus, .textarea:focus { outline: none; border-color: var(--gold); }
.textarea { min-height: 120px; resize: vertical; }
.choices { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); font-size: 14px; color: var(--fg-80); transition: border-color .3s, background .3s, color .3s; }
.choice input:checked + span { border-color: var(--gold); background: rgba(198, 169, 105, .14); color: var(--fg); }
.choice input:focus-visible + span { outline: 1px solid var(--gold); outline-offset: 2px; }
.field__error { display: none; margin-top: 6px; font-size: 12px; color: var(--fg); }
.field__error::before { content: ""; display: inline-block; width: 12px; height: 1px; margin-right: 8px; vertical-align: middle; background: var(--gold); }
.field.is-error .field__error { display: block; }
.field.is-error .input { border-color: var(--gold); }
.form__alert { display: none; margin-bottom: 18px; padding: 12px 14px; border: 1px solid var(--gold-line); font-size: 13px; color: var(--fg); }
.form__alert.is-show { display: block; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__submit { margin-top: 28px; }
.form__submit .btn[disabled] { opacity: .5; pointer-events: none; }
.form__note { margin-top: 14px; font-size: 11px; color: var(--fg-40); text-align: center; }
.form__note a { color: var(--fg-80); border-bottom: 1px solid var(--gold-line); }
.thanks { display: none; padding: 40px 20px; text-align: center; border: 1px solid var(--gold-line); }
.thanks.is-show { display: block; }
.thanks__en { font-family: var(--f-en); font-size: 14px; letter-spacing: .3em; color: var(--gold); }
.thanks__text { margin-top: 12px; font-family: var(--f-mincho); font-weight: 500; font-size: 17px; line-height: 1.9; color: var(--fg); }

/* ---------- 14. フッター ---------- */
.lp-footer { padding: 48px 0 28px; background: #0a1f19; border-top: 1px solid rgba(198, 169, 105, .18); text-align: center; }
.lp-footer .logo { font-size: 30px; }
.lp-footer__links { margin-top: 22px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; font-family: var(--f-mincho); font-size: 13px; letter-spacing: .08em; }
.lp-footer__links a { color: var(--fg-80); transition: color .3s; }
@media (hover: hover) { .lp-footer__links a:hover { color: var(--gold); } }
.lp-footer__sns { margin-top: 18px; display: flex; justify-content: center; gap: 8px; }
.sns-link { display: grid; place-items: center; width: 44px; height: 44px; color: var(--gold); transition: filter .3s var(--ease); }
.sns-link svg { width: 30px; height: 30px; }
@media (hover: hover) { .sns-link:hover { filter: brightness(1.3); } }
.lp-footer__copy { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(198, 169, 105, .25); font-family: var(--f-en); font-size: 11px; letter-spacing: .12em; color: var(--fg-40); }

/* ==========================================================
   タブレット・PC
   ========================================================== */
@media (min-width: 768px) {
  :root { --header-h: 72px; --gutter: 40px; --sec-y: 104px; }
  body { font-size: 15px; padding-bottom: 0; }
  .pc-only { display: inline; }
  .sticky-cta { display: none; }
  .logo { font-size: 28px; }
  .lp-header__entry { min-height: 44px; padding: 8px 28px; font-size: 14px; }
  .ttl { margin-bottom: 48px; }
  .ttl__ja { font-size: 32px; }
  .fv { align-items: center; padding-bottom: 72px; }
  .fv__bg img { object-position: 70% 58%; transform-origin: 70% 18%; }
  .fv__bg::after { background: linear-gradient(90deg, rgba(15,42,34,.85) 0%, rgba(15,42,34,.55) 40%, rgba(15,42,34,.1) 72%), linear-gradient(180deg, rgba(15,42,34,.3) 0%, rgba(15,42,34,0) 30%, rgba(15,42,34,0) 70%, rgba(15,42,34,.8) 100%); }
  .fv__catch { font-size: clamp(34px, 4.2vw, 54px); }
  .fv__sub { font-size: 15px; }
  .fv__sub strong { font-size: 18px; }
  .fv__btns { grid-template-columns: repeat(2, max-content); gap: 16px; }
  .fv__btns .btn { min-width: 250px; }
  .num { padding: 36px 12px; }
  .num__label { font-size: 13px; }
  .num__count { font-size: clamp(48px, 6vw, 80px); }
  .num__unit { font-size: 20px; }
  .wanted { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .reason { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .reason:nth-child(even) .reason__img { order: 2; }
  .reason + .reason { margin-top: 72px; }
  .reason__body { padding-top: 0; }
  .reason__catch { font-size: 24px; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .step { flex-direction: column; align-items: flex-start; gap: 8px; padding: 22px 18px; min-height: 130px; }
  .step:not(:last-child)::after { left: auto; right: -16px; top: 50%; bottom: auto; width: 16px; height: 1px; }
  .career__quote { font-size: 18px; }
  .benefits { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .msg { grid-template-columns: 340px 1fr; gap: 56px; align-items: start; }
  .msg__catch { font-size: 28px; }
  .voice { grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
  .req__row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 20px 0; }
  .req__row dd { margin-top: 0; }
  .flow { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .flow__step:not(:last-child)::after { left: auto; right: -16px; top: 50%; bottom: auto; width: 16px; height: 1px; }
  .faq, .entry form, .thanks { max-width: 820px; margin-inline: auto; }
  .field { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 18px 0; }
  .field__label { padding-top: 10px; align-self: start; }
  .input, .textarea, .choices { margin-top: 0; }
  .form__submit .btn { max-width: 420px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* ---------- 追加：選考の流れ（3ステップ・ゴールドの線でつなぐ） ---------- */
.em-gold { font-style: normal; color: var(--gold); }
.theme-ivory .em-gold { color: #8a6d2f; }
.sp-br-lp { display: inline; }
.flow__step { flex-direction: column; align-items: flex-start; gap: 4px; padding: 18px 18px 20px; border-color: var(--gold-line); }
.flow__no { font-size: 13px; letter-spacing: .24em; }
.flow__name { font-size: 18px; }
.flow__text { margin-top: 2px; font-size: 13px; line-height: 1.8; color: var(--fg-80); }
.flow__step:not(:last-child)::after { height: 12px; }
/* 代表メッセージのキャッチ：緑背景ではゴールド、アイボリー背景では濃いゴールド */
.msg__catch { color: var(--gold); }
.theme-ivory .msg__catch { color: #8a6d2f; }
@media (min-width: 768px) {
  .sp-br-lp { display: none; }
  .flow__step { padding: 24px 22px 26px; min-height: 170px; }
  .flow__name { font-size: 20px; }
}
.is-anim .fv__line { opacity: 0; }
/* スマホ：キャッチ1行目「学歴も、経験も、関係ない。」が1行に収まるサイズ */
@media (max-width: 767px) { .fv__catch { font-size: clamp(20px, 6.4vw, 26px); letter-spacing: .04em; } }
@media (max-width: 767px) { .reason__catch { font-size: 19px; letter-spacing: .03em; } }
@media (min-width: 768px) {
  /* PC：ステップ間は細い横線でつなぐ */
  .flow__step:not(:last-child)::after { height: 1px; }
}

/* 募集要項：金額を少し大きくゴールドで強調／表の下の注記 */
.amount { font-style: normal; font-size: 1.15em; font-weight: 400; color: var(--gold); font-variant-numeric: lining-nums tabular-nums; letter-spacing: .03em; }
.theme-ivory .amount { color: #8a6d2f; }
.req-note { margin-top: 16px; font-size: 12px; line-height: 1.8; letter-spacing: .04em; color: var(--fg-60); }
