
/* =====================================================
   とりあえずHP+One LP スタイル
   ===================================================== */

/* --- コンテナリセット --- */
body#page-product #main:has(.tzhp-lp) {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

body#page-product #main:has(.tzhp-lp) .contents {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/* :has() 非対応ブラウザ向けフォールバック */
.tzhp-lp {
    margin: 0;
}

/* --- カスタムプロパティ --- */
.tzhp-lp {
    --tzhp-blue: #0f8eff;
    --tzhp-green: #00af3a;
    --tzhp-orange: #ff7700;
    --tzhp-dark-blue: #005bac;
    --tzhp-text: #222;
    --tzhp-text-gray: #666;
    --tzhp-text-light: #999;
    --tzhp-bg-gray: #f8f8f8;
    --tzhp-green-light: #dfffea;
    --tzhp-inner: 1120px;
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Yu Gothic', sans-serif;
    color: var(--tzhp-text);
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

.tzhp-inner {
    max-width: calc(1120px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

/* --- セクション共通タイトル（sec-tit tit-only ベース） --- */
.tzhp-lp .sec-tit {
    color: var(--tzhp-blue);
}

/* PRICE セクション（青背景）のタイトルは白 */
.tzhp-price .sec-tit {
    color: #fff;
}
.tzhp-price .sec-tit span {
    color: rgba(255, 255, 255, 0.75);
}
.tzhp-price .sec-tit span::before {
    background: #fff;
}

/* =====================================================
    ヒーローセクション
===================================================== */
.tzhp-hero {
    background: #fff;
    padding: 56px 0 60px;
    overflow: hidden;
}

.tzhp-hero__inner {
    max-width: calc(1120px + 40px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    /* gap: 48px; */
    position: relative;
}

.tzhp-hero__left {
    flex: 0 0 540px;
    max-width: 540px;
    z-index: 10;
}

.tzhp-hero__right {
    margin-top: 40px;
    margin-left: -30px;
    flex: 1;
    min-width: 0;
}

.tzhp-hero__right img {
    max-width: 635px;
    width: 100%;
    object-fit: cover;
}

.tzhp-hero__slider {
    position: relative;
}

.tzhp-hero__slider .slick-slide img {
    max-width: 635px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* タグバッジ */
.tzhp-hero__tags {
    display: flex;
    gap: 5px;
    margin-bottom: 28px;
}

.tzhp-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.6px;
    white-space: nowrap;
    width: 100%;
}

.tzhp-tag--green { background: var(--tzhp-green); }
.tzhp-tag--blue { background: var(--tzhp-blue); }
.tzhp-tag--dark-blue { background: var(--tzhp-dark-blue); }

/* ヘッドライン */
.tzhp-hero__headline {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3.6px;
    line-height: 48px;
    color: var(--tzhp-text);
    margin-bottom: 20px;
}

/* ロゴ */
.tzhp-hero__logos {
    margin-bottom: 16px;
}

.tzhp-hero__logos img {
    width: 100%;
}

/* 説明文 */
.tzhp-hero__desc {
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 2;
    color: #000;
    margin-bottom: 22px;
}

/* 価格表示 */
.tzhp-hero__price-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.tzhp-hero__price-badge {
    flex: 0 0 148px;
    width: 148px;
    height: 80px;
    position: relative;
}

.tzhp-hero__price-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tzhp-hero__price-badge-text {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 24px;
}

.tzhp-hero__price-items {
    display: flex;
    gap: 17px;
}

.tzhp-hero__price-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tzhp-hero__price-label {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--tzhp-text);
    width: fit-content;
}

.tzhp-hero__price-label::after {
    position: absolute;
    content: "";
    background: #FFF600;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: -1;
}

.tzhp-hero__price-zero {
    font-size: 36px;
    font-weight: 700;
    color: var(--tzhp-green);
    letter-spacing: 4px;
    line-height: 1;
}

.tzhp-hero__price-zero span {
    font-size: 80px;
}

.tzhp-hero__price-unit {
    font-size: 36px;
    font-weight: 700;
    color: var(--tzhp-green);
}

/* CTAボタン */
.tzhp-hero__cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.tzhp-btn-primary {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--tzhp-orange);
    border: 2px solid var(--tzhp-orange);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-decoration: none;
    border-radius: 60px;
    text-decoration: none;
    padding: 16px 40px;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: all 0.2s;
}

.tzhp-btn-primary:hover {
    background: #fff;
    color: var(--tzhp-orange);
}

.tzhp-btn-primary__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--tzhp-orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    border-radius: 12px;
    padding: 2px 10px;
}

@media only screen and (max-width: 1200px) {
    .tzhp-hero__left {
        flex: 0 0 480px;
        max-width: 480px;
    }
    .tzhp-hero__price-badge {
        flex: 0 0 138px;
        width: 138px;
        height: 70px;
    }
    .tzhp-hero__price-badge-text {
        font-size: 17px;
    }
    .tzhp-hero__price-row {
        justify-content: center;
    }
    .tzhp-hero__price-label {
        font-size: 17px;
    }
    .tzhp-hero__right {
        margin-left: 0;
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-inner {
        padding: 0 16px;
    }
    .tzhp-btn-primary {
        border-width: 1px;
        font-size: 18px;
        min-width: 0;
        max-width: 260px;
        width: 100%;
        padding: 16px;
    }
    .tzhp-hero {
        padding: 26px 0 36px;
    }

    .tzhp-hero__inner {
        flex-direction: column;
    }

    .tzhp-hero__left {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .tzhp-hero__right {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .tzhp-hero__headline {
        text-align: center;
        font-size: 20px;
        letter-spacing: 1.5px;
        line-height: 27px;
    }
    .tzhp-hero__tags {
        margin-bottom: 12px;
    }
    .tzhp-tag {
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 16px;
        height: 50px;
        padding: 0 8px;
        border-radius: 50px;
    }
    .tzhp-hero__logos {
        margin-bottom: 11px;
    }

    .tzhp-hero__price-badge {
        background: var(--tzhp-green);
        border-radius: 8px;
        text-align: center;
        width: 100%;
        flex: auto;
        height: auto;
        padding: 8px 0;
    }
    .tzhp-hero__price-badge img {
        display: none;
    }
    .tzhp-hero__price-badge-text {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 18px;
        line-height: 24px;
    }

    .tzhp-hero__price-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 10px;
    }
    .tzhp-hero__price-row {
        gap: 4px;
    }

    .tzhp-hero__price-zero span {
        font-size: 80px;
    }

    .tzhp-hero__cta {
        margin-top: 9px;
    }
}

/* =====================================================
    FOR YOU セクション
===================================================== */
.tzhp-for-you {
    background: var(--tzhp-bg-gray);
    padding: 46px 0 167px;
}

.tzhp-for-you__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
}

.tzhp-for-you__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 24px 0 44px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    color: var(--tzhp-text);
    position: relative;
}

.tzhp-for-you__card::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 10px;
    background-image: url('/build/assets/img/toriaezhp/check-foryou.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 960px) {
    .tzhp-for-you {
        padding: 40px 0 60px;
    }
    .tzhp-for-you__grid {
        gap: 10px;
    }
    .tzhp-for-you__card {
        height: auto;
        font-size: 13px;
        padding: 14px 11px 14px 28px;
    }
    .tzhp-for-you__card::before {
        left: 10px;
        width: 12px;
        height: 8px;
    }
}

/* =====================================================
   アピール（解決）セクション
   ===================================================== */
.tzhp-appeal {
    position: relative;
    z-index: 10;
    background: var(--tzhp-green);
    border-radius: 16px;
    max-width: 1120px;
    margin: -87px auto 0;
    padding: 40px 0 82px;
}

.tzhp-appeal .tzhp-inner {
    text-align: center;
    padding-inline: 48px;
}

.tzhp-appeal__title {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
    padding: 0 30px;
}

.tzhp-appeal__title::before,
.tzhp-appeal__title::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 4px;
    height: 100%;
    top: 0;
}

