@charset "UTF-8";
/* ========================================
   LINE Online Consultation LP Styles
   ======================================== */

/* ========================================
   リセット & 基本スタイル
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* カラーパレット */
    --color-primary: #4EC486;
    --color-primary-dark: #3BA672;
    --color-primary-light: #E8F5F1;
    --color-secondary: #FFB6C1;
    --color-accent: #FFA500;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-bg: #FFFFFF;
    --color-bg-light: #F8F9FA;
    --color-bg-cream: #FFF9F0;
    --color-border: #E0E0E0;
    --color-line: #06C755;
    --color-hero-text-green: #66cdaa; /* hero-v3用の緑テキスト色 */

    /* スペーシング */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
    --spacing-xl: 60px;
    --spacing-xxl: 80px;

    /* フォント */
    --font-base: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    --font-accent: 'Zen Maru Gothic', sans-serif;
}

html {
    scroll-behavior: smooth;
    /* 横スクロール防止の基本設定 */
    overflow-x: hidden;
}

body {
    font-family: var(--font-base);
    color: var(--color-text);
    line-height: 1.7;
    background-color: var(--color-bg);
    font-size: 16px;
    /* 横スクロール防止の基本設定 */
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

/* ========================================
   共通コンポーネント
   ======================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--spacing-sm);
    color: var(--color-text);
    line-height: 1.4;
}

.section-subtitle {
    font-size: clamp(14px, 3vw, 18px);
    text-align: center;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-lg);
}

/* ボタン */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(78, 196, 134, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(78, 196, 134, 0.4);
}

.btn-line {
    background: var(--color-line);
    color: white;
    box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
}

.btn-line:hover {
    background: #05B04C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
}

.btn-large {
    padding: 18px 40px;
    font-size: 18px;
}

.btn-xl {
    padding: 22px 48px;
    font-size: 20px;
    font-weight: 700;
}

.btn-icon {
    font-size: 24px;
}

.btn-header {
    padding: 6px 10px;
    font-size: 12px;
    background: var(--color-line);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.4);
    animation: pulse 2s infinite;
    white-space: nowrap;
}

.btn-header:hover {
    background: #05B04C;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.5);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(6, 199, 85, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(6, 199, 85, 0.6);
    }
}

.header-line-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-line-icon svg {
    width: 100%;
    height: 100%;
}

/* ========================================
   ヘッダー（スマホ対応・完全固定版）
   ======================================== */
.header {
    background: rgba(255, 255, 255, 0.98);
    /* ↓ sticky から fixed に変更して確実に固定 */
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* 上下の余白を少し調整 */
    padding: 12px 0;
}

/* ヘッダーが浮いた分、中身が隠れないようにbodyに余白を追加 */
body {
    padding-top: 70px; /* ヘッダーの高さ分を確保 */
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 画面が狭くても折り返さない */
    flex-wrap: nowrap; 
    gap: 10px; /* ロゴとボタンの間隔 */
}

.logo {
    /* スマホで文字が大きすぎるとボタンを圧迫するので調整 */
    font-size: clamp(14px, 4vw, 24px);
    font-weight: 700;
    color: var(--color-primary);
    font-family: var(--font-accent);
    /* ロゴが長体にならないように */
    flex-shrink: 1;
    line-height: 1.2;
}

/* ヘッダー内のボタン調整 */
.btn-header {
    padding: 8px 16px;
    font-size: 13px;
    background: var(--color-line);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.4);
    animation: pulse 2s infinite;
    /* ボタンの文字を折り返さない */
    white-space: nowrap; 
    /* ボタンのサイズを縮めさせない */
    flex-shrink: 0; 
}

.btn-header:hover {
    background: #05B04C;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.5);
}

/* スマホサイズ（600px以下）の時の微調整 */
@media (max-width: 600px) {
    .header {
        padding: 10px 0; /* スマホでは少しコンパクトに */
    }
    
    body {
        padding-top: 60px; /* スマホ時のヘッダー高さに合わせて調整 */
    }

    .btn-header {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .header-line-icon {
        width: 14px;
        height: 14px;
    }
}
/* ========================================
   ヒーローセクション
   ======================================== */
.hero {
    background: linear-gradient(180deg, var(--color-primary-light) 0%, white 100%);
    padding: var(--spacing-xl) 0;
    overflow: hidden; /* はみ出し防止 */
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    text-align: left;
    z-index: 2;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
    box-shadow: 20px 20px 0px rgba(78, 196, 134, 0.1);
}

.hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 30px 0 30px 30px;
}

.catch-copy {
    margin-bottom: var(--spacing-md);
}

/* LINE完結を強調するバッジ */
.badge-line-complete {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-line);
    color: white;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.catch-small {
    font-size: clamp(14px, 3vw, 18px);
    color: var(--color-text-light);
    margin-bottom: var(--spacing-xs);
    display: inline-block;
    background: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 700;
    color: var(--color-primary);
}

