.l-main * {
    font-family: 'Noto Sans JP', sans-serif;
}
.l-main {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}
.mv__img {
    width: 100%;
    height: 810px;
    position: relative;
}
.mv__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/images/top/mv_deco.webp) no-repeat center / cover;
    pointer-events: none;
}
.cont__main-mv {
    width: 100%;
    height: 810px;
    position: relative;
    z-index: 0;
}
    .mv__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mv__box {
        width: 1140px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
        .mv__txt-box {
            width: 713px;
            position: absolute;
            top: 136px;
            right: -64px;
        }
            .counter__list {
                display: flex;
                gap: 10px;
                margin-left: 59px;
            }
                .counter__item {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-width: 268px;
                    padding: 6px 0;
                    background: #ffffff;
                    border-radius: 9999px;
                    font-size: var(--font-size-body);
                    font-weight: 500;
                    line-height: 1.4;
                    letter-spacing: 0.05em;
                    color: var(--color-text-gray-dark);
                    text-align: center;
                }
                    .num-txt {
                        display: inline-block;
                        margin: 0 11px 0 0;
                        padding-bottom: 4px;
                        font-size: 30px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.02em;
                        color: #E93422;
                    }
            .mv__ttl-img {
                width: 666px;
                height: 172px;
                margin-top: 29px;
                position: relative;
                z-index: 1;
            }
                .mv__ttl-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .mv__ttl-img-deco {
                    font-family: "Ephesis", cursive;
                    font-size: 108px;
                    font-weight: 400;
                    color: rgba(223, 201, 135, 0.68);
                    transform: rotate(-11deg);
                    position: absolute;
                    bottom: -81px;
                    right: -35px;
                    z-index: -1;
                }
            .mv__txt {
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 27px;
                font-weight: 500;
                line-height: 1.8;
                color: #333;
                text-align: center;
                margin: 14px 46px 0 0;
            }

/*///////////// 検索 //////////////*/
.conditions-search__content {
    position: absolute;
    top: 136px;
    left: 0;
    width: 460px;
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
    .search-top {
        display: flex;
        justify-content: space-between;
        padding-bottom: 8px;
    }
        .conditions-search__item--area,
        .conditions-search__item--station {
            width: fit-content;
        }
            .conditions-search__area-btn,
            .conditions-search__station-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 1px;
                width: 185px;
                height: 113px;
                border-radius: 6px;
                border: 2px solid var(--color-blue-primary);
                background: var(--color-blue-primary);
                padding-top: 7px;
            }
                .conditions-search__area-btn-icon,
                .conditions-search__station-btn-icon {
                    display: block;
                    width: 50px;
                    height: 50px;
                }
                .conditions-search__area-btn-icon svg,
                .conditions-search__station-btn-icon svg {
                    color: #FFF;
                }
                .search-top[data-active-tab="area"] .conditions-search__area-btn,
                .search-top[data-active-tab="station"] .conditions-search__station-btn {
                    background: #FFF;
                    opacity: 1;
                }
                .search-top[data-active-tab="area"] .conditions-search__area-btn .conditions-search__area-btn-icon svg,
                .search-top[data-active-tab="station"] .conditions-search__station-btn .conditions-search__station-btn-icon svg {
                    color: var(--color-blue-primary);
                }
                .search-top[data-active-tab="area"] .conditions-search__area-btn .area-name-title,
                .search-top[data-active-tab="station"] .conditions-search__station-btn .station-name-title {
                    color: var(--color-blue-primary);
                }
                .search-top[data-active-tab="area"] .conditions-search__station-btn {
                    background: #F2F2F2;
                    border-color: #F2F2F2;
                    opacity: 1;
                }
                .search-top[data-active-tab="area"] .conditions-search__station-btn .conditions-search__station-btn-icon svg {
                    color: #B1BFD9;
                }
                .search-top[data-active-tab="area"] .conditions-search__station-btn .station-name-title {
                    color: #B1BFD9;
                }
                .search-top[data-active-tab="station"] .conditions-search__area-btn {
                    background: #F2F2F2;
                    border-color: #F2F2F2;
                    opacity: 1;
                }
                .search-top[data-active-tab="station"] .conditions-search__area-btn .conditions-search__area-btn-icon svg {
                    color: #B1BFD9;
                }
                .search-top[data-active-tab="station"] .conditions-search__area-btn .area-name-title {
                    color: #B1BFD9;
                }
                .search-top:has(.conditions-search__item--station dd.is-open) .conditions-search__area-btn {
                    background: #F2F2F2;
                    border-color: #F2F2F2;
                    opacity: 1;
                }
                .search-top:has(.conditions-search__item--station dd.is-open) .conditions-search__area-btn .conditions-search__area-btn-icon svg,
                .search-top:has(.conditions-search__item--station dd.is-open) .conditions-search__area-btn .area-name-title {
                    color: #B1BFD9;
                }
                .area-name-title,
                .station-name-title {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 1.6;
                    color: #FFF;
                }
                    .conditions-search__content .js-multi-check {
                        position: relative;
                    }
                    .conditions-search__content .js-multi-check dt {
                        cursor: pointer;
                    }
                    .conditions-search__content .js-multi-check dd {
                        visibility: hidden;
                        opacity: 0;
                        transition: .4s;
                        position: absolute;
                        top: 121px;
                        right: -30px;
                        z-index: 2;
                        width: 440px;
                        height: 243px;
                        background: url(/images/top/select_bg.webp) no-repeat center / cover;
                        padding: 40px 20px 0;
                    }
                    .conditions-search__content .js-multi-check dd.is-open {
                        visibility: visible;
                        opacity: 1;
                    }
                    .popup-close-btn {
                        display: block;
                        width: 28px;
                        height: 28px;
                        position: absolute;
                        top: 9px;
                        right: -9px;
                    }
                    .popup-decision-btn {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 150px;
                        height: 35px;
                        margin: 10px auto 0;
                        border-radius: 9999px;
                        background: #E93422;
                        font-size: var(--font-size-body);
                        font-weight: 500;
                        color: #ffffff;
                    }
                    .conditions-search__content .station-list {
                        display: flex;
                        flex-wrap: wrap;
                        width: 400px;
                        border: 1px solid #eeeeee;
                        border-radius: 8px;
                        overflow: hidden;
                        background: #ffffff;
                    }
                        .conditions-search__content .station-list > li {
                            width: 199px;
                            height: 46px;
                            box-sizing: border-box;
                            margin: 0;
                            padding: 0;
                            border-right: 1px solid #eeeeee;
                            border-bottom: 1px solid #eeeeee;
                        }
                        .conditions-search__content .station-list > li:nth-child(2n) {
                            border-right: none;
                        }
                        .conditions-search__content .station-list > li:nth-child(n+5) {
                            height: 44px;
                            border-bottom: none;
                        }
                            .conditions-search__content .station-list label {
                                display: flex;
                                align-items: center;
                                gap: 8px;
                                box-sizing: border-box;
                                width: 100%;
                                height: 100%;
                                margin: 0;
                                padding: 0 12px;
                                cursor: pointer;
                            }
                            .conditions-search__content .station-list input[type="checkbox"] {
                                flex-shrink: 0;
                                width: 18px;
                                height: 18px;
                                margin: 0;
                                border: 1px solid #cfd8dc;
                                border-radius: 2px;
                                background: #ffffff;
                                cursor: pointer;
                                appearance: none;
                                -webkit-appearance: none;
                                position: relative;
                            }
                            .conditions-search__content .station-list input[type="checkbox"]:checked {
                                background: url(/images/top/check_icn.svg) no-repeat center / cover;
                                border: none;
                            }
                            .conditions-search__content .station-list .station-name {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                font-size: 14px;
                                font-weight: 400;
                                line-height: 1.5;
                                color: #404040;
                            }
                            .conditions-search__content .station-list .station-name-other {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                                width: 100%;
                                height: 100%;
                                padding: 0 12px 0;
                            }
                            .conditions-search__content .station-list .station-name-other .cnt__svg-bt {
                                --cnt-bt-arrow-bg: var(--color-blue-primary);
                                --cnt-bt-arrow-chevron: #ffffff;
                            }
    #check_items {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        color: #2B43A0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .search-bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 7px;
    }
        .form__type--select {
            position: relative;
        }
        .form__type--select::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            background: url(/images/top/search_arrow.svg) no-repeat center / cover;
            pointer-events: none;
        }
            .form__type--select select {
                appearance: none;
                width: 172px;
                height: 56px;
                border: 1px solid #B1BFD9;
                background: #EBF2FF;
                border-radius: 6px;
                padding: 0 33px 0 34px;
                font-size: var(--font-size-body);
                font-weight: 500;
                line-height: 1.4;
                color: #404040;
                cursor: pointer;
            }
        .price-between {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 10px;
            font-size: 24px;
            font-weight: 400;
            color: #2B43A0;
            text-align: center;
        }
    .conditions-search__item--madori {
        margin-top: 10px;
    }
        .conditions-search__item--madori dl {
            position: relative;
        }
            .conditions-search__item--madori dt {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 380px;
                height: 56px;
                border-radius: 6px;
                border: 1px solid #B1BFD9;
                background: #EBF2FF;
                padding: 0 40px 0 10px;
                position: relative;
            }
            .conditions-search__item--madori dt span {
                font-size: var(--font-size-body);
                font-weight: 500;
                line-height: 1.4;
                color: #404040;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .conditions-search__item--madori dt::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 16px;
                transform: translateY(-50%);
                width: 18px;
                height: 18px;
                background: url(/images/top/search_arrow.svg) no-repeat center / cover;
                pointer-events: none;
            }
            .conditions-search__content .conditions-search__item--madori dd {
                position: absolute;
                top: 64px;
            }
                .conditions-search__item--madori dd ul {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 10px;
                }
                    .conditions-search__item--madori dd label {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.5;
                        color: #404040;
                    }
                    .conditions-search__item--madori dd ul input[type="checkbox"] {
                        flex-shrink: 0;
                        width: 18px;
                        height: 18px;
                        margin: 0;
                        border: 1px solid #cfd8dc;
                        border-radius: 2px;
                        background: #ffffff;
                        cursor: pointer;
                        appearance: none;
                        -webkit-appearance: none;
                        position: relative;
                    }
                    .conditions-search__item--madori dd ul input[type="checkbox"]:checked {
                        background: url(/images/top/check_icn.svg) no-repeat center / cover;
                        border: none;
                    }
    .search-btflex {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
        .mv_search_last {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 185px;
            height: 54px;
            border-radius: 9999px;
            border: 1px solid #E93422;
            background: #ffffff;
            font-size: var(--font-size-body);
            font-weight: 500;
            line-height: 1.4;
            color: #E93422;
            cursor: pointer;
        }
        .search-bt {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 185px;
            height: 54px;
            border-radius: 9999px;
            background: #E93422;
            font-size: var(--font-size-body);
            font-weight: 500;
            color: #ffffff;
            cursor: pointer;
        }

/*///////////// コンテンツ共通 /////////////*/
[class*="cnt__wrap"] {
    padding-block: 112px 109px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__heading"] {
            font-family: "Zen Maru Gothic", sans-serif;
            font-size: var(--font-size-heading-xl);
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: 0.06em;
            color: var(--color-text-gray-dark);
            text-align: center;
        }
            [class*="cnt__heading"] span {
                display: block;
                font-family: "Zen Maru Gothic", sans-serif;
                font-size: var(--font-size-body);
                font-weight: 500;
                line-height: 1.55;
                letter-spacing: 0.08em;
                color: var(--color-blue-primary);
            }
        [class*="cnt__list"] {
            display: flex;
        }
        [class*="cnt__img"] {
            overflow: hidden;
        }
        [class*="cnt__img"] img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        [class*="cnt__flex"] {
            display: flex;
            justify-content: space-between;
        }
        [class*="cnt__bt-link"] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 70px;
            border-radius: 14px;
            border: 2px solid var(--color-blue-primary);
            background: var(--color-blue-primary);
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            color: #ffffff;
            position: relative;
        }
        .cnt__icon-bt {
            position: absolute;
            top: 50%;
            right: 13px;
            transform: translateY(-50%);
        }
        .cnt__svg-bt {
            display: block;
            width: 22px;
            height: 22px;
            --cnt-bt-arrow-bg: #ffffff;
            --cnt-bt-arrow-chevron: var(--color-blue-primary);
        }