.tzhp-appeal__title::before {
    left: 0;
    transform: rotate(150deg);
}

.tzhp-appeal__title::after {
    right: 0;
    transform: rotate(30deg);
}

.tzhp-appeal__card {
    text-align: left;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 57px 33px;
    padding-left: 47px;
    position: relative;
}

/* 中身カード */
.tzhp-appeal__inner {
    display: flex;
    align-items: center;
    gap: 34px;
}

.tzhp-appeal__logo-col {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 43.2%;
    min-height: 210px;
    padding: 0 10px;
}

.tzhp-appeal__logo-box {
    margin-top: 14px;
}

.tzhp-appeal__logo-box img {
    width: 100%;
    height: auto;
}

.tzhp-appeal__circle {
    background: #FFF600;
    width: 80px;
    height: 80px;
    padding-top: 18px;
    position: absolute;
    top: -27px;
    left: -32px;
    font-weight: 600;
    color: #005BAC;
    line-height: 1.5;
    text-align: center;
    border-radius: 100px;
}

.tzhp-appeal__text-col {
    flex: 1;
}

.tzhp-appeal__tagline {
    font-size: 16px;
    font-weight: 600;
    color: var(--tzhp-green);
    margin-bottom: 8px;
}

.tzhp-appeal__text {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px;
}

