.l-main * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-main {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.mv__img {
    width: 100%;
    overflow: hidden;
}
    .mv__img img {
        width: 100%;
    }

/*///////////////////// 共通化 ///////////////////////*/
[class*="cnt__wrap"] {
    padding-block: 110px;
    border-top: 1px solid #A2A2A2;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin-inline: auto;
    }
        [class*="cnt__ttl"] {
            font-family: "Josefin Sans", sans-serif;
            font-size: 60px;
            font-weight: 400;
            color: #3B3B3B;
            line-height: 1.2;
            text-align: center;
            position: relative;
        }
            [class*="cnt__ttl"] span {
                display: block;
                font-size: 16px;
                font-weight: 400;
                color: #3EB133;
                line-height: 1;
                text-align: center;
                position: absolute;
                bottom: -6px;
                left: 0;
                right: 0;
                margin: auto;
            }
        [class*="more__bt"] {
            margin-top: 20px;
        }
            [class*="more__bt"] a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 220px;
                height: 50px;
                border-radius: 9999px;
                background: #EBB214;
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
                margin-inline: auto;
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                color: #FFF;
                text-align: center;
                position: relative;
            }
                [class*="more__bt"] a svg {
                    width: 7px;
                    height: 12px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 18px;
                    margin: auto;
                }

/*///////////////////// Banner swiper ///////////////////////*/
.cnt__wrap--bnr {
    padding-block: 39px 40px;
}
    .bnr__swiper {
        width: 100%;
        margin-bottom: 20px;
    }
        .bnr__swiper .swiper-slide {
            width: 300px;
        }
            .bnr__swiper .bnr__img {
                display: block;
                width: 300px;
                height: 150px;
                overflow: hidden;
                border-radius: 5px;
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
            }
                .bnr__swiper .bnr__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    vertical-align: top;
                }
    .cnt__wrap--bnr .swiper__control {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        position: relative;
        z-index: 1;
    }
        .cnt__wrap--bnr .swiper__control .swiper-button-prev,
        .cnt__wrap--bnr .swiper__control .swiper-button-next {
            position: unset;
            display: block;
            opacity: 1;
            width: 30px;
            height: 30px;
            margin: 0;
            color: #EBB214;
            cursor: pointer;
            pointer-events: auto;
        }
        .cnt__wrap--bnr .swiper__control .swiper-button-prev.swiper-button-disabled,
        .cnt__wrap--bnr .swiper__control .swiper-button-next.swiper-button-disabled {
            opacity: 1;
            pointer-events: auto;
            cursor: pointer;
        }
        .cnt__wrap--bnr .swiper__control .swiper-button-prev {
            margin-right: 7px;
        }
            .cnt__wrap--bnr .swiper__control .swiper-button-prev::after,
            .cnt__wrap--bnr .swiper__control .swiper-button-next::after {
                content: none;
            }
    .thumbnail__swiper {
        flex: 1;
    }
        .thumbnail__swiper .swiper-slide {
            width: 90px;
        }
        .thumbnail__img {
            display: block;
            width: 100%;
            height: 45px;
            overflow: hidden;
            border-radius: 1.5px;
            cursor: pointer;
            position: relative;
        }
        .thumbnail__img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #EBB214;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s, visibility 0.4s;
        }
            .thumbnail__img img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                vertical-align: top;
            }
        .thumbnail__swiper .swiper-slide-thumb-active .thumbnail__img::before {
            opacity: 0.5;
            visibility: visible;
        }