/*///////////// こだわり条件 ///////////////*/
.cnt__heading--kodawari {
    position: relative;
}
.cnt__heading--kodawari::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 277px;
    width: 116px;
    height: 83px;
    background: url(/images/top/kodawari_ttl-icn.svg) no-repeat center / cover;
}
    .cnt__list--kodawari {
        justify-content: space-between;
        margin-top: var(--space-40);
    }
        .cnt__img--kodawari {
            width: 212px;
            height: 212px;
            overflow: hidden;
            border-radius: 14px;
        }
        .cnt__text--kodawari {
            font-family: "Zen Maru Gothic", sans-serif;
            font-size: var(--font-size-heading-md);
            font-weight: 700;
            line-height: 1.3;
            color: var(--color-blue-primary);
            text-align: center;
            margin-top: 11px;
        }


/*///////////// スワイパー共通 /////////////*/
.cnt__wrap--new .swiper-slide,
.cnt__wrap--ranking .swiper-slide {
    width: 370px;
    flex-shrink: 0;
}
.cnt__wrap--staff .swiper-slide,
.cnt__wrap--blog .swiper-slide {
    width: 310px;
    flex-shrink: 0;
}
.swiper__control {
    display: flex;
    justify-content: space-between;
    width: 141px;
    margin-top: 51px;
    position: relative;
    z-index: 1;
}
.swiper__control .swiper-button-prev::after,
.swiper__control .swiper-button-next::after {
    content: none;
}
.swiper__control .swiper-button-prev,
.swiper__control .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 30px;
    height: 30px;
}
.swiper__control .cnt__swiper-nav-icon {
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
}
.swiper__control .cnt__swiper-nav-icon__circle-fill {
    fill: var(--color-blue-primary);
}
.swiper__control .cnt__swiper-nav-icon__circle-stroke {
    stroke: var(--color-blue-primary);
}
.swiper__control .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    font-size: 20px;
    font-weight: 500; 
    color: var(--color-blue-primary);
}
.swiper__control.noslide {
    visibility: hidden;
    pointer-events: none;
}
.swiper_content-new.noslide > .swiper-wrapper,
.swiper_content-ranking.noslide > .swiper-wrapper,
.swiper_content-staff.noslide > .swiper-wrapper,
.swiper_content-blog.noslide > .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 30px;
}
.swiper_content-new.noslide > .swiper-wrapper {
    justify-content: center;
}

