@charset "UTF-8";

.report-335-body {
    color: #30363a;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.report-335-page {
    --report-335-blue: #416d83;
    --report-335-blue-dark: #294d60;
    --report-335-blue-soft: #eef7fa;
    --report-335-green: #6b8465;
    --report-335-green-dark: #465d42;
    --report-335-green-soft: #f1f6ef;
    --report-335-gold: #b88a45;
    --report-335-cream: #fbf8ee;
    --report-335-border: #dce5e4;
    --report-335-text: #30363a;
    --report-335-muted: #667076;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-335-text);
}

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

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

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

.report-335-page a:focus-visible,
.report-335-page summary:focus-visible {
    outline: 3px solid rgba(184, 138, 69, 0.48);
    outline-offset: 4px;
}

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

.report-335-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf2f1;
    box-shadow: 0 18px 42px rgba(34, 65, 79, 0.15);
}

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

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

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

.report-335-eyebrow {
    margin: 0 0 8px;
    color: #7d5b28;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-335-lead h2,
.report-335-cta h2 {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: var(--report-335-blue-dark);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.45;
}

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

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

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

.report-335-summary-grid,
.report-335-purpose-grid,
.report-335-design-grid,
.report-335-link-grid,
.report-335-service-grid,
.report-335-related-grid { display: grid; gap: 18px; }

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

.report-335-summary-item {
    min-height: 158px;
    padding: 22px 18px;
    border: 1px solid var(--report-335-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(41, 77, 96, 0.07);
}

.report-335-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-335-blue);
    color: #fff;
    font-weight: 800;
}

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

.report-335-toc {
    padding: 26px 30px;
    border: 1px solid #ccdde4;
    border-radius: 16px;
    background: var(--report-335-blue-soft);
}

.report-335-toc h2 { margin-bottom: 14px; padding: 0; border: 0; font-size: 1.35rem; }
.report-335-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 28px;
    margin: 0;
    padding-left: 1.5em;
}
.report-335-toc a { display: inline-block; padding: 5px 0; color: var(--report-335-blue-dark); font-weight: 700; }
.report-335-section { scroll-margin-top: 90px; }

.report-335-purpose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.report-335-purpose-card {
    position: relative;
    padding: 26px;
    border: 1px solid var(--report-335-border);
    border-top: 5px solid var(--report-335-green);
    border-radius: 16px;
    background: #fff;
}
.report-335-purpose-card h3 { margin: 16px 0 8px; }
.report-335-purpose-card p { color: var(--report-335-muted); }
.report-335-purpose-card > a { font-weight: 800; }
.report-335-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--report-335-green-soft);
    color: var(--report-335-green-dark);
    font-size: 1.4rem;
}

.report-335-note {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
    background: #f5f7f6;
}
.report-335-note strong { display: block; margin-bottom: 6px; color: var(--report-335-green-dark); font-size: 1.12rem; }
.report-335-note p { margin: 0; }

.report-335-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border: 1px solid var(--report-335-border);
    border-radius: 14px;
    -webkit-overflow-scrolling: touch;
}
.report-335-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.report-335-table th,
.report-335-table td {
    padding: 15px 16px;
    border-right: 1px solid #e7eceb;
    border-bottom: 1px solid #e7eceb;
    text-align: left;
    vertical-align: top;
}
.report-335-table thead th { background: var(--report-335-blue); color: #fff; font-weight: 800; }
.report-335-table tbody th { width: 19%; background: #f1f7f9; color: var(--report-335-blue-dark); }
.report-335-table tr:last-child th,
.report-335-table tr:last-child td { border-bottom: 0; }
.report-335-table th:last-child,
.report-335-table td:last-child { border-right: 0; }

.report-335-check-panel {
    margin: 26px 0;
    padding: 26px 30px;
    border: 1px solid #ded9c9;
    border-radius: 16px;
    background: #fcfaf3;
}
.report-335-check-panel h3 { margin-top: 0; color: #71582d; }
.report-335-check-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.report-335-check-list li {
    position: relative;
    padding: 13px 16px 13px 48px;
    border: 1px solid #e5e3d8;
    border-radius: 10px;
    background: #fff;
}
.report-335-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-335-green);
    color: #fff;
    content: "✓";
    font-size: 0.86rem;
    font-weight: 900;
}

.report-335-design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; }
.report-335-design-card {
    padding: 26px;
    border: 1px solid #d7e3e4;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f3f8f8 100%);
}
.report-335-design-card h3 { margin-top: 0; }
.report-335-design-card ul { margin-bottom: 0; }

.report-335-group-title {
    margin-top: 38px !important;
    padding: 10px 14px;
    border-left: 5px solid var(--report-335-green);
    background: var(--report-335-green-soft);
}
.report-335-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-335-link-grid a,
.report-335-related-grid a {
    display: block;
    padding: 21px 22px;
    border: 1px solid var(--report-335-border);
    border-radius: 13px;
    background: #fff;
    color: var(--report-335-text);
    text-decoration: none;
}
.report-335-link-grid a:hover,
.report-335-link-grid a:focus-visible,
.report-335-related-grid a:hover,
.report-335-related-grid a:focus-visible {
    border-color: #8aa7b3;
    background: #f3f9fb;
    color: var(--report-335-text);
}
.report-335-link-grid strong,
.report-335-link-grid span,
.report-335-related-grid strong,
.report-335-related-grid span { display: block; }
.report-335-link-grid strong,
.report-335-related-grid strong { margin-bottom: 7px; color: var(--report-335-blue-dark); }
.report-335-link-grid span,
.report-335-related-grid span { color: var(--report-335-muted); font-size: 0.94rem; }