.tzhp-appeal__checks {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.tzhp-appeal__check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    color: #000;
}

.tzhp-appeal__check img {
    width: 16px;
    height: 16px;
}

.tzhp-appeal__label {
    text-align: center;
    font-size: 12px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    color: #000;
    margin-top: 8px;
}

@media only screen and (max-width: 1160px) {
    .tzhp-appeal {
        margin-inline: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-appeal {
        margin-top: -32px;
        padding: 32px 0 48px;
    }
    .tzhp-appeal .tzhp-inner {
        padding-inline: 20px;
    }
    .tzhp-appeal__title {
        font-size: 20px;
        padding: 0 24px;
    }
    .tzhp-appeal__inner {
        flex-direction: column;
        gap: 24px;
    }
    .tzhp-appeal__title::before,
    .tzhp-appeal__title::after {
        height: 72%;
        top: auto;
        bottom: 0;
    }
    .tzhp-appeal__title::before {
        left: 10px;
    }
    .tzhp-appeal__title::after {
        right: 10px;
    }

    .tzhp-appeal__card {
        padding: 60px 18px 30px;
    }
    .tzhp-appeal__logo-col {
        width: 100%;
        min-height: fit-content;
        padding: 16px 10px;
        gap: 10px;
    }
    .tzhp-appeal__circle {
        width: 70px;
        height: 70px;
        top: -48px;
        left: -14px;
    }
    .tzhp-appeal__tagline {
        font-size: 15px;
    }
    .tzhp-appeal__text {
        font-size: 13px;
        line-height: 22px;
    }
    .tzhp-appeal__checks {
        gap: 12px;
    }
    .tzhp-appeal__check {
        font-size: 13px;
    }
}

/* =====================================================
    WHY セクション（3つの秘策）
===================================================== */
.tzhp-why {
    background: #fff;
    padding: 120px 0 75px;
}

.tzhp-why__quote {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 2.48px;
    color: var(--tzhp-text);
    text-align: center;
    margin-bottom: 48px;
}

.tzhp-why__reason {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 55px 55px 36px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.tzhp-why__reason:last-of-type {
    margin-bottom: 0;
}

.tzhp-why__reason--reverse {
    flex-direction: row-reverse;
}

.tzhp-why__reason-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.tzhp-why__reason-num {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 100px;
    color: var(--tzhp-green);
    line-height: 1;
    flex: 0 0 auto;
}

.tzhp-why__reason-content {
    flex: 1;
    width: 50%;
    max-width: 50%;
}

.tzhp-why__reason-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.56px;
    color: var(--tzhp-text);
    line-height: 1.6;
    padding-top: 10px;
}

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

.tzhp-why__reason-title span::after {
    position: absolute;
    content: "";
    background: var(--tzhp-blue);
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 6px;
}

.tzhp-why__reason-desc {
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    max-width: 95.3%;
}

.tzhp-why__reason-image {
    width: calc(45.5% - 10%);
    position: relative;
    margin-right: 35px;
}

.tzhp-why__reason-image img.mockup {
    width: 100%;
    border-radius: 8px;
}

.tzhp-why__badge img {
    margin: auto;
}

/* 丸形テキストバッジ */
.tzhp-why__circle-badge {
    background: #FFF600;
    width: 99px;
    height: 99px;
    position: absolute;
    font-weight: 600;
    color: #005BAC;
    line-height: 1.5;
    text-align: center;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tzhp-why__circle-badge--01 {
    top: -10px;
    left: -10px;
}

.tzhp-why__circle-badge--02 {
    top: -10px;
    left: 4px;
}

.tzhp-why__circle-badge--03 {
    top: -28px;
    left: 36%;
}

.tzhp-why__reason-image--voice img.mockup {
    max-height: 200px;
    object-fit: cover;
}

.tzhp-why__section-label {
    text-align: center;
}

/* 1つ目 */
.tzhp-why__reason01 .tzhp-why__reason-image {
    margin-top: -20px;
}

/* 2つ目 */
.tzhp-why__reason--reverse .tzhp-why__reason-content {
    width: 53%;
    max-width: 53%;
}

.tzhp-why__reason--reverse .tzhp-why__reason-image img.mockup {
    max-width: 198px;
    margin: auto;
}

.tzhp-why__reason--reverse .tzhp-why__badge {
    margin-top: 15px;
}

/* 3つ目 */
.tzhp-why__reason03 .tzhp-why__reason-image img.mockup {
    max-width: 280px;
    margin: 30px auto 0;
}

.tzhp-why__reason03 .tzhp-why__badge {
    margin-top: 4px;
}

@media only screen and (max-width: 960px) {
    .tzhp-why {
        padding: 60px 0 48px;
    }
    .tzhp-why__quote {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .tzhp-why__reason {
        flex-direction: column;
        padding: 28px 18px;
        gap: 40px;
    }
    .tzhp-why__reason--reverse {
        flex-direction: column;
    }
    .tzhp-why__reason-content {
        width: 100%;
        max-width: 100%;
    }
    .tzhp-why__reason--reverse .tzhp-why__reason-content {
        width: 100%;
        max-width: 100%;
    }
    .tzhp-why__reason-num {
        font-size: 64px;
    }
    .tzhp-why__reason-title {
        font-size: 18px;
        padding-top: 5px;
    }
    .tzhp-why__reason-title span::after {
        bottom: -1px;
        height: 4px;
    }
    .tzhp-why__reason-image {
        width: 100%;
        margin-right: 0;
    }
}

/* =====================================================
    SPEC セクション
===================================================== */
.tzhp-spec {
    background: #fff;
    padding: 0 0 80px;
}

.tzhp-spec__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.tzhp-spec__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--tzhp-text);
    text-align: center;
    padding: 0 12px;
}

@media only screen and (max-width: 960px) {
    .tzhp-spec__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =====================================================
   PRICE セクション
   ===================================================== */
.tzhp-price {
    background: var(--tzhp-blue);
    padding: 60px 0 72px;
}

.tzhp-price .sec-tit.tit-only {
    margin-bottom: 21px;
}

.tzhp-price__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.tzhp-price__card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 24px 58px 20px;
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    max-width: 500px;
}

.tzhp-price__card-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-right: 33px;
}