/*///////////// 物件カード ///////////////*/
.swiper_content-new .swiper-wrapper {
    margin-top: var(--space-40);
}
    .bkn__item a {
        display: block;
        height: 398px;
        background: #ffffff;
        border-radius: 20px;
        padding: 20px 20px 22px;
    }
        .bkn__img {
            width: 330px;
            height: 220px;
            border-radius: 14px;
            overflow: hidden;
            position: relative;
        }
            .bkn__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                background: #F0F5FF;
            }
            .bkn__label {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 26px;
                border-radius: 5px;
                background: #E93422;
                font-size: var(--font-size-caption);
                font-weight: 500;
                line-height: 1;
                color: #FFF;
                position: absolute;
                top: 12px;
                left: 12px;
            }
            .bkn__fav-bt {
                position: absolute;
                top: 12px;
                right: 12px;
                width: 41px;
                height: 41px;
                background: url(/images/top/bkn_heart.svg) no-repeat center / cover;
                cursor: pointer;
            }
            .bkn__fav-bt.is-checked {
                background: url(/images/top/bkn_heart-on.svg) no-repeat center / cover;
            }
        .bkn__ttl {
            font-size: 18px;
            font-weight: 500;
            color: var(--color-text-gray-dark);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 12px;
        }
        .bkn__price {
            font-size: var(--font-size-body);
            font-weight: 500;
            color: var(--color-text-gray-dark);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 5px;
        }
            .price {
                font-size: 32px;
                font-weight: 700;
                color: #E93422;
                line-height: 1;
                margin-right: 5px;
            }
            .madori__txt {
                margin-left: 10px;
            }
        .bkn__txt {
            font-size: var(--font-size-body);
            font-weight: 400;
            color: #848484;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .address__txt {
            margin-top: 8px;
        }
        .traffic__txt {
            margin-top: 1px;
        }

