.sv-page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eaf2fb 0%, #f4f8fd 60%, #f9fbfe 100%);
    padding: 80px 0 96px;
}

.sv-page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
    background: linear-gradient(135deg, #eef4fb 0%, #d2e1f3 50%, #b1cae8 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.sv-page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14%;
    height: 70px;
    background: linear-gradient(135deg, #1d4dd2 0%, #1e3a8a 100%);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.sv-page-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.sv-page-hero-dots {
    position: absolute;
    top: 80px;
    right: 6%;
    width: 110px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(26, 78, 216, 0.32) 1.5px, transparent 1.7px);
    background-size: 12px 12px;
    opacity: .8;
}

.sv-page-hero-inner {
    position: relative;
    z-index: 3;
    text-align: center;
}

.sv-page-hero-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .24em;
    color: #1a4ed8;
    background: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #e6effd;
    margin-bottom: 22px;
}

.sv-page-hero-title {
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .02em;
    margin-bottom: 22px;
    color: #1f2937;
}

.sv-page-hero-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.95;
    margin-bottom: 44px;
}

.sv-page-hero-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 880px;
    margin: 0 auto;
}

.sv-page-hero-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px 28px;
    text-align: left;
    box-shadow: 0 4px 14px rgba(26, 78, 216, 0.06);
    position: relative;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s cubic-bezier(.22, 1, .36, 1);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sv-page-hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(26, 78, 216, 0.12);
}

.sv-page-hero-card-num {
    position: absolute;
    top: 22px;
    right: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #e6effd;
    line-height: 1;
}

.sv-page-hero-card-icon {
    width: 52px;
    height: 52px;
    background: #e6effd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a4ed8;
}

.sv-page-hero-card-icon svg {
    width: 26px;
    height: 26px;
}

.sv-page-hero-card-title {
    font-size: 19px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
}

.sv-page-hero-card-text {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.8;
    flex: 1;
}

.sv-page-hero-card-link {
    font-size: 13px;
    font-weight: 700;
    color: #1a4ed8;
    margin-top: 4px;
}

/* ---------- Service Block (Divider + Wrapper) ---------- */
.sv-service-block {
    background: #fff;
}

.sv-service-block--alt {
    background: #f5f9ff;
}

/* video.html 側 (lp-*) の section は背景色を自前で持つので、
   alt ブロックの上に来ても破綻しないよう調整 */
.sv-service-block--alt .lp-problem,
.sv-service-block--alt .lp-reason,
.sv-service-block--alt .lp-price {
    background: #ffffff;
}

.sv-service-block--alt .lp-service,
.sv-service-block--alt .lp-flow {
    background: #f5f9ff;
}

