/* ==========================================================================
   料金プランページ（/pricing/）
   ========================================================================== */

/* ---- HERO ---- */
.pr-hero {
    opacity: 1 !important;
    transform: none !important;
}

.pr-hero__bg {
    position: relative;
    width: 100%;
    height: 316px;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
}

.pr-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pr-hero__en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 70px;
    font-weight: 700;
    color: rgba(81, 81, 81, 0.15);
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: -30px;
}

.pr-hero__title {
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: 700;
    color: rgb(81, 81, 81);
    margin: 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

/* ---- リード文 ---- */
.pr-lead {
    padding: 60px 20px;
    background: #fff;
}

.pr-lead__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.pr-lead p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 2;
    margin: 0;
}

/* ---- セクション共通タイトル ---- */
.pr-section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(37, 42, 118);
    text-align: center;
    margin: 0 0 32px;
}

/* ---- 料金一覧テーブル ---- */
.pr-table-section {
    padding: 80px 20px;
    background: rgb(245, 244, 232);
}

.pr-table-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.pr-table-section__lead {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text);
    text-align: center;
    margin: 0 0 40px;
}

.pr-table-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
}

.pr-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Serif JP", serif;
}

.pr-table thead tr {
    background: rgba(36, 42, 118, 0.94);
}

.pr-table thead th {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 18px 24px;
    border: none;
}

.pr-table tbody td {
    font-size: 24px;
    font-weight: 700;
    color: rgb(81, 81, 81);
    text-align: center;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pr-table tbody tr:last-child td {
    border-bottom: none;
}

.pr-table tbody td.pr-table__zero {
    font-size: 30px;
    font-weight: 700;
    color: rgb(241, 94, 182);
}

.pr-table__total {
    background: rgba(37, 42, 118, 0.05);
}

.pr-table__total td {
    padding: 20px 24px;
}

.pr-table__total td:first-child {
    font-size: 30px;
    font-weight: 700;
    color: rgb(36, 42, 118);
}

.pr-table__total-amount {
    /* display: block; */
    font-size: 40px;
    font-weight: 700;
    color: rgba(36, 42, 118, 0.94);
}

.pr-table__total-tax {
    /* display: block; */
    font-size: 16px;
    font-weight: 700;
    color: rgb(36, 42, 118);
}

.pr-table__total-sub {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(81, 81, 81);
    margin-top: 4px;
}

.pr-table__note {
    font-size: 12px;
    font-weight: 700;
    color: rgb(81, 81, 81);
    text-align: center;
    padding: 16px 24px;
    line-height: 1.6;
    background: rgba(37, 42, 118, 0.05);
    margin: 0;
}

/* ---- 初期費用に含まれるもの ---- */
.pr-includes {
    padding: 80px 20px;
    background: #fff;
}

.pr-includes__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

/* 左：テキスト列 */
.pr-includes__text-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pr-includes__title {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    color: rgb(36, 42, 118);
    margin: 0;
    line-height: 1.5;
}

.pr-includes__desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
}

.pr-includes__monthly {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
}

/* 右：チェックリストカード */
.pr-includes__card {
    background: rgb(245, 244, 232);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 36px 40px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.pr-includes__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pr-includes__list li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pr-includes__check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(36, 42, 118);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-includes__list li > span:last-child {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    color: rgb(36, 42, 118);
    line-height: 1.5;
}

/* ---- お見合い料 ---- */
.pr-omiai {
    opacity: 1 !important;
    transform: none !important;
}

.pr-omiai__bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 349px;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-omiai__card {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: rgba(255, 254, 254, 0.9);
    border-radius: 12px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 1120px;
    width: 100%;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    margin: 48px 20px;
}

.pr-omiai__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 280px;
}

.pr-omiai__label {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    color: rgb(36, 42, 118);
    margin: 0;
    word-break: break-all;
    text-align: center;
}

.pr-omiai__zero {
    font-family: "Noto Serif JP", serif;
    font-size: 120px;
    font-weight: 700;
    color: rgb(36, 42, 118);
    line-height: 1;
    margin: 0;
}

.pr-omiai__desc {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
    flex: 1;
    min-width: 0;
}

.pr-omiai__desc-price {
    font-size: 30px;
    color: rgb(241, 94, 182);
}

/* ---- 安心の返金制度 ---- */
.pr-refund {
    padding: 80px 20px;
    background: rgb(245, 244, 232);
}

