@charset "UTF-8";

.report-359-body {
    color: #2f3337;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.report-359-page {
    --report-359-green: #356f66;
    --report-359-green-dark: #214c46;
    --report-359-green-soft: #edf8f5;
    --report-359-orange: #b8772b;
    --report-359-orange-dark: #774711;
    --report-359-cream: #fff9ea;
    --report-359-border: #d7e5e1;
    --report-359-text: #2f3337;
    --report-359-muted: #6c6261;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-359-text);
}

.report-359-page *,
.report-359-page *::before,
.report-359-page *::after {
    box-sizing: border-box;
}

.report-359-page a {
    color: #245d87;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.report-359-page a:hover,
.report-359-page a:focus-visible {
    color: #153f5d;
}

.report-359-page a:focus-visible,
.report-359-page summary:focus-visible {
    outline: 3px solid rgba(184, 119, 43, 0.45);
    outline-offset: 4px;
}

.report-359-page .pageTitle {
    margin: 12px 0 24px;
    padding: 0 0 16px;
    border-bottom: 4px solid var(--report-359-green);
    color: #244e48;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.report-359-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #ecefe9;
    box-shadow: 0 18px 42px rgba(38, 91, 82, 0.16);
}

.report-359-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.report-359-lead,
.report-359-summary,
.report-359-toc,
.report-359-section,
.report-359-cta {
    margin-top: 44px;
}

.report-359-lead {
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid #eadfce;
    border-left: 8px solid var(--report-359-orange);
    border-radius: 18px;
    background: linear-gradient(135deg, #fffdf9 0%, var(--report-359-cream) 100%);
}

.report-359-eyebrow {
    margin: 0 0 8px;
    color: var(--report-359-orange-dark);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-359-lead h2,
.report-359-cta h2 {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: #244e48;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.45;
}

.report-359-lead p:last-child,
.report-359-cta p:last-child {
    margin-bottom: 0;
}

.report-359-page h2 {
    margin: 0 0 24px;
    padding: 0 0 12px 18px;
    border-left: 6px solid var(--report-359-green);
    border-bottom: 1px solid var(--report-359-border);
    color: #244e48;
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1.45;
}

.report-359-page h3 {
    margin: 30px 0 12px;
    color: #2d5c55;
    font-size: clamp(1.16rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.report-359-summary-grid,
.report-359-role-grid,
.report-359-compare-grid,
.report-359-service-grid,
.report-359-related-grid {
    display: grid;
    gap: 18px;
}

.report-359-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-359-summary-item {
    min-height: 150px;
    padding: 22px 18px;
    border: 1px solid var(--report-359-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(40, 94, 84, 0.08);
}

.report-359-summary-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--report-359-green);
    color: #fff;
    font-weight: 800;
}

.report-359-summary-item p {
    margin: 0;
    font-weight: 700;
    line-height: 1.65;
}

.report-359-toc {
    padding: 26px 30px;
    border: 1px solid #c8dfd9;
    border-radius: 16px;
    background: var(--report-359-green-soft);
}

.report-359-toc h2 {
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    font-size: 1.35rem;
}

.report-359-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 28px;
    margin: 0;
    padding-left: 1.5em;
}

.report-359-toc a {
    display: inline-block;
    padding: 5px 0;
    color: var(--report-359-green-dark);
    font-weight: 700;
}

.report-359-section {
    scroll-margin-top: 90px;
}

.report-359-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.report-359-role-card {
    padding: 24px;
    border: 1px solid var(--report-359-border);
    border-top: 5px solid var(--report-359-orange);
    border-radius: 14px;
    background: #fff;
}

.report-359-role-card h3 {
    margin-top: 0;
}

.report-359-role-card p {
    margin-bottom: 0;
}

.report-359-note {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
    background: #f1f7f5;
}

.report-359-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--report-359-green-dark);
    font-size: 1.12rem;
}

.report-359-note p {
    margin: 0;
}

.report-359-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border: 1px solid var(--report-359-border);
    border-radius: 14px;
    -webkit-overflow-scrolling: touch;
}

.report-359-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.report-359-table th,
.report-359-table td {
    padding: 15px 16px;
    border-right: 1px solid #e6ebe7;
    border-bottom: 1px solid #e6ebe7;
    text-align: left;
    vertical-align: top;
}

