:root {
    --font-maru: "Zen Maru Gothic", sans-serif;
    --font-kaku: "Zen Kaku Gothic New", sans-serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-open-condensed: "Open Sans Condensed", "Arial Narrow", sans-serif;
    --orange: #fa7321;
    --orange-shadow: #d85814;
    --blue: #3c9ac8;
    --blue-dark: #2f74b5;
    --navy: #04015b;
    --light-blue: #e5f3fa;
    --yellow: #ffe838;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html:has(body.lp-body) {
    overflow-x: clip !important;
    background: #fff;
}

body.lp-body {
    overflow-x: clip !important;
    min-width: 320px;
    font-family: var(--font-maru);
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    background: #fff;
}

a {
    color: inherit;
}

.lp-content {
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.top-bar {
    position: sticky;
    top: 0;
    z-index: 101;
    max-width: 780px;
    margin: 0 auto;
    background-color: var(--navy);
    color: #fff;
    text-align: center;
    height: 46px;
    padding: 0 12px;
    font-family: var(--font-kaku);
    font-size: clamp(13px, 2.45vw, 21px);
    font-weight: 700;
    letter-spacing: 0;
}

.top-bar p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
}

.top-bar img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.main-header {
    position: sticky;
    top: 46px;
    z-index: 100;
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 16px 12px;
}

.main-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    pointer-events: none;
}

.header-inner {
    max-width: 708px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 12px;
}

.logo img {
    display: block;
    width: 54px;
    height: auto;
}

.header-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.btn-tel,
.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 10px 28px 12px;
    border-radius: 999px;
    color: #fff;
    font-family: var(--font-kaku);
    font-size: clamp(15px, 2.7vw, 20px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-tel {
    background-color: var(--blue);
    box-shadow: 4px 4px 0 var(--blue-dark);
}

.btn-contact {
    background-color: var(--orange);
    box-shadow: 4px 4px 0 var(--orange-shadow);
}

.btn-tel:hover {
    transform: translate(3px, 3px);
    box-shadow: 1px 1px 0 var(--blue-dark);
}

.btn-contact:hover {
    transform: translate(3px, 3px);
    box-shadow: 1px 1px 0 var(--orange-shadow);
}

.btn-tel::before,
.btn-contact::before {
    flex: 0 0 auto;
    display: block;
    width: 28px;
    height: 28px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-tel::before {
    background-image: url("../img/lp-subsidy/icon_tel.svg");
}

.btn-cta::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 54px;
    height: 54px;
    content: "";
    background: url("../img/lp-subsidy/icon_mail.svg") no-repeat center / contain;
}

.btn-contact::before {
    background-image: url("../img/lp-subsidy/icon_mail.svg");
}

.hero {
    position: relative;
    min-height: 814px;
    padding: 93px 28px 0;
    text-align: center;
    background: url("../img/lp-subsidy/hero-bg.jpg") no-repeat center top;
    background-size: cover;
}

.hero-inner {
    position: relative;
    height: 100%;
}

.hero-copy {
    width: fit-content;
    margin: 0 auto;
}

.hero-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    height: 56px;
    margin-left: 0;
    padding: 0 30px;
    transform: translateX(-80px);
    border-radius: 999px;
    background: var(--yellow);
    color: var(--navy);
    font-family: var(--font-kaku);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
}

.hero-main-visual {
    position: relative;
    margin-top: 19px;
}

.icon-window {
    position: absolute;
    top: -3px;
    left: -86px;
    width: 92px;
    height: auto;
}

.hero-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    line-height: 0.78;
    letter-spacing: 0;
}

.hero-title .small {
    margin-right: 10px;
    padding-bottom: 0;
    font-family: var(--font-kaku);
    font-size: 80px;
    font-weight: 900;
    line-height: 0.9;
    transform: translateY(14px);
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
}

.hero-title .huge {
    font-family: var(--font-noto);
    font-size: 230px;
    font-weight: 900;
    letter-spacing: 0;
}

.hero-title .medium {
    margin-left: 5px;
    align-self: flex-end;
    padding-bottom: 0;
    font-family: var(--font-noto);
    font-size: 46px;
    font-weight: 700;
    line-height: 0.9;
    transform: translateY(12px);
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.hero-subtext {
    margin-top: 30px;
    color: #222;
    font-family: var(--font-kaku);
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.feature-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 548px;
    margin-top: 72px;
    margin-right: auto;
    margin-left: 8px;
}

.f-card {
    min-height: 177px;
    padding: 21px 8px 16px;
    border-top: 6px solid var(--navy);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    color: var(--navy);
}

.f-card p {
    margin-top: 13px;
    font-family: var(--font-kaku);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
}

.f-icon {
    display: block;
    width: auto;
    height: 56px;
    margin: 0 auto;
    object-fit: contain;
}

.worker-img {
    position: absolute;
    z-index: 10;
    right: -28px;
    bottom: -95px;
    width: 246px;
    height: auto;
    pointer-events: none;
}

.intro-panel {
    position: relative;
    z-index: 5;
    max-width: 716px;
    margin: -100px auto 75px;
    overflow: hidden;
    border-radius: 13px;
    background: var(--light-blue);
}

.blue-banner {
    background-color: var(--blue);
    color: #fff;
    padding: 32px 42px;
    text-align: left;
}

.blue-banner h2 {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    font-family: var(--font-kaku);
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.45;
}

.blue-banner h2 .text-em {
    color: var(--yellow);
    white-space: nowrap;
}

.blue-banner h2 .text-small {
    color: #fff;
    font-size: 32px;
}

.br-sp,
.br-sp-s {
    display: none;
}

.merit-grid {
    padding: 32px 36px 16px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 34px;
}

.merit-item {
    min-height: 152px;
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 5px;
    padding: 20px 15px 20px 5px;
    border-left: 7px solid;
    border-radius: 13px;
    background: #fff;
}

.merit-item img {
    max-width: 46px;
    max-height: 46px;
    justify-self: center;
}

.merit-item p {
    font-family: var(--font-maru);
    font-size: clamp(18px, 2.95vw, 24px);
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    letter-spacing: 0;
}

.merit-item p span {
    color: #d09d3f;
    font-size: clamp(25px, 4.1vw, 36px);
}

.border-blue {
    border-color: #357db9;
}

.border-green {
    border-color: #2ba665;
}

.border-orange {
    border-color: #d09d3f;
}

.border-teal {
    border-color: #46bdb8;
}

.cta-area {
    padding: 16px 28px 36px;
    text-align: center;
}

.cta-bubble {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 440px;
    min-height: 78px;
    padding: 14px 36px 18px;
    border: 5px solid var(--orange);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--orange);
    font-size: clamp(19px, 3.05vw, 24px);
    font-weight: 700;
    line-height: 1.2;
}

.btn-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 99px;
    margin-top: -12px;
    padding: 18px 78px;
    border-radius: 10px;
    background: var(--orange);
    box-shadow: 6px 6px 0 var(--orange-shadow);
    color: #fff;
    font-family: var(--font-maru);
    font-size: clamp(30px, 5vw, 36px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-cta::before {
    left: 28px;
}

.btn-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.btn-cta:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 var(--orange-shadow);
}

