        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
        
body {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    background-color: #f8fafc;
    color: #334155;
}

.strategy-main {
    flex-grow: 1;
    background-color: #f8fafc;
    padding: 0 0 3rem;
}

.strategy-main-content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.strategy-page {
    overflow-x: hidden;
}

.strategy-hero-band {
    position: relative;
    isolation: isolate;
    background: #334155;
    box-shadow: 0 0 0 100vmax #334155;
    clip-path: inset(0 -100vmax);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .strategy-hero-band {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

.strategy-hero-inner {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .strategy-hero-inner {
        padding: 0 2.5rem;
    }
}

.strategy-hero-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border: 1px solid #fde68a;
    border-radius: 9999px;
    background: #fcd34d;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #78350f;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.strategy-hero-title {
    margin: 1rem 0;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
}

@media (min-width: 768px) {
    .strategy-hero-title {
        font-size: 3rem;
    }
}

.strategy-hero-lead {
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
}

.strategy-hero-copy {
    margin: 0;
    color: #e2e8f0;
    line-height: 1.625;
    text-align: left;
}

@media (min-width: 768px) {
    .strategy-hero-copy {
        text-align: center;
    }
}

.strategy-header-download-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.strategy-header-download-btn:hover {
    background: #1d4ed8;
}

.strategy-header-download-btn:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
}

.strategy-header-download-btn-icon {
    margin-right: 0.5rem;
}

.strategy-hero-break {
    display: none;
}

@media (min-width: 768px) {
    .strategy-hero-break {
        display: inline;
    }
}

.strategy-next10-panel {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 1rem;
    background: linear-gradient(to right, #e2e8f0, #cbd5e1);
    color: #1f2937;
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.12);
}

.strategy-next10-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.25;
}

.strategy-next10-deco {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
    opacity: 0.25;
}

.strategy-next10-content {
    position: relative;
    z-index: 10;
}

.strategy-next10-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.strategy-next10-title {
    padding-left: 1rem;
    border-left: 4px solid #60a5fa;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f172a;
}

.strategy-next10-pill {
    margin-left: 1rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.4;
    color: #334155;
}

.strategy-next10-layout {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
}

.strategy-next10-main {
    min-width: 0;
}

.strategy-next10-side-card {
    min-width: 0;
}

.strategy-next10-lead {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0f172a;
}

.strategy-next10-copy {
    font-size: 0.875rem;
    line-height: 1.9;
    color: #334155;
}

.strategy-next10-side-label {
    margin-bottom: 0.5rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.strategy-next10-side-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.strategy-next10-side-icon {
    margin-right: 0.5rem;
    font-size: 1.5rem;
    color: #2563eb;
}

.strategy-next10-side-title {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #1f2937;
}

.strategy-next10-side-copy {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #334155;
}

.strategy-next10-heading {
    margin-bottom: 0.25rem;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500;
    color: #475569;
}

.strategy-card-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 700;
}

.strategy-card-title--blue {
    color: #1e40af;
}

.strategy-card-title--purple {
    color: #6d28d9;
}

.strategy-download-card-pad {
    padding: 1.5rem;
}

.strategy-download-icon-glyph {
    font-size: 1.5rem;
}

.strategy-card-title-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #ffffff;
}

.strategy-card-title-badge--blue {
    background-color: #2563eb;
}

.strategy-card-title-badge--purple {
    background-color: #9333ea;
}

.strategy-focus-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

.strategy-focus-list {
    display: grid;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.strategy-focus-item {
    display: flex;
    align-items: flex-start;
}

.strategy-card-deco {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    opacity: 0.1;
}

.strategy-card-deco--blue {
    color: #1e3a8a;
}

.strategy-card-deco--purple {
    color: #581c87;
}

.strategy-card-deco-icon {
    font-size: 8rem;
    line-height: 1;
}

.strategy-targets-panel {
    padding: 2rem;
    text-align: center;
}

.strategy-targets-lead {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #6b7280;
}

.strategy-targets-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

.strategy-target-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-height: 11.25rem;
    padding: 1.5rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    text-align: center;
}

.strategy-target-label {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #6b7280;
}

.strategy-target-value {
    font-size: 3rem;
    font-weight: 700;
    color: #1e40af;
    letter-spacing: -0.04em;
}

.strategy-target-unit {
    font-size: 1.125rem;
    font-weight: 400;
    color: #6b7280;
}

.strategy-targets-link-row {
    margin-top: 2rem;
    text-align: right;
}

.strategy-targets-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: #2563eb;
}

.strategy-targets-link:hover {
    text-decoration: underline;
}

.strategy-targets-link:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
    border-radius: 0.25rem;
}

.strategy-downloads-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.strategy-download-card {
    display: block;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.strategy-download-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 10px 20px -8px rgba(37, 99, 235, 0.16);
}

.strategy-download-card:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
    border-radius: 1rem;
}

.strategy-download-card-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategy-download-card-main {
    display: flex;
    align-items: center;
}

.strategy-download-icon {
    margin-right: 1rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #fef2f2;
    color: #dc2626;
}

.strategy-download-date {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.strategy-download-title {
    font-weight: 700;
    color: #1f2937;
    transition: color 0.2s ease;
}

.strategy-download-card:hover .strategy-download-title {
    color: #1d4ed8;
}

.strategy-download-size {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #64748b;
}

.strategy-download-arrow {
    color: #64748b;
    transition: color 0.2s ease;
}

.strategy-download-card:hover .strategy-download-arrow {
    color: #3b82f6;
}

@media (min-width: 768px) {
    .strategy-next10-panel {
        padding: 3rem;
    }

    .strategy-next10-title {
        font-size: 1.875rem;
    }

    .strategy-next10-pill {
        font-size: 1rem;
    }

    .strategy-next10-layout {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    }

    .strategy-next10-copy {
        font-size: 1rem;
    }

    .strategy-focus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strategy-targets-panel {
        text-align: left;
    }

    .strategy-targets-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .strategy-downloads-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Strategy Card Styling */
.strategy-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
        .strategy-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
        }
    