.report-359-table thead th {
    background: var(--report-359-green);
    color: #fff;
    font-weight: 800;
}

.report-359-table tbody th {
    width: 18%;
    background: #fff3f1;
    color: var(--report-359-green-dark);
}

.report-359-table tr:last-child th,
.report-359-table tr:last-child td {
    border-bottom: 0;
}

.report-359-table th:last-child,
.report-359-table td:last-child {
    border-right: 0;
}

.report-359-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.report-359-compare-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #d9e5de;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f2f7f4 100%);
}

.report-359-compare-card::after {
    position: absolute;
    right: -32px;
    bottom: -45px;
    width: 150px;
    height: 150px;
    border: 20px solid rgba(164, 55, 50, 0.08);
    border-radius: 50%;
    content: "";
}

.report-359-size-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    margin: 0;
    padding: 8px 15px;
    border-radius: 999px;
    background: var(--report-359-green);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.report-359-compare-card h3 {
    position: relative;
    margin: 20px 0 12px;
    z-index: 1;
}

.report-359-compare-card ul {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.report-359-check-panel {
    margin: 26px 0;
    padding: 26px 30px;
    border: 1px solid #ead5c7;
    border-radius: 16px;
    background: #fff8f2;
}

.report-359-check-panel h3 {
    margin-top: 0;
    color: var(--report-359-orange-dark);
}

.report-359-check-panel ol {
    margin-bottom: 0;
}

.report-359-steps {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.report-359-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--report-359-border);
    border-radius: 14px;
    background: #fff;
}

.report-359-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--report-359-orange);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
}

.report-359-step h3 {
    margin: 0 0 6px;
}

.report-359-step p {
    margin: 0;
}

.report-359-formula {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 26px 0;
    padding: 28px 24px;
    border-radius: 16px;
    background: var(--report-359-green-dark);
    color: #fff;
    font-weight: 800;
}

.report-359-formula span {
    padding: 9px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.report-359-formula b {
    font-size: 1.45rem;
}

.report-359-check-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 26px;
    padding: 0;
    list-style: none;
}

.report-359-check-list li {
    position: relative;
    padding: 13px 16px 13px 48px;
    border: 1px solid var(--report-359-border);
    border-radius: 10px;
    background: #fff;
}

.report-359-check-list li::before {
    position: absolute;
    top: 13px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--report-359-green);
    color: #fff;
    content: "✓";
    font-size: 0.86rem;
    font-weight: 900;
}

.report-359-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-359-service-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--report-359-border);
    border-radius: 16px;
    background: #fff;
    color: var(--report-359-text) !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(40, 94, 84, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-359-service-card:hover,
.report-359-service-card:focus-visible {
    border-color: #d39a93;
    color: var(--report-359-text) !important;
    transform: translateY(-3px);
    box-shadow: 0 13px 28px rgba(91, 45, 40, 0.13);
}

.report-359-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--report-359-green-soft);
    color: var(--report-359-green);
    font-size: 1.45rem;
}

.report-359-service-card h3 {
    margin: 0 0 8px;
}

.report-359-service-card p {
    margin: 0 0 12px;
    color: var(--report-359-muted);
}

.report-359-link-text {
    color: #245d87;
    font-weight: 800;
}

.report-359-faq details {
    margin-bottom: 14px;
    border: 1px solid var(--report-359-border);
    border-radius: 12px;
    background: #fff;
}

.report-359-faq summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: #5b302c;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.report-359-faq summary::-webkit-details-marker {
    display: none;
}

.report-359-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--report-359-green);
    color: #fff;
    content: "+";
    line-height: 24px;
    text-align: center;
    transform: translateY(-50%);
}

.report-359-faq details[open] summary::after {
    content: "−";
}

.report-359-faq details > div {
    padding: 0 22px 20px;
    border-top: 1px solid #edf0ee;
}

.report-359-faq details p {
    margin: 16px 0 0;
}

.report-359-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-359-related-grid a {
    display: block;
    padding: 21px 22px;
    border: 1px solid var(--report-359-border);
    border-radius: 13px;
    background: #fff;
    color: var(--report-359-text);
    text-decoration: none;
}

