/* ================================================================
   テーマ別プログラムLP専用CSS（/program/*）
   独立レイアウトのため、サイト共通CSSには依存しない。
   デザイン基準: docs/return-to-work-lp/README.md（Figma A案）
   2026-09-06 第2次ブラッシュアップ: PC余白圧縮・共感/信頼/道/料金の再設計
   ---------------------------------------------------------------- */

:root {
    --lp-bg: #f6f1e9;
    --lp-bg-deep: #efe7db;
    --lp-bg-warm: #f4e8de;
    --lp-paper: #fdfbf7;
    --lp-ink: #4d463e;
    --lp-ink-soft: #837a6e;
    --lp-line: #e2d8c9;
    --lp-pink: #eec9b6;
    --lp-pink-hover: #e6b9a2;
    --lp-pink-soft: #f7e6dc;
    --lp-pink-ink: #5c4636;
    --lp-sage: #97a68d;
    --lp-sage-deep: #75866c;
    --lp-sage-soft: #e2e7db;
    --lp-font: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
    --lp-serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}

/* ---- 最小リセット ---- */
.program-lp, .program-lp * , .program-lp *::before, .program-lp *::after { margin: 0; padding: 0; box-sizing: border-box; }
.program-lp img { max-width: 100%; height: auto; display: block; }
.program-lp ul, .program-lp ol { list-style: none; }
.program-lp a { color: inherit; text-decoration: none; }
.program-lp h1, .program-lp h2, .program-lp h3 { font-weight: 600; line-height: 1.55; }

html { scroll-behavior: smooth; }
body.program-lp {
    font-family: var(--lp-font);
    background: var(--lp-bg);
    color: var(--lp-ink);
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: anywhere;
}

/* ---- 共通レイアウト ---- */
.lp-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.lp-narrow { max-width: 720px; }
.lp-section { padding: 60px 0; }
.lp-section--deep { background: var(--lp-bg-deep); }
.lp-section--warm { background: var(--lp-bg-warm); }

.sp-br { display: inline; }
.pc-br { display: none; }

/* ---- 見出し・ラベル ---- */
.lp-eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
    color: var(--lp-sage-deep);
    font-weight: 600;
    margin-bottom: 14px;
}
.lp-eyebrow--center { text-align: center; }
.lp-heading { text-align: center; margin-bottom: 36px; }
.lp-heading h2 { font-size: 24px; letter-spacing: .06em; }
.lp-heading__sub { margin-top: 12px; font-size: 13px; color: var(--lp-ink-soft); }
.lp-h2--left { font-size: 23px; letter-spacing: .05em; margin-bottom: 20px; }
.lp-h3 { font-size: 16px; letter-spacing: .08em; margin-bottom: 16px; }
.lp-quote {
    font-family: var(--lp-serif);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .08em;
    text-align: center;
}
.lp-quote--lg { font-size: 24px; }
.lp-quote--left { text-align: left; margin-bottom: 20px; }

/* ---- ボタン・リンク ---- */
.lp-btn {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background: var(--lp-pink);
    color: var(--lp-pink-ink);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .06em;
    padding: 16px 34px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(184, 145, 120, .22);
    transition: background .25s ease, transform .25s ease;
}
.lp-btn:hover { background: var(--lp-pink-hover); transform: translateY(-1px); }
.lp-btn--wide { display: block; text-align: center; }
.lp-cta-note { margin-top: 12px; font-size: 12px; line-height: 1.9; color: var(--lp-ink-soft); }
.lp-textlink {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    color: var(--lp-sage-deep);
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}
.lp-textlink::after { content: " →"; }

/* 実写5枚（心理的ストーリー: 不安・休息→安心→制度と内面の間→自己理解→希望） */
.lp-photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 22px;
    background-color: var(--lp-bg-deep);
}
.lp-photo--hero { aspect-ratio: 16 / 11; object-position: 34% 50%; }
.lp-photo--rest { aspect-ratio: 4 / 3; object-position: center 55%; }
.lp-photo--support { aspect-ratio: 4 / 3; object-position: 42% 48%; }
.lp-photo--journal { aspect-ratio: 16 / 10; object-position: center 42%; margin-top: 24px; }
.lp-photo--closing { aspect-ratio: 4 / 3; object-position: 30% 45%; }

