@charset "UTF-8";

.report-336-body .report-336-page {
    --report-336-navy: #304a45;
    --report-336-green: #4f7669;
    --report-336-dark-green: #285447;
    --report-336-light-green: #edf6f1;
    --report-336-beige: #f7f3ea;
    --report-336-gold: #b27b33;
    --report-336-text: #29343a;
    --report-336-muted: #59656b;
    --report-336-border: #d8e1dd;
    --report-336-bg: #f7f9f8;
    --report-336-white: #ffffff;
    color: var(--report-336-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

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

.report-336-body .report-336-page a {
    color: var(--report-336-dark-green);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}
.report-336-body .report-336-page a:hover { color: #173c32; }
.report-336-body .report-336-page a:focus-visible {
    outline: 3px solid #e5ad55;
    outline-offset: 3px;
    border-radius: 4px;
}
.report-336-body .report-336-page h2,
.report-336-body .report-336-page h3,
.report-336-body .report-336-page p,
.report-336-body .report-336-page ul,
.report-336-body .report-336-page ol { margin-top: 0; }
.report-336-body .report-336-page h2 {
    color: var(--report-336-navy);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.45;
}
.report-336-body .report-336-page h3 {
    color: var(--report-336-navy);
    font-size: 1.12rem;
    line-height: 1.55;
}

.report-336-body .report-336-hero {
    margin: 0 0 32px;
    border-radius: 18px;
    overflow: hidden;
    background: #e7ece9;
    box-shadow: 0 12px 30px rgba(37, 66, 56, 0.12);
}
.report-336-body .report-336-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.report-336-body .report-336-lead {
    margin-bottom: 28px;
    padding: clamp(24px, 4vw, 40px);
    border-left: 6px solid var(--report-336-green);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(135deg, #f6fbf8 0%, #edf6f1 100%);
}
.report-336-body .report-336-lead h2 { margin-bottom: 18px; }
.report-336-body .report-336-lead p:last-child { margin-bottom: 0; }
.report-336-body .report-336-eyebrow {
    margin-bottom: 8px;
    color: var(--report-336-dark-green);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-336-body .report-336-toc {
    margin-bottom: 54px;
    padding: 28px 32px;
    border: 1px solid var(--report-336-border);
    border-radius: 16px;
    background: var(--report-336-bg);
}
.report-336-body .report-336-toc h2 { margin-bottom: 14px; font-size: 1.3rem; }
.report-336-body .report-336-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin-bottom: 0;
    padding-left: 1.5em;
}
.report-336-body .report-336-toc a { display: inline-block; padding: 4px 0; font-weight: 700; }

.report-336-body .report-336-section { margin-bottom: 64px; scroll-margin-top: 24px; }
.report-336-body .report-336-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--report-336-border);
}
.report-336-body .report-336-heading > span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--report-336-navy);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}
.report-336-body .report-336-heading h2 { margin: 0; }

.report-336-body .report-336-summary-grid,
.report-336-body .report-336-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}
.report-336-body .report-336-summary-grid section {
    padding: 24px;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(37, 66, 56, 0.05);
}
.report-336-body .report-336-summary-grid h3 { margin-bottom: 10px; }
.report-336-body .report-336-summary-grid p:last-child { margin-bottom: 0; }

.report-336-body .report-336-note {
    margin-top: 26px;
    padding: 22px 24px;
    border: 1px solid #eadbc3;
    border-left: 6px solid var(--report-336-gold);
    border-radius: 12px;
    background: #fffaf2;
}
.report-336-body .report-336-note h3 { margin-bottom: 8px; }
.report-336-body .report-336-note p:last-child { margin-bottom: 0; }