.tzhp-price__card-arrow {
    position: relative;
    background-image: url('/build/assets/img/toriaezhp/arrow-price.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 87px;
    height: 44px;
    margin-top: 14px;
    margin-right: 16px;
}

.tzhp-price__card:nth-of-type(2) .tzhp-price__card-arrow {
    margin-top: 21px;
}

.tzhp-price__card-right {
    display: flex;
    align-items: baseline;
    gap: 2px;

}

.tzhp-price__card-right.right02 {
    flex-direction: column;
}

.tzhp-price__card-label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.56px;
    color: var(--tzhp-text);
    margin-bottom: 4px;
}

.tzhp-price__card-label--green {
    position: relative;
    color: var(--tzhp-green);
    font-size: 18px;
    font-weight: 700;
    line-height: 0.9;
}

.tzhp-price__card-body {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.tzhp-price__card-price {
    display: flex;
    flex-direction: column;
}

.tzhp-price__card-original {
    font-weight: 700;
    font-size: 36px;
    color: var(--tzhp-text-gray);
    line-height: 1;
}

.tzhp-price__card-unit-sm {
    font-size: 16px;
    font-weight: 700;
    color: var(--tzhp-text-gray);
}

.tzhp-price__card-new {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: var(--tzhp-green);
    line-height: 1;
    margin-left: 24px;
}

.tzhp-price__card-unit {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: var(--tzhp-text);
    bottom: 7px;
}

.tzhp-price__card-tax {
    font-size: 13px;
    font-weight: 700;
    color: var(--tzhp-text-gray);
    align-self: flex-end;
    margin-top: 2px;
}

.tzhp-price__note {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 50px;
}

@media only screen and (max-width: 960px) {
    .tzhp-price {
        padding: 48px 0 56px;
    }
    .tzhp-price__card {
        padding: 20px 24px;
    }
    .tzhp-price__card-new {
        font-size: 54px;
        margin-left: 18px;
    }
    .tzhp-price__card-original {
        font-size: 28px;
    }
    .tzhp-price__card-label {
        font-size: 16px;
    }
    .tzhp-price__card-label--green {
        font-size: 15px;
    }
    .tzhp-price__card-left {
        margin-right: 18px;
    }
    .tzhp-price__card-arrow {
        width: 64px;
        height: 30px;
        margin-right: 10px;
    }
    .tzhp-price__note {
        font-size: 14px;
        margin-top: 36px;
    }
}

/* =====================================================
    COST（コスト比較）セクション
===================================================== */
.tzhp-cost {
    background: #fff;
    padding: 110px 0 70px;
}

.tzhp-cost__quote {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 2.48px;
    color: var(--tzhp-text);
    text-align: center;
    margin-bottom: 48px;
}

.tzhp-cost__table {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

.tzhp-cost__table-inner {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.tzhp-cost__header {
    border-bottom: 1px solid #ccc;
}

.tzhp-cost__col-header {
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    color: var(--tzhp-text-gray);
    border-right: 1px solid #ccc;
}

.tzhp-cost__col-header:last-child {
    border-right: none;
}

.tzhp-cost__col-header--center {
    background: var(--tzhp-green-light);
    color: var(--tzhp-text);
    padding-inline: 36px;
}

.tzhp-cost__col-header--right {
    background: #f7f7f7;
}

.tzhp-cost__cell--right {
    background: #f7f7f7;
}

.tzhp-cost__row {
    border-bottom: 1px solid #ccc;
}

.tzhp-cost__row:last-child {
    border-bottom: none;
}

.tzhp-cost__cell {
    padding: 20px 16px;
    text-align: center;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}

.tzhp-cost__cell:last-child {
    border-right: none;
}

.tzhp-cost__cell-label,
.tzhp-cost__cell-value,
.tzhp-cost__cell-note,
.tzhp-cost__cell-price,
.tzhp-cost__own {
    display: block;
}

.tzhp-cost__cell-value {
    color: var(--tzhp-text);
    font-size: 20px;
    font-weight: 700;
}

.tzhp-cost__cell-value span {
    display: inline-block;
    color: var(--tzhp-green);
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 7px;
    line-height: 1;
}

.tzhp-cost__cell-value.gr {
    color: var(--tzhp-green);
    font-size: 24px;
}

.tzhp-cost__cell-value.value-zero span {
    font-size: 70px;
}

.tzhp-cost__cell-value.value-zero span.yen {
    position: relative;
    bottom: 10px;
    display: inline-block;
    color: var(--tzhp-text);
    font-size: 20px;
    font-family: inherit;
}

.tzhp-cost__cell-note.note-blue {
    color: var(--tzhp-blue);
}

.tzhp-cost__cell--center {
    background: var(--tzhp-green-light);
}

.tzhp-cost__cell-label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    color: var(--tzhp-text);
    line-height: 1.5;
}

.tzhp-cost__cell-note {
    font-size: 13px;
    font-weight: 600;
    color: var(--tzhp-text-gray);
    letter-spacing: 0.52px;
    line-height: 1.6;
    margin-top: 18px;
}

.tzhp-cost__cell-note.note-small {
    margin-top: 6px;
}

.tzhp-cost__cell-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--tzhp-text-gray);
    letter-spacing: 0.72px;
}