.catch-large {
    font-size: clamp(28px, 4.5vw, 48px);
    font-weight: 900;
    line-height: 1.3;
    color: var(--color-text);
}

.highlight {
    color: var(--color-primary);
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 70%, rgba(78, 196, 134, 0.2) 70%);
}

.hero-features {
    display: flex;
    justify-content: flex-start;
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
    flex-wrap: wrap;
}

.feature-item {
    text-align: center;
    flex: 0 1 auto;
    background: white;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-check {
    color: var(--color-line);
    font-weight: 900;
    font-size: 18px;
    margin-right: 4px;
}

.feature-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
    display: inline-block;
}

.hero-note {
    font-size: 14px;
    color: var(--color-text-light);
    margin-top: var(--spacing-sm);
}

.hero-cta {
    margin-top: var(--spacing-lg);
}

/* モバイル対応 */
@media (max-width: 900px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-content {
        text-align: center;
        order: 2;
    }

    .hero-image-wrapper {
        order: 1;
        max-width: 80%;
        margin: 0 auto;
        aspect-ratio: 16/9;
        border-radius: 20px;
        box-shadow: 10px 10px 0px rgba(78, 196, 134, 0.1);
    }

    .hero-features {
        justify-content: center;
    }
}

/* ========================================
   ヒーローセクション V3 (画像背景デザイン)
   ======================================== */
.hero-v3 {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* 背景画像設定 */
.hero-v3-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-v3-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

/* レイアウトコンテナ */
.hero-v3 .container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 左上のサブコピー（白背景・緑文字） */
.hero-sub-copy {
    position: absolute;
    top: 5%;
    left: 20px;
    /* 白背景 */
    background: white;
    /* 緑文字 */
    color: #4a9a8a;
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: 700;
    padding: 10px 20px;
    /* マーカーで塗ったような不規則な形状 */
    border-radius: 3px 8px 5px 6px;
    transform: rotate(-2deg);
    font-family: var(--font-base);
    z-index: 10;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

/* メインコピー群 */
.hero-main-copy {
    margin-top: auto;
    margin-bottom: 120px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

/* ちぎり絵風の背景テキスト */
.copy-line {
    background: white;
    padding: 6px 20px;
    font-weight: 900;
    border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.1);
    font-family: var(--font-base);
    position: relative;
}

/* 1行目: 毛穴レス */
.line-1 {
    font-size: clamp(36px, 8vw, 72px);
    color: var(--color-hero-text-green);
    transform: rotate(-2deg);
    z-index: 3;
    padding-right: 24px;
}

/* 毛穴レスのマーカーアンダーライン */
.line-1::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 20px;
    width: 4.2em;
    height: 14px;
    background: #d5ede0;
    z-index: -1;
    border-radius: 2px;
}

.text-particle-no {
    font-size: 0.8em;
    color: var(--color-text);
    margin-left: 4px;
}

/* 2行目: 陶器肌 */
.line-2 {
    font-size: clamp(36px, 8vw, 72px);
    color: var(--color-hero-text-green);
    transform: rotate(1deg) translateX(10px);
    z-index: 2;
    margin-top: -10px;
    padding-left: 24px;
    padding-right: 24px;
}

/* 陶器肌のマーカーアンダーライン */
.line-2::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 24px;
    width: 3.2em;
    height: 14px;
    background: #d5ede0;
    z-index: -1;
    border-radius: 2px;
}

.text-particle-wo {
    font-size: 0.8em;
    color: var(--color-text);
}

/* 3行目: めざしませんか？ */
.line-3 {
    font-size: clamp(20px, 5vw, 42px);
    color: var(--color-text);
    transform: rotate(-1.5deg) translateX(5px);
    z-index: 1;
    margin-top: -5px;
    padding: 4px 24px;
    border-radius: 15px 255px 15px 225px / 225px 15px 255px 15px;
}

/* CTAボタンエリア（PC: 画像上に絶対配置） */
.hero-v3-cta {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 20;
}

.cta-note {
    background: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--color-text);
    margin-bottom: 8px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cta-note br {
    display: none;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .hero-v3 {
        height: auto;
        min-height: auto;
        max-height: none;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-v3-bg {
        position: relative;
        height: 450px;
    }

    .hero-v3-bg img {
        object-position: center top;
    }

    .hero-v3 .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 450px;
    }

    .hero-sub-copy {
        top: 10px;
        left: 10px;
        font-size: 13px;
        padding: 6px 14px;
    }

    .hero-main-copy {
        margin-bottom: 20px;
        margin-left: 10px;
        gap: 3px;
    }

    .copy-line {
        padding: 3px 12px;
    }

    .line-1 {
        font-size: clamp(24px, 6.5vw, 40px);
    }

    .line-2 {
        font-size: clamp(24px, 6.5vw, 40px);
        margin-top: -3px;
        transform: rotate(1deg) translateX(5px);
    }

    /* マーカーアンダーラインのスマホ対応 */
    .line-1::before {
        bottom: 5px;
        left: 12px;
        height: 10px;
    }

    .line-2::before {
        bottom: 5px;
        left: 12px;
        height: 10px;
    }

    .line-3 {
        font-size: clamp(14px, 3.5vw, 28px);
        margin-top: -2px;
    }

    /* CTAボタンを画像の下に配置 */
    .hero-v3-cta {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        align-items: center;
        padding: 24px 20px;
        background: linear-gradient(180deg, var(--color-primary-light) 0%, white 100%);
    }

    .hero-v3-cta .btn {
        width: 100%;
        max-width: 350px;
    }

    .cta-note {
        text-align: center;
    }
}

