/**
 * ABOUT / SERVICE 共通 CTA（旧テンプレートのインライン CSS を移植）
 */

body.nhm-lp .cta-section {
    text-align: center;
    padding: 80px 0;
}

body.nhm-lp.about-page .cta-section {
    background-color: #f4f8fb;
    color: #333;
}

body.nhm-lp.service-page .cta-section {
    background-color: #003366;
    color: #fff;
}

body.nhm-lp.service-page .cta-section p {
    color: rgba(255, 255, 255, 0.9);
}

body.nhm-lp .cta-section .cta-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1.5;
}

body.nhm-lp .cta-section p {
    margin: 0 0 20px;
    line-height: 1.8;
}

body.nhm-lp .cta-section .cta-btn {
    display: inline-block;
    padding: 18px 50px;
    background-color: #e67e22;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 5px;
    margin-top: 20px;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
}

body.nhm-lp .cta-section .cta-btn:hover {
    opacity: 0.9;
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 768px) {
    body.nhm-lp .cta-section {
        padding: 56px 20px;
    }

    body.nhm-lp .cta-section .container {
        text-align: center;
    }

    body.nhm-lp .cta-section .cta-btn {
        max-width: min(100%, 300px);
        white-space: normal;
        line-height: 1.5;
    }
}