.report-335-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-335-service-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--report-335-border);
    border-radius: 16px;
    background: #fff;
    color: var(--report-335-text) !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(41, 77, 96, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.report-335-service-card:hover,
.report-335-service-card:focus-visible {
    border-color: #8aa7b3;
    color: var(--report-335-text) !important;
    transform: translateY(-3px);
    box-shadow: 0 13px 28px rgba(41, 77, 96, 0.13);
}
.report-335-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--report-335-blue-soft);
    color: var(--report-335-blue);
    font-size: 1.45rem;
}
.report-335-service-card h3 { margin: 0 0 8px; }
.report-335-service-card p { margin: 0 0 12px; color: var(--report-335-muted); }
.report-335-link-text { color: #245d87; font-weight: 800; }

.report-335-faq details {
    margin-bottom: 14px;
    border: 1px solid var(--report-335-border);
    border-radius: 12px;
    background: #fff;
}
.report-335-faq summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: var(--report-335-blue-dark);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}
.report-335-faq summary::-webkit-details-marker { display: none; }
.report-335-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--report-335-blue);
    color: #fff;
    content: "+";
    line-height: 24px;
    text-align: center;
    transform: translateY(-50%);
}
.report-335-faq details[open] summary::after { content: "−"; }
.report-335-faq details > div { padding: 0 22px 20px; border-top: 1px solid #edf0ef; }
.report-335-faq details p { margin: 16px 0 0; }

.report-335-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-335-back { margin: 24px 0 0; }
.report-335-back a { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; }

.report-335-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-335-blue-dark), var(--report-335-blue));
    color: #fff;
}
.report-335-cta .report-335-eyebrow,
.report-335-cta h2,
.report-335-cta p { color: #fff; }
.report-335-cta-buttons { display: grid; gap: 13px; }
.report-335-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-335-button-primary { background: #fff; color: var(--report-335-blue-dark) !important; }
.report-335-button-primary:hover,
.report-335-button-primary:focus-visible { border-color: #fff; background: #eef7fa; color: #173849 !important; }
.report-335-button-secondary { border-color: rgba(255,255,255,0.8); background: transparent; color: #fff !important; }
.report-335-button-secondary:hover,
.report-335-button-secondary:focus-visible { border-color: #fff; background: #fff; color: var(--report-335-blue-dark) !important; }

@media (max-width: 900px) {
    .report-335-page { padding-right: 18px; padding-left: 18px; }
    .report-335-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .report-335-cta { grid-template-columns: 1fr; }
    .report-335-cta-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
    .report-335-page { padding-right: 14px; padding-left: 14px; }
    .report-335-page .pageTitle { margin-top: 4px; font-size: 1.82rem; }
    .report-335-hero { margin-right: -14px; margin-left: -14px; border-radius: 0; box-shadow: none; }
    .report-335-lead,
    .report-335-summary,
    .report-335-toc,
    .report-335-section,
    .report-335-cta { margin-top: 36px; }
    .report-335-lead { padding: 24px 20px; border-left-width: 6px; }
    .report-335-summary-grid,
    .report-335-purpose-grid,
    .report-335-design-grid,
    .report-335-link-grid,
    .report-335-service-grid,
    .report-335-related-grid,
    .report-335-cta-buttons { grid-template-columns: 1fr; }
    .report-335-summary-item { min-height: auto; }
    .report-335-toc { padding: 22px 20px; }
    .report-335-toc ol { grid-template-columns: 1fr; }
    .report-335-table-wrap::after {
        display: block;
        padding: 8px 12px;
        background: #f4f7f7;
        color: #677177;
        content: "表は横にスクロールできます";
        font-size: 0.82rem;
        text-align: center;
    }
    .report-335-service-card { grid-template-columns: 48px minmax(0, 1fr); min-height: 0; padding: 20px; }
    .report-335-service-icon { width: 46px; height: 46px; font-size: 1.15rem; }
    .report-335-cta { padding: 28px 22px; border-radius: 16px; }
}

@media (max-width: 480px) {
    .report-335-page { padding-right: 10px; padding-left: 10px; }
    .report-335-hero { margin-right: -10px; margin-left: -10px; }
    .report-335-page h2 { padding-left: 12px; border-left-width: 5px; font-size: 1.38rem; }
    .report-335-summary-grid { gap: 12px; }
    .report-335-summary-item,
    .report-335-purpose-card,
    .report-335-design-card,
    .report-335-link-grid a,
    .report-335-service-card,
    .report-335-related-grid a { padding: 18px; }
    .report-335-check-panel { padding: 22px 18px; }
    .report-335-faq summary { padding: 17px 48px 17px 16px; }
    .report-335-faq details > div { padding: 0 16px 18px; }
}