/* ========================================
   すべて不要セクション
   ======================================== */
.no-need {
    padding: var(--spacing-xl) 20px;
    background: #f0f4f8;
    display: flex;
    justify-content: center;
}

.no-need-container {
    background-color: white;
    max-width: 600px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 5px 5px 0px rgba(146, 168, 181, 0.2);
    border: 2px solid #92a8b5;
    position: relative;
    padding: 50px 30px 40px;
    margin-top: 20px;
}

/* ヘッダータイトル（すべて不要!!） */
.no-need-title-wrapper {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 380px;
    text-align: center;
}

.no-need-title {
    background-color: #92a8b5;
    color: white;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0;
    position: relative;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: var(--font-accent);
}

.sparkle {
    color: #ffe066;
    margin: 0 5px;
    font-weight: normal;
}

.no-need-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #92a8b5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/* 4分割グリッドセクション */
.no-need-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #92a8b5;
    margin-bottom: 30px;
}

.no-need-item {
    position: relative;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-need-item:nth-child(odd) {
    border-right: 1px solid #92a8b5;
}

.no-need-item:nth-child(1),
.no-need-item:nth-child(2) {
    border-bottom: 1px solid #92a8b5;
}

/* アイコンエリア */
.icon-area {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-need-icon {
    font-size: 2.5rem;
    color: #bdcdd6;
}

/* バツ印 */
.cross-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: rgba(244, 160, 69, 0.8);
    font-weight: bold;
    line-height: 1;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 2px white;
    pointer-events: none;
}

/* テキストスタイル */
.no-need-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-text);
    margin: 0;
}

.no-need-text .accent {
    color: #f4a045;
    font-size: 1.1rem;
    font-weight: 900;
}

/* リストセクション */
.no-need-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.no-need-list li {
    position: relative;
    padding: 12px 0 12px 30px;
    border-bottom: 2px dotted #7dd3bf;
    color: #555;
    font-weight: 700;
    font-size: 0.95rem;
}

.no-need-list li:last-child {
    border-bottom: 2px dotted #7dd3bf;
}

/* チェックマーク */
.no-need-list .check {
    position: absolute;
    left: 0;
    top: 12px;
    color: #7dd3bf;
    font-weight: 900;
    font-size: 1.1rem;
}

/* 右下のペン装飾 */
.decoration-pen {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 3rem;
    color: #999;
    opacity: 0.3;
    transform: rotate(-15deg);
    z-index: 0;
}

/* スマホ対応 */
@media (max-width: 480px) {
    .no-need-container {
        padding: 45px 20px 35px;
    }

    .no-need-title {
        font-size: 1.2rem;
        padding: 8px 15px;
    }

    .no-need-item {
        padding: 15px 5px;
    }

    .no-need-text {
        font-size: 0.9rem;
    }

    .no-need-text .accent {
        font-size: 1rem;
    }

    .no-need-list li {
        font-size: 0.85rem;
        padding-left: 25px;
    }

    .icon-area {
        width: 50px;
        height: 50px;
    }

    .no-need-icon {
        font-size: 2rem;
    }

    .cross-mark {
        font-size: 2.8rem;
    }

    .decoration-pen {
        font-size: 2rem;
        bottom: 10px;
        right: 15px;
    }
}

/* ========================================
   このような方がご利用されていますセクション
   ======================================== */
.target-section {
    position: relative;
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
    /* 親要素ではみ出しをカットすることで、
       ::afterの right: -100px が画面を広げるのを防ぎます */
    overflow: hidden; 
}

/* 背景の右上の装飾（水色の波紋） */
.target-section::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #e0f2fe 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
}

