@charset "UTF-8";

body {
    margin: 0;
}

.l-main {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
    .l-main * {
        font-family: "Zen Kaku Gothic New", sans-serif;
        box-sizing: border-box;
    }

/*//////////////////// MV ////////////////////*/
.mv__wrapper {
    position: relative;
    width: 100%;
    min-width: 1280px;
    overflow: visible;
}
/* 来店予約用クラスのみ利用。common.css の margin は不要 */
.mv__wrapper .ui-full-screen {
    margin: 0;
}
.mv__img {
    width: 100%;
    height: 689px;
    overflow: hidden;
}
    .mv__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }
.mv__bkn-info-wrapper {
    width: 1140px;
    margin-inline: auto;
    position: relative;
}    
.mv__bkn-info {
    position: absolute;
    top: -361px;
    left: 528px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 612px;
    padding: 40px 40px 50px;
    background: url(/images/top/mv_bkn-info-bg.webp) no-repeat center / cover;
    border-radius: 12px;
}
    .mv__bkn-info-head {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
        .mv__bkn-info-chars {
            display: flex;
            align-items: center;
            gap: 5px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .mv__bkn-info-char {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                padding: 3px 10px 5px;
                background-color: #fff;
                border-radius: 4px;
                font-size: 30px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.04em;
                color: #1d3a6d;
                text-align: center;
            }
        .mv__bkn-info-head-txt {
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 0.04em;
            color: #fff;
            text-align: center;
            white-space: nowrap;
        }
    .mv__bkn-info-stats {
        display: flex;
        align-items: stretch;
        gap: 40px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .mv__bkn-info-stat {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .mv__bkn-info-stat + .mv__bkn-info-stat::before {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            width: 1px;
            height: 100%;
            background-color: #8bc0e2;
            transform: translateX(-50%);
        }
            .mv__bkn-info-stat-label {
                margin: 0;
                font-size: 20px;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.04em;
                color: #fff;
                text-align: center;
                white-space: nowrap;
            }
            .mv__bkn-info-stat-num {
                display: flex;
                align-items: flex-end;
                gap: 6px;
                margin: 0;
                color: #fff;
                white-space: nowrap;
            }
                .mv__bkn-info-stat-num--lg {
                    font-size: 58px;
                    font-weight: 700;
                    line-height: 0.9;
                }
                .mv__bkn-info-stat-num--md {
                    font-size: 40px;
                    font-weight: 700;
                    line-height: 0.9;
                }
                .mv__bkn-info-stat-unit {
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.04em;
                    text-align: center;
                }
    .mv__bkn-info-date {
        position: absolute;
        top: 194px;
        right: 25px;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        color: #d1e6f4;
        white-space: nowrap;
    }
    .mv__bkn-info-btn {
        position: absolute;
        bottom: -30px;
        left: 151px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 300px;
        height: 60px;
        background-color: #1d3a6d;
        border: 1px solid #1d3a6d;
        border-radius: 9999px;
        text-decoration: none;
    }
        .mv__bkn-info-btn-txt {
            font-size: 20px;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.04em;
            color: #fff;
            white-space: nowrap;
        }
        .mv__bkn-info-btn-icn {
            position: absolute;
            top: 18px;
            right: 17px;
            display: block;
            width: 25px;
            height: 25px;
            overflow: visible;
            --mv-btn-icn-bg: #fff;
            --mv-btn-icn-fg: #1d3a6d;
        }

/*//////////////////// MV Bkn Slider ////////////////////*/
.mv__bkn-slider {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: -62px auto 0;
}
    .mv__bkn-slider .swiper {
        overflow: visible;
    }
        .mv__bkn-slider .swiper.is-static .swiper-wrapper {
            display: flex;
            justify-content: center;
            gap: 30px;
            transform: none !important;
        }
        .mv__bkn-slider .swiper.is-static .swiper-slide {
            margin-right: 0 !important;
        }
        .mv__bkn-slider .swiper-slide {
            display: flex;
            width: 292px;
            height: 381px;
            box-sizing: border-box;
        }
        .mv__bkn-slider .swiper-slide.mv__bkn-slider__slide--down {
            align-items: flex-start;
            padding-bottom: 40px;
        }
        .mv__bkn-slider .swiper-slide.mv__bkn-slider__slide--up {
            align-items: flex-end;
            padding-top: 40px;
        }
.mv-bkn-card-wrap {
    position: relative;
    width: 292px;
}
.mv-bkn-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 292px;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    color: inherit;
    text-decoration: none;
}
    .mv-bkn-card__img {
        width: 260px;
        height: 195px;
        overflow: hidden;
        background-color: #d8d8d8;
        border-radius: 16px;
    }
        .mv-bkn-card__img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    .mv-bkn-card__type {
        position: absolute;
        top: 28px;
        left: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 11px 4px 12px;
        border-radius: 0 9999px 9999px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        color: #fff;
        white-space: nowrap;
    }
    .mv-bkn-card__type--blue {
        background-color: #3182c4;
    }
    .mv-bkn-card__type--red {
        background-color: #ff595d;
    }
    .mv-bkn-card__type--yellow {
        background-color: #ffcb3a;
    }
    .bkn__fav-bt.md-bkn__swtich {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        z-index: 2;
        display: block;
        width: 49px;
        height: 49px;
        padding: 0;
        border: none;
        background: url("/images/top/fav-icn.webp") no-repeat center / contain;
        cursor: pointer;
    }
    .bkn__fav-bt.md-bkn__swtich.is-checked {
        background-image: url("/images/top/fav-icn-on.webp");
    }
    .mv-bkn-card__body {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }
        .mv-bkn-card__head {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 6px;
            width: 100%;
        }
            .mv-bkn-card__price {
                position: absolute;
                top: -43px;
                left: 0;
                display: flex;
                align-items: flex-end;
                gap: 5px;
                margin: 0;
                padding: 4px 10px 0 0;
                background-color: #fff;
                border-radius: 0 12px 0 0;
                white-space: nowrap;
            }
                .mv-bkn-card__price-num {
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 1;
                    color: #e44b30;
                }
                .mv-bkn-card__price-unit {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.2;
                    color: #343437;
                    margin-bottom: 2px;
                }
            .mv-bkn-card__ttl {
                margin: 0;
                overflow: hidden;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.5;
                color: #343437;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        .mv-bkn-card__details {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .mv-bkn-card__detail {
                display: flex;
                align-items: center;
                gap: 6px;
            }
                .mv-bkn-card__detail-icn {
                    display: block;
                    flex-shrink: 0;
                    width: 15px;
                    height: 15px;
                    overflow: visible;
                    color: #1d3a6d;
                }
                .mv-bkn-card__detail-txt {
                    overflow: hidden;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.2;
                    color: #1d3a6d;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

/*//////////////////// Common section ////////////////////*/
[class*="section__wrapper--"] {
    position: relative;
    width: 100%;
    min-width: 1280px;
}
    [class*="section__inner--"] {
        width: 1140px;
        margin-inline: auto;
    }
    [class*="section__header--"] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
        [class*="section__deco--"] {
            display: block;
            width: 50px;
            height: 10px;
            overflow: visible;
            --ttl-deco-1: #1d3a6d;
            --ttl-deco-2: #ff595d;
            --ttl-deco-3: #ffcb3a;
        }
        [class*="section__ttl--"] {
            margin: 0;
            font-size: 40px;
            font-weight: 700;
            line-height: 1;
            color: #1d3a6d;
            text-align: center;
            white-space: nowrap;
        }
    [class*="section__more--"] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
    }
        [class*="section__more-txt--"] {
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.03em;
            color: #1d3a6d;
        }
        [class*="section__more-icn--"] {
            display: block;
            width: 25px;
            height: 25px;
            overflow: visible;
            --mv-btn-icn-bg: #1d3a6d;
            --mv-btn-icn-fg: #fff;
        }
.is-placeholder {
    background-color: #d8d8d8;
}

/*//////////////////// Search ////////////////////*/
.section__wrapper--search {
    padding: 100px 0 96px;
}
    .section__inner--search {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
.search-body {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
    .search-content {
        display: flex;
        gap: 30px;
    }
        .search-map {
            width: 555px;
            flex-shrink: 0;
        }
            .search-map__canvas {
                position: relative;
                width: 555px;
                height: 663px;
                border-radius: 16px;
                background: #f3f8fc url(/images/top/map-bg.webp) no-repeat center / contain;
                overflow: visible;
                /* マップエリアボタン座標（ここだけ調整） */
                --search-map-shoshaaoyama-top: 162px;
                --search-map-shoshaaoyama-left: 139px;
                --search-map-johoku-top: 154px;
                --search-map-johoku-left: 350px;
                --search-map-yasumurotakaoka-top: 216px;
                --search-map-yasumurotakaoka-left: 159px;
                --search-map-hirominemasui-top: 238px;
                --search-map-hirominemasui-left: 282px;
                --search-map-hanadabessho-top: 256px;
                --search-map-hanadabessho-left: 424px;
                --search-map-ekikita-top: 288px;
                --search-map-ekikita-left: 357px;
                --search-map-otsukachihara-top: 394px;
                --search-map-otsukachihara-left: 19px;
                --search-map-arakawaagebo-top: 349px;
                --search-map-arakawaagebo-left: 141px;
                --search-map-ekiminami-top: 343px;
                --search-map-ekiminami-left: 300px;
                --search-map-aboshi-top: 493px;
                --search-map-aboshi-left: 18px;
                --search-map-hirohata-top: 462px;
                --search-map-hirohata-left: 124px;
                --search-map-shikama-top: 452px;
                --search-map-shikama-left: 224px;
                --search-map-shirahama-top: 438px;
                --search-map-shirahama-left: 377px;
            }
                .search-map__areas {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    position: absolute;
                    inset: 0;
                }
                    .search-map__area {
                        position: absolute;
                        z-index: 1;
                    }
                    .search-map__area--shoshaaoyama {
                        top: var(--search-map-shoshaaoyama-top);
                        left: var(--search-map-shoshaaoyama-left);
                    }
                    .search-map__area--johoku {
                        top: var(--search-map-johoku-top);
                        left: var(--search-map-johoku-left);
                    }
                    .search-map__area--yasumurotakaoka {
                        top: var(--search-map-yasumurotakaoka-top);
                        left: var(--search-map-yasumurotakaoka-left);
                    }
                    .search-map__area--hirominemasui {
                        top: var(--search-map-hirominemasui-top);
                        left: var(--search-map-hirominemasui-left);
                    }
                    .search-map__area--hanadabessho {
                        top: var(--search-map-hanadabessho-top);
                        left: var(--search-map-hanadabessho-left);
                    }
                    .search-map__area--ekikita {
                        top: var(--search-map-ekikita-top);
                        left: var(--search-map-ekikita-left);
                    }
                    .search-map__area--otsukachihara {
                        top: var(--search-map-otsukachihara-top);
                        left: var(--search-map-otsukachihara-left);
                    }
                    .search-map__area--arakawaagebo {
                        top: var(--search-map-arakawaagebo-top);
                        left: var(--search-map-arakawaagebo-left);
                    }
                    .search-map__area--ekiminami {
                        top: var(--search-map-ekiminami-top);
                        left: var(--search-map-ekiminami-left);
                    }
                    .search-map__area--aboshi {
                        top: var(--search-map-aboshi-top);
                        left: var(--search-map-aboshi-left);
                    }
                    .search-map__area--hirohata {
                        top: var(--search-map-hirohata-top);
                        left: var(--search-map-hirohata-left);
                    }
                    .search-map__area--shikama {
                        top: var(--search-map-shikama-top);
                        left: var(--search-map-shikama-left);
                    }
                    .search-map__area--shirahama {
                        top: var(--search-map-shirahama-top);
                        left: var(--search-map-shirahama-left);
                    }
                        .search-map__btn {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            box-sizing: border-box;
                            width: auto;
                            height: 36px;
                            padding: 0 19px;
                            border: 1px solid #1d3a6d;
                            border-radius: 9999px;
                            background: #1d3a6d;
                            color: #fff;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: 0.03em;
                            line-height: 1;
                            text-decoration: none;
                            white-space: nowrap;
                            cursor: pointer;
                        }
        .search-panel {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 555px;
        }
            .search-links {
                display: flex;
                gap: 11px;
                margin: 0;
                padding: 0;
                list-style: none;
            }
                .search-links__item {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    width: 272px;
                    height: 80px;
                    border: 1px solid transparent;
                    border-radius: 4px;
                    color: #fff;
                    text-decoration: none;
                    font-size: 18px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                }
                .search-links__item--school {
                    background-color: #3182c4;
                    border-color: #3182c4;
                }
                .search-links__item--ensen {
                    background-color: #8acb27;
                    border-color: #8acb27;
                }
                    .search-links__icn {
                        color: #fff;
                        flex-shrink: 0;
                    }
            .search-freeword.md-freeword {
                display: flex;
                gap: 11px;
                align-items: stretch;
                margin: 0;
                padding: 0;
                background: transparent;
                border: none;
            }
                .md-freeword input[type="text"] {
                    flex: 1;
                    height: 60px;
                    padding: 10px 20px;
                    border: none;
                    border-radius: 4px;
                    background: #f6f7f8;
                    font-size: 18px;
                    font-weight: 500;
                    color: #343437;
                    letter-spacing: 0.03em;
                }
                .search-freeword__input::placeholder {
                    color: #bebebe;
                    letter-spacing: 0.03em;
                }
                .search-freeword__submit {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 60px;
                    height: 60px;
                    padding: 0;
                    border: 1px solid #1d3a6d;
                    border-radius: 4px;
                    background: #1d3a6d;
                    color: #fff;
                    cursor: pointer;
                }
            .search-3step {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 19px;
                width: 100%;
                min-height: 463px;
                padding: 25px 30px 100px;
                border-radius: 16px;
                background: #e1effa;
                box-sizing: border-box;
            }
                .search-3step.is-land-class .search-3step__step--03 {
                    visibility: hidden;
                }
                .search-3step__step {
                    display: flex;
                    flex-direction: column;
                    gap: 7px;
                    width: 100%;
                }
                    .search-3step__ttl {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        margin: 0;
                    }
                        .search-3step__step-num {
                            margin: 0;
                            width: 57px;
                            color: #8fc4e6;
                            font-weight: 700;
                            white-space: nowrap;
                        }
                            .search-3step__step-label {
                                font-size: 14px;
                                letter-spacing: 0.03em;
                            }
                            .search-3step__step-digit {
                                font-size: 20px;
                            }
                        .search-3step__step-txt {
                            margin: 0;
                            font-size: 18px;
                            font-weight: 700;
                            color: #343437;
                            letter-spacing: 0.03em;
                        }
                            .search-3step__step-em {
                                color: #3182c4;
                            }
                        .search-3step__step-note {
                            margin: 0;
                            padding-top: 4px;
                            font-size: 14px;
                            font-weight: 500;
                            color: #7885a7;
                            letter-spacing: 0.03em;
                            white-space: nowrap;
                        }
                    .search-3step__btns {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 7px;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        width: 100%;
                    }
                        .search-3step__btn {
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            height: 42px;
                            padding: 0 20px 0 10px;
                            border-radius: 9999px;
                            background: #fff;
                            box-sizing: border-box;
                            cursor: pointer;
                        }
                        .search-3step__btns--01 .search-3step__btn {
                            width: 160px;
                        }
                        .search-3step__btns--02 .search-3step__btn {
                            width: 118px;
                            padding: 0 8px 0 10px;
                        }
                        .search-3step__btns--03 .search-3step__btn {
                            width: 244px;
                        }
                            .search-3step__btn input {
                                appearance: none;
                                width: 17px;
                                height: 17px;
                                margin: 0;
                                border: 1px solid #D8D8D8;
                                border-radius: 50%;
                                flex-shrink: 0;
                                position: relative;
                                background-image: none;
                                background-color: #fff;
                            }
                            .search-3step__btn input:checked {
                                background-image: none;
                                border: 1px solid #D8D8D8;
                            }
                            .search-3step__btn input:checked::after {
                                content: "";
                                position: absolute;
                                inset: 3px;
                                border-radius: 50%;
                                background: #1d3a6d;
                            }
                            .search-3step__btns--03 .search-3step__btn input[type="checkbox"] {
                                border: 1px solid #c5d5e8;
                                border-radius: 2px;
                            }
                            .search-3step__btns--03 .search-3step__btn input[type="checkbox"]:checked {
                                border: none;
                                background-color: transparent;
                                background-image: url("/images/top/check_icn.svg");
                                background-size: 17px 17px;
                                background-repeat: no-repeat;
                                background-position: center;
                            }
                            .search-3step__btns--03 .search-3step__btn input[type="checkbox"]:checked::after {
                                content: none;
                            }
                            .search-3step__btn-txt {
                                font-size: 14px;
                                font-weight: 500;
                                color: #1d3a6d;
                                letter-spacing: 0.03em;
                                white-space: nowrap;
                            }
                .search-3step__submit {
                    position: absolute;
                    bottom: 30px;
                    left: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    width: 267px;
                    height: 60px;
                    padding: 10px;
                    border: 1px solid #1d3a6d;
                    border-radius: 4px;
                    background: #1d3a6d;
                    color: #fff;
                    cursor: pointer;
                    transform: translateX(-50%);
                }
                    .search-3step__submit-icn {
                        color: #fff;
                    }
                    .search-3step__submit-txt {
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0.03em;
                    }
    .search-popular {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
        .search-popular__ttl {
            position: relative;
            margin: 0;
            padding-left: 16px;
            font-size: 20px;
            font-weight: 700;
            color: #343437;
            letter-spacing: 0.03em;
        }
        .search-popular__ttl::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            border-radius: 2px;
            background: #3182c4;
        }
        .search-popular__list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .search-popular__list a {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 38px;
                padding: 0 18px;
                border-radius: 9999px;
                background: #e1effa;
                color: #3182c4;
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
            }

/*//////////////////// Banner ////////////////////*/
.section__wrapper--bnr {
    padding: 0 0 100px;
    overflow: hidden;
}
    .section__inner--bnr {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 80px 0;
        background: #f3f8fc;
        overflow: hidden;
    }
    .bnr-slider {
        width: 100%;
        overflow: hidden;
    }
        .bnr-slider .swiper-slide {
            width: 400px;
        }
            .bnr-slider__link {
                display: block;
            }
                .bnr-slider__link img {
                    display: block;
                    width: 400px;
                    height: 160px;
                    object-fit: cover;
                    border-radius: 12px;
                }

/*//////////////////// Lifeplan ////////////////////*/
.section__wrapper--lifeplan {
    padding: 0 0 100px;
}
    .section__inner--lifeplan {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
.lifeplan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .lifeplan-item {
        width: 360px;
    }
    .lifeplan-item--wide {
        width: 370px;
    }
        .lifeplan-item__link {
            position: relative;
            display: flex;
            align-items: center;
            gap: 16px;
            width: 360px;
            padding: 10px 20px 10px 10px;
            background: #f3f8fc;
            border-radius: 16px;
            box-shadow: 0 2px 11px rgba(0, 0, 0, 0.07);
            text-decoration: none;
            color: inherit;
            overflow: hidden;
            box-sizing: border-box;
        }
        .lifeplan-item--wide .lifeplan-item__link {
            width: 370px;
            padding: 10px 19px 10px 10px;
        }
        .lifeplan-item__link::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 39px 39px;
            border-color: transparent transparent #3182C4 transparent;
        }
            .lifeplan-item__img {
                width: 140px;
                height: 140px;
                border-radius: 50%;
                overflow: hidden;
                flex-shrink: 0;
            }
                .lifeplan-item__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .lifeplan-item__body {
                display: flex;
                flex-direction: column;
                gap: 6px;
                width: 185px;
            }
            .lifeplan-item--wide .lifeplan-item__link .lifeplan-item__body {
                gap: 10px;
                padding-top: 3px;
            }
                .lifeplan-item__ttl {
                    margin: 0;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.03em;
                    color: #1d3a6d;
                }
                .lifeplan-item__txt {
                    margin: 0;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.4;
                    color: #343437;
                }

/*//////////////////// Recommend ////////////////////*/
.section__wrapper--recommend {
    padding: 0;
    overflow: hidden;
}
    .section__inner--recommend {
        width: auto;
        max-width: none;
        margin: 0;
        margin-left: calc((100% - 1140px) / 2 - 100px);
        padding: 100px 0 100px 100px;
        background: #f3f8fc;
        border-radius: 16px 0 0 16px;
        box-sizing: border-box;
        overflow: hidden;
    }
.recommend-body {
    display: flex;
    gap: 60px;
    align-items: center;
}
    .recommend-head {
        display: flex;
        flex-direction: column;
        gap: 60px;
        width: 240px;
        flex-shrink: 0;
    }
        .recommend-head [class*="section__header--"] {
            align-items: flex-start;
        }
        .recommend-head [class*="section__ttl--"] {
            text-align: left;
            white-space: nowrap;
        }
        .recommend-controls {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }
        .recommend-nav {
            display: flex;
            align-items: center;
            gap: 15px;
        }
            .recommend-nav__btn {
                padding: 0;
                border: 0;
                border-radius: 50%;
                background: transparent;
                cursor: pointer;
                line-height: 0;
                --swiper-arrow-bg: #fff;
                --swiper-arrow-border: transparent;
                --swiper-arrow-fg: #1d3a6d;
            }
            .recommend-nav__pager {
                display: flex;
                align-items: flex-end;
                gap: 7px;
                margin: 0;
                font-size: 14px;
                font-weight: 700;
                line-height: 1;
                color: #1d3a6d;
            }
                .js-recommend-current {
                    color: #3182c4;
                }
                .recommend-nav__pager-sep {
                    display: block;
                    width: 1px;
                    height: 14px;
                    background: #d8d8d8;
                }
        .section__wrapper--recommend .section__more--recommend {
            position: relative;
            width: 210px;
            height: 51px;
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 9999px;
            background: #fff;
            box-sizing: border-box;
        }
            .section__wrapper--recommend .section__more-txt--recommend {
                font-weight: 700;
            }
            .section__wrapper--recommend .section__more-icn--recommend {
                position: absolute;
                top: 13px;
                right: 13px;
            }
    .recommend-slider {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        padding: 12px;
        margin: -12px;
    }
        .recommend-slider .swiper {
            overflow: visible;
        }
        .recommend-slider .swiper-slide {
            width: 340px;
            overflow: visible;
        }
.recommend-card-wrap {
    position: relative;
    width: 340px;
    overflow: visible;
}
.recommend-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 340px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 5.5px rgba(0, 0, 0, 0.07);
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}
    .recommend-card__new {
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 9999px;
        background: #8acb27;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
    }
    .recommend-card__img {
        width: 300px;
        height: 225px;
        border-radius: 12px;
        overflow: hidden;
    }
        .recommend-card__img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    .recommend-card__price {
        position: absolute;
        top: 209px;
        left: 20px;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        gap: 4px;
        margin: 0;
        padding: 6px 14px 0 0;
        background: #fff;
        border-radius: 0 12px 0 0;
        white-space: nowrap;
    }
        .recommend-card__price-num {
            font-size: 32px;
            font-weight: 700;
            line-height: 1;
            color: #e44b30;
        }
        .recommend-card__price-unit {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.2;
            color: #343437;
            margin-bottom: 2px;
        }
    .recommend-card-wrap .bkn__fav-bt.md-bkn__swtich {
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        background-image: url("/images/top/fav-icn02.webp");
    }
    .recommend-card-wrap .bkn__fav-bt.md-bkn__swtich.is-checked {
        background-image: url("/images/top/fav-icn02-on.webp");
    }
    .recommend-card__body {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }
        .recommend-card__ttl {
            margin: 0;
            overflow: hidden;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5;
            color: #343437;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .recommend-card__details {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .recommend-card__detail {
                overflow: hidden;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.2;
                color: #707070;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .recommend-card__detail--foot {
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
                gap: 8px;
                height: 22px;
            }
                .recommend-card__detail-txt {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                .recommend-card__type {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                    height: 22px;
                    padding: 2px 10px;
                    border-radius: 4px;
                    background: #e8f7ff;
                    color: #1d3a6d;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 1.4;
                    box-sizing: border-box;
                }
.recommend-card--secret {
    height: 382px;
    border-radius: 16px;
    overflow: visible;
}
    .recommend-card--secret .recommend-card__img {
        border-radius: 16px;
    }
    .recommend-card__type--secret {
        position: absolute;
        top: 207px;
        left: 30px;
        z-index: 1;
        height: auto;
        padding: 2px 11px 4px 12px;
        border-radius: 9999px;
        background: #1d3a6d;
        color: #fff;
        font-size: 16px;
        line-height: 1.4;
    }
    .recommend-card__body--secret {
        width: 300px;
    }
        .recommend-card__meta {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 8px;
            height: 22px;
            width: 100%;
        }
            .recommend-card__price--secret {
                position: static;
                padding: 0;
                background: transparent;
                border-radius: 0;
            }
            .recommend-card__madori {
                overflow: hidden;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.2;
                color: #707070;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
    .recommend-card-wrap--secret .bkn__fav-bt.md-bkn__swtich {
        top: 30px;
        right: 24px;
        z-index: 1;
        width: 49px;
        height: 49px;
    }
    .recommend-card__overlay {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 20px 20px 28px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
        box-sizing: border-box;
    }
        .recommend-card__overlay-txt {
            margin: 0;
            width: 280px;
            color: #1d3a6d;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: 0.05em;
            text-align: center;
        }
        .recommend-card__overlay-btns {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
            .recommend-card__overlay-btn {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 260px;
                height: 55px;
                border: 1px solid transparent;
                border-radius: 9999px;
                text-decoration: none;
                box-sizing: border-box;
            }
            .recommend-card__overlay-btn--register {
                background: #ffcb3a;
                border-color: #ffcb3a;
            }
            .recommend-card__overlay-btn--login {
                background: #ffecbc;
                border-color: #ffecbc;
            }
                .recommend-card__overlay-btn-txt {
                    color: #1d3a6d;
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: 0.04em;
                    line-height: 1;
                }
                .recommend-card__overlay-btn--login .recommend-card__overlay-btn-txt {
                    font-size: 20px;
                    letter-spacing: 0.04em;
                }
                .recommend-card__overlay-btn-icn {
                    position: absolute;
                    top: 15px;
                    right: 17px;
                    --mv-btn-icn-bg: #fff;
                    --mv-btn-icn-fg: #ffcb3a;
                }
                .recommend-card__overlay-btn--login .recommend-card__overlay-btn-icn {
                    --mv-btn-icn-fg: #e8c46a;
                }

/*//////////////////// Voice ////////////////////*/
.section__wrapper--voice {
    padding: 100px 0;
    overflow: hidden;
}
    .section__inner--voice {
        width: 100%;
        max-width: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.voice-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.voice-slider {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    margin: -12px 0;
}
    .voice-slider .swiper {
        overflow: visible;
    }
    .voice-slider .swiper-slide {
        width: 380px;
        overflow: visible;
    }
.voice-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 380px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 5.5px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
}
    .voice-card__img {
        width: 100%;
        height: 255px;
        border-radius: 16px;
        overflow: hidden;
    }
        .voice-card__img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .voice-card__body {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
        .voice-card__name {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.03em;
            color: #1d3a6d;
        }
        .voice-card__txt {
            margin: 0;
            overflow: hidden;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            color: #707070;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
        }
.voice-controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 1140px;
}
.voice-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
    .voice-nav__btn {
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        line-height: 0;
        --swiper-arrow-bg: #fff;
        --swiper-arrow-border: #d8d8d8;
        --swiper-arrow-fg: #1d3a6d;
    }
    .voice-nav__pager {
        display: flex;
        align-items: flex-end;
        gap: 7px;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #1d3a6d;
    }
        .js-voice-current {
            color: #3182c4;
        }
        .voice-nav__pager-sep {
            display: block;
            width: 1px;
            height: 14px;
            background: #d8d8d8;
        }
.section__wrapper--voice .section__more--voice {
    position: relative;
    width: 210px;
    height: 51px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 9999px;
    background: #fff;
    box-sizing: border-box;
}
    .section__wrapper--voice .section__more-txt--voice {
        font-weight: 700;
    }
    .section__wrapper--voice .section__more-icn--voice {
        position: absolute;
        top: 12px;
        right: 14px;
    }

/*//////////////////// Loan member ////////////////////*/
.section__wrapper--loan-member {
    padding: 0;
    overflow: visible;
}
.section__inner--loan-member {
    overflow: visible;
}
.loan-member {
    display: flex;
    justify-content: center;
    gap: 40px;
}
    .loan-member__loan,
    .loan-member__member {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 550px;
        padding: 60px;
        border-radius: 16px;
        background: #3182c4;
        box-sizing: border-box;
    }
        .loan-member__head {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
        }
            .loan-member__deco {
                display: block;
                width: 50px;
                height: 10px;
                --ttl-deco-1: #fff;
                --ttl-deco-2: #ff595d;
                --ttl-deco-3: #ffcb3a;
            }
            .loan-member__ttl {
                margin: 0;
                font-size: 40px;
                font-weight: 700;
                line-height: 1;
                color: #fff;
                text-align: center;
                white-space: nowrap;
            }
        .loan-member__loan-content,
        .loan-member__member-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            width: 100%;
            height: 435px;
            padding: 30px;
            border-radius: 16px;
            background: #fff;
            box-sizing: border-box;
        }
        .loan-member__loan-content {
            justify-content: flex-end;
        }
        .loan-member__member-content {
            padding-left: 0;
            padding-right: 0;
        }
            .loan-member__loan-body {
                display: flex;
                flex: 1 0 auto;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                width: 100%;
            }
                .loan-member__lead {
                    margin: 0;
                    width: 100%;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: 0.04em;
                    color: #1d3a6d;
                    text-align: center;
                }
                    .loan-member__lead-em {
                        color: #3182c4;
                    }
                .loan-member__list-wrap {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    padding: 20px 0;
                    border-radius: 16px;
                    background: #f3f8fc;
                }
                    .loan-member__list {
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }
                        .loan-member__item {
                            display: flex;
                            align-items: flex-end;
                            gap: 5px;
                        }
                            .loan-member__check {
                                display: block;
                                width: 19px;
                                height: 20px;
                                flex-shrink: 0;
                                color: #3182c4;
                            }
                            .loan-member__item-txt {
                                margin: 0;
                                font-size: 18px;
                                font-weight: 700;
                                line-height: 1;
                                letter-spacing: 0.1em;
                                color: #1d3a6d;
                                white-space: nowrap;
                            }
                                .loan-member__item-num {
                                    font-size: 24px;
                                    letter-spacing: 0.1em;
                                    color: #e44b30;
                                }
        .loan-member__member-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
            .loan-member__stat-main {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .loan-member__stat-list {
                display: flex;
                align-items: center;
                gap: 20px;
            }
                .loan-member__stat {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 6px;
                }
            .loan-member__stat-label {
                margin: 0;
                font-size: 24px;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.04em;
                color: #1d3a6d;
                text-align: center;
                white-space: nowrap;
            }
                .loan-member__stat-label--main {
                    font-size: 30px;
                    letter-spacing: 0.04em;
                }
            .loan-member__num {
                display: flex;
                align-items: flex-end;
                gap: 6px;
                margin: 0;
                line-height: 1;
            }
                .loan-member__num-val {
                    font-size: 70px;
                    font-weight: 700;
                    line-height: 0.82;
                    color: #e44b30;
                }
                    .loan-member__num-val--sub {
                        font-size: 40px;
                        color: #3182c4;
                    }
                .loan-member__num-unit {
                    font-size: 24px;
                    font-weight: 700;
                    letter-spacing: 0.04em;
                    color: #1d3a6d;
                }
        .loan-member__btn-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .loan-member__btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 370px;
            height: 70px;
            border: 1px solid #1d3a6d;
            border-radius: 9999px;
            text-decoration: none;
            background: #1d3a6d;
            box-sizing: border-box;
        }
            .loan-member__btn-txt {
                font-size: 20px;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.04em;
                color: #fff;
            }
            .loan-member__btn-icn {
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                --arrow35-bg: #fff;
                --arrow35-fg: #1d3a6d;
            }
        .loan-member__btn--yellow {
            background: #ffcb3a;
            border-color: #ffcb3a;
        }
            .loan-member__btn--yellow .loan-member__btn-txt {
                color: #1d3a6d;
            }
            .loan-member__btn--yellow .loan-member__btn-icn {
                --arrow35-bg: #fff;
                --arrow35-fg: #ffcb3a;
            }
        .loan-member__btn--cream {
            background: #fff4d7;
            border-color: #fff4d7;
        }
            .loan-member__btn--cream .loan-member__btn-txt {
                color: #1d3a6d;
            }
            .loan-member__btn--cream .loan-member__btn-icn {
                --arrow35-bg: #fff;
                --arrow35-fg: #e8c46a;
            }
        .loan-member__badge {
            position: absolute;
            top: 102px;
            right: -57px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 183px;
            height: 183px;
            margin: 0;
            border-radius: 50%;
            background: #ff595d;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            line-height: 1.3;
            z-index: 1;
        }
            .loan-member__badge-line {
                display: block;
                white-space: nowrap;
            }
            .loan-member__badge-em {
                color: #ffff7e;
            }

/*//////////////////// Sell ////////////////////*/
.section__wrapper--sell {
    padding: 100px 0;
    overflow: hidden;
}
    .section__inner--sell {
        width: 100%;
        max-width: none;
        margin: 0;
    }
.sell-body {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-left: calc((100% - 1140px) / 2);
}
    .sell-body__left {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 575px;
        flex-shrink: 0;
    }
        .sell-body__head {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }
            .sell-body__head .section__ttl--sell {
                text-align: left;
            }
        .sell-body__desc {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
            .sell-body__lead {
                margin: 0;
                font-size: 24px;
                font-weight: 700;
                line-height: 1.6;
                letter-spacing: 0.04em;
                color: #1d3a6d;
            }
            .sell-body__txt {
                margin: 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.7;
                color: #343437;
            }
        .sell-body__bnr {
            display: block;
            width: 575px;
            height: 159px;
            border-radius: 16px;
            overflow: hidden;
        }
            .sell-body__bnr img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    .sell-body__right {
        width: fit-content;
        margin-right: -169px;
    }
        .sell-body__right img {
            display: block;
            width: 855px;
            height: 543px;
            object-fit: cover;
            border-radius: 16px 0 0 16px;
        }

/*//////////////////// Strength ////////////////////*/
.section__wrapper--strength {
    position: relative;
    padding: 0 0 100px;
    background: #fff;
    overflow: hidden;
}
    .section__wrapper--strength::before {
        content: "";
        position: absolute;
        top: 213px;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/images/top/strength-bg.webp) no-repeat center / cover;
        z-index: 0;
    }
    .section__inner--strength {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.strength-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .strength-item {
        padding-top: 30px;
    }
        .strength-item__body {
            position: relative;
            height: 285px;
        }
        .strength-item--01 .strength-item__body,
        .strength-item--03 .strength-item__body {
            display: flex;
            justify-content: flex-start;
        }
        .strength-item--02 .strength-item__body,
        .strength-item--04 .strength-item__body {
            display: flex;
            justify-content: flex-end;
        }
            .strength-item__content {
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: column;
                gap: 16px;
                justify-content: center;
                width: 714px;
                height: 285px;
                padding: 60px;
                border-radius: 16px;
                background: #fff;
                box-sizing: border-box;
                overflow: hidden;
            }
                .strength-item__num {
                    position: absolute;
                    top: -39px;
                    left: -8px;
                    margin: 0;
                    font-size: 174px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.04em;
                    pointer-events: none;
                }
                .strength-item--01 .strength-item__num {
                    color: #e3f0f8;
                }
                .strength-item--02 .strength-item__num {
                    color: #ffe9e9;
                }
                .strength-item--03 .strength-item__num {
                    color: #fff8dd;
                }
                .strength-item--04 .strength-item__num {
                    color: #e6fae9;
                }
                .strength-item__ttl {
                    position: relative;
                    z-index: 1;
                    margin: 0;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: 0.04em;
                    color: #1d3a6d;
                }
                .strength-item__txt {
                    position: relative;
                    z-index: 1;
                    margin: 0;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.7;
                    color: #343437;
                }
            .strength-item__img {
                position: absolute;
                top: -30px;
                width: 500px;
                height: 285px;
                border-radius: 16px;
                overflow: hidden;
                z-index: 1;
            }
            .strength-item--01 .strength-item__img,
            .strength-item--03 .strength-item__img {
                left: 640px;
            }
            .strength-item--02 .strength-item__img,
            .strength-item--04 .strength-item__img {
                left: 0;
            }
                .strength-item__img img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center bottom;
                }

/*//////////////////// Contact ////////////////////*/
.section__wrapper--contact {
    padding: 80px 0;
    background: #3182c4;
}
    .section__wrapper--contact .section__inner--contact {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .section__wrapper--contact .section__deco--contact {
        --ttl-deco-1: #fff;
        --ttl-deco-2: #ff595d;
        --ttl-deco-3: #ffcb3a;
    }
    .section__wrapper--contact .section__ttl--contact {
        color: #fff;
    }
.contact-list {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .contact-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 270px;
        height: 254px;
        padding: 30px 20px 20px;
        border-radius: 16px;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    .contact-card--member {
        height: auto;
        gap: 16px;
    }
        .contact-card__icn-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #f3f8fc;
            flex-shrink: 0;
        }
        .contact-card__icn {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }
        .contact-card__txt {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 46px;
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            color: #343437;
        }
        .contact-card__btns {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 100%;
        }
        .contact-card__btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 50px;
            border: 1px solid transparent;
            border-radius: 9999px;
            color: #fff;
            text-decoration: none;
            box-sizing: border-box;
        }
            .contact-card__btn-txt {
                font-size: 18px;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.04em;
            }
        .contact-card__btn--line {
            background: #06c755;
            border-color: #06c755;
        }
        .contact-card__btn--mail {
            background: #1d3a6d;
            border-color: #1d3a6d;
        }
        .contact-card__btn--member {
            background: #ffcb3a;
            border-color: #ffcb3a;
            color: #1d3a6d;
        }
        .contact-card__btn--login {
            background: #ffecbc;
            border-color: #ffecbc;
            color: #1d3a6d;
        }
        .contact-card__btn--reservation {
            background: #ff595d;
            border-color: #ff595d;
        }
            .contact-card__btn-icn {
                position: absolute;
                top: 50%;
                right: 13px;
                transform: translateY(-50%);
                --mv-btn-icn-bg: #fff;
                --mv-btn-icn-fg: #1d3a6d;
            }
            .contact-card__btn--line .contact-card__btn-icn {
                --mv-btn-icn-fg: #06c755;
            }
            .contact-card__btn--member .contact-card__btn-icn {
                --mv-btn-icn-fg: #ffcb3a;
            }
            .contact-card__btn--login .contact-card__btn-icn {
                --mv-btn-icn-fg: #e8c46a;
            }
            .contact-card__btn--reservation .contact-card__btn-icn {
                --mv-btn-icn-fg: #ff595d;
            }

/*//////////////////// Blog ////////////////////*/
.section__wrapper--blog {
    padding: 100px 0;
    overflow: hidden;
}
    .section__inner--blog {
        width: 100%;
        max-width: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.blog-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
    .blog-slider {
        width: 100%;
        overflow: hidden;
        padding: 12px;
        margin: -12px;
        box-sizing: border-box;
    }
        .blog-slider .swiper {
            overflow: visible;
        }
        .blog-slider .swiper-wrapper {
            align-items: stretch;
        }
        .blog-slider .swiper-slide {
            width: 380px;
            height: auto;
            overflow: visible;
        }
.blog-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 1140px;
}
.blog-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
    .blog-nav__btn {
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        line-height: 0;
        --swiper-arrow-bg: #fff;
        --swiper-arrow-border: #d8d8d8;
        --swiper-arrow-fg: #1d3a6d;
    }
    .blog-nav__pager {
        display: flex;
        align-items: flex-end;
        gap: 7px;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #1d3a6d;
    }
        .js-blog-current {
            color: #3182c4;
        }
        .blog-nav__pager-sep {
            display: block;
            width: 1px;
            height: 14px;
            background: #d8d8d8;
        }
.section__wrapper--blog .section__more--blog {
    position: relative;
    width: 210px;
    height: 51px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 9999px;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
}
    .section__wrapper--blog .section__more-txt--blog {
        font-weight: 700;
    }
    .section__wrapper--blog .section__more-icn--blog {
        position: absolute;
        top: 12px;
        right: 14px;
    }
.blog-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 380px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 5.5px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}
    .blog-card__img-wrap {
        position: relative;
        width: 100%;
        height: 255px;
        border-radius: 16px;
        overflow: hidden;
    }
        .blog-card__img {
            width: 100%;
            height: 100%;
            border-radius: 16px;
            overflow: hidden;
        }
            .blog-card__img img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        .blog-card__date {
            position: absolute;
            top: 16px;
            left: 0;
            padding: 2px 11px 4px 12px;
            border-radius: 0 9999px 9999px 0;
            background: #3182c4;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            white-space: nowrap;
        }
    .blog-card__ttl {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #343437;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

/*//////////////////// News ////////////////////*/
.section__wrapper--news {
    padding: 0;
}
    .section__inner--news {
        display: flex;
        gap: 80px;
        align-items: center;
    }
.news-head {
    width: 210px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}
    .news-head [class*="section__header--"] {
        align-items: flex-start;
    }
    .news-head [class*="section__ttl--"] {
        text-align: left;
    }
.section__wrapper--news .section__more--news {
    position: relative;
    width: 210px;
    height: 51px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 9999px;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
}
    .section__wrapper--news .section__more-txt--news {
        font-weight: 700;
    }
    .section__wrapper--news .section__more-icn--news {
        position: absolute;
        top: 12px;
        right: 14px;
    }
.news-panel {
    flex: 1;
    min-width: 0;
    padding: 40px;
    border-radius: 16px;
    background: #f3f8fc;
    box-sizing: border-box;
}
.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 340px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
    .news-list__item {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
    }
        .news-list__item:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }
        .news-list__date {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.4;
            color: #3182c4;
        }
        .news-list__txt {
            width: 100%;
            margin: 0;
            overflow: hidden;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.7;
            color: #343437;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/*//////////////////// Company ////////////////////*/
.section__wrapper--company {
    padding: 100px 0;
}
    .section__inner--company {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.company-body {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
}
    .company-body__img-wrap {
        position: relative;
        flex-shrink: 0;
        width: 587px;
        height: 442px;
    }
        .company-body__img {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 16px;
            background: #d8d8d8;
        }
            .company-body__img img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    .company-info {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 19px;
        min-width: 0;
        margin: 0;
    }
        .company-info__row {
            display: flex;
            gap: 32px;
            align-items: center;
            margin: 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #edeaea;
        }
            .company-info__row dt {
                flex-shrink: 0;
                width: 96px;
                margin: 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: #1d3a6d;
            }
            .company-info__row dd {
                margin: 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: #343437;
            }

/*//////////////////// FAQ ////////////////////*/
.section__wrapper--faq {
    padding: 100px 0;
}
    .section__inner--faq {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.faq-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
    .faq-list__item {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding: 30px;
        border-radius: 16px;
        background: #f3f8fc;
        box-sizing: border-box;
    }
        .faq-list__q,
        .faq-list__a {
            display: flex;
            gap: 12px;
            width: 100%;
        }
        .faq-list__q {
            align-items: center;
        }
        .faq-list__a {
            align-items: flex-start;
        }
        .faq-list__icn {
            display: flex;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            padding-bottom: 3px;
            border-radius: 50%;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.03em;
        }
            .faq-list__icn--q {
                background: #3182c4;
                color: #fff;
            }
            .faq-list__icn--a {
                background: #e1effa;
                color: #3182c4;
            }
        .faq-list__q-txt {
            flex: 1;
            min-width: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 0.03em;
            color: #1d3a6d;
        }
        .faq-list__a-txt {
            flex: 1;
            min-width: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.7;
            color: #343437;
        }
.faq-contact {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 9999px;
    background: #1d3a6d;
    box-sizing: border-box;
    text-decoration: none;
}
    .faq-contact__txt {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04em;
        color: #fff;
    }
    .faq-contact__icn {
        position: absolute;
        top: 17px;
        right: 17px;
        display: block;
        width: 25px;
        height: 25px;
        overflow: visible;
        --mv-btn-icn-bg: #fff;
        --mv-btn-icn-fg: #1d3a6d;
    }