@media (max-width: 640px) {
    .top-bar {
        top: 0;
        height: 40px;
        font-size: clamp(11px, 3.35vw, 14px);
    }

    .main-header {
        top: 40px;
    }

    .top-bar img {
        width: 18px;
        height: 18px;
        margin-right: 0;
    }

    .main-header {
        padding: 8px 10px 10px;
    }

    .header-inner {
        grid-template-columns: 48px 1fr;
        gap: 8px;
    }

    .logo img {
        width: 42px;
    }

    .header-btns {
        gap: 7px;
    }

    .btn-tel,
    .btn-contact {
        min-height: 44px;
        gap: 9px;
        padding: 9px 12px 10px;
        font-size: clamp(12px, 3.5vw, 16px);
        box-shadow: 3px 3px 0 currentColor;
    }

    .btn-tel {
        box-shadow: 3px 3px 0 var(--blue-dark);
    }

    .btn-contact {
        box-shadow: 3px 3px 0 var(--orange-shadow);
    }

    .btn-tel::before,
    .btn-contact::before {
        width: 22px;
        height: 22px;
    }

    .hero {
        min-height: 620px;
        padding: 30px 18px 0;
    }

    .hero-copy {
        width: 100%;
        transform: none;
    }

    .hero-badge {
        min-width: 235px;
        height: 45px;
        margin: 0 auto;
        font-size: 18px;
        transform: none;
    }

    .hero-main-visual {
        margin-top: 8px;
    }

    .icon-window {
        top: -50px;
        left: calc(50% - 172px);
        width: 58px;
    }

    .hero-title .small {
        margin-right: 6px;
        font-size: clamp(36px, 10vw, 48px);
        line-height: 0.86;
        transform: translateY(6px);
    }

    .hero-title .huge {
        font-size: clamp(91px, 27vw, 134px);
    }

    .hero-title .medium {
        align-self: flex-end;
        margin-left: 5px;
        font-size: clamp(28px, 7.5vw, 36px);
        transform: translateY(5px);
    }

    .hero-subtext {
        margin-top: 11px;
        padding-right: 0;
        font-size: 14px;
        text-align: center;
    }

    .feature-cards {
        gap: 9px;
        max-width: none;
        margin-top: 60px;
        margin-left: 0;
    }

    .f-card {
        min-height: 126px;
        padding: 12px 4px 10px;
        border-top-width: 4px;
        border-radius: 9px;
    }

    .f-card p {
        margin-top: 7px;
        font-size: clamp(12px, 4vw, 17px);
        line-height: 1.45;
    }

    .f-icon {
        width: 38px;
        height: 38px;
        transform: scale(0.75);
        transform-origin: center top;
    }

    .worker-img {
        right: -58px;
        bottom: -12px;
        width: 188px;
    }

    .intro-panel {
        max-width: calc(100% - 24px);
        margin-bottom: 28px;
        border-radius: 9px;
    }

    .blue-banner {
        padding: 22px 18px;
        text-align: center;
    }

    .blue-banner h2 {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(19px, 5.35vw, 24px);
        line-height: 1.5;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .blue-banner h2 .text-em {
        white-space: normal;
    }

    .blue-banner h2 .text-small {
        font-size: 0.8em;
    }

    .merit-grid {
        padding: 24px 18px 10px;
    }

    .grid-container {
        gap: 16px;
    }

    .merit-item {
        min-height: 116px;
        grid-template-columns: 36px 1fr;
        gap: 10px;
        padding: 15px 11px 15px 10px;
        border-left-width: 5px;
        border-radius: 10px;
    }

    .merit-item img {
        max-width: 34px;
        max-height: 40px;
    }

    .merit-item p {
        font-size: clamp(18px, 4.8vw, 20px);
    }

    .merit-item p span {
        font-size: clamp(18px, 5.3vw, 23px);
    }

    .cta-area {
        padding: 16px 14px 30px;
    }

    .cta-bubble {
        min-width: min(330px, 85vw);
        min-height: 56px;
        padding: 11px 20px 13px;
        border-width: 4px;
        font-size: clamp(15px, 4.5vw, 19px);
    }

    .btn-cta {
        min-height: 74px;
        padding: 16px 52px;
        font-size: clamp(23px, 7vw, 31px);
        box-shadow: 4px 4px 0 var(--orange-shadow);
    }

    .btn-cta::before {
        left: 18px;
    }

    .btn-cta::after {
        right: 20px;
        width: 13px;
        height: 13px;
        border-width: 2px;
    }
}

@media (max-width: 430px) {
    .top-bar p {
        transform: scale(0.9);
    }

    .header-inner {
        grid-template-columns: 1fr;
    }

    .logo {
        display: none;
    }

    .header-btns {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .btn-tel,
    .btn-contact {
        min-height: 44px;
        gap: 6px;
        padding: 8px 8px 9px;
        font-size: clamp(12px, 3.45vw, 15px);
    }

    .btn-tel::before,
    .btn-contact::before {
        width: 19px;
        height: 19px;
    }

    .hero {
        min-height: 480px;
    }

    .feature-cards {
        margin-top: 30px;
    }

    .worker-img {
        display: none;
    }

    .grid-container {
        grid-template-columns: 1fr;
    }

    .btn-cta {
        min-height: 86px;
        padding: 14px 48px 16px;
        font-size: clamp(20px, 5.6vw, 24px);
        line-height: 1.15;
        white-space: normal;
        text-align: center;
        letter-spacing: normal;
    }

    .btn-cta::before {
        left: 15px;
        width: 40px;
        height: 40px;
    }

    .br-sp-s {
        display: block;
    }
}

@media (min-width: 431px) and (max-width: 780px) {
    .feature-cards {
        z-index: 3;
        max-width: 548px;
        gap: 18px;
        margin-top: 64px;
        margin-left: 8px;
    }

    .f-card {
        min-height: 177px;
        padding: 21px 8px 16px;
        border-top-width: 6px;
        border-radius: 13px;
    }

    .f-card p {
        margin-top: 13px;
        font-size: clamp(18px, 3.2vw, 24px);
        line-height: 1.5;
        letter-spacing: 0.02em;
    }

    .f-icon {
        width: auto;
        height: 56px;
        transform: none;
    }

    .worker-img {
        z-index: 1;
        right: -52px;
        bottom: 50px;
        width: 180px;
    }

    .feature-cards {
        z-index: 3;
    }

    .hero-subtext {
        position: relative;
        z-index: 3;
    }

    .effect-text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .effect-text strong {
        font-size: clamp(19px, 2.55vw, 21px);
    }

    .effect-nowrap {
        display: inline-block;
        white-space: nowrap;
    }
}

@media (min-width: 431px) and (max-width: 520px) {
    .feature-cards {
        gap: 10px;
        margin-left: 0;
    }

    .f-card {
        padding-right: 4px;
        padding-left: 4px;
    }

    .f-card p {
        font-size: clamp(15px, 3.6vw, 18px);
        letter-spacing: 0;
    }
}

.saving-section {
    background-color: #fff8c9;
    background-image:
        linear-gradient(rgba(181, 166, 64, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(181, 166, 64, 0.16) 1px, transparent 1px);
    background-size: 18px 18px;
    padding: 100px 0 74px;
    overflow: hidden;
}

.saving-inner {
    max-width: 780px;
    margin: 0 auto;
}

.saving-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 36px;
    color: var(--navy);
    font-family: var(--font-maru);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.saving-title span {
    display: block;
    font-size: 46px;
    letter-spacing: 0.12em;
}

.saving-title strong {
    display: block;
    font-size: 85px;
    letter-spacing: 0.1em;
}

.saving-title-icon {
    position: absolute;
    right: -52px;
    top: 38px;
    width: 58px;
    height: auto;
}

.saving-slider-wrap {
    position: relative;
}

.saving-slider {
    display: grid;
    grid-auto-columns: 570px;
    grid-auto-flow: column;
    gap: 24px;
    padding: 0 32px 18px 48px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 48px;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.saving-slider.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.saving-slider::-webkit-scrollbar {
    display: none;
}

.saving-dots {
    display: none;
}

.saving-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(2, 4, 95, 0.28);
    cursor: pointer;
}

.saving-dots button.is-active {
    background: var(--navy);
}

.saving-card {
    overflow: hidden;
    border: 3px solid #b49b27;
    border-radius: 10px;
    background: #fff;
    scroll-snap-align: start;
}

.saving-card-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 110px;
    padding: 0 32px 30px;
    border-radius: 7px 7px 0 0;
    background: #ad9829;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.saving-avatar {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.saving-card-body {
    position: relative;
    padding: 30px 28px 34px;
}

.saving-card-body h3 {
    position: absolute;
    top: -35px;
    left: 50%;
    min-width: 254px;
    padding: 5px 24px 5px;
    transform: translateX(-50%);
    border-radius: 14px 14px 0 0;
    background: #fff;
    color: #ad9829;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.saving-amount {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.saving-amount::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100px;
    right: 125px;
    bottom: 10px;
    height: 18px;
    background: var(--yellow);
}

.saving-amount strong {
    font-size: 75px;
    font-weight: 900;
}

.saving-amount span {
    font-size: 36px;
}

.saving-graph {
    position: relative;
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    align-items: end;
    min-height: 282px;
    padding: 0 30px;
}

.saving-before {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 282px;
    border-radius: 7px 7px 0 0;
    background: var(--navy);
    color: #fff;
    text-align: center;
}

.saving-before p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.saving-before strong {
    display: block;
    font-size: 34px;
    font-weight: 700;
}

.saving-slope {
    position: absolute;
    left: 208px;
    bottom: 0;
    width: 260px;
    height: 282px;
    background: #efefef;
    clip-path: polygon(0 0, 0 0, 100% 210%, 0 100%);
}

.saving-after {
    position: relative;
    z-index: 2;
    grid-column: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saving-arrow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 176px;
    margin-bottom: 20px;
    background: var(--yellow);
    font-weight: 700;
    text-align: center;
}

.saving-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 40px solid var(--yellow);
}

.saving-arrow span {
    font-size: 28px;
}

.saving-arrow strong {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #e60000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.saving-pay {
    width: 180px;
    margin-top: 12px;
    padding: 10px 8px 10px;
    border-radius: 8px 8px 0 0;
    background: var(--blue);
    color: #fff;
    text-align: center;
}

.saving-pay span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.saving-pay strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.saving-labels {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 0;
    margin-top: 18px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.saving-labels strong {
    grid-column: 3;
    font-size: 20px;
    line-height: 1.35;
    white-space: nowrap;
}

.saving-cta {
    padding: 20px 48px 0;
    text-align: center;
}

.worry-section {
    --worry-wave-height: 120px;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 134px 0 120px;
    background-color: #fff8c9;
    background-image:
        linear-gradient(rgba(181, 166, 64, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(181, 166, 64, 0.16) 1px, transparent 1px);
    background-size: 18px 18px;
    font-family: var(--font-maru);
}

.worry-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(var(--worry-wave-height) - 1px);
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dfe7ef;
    pointer-events: none;
}

.worry-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--worry-wave-height);
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 785 91' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%23dfe7ef' d='M0 38C95 102 275-74 686 38C730 50 760 50 785 56V91H0Z'/%3E%3C/svg%3E") no-repeat center top / 100% 100%;
    pointer-events: none;
}