/* タイトルエリア */
.target-section .section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* タイトル下の黄色い手書き風マーカー（複数行対応） */
.title-highlight {
    position: relative;
    display: inline;
    background: linear-gradient(transparent 60%, rgba(255, 245, 157, 0.8) 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 5px;
}

/* コンテンツレイアウト */
.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* 左側：リストエリア */
.list-area {
    flex: 1;
    min-width: 320px;
    max-width: 600px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px dotted #5eb596;
}

.check-list li {
    position: relative;
    padding: 18px 0 18px 25px;
    border-bottom: 2px dotted #5eb596;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    color: #6d4c41;
}

.check-list li::before {
    content: '◆';
    color: #7dd3bf;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 0.9rem;
}

/* 強調テキスト（オレンジ） */
.check-list .highlight {
    color: #f4a045;
    font-weight: 900;
}

/* 右側：イラストエリア */
.illustration-area {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.illustration-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    object-fit: cover;
}

.illustration-comp {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.window-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 4rem;
    color: #b0bec5;
    opacity: 0.5;
    z-index: 0;
}

.woman-figure {
    font-size: 8rem;
    color: #ffccbc;
    z-index: 2;
    position: relative;
    margin-right: -40px;
    filter: drop-shadow(2px 2px 0 #fff);
}

.laptop-icon {
    font-size: 5rem;
    color: #90a4ae;
    z-index: 3;
    transform: scaleX(-1);
    margin-bottom: 10px;
}

.star-decoration {
    position: absolute;
    top: 50%;
    right: 20%;
    color: #fdd835;
    font-size: 1.5rem;
    animation: twinkle 2s infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .target-section .section-title {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .content-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .list-area {
        width: 100%;
        min-width: auto;
    }

    .check-list li {
        font-size: 0.95rem;
        padding: 15px 0 15px 20px;
    }

    .illustration-area {
        height: auto;
    }

    .illustration-image {
        max-width: 250px;
    }

    .window-icon {
        font-size: 3rem;
        left: 50px;
    }

    .woman-figure {
        font-size: 6rem;
        /* マイナスマージンで右にはみ出さないよう調整 */
        margin-right: 0;
    }

    .laptop-icon {
        font-size: 4rem;
    }
}

/* ========================================
   オンライン美肌治療セクション
   ======================================== */
.online-beauty {
    position: relative;
    background-color: #fff;
    /* 背景装飾のはみ出しを防止 */
    overflow: hidden; 
}

/* 上部のグラデーションバー */
.online-beauty-top-bar {
    height: 80px;
    background: linear-gradient(to right, #b8f0d6, #fbfcd0);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* 背景の装飾（水色のふわふわ） */
.online-beauty::before,
.online-beauty::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #e0f2fe 0%, rgba(255,255,255,0) 70%);
    z-index: 0;
}
.online-beauty::before { top: 100px; left: -100px; }
.online-beauty::after { top: 200px; right: -100px; }

.online-beauty-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* ヘッダーボックス */
.beauty-header-box {
    background: #fff;
    border: 2px solid #dcece6;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}

/* 左右の二重線装飾 */
.beauty-header-box::before,
.beauty-header-box::after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 100%;
    border-top: 1px solid #dcece6;
    border-bottom: 1px solid #dcece6;
    left: 0;
    pointer-events: none;
}

.beauty-header-content {
    position: relative;
    background: #fff;
    padding: 0 20px;
    z-index: 1;
}

.beauty-header-title {
    color: #5eb596;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.beauty-header-sub {
    font-size: 0.8rem;
    color: #888;
    margin-top: 5px;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff9c4 60%);
    display: inline;
    padding: 0 5px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.beauty-header-icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    font-size: 2.5rem;
    color: #a8dadc;
    background: white;
    padding: 5px;
}

/* メインタイトルエリア */
.beauty-main-hero {
    margin-bottom: 30px;
}

.beauty-sun-icon {
    color: #7dd3bf;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block;
}

.beauty-clinic-text {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    color: #6d4c41;
}

.beauty-main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #6d4c41;
    margin: 0 0 15px 0;
    letter-spacing: 0.05em;
}

.beauty-handwriting-text {
    font-family: 'Zen Kurenaido', sans-serif;
    color: #f4a045;
    font-size: 1.4rem;
    font-weight: 600;
    transform: rotate(-2deg);
    display: inline-block;
    margin-bottom: 30px;
}

/* コンテンツエリア（2カラム） */
.beauty-content-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

/* 左側：注意事項ボックス */
.beauty-notice-box {
    flex: 1;
    min-width: 300px;
    max-width: 450px;
    background: #fff;
    border: 2px solid #7dd3bf;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.beauty-notice-header {
    background: #7dd3bf;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 8px;
    font-size: 1rem;
}

.beauty-notice-body {
    padding: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.beauty-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beauty-notice-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 10px;
    color: #6d4c41;
}

.beauty-notice-list li::before {
    content: '◆';
    color: #7dd3bf;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.8rem;
}

/* 右側：スマホと女性イラストエリア */
.beauty-image-area {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    position: relative;
    height: 250px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* スマホのCSS描画 */
.beauty-phone-mockup {
    width: 140px;
    height: 240px;
    background: #f0f4f8;
    border: 4px solid #333;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.beauty-line-icon {
    font-size: 3.5rem;
    color: #06c755;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
}

.beauty-sparkle-icon {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #7dd3bf;
}

/* 女性イラスト */
.beauty-woman-illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 180px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.beauty-woman-icon {
    font-size: 8rem;
    color: #ffccbc;
    text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));
}

/* スマホ対応 */
@media (max-width: 600px) {
    .beauty-header-title {
        font-size: 1.3rem;
    }

    .beauty-main-title {
        font-size: 1.6rem;
    }

    .beauty-content-flex {
        flex-direction: column;
        align-items: center;
    }

    .beauty-notice-box,
    .beauty-image-area {
        width: 100%;
        max-width: 100%;
    }

    .beauty-header-box {
        width: 90%;
        box-sizing: border-box;
    }

    .beauty-header-icon {
        display: none;
    }
}

/* ========================================
   利用の流れセクション（新デザイン）
   ======================================== */
.flow-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: white;
    /* セクション全体のはみ出し防止 */
    overflow: hidden;
}