.tzhp-cost__own {
    font-size: 18px;
    font-weight: 700;
    color: var(--tzhp-text-gray);
}

@media only screen and (max-width: 960px) {
    .tzhp-cost {
        padding: 60px 0 48px;
    }
    .tzhp-cost__quote {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .tzhp-cost__table {
        overflow-x: auto;
    }
    .tzhp-cost__table-inner {
        min-width: 480px;
    }
    .tzhp-cost__col-header {
        font-size: 15px;
    }
    .tzhp-cost__col-header--center {
        padding-inline: 12px;
    }
    .tzhp-cost__cell {
        padding: 14px 10px;
    }
    .tzhp-cost__cell-label,
    .tzhp-cost__cell-price {
        font-size: 14px;
    }
    .tzhp-cost__cell-value span {
        font-size: 34px;
    }
    .tzhp-cost__cell-value.value-zero span {
        font-size: 58px;
    }
    .tzhp-cost__cell-value.gr {
        font-size: 18px;
    }
    .tzhp-cost__cell-note {
        font-size: 11px;
        margin-top: 13px;
    }
}

/* =====================================================
    VOICE セクション（お客様の声）
===================================================== */
.tzhp-voice {
    background: #fff;
    padding: 70px 0 97px;
}

.tzhp-voice__quote {
    font-size: 62px;
    font-weight: 700;
    color: var(--tzhp-text);
    text-align: center;
    margin-bottom: 48px;
}

.tzhp-voice__item {
    margin-bottom: 0;
    padding: 48px 0 0;
    margin-bottom: 48px;
    position: relative;
}

.tzhp-voice__body {
    display: flex;
    justify-content: space-between;
}

.item-reverse .tzhp-voice__images {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 43px;
}

.item-reverse .tzhp-voice__content {
    margin-left: 0;
    margin-right: 43.2%;
}

.item-reverse .tzhp-voice__title,
.item-reverse .tzhp-voice__org {
    padding-left: 0;
    padding-right: 6%;
}

.tzhp-voice__images {
    position: relative;
    position: absolute;
    width: 43.2%;
    padding-left: 43px;
    z-index: 10;
    bottom: 0;
}

.tzhp-voice__content {
    position: relative;
    width: calc(100% - 43.2%);
    margin-left: 43.2%;
}

.tzhp-voice__item:nth-child(even) .tzhp-voice__content {
    padding-left: 0;
    padding-right: 32px;
}

.tzhp-voice__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
    color: var(--tzhp-green);
    margin-bottom: 14px;
    line-height: 1.5;
    padding-left: 76px;
}

