/* ========================================
   Subsidy（補助金活用）ページ専用スタイル
   装飾最小・タイポグラフィ中心
======================================== */

/* -----------------------------
   イントロセクション
----------------------------- */
.subsidy-intro-section {
    background-color: #ffffff;
    padding: 120px 0;
}

.subsidy-intro {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.subsidy-intro-label {
    font-family: 'Secular One', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #518fc7;
    margin: 0 0 24px;
    text-align: center;
}

.subsidy-intro-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.02em;
    margin: 0 0 50px;
    text-align: center;
}

.subsidy-intro-text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.15;
    color: #333333;
    letter-spacing: 0.05em;
    margin: 0 0 24px;
}

.subsidy-intro-text p:last-child {
    margin-bottom: 0;
}

/* -----------------------------
   共通：セクションヘッダー中央揃えの微調整
----------------------------- */
.section-subtitle-subsidy {
    white-space: nowrap;
    width: auto;
    text-align: center;
    margin: 10px 0 0 0;
    margin-bottom: 0;
}

/* -----------------------------
   BENEFIT（3つのメリット）
----------------------------- */
.subsidy-benefit-section {
    background-color: #f8f9f6;
    padding: 120px 0;
}

.subsidy-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 0 20px;
}

.subsidy-benefit {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 32px;
    background-color: #ffffff;
    border-top: 2px solid #000000;
}

.subsidy-benefit-number {
    font-family: 'Secular One', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #518fc7;
}

.subsidy-benefit-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    letter-spacing: 0.02em;
}

.subsidy-benefit-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555555;
    letter-spacing: 0.04em;
    margin: 0;
}

/* -----------------------------
   TARGET（対象工事）
----------------------------- */
.subsidy-target-section {
    background-color: #ffffff;
    padding: 120px 0;
}

.subsidy-target-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 1100px;
    margin: 70px auto 40px;
    padding: 0 20px;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.subsidy-target {
    padding: 36px 32px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.subsidy-target-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    letter-spacing: 0.04em;
}

.subsidy-target-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: #555555;
    letter-spacing: 0.04em;
    margin: 0;
}

.subsidy-target-note {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    color: #888888;
    text-align: center;
    letter-spacing: 0.04em;
}

/* -----------------------------
   SUPPORT（流れ）
----------------------------- */
.subsidy-support-section {
    background-color: #f8f9f6;
    padding: 120px 0;
}

.subsidy-support-list {
    max-width: 880px;
    margin: 70px auto 0;
    padding: 0 20px;
}

.subsidy-support-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 40px;
    padding: 36px 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.subsidy-support-step {
    font-family: 'Secular One', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #518fc7;
    padding-top: 6px;
}

.subsidy-support-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
    letter-spacing: 0.03em;
}

.subsidy-support-body p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555555;
    letter-spacing: 0.04em;
    margin: 0;
}

/* -----------------------------
   FAQ
----------------------------- */
.subsidy-faq-section {
    background-color: #ffffff;
    padding: 120px 0;
}

.subsidy-faq-list {
    max-width: 880px;
    margin: 70px auto 0;
    padding: 0 20px;
}

.subsidy-faq-item {
    padding: 32px 0;
    border-bottom: 1px solid #e0e0e0;
}

.subsidy-faq-item:first-child {
    border-top: 1px solid #e0e0e0;
}

.subsidy-faq-question {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px;
    letter-spacing: 0.03em;
}

.subsidy-faq-answer {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555555;
    letter-spacing: 0.04em;
    margin: 0;
}

/* -----------------------------
   CTA（ページ下部）
----------------------------- */
.subsidy-cta-section {
    background-color: #f8f9f6;
    padding: 100px 0 140px;
}

.subsidy-cta-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 40px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.subsidy-cta-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin: 0 0 24px;
}

.subsidy-cta-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #cccccc;
    letter-spacing: 0.04em;
    margin: 0 0 44px;
}

.subsidy-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.subsidy-cta-phone {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 48px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.25s;
    min-width: 320px;
}

.subsidy-cta-phone:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.subsidy-cta-phone-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #aaaaaa;
}

.subsidy-cta-phone-number {
    font-family: 'Secular One', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.subsidy-cta-phone-hours {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0.08em;
}

.subsidy-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 22px 48px;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background-color 0.25s, transform 0.25s;
    min-width: 320px;
}

.subsidy-cta-button:hover {
    background-color: #518fc7;
    color: #ffffff;
    transform: translateY(-2px);
}

.subsidy-cta-arrow {
    font-family: 'Secular One', sans-serif;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.25s;
}

.subsidy-cta-button:hover .subsidy-cta-arrow {
    transform: translateX(4px);
}

/* -----------------------------
   汎用
----------------------------- */
.sp-only {
    display: none;
}

/* =========================================
   レスポンシブ
========================================= */
@media screen and (max-width: 1024px) {
    .subsidy-intro-section,
    .subsidy-benefit-section,
    .subsidy-target-section,
    .subsidy-support-section,
    .subsidy-faq-section {
        padding: 90px 0;
    }

    .subsidy-intro-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .subsidy-benefit-grid,
    .subsidy-target-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .subsidy-benefit-grid {
        gap: 24px;
    }

    .subsidy-cta-section {
        padding: 80px 0 100px;
    }

    .subsidy-cta-heading {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: inline;
    }

    .subsidy-intro-section,
    .subsidy-benefit-section,
    .subsidy-target-section,
    .subsidy-support-section,
    .subsidy-faq-section {
        padding: 70px 0;
    }

    .subsidy-intro-heading {
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 32px;
    }

    .subsidy-intro-text p {
        font-size: 14px;
        line-height: 2;
    }

    .subsidy-benefit-grid,
    .subsidy-target-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 50px;
    }

    .subsidy-target-grid {
        gap: 1px;
    }

    .subsidy-benefit {
        padding: 32px 24px;
    }

    .subsidy-benefit-title {
        font-size: 18px;
    }

    .subsidy-support-item {
        grid-template-columns: 1fr;
        row-gap: 14px;
        padding: 28px 0;
    }

    .subsidy-support-step {
        padding-top: 0;
    }

    .subsidy-support-title {
        font-size: 17px;
    }

    .subsidy-faq-question {
        font-size: 15px;
    }

    .subsidy-cta-section {
        padding: 60px 0 80px;
    }

    .subsidy-cta-box {
        padding: 50px 24px;
    }

    .subsidy-cta-heading {
        font-size: 18px;
        line-height: 1.75;
    }

    .subsidy-cta-text {
        font-size: 13px;
    }

    .subsidy-cta-phone,
    .subsidy-cta-button {
        min-width: 100%;
        padding: 18px 24px;
    }

    .subsidy-cta-phone-number {
        font-size: 24px;
    }
}