/* タイトルエリア */
.flow-title-area {
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
}

.flow-section-title {
    font-size: 2rem;
    font-weight: 900;
    color: #554a44;
    margin: 0;
    position: relative;
    z-index: 2;
}

.flow-title-sun-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: #7dd3bf;
    opacity: 0.8;
}

.flow-sparkle-cross {
    position: absolute;
    top: -20px;
    right: -60px;
    color: #ffff00;
    font-size: 2.5rem;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
    animation: flow-pulse 2s infinite;
}

@keyframes flow-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.8); opacity: 0.7; }
}

/* グリッドレイアウト */
.flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-top: 20px;
}

.flow-item {
    position: relative;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 十字の区切り線（PC表示時） */
@media (min-width: 769px) {
    .flow-item:nth-child(odd) {
        border-right: 2px solid #e0f2f1;
    }
    .flow-item:nth-child(1),
    .flow-item:nth-child(2) {
        border-bottom: 2px solid #e0f2f1;
    }
}

/* STEPラベル */
.flow-step-label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e0f2f1;
    padding: 5px 15px;
    display: flex;
    align-items: baseline;
    color: #7dd3bf;
    font-weight: 900;
}

.flow-step-text {
    font-size: 0.9rem;
    margin-right: 5px;
}

.flow-step-num {
    font-size: 1.8rem;
    line-height: 1;
}

/* コンテンツ */
.flow-item-title {
    font-size: 1.5rem;
    color: #f4a045;
    font-weight: 900;
    margin: 0 0 15px 0;
    background: linear-gradient(transparent 70%, #fff9c4 70%);
    display: inline-block;
    line-height: 1.2;
}

.flow-item-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 3.2em;
    color: #6d4c41;
}