/*///////////////////// 検索マップ ///////////////////////*/
.cnt__wrap--search {
    padding-bottom: 120px;
}
.search__box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #A2A2A2;
    margin-top: 55px;
    position: relative;
}
.search__box::after {
    content: '';
    width: 236px;
    height: 183px;
    background: url(/images/top/search_icn.webp) no-repeat center / cover;
    position: absolute;
    bottom: -101px;
    right: -29px;
}
    .search__item--freeword {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 1138px;
        padding: 30px 29px 28px;
        border-bottom: 1px solid #A2A2A2;
    }
        .freeword__bar {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 910px;
            height: 50px;
            border-radius: 9999px;
            background: #EDEDED;
            padding-left: 25px;
            padding-right: 5px;
        }
            input[type="text"] {
                width: 100%;
                height: 40px;
                background-color: transparent;
                border: none;
                border-radius: 0;
                padding: 0;
            }
            input[type="text"]::placeholder {
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1;
                color: #B4B4B4;
            }
            .md-freeword__submit {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 160px;
                height: 40px;
                padding: 0 5px 3px 0;
                border-radius: 9999px;
                background: #3EB133;
                flex-shrink: 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                color: #FFF;
                text-align: center;
                position: relative;
            }
                .md-freeword__submit svg {
                    width: 24px;
                    height: 24px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 8px;
                    margin: auto;
                }
    .search__item--filter {
        display: flex;
        flex-direction: column;
        gap: 9px;
        width: 569px;
        padding: 31px 29px 29px;
        border-right: 1px solid #A2A2A2;
        border-bottom: 1px solid #A2A2A2;
    }
        .filter__box-inner form {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px 15px;
        }
        .form__type--select {
            width: 160px;
            height: 50px;
            position: relative;
        }
        .form__type--select select {
            appearance: none;
            width: 160px;
            height: 50px;
            border: 1px solid #E3E3E3;
            border-radius: 5px;
            background: #FFF;
            padding: 0 28px 0 14px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            color: #3B3B3B;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
        }
        .price__box {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .between__price {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #5B5B5B;
        }
        .price__box .form__type--select {
            width: 155px;
        }
        .price__box .form__type--select select {
            width: 155px;
            padding: 0 28px 0 14px;
        }
        .form__type--select svg {
            width: 12px;
            height: 9px;
            color: #EBB214;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto;
            pointer-events: none;
        }
        .price__box .form__type--select svg {
            right: 15px;
        }
        .form__type--checkbox {
            position: relative;
        }
        .form__type--checkbox svg {
            width: 12px;
            height: 9px;
            color: #EBB214;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto;
        }
            .form__type--checkbox dt {
                display: flex;
                align-items: center;
                width: 160px;
                height: 50px;
                padding: 0 28px 0 14px;
                border-radius: 5px;
                border: 1px solid #E3E3E3;
                background: #FFF;
                position: relative;
                cursor: pointer;
            }
            .form__type--checkbox dt span {
                font-size: 16px;
                font-weight: 400;
                color: #3B3B3B;
                line-height: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .form__type--checkbox dd {
                display: none;
                width: 100%;
                background: #FFF;
                border: 1px solid #E3E3E3;
                border-top: none;
                border-radius: 0 0 5px 5px;
                padding: 10px;
                position: absolute;
                top: 46px;
                left: 0;
                z-index: 1;
            }
            .form__type--checkbox dd label {
                cursor: pointer;
            }
            .form__type--checkbox dd.is-open {
                display: block;
            }
        .search__submit {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 160px;
            height: 40px;
            padding: 0 5px 3px 0;
            border-radius: 9999px;
            background: #EBB214;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            color: #FFF;
            text-align: center;
            position: relative;
        }
        .search__submit svg {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8px;
            margin: auto;
        }
    .search__item--school {
        padding: 30px 29px 29px 30px;
        border-bottom: 1px solid #A2A2A2;
    }
        .school__link {
            display: flex;
            align-items: center;
            gap: 25px;
            width: 510px;
            height: 140px;
            padding-left: 9px;
            border-radius: 10px;
            border: 1px solid #3B3B3B;
            background: #FFF;
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
            font-size: 20px;
            font-weight: 400;
            line-height: 1;
            color: #3B3B3B;
        }
        .school__img {
            width: 360px;
            height: 120px;
            overflow: hidden;
            border-radius: 5px;
        }
            .school__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                vertical-align: top;
            }
        .search__ttl {
            font-size: 20px;
            font-weight: 400;
            line-height: 1;
            color: #3B3B3B;
        }
    .search__item--station {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 31px 29px 29px;
        border-right: 1px solid #A2A2A2;
    }
    .search__item--area {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 31px 29px 29px 30px;
    }
    .search__item--station .search__ttl,
    .search__item--area .search__ttl {
        text-align: center;
    }
        .search__map {
            width: 510px;
            height: 450px;
        }
        .search__map--station path:not([fill]),
        .search__map--station line:not([fill]),
        .search__map--station polyline:not([fill]) {
            fill: none;
        }
        .search__map-link {
            cursor: pointer;
        }
        .search__map-label-bg,
        .search__map-label-text,
        .search__map-region {
            transition: fill .4s;
        }
        .search__map--station .search__map-label-bg.is-hover {
            fill: #fff;
        }
        .search__map--station .search__map-label-text.is-hover {
            fill: #3EB133;
        }
        .search__map--area .search__map-label-bg.is-hover {
            fill: #fff;
        }
        .search__map--area .search__map-label-text.is-hover {
            fill: #EBB214;
        }
        .search__map--area .search__map-region.is-hover {
            fill: #EBB214;
        }

/*///////////////////// クイック検索 ///////////////////////*/
.cnt__wrap--quicksearch {
    padding-block: 0;
}
    .cnt__bg--quicksearch {
        padding-block: 110px 120px;
        background: url(/images/top/quick_bg.webp) no-repeat top center / auto 768px;
    }
    .quicksearch__list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 55px;
    }
        .quicksearch__item {
            width: 360px;
        }
            .quicksearch__link {
                display: block;
                padding-bottom: 20px;
                position: relative;
                filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.20));
            }
                .quicksearch__img {
                    width: 100%;
                    height: 170px;
                    overflow: hidden;
                    border-radius: 5px;
                }
                    .quicksearch__img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        vertical-align: top;
                    }
                .quicksearch__ttl {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 280px;
                    height: 40px;
                    border-radius: 9999px;
                    border: 1px solid #3B3B3B;
                    background: #FFF;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1;
                    color: #3B3B3B;
                    text-align: center;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                }
    .quick__img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
        .quick__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
        }