.worry-section .worry-inner::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -155px;
    left: 50%;
    width: 7px;
    height: 70px;
    transform: translateX(-50%);
    background: radial-gradient(circle, var(--navy) 0 3.5px, transparent 4px) center top / 7px 14px repeat-y;
    pointer-events: none;
}

.worry-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 34px;
}

.worry-title {
    position: relative;
    margin-bottom: 72px;
    color: var(--navy);
    font-size: 74px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-align: center;
}

.worry-title span {
    position: relative;
    display: inline-block;
}

.worry-title span::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 21px;
    height: 21px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--navy);
    box-shadow:
        calc(var(--worry-dot-gap, 84px) * -1) 0 0 var(--navy),
        var(--worry-dot-gap, 84px) 0 0 var(--navy);
}

.worry-list {
    display: grid;
    gap: 62px;
}

.worry-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 28px;
}

.worry-item.is-reverse {
    grid-template-columns: 1fr 150px;
}

.worry-item.is-reverse .worry-person {
    grid-column: 2;
}

.worry-item.is-reverse .worry-bubble {
    grid-column: 1;
    grid-row: 1;
}

.worry-person {
    width: 150px;
    height: auto;
}

.worry-bubble {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    padding: 42px 50px 42px 80px;
    border: 0;
    border-radius: 0;
    background: url("../img/lp-subsidy/fukidashi01.png") no-repeat center / 100% 100%;
    color: #0a3765;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
}

.worry-item.is-reverse .worry-bubble {
    padding-right: 76px;
    padding-left: 58px;
    background-image: url("../img/lp-subsidy/fukidashi02.png");
}

.worry-bubble > span {
    display: inline-block;
    text-align: left;
}

.worry-bubble::before,
.worry-bubble::after {
    content: "";
    display: none;
}

.worry-bubble strong {
    padding: 0 2px 2px;
    border-radius: 5px;
    background: linear-gradient(transparent 58%, var(--yellow) 58%);
    font-weight: 900;
}

.solution-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 86px 0 144px;
    background-color: #fff8c9;
}

.solution-section::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 785 92' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect y='-1531' width='785' height='1537' fill='%23fff9cc'/%3E%3Cpath fill='%23fff9cc' d='M-30-91H657.184C657.184-91 1068.52-58.0341 657.184 53.8495C245.848 165.733 65.5856-10.5345-30 53.8495V-91Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
    pointer-events: none;
}

.solution-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
    background-image:
        linear-gradient(rgba(210, 210, 210, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(210, 210, 210, 0.35) 1px, transparent 1px);
    background-color: #fff;
    background-size: 18px 18px;
    pointer-events: none;
}

.solution-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 56px;
    text-align: center;
}

.solution-title {
    color: var(--navy);
    font-family: var(--font-noto);
    font-weight: 900;
    line-height: 1.25;
}

.solution-title span {
    display: block;
    margin-bottom: 18px;
    font-size: 48px;
    letter-spacing: 0;
}

.solution-title strong {
    display: block;
    padding: 6px 20px 10px;
    border-radius: 12px;
    background: #fff;
    font-size: 76px;
    line-height: 1.08;
    letter-spacing: 0;
}

.solution-title em {
    display: block;
    font-style: normal;
    font-size: 58px;
    line-height: 1.08;
}

.solution-title small {
    display: block;
    margin-top: 28px;
    font-size: 40px;
    line-height: 1.3;
}

.solution-photo-wrap {
    position: relative;
    z-index: 2;
    margin: 22px auto -216px;
    max-width: 640px;
}

.solution-photo {
    display: block;
    width: 100%;
    height: auto;
}

.solution-message {
    position: relative;
    z-index: 1;
    margin: 0 -56px;
    padding: 214px 12px 42px;
    border-radius: 50px;
    background: #3c9eca;
    color: #fff;
    font-family: var(--font-maru);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.85;
    text-align: center;
    letter-spacing: -0.02em;
}

.solution-message strong {
    color: var(--yellow);
    font-weight: 700;
    font-size: 1.14em;
}

.solution-cta {
    position: relative;
    z-index: 2;
    padding: 56px 0 0;
}

.solution-cta .cta-bubble {
    min-width: 236px;
    min-height: 70px;
    padding: 12px 30px 14px;
}

.effect-section {
    padding: 68px 0 112px;
    background-color: #fff;
    background-image:
        linear-gradient(rgba(210, 210, 210, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(210, 210, 210, 0.35) 1px, transparent 1px);
    background-size: 18px 18px;
}

.effect-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.effect-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 46px;
    color: var(--navy);
    font-family: var(--font-maru);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
}

.effect-title span {
    font-size: 96px;
    line-height: 0.8;
    padding: 0 0.1em;
}

.effect-title-icon {
    position: absolute;
    right: -39px;
    top: 0;
    width: 60px;
    height: auto;
}

.effect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 38px;
    margin-top: 65px;
}

.effect-card {
    position: relative;
    overflow: visible;
    border-radius: 16px 16px 16px 16px;
    background: #f1f1f1;
    text-align: center;
}

.effect-label {
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 50%;
    min-width: 224px;
    padding: 5px 28px 8px;
    transform: translateX(-50%);
    border-radius: 999px;
    color: #111;
    font-family: var(--font-maru);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.effect-label.is-green {
    background: #72d86e;
}

.effect-label.is-yellow {
    background: #efe277;
}

.effect-label.is-blue {
    background: #80cbe8;
}

.effect-label.is-red {
    background: #ef8d8f;
}

.effect-image {
    display: block;
    width: 100%;
    aspect-ratio: 342 / 228;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.effect-text {
    min-height: 112px;
    padding: 20px 14px 24px;
    color: #000;
    font-family: var(--font-maru);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.effect-text strong {
    font-size: 24px;
    font-weight: 700;
}

.work-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0 142px;
    background: #e5f2f9;
    font-family: var(--font-maru);
}

.work-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 78px;
    left: 0;
    background: #3a99c6;
}

.work-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 92px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 785 92' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect y='-1531' width='785' height='1537' fill='%233a99c6'/%3E%3Cpath fill='%233a99c6' d='M-30-91H657.184C657.184-91 1068.52-58.0341 657.184 53.8495C245.848 165.733 65.5856-10.5345-30 53.8495V-91Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
    pointer-events: none;
}

.work-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.work-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 100px;
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.1em;
}

.work-title-icon {
    position: absolute;
    right: -40px;
    top: -24px;
    width: 48px;
    height: auto;
}

.work-cards {
    display: grid;
    gap: 112px;
}

.work-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.work-logo {
    display: block;
    height: auto;
    margin: 34px auto 28px;
}

.work-logo-uchiremo {
    width: 286px;
}

.work-logo-madorimo {
    width: 300px;
}

.work-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    margin: 0 36px 28px;
    padding: 10px 22px;
    border-radius: 999px;
    color: var(--navy);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.work-lead.is-uchiremo {
    background: rgba(151, 211, 202, 0.36);
}

.work-lead.is-madorimo {
    background: #fde9f2;
}

.work-diagram {
    display: block;
    width: calc(100% - 70px);
    height: auto;
    margin: 0 auto 28px;
}

.work-diagram-uchiremo {
    max-width: 560px;
}

.work-uchiremo-diagram {
    display: grid;
    grid-template-columns: 158px 100px 340px;
    align-items: start;
    justify-content: center;
    gap: 14px;
    width: calc(100% - 70px);
    margin: 0 auto 28px;
}

.work-window-block {
    display: grid;
    grid-template-rows: 44px auto;
    justify-items: center;
    align-items: start;
    gap: 10px;
}