/*///////////// 新着物件 ///////////////*/
.cnt__wrap--new {
    padding-block: 131px 0;
    background: url(/images/top/new_bg.svg) no-repeat top center / auto 131px;
}
    .cnt__bg--new {
        padding-block: 53px 120px;
        background: #F0F5FF;   
    }
        .cnt__flex-ttl--new {
            position: relative;
        }
        .cnt__flex-ttl--new::before {
            content: "";
            position: absolute;
            top: -24px;
            left: -105px;
            width: 65px;
            height: 84px;
            background: url(/images/top/new_ttl-icn-left.svg) no-repeat center / cover;
        }
        .cnt__flex-ttl--new::after {
            content: "";
            position: absolute;
            top: 15px;
            right: 218px;
            width: 95px;
            height: 105px;
            background: url(/images/top/new_ttl-icn-right.svg) no-repeat center / cover;
        }
            .cnt__heading--new,
            .cnt__heading--new span {
                text-align: left;
            }
        .cnt__bt--new {
            margin-top: var(--space-40);
        }
            .cnt__bt-link--new {
                margin: 0 auto;
            }

/*///////////// 人気物件ランキング ///////////////*/
.cnt__wrap--ranking {
    padding-block: 172px 180px;
    background: #F0F5FF url(/images/top/ranking_bg.webp) no-repeat center / cover;
}
    .cnt__inner--ranking {
        height: 539px;
        position: relative;
    }
    .cnt__inner--ranking::before {
        content: "";
        position: absolute;
        bottom: -181px;
        left: -76px;
        width: 206px;
        height: 174px;
        background: url(/images/top/ranking_cnt-icn-left.svg) no-repeat center / cover;
    }
        .cnt__flex-ttl--ranking {
            position: relative;
        }
        .cnt__flex-ttl--ranking::after {
            content: "";
            position: absolute;
            top: -41px;
            right: -105px;
            width: 117px;
            height: 96px;
            background: url(/images/top/ranking_ttl-icn-right.svg) no-repeat center / cover;
        }
            .cnt__heading--ranking,
            .cnt__heading--ranking span {
                color: #ffffff;
                text-align: left;
            }
            .cnt__wrap--ranking .swiper__control .swiper-pagination {
                color: #ffffff;
            }
            .cnt__wrap--ranking .swiper__control .cnt__swiper-nav-icon {
                color: #427BE3;
            }
            .cnt__wrap--ranking .swiper__control .cnt__swiper-nav-icon__circle-fill {
                fill: #ffffff;
            }
            .cnt__wrap--ranking .swiper__control .cnt__swiper-nav-icon__circle-stroke {
                stroke: #ffffff;
            }
        .swiper_content-ranking {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 1570px;
            padding-top: 31px;
            overflow: hidden;
        }
        .ranking__item {
            position: relative;
        }
        .ranking__item::before {
            content: "";
            position: absolute;
            top: -31px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 1;
            width: 72px;
            height: 56px;
        }
        .ranking__item--01::before {
            background: url(/images/top/ranking01.svg) no-repeat center / cover;
        }
        .ranking__item--02::before {
            background: url(/images/top/ranking02.svg) no-repeat center / cover;
        }
        .ranking__item--03::before {
            background: url(/images/top/ranking03.svg) no-repeat center / cover;
        }
        .ranking__item--04::before {
            background: url(/images/top/ranking04.svg) no-repeat center / cover;
        }
        .ranking__item--05::before {
            background: url(/images/top/ranking05.svg) no-repeat center / cover;
        }