/* ---- ヘッダー ---- */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(246, 241, 233, .92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--lp-line);
}
.lp-header__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp-header__logo { display: block; }
.lp-header__logo img { height: 20px; width: auto; display: block; }
.lp-header__cta {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--lp-pink-ink);
    background: var(--lp-pink-soft);
    border: 1px solid var(--lp-pink);
    border-radius: 999px;
    padding: 8px 16px;
    transition: background .25s ease;
}
.lp-header__cta:hover { background: var(--lp-pink); }

/* 復職LPのヘッダー（親子LP /program/oyako と同じ構成：ロゴ＋肩書き／ナビ／CTA）。
   .lp-header の素体は恋愛LPと共有しているため、復職LP専用の上書きはここでスコープする */
.program-lp--fukushoku .lp-header__inner { max-width: 1280px; height: auto; padding: 10px 20px; gap: 16px; }
.program-lp--fukushoku .lp-header__logo img { width: 150px; height: auto; }
.fs-brand { display: flex; flex-direction: column; gap: 2px; margin-right: auto; }
.fs-brand__tagline { font-size: 10.5px; letter-spacing: .04em; line-height: 1.5; color: var(--lp-ink-soft); }
.fs-nav { display: none; }
/* SPは追従CTA（.lp-fixbar）が予約導線を担うため、ヘッダーCTAは出さない（親子LPと同じ） */
.program-lp--fukushoku .lp-header__cta { display: none; white-space: nowrap; }

/* sticky ヘッダーの下に見出しが潜らないようにする（ナビのアンカー移動・送信後の #reserve 復帰用） */
.program-lp--fukushoku [id] { scroll-margin-top: 80px; }

.fs-skip {
    position: absolute; left: -9999px; top: 0; z-index: 200;
    background: var(--lp-sage-deep); color: #fff; padding: 10px 16px;
}
.fs-skip:focus { left: 8px; top: 8px; }
.fs-nav a:focus-visible,
.program-lp--fukushoku .lp-header__cta:focus-visible {
    outline: 2px solid var(--lp-sage-deep);
    outline-offset: 2px;
}

/* ---- ヒーロー ---- */
.lp-hero { padding: 44px 0 60px; }
.lp-hero__grid { display: grid; gap: 32px; }
.lp-hero__title { font-size: 22px; font-weight: 700; color: var(--lp-ink); line-height: 1.6; letter-spacing: .05em; margin-bottom: 16px; }
.lp-hero__title-sub {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .14em;
    color: var(--lp-ink);
    margin-bottom: 8px;
}
.lp-hero__catch { font-size: 20px; font-weight: 600; color: var(--lp-sage-deep); line-height: 1.75; letter-spacing: .05em; margin-bottom: 16px; }
.lp-hero__lead { color: var(--lp-ink-soft); margin-bottom: 26px; }
.lp-hero__media { order: -1; }

/* ---- 共感（心の声） ---- */
.lp-section--empathy { padding-top: 64px; }
.lp-checks { margin: 36px auto 0; max-width: 600px; }
.lp-checks--voice li {
    position: relative;
    padding: 16px 4px 16px 30px;
    border-bottom: 1px solid var(--lp-line);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}
.lp-checks--voice li:first-child { border-top: 1px solid var(--lp-line); }
.lp-checks--voice li::before {
    content: "「";
    position: absolute;
    left: 2px;
    top: 14px;
    font-family: var(--lp-serif);
    font-size: 18px;
    color: var(--lp-sage-deep);
}
.lp-checks--voice li::after {
    content: "」";
    font-family: var(--lp-serif);
    font-size: 18px;
    color: var(--lp-sage-deep);
    margin-left: 2px;
}
.lp-checks--voice li.is-key {
    margin-top: 18px;
    background: var(--lp-pink-soft);
    border: none;
    border-radius: 14px;
    padding: 20px 22px 18px;
    font-weight: 600;
    color: var(--lp-pink-ink);
}
.lp-checks--voice li.is-key::before,
.lp-checks--voice li.is-key::after { content: none; }
.is-key__main::before { content: "「"; font-family: var(--lp-serif); font-size: 18px; }
.is-key__main::after { content: "」"; font-family: var(--lp-serif); font-size: 18px; }
.lp-checks--voice li.is-key small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--lp-ink-soft);
    margin-top: 8px;
    line-height: 1.8;
}
.lp-empathy__close { margin-top: 32px; text-align: center; font-size: 14px; color: var(--lp-ink-soft); }