.work-window-block span,
.work-window-block strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 3px 18px 5px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.work-window-block span {
    background: #d8d8d8;
    color: #333;
}

.work-window-block strong {
    min-width: 140px;
    border: 2px solid #0aa48e;
    background: #fff;
    color: #0aa48e;
    font-size: 23px;
    font-weight: 900;
}

.work-window-block img {
    display: block;
    width: 100%;
    height: auto;
}

.work-window-block.is-current img {
    width: 158px;
}

.work-window-block.is-added {
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    margin-left: 28px;
}

.work-window-block.is-added span,
.work-window-block.is-added strong {
    grid-row: 1;
}

.work-window-block.is-added img {
    grid-column: 1 / -1;
    width: 330px;
}

.work-arrow {
    align-self: start;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 165px;
    background: #00a58c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-left: 10px;
}

.work-arrow::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 34px solid #0aa48e;
}

.work-madorimo-head {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 18px;
    margin: 0 36px 18px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.work-madorimo-head strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #CA0E57;
    border-radius: 5px;
    color: #CA0E57;
    font-size: 24px;
    font-weight: 700;
}

.work-diagram-madorimo {
    /* width: calc(100% - 46px); */
    width: 100%;
    margin-bottom: 0;
}

.work-pros-cons {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.work-pros-cons::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 1px;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: none;
}

.work-pros,
.work-cons {
    min-height: 180px;
    padding: 22px 21px 28px;
    font-weight: 700;
}

.work-pros {
    background: #e5f2f9;
}

.work-cons {
    background: #ffe4e4;
}

.work-pros h3,
.work-cons h3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.work-pros h3 {
    color: #3c9eca;
}

.work-cons h3 {
    color: #ff333c;
}

.work-pros ul,
.work-cons ul {
    list-style: none;
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}

.work-pros li,
.work-cons li {
    padding-left: 1em;
    text-indent: -1em;
}

.work-pros li::before,
.work-cons li::before {
    content: "・";
}

.work-cta {
    padding: 84px 48px 0;
    text-align: center;
}

.work-cta .cta-bubble {
    min-width: 600px;
    min-height: 72px;
    padding: 13px 28px 15px;
    font-size: 28px;
}

.reason-section {
    position: relative;
    overflow: hidden;
    padding: 136px 0 142px;
    background: #e5f2f9;
    font-family: var(--font-maru);
}

.reason-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 78px;
    background-color: #fff;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
}

.reason-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 92px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 785 92' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect y='-1531' width='785' height='1537' fill='%23e5f2f9'/%3E%3Cpath fill='%23e5f2f9' d='M-30-91H657.184C657.184-91 1068.52-58.0341 657.184 53.8495C245.848 165.733 65.5856-10.5345-30 53.8495V-91Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
    pointer-events: none;
}

.reason-inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 30px;
}

.reason-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 82px;
    color: var(--navy);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
}

.reason-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 48px;
}

.reason-title span strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 2px 20px 8px;
    border-radius: 16px;
    background: #3a99c6;
    color: #fff;
    font-size: 64px;
    line-height: 1;
}

.reason-title em {
    position: relative;
    display: inline-block;
    margin-top: 22px;
    font-size: 48px;
    font-style: normal;
}

.reason-title em::first-letter {
    font-size: 96px;
}

.reason-title-icon {
    position: absolute;
    right: 128px;
    bottom: 32px;
    width: 54px;
    height: auto;
}

.reason-list {
    display: grid;
    gap: 64px;
}

.reason-card {
    position: relative;
    padding: 30px 38px 34px;
    border-radius: 16px;
    background: #fff;
}

.reason-card-head {
    display: block;
    min-height: 118px;
    margin-bottom: 36px;
    padding: 0;
}

.reason-heading {
    text-align: center;
}

.reason-number {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background: #e5f2f9;
    color: #333;
    font-family: var(--font-open-condensed);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.reason-number::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 8px;
    width: 18px;
    height: 16px;
    background: #e5f2f9;
    clip-path: polygon(0 0, 100% 100%, 18% 74%);
    transform: rotate(10deg);
}

.reason-heading {
    color: #000;
    font-weight: 900;
    line-height: 1.35;
}

.reason-heading h3 {
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
}

.reason-heading h3 strong {
    margin: 0 3px;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.reason-heading p {
    margin-top: 8px;
    font-size: 27px;
    font-weight: 700;
}

/* .reason-card-head:not(.is-center) .reason-heading h3 {
    padding-top: 18px;
} */

.reason-card-head.is-center .reason-heading h3 {
    font-size: 52px;
}

.reason-card-head.is-center .reason-heading p {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 29px;
}

.reason-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    border-radius: 12px;
}

.reason-text {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
}

.reason-text span {
    color: #3C99C8;
    font-weight: 700;
}

.reason-cta {
    padding: 86px 84px 0;
    text-align: center;
}

.reason-cta .cta-bubble {
    min-width: 450px;
    min-height: 72px;
    padding: 13px 28px 15px;
}

.flow-section {
    position: relative;
    padding: 126px 0 112px;
    background-color: #fff;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    font-family: var(--font-maru);
}

.flow-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 48px;
}

.flow-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 88px;
    color: var(--navy);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.1em;
}

.flow-title mark {
    display: inline-block;
    padding: 0 8px 5px;
    border-radius: 10px;
    background: var(--yellow);
    color: inherit;
    font-size: 64px;
}

.flow-title-kazari {
    position: absolute;
    top: 88px;
    width: 48px;
    height: auto;
}

.flow-title-kazari.is-left {
    left: -62px;
}

.flow-title-kazari.is-right {
    right: -62px;
}

.flow-steps {
    position: relative;
    display: grid;
    gap: 80px;
}

.flow-steps::before {
    content: "";
    position: absolute;
    top: 88px;
    bottom: -130px;
    left: 55px;
    width: 0;
    border-left: 4px dashed var(--orange);
}

.flow-step {
    position: relative;
    display: grid;
    grid-template-columns: 110px 52px 1fr;
    align-items: start;
    gap: 24px;
}

.flow-badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff9cc;
    color: #333;
    font-family: var(--font-open-condensed);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.flow-badge span {
    font-size: 30px;
}

.flow-badge strong {
    font-size: 48px;
}

.flow-icon {
    display: block;
    width: 60px;
    height: auto;
    margin: 18px auto 0;
}

.flow-step-text {
    padding-top: 16px;
}

.flow-step-text h3 {
    margin-bottom: 18px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.flow-step-text p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.flow-step-text .flow-note {
    display: block;
    margin-top: 16px;
    color: #113864;
    font-size: 28px;
    font-weight: 900;
}

.flow-step-text .flow-note span {
    background: linear-gradient(transparent 58%, var(--yellow) 58%);
    font-weight: inherit;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.flow-cta {
    padding: 78px 40px 0;
    text-align: center;
}

.flow-cta .cta-bubble {
    min-width: 220px;
    min-height: 64px;
    padding: 10px 30px 14px;
}

.flow-section .btn-cta {
    font-size: 30px;
}

.area-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 88px 0 126px;
    background: #fff9cc;
    font-family: var(--font-maru);
}

.area-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 92px;
    background-color: #3c99c8;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 4px, transparent 4px);
    background-size: 30px 30px;
    pointer-events: none;
}

.area-section::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 92px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 785 92' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect y='-1531' width='785' height='1537' fill='%23fff9cc'/%3E%3Cpath fill='%23fff9cc' d='M-30-91H657.184C657.184-91 1068.52-58.0341 657.184 53.8495C245.848 165.733 65.5856-10.5345-30 53.8495V-91Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
    pointer-events: none;
}

.area-inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.area-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 56px;
    color: var(--navy);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}

.area-title-icon {
    width: 58px;
    height: auto;
}

.area-lead {
    display: grid;
    grid-template-columns: 128px 1fr;
    align-items: center;
    gap: 28px;
    min-height: 100px;
    margin-bottom: 62px;
    padding: 18px 32px;
    border-radius: 16px;
    background: #fff;
}

.area-map {
    display: block;
    width: 116px;
    height: auto;
}

.area-lead h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

.area-lead p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.area-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 18px;
    list-style: none;
}

.area-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    border-radius: 8px;
    background: #fff;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.area-note {
    margin-bottom: 18px;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.area-message {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 18px 72px;
    border-radius: 16px;
    background: #3c99c8;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.area-message > span {
    display: inline-block;
    transform: translateY(-0.06em);
}

.area-message-name {
    font-size: 37px;
}

.area-message-kazari {
    position: absolute;
    top: 50%;
    width: 45px;
    height: auto;
}

.area-message-kazari.is-left {
    left: 28px;
    transform: translateY(-50%);
}

.area-message-kazari.is-right {
    right: 28px;
    transform: translateY(-50%) scaleX(-1);
}