/*///////////// 不動産オーナー様へ ///////////////*/
.cnt__wrap--owner {
    padding-bottom:  120px;
    background: #F0F5FF;
}
    .cnt__heading--owner,
    .cnt__heading--owner span {
        text-align: left;
    }
    .owner__item {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 472px;
        margin-top: var(--space-40);
        position: relative;
    }
        .owner__img {
            width: 962px;
            height: 472px;
            position: absolute;
            top: 0;
            left: -390px;
        }
            .owner__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .owner__content {
            width: 687px;
            height: 402px;
            padding: 50px 0 50px 60px;
            position: relative;
            z-index: 1;
        }
        .owner__content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 1077px;
            height: 100%;
            background: #2B43A0;
            border-radius: 20px 0 0 20px;
            z-index: -1;
        }
        .owner__content::after {
            content: "";
            position: absolute;
            top: -22px;
            right: 26px;
            width: 181px;
            height: 144px;
            background: url(/images/top/owner_cnt-icn-right.svg) no-repeat center / cover;
        }
            .owner__ttl {
                font-size: 26px;
                font-weight: 600;
                line-height: 1.6;
                color: #FFF;
            }
            .owner__txt {
                font-size: 20px;
                font-weight: 400;
                line-height: 1.8;
                color: #FFF;
                margin-top: 21px;
            }
        .cnt__bt--owner {
            margin-top: 30px;
        }
            .cnt__bt-link--owner {
                border: 2px solid #ffffff;
                background: #ffffff;
                color: var(--color-blue-primary);
            }
            .cnt__bt-link--owner .cnt__svg-bt {
                --cnt-bt-arrow-bg: var(--color-blue-primary);
                --cnt-bt-arrow-chevron: #ffffff;
            }