/* スマホモックアップとイラスト */
.flow-image-container {
    width: 160px;
    min-height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-image-overflow {
    overflow: visible;
    align-items: flex-end;
}

/* STEP画像 */
.flow-step-image {
    width: 100%;
    max-width: 160px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    object-fit: cover;
}

/* スマホ本体 */
.flow-phone-mockup {
    width: 140px;
    height: 280px;
    background: #f5f5f5;
    border: 4px solid #333;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* STEP 1: LINEアイコン */
.flow-line-icon-large {
    font-size: 4rem;
    color: #06c755;
    background: #fff;
    border-radius: 18px;
    padding: 5px;
}

/* STEP 2: 問診票 */
.flow-phone-form {
    background: #fff;
    justify-content: flex-start;
    padding-top: 40px;
}

.flow-form-mock {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flow-form-label {
    font-size: 0.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.flow-form-line {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.flow-form-line.short {
    width: 60%;
}

.flow-form-line-short {
    width: 30px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
}

.flow-form-check {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    align-items: center;
}

.flow-check-circle {
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.flow-check-circle.active {
    border-color: #7dd3bf;
    background: #7dd3bf;
}

/* STEP 3: 処方薬リスト */
.flow-phone-list {
    background: #eee;
    justify-content: flex-start;
    padding-top: 30px;
}

.flow-list-mock {
    width: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.flow-pill-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.flow-pill-icon {
    color: #90caf9;
    font-size: 1.2rem;
}

.flow-pill-icon.orange {
    color: #ffcc80;
}

.flow-pill-text {
    width: 60%;
    height: 6px;
    background: #eee;
    border-radius: 3px;
}

.flow-pill-text.short {
    width: 50%;
}

.flow-pill-btn {
    width: 30%;
    height: 15px;
    background: #ddd;
    margin-left: auto;
    border-radius: 3px;
}

/* STEP 4: 女性イラスト */
.flow-woman-illustration {
    font-size: 7rem;
    color: #ffccbc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.flow-woman-icon {
    color: #ffccbc;
    filter: drop-shadow(2px 2px 0 #fff);
}

.flow-cosmetic-icon {
    font-size: 3rem;
    color: #81d4fa;
    transform: rotate(-15deg) translate(-20px, 10px);
}

.flow-notes {
    position: absolute;
    top: 0;
    right: -20px;
    color: #f48fb1;
    font-size: 1.5rem;
    animation: flow-bounce 2s infinite;
}

@keyframes flow-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .flow-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .flow-item {
        border-bottom: 2px solid #e0f2f1;
        border-right: none;
        padding: 30px 15px;
    }

    .flow-item:last-child {
        border-bottom: none;
    }

    .flow-step-label {
        top: 10px;
        left: 5px;
        font-size: 0.8rem;
        padding: 4px 10px;
    }

    .flow-item-desc {
        min-height: auto;
        margin-bottom: 30px;
    }

    .flow-section-title {
        font-size: 1.5rem;
    }

    .flow-sparkle-cross {
        /* スマホでは画面内（右端）に戻す */
        right: 0;
        top: -30px;
    }
}

/* ========================================
   お薬セクション (アコーディオン)
   ======================================== */
.medicines {
    padding: var(--spacing-xxl) 0;
    background: var(--color-bg-light);
}

.js-acc {
    background: white;
    margin-bottom: var(--spacing-sm);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
}

.js-acc_tit {
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    cursor: pointer;
    position: relative;
    background: white;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.js-acc_tit:hover {
    background: var(--color-primary-light);
}

.js-acc_tit::after {
    content: '+';
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 400;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.js-acc_tit.active::after {
    transform: rotate(45deg);
}

.js-acc_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: var(--color-bg-light);
}

.js-acc_content {
    padding: 24px;
}

.js-acc_body p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
}

.lst_dl01 {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    margin-top: 20px;
    border-top: 1px solid var(--color-border);
    padding-top: 20px;
}

.lst_dl01 dt {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 14px;
}

.lst_dl01 dd {
    font-size: 14px;
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .lst_dl01 {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .lst_dl01 dt {
        margin-top: 10px;
    }
    .lst_dl01 dt:first-child {
        margin-top: 0;
    }
}

.med-link-btn {
    display: inline-block;
    margin-top: 20px;
    background: white;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.med-link-btn:hover {
    background: var(--color-primary);
    color: white;
}

.medicines-note {
    text-align: center;
    margin-top: var(--spacing-md);
    color: var(--color-text-light);
    font-size: 14px;
}

/* ========================================
   お客様の声セクション
   ======================================== */
.testimonials {
    padding: var(--spacing-xxl) 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
}

.testimonial-card {
    background: var(--color-bg-light);
    padding: var(--spacing-lg);
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
}

/* 人型アイコンのコンテナ */
.testimonial-avatar {
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

/* 人型SVG */
.testimonial-avatar svg {
    width: 36px;
    height: 36px;
    fill: #999;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.testimonial-rating {
    color: #FFD700;
    font-size: 14px;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-light);
    font-style: italic;
}

/* ========================================
   料金セクション
   ======================================== */
.pricing {
    padding: var(--spacing-xxl) 0;
    background: var(--color-bg-cream);
}

.pricing-intro {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.pricing-zero {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
    color: var(--color-primary);
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 16px;
    font-family: var(--font-accent);
    letter-spacing: 1px;
}

.pricing-desc {
    font-size: 14px;
    color: var(--color-text);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
    border-top: 5px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-card:nth-child(1) { border-top-color: var(--color-primary); }
.pricing-card:nth-child(2) { border-top-color: var(--color-primary); }
.pricing-card:nth-child(3) { border-top-color: var(--color-primary); }

.pricing-card-featured {
    border: 2px solid var(--color-primary);
    position: relative;
}

.pricing-header {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #6D5445;
}

.pricing-subtitle-box {
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    padding: 8px 12px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    background: white;
    width: 100%;
}

.pricing-subtitle-box .small {
    font-size: 11px;
    font-weight: normal;
    color: var(--color-text-light);
    display: block;
    margin-top: 4px;
}

/* 単品リスト用グリッド */
.pricing-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
    text-align: left;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px dotted var(--color-primary-light);
}

.pricing-item {
    display: flex;
    flex-direction: column;
    border-bottom: 2px dotted var(--color-primary-light);
    padding-bottom: 10px;
}

.pricing-item:nth-last-child(1),
.pricing-item:nth-last-child(2) {
    border-bottom: none;
}

.pricing-item .name {
    font-size: 13px;
    color: var(--color-text);
    margin-bottom: 4px;
    line-height: 1.3;
    font-weight: 500;
}

.pricing-item .name .small {
    font-size: 10px;
    color: var(--color-text-light);
    display: block;
}

.pricing-item .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-accent);
}

.pricing-item .price::after {
    content: '円';
    font-size: 12px;
    margin-left: 2px;
}

/* シンプルリスト (ヘパリン、セット) */
.pricing-list-simple {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    border-top: 2px dotted var(--color-primary-light);
}

.pricing-list-simple li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px dotted var(--color-primary-light);
    font-weight: 700;
}

.pricing-list-simple li:last-child {
    border-bottom: none;
}

.pricing-list-simple .star {
    color: #C5A059;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    font-size: 12px;
}

.pricing-list-simple .label {
    flex: 1;
    font-size: 16px;
    color: var(--color-text);
}

.pricing-list-simple .price {
    font-size: 20px;
    color: var(--color-accent);
    text-align: right;
}

.pricing-list-simple .price::after {
    content: '円';
    font-size: 12px;
    margin-left: 2px;
}

.pricing-info {
    text-align: center;
    background: white;
    padding: var(--spacing-lg);
    border-radius: 16px;
    margin-top: var(--spacing-lg);
}

.pricing-info p {
    margin: var(--spacing-xs) 0;
    font-size: 15px;
    color: var(--color-text);
}

@media (max-width: 480px) {
    .pricing-list-grid {
        grid-template-columns: 1fr;
    }
    .pricing-item {
        border-bottom: 2px dotted var(--color-primary-light);
    }
    .pricing-item:last-child {
        border-bottom: none;
    }
}

/* ========================================
   よくある質問セクション
   ======================================== */
.faq {
    padding: var(--spacing-xxl) 0;
    background: white;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: var(--spacing-md);
    border: 2px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item.active {
    border-color: var(--color-primary);
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: var(--spacing-md);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    text-align: left;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: var(--color-bg-light);
}

.faq-q {
    background: var(--color-primary);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.faq-toggle {
    margin-left: auto;
    font-size: 28px;
    color: var(--color-primary);
    font-weight: 700;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: var(--color-bg-light);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: var(--spacing-md);
}

.faq-a {
    background: var(--color-primary);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: var(--spacing-sm);
}

.faq-answer p {
    display: inline;
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-light);
}

/* ========================================
   LINE相談CTAセクション
   ======================================== */
.line-cta {
    padding: var(--spacing-xxl) 0;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, white 100%);
}

.line-cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.line-cta-title {
    font-size: clamp(28px, 6vw, 40px);
    font-weight: 900;
    margin-bottom: var(--spacing-md);
    color: var(--color-text);
    line-height: 1.4;
}

.line-cta-description {
    font-size: clamp(16px, 4vw, 20px);
    color: var(--color-text-light);
    margin-bottom: var(--spacing-lg);
    line-height: 1.7;
}

.line-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.line-icon svg {
    width: 100%;
    height: 100%;
}

.line-cta-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
    flex-wrap: wrap;
}

.cta-step {
    text-align: center;
    flex: 0 1 140px;
}

.cta-step-num {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto var(--spacing-xs);
}

.cta-step p {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
}

.step-arrow {
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
}

.line-cta-note {
    margin-top: var(--spacing-md);
    font-size: 13px;
    color: var(--color-text-light);
    line-height: 1.6;
}

/* LINE CTA レスポンシブ */
@media (max-width: 600px) {
    .line-cta {
        padding: var(--spacing-xl) 0;
    }

    .line-cta-content .btn-xl {
        padding: 16px 28px;
        font-size: 16px;
        width: 100%;
        max-width: 320px;
    }

    .line-cta-steps {
        flex-direction: column;
        gap: var(--spacing-sm);
        align-items: center;
    }

    .cta-step {
        display: flex;
        align-items: center;
        gap: var(--spacing-sm);
        flex: none;
        width: 100%;
        max-width: 200px;
        background: white;
        padding: 12px 16px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .cta-step-num {
        margin: 0;
        width: 32px;
        height: 32px;
        font-size: 14px;
        flex-shrink: 0;
    }

    .cta-step p {
        margin: 0;
        text-align: left;
    }

    .step-arrow {
        transform: rotate(90deg);
        font-size: 18px;
    }
}

/* ========================================
   注意事項セクション
   ======================================== */
.disclaimer {
    padding: var(--spacing-xxl) 0;
    background: var(--color-bg-light);
}

.disclaimer-content {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: var(--spacing-lg) 0 var(--spacing-sm);
    color: var(--color-text);
}

.disclaimer-subtitle:first-child {
    margin-top: 0;
}

.disclaimer-list {
    list-style: none;
    padding-left: var(--spacing-md);
}

.disclaimer-list li {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: var(--spacing-xs);
    position: relative;
    padding-left: 20px;
}

.disclaimer-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 700;
}

.text-link {
    color: var(--color-primary);
    text-decoration: underline;
}

.text-link:hover {
    color: var(--color-primary-dark);
}

/* ========================================
   フッター
   ======================================== */
.footer {
    background: #2C3E50;
    color: white;
    padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
    font-family: var(--font-accent);
}

.footer-description {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
}

.footer-nav-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.footer-nav-list li {
    margin-bottom: var(--spacing-xs);
}

.footer-nav-list a {
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-nav-list a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.8;
}

/* ========================================
   ユーティリティ
   ======================================== */
.sp-only { display: none; }
.fade-in { animation: fadeIn 0.6s ease-out; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .sp-only { display: inline; }
    .pc-only { display: none; }

    :root {
        --spacing-lg: 32px;
        --spacing-xl: 48px;
        --spacing-xxl: 60px;
    }

    .btn-header {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* ========================================
   特定商取引法セクション
   ======================================== */
.law-section {
    padding: var(--spacing-xl) 0;
    background: white;
}

.law-section .js-acc {
    max-width: 900px;
    margin: 0 auto;
}

.law-section .js-acc_tit {
    font-size: clamp(16px, 4vw, 20px);
    background: var(--color-bg-light);
}

.lst_dl02 {
    margin: 0;
    padding: 0;
}

.lst_dl02 dt {
    font-weight: 700;
    color: var(--color-text);
    padding: var(--spacing-sm) 0 var(--spacing-xs);
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.lst_dl02 dd {
    margin: 0;
    padding: var(--spacing-xs) 0 var(--spacing-sm);
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.7;
}

.lst_dl02 dd + dt {
    margin-top: var(--spacing-xs);
}

.certificate-image {
    text-align: center;
    margin-top: var(--spacing-lg);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.certificate-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   LINE同意モーダル (修正版：Flexbox配置)
   ======================================== */
.line-consent-modal,
.line-consent-modal * {
    box-sizing: border-box;
}

.line-consent-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /* モーダル自体はpaddingを持たず、active時にFlexで制御します */
}

/* ★修正ポイント1：Flexboxで中央揃えにする */
.line-consent-modal.active {
    display: flex; /* ブロックではなくFlexにする */
    align-items: center; /* 上下中央 */
    justify-content: center; /* 左右中央 */
    padding: 20px; /* 画面端との最低限の隙間を確保 */
}

.line-consent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
    /* Flexの影響を受けないようにabsoluteのまま */
    z-index: 1; 
}

/* ★修正ポイント2：座標指定を削除し、幅指定をシンプルにする */
.line-consent-content {
    position: relative; /* absoluteから変更 */
    z-index: 2; /* オーバーレイより上 */
    
    /* 座標指定をリセット（Flexboxが中央に置いてくれるため不要） */
    top: auto;
    left: auto;
    transform: none; 
    
    background: white;
    border-radius: 16px;
    
    /* 幅の指定：親(modal)のpaddingの内側いっぱいに広がる */
    width: 100%; 
    max-width: 600px;
    
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    
    /* アニメーションもtranslate(移動)を含まないものに変更 */
    animation: modalScaleIn 0.3s ease;
}

/* ★修正ポイント3：移動を含まないアニメーションに変更 */
@keyframes modalScaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.line-consent-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.line-consent-close:hover {
    background: #e0e0e0;
    color: #333;
}

.line-consent-wrap {
    /* デフォルトのpadding */
    padding: 40px; 
    padding: var(--spacing-lg, 40px);
    
    word-break: break-all;
    overflow-wrap: break-word;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
    .line-consent-content {
        max-width: 348px;
    }

    .line-consent-wrap {
        padding: 24px 20px;
    }

    .line-consent-title {
        margin-top: 10px;
    }
}

.line-consent-title {
    font-size: clamp(18px, 4vw, 22px);
    font-weight: 700;
    color: var(--color-text, #333);
    text-align: center;
    margin-bottom: 24px;
    padding-right: 0; 
}

.line-consent-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    background: var(--color-bg-light, #f9f9f9);
    border-radius: 8px;
    padding: 16px;
    max-width: 100%;
}

.line-consent-list li {
    font-size: 13px;
    line-height: 1.7;
    color: var(--color-text-light, #666);
    margin-bottom: 8px;
    padding-left: 1.2em;
    position: relative;
    text-align: left;
}

.line-consent-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-primary, #06C755);
}

.line-consent-list li:last-child {
    margin-bottom: 0;
}

.line-consent-agree {
    text-align: center;
    margin: 24px 0 8px;
}

.line-consent-agree label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text, #333);
    cursor: pointer;
    flex-wrap: wrap;
}

.line-consent-agree input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary, #06C755);
    cursor: pointer;
    flex-shrink: 0;
}

.line-consent-note {
    text-align: center;
    font-size: 12px;
    color: var(--color-text-light, #999);
    margin: 0 0 24px;
}

.line-consent-btn-wrap {
    text-align: center;
    width: 100%;
}

.line-consent-btn-wrap.disabled {
    pointer-events: none;
}

.line-consent-btn-wrap.disabled .btn {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.line-consent-btn-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    width: auto;
    padding: 12px 24px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    background-color: #06C755;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: normal; 
    line-height: 1.4;
}

.line-consent-btn-wrap .line-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.line-consent-btn-wrap .line-icon svg {
    width: 100%;
    height: 100%;
}

.line-consent-insurance {
    text-align: center;
    font-size: 12px;
    color: var(--color-text-light, #999);
    margin-top: 16px;
    margin-bottom: 0;
}

body.modal-open {
    overflow: hidden;
}