/* =====================================================
   ThreeStars GW LP v2 — White-clean, Mobile-first
   ===================================================== */

/* ─── Reset ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 60px; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400; line-height: 1.85; color: #1a1a1a; background: #fff;
    overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.sp-only { display: none; }
.pc-only { display: inline; }

/* ─── Fade-in ─── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* =====================================================
   HEADER — thin, white, minimal
   ===================================================== */
.header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    background: rgba(255,255,255,.97); backdrop-filter: blur(8px);
    border-bottom: 1px solid #eee; transition: transform .3s;
}
.header.hidden { transform: translateY(-100%); }
.header-inner {
    max-width: 960px; margin: 0 auto; padding: 8px 16px;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.header-logo .logo-img { height: 28px; }
.header-info { display: flex; gap: 8px; flex: 1; justify-content: center; }
.header-tag {
    font-size: .7rem; font-weight: 600; color: #555; background: #f5f5f5;
    padding: 3px 10px; border-radius: 20px; white-space: nowrap;
}
.header-tag i { margin-right: 3px; }
.header-tag.tag-urgent { background: #fef2f2; color: #c53030; }
.header-cta-btn {
    display: inline-block; padding: 8px 18px; background: #1a1a1a; color: #fff;
    font-size: .75rem; font-weight: 700; border-radius: 6px; white-space: nowrap;
    transition: background .2s;
}
.header-cta-btn:hover { background: #333; }

/* =====================================================
   HERO — photo-driven impact (健康食品/PT LP風)
   ===================================================== */
.hero {
    position: relative; background: #fff; padding-top: 56px;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0; overflow: hidden;
}
.hero-bg-img {
    width: 100%; height: 100%; object-fit: cover;
    filter: brightness(.35);
}
.hero-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.7) 100%);
}
.hero-inner {
    position: relative; z-index: 2; max-width: 960px; margin: 0 auto;
    display: flex; align-items: center; gap: 40px;
    padding: 60px 24px 48px;
}
.hero-text { flex: 1; color: #fff; }
.hero-badge-row { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.hero-badge {
    display: inline-block; padding: 4px 14px; border: 1px solid rgba(255,255,255,.5);
    border-radius: 4px; font-size: .72rem; font-weight: 700; letter-spacing: .06em;
    color: rgba(255,255,255,.9);
}
.hero-badge.accent { background: #d69e2e; border-color: #d69e2e; color: #fff; }
.hero-title {
    font-family: 'Noto Serif JP', serif; font-weight: 900;
    font-size: 1.7rem; line-height: 1.45; margin-bottom: 16px;
}
.hero-event-label {
    font-size: .85rem; font-weight: 700; letter-spacing: .15em;
    color: rgba(255,255,255,.8); margin-bottom: 8px;
}
.hero-title-event {
    display: block; font-size: 2.4rem; line-height: 1.3;
    letter-spacing: .05em; margin-bottom: 8px; color: #fff;
}
.hero-title-accent { color: #ecc94b; font-size: 1.2rem; }
.hero-sub { font-size: .88rem; line-height: 1.9; opacity: .92; margin-bottom: 20px; }
.hero-meta {
    display: flex; flex-wrap: wrap; gap: 14px; font-size: .8rem; opacity: .85;
    margin-bottom: 24px;
}
.hero-meta i { margin-right: 4px; color: #ecc94b; }
.hero-micro {
    font-size: .72rem; opacity: .7; margin-top: 12px;
}
.hero-micro i { margin-right: 4px; }

/* Hero photo (講師写真) */
.hero-photo {
    width: 260px; flex-shrink: 0; position: relative;
}
.hero-photo img {
    width: 100%; border-radius: 12px; object-fit: cover; aspect-ratio: 3/4;
    box-shadow: 0 12px 40px rgba(0,0,0,.5);
}
.hero-photo-caption {
    position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
    background: #fff; color: #1a1a1a; padding: 6px 18px; border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,.12); white-space: nowrap; text-align: center;
}
.caption-role { display: block; font-size: .6rem; font-weight: 600; color: #888; letter-spacing: .1em; }
.caption-name { display: block; font-size: .8rem; font-weight: 700; }

/* Trust bar */
.trust-bar {
    position: relative; z-index: 2; max-width: 960px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.55); backdrop-filter: blur(6px);
}
.trust-item {
    padding: 14px 12px; text-align: center; color: #fff;
    border-right: 1px solid rgba(255,255,255,.1);
}
.trust-item:last-child { border-right: none; }
.trust-item strong {
    display: block; font-size: .65rem; letter-spacing: .15em;
    color: #ecc94b; margin-bottom: 2px;
}
.trust-item span { font-size: .7rem; opacity: .85; }

/* =====================================================
   CTA BUTTON — single unified style (dark)
   ===================================================== */
.cta-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 48px; background: #1a1a1a; color: #fff;
    font-family: 'Noto Sans JP', sans-serif; font-size: 1rem; font-weight: 700;
    border: none; border-radius: 8px; cursor: pointer;
    transition: background .2s, transform .2s;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.cta-btn:hover { background: #333; transform: translateY(-1px); }

/* =====================================================
   FLOW (申込ステップ)
   ===================================================== */
.flow-section {
    background: #fafafa; border-bottom: 1px solid #eee;
    padding: 32px 0;
}
.flow-heading {
    text-align: center; font-size: .85rem; font-weight: 700;
    color: #888; letter-spacing: .12em; margin-bottom: 20px;
}
.flow-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 0; flex-wrap: wrap;
}
.flow-step { text-align: center; flex: 0 0 auto; padding: 0 12px; }
.flow-num {
    width: 32px; height: 32px; margin: 0 auto 6px; display: flex;
    align-items: center; justify-content: center;
    background: #1a1a1a; color: #fff; font-size: .75rem; font-weight: 700;
    border-radius: 50%;
}
.flow-label { font-size: .72rem; color: #555; line-height: 1.4; }
.flow-label strong { color: #1a1a1a; }
.flow-arrow { font-size: .7rem; color: #ccc; padding: 0 4px; }
.flow-note {
    text-align: center; font-size: .72rem; color: #888; margin-top: 16px;
    padding: 10px 16px; background: #fff; border-radius: 8px;
    border: 1px solid #eee; max-width: 540px; margin-left: auto; margin-right: auto;
}
.flow-note i { color: #2b6cb0; margin-right: 4px; }

/* =====================================================
   SECTIONS — Common (white-centric)
   ===================================================== */
.section { padding: 64px 0; }
.section-alt { background: #fafafa; }

.section-title {
    font-family: 'Noto Serif JP', serif; font-weight: 900;
    font-size: 1.35rem; line-height: 1.55; text-align: center;
    margin-bottom: 32px; color: #1a1a1a;
}
.accent-text { color: #2b6cb0; }

.section-lead {
    text-align: center; font-size: .88rem; color: #555;
    max-width: 560px; margin: 0 auto 32px;
}
.section-note {
    text-align: center; font-size: .85rem; color: #555;
    margin-top: 32px;
}
.sub-heading {
    text-align: center; font-size: 1rem; font-weight: 700;
    color: #1a1a1a; margin: 40px 0 28px;
}
.sub-heading::after {
    content: ''; display: block; width: 32px; height: 2px;
    background: #1a1a1a; margin: 8px auto 0;
}

/* =====================================================
   2. PROBLEM
   ===================================================== */
.pain-list { max-width: 560px; margin: 0 auto 32px; }
.pain-item {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 14px 0; border-bottom: 1px solid #f0f0f0;
}
.pain-item i { color: #ccc; font-size: 1rem; margin-top: 3px; flex-shrink: 0; }
.pain-item p { font-size: .88rem; color: #444; }
.insight-box {
    max-width: 560px; margin: 0 auto;
    padding: 24px; background: #f8fafc; border-left: 3px solid #2b6cb0;
    border-radius: 0 8px 8px 0;
}
.insight-box p { font-size: .88rem; color: #333; }

/* =====================================================
   3. TARGET
   ===================================================== */
.checklist { max-width: 560px; margin: 0 auto 28px; }
.check-item {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px; margin-bottom: 6px;
    background: #fff; border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.check-item i { color: #2b6cb0; font-size: .95rem; flex-shrink: 0; }
.check-item span { font-size: .88rem; }
.note-box {
    max-width: 560px; margin: 0 auto;
    padding: 20px 24px; background: #fff; border: 1px solid #e8e8e8;
    border-radius: 8px; text-align: center;
}
.note-box p { font-size: .88rem; color: #333; }

/* =====================================================
   MID CTA
   ===================================================== */
.mid-cta {
    padding: 40px 20px; text-align: center;
    border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.mid-cta-text { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; }
.mid-cta-note { font-size: .72rem; color: #888; margin-top: 12px; }

/* =====================================================
   4. OUTCOMES
   ===================================================== */
.outcome-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px; max-width: 640px; margin: 0 auto;
}
.outcome-card {
    text-align: center; padding: 20px 12px;
    background: #fff; border: 1px solid #f0f0f0; border-radius: 10px;
}
.outcome-icon {
    width: 44px; height: 44px; margin: 0 auto 10px;
    display: flex; align-items: center; justify-content: center;
    background: #f0f4f8; border-radius: 12px; color: #2b6cb0; font-size: 1.1rem;
}
.outcome-card h4 { font-size: .8rem; font-weight: 700; margin-bottom: 4px; }
.outcome-card p { font-size: .75rem; color: #666; }

/* =====================================================
   5. PILLARS
   ===================================================== */
.pillar { margin-bottom: 48px; }
.pillar:last-child { margin-bottom: 0; }
.pillar-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.pillar-num {
    font-family: 'Noto Serif JP', serif; font-size: 2.2rem; font-weight: 900;
    color: #ddd; line-height: 1;
}
.pillar-head h3 { font-size: 1.1rem; font-weight: 700; line-height: 1.5; }
.pillar-body { display: flex; gap: 24px; align-items: flex-start; }
.pillar-body.reverse { flex-direction: row-reverse; }
.pillar-text { flex: 1; }
.pillar-text p { font-size: .88rem; color: #444; margin-bottom: 12px; }
.pillar-text ul { margin: 10px 0 14px; }
.pillar-text li {
    position: relative; padding-left: 16px; font-size: .85rem;
    color: #444; margin-bottom: 5px;
}
.pillar-text li::before {
    content: ''; position: absolute; left: 0; top: 10px;
    width: 6px; height: 6px; background: #2b6cb0; border-radius: 50%;
}
.pillar-highlight {
    padding: 14px 16px; background: #f8fafc; border-left: 3px solid #2b6cb0;
    border-radius: 0 8px 8px 0; font-size: .85rem; color: #333; margin-top: 4px;
}
.pillar-img { width: 260px; flex-shrink: 0; border-radius: 10px; overflow: hidden; }
.pillar-img img { width: 100%; height: 200px; object-fit: cover; }

/* =====================================================
   6. B/A
   ===================================================== */
.ba-container { display: flex; gap: 16px; align-items: stretch; max-width: 640px; margin: 0 auto; }
.ba-card { flex: 1; padding: 24px; border-radius: 12px; }
.ba-card.before { background: #fef2f2; border: 1px solid #fecaca; }
.ba-card.after { background: #f0fdf4; border: 1px solid #bbf7d0; }
.ba-label { font-size: .9rem; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.ba-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-size: .65rem; font-weight: 900; }
.ba-card.before .ba-icon { background: #fecaca; color: #b91c1c; }
.ba-card.after .ba-icon { background: #bbf7d0; color: #15803d; }
.ba-card.before .ba-label { color: #b91c1c; }
.ba-card.after .ba-label { color: #15803d; }
.ba-card li { position: relative; padding-left: 16px; margin-bottom: 8px; font-size: .85rem; color: #444; }
.ba-card li::before { content: '–'; position: absolute; left: 0; color: #999; }
.ba-arrow { display: flex; align-items: center; font-size: 1.2rem; color: #ccc; }

/* =====================================================
   7. CASES
   ===================================================== */
.cases-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.case-card {
    background: #fff; border: 1px solid #eee; border-radius: 12px;
    padding: 28px;
}
.case-tag {
    display: inline-block; padding: 3px 12px; background: #1a1a1a;
    color: #fff; font-size: .7rem; font-weight: 700; border-radius: 4px;
    margin-bottom: 12px;
}
.case-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 12px; }
.case-card > p { font-size: .85rem; color: #555; margin-bottom: 16px; }
.case-detail { padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; }
.case-detail.approach { background: #fffbeb; border: 1px solid #fde68a; }
.case-detail.result { background: #f0fdf4; border: 1px solid #bbf7d0; }
.case-detail h4 { font-size: .8rem; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 5px; }
.case-detail.approach h4 { color: #92400e; }
.case-detail.result h4 { color: #15803d; }
.case-detail p { font-size: .82rem; color: #555; }

/* =====================================================
   8. INSTRUCTORS — 写真大きめ表示
   ===================================================== */
.instructor-main {
    display: flex; gap: 32px; align-items: center;
    padding: 32px; background: #fafafa; border-radius: 16px; margin-bottom: 36px;
}
.instructor-main-img { width: 200px; flex-shrink: 0; }
.instructor-main-img img {
    width: 100%; border-radius: 12px; object-fit: cover; aspect-ratio: 3/4;
}
.instructor-main-info { flex: 1; }
.instructor-role {
    display: inline-block; padding: 3px 12px; background: #1a1a1a;
    color: #fff; font-size: .68rem; font-weight: 700; border-radius: 4px;
    margin-bottom: 8px;
}
.instructor-name {
    font-family: 'Noto Serif JP', serif; font-size: 1.35rem; font-weight: 900;
    margin-bottom: 12px;
}
.instructor-sub { font-size: .85rem; font-weight: 400; color: #888; }
.instructor-main-info p { font-size: .85rem; color: #555; margin-bottom: 10px; }
.instructor-point {
    padding: 12px 16px; background: #f0f4f8; border-radius: 8px;
    border-left: 3px solid #2b6cb0; font-size: .85rem !important;
}

/* 講師カード — 2列・写真大きく */
.instructor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.instructor-card {
    display: flex; gap: 16px; align-items: center;
    padding: 20px; background: #fafafa; border-radius: 12px;
}
.instructor-card-img {
    width: 100px; height: 100px; flex-shrink: 0;
    border-radius: 50%; overflow: hidden; border: 3px solid #e8e8e8;
}
.instructor-card-img img { width: 100%; height: 100%; object-fit: cover; }
.instructor-card-info { flex: 1; }
.instructor-card-info h4 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.instructor-card-info p { font-size: .78rem; color: #666; }

/* =====================================================
   9. SCHEDULE
   ===================================================== */
.schedule-table { max-width: 560px; margin: 0 auto 32px; }
.sch-row {
    display: flex; align-items: center; padding: 10px 14px;
    border-bottom: 1px solid #f0f0f0;
}
.sch-header {
    font-weight: 700; background: #1a1a1a; color: #fff;
    border-radius: 6px 6px 0 0; border-bottom: none;
}
.sch-time { width: 120px; font-size: .8rem; font-weight: 600; flex-shrink: 0; }
.sch-content { flex: 1; font-size: .82rem; display: flex; align-items: center; gap: 6px; }
.cycle-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; background: #e8f0fe; color: #2b6cb0;
    font-size: .65rem; font-weight: 700; border-radius: 4px;
}
.sch-row.break { background: #fef2f2; }
.sch-row.special { background: #fffbeb; }
.kahoot-note {
    display: flex; gap: 20px; align-items: center;
    background: #fafafa; border-radius: 12px; padding: 20px; border: 1px solid #eee;
}
.kahoot-img { width: 200px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.kahoot-img img { width: 100%; height: auto; }
.kahoot-text h4 { font-size: .9rem; font-weight: 700; margin-bottom: 6px; }
.kahoot-text h4 i { color: #d69e2e; margin-right: 4px; }
.kahoot-text p { font-size: .82rem; color: #555; }

/* =====================================================
   10. SAFETY
   ===================================================== */
.safety-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
    max-width: 560px; margin: 0 auto 24px;
}
.safety-item {
    display: flex; align-items: center; gap: 8px;
    padding: 12px; background: #fafafa; border-radius: 8px;
    font-size: .8rem; font-weight: 500;
}
.safety-item i { color: #2b6cb0; font-size: .95rem; flex-shrink: 0; }

/* =====================================================
   OVERVIEW（実施概要）
   ===================================================== */
.overview-table {
    max-width: 600px; margin: 0 auto;
    border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden;
    background: #fff;
}
.overview-row {
    display: flex; border-bottom: 1px solid #f0f0f0;
}
.overview-row:last-child { border-bottom: none; }
.overview-label {
    width: 140px; flex-shrink: 0; padding: 16px 18px;
    background: #fafafa; font-size: .82rem; font-weight: 700; color: #1a1a1a;
    display: flex; align-items: flex-start; gap: 8px;
}
.overview-label i { color: #2b6cb0; font-size: .85rem; margin-top: 2px; }
.overview-value {
    flex: 1; padding: 16px 18px; font-size: .85rem; color: #333;
}
.overview-note {
    display: block; font-size: .75rem; color: #888; margin-top: 4px;
}
.overview-price-row {
    display: block; margin-bottom: 4px;
}
.overview-price-row:last-child { margin-bottom: 0; }
.overview-cancel-row {
    display: flex; align-items: center; margin-bottom: 6px; font-size: .85rem;
}
.overview-cancel-row:last-child { margin-bottom: 0; }

/* =====================================================
   11. PRICING
   ===================================================== */
.benefit-box {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 24px; background: #fff; border: 1px solid #eee;
    border-radius: 12px; margin-bottom: 32px;
}
.benefit-icon {
    width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
    background: #1a1a1a; border-radius: 12px; color: #fff; font-size: 1.2rem; flex-shrink: 0;
}
.benefit-text h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
.benefit-text p { font-size: .82rem; color: #555; }

.pricing-cards-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    max-width: 560px; margin: 0 auto 24px;
}
.pricing-card {
    padding: 28px 20px; background: #fff;
    border-radius: 16px; text-align: center; position: relative;
}
.pricing-member {
    border: 2px solid #1a1a1a;
}
.pricing-non-member {
    border: 1px solid #ddd;
}
.pricing-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: #1a1a1a; color: #fff; font-size: .68rem; font-weight: 700;
    padding: 3px 16px; border-radius: 20px; white-space: nowrap;
}
.pricing-label { font-size: .78rem; font-weight: 600; color: #888; letter-spacing: .1em; margin-bottom: 8px; }
.pricing-member .pricing-label { color: #1a1a1a; }
.price-main {
    font-family: 'Noto Serif JP', serif; font-size: 2.4rem; font-weight: 900;
    color: #1a1a1a;
}
.price-main-static {
    font-family: 'Noto Serif JP', serif; font-size: 2.4rem; font-weight: 900;
    color: #555;
}
.price-unit { font-size: .9rem; color: #555; }
.price-unit small { font-size: .75rem; }
.price-tax { font-size: .82rem; color: #888; margin-bottom: 0; }
.pricing-includes-box {
    max-width: 560px; margin: 0 auto;
    text-align: left; padding: 24px; background: #fff; border: 1px solid #eee;
    border-radius: 12px;
}
.pricing-includes-box h4 { font-size: .78rem; font-weight: 700; color: #888; letter-spacing: .05em; margin-bottom: 12px; }
.pricing-includes {
    text-align: left; padding: 20px; background: #fafafa; border-radius: 10px; margin-bottom: 20px;
}
}
.pricing-includes h4 { font-size: .78rem; font-weight: 700; color: #888; letter-spacing: .05em; margin-bottom: 12px; }
.includes-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.includes-list span { display: flex; align-items: center; gap: 5px; font-size: .8rem; color: #333; }
.includes-list i { color: #2b6cb0; font-size: .7rem; }
.capacity-note {
    display: flex; align-items: flex-start; gap: 12px; text-align: left;
    padding: 16px; background: #fafafa; border-radius: 8px;
}
.capacity-note > i { color: #1a1a1a; font-size: 1.1rem; margin-top: 2px; }
.capacity-note strong { display: block; font-size: .88rem; margin-bottom: 2px; }
.capacity-note p { font-size: .75rem; color: #888; }

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 560px; margin: 0 auto; }
.testimonial-card {
    padding: 24px; background: #fafafa; border-radius: 12px; border: 1px solid #eee;
}
.testimonial-stars { color: #d69e2e; margin-bottom: 10px; font-size: .8rem; }
.testimonial-text { font-size: .88rem; color: #333; font-style: italic; margin-bottom: 10px; line-height: 1.8; }
.testimonial-author { font-size: .75rem; color: #999; }

/* =====================================================
   FAQ
   ===================================================== */
.faq-list { max-width: 600px; margin: 0 auto; }
.faq-item { margin-bottom: 6px; border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #fff; }
.faq-question {
    display: flex; justify-content: space-between; align-items: center;
    width: 100%; padding: 16px 20px; background: none; border: none;
    font-family: 'Noto Sans JP', sans-serif; font-size: .88rem; font-weight: 600;
    color: #1a1a1a; cursor: pointer; text-align: left;
}
.faq-question:hover { background: #fafafa; }
.faq-question i { transition: transform .3s; color: #ccc; flex-shrink: 0; margin-left: 10px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 20px 16px; }
.faq-answer p { font-size: .82rem; color: #555; line-height: 1.8; padding-left: 14px; border-left: 2px solid #2b6cb0; }

/* =====================================================
   CLOSING
   ===================================================== */
.closing-container { max-width: 600px; }
.closing-text { text-align: center; }
.closing-text p { font-size: .92rem; color: #444; margin-bottom: 16px; line-height: 2; }
.closing-highlight { font-size: 1.05rem !important; font-weight: 700; color: #1a1a1a !important; padding-top: 16px; border-top: 1px solid #eee; }

/* =====================================================
   APPLICATION FORM
   ===================================================== */
.section-form { padding: 64px 0; background: #fafafa; }
.form-header { text-align: center; margin-bottom: 32px; }
.form-header h2 {
    font-family: 'Noto Serif JP', serif; font-weight: 900;
    font-size: 1.3rem; margin-bottom: 8px;
}
.form-header-sub { font-size: .88rem; font-weight: 600; color: #555; margin-bottom: 8px; }
.form-header-note { font-size: .78rem; color: #888; }
.application-form {
    max-width: 480px; margin: 0 auto;
    background: #fff; border-radius: 16px; padding: 32px;
    border: 1px solid #e8e8e8;
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 5px; }
.required { display: inline-block; padding: 1px 5px; background: #dc2626; color: #fff; font-size: .6rem; font-weight: 700; border-radius: 3px; margin-left: 3px; vertical-align: middle; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%; padding: 11px 14px; border: 1px solid #ddd; border-radius: 8px;
    font-family: 'Noto Sans JP', sans-serif; font-size: .88rem; color: #1a1a1a;
    transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: #2b6cb0; box-shadow: 0 0 0 3px rgba(43,108,176,.1);
}
.form-group input.error, .form-group select.error { border-color: #dc2626; }
.form-checkbox label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 400; font-size: .82rem; }
.form-checkbox input[type="checkbox"] { width: 18px; height: 18px; accent-color: #2b6cb0; }
.form-submit-btn { width: 100%; padding: 15px; font-size: 1rem; margin-top: 6px; }
.form-submit-btn:disabled { background: #ccc; cursor: not-allowed; box-shadow: none; }
.form-note { text-align: center; font-size: .72rem; color: #888; margin-top: 10px; }

/* Success */
.form-success {
    text-align: center; max-width: 480px; margin: 0 auto;
    background: #fff; border-radius: 16px; padding: 40px 32px; border: 1px solid #e8e8e8;
}
.success-icon { font-size: 2.5rem; color: #16a34a; margin-bottom: 12px; }
.form-success h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; }
.form-success p { font-size: .85rem; color: #555; margin-bottom: 8px; }
.success-steps {
    text-align: left; padding: 16px 20px; background: #f8fafc; border-radius: 10px;
    margin: 16px 0 20px; border: 1px solid #eee;
}
.success-steps p { font-size: .82rem; color: #333; margin-bottom: 6px; padding-left: 4px; }
.success-steps p:last-child { margin-bottom: 0; }
.success-line-btn {
    background: #06C755; margin: 16px auto 12px; padding: 14px 32px; font-size: .92rem;
    border-radius: 8px; display: inline-flex; gap: 8px;
}
.success-line-btn:hover { background: #05b04c; }
.success-note { font-size: .75rem !important; color: #999 !important; }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { padding: 28px 0; text-align: center; border-top: 1px solid #eee; }
.footer-logo { height: 24px; margin: 0 auto 8px; }
.footer-copy { font-size: .68rem; color: #999; }

/* =====================================================
   FLOATING CTA (Mobile only)
   ===================================================== */
.floating-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    padding: 10px 16px 12px; background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px); border-top: 1px solid #eee;
    display: none; /* shown on mobile */
}
.floating-btn { width: 100%; padding: 13px; font-size: .92rem; border-radius: 8px; }

/* =====================================================
   RESPONSIVE — Mobile First
   ===================================================== */
@media (max-width: 768px) {
    .sp-only { display: inline; }
    .pc-only { display: none; }
    html { scroll-padding-top: 50px; }

    /* Header */
    .header-info { display: none; }
    .header-cta-btn { padding: 7px 14px; font-size: .7rem; }

    /* Hero — stack vertically, photo on top */
    .hero-inner {
        flex-direction: column-reverse; padding: 32px 20px 28px; gap: 24px;
    }
    .hero-photo { width: 180px; margin: 0 auto; }
    .hero-text { text-align: center; }
    .hero-title { font-size: 1.4rem; }
    .hero-title-event { font-size: 1.8rem; }
    .hero-title-accent { font-size: 1rem; }
    .hero-event-label { font-size: .75rem; }
    .hero-badge-row { justify-content: center; }
    .hero-meta { justify-content: center; }
    .hero-sub { font-size: .82rem; }
    .cta-btn { width: 100%; padding: 15px; font-size: .95rem; }

    /* Trust bar */
    .trust-bar { grid-template-columns: repeat(2, 1fr); }

    /* Flow */
    .flow-steps { flex-wrap: wrap; gap: 4px 0; }
    .flow-step { padding: 0 8px; }
    .flow-arrow { font-size: .6rem; }

    /* Sections */
    .section { padding: 48px 0; }
    .section-title { font-size: 1.15rem; }

    /* Pillars */
    .pillar-body, .pillar-body.reverse { flex-direction: column; }
    .pillar-img { width: 100%; }
    .pillar-img img { height: auto; }

    /* B/A */
    .ba-container { flex-direction: column; }
    .ba-arrow { justify-content: center; transform: rotate(90deg); }

    /* Instructors */
    .instructor-main { flex-direction: column; text-align: center; padding: 24px; }
    .instructor-main-img { width: 160px; margin: 0 auto; }
    .instructor-grid { grid-template-columns: 1fr; }
    .instructor-card { padding: 16px; }
    .instructor-card-img { width: 80px; height: 80px; }

    /* Schedule */
    .sch-time { width: 96px; font-size: .72rem; }
    .sch-content { font-size: .75rem; }

    /* Kahoot */
    .kahoot-note { flex-direction: column; }
    .kahoot-img { width: 100%; }

    /* Overview */
    .overview-row { flex-direction: column; }
    .overview-label { width: 100%; padding: 10px 16px; }
    .overview-value { padding: 10px 16px 14px; }

    /* Safety */
    .safety-grid { grid-template-columns: 1fr 1fr; }

    /* Pricing */
    .pricing-cards-row { grid-template-columns: 1fr 1fr; gap: 12px; }
    .pricing-card { padding: 20px 14px; }
    .price-main { font-size: 1.8rem; }
    .price-main-static { font-size: 1.8rem; }
    .includes-list { grid-template-columns: 1fr; }

    /* Benefit */
    .benefit-box { flex-direction: column; align-items: center; text-align: center; }

    /* Form */
    .application-form { padding: 24px 20px; }

    /* Floating CTA */
    .floating-cta { display: block; }
    body { padding-bottom: 64px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 1.2rem; }
    .hero-title-event { font-size: 1.5rem; }
    .hero-title-accent { font-size: .92rem; }
    .hero-photo { width: 150px; }
    .section-title { font-size: 1.05rem; }
    .safety-grid { grid-template-columns: 1fr; }
    .outcome-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-bar { grid-template-columns: 1fr 1fr; }
    .trust-item { padding: 10px 8px; }
    .trust-item span { font-size: .65rem; }
    .flow-step { padding: 0 6px; }
    .flow-label { font-size: .65rem; }
}