/* ---- 2カラム ---- */
.lp-split { display: grid; gap: 30px; align-items: center; }
.lp-split__body p + p { margin-top: 14px; }

/* ---- 目指すこと・手に残るもの ---- */
.lp-goals { max-width: 720px; margin: 0 auto; }
.lp-goals li { padding: 24px 4px; border-bottom: 1px solid var(--lp-line); }
.lp-goals li:first-child { border-top: 1px solid var(--lp-line); }
.lp-goals__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--lp-sage);
    color: var(--lp-sage-deep);
    border-radius: 50%;
    font-size: 14px;
    margin-bottom: 12px;
}
.lp-goals h3 { font-size: 16.5px; margin-bottom: 8px; }
.lp-goals p { font-size: 13.5px; color: var(--lp-ink-soft); }

/* ---- カウンセラー（信頼） ---- */
.lp-section--counselor { background: var(--lp-pink-soft); }
.lp-counselor__photo { border-radius: 22px; object-fit: cover; aspect-ratio: 4 / 3; width: 100%; }
.lp-counselor__name { font-size: 25px; letter-spacing: .1em; margin-bottom: 18px; }
.lp-counselor__name span { font-size: 12px; letter-spacing: .18em; color: var(--lp-ink-soft); margin-left: 10px; }
.lp-trust { margin: 0 0 20px; display: grid; gap: 12px; }
.lp-trust li {
    background: var(--lp-paper);
    border-left: 3px solid var(--lp-sage);
    border-radius: 0 12px 12px 0;
    padding: 12px 16px;
}
.lp-trust strong { display: block; font-size: 15.5px; letter-spacing: .04em; }
.lp-trust small { display: block; font-size: 12px; color: var(--lp-ink-soft); margin-top: 2px; line-height: 1.8; }
.lp-counselor__quote {
    font-family: var(--lp-serif);
    font-size: 15px;
    line-height: 2.1;
    color: var(--lp-pink-ink);
    border-left: 2px solid var(--lp-pink);
    padding-left: 16px;
    margin-top: 16px;
}

/* ---- 7つのステップ（道）: SP=縦のタイムライン ---- */
.lp-section--journey { background: var(--lp-bg); }
.lp-journey { position: relative; max-width: 640px; margin: 0 auto; padding-left: 26px; }
.lp-journey::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 30px;
    width: 2px;
    background: linear-gradient(to bottom, var(--lp-sage-soft), var(--lp-sage) 55%, var(--lp-pink));
    border-radius: 2px;
}
.lp-journey__start {
    position: relative;
    background: var(--lp-pink-soft);
    border-radius: 18px;
    padding: 20px 22px 18px;
    margin-bottom: 30px;
}
.lp-journey__start::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lp-pink);
    border: 3px solid var(--lp-bg);
}
.lp-journey__start-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--lp-pink-ink);
    background: var(--lp-paper);
    border-radius: 999px;
    padding: 3px 12px;
    margin-bottom: 8px;
}
.lp-journey__start h3 { font-size: 16px; margin-bottom: 6px; }
.lp-journey__start p { font-size: 13px; color: var(--lp-ink-soft); }
.lp-journey__phase {
    position: relative;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--lp-sage-deep);
    margin: 30px 0 14px;
}
.lp-journey__phase span {
    display: block;
    font-size: 10.5px;
    letter-spacing: .16em;
    color: var(--lp-ink-soft);
    font-weight: 500;
    margin-bottom: 2px;
}
.lp-journey__phase::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lp-bg);
    border: 2px solid var(--lp-sage);
}
.lp-journey__step { position: relative; display: flex; gap: 16px; padding: 12px 0; }
.lp-journey__num {
    flex: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--lp-sage-deep);
    background: var(--lp-paper);
    border: 1px solid var(--lp-sage-soft);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lp-journey__step h3 { font-size: 16px; margin-bottom: 4px; padding-top: 8px; }