/*///////////////////// 学校検索 ///////////////////////*/
.cnt__wrap--schoolsearch {
    padding-bottom: 120px;
    background: url(/images/top/schoolsearch_bg.webp) no-repeat center / cover;
}
    .schoolsearch__list {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 55px;
    }
        .schoolsearch__item {
            width: 220px;
        }
            .schoolsearch__link {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                width: 220px;
                height: 185px;
                border-radius: 5px;
                background: #3EB133;
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
                color: #FFF;
            }
            .schoolsearch__img {
                width: 100%;
                height: 120px;
                overflow: hidden;
                border-radius: 5px 5px 0 0;
            }
                .schoolsearch__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .schoolsearch__item:nth-of-type(even) .schoolsearch__link {
                background: #EBB214;
            }
            .schoolsearch__ttl {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 65px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.10);
                border-left: 1px solid rgba(0, 0, 0, 0.10);
                border-right: 1px solid rgba(0, 0, 0, 0.10);
                border-radius: 0 0 5px 5px;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.3;
                color: inherit;
                text-align: center;
            }

/*///////////////////// 新着物件・おすすめ物件 swiper ///////////////////////*/
.cnt__wrap--new {
    padding-bottom: 120px;
}
    .cnt__inner--new {
        position: relative;
    }
    .cnt__inner--new::before {
        content: '';
        width: 220px;
        height: 160px;
        background: url(/images/top/bkn-new_icn.webp) no-repeat center / cover;
        position: absolute;
        top: -43px;
        left: 205px;
    }
    .swiper__new,
    .swiper__recommend {
        width: 100%;
        margin-top: 55px;
    }
        .swiper__new .swiper-slide,
        .swiper__recommend .swiper-slide {
            width: 285px;
        }
            .bkn__item a {
                display: block;
                width: 100%;
                border-radius: 5px;
                border: 1px solid #3B3B3B;
                background: #FFF;
                box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
            }
                .bkn__img {
                    width: 100%;
                    height: 189px;
                    border-radius: 4px 4px 0 0;
                    overflow: hidden;
                    position: relative;
                }
                    .bkn__img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        vertical-align: top;
                    }
                    .new__label {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 50px;
                        height: 23px;
                        border-radius: 0 0 5px 0;
                        background: #D00D0D;
                        font-family: "Josefin Sans", sans-serif;
                        font-size: 12px;
                        font-weight: 700;
                        color: #FFF;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                    .bkn__fav-bt {
                        width: 36px;
                        height: 36px;
                        background: url(/images/top/fav_icn.svg) no-repeat center / cover;
                        position: absolute;
                        top: 9px;
                        right: 9px;
                    }
                    .bkn__fav-bt.is-checked {
                        background: url(/images/top/fav_icn-on.svg) no-repeat center / cover;
                    }
                .bkn__txtbox {
                    padding: 9px 20px 19px;
                }
                    .bkn__name {
                        font-size: 16px;
                        font-weight: 500;
                        color: #3B3B3B;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    .bkn__price {
                        font-size: 13px;
                        font-weight: 700;
                        line-height: 1;
                        color: #D00D0D;
                        border-bottom: 1px solid #EBEBEB;
                        padding-bottom: 3px;
                        margin-top: 5px;
                    }
                        .price {
                            font-family: "Josefin Sans", sans-serif;
                            font-size: 24px;
                            line-height: 1;
                            color: #D00D0D;
                            margin-right: 2px;
                        }
                        .management__txt {
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 1;
                            color: #7C7C7C;
                            margin-left: 5px;
                        }
                    .bkn__txt-bottom {
                        display: flex;
                        flex-direction: column;
                        gap: 6px;
                        margin-top: 6px;
                    }
                        .bkn__txt {
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 1;
                            color: #7C7C7C;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
    .swiper__new.noslide,
    .swiper__recommend.noslide {
        overflow: visible;
    }
        .swiper__new.noslide .swiper-wrapper,
        .swiper__recommend.noslide .swiper-wrapper {
            display: flex;
            justify-content: center;
            gap: 30px;
        }
    .swiper__new.noslide ~ .swiper__control--op,
    .swiper__recommend.noslide ~ .swiper__control--op {
        display: none;
    }
    .cnt__wrap--new .swiper__control--op,
    .cnt__wrap--recommend .swiper__control--op,
    .cnt__wrap--voice .swiper__control--op,
    .cnt__wrap--staff .swiper__control--op {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 17px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
    .cnt__wrap--staff .swiper__control--op {
        margin-top: 8px;
    }
        .cnt__wrap--new .swiper__control--op .swiper-button-prev,
        .cnt__wrap--new .swiper__control--op .swiper-button-next,
        .cnt__wrap--recommend .swiper__control--op .swiper-button-prev,
        .cnt__wrap--recommend .swiper__control--op .swiper-button-next,
        .cnt__wrap--voice .swiper__control--op .swiper-button-prev,
        .cnt__wrap--voice .swiper__control--op .swiper-button-next,
        .cnt__wrap--staff .swiper__control--op .swiper-button-prev,
        .cnt__wrap--staff .swiper__control--op .swiper-button-next {
            position: unset;
            display: block;
            opacity: 1;
            width: 30px;
            height: 30px;
            margin: 0;
            color: #3EB133;
            cursor: pointer;
            pointer-events: auto;
        }
            .cnt__wrap--new .swiper__control--op .swiper-button-prev::after,
            .cnt__wrap--new .swiper__control--op .swiper-button-next::after,
            .cnt__wrap--recommend .swiper__control--op .swiper-button-prev::after,
            .cnt__wrap--recommend .swiper__control--op .swiper-button-next::after,
            .cnt__wrap--voice .swiper__control--op .swiper-button-prev::after,
            .cnt__wrap--voice .swiper__control--op .swiper-button-next::after,
            .cnt__wrap--staff .swiper__control--op .swiper-button-prev::after,
            .cnt__wrap--staff .swiper__control--op .swiper-button-next::after {
                content: none;
            }
        .cnt__wrap--new .swiper__control--op .swiper-pagination-fraction,
        .cnt__wrap--recommend .swiper__control--op .swiper-pagination-fraction,
        .cnt__wrap--voice .swiper__control--op .swiper-pagination-fraction,
        .cnt__wrap--staff .swiper__control--op .swiper-pagination-fraction {
            position: unset;
            width: auto;
            font-family: "Josefin Sans", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #3B3B3B;
        }
        .cnt__wrap--new .swiper__control--op .swiper-pagination-fraction span,
        .cnt__wrap--recommend .swiper__control--op .swiper-pagination-fraction span,
        .cnt__wrap--voice .swiper__control--op .swiper-pagination-fraction span,
        .cnt__wrap--staff .swiper__control--op .swiper-pagination-fraction span {
            font-family: "Josefin Sans", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #3B3B3B;
        }

/*///////////////////// おすすめ物件 ///////////////////////*/
.cnt__wrap--recommend {
    padding-block: 0;
}
    .cnt__bg--recommend {
        padding-block: 110px 120px;
        background: url(/images/top/recommend_bg.webp) no-repeat top center / auto 811px;
    }
    .recommend__img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
        .recommend__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
        }

/*///////////////////// お客様の声 ///////////////////////*/
.cnt__wrap--voice {
    padding-bottom: 120px;
    background: url(/images/top/voice_bg.webp) no-repeat center / cover;
}
    .swiper__voice {
        width: 100%;
        margin-top: 55px;
    }
        .swiper__voice .swiper-slide {
            width: 450px;
        }
        .voice__item a {
            display: block;
            width: 450px;
            height: 350px;
            position: relative;
        }
            .voice__img {
                width: 220px;
                height: 220px;
                overflow: hidden;
                border-radius: 50%;
                border: 1px solid #3B3B3B;
                position: relative;
                z-index: 1;
            }
            .swiper__voice .swiper-slide:nth-of-type(even) .voice__item a {
                padding-top: 130px;
            }
                .voice__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    vertical-align: top;
                }
            .voice__txtbox {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 11px;
                padding-top: 7px;            
                width: 280px;
                height: 280px;
                background: url(/images/top/voice_item-bg.webp) no-repeat center / cover;
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 0;
            }
            .swiper__voice .swiper-slide:nth-of-type(even) .voice__txtbox {
                bottom: unset;
                top: 0;
            }
                .voice__txt {
                    width: 180px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #FFF;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }
                .voice__name {
                    width: 180px;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1;
                    color: #FFF;
                    text-align: center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
    .swiper__voice.noslide {
        overflow: visible;
    }
        .swiper__voice.noslide .swiper-wrapper {
            display: flex;
            justify-content: center;
            gap: 60px;
        }
    .swiper__voice.noslide ~ .swiper__control--op {
        display: none;
    }

/*///////////////////// スタッフ紹介 ///////////////////////*/
.cnt__wrap--staff {
    padding-bottom: 120px;
}
    .cnt__inner--staff {
        width: 1177px;
        position: relative;
    }
    .cnt__inner--staff::before {
        content: '';
        display: block;
        width: 54px;
        height: 178px;
        background: url(/images/top/staff_icn01.webp) no-repeat center / cover;
        position: absolute;
        top: -59px;
        left: 432px;
    }
    .cnt__inner--staff::after {
        content: '';
        display: block;
        width: 49px;
        height: 175px;
        background: url(/images/top/staff_icn02.webp) no-repeat center / cover;
        position: absolute;
        top: -56px;
        right: 432px;
    }
    .swiper__staff {
        width: 100%;
        padding: 8px 10px 12px 19px;
        overflow: hidden;
        margin-top: 47px;
    }
        .swiper__staff .swiper-slide {
            width: 360px;
        }
        .staff__item {
            display: block;
            width: 360px;
            background: #FFF;
            border-radius: 5px;
            border: 1px solid #3B3B3B;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.11));
        }
            .staff__img {
                border-radius: 4px 4px 0 0;
                width: 358px;
                height: 239px;
                overflow: hidden;
            }
                .staff__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    vertical-align: top;
                }
            .staff__txtbox {
                padding: 17px 20px 19px;
                position: relative;
            }
                .staff__name {
                    width: fit-content;
                    padding: 8px 8px 7px;
                    border-radius: 3px;
                    background: #3EB133;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 1;
                    color: #FFF;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: absolute;
                    top: -26px;
                    left: -10px;
                    z-index: 1;
                }
                .staff__name span {
                    font-family: "Josefin Sans", sans-serif;
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 1;
                    color: #FFF;
                    margin-left: 5px;
                }
                .staff__txt {
                    font-size: 16px;
                    font-weight: 400;
                    color: #3B3B3B;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }
                .more__txt {
                    margin-top: 13px;
                }
                .more__txt a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 318px;
                    height: 34px;
                    border-radius: 9999px;
                    background: #FFF8E5;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1;
                    color: #3B3B3B;
                    text-align: center;
                    position: relative;
                }
                .more__txt svg {
                    width: 6px;
                    height: 10px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    right: 20px;
                    color: #EBB214;
                }
    .swiper__staff.noslide {
        overflow: visible;
    }
        .swiper__staff.noslide .swiper-wrapper {
            display: flex;
            justify-content: center;
            gap: 30px;
        }
    .swiper__staff.noslide ~ .swiper__control--op {
        display: none;
    }

/*///////////////////// お役立ちブログ ///////////////////////*/
.cnt__wrap--blog {
    padding-block: 0;
}
.cnt__bg--blog {
    padding-block: 119px 120px;
    background: url(/images/top/blog_bg.webp) no-repeat center / cover;
}
    .cnt__inner--blog {
        display: flex;
        align-items: center;
        gap: 50px;
    }
    .blog__left {
        padding-bottom: 9px;
        width: fit-content;
        flex-shrink: 0;
    }
        .cnt__ttl--blog {
            width: fit-content;
        }
        .cnt__wrap--blog .swiper__control--op {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 17px;
            width: fit-content;
            margin-top: 105px;
            position: relative;
            z-index: 1;
        }
            .cnt__wrap--blog .swiper__control--op .swiper-button-prev,
            .cnt__wrap--blog .swiper__control--op .swiper-button-next {
                position: unset;
                display: block;
                opacity: 1;
                width: 30px;
                height: 30px;
                margin: 0;
                color: #3EB133;
                cursor: pointer;
                pointer-events: auto;
            }
                .cnt__wrap--blog .swiper__control--op .swiper-button-prev::after,
                .cnt__wrap--blog .swiper__control--op .swiper-button-next::after {
                    content: none;
                }
            .cnt__wrap--blog .swiper__control--op .swiper-pagination-fraction {
                position: unset;
                width: auto;
                font-family: "Josefin Sans", sans-serif;
                font-size: 16px;
                font-weight: 500;
                color: #3B3B3B;
            }
            .cnt__wrap--blog .swiper__control--op .swiper-pagination-fraction span {
                font-family: "Josefin Sans", sans-serif;
                font-size: 16px;
                font-weight: 500;
                color: #3B3B3B;
            }
            .more__bt--blog a {
                margin: 0;
            }
    .blog__right {
        flex: 1;
        height: 372px;
        position: relative;
    }
        .swiper__blog {
            width: 1440px;
            height: 100%;
            overflow: hidden;
        }
            .swiper__blog .swiper-slide {
                width: 360px;
                height: 100%;
            }
            .blog__item {
                height: 100%;
            }
                .blog__item a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-top: 1px solid #3B3B3B;
                    border-bottom: 1px solid #3B3B3B;
                    border-left: 1px solid #3B3B3B;
                    padding: 29px;
                    background: #FFF;
                    overflow: hidden;
                }
                .swiper__blog .swiper-slide:nth-of-type(:last-of-type) .blog__item a {
                    border-right: 1px solid #3B3B3B;
                }
                    .blog__img {
                        flex-shrink: 0;
                        width: 300px;
                        height: 200px;
                        overflow: hidden;
                    }
                        .blog__img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            vertical-align: top;
                        }
                    .blog__txtbox {
                        overflow: hidden;
                    }
                        .blog__date {
                            font-family: "Josefin Sans", sans-serif;
                            font-size: 16px;
                            font-weight: 300;
                            line-height: 1;
                            color: #3EB133;
                            margin-top: 14px;
                        }
                        .blog__ttl {
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 1.3;
                            color: #3B3B3B;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            margin-top: 1px;
                        }
                        .blog__txt {
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 1.3;
                            color: #7C7C7C;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            margin-top: 6px;
                        }
    .swiper__blog.noslide {
        width: auto;
        overflow: visible;
    }
        .swiper__blog.noslide .swiper-wrapper {
            display: flex;
        }
    .cnt__wrap--blog:has(.swiper__blog.noslide) .swiper__control--op {
        display: none;
    }
    .blog__bottom-img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
        .blog__bottom-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
        }