.report-359-related-grid a:hover,
.report-359-related-grid a:focus-visible {
    border-color: #d39a93;
    background: #fff6f4;
    color: var(--report-359-text);
}

.report-359-related-grid strong,
.report-359-related-grid span {
    display: block;
}

.report-359-related-grid strong {
    margin-bottom: 7px;
    color: var(--report-359-green-dark);
}

.report-359-related-grid span {
    color: var(--report-359-muted);
    font-size: 0.94rem;
}

.report-359-back {
    margin: 24px 0 0;
}

.report-359-back a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-weight: 800;
}

.report-359-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    align-items: center;
    padding: clamp(28px, 5vw, 48px);
    border-radius: 22px;
    background: linear-gradient(135deg, var(--report-359-green-dark), var(--report-359-green));
    color: #fff;
}

.report-359-cta .report-359-eyebrow,
.report-359-cta h2,
.report-359-cta p {
    color: #fff;
}

.report-359-cta-buttons {
    display: grid;
    gap: 13px;
}

.report-359-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 18px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    text-decoration: none !important;
}

.report-359-button-primary {
    background: #fff;
    color: var(--report-359-green-dark) !important;
}

.report-359-button-primary:hover,
.report-359-button-primary:focus-visible {
    border-color: #fff;
    background: #fff3f1;
    color: #5d1f1b !important;
}

.report-359-button-secondary {
    border-color: rgba(255,255,255,0.75);
    background: transparent;
    color: #fff !important;
}

.report-359-button-secondary:hover,
.report-359-button-secondary:focus-visible {
    border-color: #fff;
    background: #fff;
    color: var(--report-359-green-dark) !important;
}

@media (max-width: 900px) {
    .report-359-page {
        padding-right: 18px;
        padding-left: 18px;
    }

    .report-359-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-359-cta {
        grid-template-columns: 1fr;
    }

    .report-359-cta-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .report-359-page {
        padding-right: 14px;
        padding-left: 14px;
    }

    .report-359-page .pageTitle {
        margin-top: 4px;
        font-size: 1.82rem;
    }

    .report-359-hero {
        margin-right: -14px;
        margin-left: -14px;
        border-radius: 0;
        box-shadow: none;
    }

    .report-359-lead,
    .report-359-summary,
    .report-359-toc,
    .report-359-section,
    .report-359-cta {
        margin-top: 36px;
    }

    .report-359-lead {
        padding: 24px 20px;
        border-left-width: 6px;
    }

    .report-359-summary-grid,
    .report-359-role-grid,
    .report-359-compare-grid,
    .report-359-service-grid,
    .report-359-related-grid,
    .report-359-cta-buttons {
        grid-template-columns: 1fr;
    }

    .report-359-summary-item {
        min-height: auto;
    }

    .report-359-toc {
        padding: 22px 20px;
    }

    .report-359-toc ol {
        grid-template-columns: 1fr;
    }

    .report-359-table-wrap::after {
        display: block;
        padding: 8px 12px;
        background: #f6f8f7;
        color: #677069;
        content: "表は横にスクロールできます";
        font-size: 0.82rem;
        text-align: center;
    }

    .report-359-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .report-359-step > span {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .report-359-service-card {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 0;
        padding: 20px;
    }

    .report-359-service-icon {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
    }

    .report-359-formula {
        justify-content: flex-start;
        padding: 22px 18px;
    }

    .report-359-cta {
        padding: 28px 22px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .report-359-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .report-359-hero {
        margin-right: -10px;
        margin-left: -10px;
    }

    .report-359-page h2 {
        padding-left: 12px;
        border-left-width: 5px;
        font-size: 1.38rem;
    }

    .report-359-summary-grid {
        gap: 12px;
    }

    .report-359-summary-item,
    .report-359-role-card,
    .report-359-compare-card,
    .report-359-service-card,
    .report-359-related-grid a {
        padding: 18px;
    }

    .report-359-check-panel {
        padding: 22px 18px;
    }

    .report-359-faq summary {
        padding: 17px 48px 17px 16px;
    }

    .report-359-faq details > div {
        padding: 0 16px 18px;
    }
}