.pr-refund__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.pr-refund__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1120px;
    margin: 0 auto;
}

.pr-refund__card {
    background: rgb(255, 252, 252);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pr-refund__card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pr-refund__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.pr-refund__card-title {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    color: rgb(36, 42, 118);
    margin: 0;
    text-align: left;
}

.pr-refund__card-desc {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
}

.pr-refund__card-desc-big {
    font-size: 30px;
    color: rgb(241, 94, 182);
}

/* ---- 乗り換え割引 ---- */
.pr-switch {
    padding: 60px 20px;
    background: #fff;
}

.pr-switch__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pr-switch__card {
    position: relative;
    max-width: 1120px;
    width: 100%;
    min-height: 201px;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pr-switch__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    pointer-events: none;
}

.pr-switch__body {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 48px;
    align-items: center;
    padding: 32px 48px;
    flex-wrap: wrap;
}

.pr-switch__text-main {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
    flex: 1;
    min-width: 240px;
}

.pr-switch__text-main strong {
    color: rgb(36, 42, 118);
    font-weight: 700;
}

.pr-switch__text-main-big {
    font-size: 30px;
    color: rgb(241, 94, 182)
}

.pr-switch__text-sub {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.9;
    margin: 0;
    flex: 1;
    min-width: 240px;
}

/* ---- CTA ---- */
.pr-cta {
    opacity: 1 !important;
    transform: none !important;
}

.pr-cta__bg {
    position: relative;
    width: 100%;
    min-height: 461px;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
}

.pr-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 20px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.pr-cta__title {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(37, 42, 118);
    margin: 0 0 24px;
}

.pr-cta__text {
    font-size: 18px;
    font-weight: 700;
    color: rgb(81, 81, 81);
    line-height: 1.9;
    margin: 0 0 40px;
}

.pr-cta__buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.pr-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 362px;
    height: 88px;
    border-radius: 11px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    transition: opacity 0.2s ease;
}

.pr-cta__btn:hover {
    opacity: 0.85;
}

.pr-cta__btn--main {
    background: rgba(36, 42, 118, 0.94);
}

.pr-cta__btn--line {
    background: rgb(6, 199, 85);
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1024px) {
    .pr-omiai__zero {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .pr-hero__bg {
        height: 220px;
    }

    .pr-hero__en {
        font-size: 40px;
        margin-bottom: -18px;
    }

    .pr-hero__title {
        font-size: 32px;
    }

    .pr-lead {
        padding: 40px 20px;
    }

    .pr-section-title {
        font-size: 24px;
    }

    .pr-table-section {
        padding: 48px 20px;
    }

    .pr-table thead th {
        font-size: 16px;
        padding: 12px 12px;
    }

    .pr-table tbody td {
        font-size: 16px;
        padding: 12px 12px;
    }

    .pr-table__zero {
        font-size: 22px !important;
    }

    .pr-table__total td:first-child {
        font-size: 20px;
    }

    .pr-table__total-amount {
        font-size: 16px;
    }

    .pr-includes {
        padding: 48px 20px;
    }

    .pr-includes__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .pr-includes__title {
        font-size: 20px;
    }

    .pr-includes__card {
        padding: 28px 24px;
    }

    .pr-includes__list li > span:last-child {
        font-size: 16px;
    }

    .pr-omiai__card {
        padding: 28px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .pr-omiai__left {
        flex: 0 0 auto;
        width: 100%;
    }

    .pr-omiai__zero {
        font-size: 64px;
    }

    .pr-omiai__desc {
        font-size: 16px;
    }

    .pr-omiai__label {
        font-size: 18px;
    }

    .pr-refund {
        padding: 48px 20px;
    }

    .pr-refund__grid {
        grid-template-columns: 1fr;
    }

    .pr-refund__card {
        padding: 28px 24px;
    }

    .pr-refund__card-title {
        font-size: 22px;
    }

    .pr-refund__card-desc {
        font-size: 16px;
    }

    .pr-switch {
        padding: 40px 20px;
    }

    .pr-switch__body {
        padding: 24px;
        gap: 20px;
        flex-direction: column;
    }

    .pr-switch__text-main,
    .pr-switch__text-sub {
        font-size: 16px;
    }

    .pr-cta__btn {
        width: 100%;
        max-width: 340px;
        height: 72px;
        font-size: 20px;
    }

    .pr-cta__title {
        font-size: 24px;
    }

    .pr-cta__text {
        font-size: 16px;
    }
}
