@charset "UTF-8";

.inline-block {
    display: inline-block;
}
.font-bold {
    font-weight: 700;
}

.section-header-template {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2f6;
}

.section-badge {
    background: linear-gradient(135deg, #002b6b 0%, #004099 100%);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 43, 107, 0.2);
}

.section-title-sub {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    color: #0c2340;
    font-weight: 700;
    margin: 0;
}

.damage-hero-premium {
    position: relative;
    width: 100%;
    min-height: 55vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.damage-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.damage-hero-bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.damage-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pc-img {
    display: block;
}
.sp-img {
    display: none;
}

.damage-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 43, 107, 0.95) 0%, rgba(0, 43, 107, 0.75) 50%, rgba(0, 43, 107, 0.2) 100%);
}

.damage-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.damage-hero-text {
    max-width: 800px;
    color: #ffffff;
}

.damage-category-label {
    display: inline-block;
    background: #c5a059;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.damage-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.catch-phrase {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 2.0;
    margin-bottom: 25px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.highlight-text {
    background: linear-gradient(transparent 65%, rgba(197, 160, 89, 0.85) 65%);
    padding: 0 4px;
}

.desc {
    font-size: 16px;
    color: #e2e8f0;
    line-height: 1.8;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.method-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 40px 35px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.method-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #002b6b 0%, #c5a059 100%);
}

.method-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e2e8f0;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #c5a059;
}

.method-card-header h4 {
    font-size: 22px;
    color: #0c2340;
    font-weight: 700;
}

.method-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.method-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #c5a059;
    font-size: 14px;
}

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

.approach-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.approach-item {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff;
    border: 1px solid #eef2f6;
    border-left: 6px solid #002b6b;
    border-radius: 8px;
    padding: 25px 30px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.approach-item:hover {
    box-shadow: 0 8px 20px rgba(0, 43, 107, 0.08);
    transform: translateX(5px);
}

.approach-icon {
    width: 60px;
    height: 60px;
    background: #f4f7fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #002b6b;
    flex-shrink: 0;
}

.approach-text {
    flex: 1;
}

.approach-text h4 {
    font-size: 18px;
    color: #0c2340;
    margin-bottom: 8px;
    font-weight: 700;
}

.approach-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

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

.faq-item {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.faq-q {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background 0.3s;
}

.faq-q::-webkit-details-marker {
    display: none;
}

.faq-q:hover {
    background: #f8fafc;
}

.q-icon {
    font-size: 22px;
    font-weight: 900;
    color: #c5a059;
    margin-right: 15px;
    font-family: 'Arial', sans-serif;
    flex-shrink: 0;
}

.q-text {
    font-size: 16px;
    font-weight: 700;
    color: #0c2340;
    flex: 1;
    padding-right: 30px;
    line-height: 1.5;
}

.toggle-icon {
    color: #a0aec0;
    transition: transform 0.3s;
    font-size: 18px;
}

.faq-item[open] .toggle-icon {
    transform: rotate(180deg);
    color: #002b6b;
}

.faq-a {
    display: flex;
    align-items: flex-start;
    padding: 0 25px 25px 25px;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    border-top: 1px dashed #eef2f6;
    margin-top: 5px;
    padding-top: 20px;
}

.a-icon {
    font-size: 22px;
    font-weight: 900;
    color: #002b6b;
    margin-right: 15px;
    font-family: 'Arial', sans-serif;
    line-height: 1.4;
    flex-shrink: 0;
}

.a-text {
    flex: 1;
}

.a-text p {
    margin: 0;
}

.cases-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    background: #f8fafc;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #c5a059;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.case-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.case-card:hover {
    transform: translateY(-5px);
}

.case-header {
    background: #002b6b;
    padding: 25px 20px;
    text-align: center;
    color: #fff;
}

.case-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.3);
}

.case-header h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

.case-body {
    padding: 30px 25px;
    flex: 1;
}

.case-body dl dt {
    font-size: 13px;
    font-weight: 700;
    color: #a0aec0;
    margin-bottom: 8px;
}

.case-body dl dd {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
}

.case-body dl dd:last-child {
    margin-bottom: 0;
}

.case-body dl dt.result {
    color: #c5a059;
    border-top: 1px dashed #eef2f6;
    padding-top: 20px;
    font-size: 15px;
}

.case-body dl dd.result {
    font-weight: 700;
    font-size: 15px;
    color: #0c2340;
}

/* ★指示書反映：相談を迷っている方へ メッセージエリア */
.hesitation-message {
    padding-top: 30px;
    padding-bottom: 80px;
}

.message-box {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-top: 4px solid #c5a059;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.message-title {
    font-size: 24px;
    color: #0c2340;
    margin-bottom: 20px;
    font-weight: 700;
}

.message-box p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    text-align: left;
    margin: 0;
}

/* ★指示書反映：フッターのCTAボタンを3列にする設定 */
.cta-action-row.three-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
}

.cta-action-row.three-columns a {
    width: 100% !important;
    margin: 0 !important;
}

.cta-btn-line {
    display: flex;
    align-items: center;
    background: #06C755;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
}

.cta-btn-line:hover {
    background: #05b34c;
    transform: translateY(-3px);
}

.cta-btn-line .cta-icon-left,
.cta-btn-line .cta-icon-right {
    flex-shrink: 0;
}

.cta-btn-line .cta-center-text {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .section-header-template {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .section-title-sub {
        font-size: 24px;
    }

    .damage-hero-premium {
        min-height: auto;
        padding: 50px 0 40px;
        align-items: flex-start;
    }
    
    .pc-img {
        display: none !important;
    }
    .sp-img {
        display: block !important;
    }

    .damage-hero-overlay {
        background: linear-gradient(to top, rgba(0, 43, 107, 1) 0%, rgba(0, 43, 107, 0.8) 60%, rgba(0, 43, 107, 0.3) 100%);
    }

    .damage-hero-inner {
        padding: 0 15px;
        text-align: center;
    }

    .damage-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .catch-phrase {
        font-size: 18px;
    }
    
    .highlight-text {
        padding: 0 4px;
    }

    .desc {
        font-size: 14px;
        text-align: left;
    }

    .method-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 20px;
    }

    .faq-q {
        padding: 15px 20px;
    }

    .q-text {
        font-size: 15px;
    }

    .faq-a {
        padding: 0 20px 20px 20px;
    }

    .cases-grid {
        grid-template-columns: 1fr;
    }
    
    .message-box {
        padding: 25px 20px;
    }
    
    .message-title {
        font-size: 20px;
    }
    
    .cta-action-row.three-columns {
        grid-template-columns: 1fr !important;
    }
}