.tzhp-voice__org {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    color: var(--tzhp-text);
    margin-bottom: 44px;
    padding-left: 76px;
}

.tzhp-voice__text {
    position: relative;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    padding: 34px 0 34px calc(43.2% + 76px);
    border-radius: 20px 0 0 20px;
    background: #F8F8F8;
}

.tzhp-voice__text p {
    position: relative;
    z-index: 10;
}

.text--bg {
    position: absolute;
    content: "";
    background: #F8F8F8;
    bottom: 0;
    right: -50vw;
    width: 100vw;
    height: 100%;
    z-index: 1;
}

.tzhp-voice__text strong,
.tzhp-voice__text em {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--tzhp-green);
}

.item-reverse .tzhp-voice__text {
    padding: 34px calc(43.2% + 76px) 34px 0;
    border-radius: 0 20px 20px 0;
}

.item-reverse .text--bg {
    right: auto;
    left: -50vw;
}

@media only screen and (max-width: 1200px) {
    .tzhp-voice__title,
    .tzhp-voice__org {
        padding-left: 48px;
    }
    .tzhp-voice__text {
        padding-left: calc(43.2% + 48px);
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-voice {
        padding: 48px 0 60px;
    }
    .tzhp-voice__quote {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .tzhp-voice__item {
        padding-top: 24px;
        margin-bottom: 32px;
    }
    .tzhp-voice__body {
        flex-direction: column;
    }
    .tzhp-voice__images {
        position: static;
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
    .item-reverse .tzhp-voice__images {
        position: static;
        width: 100%;
        padding: 0;
    }
    .tzhp-voice__content {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .item-reverse .tzhp-voice__content {
        margin-left: 0;
        margin-right: 0;
    }
    .tzhp-voice__title {
        font-size: 20px;
        padding-left: 0;
        margin-top: 8px;
    }
    .tzhp-voice__org {
        padding-left: 0;
        margin-bottom: 22px;
    }
    .item-reverse .tzhp-voice__title,
    .item-reverse .tzhp-voice__org {
        padding-right: 0;
    }
    .tzhp-voice__text {
        padding: 24px 16px;
        border-radius: 12px;
    }
    .item-reverse .tzhp-voice__text {
        padding: 24px 16px;
        border-radius: 12px;
    }
    .text--bg {
        display: none;
    }
}

/* =====================================================
    FLOW セクション（利用開始までの流れ）
===================================================== */
.tzhp-flow {
    background: var(--tzhp-bg-gray);
    padding: 60px 0 80px;
}

.tzhp-flow__steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tzhp-flow__step {
    background: #fff;
    border-radius: 16px;
    padding: 36px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 78px;
}

.tzhp-flow__step-header {
    display: flex;
    align-items: center;
    gap: 4px;
    width: calc(100% - 48% - 78px);
}

.tzhp-flow__step-num {
    margin-right: 38px;
}

.tzhp-flow__step-num span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--tzhp-green);
    letter-spacing: 0.64px;
}

.tzhp-flow__step-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.88px;
    line-height: 1.4;
    color: var(--tzhp-text);
}

.tzhp-flow__step-desc {
    width: 48%;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}

.tzhp-flow__step-desc a {
    color: var(--tzhp-blue);
    text-decoration: underline;
}

.tzhp-flow__free-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
    color: #00af3a;
    text-align: center;
    margin-top: 56px;
}

.tzhp-flow__note {
    font-size: 12px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 18px;
    color: #000;
    text-align: center;
    margin-top: 21px;
}