.report-336-body .report-336-table-wrap {
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.report-336-body .report-336-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.report-336-body .report-336-table th,
.report-336-body .report-336-table td {
    padding: 16px 18px;
    border-right: 1px solid var(--report-336-border);
    border-bottom: 1px solid var(--report-336-border);
    text-align: left;
    vertical-align: top;
}
.report-336-body .report-336-table thead th { background: var(--report-336-navy); color: #fff; }
.report-336-body .report-336-table tbody th { width: 24%; background: #f0f6f3; color: var(--report-336-navy); }
.report-336-body .report-336-table tr:last-child th,
.report-336-body .report-336-table tr:last-child td { border-bottom: 0; }
.report-336-body .report-336-table th:last-child,
.report-336-body .report-336-table td:last-child { border-right: 0; }

.report-336-body .report-336-checklist {
    margin: 28px 0;
    padding: 26px 28px;
    border-radius: 14px;
    background: var(--report-336-bg);
}
.report-336-body .report-336-checklist h3 { margin-bottom: 16px; }
.report-336-body .report-336-checklist ul { margin-bottom: 0; padding-left: 0; list-style: none; }
.report-336-body .report-336-checklist li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--report-336-border);
}
.report-336-body .report-336-checklist li:last-child { border-bottom: 0; }
.report-336-body .report-336-checklist li span { flex: 0 0 auto; color: var(--report-336-dark-green); font-weight: 900; }

.report-336-body .report-336-guide-grid a {
    display: block;
    padding: 24px;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-336-text);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(37, 66, 56, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.report-336-body .report-336-guide-grid a:hover {
    transform: translateY(-3px);
    border-color: #8bad9f;
    color: var(--report-336-text);
    box-shadow: 0 12px 24px rgba(37, 66, 56, 0.1);
}
.report-336-body .report-336-guide-grid span,
.report-336-body .report-336-support-grid > a > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--report-336-light-green);
    color: var(--report-336-dark-green);
    font-size: 0.78rem;
    font-weight: 800;
}
.report-336-body .report-336-guide-grid h3 { margin-bottom: 10px; }
.report-336-body .report-336-guide-grid p { margin-bottom: 0; color: var(--report-336-muted); }

.report-336-body .report-336-steps { display: grid; gap: 16px; margin: 28px 0; }
.report-336-body .report-336-steps section {
    display: flex;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
}
.report-336-body .report-336-steps section > span {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 10px;
    background: var(--report-336-green);
    color: #fff;
    font-weight: 800;
}
.report-336-body .report-336-steps h3 { margin-bottom: 8px; }
.report-336-body .report-336-steps p:last-child { margin-bottom: 0; }

.report-336-body .report-336-industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}
.report-336-body .report-336-industry-grid > a {
    display: flex;
    gap: 16px;
    min-height: 100%;
    padding: 22px;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-336-text);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.report-336-body .report-336-industry-grid > a:hover {
    transform: translateY(-3px);
    border-color: #8bad9f;
    color: var(--report-336-text);
    box-shadow: 0 10px 22px rgba(37, 66, 56, 0.1);
}
.report-336-body .report-336-industry-grid > a > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--report-336-beige);
    color: var(--report-336-gold);
    font-size: 0.83rem;
    font-weight: 900;
}
.report-336-body .report-336-industry-grid h3 { margin-bottom: 8px; }
.report-336-body .report-336-industry-grid p { margin-bottom: 0; color: var(--report-336-muted); font-size: 0.93rem; }
.report-336-body .report-336-purpose-link {
    padding: 18px 20px;
    border-left: 5px solid var(--report-336-green);
    background: var(--report-336-light-green);
}