/*///////////// お客様の声 ///////////////*/
.cnt__wrap--customer {
    padding-bottom: 120px;
    background: #F0F5FF;
}
    .cnt__inner--customer {
        position: relative;
        z-index: 1;
    }
    .cnt__inner--customer::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: -74px;
        width: 93px;
        height: 96px;
        background: url(/images/top/customer_cnt-icn-left.svg) no-repeat center / cover;
    }
    .cnt__inner--customer::after {
        content: "";
        position: absolute;
        top: -106px;
        right: -279px;
        z-index: -1;
        width: 790px;
        height: 791px;
        background: url(/images/top/customer_bg.svg) no-repeat center / cover;
    }
        .cnt__heading--customer {
            position: relative;
        }
        .cnt__heading--customer::after {
            content: "";
            position: absolute;
            top: -41px;
            right: 193px;
            width: 76px;
            height: 147px;
            background: url(/images/top/customer_ttl-icn-right.svg) no-repeat center / cover;
        }
        .cnt__list--customer {
            flex-direction: column;
            gap: 20px;
            margin-top: var(--space-40);
        }
            .cnt__item--customer {
                height: 228px;
            }
            .cnt__item--customer a {
                display: flex;
                align-items: center;
                gap: 30px;
                height: 228px;
                background: #FFF;
                border-radius: 20px;
                overflow: hidden;
            }
                .cnt__img--customer {
                    width: 309px;
                    height: 228px;
                    flex-shrink: 0;
                    -webkit-mask-image: url('../images/top/customer_img-bg.svg');
                    mask-image: url('../images/top/customer_img-bg.svg');
                    -webkit-mask-size: 100% 100%;
                    mask-size: 100% 100%;
                    -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
                    -webkit-mask-position: center;
                    mask-position: center;
                }
                    .cnt__img--customer img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .customer__txtbox {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    width: 751px;
                    margin-bottom: 2px;
                }
                    .customer__ttl {
                        font-size: 22px;
                        font-weight: 500;
                        line-height: 1.6;
                        color: var(--color-text-gray-dark);
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    .customer__txt {
                        font-size: var(--font-size-body);
                        font-weight: 400;
                        line-height: 1.8;
                        color: var(--color-text-gray-dark);
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        text-overflow: ellipsis;
                    }
        .cnt__bt--customer {
            margin-top: var(--space-40);
        }
            .cnt__bt-link--customer {
                margin: 0 auto;
            }

/*///////////// コンテンツスライド共通 ///////////////*/
.cnt__slide__item a {
    display: block;
    height: 315px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px 22px;
}
.cnt__wrap--blog .cnt__slide__item a {
    height: 338px;
}
    .cnt__img--staff,
    .cnt__img--blog {
        width: 270px;
        height: 180px;
        border-radius: 14px;
        overflow: hidden;
    }
        .cnt__img--staff img,
        .cnt__img--blog img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background: #F0F5FF;
        }
    .slide__ttl {
        font-size: 18px;
        font-weight: 500;
        color: var(--color-text-gray-dark);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 12px;
    }
    .slide__txt {
        font-size: var(--font-size-body);
        font-weight: 400;
        color: #848484;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-top: 3px;
    }