@media only screen and (max-width: 960px) {
    .tzhp-flow {
        padding: 48px 0 60px;
    }
    .tzhp-flow__step {
        flex-direction: column;
        gap: 13px;
        align-items: flex-start;
        padding: 18px 15px;
    }
    .tzhp-flow__step-header {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .tzhp-flow__step-num {
        margin-right: 0;
    }
    .tzhp-flow__step-title {
        font-size: 18px;
    }
    .tzhp-flow__step-desc {
        width: 100%;
        line-height: 24px;
    }
    .tzhp-flow__free-text {
        text-align: left;
        font-size: 20px;
    }
    .tzhp-flow__note {
        text-align: left;
    }
}

/* =====================================================
    FAQ セクション
===================================================== */
.tzhp-faq {
    background: #fff;
    padding: 60px 0 80px;
}

.tzhp-faq .tzhp-inner {
    display: flex;
    gap: 116px;
}

.tzhp-faq .sec-tit {
    color: var(--tzhp-text);
}

.tzhp-faq .sec-tit span {
    margin-left: 20px;
}

.tzhp-faq__inner {
    width: 100%;
    max-width: 800px;
}

.tzhp-faq__item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.tzhp-faq__question {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    cursor: pointer;
    user-select: none;
}

.tzhp-faq__question:hover {
    opacity: 0.7;
}

.tzhp-faq__q-label {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--tzhp-blue);
    letter-spacing: 0.64px;
    flex: 0 0 auto;
}

.tzhp-faq__q-text {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    color: var(--tzhp-text);
}

.tzhp-faq__icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    transition: transform 0.2s;
}

.tzhp-faq__item.is-open .tzhp-faq__icon {
    transform: rotate(90deg);
}

.tzhp-faq__answer {
    display: none;
    padding: 27px 0 24px;
    padding-left: 28px;
    background: var(--tzhp-bg-gray);
    border-radius: 16px;
    margin-bottom: 16px;
}

.tzhp-faq__item.is-open .tzhp-faq__answer {
    display: block;
}

.tzhp-faq__a-label {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--tzhp-blue);
    letter-spacing: 0.64px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.tzhp-faq__a-text {
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    padding-right: 16px;
}

.tzhp-faq__a-text a {
    color: var(--tzhp-orange);
    text-decoration: underline;
    transition: color .2s ease;
}
.tzhp-faq__a-text a:hover {
    color: #fdb371;
}

.tzhp-faq__a-text span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tzhp-blue);
    margin-bottom: 10px;
}

.tzhp-faq__more-link {
    text-align: right;
    margin-top: 24px;
}

.tzhp-faq__more-link a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.tzhp-faq__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
    .tzhp-faq .tzhp-inner {
        flex-direction: column;
        gap: 32px;
    }
    .tzhp-faq .sec-tit span {
        margin-left: auto;
    }
    .tzhp-faq__inner {
        margin-inline: auto;
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-faq {
        padding: 48px 0 60px;
    }
    .tzhp-faq__question {
        /* align-items: flex-start; */
        padding: 18px 0;
    }
    .tzhp-faq__q-text {
        font-size: 14px;
    }
    .tzhp-faq__answer {
        padding: 20px 16px;
    }
    .tzhp-faq__a-text span {
        font-size: 14px;
    }
    .tzhp-faq__a-text {
        padding-right: 0;
    }
}

/* =====================================================
    ファイナルCTA セクション
===================================================== */
.tzhp-final-cta {
    background: #fff;
    padding: 60px 0 80px;
    text-align: center;
}

.tzhp-final-cta__quote {
    font-size: 62px;
    font-weight: 700;
    color: var(--tzhp-text);
    margin-bottom: 48px;
}

.tzhp-final-cta__green-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
    color: var(--tzhp-green);
    margin-bottom: 32px;
}

/* 規約スクロールボックス */
/* --- 規約ページ（全文表示） --- */
.tzhp-terms-page {
    padding: 60px 0 80px;
}

.tzhp-terms-page .tzhp-inner {
    max-width: calc(1080px + 40px);
}

.tzhp-terms-page .tzhp-terms__scroll {
    max-height: none;
    overflow-y: visible;
    padding: 0;
}

.tzhp-terms-page .tzhp-terms__title {
    font-size: 20px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 960px) {
    .tzhp-terms-page {
        padding: 40px 0;
    }
}

.tzhp-terms {
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: left;
}

.tzhp-terms__heading {
    font-size: 13px;
    font-weight: 700;
    color: var(--tzhp-text);
    text-align: center;
}

.tzhp-terms__scroll {
    max-height: 298px;
    overflow-y: auto;
    padding: 22px 36px;
}