.lp-journey__step p { font-size: 13.5px; color: var(--lp-ink-soft); }
.lp-journey__step--last .lp-journey__num { background: var(--lp-pink); border-color: var(--lp-pink); color: var(--lp-pink-ink); }
.lp-journey__step--last h3 { color: var(--lp-pink-ink); }
.lp-journey__note { margin-top: 26px; text-align: center; font-size: 12px; color: var(--lp-ink-soft); }

/* ---- ワークシート ---- */
.lp-tools__lead {
    font-family: var(--lp-serif);
    font-size: 15px;
    letter-spacing: .06em;
    color: var(--lp-pink-ink);
    margin-bottom: 12px;
}
.lp-sheets { display: grid; gap: 14px; }
.lp-sheet {
    background:
        repeating-linear-gradient(to bottom, transparent 0 27px, rgba(151, 166, 141, .18) 27px 28px),
        var(--lp-paper);
    border: 1px solid var(--lp-line);
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(120, 104, 84, .08);
    padding: 18px 20px 22px;
}
.lp-sheet:nth-child(odd) { transform: rotate(-.8deg); }
.lp-sheet:nth-child(even) { transform: rotate(.7deg); }
.lp-sheet__tag {
    display: inline-block;
    font-size: 10.5px;
    letter-spacing: .12em;
    color: var(--lp-sage-deep);
    border: 1px solid var(--lp-sage-soft);
    border-radius: 999px;
    padding: 2px 10px;
    margin-bottom: 8px;
    background: #fff;
}
.lp-sheet__title { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.8; }

/* ---- 料金（主役=初回5,000円、全7回は従属） ---- */
.lp-price { max-width: 560px; margin: 0 auto; }
.lp-price__main {
    background: var(--lp-paper);
    border-radius: 20px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 8px 26px rgba(160, 130, 105, .14);
}
.lp-price__then {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 18px 0;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--lp-ink-soft);
    text-align: center;
    line-height: 1.8;
}
.lp-price__then::before {
    content: "";
    width: 1px;
    height: 20px;
    background: var(--lp-line);
}
.lp-price__then::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--lp-ink-soft);
    border-bottom: 1px solid var(--lp-ink-soft);
    transform: rotate(45deg);
    margin-top: -4px;
}
.lp-price__sub {
    border: 1px dashed var(--lp-line);
    background: transparent;
    border-radius: 16px;
    padding: 22px 22px 20px;
    text-align: center;
}
.lp-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--lp-pink-ink);
    background: var(--lp-pink-soft);
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 12px;
}
.lp-badge--quiet { color: var(--lp-sage-deep); background: var(--lp-sage-soft); }
.lp-price h3 { font-size: 16px; margin-bottom: 8px; }
.lp-price h3 span { font-size: 12px; font-weight: 500; color: var(--lp-ink-soft); }
.lp-price__value { font-size: 15px; margin-bottom: 10px; letter-spacing: .04em; }
.lp-price__value strong { font-size: 36px; font-weight: 600; padding: 0 2px; }
.lp-price__value span { font-size: 12px; color: var(--lp-ink-soft); }
.lp-price__desc { font-size: 13px; color: var(--lp-ink-soft); margin-bottom: 18px; text-align: left; }
.lp-price__sub h3 { font-size: 14.5px; margin-bottom: 4px; }
.lp-price__sub .lp-price__value { margin-bottom: 6px; }
.lp-price__sub .lp-price__value strong { font-size: 23px; }
.lp-price__sub .lp-price__desc { margin-bottom: 0; text-align: center; font-size: 12.5px; }
.lp-price__note { margin-top: 18px; text-align: center; font-size: 12px; color: var(--lp-ink-soft); }

/* ---- ご利用にあたって ---- */
.lp-section--caution { padding: 32px 0 12px; }
.lp-caution li {
    position: relative;
    font-size: 12.5px;
    color: var(--lp-ink-soft);
    padding: 6px 0 6px 16px;
}
.lp-caution li::before { content: "・"; position: absolute; left: 0; }