/*///////////// スタッフ紹介 ///////////////*/
.cnt__wrap--staff {
    padding-bottom: 120px;
    background: #F0F5FF;
}
    .cnt__inner--staff {
        height: 546px;
        position: relative;
        z-index: 1;
    }
    .cnt__inner--staff::before {
        content: "";
        position: absolute;
        top: -112px;
        left: -390px;
        z-index: -1;
        width: 1051px;
        height: 732px;
        background: url(/images/top/staff_bg.webp) no-repeat center / cover;
    }
        .cnt__heading--staff,
        .cnt__heading--staff span {
            color: #ffffff;
            text-align: left;
        }
        .swiper_content-staff {
            position: absolute;
            bottom: 110px;
            left: 0;
            width: 1670px;
            overflow: hidden;
        }
        .cnt__bt--staff {
            margin-top: 395px;
        }
            .cnt__bt-link--staff {
                margin: 0 0 0 auto;
            }

/*///////////// 更新情報 ///////////////*/
.cnt__wrap--news {
    padding-block: 120px;
    background: #F0F5FF;
}
    .cnt__inner--news {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
    .cnt__left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 17px;
    }
        .cnt__heading--news,
        .cnt__heading--news span {
            text-align: left;
        }
        .cnt__heading--news {
            position: relative;
        }
        .cnt__heading--news::after {
            content: "";
            position: absolute;
            top: 251px;
            left: 0;
            width: 283px;
            height: 78px;
            background: url(/images/top/news_ttl-icn-bottom.svg) no-repeat center / cover;
        }
        .cnt__bt--news {
            margin-top: var(--space-40);
        }
    .cont-scrollbar {
        width: 768px;
    }
    .scrollbar-content.vertical {
        max-height: 450px;
    }
    .cont-scrollbar .simplebar-track.simplebar-vertical {
        background: #EEE;
        background-clip: content-box; 
        width: 10px !important; 
        padding: 0 4px;
        border-radius: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: unset;
        pointer-events: auto;
    }
    
    .simplebar-scrollbar.simplebar-visible {
        cursor: pointer;
        width: 10px !important;
        left: 0 !important;
    }
    
    .cont-scrollbar .simplebar-scrollbar.simplebar-visible:before {
        width: 10px;
        background: var(--color-blue-primary);
        border-radius: 9999px;
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 50% !important;
        transform: translateX(-50%);
        right: auto;
        cursor: pointer;
    }
        .org-news__list {
            display: flex;
            flex-direction: column;
            gap: 25px;
            padding-right: 35px;
        }
            .org-news__item {
                padding: 30px 31px 30px;
                background: #ffffff;
                border-radius: 20px;
            }
                .org-news__date {
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--color-blue-primary);
                }
                .org-news__ttl {
                    font-size: var(--font-size-body);
                    font-weight: 500;
                    color: #231F20;
                    margin-top: 3px;
                }
                .org-news__txt {
                    margin-top: 5px;
                }

/*///////////// お役立ちブログ ///////////////*/
.cnt__wrap--blog {
    padding-bottom: 120px;
    background: #F0F5FF;
}
    .cnt__inner--blog {
        height: 569px;
        position: relative;
        z-index: 1;
    }
    .cnt__inner--blog::before {
        content: "";
        position: absolute;
        top: -91px;
        left: -216px;
        z-index: -1;
        width: 613px;
        height: 510px;
        background: url(/images/top/blog_bg.svg) no-repeat center / cover;
    }
        .cnt__flex-ttl--blog {
            position: relative;
        }
        .cnt__flex-ttl--blog::after {
            content: "";
            position: absolute;
            top: -19px;
            right: 308px;
            width: 171px;
            height: 121px;
            background: url(/images/top/blog_ttl-icn-right.svg) no-repeat center / cover;
        }
            .cnt__heading--blog,
            .cnt__heading--blog span {
                text-align: left;
            }
        .slide__date {
            font-size: 14px;
            font-weight: 400;
            color: var(--color-blue-primary);
            margin-top: 7px;
        }
        .swiper_content-blog {
            position: absolute;
            bottom: 110px;
            left: 0;
            width: 1670px;
            overflow: hidden;
        }
        .cnt__bt--blog {
            margin-top: 418px;
        }
            .cnt__bt-link--blog {
                margin: 0 0 0 auto;
            }