.tzhp-terms__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--tzhp-blue);
    margin-bottom: 15px;
}

.tzhp-terms__lead {
    font-size: 13px;
    line-height: 1.8;
    color: var(--tzhp-text);
    margin-bottom: 20px;
}

.tzhp-terms__article-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--tzhp-text);
    margin-top: 24px;
    margin-bottom: 6px;
}

.tzhp-terms__text {
    font-size: 13px;
    line-height: 1.8;
    color: var(--tzhp-text);
    margin-bottom: 4px;
}

.tzhp-terms__list {
    font-size: 13px;
    line-height: 1.8;
    color: var(--tzhp-text);
    padding-left: 20px;
    margin-bottom: 4px;
}

.tzhp-terms__list > li {
    list-style-type: decimal;
    margin-bottom: 4px;
}

.tzhp-terms__sublist {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 4px;
}

.tzhp-terms__footer {
    font-size: 13px;
    line-height: 1.8;
    color: var(--tzhp-text);
    margin-top: 24px;
}

.tzhp-terms__table tr + tr th,
.tzhp-terms__table tr + tr td {
    border-top: 1px solid #eee;
}

.tzhp-terms__table ul {
    margin: 0;
    padding-left: 16px;
}

.tzhp-terms__table ul li {
    margin-bottom: 4px;
}

@media only screen and (max-width: 1160px) {
    .tzhp-terms {
        margin-inline: 16px;
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-final-cta {
        padding: 48px 0;
    }
    .tzhp-final-cta__quote {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .tzhp-final-cta__green-text {
        font-size: 20px;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .tzhp-terms {
        margin: 0 16px;
    }
    .tzhp-terms__scroll {
        padding: 16px 20px;
    }
    .tzhp-terms__title {
        font-size: 15px;
        margin-bottom: 12px;
    }
}

/* =====================================================
    追従CTAバー（ヒーロー通過後に表示）
===================================================== */
.tzhp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.tzhp-sticky-cta.is-visible {
    transform: translateY(0);
}

.tzhp-sticky-cta__inner {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    .tzhp-sticky-cta {
        padding: 12px 16px;
    }
    .tzhp-sticky-cta__inner .tzhp-btn-primary {
        padding: 12px;
    }
}

/* =====================================================
   お問い合わせセクション
===================================================== */
.tzhp-contact {
    max-width: 1120px;
    margin: 40px auto 0;
    border: 2px solid var(--tzhp-green);
    padding: 30px 36px;
    text-align: left;
}

.tzhp-contact__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--tzhp-green);
    margin-bottom: 28px;
}

.tzhp-contact__grid {
    display: flex;
}

.tzhp-contact__block {
    flex: 1;
    padding: 0 32px;
}

.tzhp-contact__block:first-child {
    padding-left: 0;
    border-right: 1px solid var(--tzhp-green);
}

.tzhp-contact__block:last-child {
    padding-right: 0;
}

.tzhp-contact__heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--tzhp-text);
    margin-bottom: 12px;
}

.tzhp-contact__btn {
    display: block;
    max-width: 300px;
    margin-bottom: 12px;
    padding: 12px 20px;
    background: var(--tzhp-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    transition: opacity 0.2s;
}

.tzhp-contact__btn:hover {
    opacity: 0.8;
    color: #fff;
}

.tzhp-contact__btn-note {
    display: block;
    font-size: 14px;
}

.tzhp-contact__sub {
    text-align: center;
    margin-bottom: 16px;
    color: var(--tzhp-text);
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
}

.tzhp-contact__text {
    font-size: 13px;
    line-height: 1.8;
    color: var(--tzhp-text);
    margin-bottom: 4px;
}

.tzhp-contact__note {
    font-size: 12px;
    line-height: 1.8;
    color: var(--tzhp-text);
}

@media only screen and (max-width: 1160px) {
    .tzhp-contact {
        margin: 30px 16px 0;
    }
}

@media only screen and (max-width: 960px) {
    .tzhp-contact {
        margin-top: 40px;
        padding: 20px 16px;
    }
    .tzhp-contact__grid {
        flex-direction: column;
    }
    .tzhp-contact__block {
        padding: 0;
    }
    .tzhp-contact__block:first-child {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .tzhp-contact__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .tzhp-contact__sub {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .tzhp-contact__heading {
        font-size: 15px;
    }
    .tzhp-contact__btn {
        font-size: 13px;
        padding: 10px 20px;
        max-width: fit-content;
    }
}