.report-336-body .report-336-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}
.report-336-body .report-336-support-grid > a {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--report-336-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-336-text);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(37, 66, 56, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.report-336-body .report-336-support-grid > a:hover {
    transform: translateY(-3px);
    border-color: #8bad9f;
    color: var(--report-336-text);
    box-shadow: 0 12px 24px rgba(37, 66, 56, 0.1);
}
.report-336-body .report-336-support-grid h3 { margin-bottom: 10px; }
.report-336-body .report-336-support-grid p { flex: 1; margin-bottom: 16px; color: var(--report-336-muted); }
.report-336-body .report-336-support-grid strong { color: var(--report-336-dark-green); }

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

.report-336-body .report-336-related {
    margin: 0 0 64px;
    padding: clamp(24px, 4vw, 38px);
    border-radius: 18px;
    background: var(--report-336-bg);
}
.report-336-body .report-336-related > h2 { margin-bottom: 24px; }
.report-336-body .report-336-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.report-336-body .report-336-related-grid a {
    display: block;
    padding: 20px;
    border: 1px solid var(--report-336-border);
    border-radius: 12px;
    background: #fff;
    color: var(--report-336-text);
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.report-336-body .report-336-related-grid a:hover { transform: translateY(-2px); border-color: #8bad9f; color: var(--report-336-text); }
.report-336-body .report-336-related-grid span { display: block; margin-bottom: 4px; color: var(--report-336-dark-green); font-size: 0.78rem; font-weight: 800; }
.report-336-body .report-336-related-grid strong { display: block; margin-bottom: 8px; color: var(--report-336-navy); }
.report-336-body .report-336-related-grid p { margin-bottom: 0; color: var(--report-336-muted); font-size: 0.92rem; }

.report-336-body .report-336-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 20px;
    background: linear-gradient(135deg, #304a45 0%, #4f7669 100%);
    color: #fff;
    text-align: center;
}
.report-336-body .report-336-cta h2 { margin-bottom: 16px; color: #fff; }
.report-336-body .report-336-cta p { max-width: 780px; margin-right: auto; margin-left: auto; }
.report-336-body .report-336-cta-kicker { margin-bottom: 8px; color: #dbede5; font-size: 0.9rem; font-weight: 800; }
.report-336-body .report-336-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 24px; }
.report-336-body .report-336-button {
    display: inline-flex;
    min-width: 220px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.report-336-body .report-336-button--primary { background: #fff; color: var(--report-336-navy); }
.report-336-body .report-336-button--primary:hover,
.report-336-body .report-336-button--primary:focus-visible { transform: translateY(-2px); background: #edf7f2; color: #193b31; }
.report-336-body .report-336-button--secondary { background: transparent; color: #fff; }
.report-336-body .report-336-button--secondary:hover,
.report-336-body .report-336-button--secondary:focus-visible { transform: translateY(-2px); background: #fff; color: var(--report-336-navy); }

@media (max-width: 1000px) {
    .report-336-body .report-336-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .report-336-body .report-336-support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
    .report-336-body .report-336-page { font-size: 15px; line-height: 1.8; }
    .report-336-body .report-336-hero { margin-bottom: 24px; border-radius: 12px; }
    .report-336-body .report-336-lead,
    .report-336-body .report-336-toc,
    .report-336-body .report-336-related,
    .report-336-body .report-336-cta { padding: 22px 18px; }
    .report-336-body .report-336-toc ol,
    .report-336-body .report-336-summary-grid,
    .report-336-body .report-336-guide-grid,
    .report-336-body .report-336-industry-grid,
    .report-336-body .report-336-related-grid { grid-template-columns: 1fr; }
    .report-336-body .report-336-section { margin-bottom: 48px; }
    .report-336-body .report-336-heading { align-items: flex-start; }
    .report-336-body .report-336-heading > span { width: 36px; height: 36px; }
    .report-336-body .report-336-summary-grid section,
    .report-336-body .report-336-guide-grid a,
    .report-336-body .report-336-industry-grid > a,
    .report-336-body .report-336-steps section,
    .report-336-body .report-336-checklist,
    .report-336-body .report-336-support-grid > a { padding: 20px 18px; }
    .report-336-body .report-336-button { width: 100%; min-width: 0; }
}

@media (max-width: 480px) {
    .report-336-body .report-336-lead { border-left-width: 4px; }
    .report-336-body .report-336-steps section { flex-direction: column; gap: 12px; }
    .report-336-body .report-336-industry-grid > a { flex-direction: column; }
    .report-336-body .report-336-faq summary { padding: 18px 48px 18px 16px; }
    .report-336-body .report-336-faq summary::after { right: 14px; }
    .report-336-body .report-336-faq details > div { padding: 0 16px 18px; }
}