.voice-section {
    margin-top: -1px;
    padding: 118px 0 96px;
    background-color: #3c99c8;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 4px, transparent 4px);
    background-size: 30px 30px;
    font-family: var(--font-maru);
}

.voice-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.voice-title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.1em;
}

.voice-title::after {
    content: "";
    position: absolute;
    right: -20px;
    top: -16px;
    width: 42px;
    height: 42px;
    background: url("../img/lp-subsidy/kazari04.svg") no-repeat center / contain;
}

.voice-list {
    display: grid;
    gap: 70px;
    margin-top: 88px;
}

.voice-card {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 32px;
    padding: 28px 16px 38px;
    border-radius: 16px;
    background: #fff;
    color: #000;
}

.voice-avatar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100px;
    height: 135px;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.voice-avatar.is-yellow {
    background: #fff7c6;
}

.voice-avatar.is-blue {
    background: #e5f2f9;
}

.voice-avatar img {
    display: block;
    width: 92px;
    height: auto;
}

.voice-content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.voice-content {
    min-width: 0;
}

.voice-meta {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.voice-stars {
    margin-bottom: 28px;
    color: #FA7321;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.voice-text {
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
}

.voice-subsidy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 228px;
    min-height: 30px;
    padding: 3px 28px 5px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.faq-section {
    padding: 102px 0 112px;
    background: #e5f2f9;
    font-family: var(--font-maru);
}

.faq-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 31px;
}

.faq-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 64px;
    color: var(--navy);
    font-size: 58px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-align: center;
}

.faq-title::after {
    content: "";
    position: absolute;
    right: -28px;
    top: -24px;
    width: 48px;
    height: 48px;
    background: url("../img/lp-subsidy/kazari03.svg") no-repeat center / contain;
}

.faq-list {
    display: grid;
    gap: 40px;
}

.faq-item {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.faq-question,
.faq-answer {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    margin: 0;
    font-family: var(--font-maru);
    line-height: 1.5;
}

.faq-question {
    padding: 30px 30px 28px;
    background: #fff9c9;
    color: var(--navy);
    font-size: 28px;
    font-weight: 700;
}

.faq-answer {
    padding: 26px 30px 26px;
    color: #4b4b4b;
    font-size: 24px;
    font-weight: 700;
}

.faq-question span,
.faq-answer span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
}

.faq-answer span {
    color: #fa7321;
}

.contact-section {
    padding: 92px 0 74px;
    background: #fff;
    font-family: var(--font-maru);
    text-align: center;
}