/*///////////// 会社概要 ///////////////*/
.cnt__wrap--company {
    padding-bottom: 120px;
    background: #F0F5FF;
}
    .cnt__heading--company {
        position: relative;
    }
    .cnt__heading--company::before {
        content: "";
        position: absolute;
        top: -104px;
        left: 49px;
        width: 321px;
        height: 177px;
        background: url(/images/top/company_ttl-icn-left.svg) no-repeat center / cover;
    }
    .cnt__heading--company::after {
        content: "";
        position: absolute;
        top: 43px;
        right: -31px;
        width: 136px;
        height: 145px;
        background: url(/images/top/company_ttl-icn-right.svg) no-repeat center / cover;
    }
    .org-company__box {
        display: flex;
        gap: 50px;
        border-radius: 30px;
        background: #FFF;
        padding: 60px;
        margin-top: var(--space-40);
    }
        .org-company__img-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
            .org-company__img {
                width: 396px;
                height: 300px;
                border-radius: 14px;
                overflow: hidden;
            }
                .org-company__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
        .org-company__info-box {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            gap: 60px;
            width: 574px;
        }
            .org-company__info-list {
                display: flex;
                flex-direction: column;
                gap: 18px;
            }
                .org-company__info {
                    display: flex;
                    gap: 20px;
                    padding-bottom: 17px;
                    border-bottom: 1px solid #CCC;
                }
                    .org-company__info-ttl {
                        width: 64px;
                        font-size: var(--font-size-body);
                        font-weight: 700;
                        color: var(--color-text-gray-dark);
                        line-height: 1.8;
                    }
                    .org-company__info-txt {
                        font-size: var(--font-size-body);
                        font-weight: 400;
                        color: var(--color-text-gray-dark);
                        line-height: 1.8;
                    }
            .cnt__bt-link--company {
                margin: 0 0 0 auto;
            }

/*///////////// よくある質問 ///////////////*/
.cnt__wrap--faq {
    padding-bottom: 120px;
    background: url(/images/top/faq_bg.webp) no-repeat top center / auto 202px;
}
    .cnt__inner--faq {
        position: relative;
    }
    .cnt__inner--faq::after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: -85px;
        width: 65px;
        height: 85px;
        background: url(/images/top/qa_cnt-icn-right.svg) no-repeat center / cover;
    }
        .cnt__heading--faq {
            position: relative;
        }
        .cnt__heading--faq::after {
            content: "";
            position: absolute;
            top: -103px;
            left: 111px;
            width: 129px;
            height: 169px;
            background: url(/images/top/qa_ttl-icn-left.svg) no-repeat center / cover;
        }
        .org-faq__list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: var(--space-40);
        }
            .org-faq__item {
                display: flex;
                flex-direction: column;
                gap: 12px;
                padding: 31px 40px 41px;
                background: #EEFCFF;
                border-radius: 20px;
            }
                .org-faq__ttl {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1.6;
                    color: var(--color-text-gray-dark);
                }
                .org-faq__ttl::before {
                    content: "Q";
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 1.6;
                    color: var(--color-blue-primary);
                    margin-bottom: 4px;
                }
                .org-faq__txt {
                    display: flex;
                    gap: 19px;
                    font-size: var(--font-size-body);
                    font-weight: 400;
                    line-height: 1.8;
                    color: var(--color-text-gray-dark);
                }
                .org-faq__txt::before {
                    content: "A";
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 22px;
                    font-weight: 700;
                    line-height: 1.2;
                    color: #E93422;
                    margin-left: 4px;
                }