/* ---- FAQ ---- */
.lp-faq details { border-bottom: 1px solid var(--lp-line); }
.lp-faq details:first-child { border-top: 1px solid var(--lp-line); }
.lp-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: baseline;
    padding: 18px 30px 18px 4px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary span { color: var(--lp-sage-deep); font-size: 13px; flex: none; }
.lp-faq summary::after {
    content: "＋";
    position: absolute;
    right: 6px;
    top: 18px;
    color: var(--lp-sage-deep);
    font-weight: 400;
    transition: transform .25s ease;
}
.lp-faq details[open] summary::after { content: "－"; }
.lp-faq details p { padding: 0 4px 20px 29px; font-size: 13.5px; color: var(--lp-ink-soft); }

/* ---- クロージング・予約 ---- */
.lp-section--closing { background: var(--lp-bg-deep); }
.lp-section--closing .lp-split__media { order: -1; }
.lp-section--closing .lp-btn { margin-top: 10px; }
.lp-section--reserve { padding-top: 44px; }
.lp-reserve {
    background: var(--lp-paper);
    border: 1px solid var(--lp-line);
    border-radius: 22px;
    padding: 32px 24px;
}
.lp-reserve h2 { font-size: 19px; text-align: center; margin-bottom: 24px; letter-spacing: .08em; }
.lp-reserve__steps { margin-bottom: 24px; }
.lp-reserve__steps li {
    position: relative;
    padding: 12px 0 12px 44px;
    font-size: 14px;
    font-weight: 600;
}
.lp-reserve__steps li + li { border-top: 1px dashed var(--lp-line); }
.lp-reserve__steps span {
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--lp-sage-soft);
    color: var(--lp-sage-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.lp-reserve__steps small { display: block; font-size: 12px; font-weight: 500; color: var(--lp-ink-soft); margin-top: 2px; }
.lp-reserve__alt { margin-top: 14px; font-size: 12px; color: var(--lp-ink-soft); text-align: center; }
.lp-reserve__alt a { color: var(--lp-sage-deep); border-bottom: 1px solid currentColor; }

/* ---- 空き状況カレンダー（Googleシート連動） ---- */
.lp-cal { margin: 4px 0 28px; }
.lp-cal__title { font-size: 15px; letter-spacing: .08em; margin-bottom: 4px; }
.lp-cal__note { font-size: 12px; color: var(--lp-ink-soft); margin-bottom: 10px; }
.lp-cal__empty { font-size: 13px; color: var(--lp-ink-soft); padding: 10px 0; }
.lp-cal__day { display: flex; gap: 12px; padding: 10px 0; border-top: 1px dashed var(--lp-line); }
.lp-cal__day:last-child { border-bottom: 1px dashed var(--lp-line); }
.lp-cal__date { flex: none; width: 84px; font-size: 13px; font-weight: 600; padding-top: 8px; }
.lp-cal__slots { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.lp-cal__slot {
    font-family: inherit;
    font-size: 13px;
    letter-spacing: .04em;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--lp-sage-soft);
    background: #fff;
    color: var(--lp-ink);
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}
.lp-cal__slot:hover { border-color: var(--lp-sage); }
.lp-cal__slot.is-picked { background: var(--lp-pink); border-color: var(--lp-pink); color: var(--lp-pink-ink); font-weight: 600; }

/* ---- 予約フォーム ---- */
.lp-form__row { margin-bottom: 14px; }
.lp-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.lp-req {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--lp-pink-ink);
    background: var(--lp-pink-soft);
    border-radius: 999px;
    padding: 1px 8px;
    margin-left: 6px;
    vertical-align: 1px;
}
.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    color: var(--lp-ink);
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    padding: 12px 14px;
}
.lp-form input:focus,
.lp-form textarea:focus { outline: none; border-color: var(--lp-sage); }
.lp-form textarea { min-height: 108px; resize: vertical; }
.lp-form input::placeholder,
.lp-form textarea::placeholder { color: #b9b0a4; }
.lp-form__error { font-size: 12px; color: #b05f52; margin-top: 4px; }
.lp-form__hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.lp-form .lp-btn--wide { margin-top: 8px; }
.lp-form__note { margin-top: 12px; font-size: 12px; color: var(--lp-ink-soft); text-align: center; }
/* 申込フォームの取引条件（特商法の申込み前確認と規約リンク）。5LP共通の申込パーシャルから出す */
.lp-form__terms {
    margin-top: 18px; padding: 14px 16px;
    background: var(--lp-bg-deep); border: 1px solid var(--lp-line); border-radius: 8px;
}
.lp-form__terms-title { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--lp-sage-deep); margin-bottom: 8px; }
.lp-form__terms-list { display: grid; grid-template-columns: 6.5em 1fr; gap: 4px 10px; font-size: 12.5px; line-height: 1.75; }
.lp-form__terms-list dt { font-weight: 700; color: var(--lp-ink-soft); }
.lp-form__terms-note { margin-top: 8px; font-size: 12px; line-height: 1.75; color: var(--lp-ink-soft); }
/* .program-lp a（0,1,1）に勝たせるため要素名ではなく2クラス相当の詳細度で指定する（.lp-form__done a と同じ） */
.lp-form__terms a { color: var(--lp-sage-deep); border-bottom: 1px solid currentColor; }

.lp-form__done { text-align: center; padding: 12px 0 4px; }
.lp-form__done h3 { font-size: 18px; color: var(--lp-sage-deep); margin-bottom: 10px; letter-spacing: .06em; }
.lp-form__done p { font-size: 13.5px; color: var(--lp-ink-soft); text-align: left; }
.lp-form__done-note { margin-top: 10px; font-size: 12px; }
.lp-form__done a { color: var(--lp-sage-deep); border-bottom: 1px solid currentColor; }

/* ---- フッター（親子LP /program/oyako と同じ3カラム構成） ---- */
.lp-footer { background: var(--lp-bg-deep); border-top: 1px solid var(--lp-line); padding: 44px 0 96px; }
.lp-footer__grid { display: grid; gap: 28px; }
.lp-footer__name { font-size: 15px; font-weight: 700; letter-spacing: .06em; color: var(--lp-ink); }
.lp-footer__desc { margin-top: 10px; font-size: 13px; line-height: 1.9; color: var(--lp-ink-soft); }
.lp-footer__col { display: grid; gap: 9px; align-content: start; }
.lp-footer__label { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; color: var(--lp-sage-deep); }
.lp-footer__col a,
.lp-footer__col span { font-size: 13px; line-height: 1.7; color: var(--lp-ink-soft); }
.lp-footer__col a:hover { color: var(--lp-ink); text-decoration: underline; }
.lp-footer__copy {
    margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--lp-line);
    font-size: 11.5px; letter-spacing: .04em; color: var(--lp-ink-soft); text-align: center;
}