.contact-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.contact-title {
    margin-bottom: 36px;
    color: var(--navy);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

.contact-lead {
    margin-bottom: 40px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-cta {
    max-width: 552px;
    margin: 0 auto;
}

.contact-cta .cta-bubble {
    min-width: min(440px, 100%);
    font-size: 30px;
}

.contact-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
    margin-top: 44px;
    color: #333;
    font-family: var(--font-noto);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
}

.contact-points li::before {
    content: "✓";
    margin-right: 6px;
}

.footer {
    max-width: 780px;
    margin: 0 auto;
    padding: 48px 0 42px;
    background: #f5f5f5;
    font-family: var(--font-noto);
    font-weight: 400;
    text-align: center;
}

.footer-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 28px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.footer-logo img {
    display: block;
    width: 382px;
    max-width: 100%;
    height: auto;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-bottom: 74px;
}

.footer-nav a {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.footer-copy {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .saving-section {
        padding: 54px 0 58px;
    }

    .saving-title {
        margin-bottom: 30px;
    }

    .saving-title span {
        font-size: clamp(20px, 5.8vw, 28px);
    }

    .saving-title strong {
        font-size: clamp(38px, 11vw, 52px);
    }

    .saving-title-icon {
        right: -32px;
        top: 34px;
        width: 30px;
    }

    .saving-slider {
        width: min(570px, calc(100vw - 64px));
        margin: 0 auto;
        padding: 0 0 18px;
        scroll-padding-left: 0;
    }

    .saving-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 14px;
    }

    .worry-section {
        --worry-wave-height: 86px;
        padding: 96px 0 104px;
    }

    .worry-inner {
        padding: 0 22px;
    }

    .worry-section .worry-inner::before {
        bottom: -139px;
        height: 70px;
    }

    .worry-title {
        margin-bottom: 46px;
        font-size: clamp(42px, 11vw, 62px);
        line-height: 1.3;
    }

    .worry-title span::before {
        top: -22px;
        width: 16px;
        height: 16px;
        box-shadow:
            calc(var(--worry-dot-gap, 64px) * -1) 0 0 var(--navy),
            var(--worry-dot-gap, 64px) 0 0 var(--navy);
    }

    .worry-list {
        gap: 38px;
    }

    .worry-item,
    .worry-item.is-reverse {
        grid-template-columns: 82px 1fr;
        gap: 12px;
    }

    .worry-item.is-reverse {
        grid-template-columns: 1fr 82px;
    }

    .worry-person {
        width: 82px;
    }

    .worry-bubble {
        min-height: 112px;
        padding: 24px 28px 24px 42px;
        font-size: clamp(16px, 4.2vw, 21px);
        line-height: 1.55;
    }

    .worry-item.is-reverse .worry-bubble {
        padding-right: 42px;
        padding-left: 28px;
    }

    .solution-section {
        padding: 76px 0 116px;
    }

    .solution-section::before {
        height: 74px;
    }

    .solution-section::after {
        height: 74px;
    }

    .solution-inner {
        padding: 0 28px;
    }

    .solution-title span {
        font-size: clamp(28px, 7vw, 40px);
    }

    .solution-title strong {
        padding: 7px 14px 9px;
        border-radius: 10px;
        font-size: clamp(39px, 10vw, 56px);
    }

    .solution-title em {
        font-size: clamp(34px, 8.5vw, 48px);
    }

    .solution-title small {
        margin-top: 22px;
        font-size: clamp(24px, 6vw, 32px);
    }

    .solution-photo-wrap {
        margin-top: 18px;
        margin-bottom: -162px;
    }

    .solution-message {
        margin: 0 -28px;
        padding: 160px 18px 34px;
        border-radius: 28px;
        font-size: clamp(19px, 4.8vw, 25px);
        line-height: 1.8;
    }

    .solution-cta {
        padding-top: 46px;
    }

    .solution-cta .cta-bubble {
        min-width: 190px;
        min-height: 58px;
    }

    .effect-section {
        padding: 64px 0 84px;
    }

    .effect-inner {
        padding: 0 22px;
    }

    .effect-title {
        margin-bottom: 42px;
        font-size: clamp(30px, 7.4vw, 44px);
    }

    .effect-title span {
        font-size: clamp(56px, 13vw, 76px);
    }

    .effect-title-icon {
        right: -42px;
        top: -10px;
        width: 40px;
    }

    .effect-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }

    .effect-label {
        font-size: clamp(22px, 4.4vw, 27px);
    }

    .effect-text {
        min-height: auto;
        padding: 20px 16px 24px;
        font-size: clamp(17px, 3.5vw, 21px);
    }

    .effect-text strong {
        font-size: clamp(20px, 4vw, 25px);
    }

    .work-section {
        padding: 72px 0 112px;
    }

    .work-bg {
        bottom: 70px;
    }

    .work-section::after {
        height: 74px;
    }

    .work-inner {
        padding: 0 24px;
    }

    .work-title {
        margin-bottom: 48px;
        font-size: clamp(30px, 7.2vw, 40px);
    }

    .work-title-icon {
        right: -38px;
        top: -18px;
        width: 34px;
    }

    .work-cards {
        gap: 76px;
    }

    .work-logo {
        margin-top: 28px;
        margin-bottom: 22px;
    }

    .work-logo-uchiremo {
        width: 240px;
    }

    .work-logo-madorimo {
        width: 250px;
    }

    .work-lead {
        min-height: 56px;
        margin-right: 28px;
        margin-left: 28px;
        font-size: clamp(20px, 4.6vw, 26px);
    }

    .work-uchiremo-diagram {
        grid-template-columns: 124px 84px 270px;
        gap: 10px;
        width: calc(100% - 44px);
    }

    .work-window-block {
        grid-template-rows: 38px auto;
    }

    .work-window-block span,
    .work-window-block strong {
        min-height: 28px;
        padding: 3px 14px 5px;
        font-size: 15px;
    }

    .work-window-block strong {
        min-width: 112px;
        font-size: 19px;
    }

    .work-window-block.is-current img {
        width: 124px;
    }

    .work-window-block.is-added img {
        width: 260px;
    }

    .work-window-block.is-added {
        margin-left: 24px;
    }

    .work-arrow {
        min-height: 38px;
        margin-top: 146px;
        font-size: 17px;
    }

    .work-arrow::after {
        right: -28px;
        border-top-width: 28px;
        border-bottom-width: 28px;
        border-left-width: 28px;
    }

    .work-pros,
    .work-cons {
        padding: 20px 20px 24px;
    }

    .work-pros h3,
    .work-cons h3 {
        font-size: clamp(26px, 5.4vw, 31px);
    }

    .work-pros ul,
    .work-cons ul {
        font-size: clamp(16px, 3.4vw, 17px);
    }

    .work-cta {
        padding: 66px 24px 0;
    }

    .work-cta .cta-bubble {
        min-width: min(560px, 86vw);
        font-size: clamp(22px, 4.4vw, 24px);
    }

    .reason-section {
        padding: 102px 0 118px;
    }

    .reason-section::before {
        height: 70px;
    }

    .reason-section::after {
        height: 74px;
    }

    .reason-inner {
        padding: 0 24px;
    }

    .reason-title {
        margin-bottom: 58px;
    }

    .reason-title span {
        gap: 9px;
        font-size: clamp(25px, 5.8vw, 34px);
    }

    .reason-title span strong {
        min-height: 58px;
        padding: 1px 14px 7px;
        border-radius: 9px;
        font-size: clamp(38px, 9vw, 52px);
    }

    .reason-title em {
        margin-top: 18px;
        font-size: clamp(27px, 6.2vw, 36px);
    }

    .reason-title em::first-letter {
        font-size: clamp(56px, 13vw, 74px);
    }

    .reason-title-icon {
        right: 100px;
        bottom: 24px;
        width: 38px;
    }

    .reason-list {
        gap: 48px;
    }

    .reason-card {
        padding: 28px 28px 30px;
    }

    .reason-card-head {
        min-height: 98px;
        margin-bottom: 18px;
    }

    .reason-number {
        /* top: 22px;
        left: 28px; */
        width: 68px;
        height: 68px;
        font-size: 32px;
    }

    .reason-number::after {
        right: -3px;
        bottom: 7px;
        width: 15px;
        height: 13px;
    }

    .reason-heading h3 {
        font-size: clamp(22px, 4.8vw, 27px);
        white-space: normal;
    }

    .reason-heading h3 strong {
        font-size: clamp(42px, 9vw, 52px);
    }

    .reason-heading p {
        font-size: clamp(20px, 4.4vw, 25px);
    }

    .reason-card-head:not(.is-center) .reason-heading h3 {
        padding-top: 12px;
    }

    .reason-card-head.is-center .reason-heading h3 {
        font-size: clamp(34px, 7.8vw, 46px);
    }

    .reason-card-head.is-center .reason-heading p {
        font-size: clamp(22px, 4.8vw, 27px);
    }

    .reason-image {
        margin-bottom: 22px;
    }

    .reason-text {
        font-size: clamp(18px, 3.8vw, 22px);
        line-height: 1.95;
    }

    .reason-cta {
        padding: 68px 38px 0;
    }

    .reason-cta .cta-bubble {
        min-width: min(430px, 84vw);
    }

    .flow-section {
        padding: 96px 0 88px;
        background-size: 22px 22px;
    }

    .flow-inner {
        padding: 0 30px;
    }

    .flow-title {
        margin-bottom: 66px;
        font-size: clamp(31px, 7vw, 41px);
    }

    .flow-title-kazari {
        top: 70px;
        width: 38px;
    }

    .flow-title-kazari.is-left {
        left: -50px;
    }

    .flow-title-kazari.is-right {
        right: -50px;
    }

    .flow-steps {
        gap: 60px;
    }

    .flow-steps::before {
        top: 76px;
        left: 45px;
        border-left-width: 3px;
    }

    .flow-step {
        grid-template-columns: 90px 46px 1fr;
        gap: 20px;
    }

    .flow-badge {
        width: 90px;
        height: 90px;
    }

    .flow-badge span {
        font-size: 23px;
    }

    .flow-badge strong {
        font-size: 40px;
    }

    .flow-icon {
        width: 36px;
        margin-top: 16px;
    }

    .flow-step-text {
        padding-top: 12px;
    }

    .flow-step-text h3 {
        margin-bottom: 12px;
        font-size: clamp(23px, 4.8vw, 29px);
    }

    .flow-step-text p {
        font-size: clamp(18px, 3.8vw, 23px);
    }

    .flow-step-text .flow-note {
        font-size: clamp(20px, 4.2vw, 25px);
    }

    .flow-cta {
        padding: 64px 18px 0;
    }

    .flow-cta .cta-bubble {
        min-width: 180px;
    }

    .area-section {
        padding: 82px 0 106px;
    }

    .area-section::before {
        height: 74px;
        background-size: 28px 28px;
    }

    .area-section::after {
        height: 74px;
    }

    .area-inner {
        padding: 0 22px;
    }

    .area-title {
        gap: 16px;
        margin-bottom: 42px;
        font-size: clamp(32px, 7vw, 40px);
    }

    .area-title-icon {
        width: 46px;
    }

    .area-lead {
        grid-template-columns: 100px 1fr;
        gap: 18px;
        margin-bottom: 44px;
        padding: 16px 22px;
    }

    .area-map {
        width: 94px;
    }

    .area-lead h3 {
        font-size: clamp(22px, 4.7vw, 28px);
    }

    .area-lead p {
        font-size: clamp(15px, 3.4vw, 18px);
    }

    .area-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .area-list li {
        min-height: 36px;
        font-size: clamp(15px, 3.5vw, 18px);
    }

    .area-note {
        font-size: clamp(15px, 3.5vw, 18px);
    }

    .area-message {
        min-height: 82px;
        padding: 14px 56px;
        font-size: clamp(21px, 5vw, 24px);
    }

    .area-message-name {
        font-size: clamp(26px, 6vw, 32px);
    }

    .area-message-kazari {
        width: 34px;
    }

    .area-message-kazari.is-left {
        left: 18px;
    }

    .area-message-kazari.is-right {
        right: 18px;
    }

    .voice-section {
        padding: 96px 0 76px;
        background-size: 28px 28px;
    }

    .voice-title {
        font-size: clamp(34px, 8vw, 43px);
    }

    .voice-list {
        gap: 42px;
        margin-top: 68px;
    }

    .voice-card {
        grid-template-columns: 88px 1fr;
        gap: 24px;
        padding: 28px 28px 32px;
        border-radius: 10px;
    }

    .voice-avatar {
        width: 88px;
        height: 88px;
        border-radius: 44px 44px 0 0;
    }

    .voice-avatar img {
        width: 76px;
    }

    .voice-content h3 {
        font-size: 20px;
    }

    .voice-meta {
        font-size: 16px;
    }

    .voice-stars {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .voice-text {
        margin-bottom: 24px;
        font-size: clamp(17px, 3.8vw, 20px);
        line-height: 1.9;
    }

    .voice-subsidy {
        min-width: 210px;
        font-size: 16px;
    }

    .faq-section {
        padding: 84px 0 92px;
    }

    .faq-inner {
        padding: 0 22px;
    }

    .faq-title {
        margin-bottom: 48px;
        font-size: clamp(36px, 8vw, 48px);
    }

    .faq-title::after {
        right: -36px;
        top: -18px;
        width: 36px;
        height: 36px;
    }

    .faq-list {
        gap: 28px;
    }

    .faq-question,
    .faq-answer {
        grid-template-columns: 34px 1fr;
        gap: 14px;
    }

    .faq-question {
        padding: 24px 22px 22px;
        font-size: clamp(21px, 4.2vw, 26px);
    }

    .faq-answer {
        padding: 30px 22px 30px;
        font-size: clamp(18px, 3.8vw, 22px);
    }

    .faq-question span,
    .faq-answer span {
        font-size: 34px;
    }

    .contact-section {
        padding: 76px 0 64px;
    }

    .contact-inner {
        padding: 0 22px;
    }

    .contact-title {
        margin-bottom: 28px;
        font-size: clamp(38px, 8vw, 52px);
        line-height: 1.45;
    }

    .contact-lead {
        margin-bottom: 34px;
        font-size: clamp(16px, 3.5vw, 19px);
    }

    .contact-cta .cta-bubble {
        font-size: clamp(23px, 4.8vw, 28px);
    }

    .contact-points {
        gap: 10px 18px;
        margin-top: 36px;
        font-size: 14px;
    }

    .footer {
        padding: 42px 0 36px;
    }

    .footer-logo {
        margin-bottom: 34px;
    }

    .footer-logo img {
        width: 330px;
    }

    .footer-nav {
        gap: 18px;
        margin-bottom: 54px;
    }

    .footer-nav a {
        font-size: 18px;
    }

    .footer-copy {
        font-size: 14px;
    }
}

@media (max-width: 430px) {
    .worry-section {
        --worry-wave-height: 68px;
        padding-top: 80px;
        padding-bottom: 84px;
    }

    .worry-inner {
        padding: 0 14px;
    }

    .worry-section .worry-inner::before {
        bottom: -113px;
        width: 6px;
        height: 58px;
        background-size: 6px 11px;
    }

    .worry-title {
        margin-bottom: 34px;
        font-size: clamp(36px, 11.2vw, 48px);
        letter-spacing: 0.04em;
    }

    .worry-title span::before {
        top: -18px;
        width: 11px;
        height: 11px;
        box-shadow:
            calc(var(--worry-dot-gap, 46px) * -1) 0 0 var(--navy),
            var(--worry-dot-gap, 46px) 0 0 var(--navy);
    }

    .worry-list {
        gap: 30px;
    }

    .worry-item,
    .worry-item.is-reverse {
        grid-template-columns: 62px 1fr;
        gap: 8px;
    }

    .worry-item.is-reverse {
        grid-template-columns: 1fr 62px;
    }

    .worry-person {
        width: 62px;
    }

    .worry-bubble {
        min-height: 88px;
        padding: 13px 18px 18px 38px;
        font-size: clamp(14px, 4.1vw, 17px);
        line-height: 1.55;
    }

    .worry-item.is-reverse .worry-bubble {
        padding-right: 30px;
        padding-left: 20px;
    }

    .solution-section {
        padding: 62px 0 92px;
    }

    .solution-section::before {
        height: 63px;
    }

    .solution-section::after {
        height: 54px;
        background-size: 18px 18px;
    }

    .solution-inner {
        padding: 0 18px;
    }

    .solution-title span {
        margin-bottom: 14px;
        font-size: clamp(24px, 7vw, 30px);
    }

    .solution-title strong {
        padding: 7px 10px 9px;
        border-radius: 8px;
        font-size: clamp(34px, 10.5vw, 42px);
    }

    .solution-title small {
        margin-top: 18px;
        font-size: clamp(21px, 6.2vw, 26px);
    }

    .solution-photo-wrap {
        margin-top: 16px;
        margin-bottom: -116px;
    }

    .solution-message {
        margin: 0 -18px;
        padding: 118px 14px 30px;
        border-radius: 22px;
        font-size: clamp(16px, 4.7vw, 19px);
        line-height: 1.75;
    }

    .solution-cta {
        padding-top: 38px;
    }

    .solution-cta .cta-bubble {
        min-width: 150px;
        min-height: 52px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .effect-section {
        padding: 54px 0 70px;
    }

    .effect-inner {
        padding: 0 18px;
    }

    .effect-title {
        margin-bottom: 40px;
        font-size: clamp(26px, 7.8vw, 34px);
    }

    .effect-title span {
        font-size: clamp(48px, 14vw, 58px);
    }

    .effect-title-icon {
        right: -28px;
        width: 30px;
    }

    .effect-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .effect-label {
        top: -22px;
        min-width: 200px;
        font-size: 23px;
    }

    .effect-text {
        min-height: auto;
        padding: 18px 14px 22px;
        font-size: 18px;
    }

    .effect-text strong {
        font-size: 21px;
    }

    .work-section {
        padding: 58px 0 88px;
    }

    .work-bg {
        bottom: 48px;
    }

    .work-section::after {
        height: 54px;
    }

    .work-inner {
        padding: 0 14px;
    }

    .work-title {
        margin-bottom: 36px;
        font-size: clamp(26px, 7.8vw, 32px);
    }

    .work-title-icon {
        right: -26px;
        top: -12px;
        width: 26px;
    }

    .work-cards {
        gap: 56px;
    }

    .work-card {
        border-radius: 10px;
    }

    .work-logo {
        margin-top: 24px;
        margin-bottom: 18px;
    }

    .work-logo-uchiremo {
        width: 205px;
    }

    .work-logo-madorimo {
        width: 214px;
    }

    .work-lead {
        min-height: 48px;
        margin: 0 16px 20px;
        padding: 8px 14px;
        font-size: clamp(17px, 4.8vw, 20px);
    }

    .work-diagram {
        width: calc(100% - 26px);
        margin-bottom: 20px;
    }

    .work-uchiremo-diagram {
        grid-template-columns: 78px 48px 168px;
        justify-content: center;
        gap: 7px;
        width: calc(100% - 24px);
        margin-bottom: 20px;
    }

    .work-window-block {
        grid-template-rows: 30px auto;
        gap: 6px;
    }

    .work-window-block.is-added {
        column-gap: 6px;
        margin-left: 16px;
    }

    .work-window-block span,
    .work-window-block strong {
        min-height: 22px;
        padding: 2px 8px 4px;
        font-size: 11px;
    }

    .work-window-block strong {
        min-width: 76px;
        border-width: 1px;
        font-size: 13px;
    }

    .work-window-block.is-current img {
        width: 78px;
    }

    .work-window-block.is-added img {
        width: 164px;
    }

    .work-arrow {
        min-height: 26px;
        margin-top: 82px;
        font-size: 11px;
        letter-spacing: normal;
    }

    .work-arrow::after {
        right: -18px;
        border-top-width: 18px;
        border-bottom-width: 18px;
        border-left-width: 18px;
    }

    .work-madorimo-head {
        grid-template-columns: 120px 1fr;
        gap: 10px;
        margin: 0 16px 14px;
        font-size: 12px;
    }

    .work-madorimo-head strong {
        min-height: 32px;
        font-size: 17px;
    }

    .work-diagram-madorimo {
        width: calc(100% - 18px);
    }

    .work-pros-cons {
        grid-template-columns: 1fr;
    }

    .work-pros-cons::before {
        display: none;
    }

    .work-pros,
    .work-cons {
        min-height: auto;
        padding: 18px 18px 22px;
    }

    .work-pros h3,
    .work-cons h3 {
        font-size: 26px;
    }

    .work-pros ul,
    .work-cons ul {
        width: min(270px, 100%);
        max-width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .work-cta {
        padding: 52px 12px 0;
    }

    .work-cta .cta-bubble {
        min-width: min(330px, 86vw);
        font-size: clamp(17px, 4.8vw, 21px);
    }

    .reason-section {
        padding: 78px 0 92px;
    }

    .reason-section::before {
        height: 48px;
    }

    .reason-section::after {
        height: 56px;
    }

    .reason-inner {
        padding: 0 16px;
    }

    .reason-title {
        margin-bottom: 42px;
    }

    .reason-title span {
        flex-wrap: wrap;
        gap: 7px;
        font-size: clamp(21px, 6.2vw, 26px);
    }

    .reason-title span strong {
        min-height: 48px;
        padding: 1px 12px 6px;
        font-size: clamp(33px, 10vw, 42px);
    }

    .reason-title em {
        margin-top: 12px;
        font-size: clamp(24px, 7vw, 30px);
    }

    .reason-title em::first-letter {
        font-size: clamp(46px, 14vw, 60px);
    }

    .reason-title-icon {
        right: 80px;
        bottom: 20px;
        width: 28px;
    }

    .reason-list {
        gap: 36px;
    }

    .reason-card {
        padding: 20px 18px 24px;
        border-radius: 10px;
    }

    .reason-card-head {
        min-height: 76px;
        margin-bottom: 16px;
    }

    .reason-number {
        /* top: 18px;
        left: 18px; */
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .reason-number::after {
        right: -3px;
        bottom: 5px;
        width: 12px;
        height: 11px;
    }

    .reason-heading h3 {
        font-size: clamp(18px, 5vw, 22px);
    }

    .reason-heading h3 strong {
        font-size: clamp(34px, 11vw, 42px);
    }

    .reason-heading p {
        margin-top: 4px;
        font-size: clamp(17px, 4.6vw, 20px);
    }

    .reason-card-head:not(.is-center) .reason-heading h3 {
        padding-top: 20px;
    }

    .reason-card-head.is-center .reason-heading h3 {
        font-size: clamp(27px, 8.4vw, 35px);
    }

    .reason-card-head.is-center .reason-heading p {
        margin-bottom: 4px;
        font-size: clamp(18px, 5vw, 22px);
    }

    .reason-image {
        margin-bottom: 18px;
        border-radius: 9px;
    }

    .reason-text {
        font-size: clamp(15px, 4.2vw, 17px);
        line-height: 1.9;
        letter-spacing: 0.01em;
    }

    .reason-cta {
        padding: 56px 8px 0;
    }

    .reason-cta .cta-bubble {
        min-width: min(310px, 84vw);
    }

    .flow-section {
        padding: 72px 0 70px;
        background-size: 18px 18px;
    }

    .flow-inner {
        padding: 0 16px;
    }

    .flow-title {
        margin-bottom: 44px;
        font-size: clamp(25px, 7.6vw, 32px);
    }

    .flow-title mark {
        padding: 0 5px 4px;
        border-radius: 8px;
        font-size: 40px;
    }

    .flow-title-kazari {
        top: 56px;
        width: 28px;
    }

    .flow-title-kazari.is-left {
        left: -28px;
    }

    .flow-title-kazari.is-right {
        right: -28px;
    }

    .flow-steps {
        gap: 42px;
    }

    .flow-steps::before {
        top: 60px;
        left: 34px;
        border-left-width: 3px;
    }

    .flow-step {
        grid-template-columns: 68px 34px 1fr;
        gap: 10px;
    }

    .flow-badge {
        width: 68px;
        height: 68px;
    }

    .flow-badge span {
        margin-bottom: 3px;
        font-size: 17px;
    }

    .flow-badge strong {
        font-size: 30px;
    }

    .flow-icon {
        width: 28px;
        margin-top: 12px;
    }

    .flow-step-text {
        padding-top: 7px;
    }

    .flow-step-text h3 {
        margin-bottom: 8px;
        font-size: clamp(18px, 5.1vw, 22px);
    }

    .flow-step-text p {
        font-size: clamp(14px, 4vw, 16px);
        line-height: 1.65;
    }

    .flow-step-text .flow-note {
        margin-top: 8px;
        font-size: clamp(15px, 4.2vw, 17px);
    }

    .flow-cta {
        padding: 48px 0 0;
    }

    .flow-cta .cta-bubble {
        min-width: 150px;
    }

    .flow-section .btn-cta {
        font-size: 24px;
    }

    .area-section {
        padding: 64px 0 82px;
    }

    .area-section::before {
        height: 52px;
        background-image: radial-gradient(rgba(255, 255, 255, 0.12) 3px, transparent 3px);
        background-size: 24px 24px;
    }

    .area-section::after {
        height: 56px;
    }

    .area-inner {
        padding: 0 16px;
    }

    .area-title {
        gap: 12px;
        margin-bottom: 32px;
        font-size: clamp(27px, 8vw, 34px);
    }

    .area-title-icon {
        width: 38px;
    }

    .area-lead {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 32px;
        padding: 16px 18px;
        text-align: center;
    }

    .area-map {
        width: 110px;
        margin: 0 auto;
    }

    .area-lead h3 {
        font-size: clamp(20px, 5.8vw, 25px);
    }

    .area-lead p {
        font-size: clamp(13px, 3.8vw, 16px);
    }

    .area-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .area-list li {
        min-height: 34px;
        font-size: clamp(14px, 4vw, 16px);
    }

    .area-note {
        margin-bottom: 16px;
        font-size: clamp(14px, 4vw, 16px);
    }

    .area-message {
        min-height: 72px;
        padding: 12px 38px;
        border-radius: 10px;
        font-size: clamp(19px, 5.7vw, 23px);
    }

    .area-message-name {
        font-size: clamp(23px, 6.8vw, 27px);
    }

    .area-message-kazari {
        width: 26px;
    }

    .area-message-kazari.is-left {
        left: 10px;
    }

    .area-message-kazari.is-right {
        right: 10px;
    }

    .voice-section {
        padding: 72px 0 60px;
        background-image: radial-gradient(rgba(255, 255, 255, 0.12) 3px, transparent 3px);
        background-size: 24px 24px;
    }

    .voice-title {
        font-size: clamp(31px, 9vw, 38px);
    }

    .voice-title::after {
        right: -32px;
        top: -14px;
        width: 30px;
        height: 30px;
    }

    .voice-list {
        gap: 32px;
        margin-top: 46px;
    }

    .voice-inner {
        padding: 0 14px;
    }

    .voice-card {
        grid-template-columns: 78px 1fr;
        gap: 18px;
        padding: 24px 18px 28px;
    }

    .voice-avatar {
        width: 78px;
        height: 78px;
        border-radius: 39px 39px 0 0;
    }

    .voice-avatar img {
        width: 68px;
    }

    .voice-content h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .voice-meta {
        font-size: 14px;
    }

    .voice-stars {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .voice-text {
        margin-bottom: 22px;
        font-size: clamp(16px, 4.5vw, 18px);
        line-height: 1.9;
    }

    .voice-subsidy {
        min-width: 198px;
        font-size: 15px;
    }

    .faq-section {
        padding: 68px 0 78px;
    }

    .faq-inner {
        padding: 0 16px;
    }

    .faq-title {
        margin-bottom: 36px;
        font-size: clamp(31px, 9vw, 38px);
    }

    .faq-title::after {
        right: -28px;
        top: -14px;
        width: 30px;
        height: 30px;
    }

    .faq-list {
        gap: 22px;
    }

    .faq-item {
        border-radius: 7px;
    }

    .faq-question,
    .faq-answer {
        grid-template-columns: 28px 1fr;
        gap: 10px;
    }

    .faq-question {
        padding: 20px 16px 18px;
        font-size: clamp(18px, 5vw, 21px);
        line-height: 1.5;
    }

    .faq-answer {
        padding: 24px 16px 24px;
        font-size: clamp(16px, 4.5vw, 18px);
        line-height: 1.65;
    }

    .faq-question span,
    .faq-answer span {
        font-size: 30px;
    }

    .contact-section {
        padding: 58px 0 52px;
    }

    .contact-inner {
        padding: 0 16px;
    }

    .contact-title {
        margin-bottom: 22px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.55;
    }

    .contact-lead {
        margin-bottom: 28px;
        font-size: clamp(14px, 4vw, 16px);
    }

    .contact-cta .cta-bubble {
        min-width: min(330px, 88vw);
        font-size: clamp(19px, 5.2vw, 22px);
    }

    .contact-cta .btn-cta {
        min-height: 76px;
        font-size: clamp(22px, 6.4vw, 26px);
    }

    .contact-points {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 8px 12px;
        margin-top: 30px;
        font-size: 12px;
    }

    .footer {
        padding: 36px 0 32px;
    }

    .footer-inner {
        padding: 0 16px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-logo img {
        width: min(290px, 86vw);
    }

    .footer-nav {
        gap: 12px 18px;
        margin-bottom: 40px;
    }

    .footer-nav a {
        font-size: 15px;
        text-underline-offset: 4px;
    }

    .footer-copy {
        font-size: 12px;
    }

    .saving-slider-wrap {
        width: calc(100vw - 20px);
        margin: 0 auto;
        overflow: hidden;
    }

    .saving-slider {
        width: 100%;
        grid-auto-columns: 100%;
        gap: 16px;
        padding-bottom: 16px;
    }

    .saving-card-head {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
    }

    .saving-card-body {
        padding: 20px 15px 20px;
    }

    .saving-card-body h3 {
        min-width: 150px;
        font-size: 19px;
    }

    .saving-amount {
        font-size: 17px;
    }

    .saving-amount::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 75px;
        right: 110px;
        bottom: 10px;
        height: 18px;
        background: var(--yellow);
    }

    .saving-amount strong {
        font-size: clamp(32px, 9.5vw, 40px);
    }

    .saving-amount span {
        font-size: 1.5em;
    }

    .saving-graph {
        grid-template-columns: 145px 1fr 130px;
        min-height: 210px;
        padding: 0;
    }

    .saving-before {
        width: 145px;
        height: 210px;
    }

    .saving-slope {
        left: 145px;
        width: calc(100% - 145px);
        height: 210px;
        clip-path: polygon(0 0, 0% 0, 100% 230%, 0 100%)
    }

    .saving-after {
        align-self: stretch;
        height: 210px;
    }

    .saving-arrow {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 68px;
        height: 100px;
        margin-bottom: 0;
    }

    .saving-arrow::after {
        border-right-width: 48px;
        border-left-width: 48px;
    }

    .saving-arrow span {
        font-size: 20px;
    }

    .saving-arrow strong {
        display: flex;
        font-size: 24px;
        white-space: nowrap;
    }

    .saving-pay {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 130px;
    }

    .saving-labels {
        grid-template-columns: 145px 1fr 130px;
        gap: 0;
        font-size: 16px;
        padding: 0;
    }

    .saving-labels strong {
        grid-column: 3;
        font-size: 16px;
    }

    .saving-cta {
        padding-right: 24px;
        padding-left: 24px;
    }




    .saving-avatar {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 431px) and (max-width: 700px) {
    .worry-list .worry-item:first-child .worry-bubble {
        padding-left: 58px;
    }
}

/* Popup Maker form overrides */
.pum-container .form-divider {
    display: none;
}

.pum-container textarea.wpcf7-textarea {
    height: 180px !important;
    min-height: 180px !important;
    resize: vertical;
}
