/* --- 変数・基本設定 --- */
:root {
    --primary: #1a365d;
    --accent: #D69E2E;
    --bg-light: #fbfcfd;
    --bg-gray: #f4f7f9;
    --text: #2D3748;
    --white: #ffffff;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    color: var(--text);
    margin: 0;
    background-color: var(--white);
}

.container { max-width: 850px; margin: 0 auto; padding: 0 20px; }

/* セクション余白 */
section { padding: 60px 0; }
h2.section-title { text-align: center; font-size: 1.6rem; margin-bottom: 35px; color: var(--primary); }

/* --- ヘッダー --- */
header {
    background: var(--white);
    padding: 8px 0;
    border-bottom: 1px solid #edf2f7;
    position: sticky; top: 0; z-index: 100;
}
.header-flex { display: flex; justify-content: space-between; align-items: center; }
header h1 { font-size: 1.1rem; color: var(--primary); margin: 0; }
.header-image { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; border: 2px solid var(--primary); }
.header-image img { width: 100%; height: 100%; object-fit: cover; }

/* --- ファーストビュー（FV） --- */
.fv { background: var(--primary); color: var(--white); text-align: center; padding: 80px 20px 60px; }
.target-text { font-size: 1.2rem; font-weight: bold; color: #ECC94B; margin-bottom: 15px; min-height: 1.2em; }
.fv .catch { font-size: 2.2rem; font-weight: bold; line-height: 1.4; margin-bottom: 30px; }
.fv .catch strong { color: var(--accent); }

/* ターゲットコピーの装飾 */
.lead-copy {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid var(--accent);
    border-bottom: 1px solid var(--accent);
    color: #f0f2f5;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.fv .sub-catch { font-size: 1.1rem; margin-bottom: 20px; opacity: 0.9; }
.fv .notice { font-size: 0.85rem; color: #CBD5E0; }

/* --- 価格・CTAセクション --- */
.price-section { background: var(--primary); color: var(--white); text-align: center; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.amount { font-size: 3rem; font-weight: bold; margin: 5px 0; }
.amount span { font-size: 1.3rem; }
.cta-button {
    display: inline-block; background: var(--accent); color: var(--white);
    padding: 18px 35px; font-size: 1.15rem; font-weight: bold; text-decoration: none;
    border-radius: 8px; transition: 0.3s;
}
.cta-button:hover { transform: translateY(-2px); background: #B7791F; }

/* --- 共感セクション --- */
.pain-list-box li {
    padding: 10px 0; border-bottom: 1px solid #edf2f7; position: relative; padding-left: 30px; text-align: left; font-size: 0.95rem;
}
.pain-list-box li::before { content: "✕"; color: #e53e3e; position: absolute; left: 0; font-weight: bold; }
.conclusion-box { background: #f7fafc; padding: 30px; border-top: 2px solid var(--primary); text-align: center; margin-top: 30px; }

/* --- 6つの論点カード --- */
.point-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.point-card { background: var(--bg-light); padding: 20px; border: 1px solid #e2e8f0; border-radius: 6px; }
.point-card h3 { font-size: 1rem; line-height: 1.6; margin: 0; }
.point-label { color: var(--accent); font-weight: bold; font-size: 0.8rem; margin-bottom: 8px; display: block; }

/* --- 動画セクション --- */
.video-card .point-label { background: var(--accent); color: var(--white); padding: 3px 10px; border-radius: 4px; display: inline-block; margin-bottom: 10px; font-size: 0.75rem; }
.video-container { position: relative; padding-top: 56.25%; background: #000; margin: 15px 0; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- 利用者の声 --- */
.testimonial-area { margin: 60px auto; text-align: center; max-width: 650px; }
.testimonial-sub { font-size: 0.75rem; color: var(--primary); font-weight: bold; letter-spacing: 0.15em; margin-bottom: 25px; }
.testimonial-main-box {
    padding: 40px 35px; background-color: #f8fafc; border-left: 4px solid var(--primary);
    text-align: left; margin: 0 auto;
}
.testimonial-quote { font-size: 1.05rem; font-weight: 500; line-height: 2.1; color: var(--text); margin: 0; }
.testimonial-quote strong { font-weight: 700; color: #c53030; display: block; margin-top: 12px; }
.testimonial-footer { font-size: 0.75rem; color: #94a3b8; margin-top: 20px; text-align: right; }

/* --- 監修セクション --- */
.supervision.bg-light { background-color: var(--bg-light); }
.supervision-box { background: var(--white); padding: 40px 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); max-width: 800px; margin: 0 auto; }
.philosophy-text { font-size: 0.95rem; margin-bottom: 20px; }
.philosophy-core-box { border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 25px 0; padding: 20px 0; }
.philosophy-core { font-size: 1.3rem; font-weight: bold; color: var(--primary); margin: 0; }
.supervisor-info { margin-top: 30px; }
.supervisor-img-area { width: 100px; height: 100px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; border: 2px solid #eee; }
.supervisor-img-area img { width: 100%; height: 100%; object-fit: cover; }
.supervisor-name { font-size: 1.1rem; font-weight: bold; margin: 0; }
.supervisor-name span { display: block; font-size: 0.85rem; font-weight: normal; color: #718096; margin-top: 5px; }
.supervision-note-link { margin-top: 25px; }
.note-link { color: #3182ce; text-decoration: underline; font-weight: bold; font-size: 0.9rem; }

/* --- やらないこと：グリッド --- */
.not-todo { background: var(--bg-gray); padding: 50px 0; }
.not-todo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.item { background: var(--white); padding: 20px; border: 1px solid #e2e8f0; font-weight: bold; font-size: 0.9rem; text-align: center; }

/* --- サービスの流れ --- */
.flow-step { padding: 20px; border-left: 4px solid var(--primary); margin-bottom: 15px; display: flex; gap: 15px; background: var(--white); }
.flow-step .step-num { font-weight: bold; color: var(--accent); min-width: 70px; font-size: 0.9rem; }

/* --- レポート画像の装飾（上品なサイズ感に修正） --- */
.report-sample-area {
    margin: 30px auto;
    text-align: center;
}

.report-img {
    /* デカすぎないサイズに固定（スマホでも邪魔にならない） */
    max-width: 320px; 
    width: 90%; /* 基本は90%で、最大320pxまで */
    height: auto;
    
    /* 紙のような質感を出す装飾 */
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
    border-radius: 2px;
    
    /* 中央寄せ */
    display: inline-block; 
}

.img-caption {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 12px;
    font-weight: 500;
}
/* --- フッター --- */
.portal-footer { background: var(--bg-gray); padding: 50px 0 30px; text-align: center; }
.footer-company-info p { font-size: 0.85rem; line-height: 1.7; text-align: left; margin-bottom: 15px; }

/* --- レスポンシブ --- */
@media (max-width: 768px) {
    section { padding: 45px 0; }
    .fv { padding: 60px 0; }
    .fv .catch { font-size: 1.6rem; }
    .lead-copy { font-size: 1.1rem; padding: 10px 15px; }
    .point-grid, .not-todo-grid { grid-template-columns: 1fr; }
    .footer-company-info p, .flow-step { text-align: center; flex-direction: column; align-items: center; }
    .testimonial-main-box { padding: 30px 20px; }
    .supervision-box { padding: 30px 20px; }
    .philosophy-core { font-size: 1.1rem; }
}
/* ============================
   上位プログラム案内（相談導線）
   ブラッシュアップ版
============================ */

.upper-service-note {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03); /* わずかに背景を明るくして区別 */
    border: 1px solid rgba(255, 255, 255, 0.15); /* 繊細な枠線 */
    border-radius: 12px;
    text-align: left;
}

/* CTAセクション内（背景が濃い紺色）にある場合のテキストカラー調整 */
.price-section .upper-service-note {
    color: #f0f2f5;
}

.upper-service-lead {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    color: var(--accent); /* 金色をアクセントに */
}

.upper-service-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
}

.upper-service-list li {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
}

.upper-service-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.upper-service-list strong {
    font-size: 1.1rem;
    color: var(--white);
    display: inline-block;
}

.upper-price {
    font-family: serif; /* 金額に高級感を出す */
    color: var(--accent);
    font-weight: bold;
    margin-left: 8px;
    font-size: 1.05rem;
}

.upper-desc {
    display: block;
    font-size: 0.9rem;
    color: #cbd5e0;
    margin-top: 6px;
    padding-left: 1em;
    position: relative;
}

.upper-service-note-text {
    font-size: 0.85rem;
    color: #a0aec0;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 6px;
}

.upper-link {
    color: var(--accent);
    text-decoration: underline;
    font-weight: bold;
    transition: 0.2s;
}

.upper-link:hover {
    color: #fff;
    opacity: 1;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .upper-service-note {
        padding: 20px;
        margin-top: 30px;
    }
    .upper-service-list strong {
        display: block; /* スマホでは名前と金額を改行 */
    }
    .upper-price {
        margin-left: 0;
        font-size: 0.95rem;
    }
}