.reconsider {
    margin-top: 116px;
    color: #17324d;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.reconsider .container {
    width: calc(100% - 48px);
    max-width: 1080px;
}

.reconsider-hero {
    padding: 38px 0 84px;
    background: linear-gradient(135deg, #eff9f8 0%, #f7fbff 55%, #eef3ff 100%);
    text-align: center;
}

.reconsider-hero .breadcrumb {
    margin-bottom: 54px;
    text-align: left;
    background: transparent;
}

.reconsider-kicker {
    margin: 0 0 14px;
    color: #168b84;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
}

.reconsider h1 {
    margin: 0;
    color: #14334f;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.45;
}

.reconsider-lead {
    max-width: 790px;
    margin: 26px auto 0;
    color: #48647d;
    font-size: 17px;
    line-height: 2;
}

.reconsider-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 34px;
}

.reconsider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 58px;
    padding: 12px 25px;
    border: 2px solid #168b84;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity .2s ease;
}

.reconsider-button:hover {
    opacity: .82;
}

.reconsider-button-primary {
    color: #fff !important;
    background: #168b84;
}

.reconsider-button-secondary {
    color: #168b84 !important;
    background: #fff;
}

.reconsider-check,
.reconsider-capabilities,
.reconsider-compare,
.reconsider-cta {
    padding: 78px 0;
}

.reconsider-check h2,
.reconsider-capabilities h2,
.reconsider-compare h2,
.reconsider-cta h2 {
    margin: 0 0 34px;
    color: #14334f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.55;
}

.reconsider-check {
    text-align: center;
}

.reconsider-check-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.reconsider-check-grid div {
    padding: 28px 20px;
    border: 1px solid #dce8ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(23, 50, 77, .06);
}

.reconsider-check-grid span {
    display: block;
    margin-bottom: 12px;
    color: #168b84;
    font-weight: 700;
}

.reconsider-check-grid p {
    margin: 0;
    font-weight: 700;
    line-height: 1.75;
}

.reconsider-note {
    margin: 28px 0 0;
    color: #62798e;
}

.reconsider-capabilities {
    background: #f5f8fa;
    text-align: center;
}

.reconsider-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    text-align: left;
}

.reconsider-card {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(23, 50, 77, .07);
}

.reconsider-card-number {
    margin: 0 0 18px;
    color: #44aaa4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

.reconsider-card h3 {
    margin: 0 0 16px;
    color: #17324d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.55;
}

.reconsider-card > p:not(.reconsider-card-number) {
    flex: 1;
    color: #587087;
    line-height: 1.85;
}

.reconsider-card a {
    color: #168b84;
    font-weight: 700;
}

@media (min-width: 768px) {
    .reconsider-card-last {
        grid-column: 2;
    }
}

.reconsider-compare .container {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: center;
}

.reconsider-compare-copy > p:last-child {
    color: #587087;
    font-size: 16px;
    line-height: 1.9;
}

.reconsider-compare ul {
    margin: 0;
    padding: 28px 30px 28px 52px;
    border-left: 5px solid #168b84;
    background: #eff9f8;
}

.reconsider-compare li {
    padding: 7px 0;
    line-height: 1.7;
}

.reconsider-cta {
    background: #173f5f;
    color: #fff;
    text-align: center;
}

.reconsider-cta h2 {
    margin-bottom: 14px;
    color: #fff;
}

.reconsider-cta > .container > p:not(.reconsider-kicker) {
    color: #dce8f0;
}

@media (max-width: 767px) {
    .reconsider {
        margin-top: 50px;
    }

    .reconsider .container {
        width: calc(100% - 30px);
    }

    .reconsider-hero {
        padding: 22px 0 58px;
    }

    .reconsider-hero .breadcrumb {
        margin-bottom: 34px;
    }

    .reconsider h1 {
        font-size: 30px;
    }

    .reconsider-lead {
        font-size: 15px;
        line-height: 1.85;
    }

    .reconsider-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .reconsider-button {
        width: 100%;
        min-width: 0;
    }

    .reconsider-check,
    .reconsider-capabilities,
    .reconsider-compare,
    .reconsider-cta {
        padding: 55px 0;
    }

    .reconsider-check h2,
    .reconsider-capabilities h2,
    .reconsider-compare h2,
    .reconsider-cta h2 {
        font-size: 25px;
    }

    .reconsider-check-grid,
    .reconsider-card-grid,
    .reconsider-compare .container {
        grid-template-columns: 1fr;
    }

    .reconsider-card {
        min-height: 0;
    }

    .reconsider-card-last {
        grid-column: auto;
    }

    .reconsider-compare .container {
        gap: 28px;
    }
}