/* ---------- Service Intro (各サービスの導入) ---------- */
.sv-service-intro {
    background: linear-gradient(180deg, #1e3a8a 0%, #1a4ed8 100%);
    color: #fff;
    padding: 64px 0 56px;
    position: relative;
    overflow: hidden;
}

.sv-service-intro::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.sv-service-intro::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.sv-service-intro--alt {
    background: linear-gradient(180deg, #16306d 0%, #1e3a8a 100%);
}

.sv-service-intro-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sv-service-num {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .24em;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.sv-service-name {
    font-size: clamp(26px, 3.6vw, 38px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.4;
}

.sv-service-desc {
    font-size: 15px;
    line-height: 1.95;
    margin: 0 auto 36px;
    max-width: 720px;
    opacity: .94;
}

.sv-service-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
}

.sv-service-stats li {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    padding: 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1024px) {
    .sv-page-hero-cards {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .sv-page-hero {
        padding: 48px 0 72px;
        background: linear-gradient(180deg, #ffffff 0%, #e1ecf8 100%);
    }

    .sv-page-hero::before {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    }

    .sv-page-hero::after {
        width: 100%;
        height: 44px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
    }

    .sv-page-hero-dots {
        top: 24px;
        right: 24px;
        width: 90px;
        height: 70px;
    }

    .sv-page-hero-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sv-page-hero-card {
        padding: 26px 22px 24px;
    }

    .sv-service-intro {
        padding: 48px 0 44px;
    }

    .sv-service-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .sv-page-hero-title {
        font-size: 24px;
    }

    .sv-service-name {
        font-size: 22px;
    }
}

.sv-page-hero-title,
.sv-service-name,
.sv-page-hero-card-title {
    font-size: 1.5rem;
}

.sv-page-hero-text,
.sv-service-desc,
.sv-page-hero-card-text {
    font-size: 1.3rem;
}

@media (min-width: 1920px) {

    .sv-page-hero-title,
    .sv-service-name,
    .sv-page-hero-card-title {
        font-size: 2rem;
    }

    .sv-page-hero-text,
    .sv-service-desc,
    .sv-page-hero-card-text {
        font-size: 1.5rem;
    }
}

.sv-cat-section {
    padding: 96px 0;
}

.sv-cat-section--alt {
    background: var(--lp-blue-bg);
}

.sv-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sv-card {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    padding: 28px;
    box-shadow: var(--lp-shadow-sm);
    border-top: 5px solid var(--lp-blue);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .25s var(--lp-ease), box-shadow .25s var(--lp-ease);
}

.sv-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-md);
}

.sv-card--accent {
    border-top-color: var(--lp-teal);
}

.sv-card--red {
    border-top-color: var(--lp-accent);
}

.sv-card-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sv-card-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--lp-blue-pale);
    color: var(--lp-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sv-card--accent .sv-card-icon {
    background: var(--lp-teal-pale);
    color: var(--lp-teal);
}

.sv-card--red .sv-card-icon {
    background: var(--lp-accent-pale);
    color: var(--lp-accent);
}

.sv-card-icon svg {
    width: 28px;
    height: 28px;
}

.sv-card-titles {
    flex: 1;
}

.sv-card-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--lp-text-mute);
    letter-spacing: .2em;
    margin-bottom: 4px;
}

.sv-card-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--lp-blue-deep);
    line-height: 1.4;
}

.sv-card-text {
    font-size: 1rem;

    line-height: 1.85;
}

.sv-card-points {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sv-card-points li {
    position: relative;
    padding: 6px 0 6px 26px;
    font-size: 1rem;
    color: var(--lp-text);
    font-weight: 600;
    border-bottom: 1px dashed var(--lp-border-soft);
}

.sv-card-points li:last-child {
    border-bottom: none;
}

.sv-card-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--lp-blue);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'><path d='M5 13l4 4L19 7'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.sv-card--accent .sv-card-points li::before {
    background-color: var(--lp-teal);
}

.sv-card--red .sv-card-points li::before {
    background-color: var(--lp-accent);
}

.sv-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding: 12px 14px;
    background: var(--lp-blue-paler);
    border-radius: 10px;
    margin-top: auto;
    flex-wrap: wrap;
}

.sv-card-price-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--lp-text-mute);
    margin-right: 8px;
}

.sv-card-price-num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: var(--lp-blue);
    line-height: 1;
}

.sv-card-price-unit {
    font-size: 12px;
    font-weight: 600;
    color: var(--lp-text-mute);
}

.sv-card-link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 6px;
    color: var(--lp-blue);
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px;
}

.sv-card-link:hover {
    color: var(--lp-blue-dark);
}

.sv-card-link svg {
    width: 14px;
    height: 14px;
}

.sv-reasons {
    padding: 96px 0;
    background: #fff;
}

.sv-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.sv-reason-card {
    background: #fff;
    border: 1px solid var(--lp-border-soft);
    border-radius: var(--lp-radius-lg);
    padding: 32px 26px;
    text-align: center;
    box-shadow: var(--lp-shadow-sm);
    transition: transform .25s var(--lp-ease), box-shadow .25s var(--lp-ease);
}

.sv-reason-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-md);
}

.sv-reason-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: var(--lp-blue-pale);
    color: var(--lp-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv-reason-icon svg {
    width: 32px;
    height: 32px;
}

.sv-reason-card h3 {
    font-size: 18px;
    font-weight: 900;
    color: var(--lp-blue-deep);
    margin-bottom: 12px;
}

.sv-reason-card p {
    font-size: 13.5px;

    line-height: 1.85;
    text-align: left;
}

@media (max-width: 1024px) {
    .sv-card-grid {
        grid-template-columns: 1fr;
    }

    .sv-reason-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .sv-cat-section,
    .sv-reasons {
        padding: 72px 0;
    }

    .sv-card {
        padding: 24px 20px;
    }

    .sv-card-head {
        gap: 12px;
    }

    .sv-card-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }
}