/* ヒーロー全体 */
.fureai-hero {
    background: #fcfcfc;
    background-image: linear-gradient(135deg, #fcfcfc 10%, #f4f4f4 90%);
    padding: 80px 20px 60px !important;
    /* 下のパディングを確保 */
    border-bottom: 4px solid var(--main-purple);
    font-family: "Noto Serif JP", serif;
    overflow: hidden;
    position: relative;
    margin-top: 55px;
}

.fureai-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    /* PCでは左広め、右固定 */
    gap: 40px;
    align-items: end;
    /* 下揃えにすることで手書きの接地感を出す */
    width: 95%;
    position: relative;
}

/* 左側：コンテンツ */
.fureai-hero__content {
    z-index: 5;
}

.fureai-hero__title {
    font-size: clamp(26px, 5vw, 60px);
    line-height: 1.2;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.fureai-hero__title span.small {
    font-size: clamp(18px, 3vw, 40px);
}

.text-gold {
    color: var(--main-purple);
}

.fureai-hero__description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

.plan-header {
    font-size: 20px;
}

/* プランカード：手書きの「大きな四角」 */
.fureai-hero__plan-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.price-num {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    /* 数字を強調 */
    font-weight: bold;
    color: var(--main-70purple);
}

.plan-price-zeikomi .price-num {
    font-size: clamp(20px, 2vw, 28px);
}

.fureai-hero .plan-note {
    margin: 0;
    font-size: 15px;
}

.plan-features {
    list-style: none;
    /* padding: 0; */
    margin: 20px 0;
    padding-left: 0;
}

.plan-features li {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

/* .plan-features li::before {
    content: "✔";
    color: var(--main-purple);
    margin-right: 10px;
} */

.plan-features li span {
    display: inline-block;
    background: var(--main-05purple);
    color: var(--main-70purple);
    padding: 5px;
    margin-right: 0;
}

.plan-features li span.small {
    background: transparent;
    color: currentColor;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

/* 右側：アクション（人物＋電話） */
.fureai-hero__action {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 人物画像を電話ボックスの背後〜上に配置 */
.fureai-hero__person {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0 auto -20px;
    /* 下のボックスに少し被せる */
    bottom: 20px;
}

.fureai-hero__person img {
    width: 100%;
    height: auto;
    display: block;
}

.action-box {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: absolute;
    z-index: 3;
    /* 人物より前に出す */
    border: 1px solid #ddd;
    bottom: 0;
}

.btn-tel {
    display: block;
    background: #c00;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 50px;
    /* 手書き風の丸いボタン */
}

.btn-tel__main {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* 背景画像 */
.fureai-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.fureai-hero__bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* 地区ラベル */
.region-label {
    display: inline-block;
    background: var(--main-purple);
    color: #fff;
    padding: 4px 12px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}


.plan-titlearea {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: bold;
}

.fureai-hero__person2 {
    position: absolute;
    width: 300px;
    z-index: 5;
    right: 0;
    bottom: 0;
}

.fureai-hero__person2 img {
    width: 100%;
}

.fureai-hero__person_sp {
    display: none;
}

/* レスポンシブ */
@media (max-width: 1023px) {
    .fureai-hero__inner {
        grid-template-columns: 1fr;
        align-items: center;
    }

    .fureai-hero__action {
        max-width: 400px;
        margin: 40px auto 0;
    }

    .fureai-hero__person {
        width: 70%;
    }

    .fureai-hero__person2 {
        width: 230px;
    }

.fureai-hero .plan-note {
    margin: 0;
    font-size: 12px;
}
}

@media screen and (max-width:768px) {


    .plan-price {
        margin-top: 0 !important;
        padding: 0px !important;
    }

    .fureai-hero {
        margin-top: 0px;
    }

    .fureai-hero__plan-card-inner {
        width: calc(92% - 250px);
    }

    .plan-features li {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .plan-features li span {
        font-size: 20px;
    }

    .plan-features li:last-child {
        margin-bottom: 0;
    }

    .plan-titlearea {
        position: relative;
        width: 80vw;
        top: 0;
    }
}

@media screen and (max-width:425px) {
    .fureai-hero__person_sp {
        display: block;
        width: 70%;
        height: 100%;
        aspect-ratio: 1 / 0.8;
        margin: 0 auto;
    }

    .fureai-hero__person_sp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .fureai-hero__person2 {
        display: none;
    }

    .fureai-hero__plan-card {
        padding:20px
    }
    .fureai-hero__plan-card-inner {
        width: 100%;
    }

    .plan-titlearea {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 15px 10px;
        width: 100%;
        margin-bottom: 30px;
    }

    .plan-features li {
        font-size: 15px;
    }

    .fureai-hero__description {
        font-size: 15px;
    }

    .fureai-hero__title {
        font-size: clamp(20px, 12vw, 60px);
    }

    .fureai-hero__title span.small {
        font-size: clamp(18px, 6vw, 40px);
    }
}

    