/*///////////////////// 更新情報 ///////////////////////*/
.cnt__wrap--org-information {
    padding-bottom: 120px;
    background: url(/images/top/information_bg.webp) no-repeat center / cover;
}
    .cont-scrollbar {
        margin-top: 55px;
    }
    .scrollbar-content.vertical{
        max-height: 480px;
    }
    .cont-scrollbar .simplebar-track.simplebar-vertical {
        background: #A2A2A2;
        background-clip: content-box; 
        width: 8px !important; 
        padding: 0 3px;
        border-radius: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: unset;
        pointer-events: auto;
    }

    .simplebar-scrollbar.simplebar-visible {
        cursor: pointer;
        width: 8px !important;
        left: 0 !important;
    }

    .cont-scrollbar .simplebar-scrollbar.simplebar-visible:before {
        width: 8px;
        background: #EBB214;
        border-radius: 9999px;
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 50% !important;
        transform: translateX(-50%);
        right: auto;
        cursor: pointer;
    }
    .org-scroll__item {
        display: flex;
        gap: 20px;
        padding: 29px;
        border-top: 1px solid #3B3B3B;
        border-left: 1px solid #3B3B3B;
        border-right: 1px solid #3B3B3B;
        background: #fff;
    }
    .org-scroll__item:last-of-type {
        border-bottom: 1px solid #3B3B3B;
    }
    .org-information__date {
        width: 85px;
        font-family: "Josefin Sans", sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #3EB133;
        flex-shrink: 0;
    }
    .org-information__box {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .org-scroll__list {
        padding-right: 23px;
    }
    .org-information__ttl {
        font-size: 16px;
        font-weight: 500;
        color: #3B3B3B;
    }
    .more__bt--org-information {
        margin-top: 50px;
    }

/*///////////////////// Q＆A ///////////////////////*/
.cnt__wrap--faq {
    padding-bottom: 120px;
}
    .faq__list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 55px;
        position: relative;
    }
    .faq__list::after {
        content: '';
        width: 128px;
        height: 170px;
        background: url(/images/top/faq_icn.webp) no-repeat center / cover;
        position: absolute;
        bottom: -115px;
        left: -69px;
    }
        .faq__item {
            display: flex;
            flex-direction: column;
            gap: 12px;
            width: 565px;
            padding: 29px;
            border-radius: 5px;
            border: 1px solid #3B3B3B;
            background: #FFF;
        }
        .faq__item-last {
            padding-bottom: 18px;
        }
        .q__txt {
            display: flex;
            gap: 10px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.3; 
            color: #3B3B3B;
        }
            .q__txt svg {
                width: 36px;
                height: 36px;
                flex-shrink: 0;
            }
            .q__txt span {
                display: block;
                margin-top: 7px;
                font-size: 18px;
                font-weight: 500;
                line-height: 1.3; 
                color: #3B3B3B;
            }
        .a__txt {
            display: flex;
            gap: 10px;
            font-size: 16px;
            font-weight: 400; 
            color: #3B3B3B;
        }
        .a__txt svg {
            width: 36px;
            height: 36px;
            flex-shrink: 0;
        }