/* ---- SP追従CTA ---- */
.lp-fixbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(246, 241, 233, .94);
    border-top: 1px solid var(--lp-line);
    transform: translateY(110%);
    transition: transform .35s ease;
}
.lp-fixbar.is-shown { transform: none; }
.lp-btn--fix { display: block; text-align: center; padding: 14px 20px; font-size: 14.5px; }
.lp-btn--fix span { display: block; font-size: 10.5px; font-weight: 500; opacity: .75; margin-top: 1px; }

/* ---- スクロール表示 ---- */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s ease; }
.rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rv { opacity: 1; transform: none; transition: none; }
}

/* ================================================================
   PC（768px〜）
   ---------------------------------------------------------------- */
@media (min-width: 768px) {
    body.program-lp { font-size: 16px; }
    .lp-section { padding: 96px 0; }
    .sp-br { display: none; }
    .pc-br { display: inline; }

    .lp-header__inner { height: 64px; }
    .lp-header__logo img { height: 24px; }
    .lp-header__cta { font-size: 13px; padding: 9px 22px; }

    .program-lp--fukushoku .lp-header__inner { height: auto; padding: 12px 32px; }
    .program-lp--fukushoku .lp-header__logo img { width: 168px; }
    .fs-brand__tagline { font-size: 11.5px; }
    .fs-nav { display: flex; align-items: center; gap: 28px; margin-right: 26px; }
    .fs-nav a { font-size: 13.5px; letter-spacing: .04em; color: var(--lp-ink-soft); transition: color .25s ease; }
    .fs-nav a:hover { color: var(--lp-sage-deep); }
    .program-lp--fukushoku .lp-header__cta { display: inline-block; }

    .lp-hero { padding: 68px 0 90px; }
    .lp-hero__grid { grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
    .lp-hero__media { order: 0; }
    .lp-photo--hero { aspect-ratio: 4 / 3.2; }
    .lp-photo--closing { aspect-ratio: 4 / 3.3; }
    .lp-hero__title { font-size: 34px; line-height: 1.55; margin-bottom: 20px; }
    .lp-hero__title-sub { font-size: 17px; margin-bottom: 10px; }
    .lp-hero__catch { font-size: 30px; line-height: 1.7; margin-bottom: 20px; }
    .lp-hero__lead { font-size: 16px; max-width: 30em; margin-bottom: 32px; }

    .lp-heading { margin-bottom: 48px; }
    .lp-heading h2 { font-size: 30px; }
    .lp-heading__sub { font-size: 14px; margin-top: 16px; }
    .lp-h2--left { font-size: 28px; margin-bottom: 24px; }
    .lp-quote { font-size: 29px; }
    .lp-quote--lg { font-size: 30px; }

    .lp-section--empathy { padding-top: 100px; }
    .lp-checks { max-width: 640px; margin-top: 48px; }
    .lp-checks--voice li { font-size: 16.5px; padding: 20px 6px 20px 34px; }
    .lp-checks--voice li::before { top: 18px; font-size: 20px; }
    .lp-checks--voice li.is-key { margin-top: 24px; padding: 26px 30px 24px; font-size: 17px; }
    .lp-checks--voice li.is-key small { font-size: 13px; margin-top: 10px; }
    .lp-empathy__close { margin-top: 40px; font-size: 15px; }

    .lp-split { grid-template-columns: 1fr 1fr; gap: 56px; }
    .lp-split--reverse .lp-split__media { order: 2; }
    .lp-section--closing .lp-split__media { order: 0; }

    .lp-goals { max-width: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 44px; }
    .lp-goals li { border-bottom: none; border-top: 1px solid var(--lp-line); padding: 30px 0 0; }
    .lp-goals li:first-child { border-top: 1px solid var(--lp-line); }
    .lp-goals h3 { font-size: 17.5px; min-height: 3.4em; }
    .lp-goals--outcome h3 { min-height: auto; }

    .lp-counselor__photo { aspect-ratio: 1 / 1; }
    .lp-counselor__name { font-size: 30px; }
    .lp-trust li { padding: 14px 18px; }
    .lp-trust strong { font-size: 17px; }
    .lp-trust small { font-size: 12.5px; }

    /* ---- 道: PC=中央ラインの左右交互タイムライン ---- */
    .lp-journey { max-width: 940px; padding-left: 0; }
    .lp-journey::before { left: 50%; margin-left: -1px; top: 0; bottom: 128px; }
    .lp-journey__start {
        position: relative;
        z-index: 1;
        max-width: 480px;
        margin: 0 auto 36px;
        text-align: center;
        padding: 24px 30px 22px;
    }
    .lp-journey__start::before { display: none; }
    .lp-journey__start h3 { font-size: 17.5px; }
    .lp-journey__start p { font-size: 14px; }
    .lp-journey__phase {
        position: relative;
        z-index: 1;
        width: max-content;
        margin: 40px auto 20px;
        padding: 6px 22px;
        background: var(--lp-bg);
        text-align: center;
        font-size: 15px;
    }
    .lp-journey__phase::before { display: none; }
    .lp-journey__step { display: block; width: calc(50% - 44px); padding: 4px 0 20px; }
    .lp-journey__step--l { margin-right: auto; text-align: right; }
    .lp-journey__step--r { margin-left: calc(50% + 44px); text-align: left; }
    .lp-journey__num {
        position: absolute;
        top: 0;
        width: 52px;
        height: 52px;
        font-size: 14px;
        z-index: 1;
    }
    .lp-journey__step--l .lp-journey__num { right: -70px; }
    .lp-journey__step--r .lp-journey__num { left: -70px; }
    .lp-journey__step h3 { font-size: 19px; padding-top: 10px; margin-bottom: 6px; }
    .lp-journey__step p { font-size: 14.5px; line-height: 1.95; }
    .lp-journey__step--last {
        width: 100%;
        margin: 8px 0 0;
        text-align: center;
        padding: 0;
    }
    .lp-journey__step--last .lp-journey__num {
        position: relative;
        left: auto;
        right: auto;
        margin: 0 auto 12px;
        width: 58px;
        height: 58px;
        display: flex;
    }
    .lp-journey__step--last h3 { padding-top: 0; font-size: 21px; }
    .lp-journey__note { margin-top: 34px; }

    .lp-split--tools { align-items: start; }
    .lp-tools__lead { font-size: 17px; }
    .lp-sheets { gap: 16px; }
    .lp-sheet { padding: 20px 26px 24px; }
    .lp-sheet__title { font-size: 14.5px; }

    .lp-price { max-width: 620px; }
    .lp-price__main { padding: 40px 44px; }
    .lp-price__value strong { font-size: 42px; }
    .lp-price__then { margin: 20px 0; font-size: 13.5px; }
    .lp-price__sub { padding: 26px 30px 24px; }
    .lp-price__sub .lp-price__value strong { font-size: 25px; }

    .lp-caution { max-width: 720px; margin: 0 auto; }
    .lp-faq summary { font-size: 15px; padding: 20px 36px 20px 6px; }
    .lp-faq details p { font-size: 14px; padding-left: 32px; }

    .lp-reserve { padding: 44px 48px; }
    .lp-reserve h2 { font-size: 22px; margin-bottom: 30px; }
    .lp-reserve__steps li { font-size: 15px; padding-left: 50px; }
    .lp-btn--wide { max-width: 420px; margin: 0 auto; }
    .lp-form .lp-btn--wide { display: block; }
    .lp-form__grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
    .lp-cal { margin-bottom: 32px; }
    .lp-cal__date { width: 96px; font-size: 14px; }

    /* 料金セクション以降の縦余白を圧縮（上質さは行間・左右余白で維持） */
    #pricing { padding: 84px 0 72px; }
    .lp-section--caution { padding: 34px 0 8px; }
    #faq { padding: 72px 0; }
    .lp-section--closing { padding: 80px 0; }
    .lp-section--reserve { padding: 44px 0 84px; }

    .lp-footer { padding: 64px 0 40px; }
    .lp-footer__grid { grid-template-columns: minmax(0, 1fr) 220px 220px; gap: 40px; }
    .lp-footer__copy { text-align: left; }
    .lp-fixbar { display: none; }
}


/* ---------------------------------------------------------------
   パンくず（LP・規約ページ共通）
   ヘッダーのロゴは一覧TOPに戻るため、本体トップへの戻り道はここが担う。
   申込を検討している人の気を散らさないよう、文字は小さく彩度を落とす。
   リンクは .program-lp a { color: inherit; text-decoration: none }（0,1,1）に
   負けるので、a を含む 0,3,1 の詳細度で書く。
   --------------------------------------------------------------- */
.program-lp .lp-crumb { max-width: 1120px; margin: 0 auto; padding: 10px 24px 0; }
.program-lp .lp-crumb__list {
    display: flex; flex-wrap: wrap; align-items: center;
    margin: 0; padding: 0; list-style: none;
    font-size: 12px; line-height: 1.7; color: var(--lp-ink-soft);
}
.program-lp .lp-crumb__item { display: flex; align-items: center; }
.program-lp .lp-crumb__item + .lp-crumb__item::before {
    content: "/"; margin: 0 .6em; color: var(--lp-line);
}
.program-lp a.lp-crumb__link,
.program-lp a.lp-crumb__link:link,
.program-lp a.lp-crumb__link:visited {
    color: var(--lp-ink-soft); text-decoration: underline; text-underline-offset: .2em;
}
.program-lp a.lp-crumb__link:hover,
.program-lp a.lp-crumb__link:focus,
.program-lp a.lp-crumb__link:active { color: var(--lp-ink); }
