@charset "UTF-8";

.report-334-body {
    color: #29333d;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.report-334-page {
    --report-334-blue: #2c6885;
    --report-334-blue-dark: #18455f;
    --report-334-blue-soft: #eef6fa;
    --report-334-green: #4b7d62;
    --report-334-green-dark: #2d5842;
    --report-334-orange: #d48531;
    --report-334-cream: #fff7ea;
    --report-334-border: #d7e3ea;
    --report-334-text: #29333d;
    --report-334-muted: #5f6b74;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-334-text);
}

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

.report-334-page a {
    color: #225f84;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.report-334-page a:hover,
.report-334-page a:focus-visible { color: #123f5c; }

.report-334-page a:focus-visible,
.report-334-page summary:focus-visible,
.report-334-table-wrap:focus-visible {
    outline: 3px solid rgba(212, 133, 49, 0.5);
    outline-offset: 4px;
}

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

.report-334-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf1f4;
    box-shadow: 0 18px 42px rgba(37, 82, 111, 0.16);
}

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

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

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

.report-334-eyebrow {
    margin: 0 0 8px;
    color: #8b4b12;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

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

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

.report-334-page h3 {
    margin: 28px 0 12px;
    color: #2a536c;
    font-size: clamp(1.15rem, 2vw, 1.36rem);
    line-height: 1.55;
}

.report-334-summary-grid,
.report-334-purpose-grid,
.report-334-flow-grid,
.report-334-design-grid,
.report-334-service-grid,
.report-334-related-grid,
.report-334-child-grid { display: grid; gap: 18px; }

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

.report-334-summary-item {
    min-height: 150px;
    padding: 22px 18px;
    border: 1px solid var(--report-334-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(35, 80, 108, 0.07);
}

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

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

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

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

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

.report-334-note,
.report-334-warning {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
}
.report-334-note { background: #f1f7fb; }
.report-334-warning { border-left: 6px solid var(--report-334-orange); background: #fff7ec; }
.report-334-note strong,
.report-334-warning strong { display: block; margin-bottom: 6px; color: var(--report-334-blue-dark); font-size: 1.12rem; }
.report-334-note p,
.report-334-warning p { margin: 0; }

.report-334-flow-grid,
.report-334-purpose-grid,
.report-334-design-grid,
.report-334-service-grid,
.report-334-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.report-334-flow-grid > section,
.report-334-purpose-card,
.report-334-design-card,
.report-334-service-card {
    padding: 26px;
    border: 1px solid var(--report-334-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 80, 108, 0.07);
}

.report-334-flow-grid > section:first-child,
.report-334-purpose-card,
.report-334-design-card { border-top: 6px solid var(--report-334-blue); }
.report-334-flow-grid > section:last-child,
.report-334-purpose-card--accent,
.report-334-design-card--accent { border-top-color: var(--report-334-green); }

.report-334-flow-grid > section > span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #eaf3f8;
    color: var(--report-334-blue-dark);
    font-size: 0.85rem;
    font-weight: 800;
}

.report-334-label { margin: 0 0 8px; color: var(--report-334-blue-dark); font-size: 0.92rem; font-weight: 800; }
.report-334-purpose-card h3,
.report-334-design-card h3,
.report-334-service-card h3,
.report-334-flow-grid h3 { margin-top: 0; }
.report-334-purpose-card ul,
.report-334-design-card ul,
.report-334-checklist ul { padding-left: 1.4em; }
.report-334-purpose-card li,
.report-334-design-card li,
.report-334-checklist li { margin: 7px 0; }

.report-334-text-link {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    font-weight: 800;
}
.report-334-text-link::after { content: "→"; margin-left: 0.45em; }

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

.report-334-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.report-334-table th,
.report-334-table td {
    padding: 15px 16px;
    border-right: 1px solid #dfe7ec;
    border-bottom: 1px solid #dfe7ec;
    text-align: left;
    vertical-align: top;
}
.report-334-table thead th { background: var(--report-334-blue-dark); color: #fff; font-weight: 800; }
.report-334-table tbody th { width: 20%; background: #eff6fa; color: #244d67; }
.report-334-table tr:last-child th,
.report-334-table tr:last-child td { border-bottom: 0; }
.report-334-table th:last-child,
.report-334-table td:last-child { border-right: 0; }

.report-334-child-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.report-334-child-grid > a,
.report-334-related-grid > a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid #d7e2e9;
    border-radius: 13px;
    background: #fff;
    color: var(--report-334-text);
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(35, 80, 108, 0.05);
}
.report-334-child-grid > a:hover,
.report-334-child-grid > a:focus-visible,
.report-334-related-grid > a:hover,
.report-334-related-grid > a:focus-visible {
    border-color: var(--report-334-blue);
    background: #f7fbfe;
    color: var(--report-334-text);
    transform: translateY(-2px);
}
.report-334-child-grid strong,
.report-334-related-grid strong { color: var(--report-334-blue-dark); }
.report-334-child-grid span,
.report-334-related-grid span { color: var(--report-334-muted); font-size: 0.93rem; }

.report-334-checklist {
    margin-top: 24px;
    padding: 24px 28px;
    border: 2px solid #c9dfd5;
    border-radius: 16px;
    background: #f3faf7;
}
.report-334-checklist h3 { margin-top: 0; color: var(--report-334-green-dark); }

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

.report-334-related {
    padding: 30px;
    border-radius: 18px;
    background: #f4f7f9;
}
.report-334-related h2 { margin-bottom: 20px; }
.report-334-related-grid--usage { margin-top: 16px; }

.report-334-service-card a {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    font-weight: 800;
}
.report-334-service-card a::after { content: "→"; margin-left: 0.45em; }

.report-334-cta {
    padding: clamp(30px, 5vw, 50px);
    border-radius: 20px;
    background: linear-gradient(135deg, #1c4c6a 0%, #2d6b8e 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 16px 36px rgba(24, 72, 101, 0.22);
}
.report-334-cta .report-334-eyebrow { color: #ffe1b9; }
.report-334-cta h2 { color: #fff; }
.report-334-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }

.report-334-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 56px;
    padding: 14px 26px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.report-334-button--primary { background: #fff; color: #1b4a68 !important; }
.report-334-button--secondary { background: transparent; color: #fff !important; }
.report-334-button--primary:hover,
.report-334-button--primary:focus-visible { background: #ffe7c4; border-color: #ffe7c4; color: #713b0b !important; transform: translateY(-2px); }
.report-334-button--secondary:hover,
.report-334-button--secondary:focus-visible { background: #fff; color: #1b4a68 !important; transform: translateY(-2px); }

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

@media (max-width: 650px) {
    .report-334-page { padding-right: 12px; padding-left: 12px; padding-bottom: 48px; }
    .report-334-page .pageTitle { margin-top: 6px; font-size: clamp(1.7rem, 8vw, 2.3rem); }
    .report-334-hero { border-radius: 13px; }
    .report-334-lead,
    .report-334-summary,
    .report-334-toc,
    .report-334-section,
    .report-334-related,
    .report-334-cta { margin-top: 34px; }
    .report-334-lead,
    .report-334-related,
    .report-334-cta { padding: 24px 20px; }
    .report-334-page h2 { padding-left: 12px; font-size: 1.45rem; }
    .report-334-summary-grid,
    .report-334-purpose-grid,
    .report-334-flow-grid,
    .report-334-design-grid,
    .report-334-service-grid,
    .report-334-related-grid,
    .report-334-child-grid,
    .report-334-toc ol { grid-template-columns: 1fr; }
    .report-334-summary-item { min-height: 0; }
    .report-334-toc { padding: 22px 20px; }
    .report-334-table { min-width: 680px; }
    .report-334-purpose-card,
    .report-334-design-card,
    .report-334-service-card,
    .report-334-flow-grid > section,
    .report-334-checklist { padding: 22px 20px; }
    .report-334-child-grid > a,
    .report-334-related-grid > a { min-height: 0; }
    .report-334-button { width: 100%; min-width: 0; }
}

@media (max-width: 480px) {
    .report-334-page { font-size: 0.96rem; }
    .report-334-lead,
    .report-334-related,
    .report-334-cta { padding: 22px 16px; }
    .report-334-table-wrap { margin-right: -4px; margin-left: -4px; }
    .report-334-faq summary { padding: 18px 48px 18px 18px; }
    .report-334-faq details > div { padding: 0 18px 18px; }
}
