@charset "UTF-8";

/* Zen Kaku Gothic New */
@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/* トップオリ：レイアウト枠 */
body {
    margin: 0;
}
.l-main {
    width: auto;
    padding: 0;
    overflow: hidden;
}
.l-main * {
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-sizing: border-box;
}

/*//////////////////// MV ////////////////////*/
/* Figma: creative_97837 / mv (13022:1025) */
.mv {
    position: relative;
    width: 100%;
    min-height: 750px;
}
    .mv__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 750px;
        overflow: hidden;
    }
        .mv__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .mv__inner {
        position: relative;
        z-index: 2;
        width: 1180px;
        margin: 0 auto;
        padding-top: 132px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
        .mv__catch {
            width: 697px;
            line-height: 0;
        }
            .mv__catch img {
                display: block;
                width: 100%;
                height: auto;
                filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
            }

/* MVおすすめ物件 */
.mv-pickup {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    margin: 18px 19px 0 0;
    gap: 3px;
}
    .mv-pickup__card {
        display: block;
        width: 360px;
        background-color: #fff6e5;
        padding: 30px 30px 26px;
        text-decoration: none;
        color: inherit;
        transition: transform 0.3s ease;
    }
    .mv-pickup__card:hover {
        transform: translateY(-8px);
        opacity: 1;
    }
        .mv-pickup__img-wrap {
            position: relative;
            width: 300px;
            height: 225px;
            margin-bottom: 16px;
            overflow: hidden;
            background-color: #fdf6ed;
        }
            .mv-pickup__img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        .mv-pickup__body {
            width: 100%;
        }
    .mv-pickup__label {
        width: 50px;
        min-height: 301px;
        background-color: #333;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 27px 15px 15px;
    }
        .mv-pickup__label-main {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.23em;
            line-height: 1.2;
            margin: 0;
        }
        .mv-pickup__label-en {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            color: #8b8b8b;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0.23em;
            line-height: 1.2;
            margin: 0;
        }

    .mv-slider__inner {
        width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }
/* 物件カード共通 */
.bkn-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 340px;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 20px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}
    .bkn-card:hover {
        opacity: 1;
        transform: translateY(-8px);
    }
    .bkn-card__img-wrap {
        position: relative;
        width: 300px;
        height: 225px;
        /* overflow: hidden; */
        background-color: #fdf6ed;
    }
        .bkn-card__img,
        .bkn-card__img-wrap > img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .bkn-card__badges {
            position: absolute;
            top: 5px;
            left: 5px;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 2px;
        }
        .bkn-card__badge {
            position: absolute;
            top: 5px;
            left: 5px;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 6px 10px;
            background-color: #656565;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            white-space: nowrap;
        }
        .bkn-card__badges .bkn-card__badge {
            position: static;
        }
        .bkn-card__label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 6px 10px;
            background-color: #333;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            white-space: nowrap;
        }
        .bkn-card__sample {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.03em;
            line-height: 1.5;
            pointer-events: none;
        }
        .bkn-card__price {
            position: absolute;
            right: -1px;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: flex-end;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 1px;
            max-width: 100%;
            padding: 10px 13px;
            background-color: #fff;
            color: #333;
            margin: 0;
            line-height: 1;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.05em;
            white-space: nowrap;
        }
        .bkn-card__price--pickup {
            background-color: #fff6e5;
        }
            .bkn-card__price .price,
            .bkn-card__price-num {
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 0.04em;
                line-height: 1;
            }
            .bkn-card__price-unit {
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.05em;
            }
    .bkn-card__body {
        width: 100%;
        min-width: 0;
    }
        .bkn-card__ttl {
            margin: 0px 0 0px;
            color: #333;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1.3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .bkn-card__meta,
        .bkn-card__addr {
            margin: 0;
            color: #656565;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .bkn-card__meta {
            margin: 6px 0 6px;
        }

/* MV下部 物件スライダー */
.mv-bkn {
    position: absolute;
    right: -7px;
    top: 55px;
    z-index: 3;
    width: 1530px;
}
    .mv-bkn__slider {
        overflow: hidden;
        padding-left: 73px;
        padding-top: 10px;
    }
        .mv-bkn__slider .swiper-slide {
            width: 340px;
            height: auto;
        }
        .mv-bkn__slider.noslide {
            overflow: visible;
        }
            .mv-bkn__slider.noslide .swiper-wrapper {
                display: flex;
                gap: 30px;
            }
    .mv-bkn__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 24px;
        padding-left: 80px;
    }
        .mv-bkn__nav .swiper-button-prev,
        .mv-bkn__nav .swiper-button-next {
            position: static;
            width: 40px;
            height: 40px;
            margin: 0;
            background-color: #333;
            color: #fff;
        }
            .mv-bkn__nav .swiper-button-prev::after,
            .mv-bkn__nav .swiper-button-next::after {
                font-size: 14px;
                font-weight: 700;
            }
            .mv-bkn__nav .swiper-button-disabled {
                opacity: 0.35;
            }
        .mv-bkn__nav .swiper-pagination {
            position: static;
            width: auto;
            display: flex;
            align-items: center;
            gap: 8px;
        }
            .mv-bkn__nav .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                margin: 0;
                background: #ccc;
                opacity: 1;
            }
            .mv-bkn__nav .swiper-pagination-bullet-active {
                background: #B48E66;
            }

/*//////////////////// 物件を探す ////////////////////*/
/* Figma: creative_97837 / search (13063:1153) */
.section__wrap--search {
    position: relative;
    width: 100%;
    background: url(/images/top/search__bg.webp) no-repeat center center / cover;
    padding: 290px 0 120px 0;
    overflow: hidden;
}
    .section__inner--search {
        position: relative;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        z-index: 1;
    }
    .search__deco {
        position: absolute;
        top: -212px;
        right: -200px;
        width: 538px;
        height: 538px;
        pointer-events: none;
        z-index: 0;
    }
        .search__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .search__headline {
        position: relative;
        margin-bottom: 38px;
        z-index: 1;
    }
        .search__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .search__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .section__ttl--search {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .search__content {
        position: relative;
        display: flex;
        gap: 50px;
        align-items: flex-start;
        z-index: 1;
    }
        .search__col--left {
            width: 543px;
            flex-shrink: 0;
        }
        .search__col--right {
            flex: 1;
            min-width: 0;
        }
    .search__block {
        margin-bottom: 35px;
    }
        .search__block:last-child {
            margin-bottom: 0;
        }
    .search__ttl {
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 0 0 18px;
        color: #333;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1;
    }
        .search__ttl::before {
            content: "";
            display: block;
            width: 15px;
            height: 1px;
            background-color: #333;
            flex-shrink: 0;
        }

    /* キーワード検索 */
    .search__keyword {
        position: relative;
        width: 100%;
        max-width: 543px;
        height: 55px;
    }
        input[type="text"].search__keyword-input {
            width: 100%;
            height: 55px;
            padding: 0 60px 0 20px;
            border: 1px solid #cec8c2;
            border-radius: 0;
            background: #fff;
            color: #333;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            outline: none;
        }
            .search__keyword-input::placeholder {
                color: #cec8c2;
            }
        .search__keyword-btn {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 27px;
            height: 27px;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: pointer;
        }
            .search__keyword-btn img {
                display: block;
                width: 27px;
                height: 27px;
            }

    /* マップ */
    .search__map {
        position: relative;
        width: 100%;
        max-width: 543px;
        height: 388px;
        overflow: hidden;
    }
        .search__map-img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .search__map-btn {
            position: absolute;
            width: 120px;
            height: 50px;
            text-decoration: none;
            z-index: 1;
            border-radius: 99999px;
            background: #B48E66;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .search__map-btn--shijonawate {
                left: 338px;
                top: 162px;
            }
            .search__map-btn--daito {
                left: 218px;
                top: 228px;
            }
            .search__map-btn:hover {
                background: #fff;
                font-size: 16px;
                color: #B48E66;
                opacity: 1;
                border: 1px solid #b48e66;
            }

    /* 価格帯 */
    .search__price-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: 487px;
    }
        .search__price-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            padding: 0 19px;
            border-radius: 99999px;
            background-color: #b48e66;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            white-space: nowrap;
            transition: opacity 0.2s ease;
            font-family: "Noto Sans JP", sans-serif;
            border: 1px solid #b48e66;
        }
            .search__price-btn:hover {
                opacity: 1;
                background-color: #fff;
                border: 1px solid #b48e66;
                color: #b48e66;
            }

    /* 人気条件 */
    .search__tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 7px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .search__tag-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            padding: 0 19px;
            border: 1px solid #cec8c2;
            border-radius: 99999px;
            background-color: #fff;
            color: #333;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.05em;
            line-height: 1;
            text-decoration: none;
            white-space: nowrap;
            transition: background-color 0.2s ease, border-color 0.2s ease;
            font-family: "Noto Sans JP", sans-serif;
        }
            .search__tag-btn:hover {
                border-color: #b48e66;
                background-color: #fffaf5;
            }

    /* 学区・沿線バナー */
    .search__bnr-list {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        max-width: 547px;
    }
        .search__bnr {
            display: flex;
            flex-direction: column;
            gap: 11px;
            width: 263px;
            text-decoration: none;
            color: #333;
        }
        .search__bnr:hover {
            opacity: 1;
        }
        .search__bnr:hover .search__bnr-img {
            opacity: 1;
            transform: scale(1.08);
        }
            .search__bnr-img-wrap {
                display: block;
                overflow: hidden;
                width: 263px;
                height: 120px;
                border-radius: 5px;
            }
            .search__bnr-img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.4s ease;
            }
            .search__bnr-ttl {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1;
            }
                .search__bnr-arrow {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                    width: 43px;
                    height: 22px;
                    border: 1px solid #CEC8C2;
                    border-radius: 999px;
                    box-sizing: border-box;
                    background: #fff;
                }
                    .search__bnr-arrow-icon {
                        display: block;
                        width: 14px;
                        height: 8px;
                        color: #333;
                    }

/*//////////////////// 物件スライダー共通（土地特集 / おすすめ） ////////////////////*/
/* Figma: creative_97837 / land (13010:934), recommend (13076:1751) */
.bkn-sec {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}
.bkn-sec--land {
    background-color: #f5ece1;
}
.bkn-sec--recommend {
    background: url(/images/top/recommend__bg.webp) center / cover no-repeat;
}
    .bkn-sec__deco {
        position: absolute;
        pointer-events: none;
        z-index: 0;
    }
    .bkn-sec__deco--land {
        top: 79px;
        left: -138px;
        width: 738px;
        height: 738px;
    }

    .bkn-sec__inner {
        position: relative;
        width: 100%;
        /* max-width: 1140px; */
        margin: 0 auto;
        z-index: 1;
    }
    .bkn-sec__head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
        width: 1140px;
        margin: 0 auto 32px;
    }
        .bkn-sec__headline {
            flex-shrink: 0;
        }
        .bkn-sec__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .bkn-sec__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .bkn-sec__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .bkn-sec__pager {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
    }
        .bkn-sec__pager-btn,
        .bkn-sec__pager .swiper-button-prev,
        .bkn-sec__pager .swiper-button-next {
            position: static;
            width: 38px;
            height: 38px;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: pointer;
            flex-shrink: 0;
        }
            .bkn-sec__pager-btn::after,
            .bkn-sec__pager .swiper-button-prev::after,
            .bkn-sec__pager .swiper-button-next::after {
                display: none;
            }
            .bkn-sec__pager-btn img {
                display: block;
                width: 38px;
                height: 38px;
            }
            .bkn-sec__pager .swiper-button-prev img {
                transform: scaleX(-1);
            }
            .bkn-sec__pager .swiper-button-disabled {
                opacity: 0.35;
            }
        .bkn-sec__pager-dots {
            position: static;
            width: auto;
            display: flex;
            align-items: center;
            gap: 5px;
        }
            .l-main .bkn-sec__pager-dots .swiper-pagination-bullet {
                width: 20px;
                height: 2px;
                margin: 0;
                border-radius: 0;
                background: #cec8c2;
                opacity: 1;
            }
            .bkn-sec__pager-dots .swiper-pagination-bullet-active {
                background: #B48E66;
            }
    .bkn-sec__slider {
        overflow: hidden;
        margin-bottom: 30px;
        padding-top: 10px;
    }
        .bkn-sec__slider .swiper-slide {
            width: 340px;
            height: auto;
        }
        .bkn-sec__slider.noslide {
            overflow: visible;
        }
            .bkn-sec__slider.noslide .swiper-wrapper {
                display: flex;
                gap: 30px;
            }
            .bkn-sec__slider--center.noslide .swiper-wrapper {
                justify-content: center;
            }
    .bkn-card--slide {
        position: relative;
        height: auto;
        transition: transform 0.3s ease;
    }
    .bkn-card--slide:hover {
        transform: translateY(-8px);
        opacity: 1;
    }
        .bkn-card--slide .bkn-card__link {
            display: flex;
            flex-direction: column;
            gap: 14px;
            text-decoration: none;
            color: inherit;
        }
        .bkn-card--slide .bkn-card__link:hover {
            opacity: 1;
        }
        .bkn-card--slide .bkn-card__meta,
        .bkn-card--slide .bkn-card__addr,
        .bkn-card--slide .bkn-card__traffic {
            margin: 0;
            color: #656565;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
            .bkn-card--slide .bkn-card__ttl {
                margin-bottom: 9px;
            }
            .bkn-card--slide .bkn-card__meta {
                margin-bottom: 9px;
            }
            .bkn-card--slide .bkn-card__addr {
                margin-bottom: 9px;
            }
            .bkn-card--slide .bkn-card__traffic {
                margin-bottom: 0;
            }
        .bkn-card__favorite {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 3;
            padding: 0;
            border: 0;
            background: url(/images/top/favotite__icon.svg) no-repeat center center;
            background-size: 29px 29px;
            cursor: pointer;
            background-color: rgba(51,51,51,0.2);
            border-radius: 999px;
            width: 42px;
            height: 42px;
            background-position-y: 8px;
        }
        .bkn-card__favorite.is-checked {
            background-image: url(/images/top/favorite__icon__on.svg);
        }
        .bkn-card__payment {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 12px;
            width: 100%;
            justify-content: end;
        }
            .bkn-card__payment-label {
                margin: 0;
                color: #656565;
                font-size: 14px;
                font-weight: 400;
                line-height: 1;
                white-space: nowrap;
            }
            .bkn-card__payment-line {
                display: block;
                width: 1px;
                height: 27px;
                background-color: #cec8c2;
                flex-shrink: 0;
            }
            .bkn-card__payment-body {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
                min-width: 0;
            }
            .bkn-card__payment-price {
                display: flex;
                align-items: flex-end;
                gap: 2px;
                margin: 0;
                color: #d7ba9b;
                font-weight: 500;
                line-height: 1;
                white-space: nowrap;
            }
                .bkn-card__payment-prefix,
                .bkn-card__payment-unit {
                    font-size: 14px;
                    letter-spacing: 0.05em;
                }
                .bkn-card__payment-num {
                    font-size: 20px;
                    letter-spacing: 0.04em;
                }
            .bkn-card__payment-note {
                margin: 0;
                color: #656565;
                font-size: 12px;
                font-weight: 400;
                line-height: 1;
            }
    .bkn-sec__more {
        display: flex;
        justify-content: center;
    }
        .bkn-sec__more-btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 55px;
            border: 1px solid #b48e66;
            border-radius: 9999px;
            background-color: #b48e66;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            box-sizing: border-box;
        }
            .bkn-sec__more-btn:hover {
                opacity: 1;
                background-color: #fff;
                color: #b48e66;
            }
            .bkn-sec__more-arrow {
                position: absolute;
                top: 50%;
                right: 18px;
                transform: translateY(-50%);
                display: block;
                width: 43px;
                height: 22px;
            }

/*//////////////////// お客様の声 ////////////////////*/
/* Figma: rallyk-home.jp / customer (13079:1744) */
.bkn-sec--customer {
    background: url(/images/top/customer__bg.webp) center / cover no-repeat;
    padding: 120px 0 117px;
}
    .bkn-sec__deco--customer {
        top: 101px;
        left: -94px;
        width: 881px;
        height: 881px;
    }
    .customer__slider__box {
        width: 1140px;
        margin: 0 auto;
        position: relative;
        min-height: 300px;
    }
    .customer__slider {
        position: absolute;
        width: 1920px;
    }

    .customer__slider .swiper-slide {
        width: 512px;
        height: auto;
    }
    .customer-card {
        display: flex;
        /* align-items: center; */
        gap: 22px;
        width: 512px;
        padding: 20px 30px 30px 20px;
        background-color: #fff;
        text-decoration: none;
        color: inherit;
        box-sizing: border-box;
        transition: transform 0.3s ease;
    }
    .customer-card:hover {
        opacity: 1;
        transform: translateY(-8px);
    }
        .customer-card__media {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            width: 175px;
            flex-shrink: 0;
        }
            .customer-card__img {
                position: relative;
                width: 175px;
                height: 175px;
                margin: 0;
                overflow: hidden;
                background-color: #ddd;
            }
                .customer-card__img img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .customer-card__name {
                margin: 0;
                width: 100%;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1;
                text-align: center;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        .customer-card__body {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 14px;
            width: 265px;
            flex-shrink: 0;
            min-width: 0;
        }
            .customer-card__text {
                margin: 14px 0 0;
                width: 100%;
                color: #656565;
                font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0.03em;
                line-height: 1.6;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 6;
                overflow: hidden;
                min-height: 152px;
            }
            .customer-card__staff {
                margin: 0;
                width: 100%;
                color: #656565;
                font-size: 14px;
                font-weight: 400;
                line-height: 1;
                text-align: right;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

/*//////////////////// 会員登録 ////////////////////*/
/* Figma: creative_97837 / member (13081:1689) */
.section__wrap--member {
    position: relative;
    width: 100%;
    min-height: 664px;
    padding: 120px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
    .member__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
    }
        .member__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center bottom;
        }
    .member__inner {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 567px;
        margin: 0 0 0 auto;
    }
    .member__inner__box {
        width: 1140px;
        margin: 0 auto;
    }
    .member__headline {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        width: 570px;
        max-width: 100%;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
        margin-bottom: 40px;
    }
        .member__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0;
            color: #fff;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.03em;
            line-height: 1;
        }
            .member__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #fff;
                flex-shrink: 0;
            }
        .member__ttl {
            margin: 0;
            color: #fff;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .member__panel {
        display: flex;
        flex-direction: column;
        gap: 21px;
        width: 100%;
        max-width: 570px;
        padding: 38px 50px 45px;
        border: 1px solid #fff;
        background: rgba(4, 4, 4, 0.4);
        backdrop-filter: blur(1px);
        box-sizing: border-box;
        margin-bottom: 30px;
    }
        .member__panel-main {
            display: flex;
            align-items: flex-end;
            gap: 12px;
            color: #fff;
        }
            .member__panel-ttl {
                display: flex;
                flex-direction: column;
                gap: 8px;
                flex-shrink: 0;
            }
                .member__panel-lead {
                    margin: 0;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 1;
                    color: #fff;
                }
                .member__panel-label {
                    margin: 0;
                    font-size: 24px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    line-height: 1;
                    white-space: nowrap;
                    color: #fff;
                }
            .member__panel-count {
                display: flex;
                align-items: flex-end;
                gap: 1px;
                margin: 0;
                line-height: 1;
                color: #fff;
            }
            .member__panel-count--lg {
                gap: 3px;
            }
                .member__panel-count--lg .member__panel-num {
                    font-size: 58px;
                    font-weight: 500;
                    line-height: 1;
                }
                .member__panel-count--lg .member__panel-unit {
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                }
        .member__panel-line {
            width: 100%;
            height: 1px;
            background-color: #867d6e;
        }
        .member__panel-sub {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
        }
            .member__panel-item {
                display: flex;
                align-items: flex-end;
                gap: 5px;
                margin: 0;
                width: 50%;
                min-width: 0;
            }
                .member__panel-item-label {
                    font-size: 20px;
                    font-weight: 400;
                    letter-spacing: 0.03em;
                    line-height: 1;
                    white-space: nowrap;
                    color: #fff;
                }
                .member__panel-item .member__panel-num {
                    font-size: 34px;
                    font-weight: 400;
                    line-height: 1;
                }
                .member__panel-item .member__panel-unit {
                    font-size: 16px;
                    font-weight: 400;
                    letter-spacing: 0.03em;
                }
    .member__cta {
    width: 570px;
    margin: 0 auto 0 0;
    }
        .member__btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 306px;
            height: 55px;
            padding: 0 19px 0 0;
            border: 1px solid #fff;
            border-radius: 9999px;
            background-color: #fff;
            color: #333;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            box-sizing: border-box;
        }
            .member__btn:hover {
                opacity: 1;
                background-color: #333;
                color: #fff;
                border: 1px solid #333;
            }
            .member__btn:hover .member__btn-arrow {
                background-color: #fff;
                color: #333;
            }
            .member__btn-arrow {
                position: absolute;
                top: 50%;
                right: 19px;
                transform: translateY(-50%);
                display: flex;
                align-items: center;
                justify-content: center;
                width: 43px;
                height: 22px;
                border-radius: 999px;
                background-color: #333;
                color: #fff;
                box-sizing: border-box;
            }
                .member__btn-arrow-icon {
                    display: block;
                    width: 14px;
                    height: 8px;
                }

/*//////////////////// 住宅ローン / 売却 ////////////////////*/
/* Figma: creative_97837 / Group 44 (13727:3921) */
.section__wrap--loan {
    position: relative;
    width: 100%;
    background-color: #fdf6ee;
    overflow: hidden;
}
    .loan__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
        .loan__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .loan-block {
        position: relative;
        z-index: 1;
        padding: 170px 0;
    }
    .loan-block--loan {
        padding-bottom: 0;
    }
    .loan-block--sell {
        padding-top: 222px;
    }
    .loan-block--sell .loan-block__media {
        right: inherit;
        left: -390px;
        top: -50px;
    }
        .loan-block__inner {
            display: flex;
            align-items: center;
            gap: 70px;
            width: 100%;
            box-sizing: border-box;
            width: 1140px;
            margin: 0 auto;
            position: relative;
        }
        .loan-block--sell .loan-block__inner {
            /* padding: 0 calc((100% - 1140px) / 2) 0 0; */
            justify-content: flex-end;
        }
            .loan-block__content {
                width: 541px;
                flex-shrink: 0;
            }
            .loan-block__headline {
                margin-bottom: 40px;
            }
                .loan-block__en {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    margin: 0 0 13px;
                    color: #b48e66;
                    font-family: Inter, "Zen Kaku Gothic New", sans-serif;
                    font-size: 23px;
                    font-weight: 200;
                    letter-spacing: 0.05em;
                    line-height: 1;
                }
                    .loan-block__en-icon {
                        display: block;
                        width: 8px;
                        height: 8px;
                        background-color: #b48e66;
                        flex-shrink: 0;
                    }
                .loan-block__ttl {
                    margin: 0;
                    color: #333;
                    font-size: 40px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    line-height: 1;
                }
            .loan-block__body {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
                .loan-block__lead {
                    margin: 0;
                    color: #333;
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    line-height: 1.5;
                }
                .loan-block__checks {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 20px;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                    .loan-block__check {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        color: #b48e66;
                        font-size: 16px;
                        font-weight: 700;
                        letter-spacing: 0.03em;
                        line-height: 1;
                    }
                        .loan-block__check-icon {
                            display: block;
                            width: 24px;
                            height: 24px;
                            flex-shrink: 0;
                        }
                        .loan-block__check-num {
                            font-size: 24px;
                            font-weight: 500;
                            letter-spacing: 0.03em;
                        }
                .loan-block__text {
                    margin: 0;
                    color: #656565;
                    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    letter-spacing: 0.03em;
                    line-height: 1.6;
                }
                .loan-block__btn {
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 306px;
                    height: 55px;
                    border: 1px solid #b48e66;
                    border-radius: 9999px;
                    background-color: #b48e66;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    line-height: 1;
                    text-decoration: none;
                    box-sizing: border-box;
                    margin-top: 10px;
                }
                    .loan-block__btn:hover {
                        opacity: 1;
                        background-color: #fff;
                        color: #b48e66;
                        border: 1px solid #fff;
                        border: 1px solid #b48e66;
                    }
                    .loan-block__btn-arrow {
                        position: absolute;
                        top: 50%;
                        right: 21px;
                        transform: translateY(-50%);
                        display: block;
                        width: 43px;
                        height: 22px;
                    }
            .loan-block__media {
                /* flex: 1; */
                /* min-width: 0; */
                /* max-width: 920px; */
                position: absolute;
                right: -390px;
                top: -50px;
            }
                .loan-block__media img {
                    display: block;
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                    object-position: center bottom;
                }

/*//////////////////// ラリーズファンホームの強み ////////////////////*/
/* Figma: creative_97837 / strengths (13089:2068) */
.section__wrap--strengths {
    position: relative;
    width: 100%;
    background: url(/images/top/strengths__bg.webp) center / cover no-repeat;
    padding: 120px 0;
    overflow: hidden;
}
    .strengths__deco {
        position: absolute;
        top: 101px;
        left: -94px;
        width: 881px;
        height: 881px;
        pointer-events: none;
        z-index: 0;
    }
        .strengths__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .strengths__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .strengths__headline {
        margin-bottom: 40px;
    }
        .strengths__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.08em;
            line-height: 1;
        }
            .strengths__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .strengths__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .strengths__list {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .strengths-item {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }
        .strengths-item__media {
            position: relative;
            width: 500px;
            height: 333px;
            flex-shrink: 0;
            overflow: hidden;
        }
            .strengths-item__img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
            .strengths-item__label {
                position: absolute;
                left: 10px;
                bottom: 10px;
                margin: 0;
                color: #fff;
                font-family: Inter, "Zen Kaku Gothic New", sans-serif;
                font-size: 53px;
                font-weight: 300;
                letter-spacing: 0.03em;
                line-height: 1;
                writing-mode: vertical-rl;
                text-orientation: mixed;
                transform: rotate(180deg);
                opacity: 0.5;
                pointer-events: none;
            }
        .strengths-item__content {
            flex: 1;
            min-width: 0;
            padding-top: 35px;
            display: flex;
            flex-direction: column;
        }
            .strengths-item__point {
                display: flex;
                align-items: center;
                gap: 15px;
                width: 100%;
                margin-bottom: 29px;
            }
                .strengths-item__point-num {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    color: #b48e66;
                    flex-shrink: 0;
                }
                    .strengths-item__point-en {
                        font-size: 16px;
                        font-weight: 500;
                        letter-spacing: 0.03em;
                        line-height: 1;
                        text-align: center;
                    }
                    .strengths-item__point-no {
                        font-size: 35px;
                        font-weight: 500;
                        letter-spacing: 0.07em;
                        line-height: 1;
                    }
                .strengths-item__point-line {
                    display: block;
                    flex: 1;
                    height: 1px;
                    min-width: 0;
                    background-color: #e4d1be;
                }
            .strengths-item__ttl {
                margin: 0 0 18px;
                color: #333;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1;
            }
            .strengths-item:nth-child(even) {
                flex-direction: row-reverse;
            }
            .strengths-item__text {
                margin: 0;
                color: #333;
                font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0.03em;
                line-height: 1.6;
            }
            .strengths-item__content .strengths-item__ttl {
                margin-bottom: 0;
            }

/* pointブロック下の見出し・本文をまとめる */
.strengths-item__content .strengths-item__point + .strengths-item__ttl {
    margin-top: 0;
}
.strengths-item__ttl + .strengths-item__text {
    margin-top: 18px;
}
.strengths-item__content {
}

/*//////////////////// ワンストップリノベーション ////////////////////*/
/* Figma: creative_97837 / one_stop (13096:1748) */
.section__wrap--onestop {
    position: relative;
    width: 100%;
    background-color: #fdf6ee;
    padding: 120px 0;
    overflow: hidden;
}
    .onestop__deco {
        position: absolute;
        top: 88px;
        right: -80px;
        width: 548px;
        height: 548px;
        pointer-events: none;
        z-index: 0;
    }
        .onestop__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .onestop__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .onestop__headline {
        margin-bottom: 40px;
    }
        .onestop__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .onestop__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .onestop__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1.4;
        }
    .onestop__content {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
    .onestop__flow {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 22px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .onestop__flow::before {
            content: "";
            position: absolute;
            left: 39px;
            right: 41px;
            top: 125px;
            height: 0;
            background: url(/images/top/deco_one_stop_line.webp) center / cover no-repeat;
            pointer-events: none;
            z-index: 0;
            width: 955px;
            height: 8px;
        }
    .onestop-item {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 144px;
        flex-shrink: 0;
    }
        .onestop-item__num {
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #b48e66;
            color: #fff;
            font-size: 22px;
            font-weight: 400;
            letter-spacing: 0.07em;
            line-height: 1;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            padding: 0 0 2px 2px;
        }
        .onestop-item__card {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            width: 100%;
            height: 216px;
            padding: 34px 0px 25px;
            background-color: #fff;
            box-sizing: border-box;
            margin-top: 20px;
        }
            .onestop-item__icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                background-color: #fdf6ee;
                flex-shrink: 0;
            }
                .onestop-item__icon img {
                    display: block;
                }
            .onestop-item__label {
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin: 0;
                min-height: 44px;
                color: #333;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1.4;
                text-align: center;
            }
                .onestop-item__label--multi {
                    gap: 0;
                    min-height: 0;
                }
                    .onestop-item__label-main {
                        font-size: 16px;
                        line-height: 1.6;
                    }
                    .onestop-item__label-sub {
                        font-size: 12px;
                        line-height: 1.6;
                    }
    .onestop__subject {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 18px 24px;
        background-color: #f5ece1;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1.5;
        text-align: center;
        box-sizing: border-box;
    }

/*//////////////////// リノベーション実績 ////////////////////*/
/* Figma: creative_97837 / bnr_achievement_wrap (13104:1971) */
/* ボタン: btn_bnr_more (13139:3894) position 配置 */
.section__wrap--achievement {
    position: relative;
    width: 100%;
    background-color: #f5ece1;
    padding: 119px 0;
}
    .achievement__inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        /* padding: 0 20px; */
        box-sizing: border-box;
    }
    .achievement-bnr {
        position: relative;
        width: 100%;
        height: 282px;
        overflow: hidden;
    }
        .achievement-bnr__media {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
            .achievement-bnr__img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        .achievement-bnr__en {
            position: absolute;
            left: 10px;
            bottom: 13px;
            z-index: 1;
            margin: 0;
            color: #fff;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 53px;
            font-weight: 300;
            letter-spacing: 0.03em;
            line-height: 1;
            opacity: 0.5;
            pointer-events: none;
        }
        .achievement-bnr__panel {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            display: flex;
            height: 100%;
            max-width: 100%;
        }
            .achievement-bnr__body {
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 18px;
                height: 100%;
                padding: 35px 50px 100px;
                box-sizing: border-box;
                width: 546px;
            }
                .achievement-bnr__subject {
                    display: flex;
                    flex-direction: column;
                    gap: 18px;
                }
                    .achievement-bnr__ttl-wrap {
                        display: flex;
                        flex-direction: column;
                        gap: 7px;
                    }
                        .achievement-bnr__sub {
                            display: flex;
                            align-items: center;
                            gap: 4px;
                            margin: 0;
                            color: #fff;
                            font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                            font-size: 16px;
                            font-weight: 400;
                            letter-spacing: 0.03em;
                            line-height: 1.6;
                            white-space: nowrap;
                        }
                            .achievement-bnr__sub-icon {
                                display: block;
                                width: 20px;
                                height: 20px;
                                flex-shrink: 0;
                            }
                        .achievement-bnr__ttl {
                            margin: 0;
                            color: #fff;
                            font-size: 36px;
                            font-weight: 500;
                            letter-spacing: 0.03em;
                            line-height: 1;
                            white-space: nowrap;
                        }
                    .achievement-bnr__text {
                        margin: 0;
                        color: #fff;
                        font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: 0.03em;
                        line-height: 1.6;
                    }
                /* Figma 13139:3894 — absolute 配置 */
                .achievement-bnr__btn {
                    position: absolute;
                    left: 53px;
                    bottom: 35px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 306px;
                    height: 55px;
                    border: 1px solid #fff;
                    border-radius: 9999px;
                    background-color: #fff;
                    color: #333;
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    line-height: 1;
                    text-decoration: none;
                    box-sizing: border-box;
                }
                    .achievement-bnr__btn:hover {
                        background-color: #865f37;
                        border-color: #fff;
                        color: #fff;
                        opacity: 1;
                    }
                    .achievement-bnr__btn-arrow {
                        position: absolute;
                        top: 50%;
                        right: 19px;
                        transform: translateY(-50%);
                        display: block;
                        width: 43px;
                        height: 22px;
                        pointer-events: none;
                    }

/*//////////////////// お問い合わせ ////////////////////*/
/* Figma: creative_97837 / contact (13117:1800) */
.section__wrap--contact {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}
    .contact__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
    }
        .contact__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center bottom;
        }
        .contact__bg::after {
            /* content: ""; */
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(134, 95, 55, 0.55) 0%, rgba(100, 70, 40, 0.5) 100%);
            pointer-events: none;
        }
    .contact__deco {
        position: absolute;
        width: 676px;
        height: 676px;
        pointer-events: none;
        z-index: 0;
    }
        .contact__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
        .contact__deco--01 {
            top: 314px;
            right: -80px;
        }
        .contact__deco--02 {
            top: -276px;
            left: -213px;
        }
    .contact__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        /* padding: 0 20px; */
        box-sizing: border-box;
    }
    .contact__headline {
        margin-bottom: 40px;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    }
        .contact__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #fff;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .contact__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #fff;
                flex-shrink: 0;
            }
        .contact__ttl {
            margin: 0;
            color: #fff;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1.4;
        }
    .contact__content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .contact__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
    }
    .contact-card {
        width: calc((100% - 60px) / 4);
        min-width: 0;
    }
        .contact-card__link {
            display: flex;
            flex-direction: column;
            height: 100%;
            text-decoration: none;
            color: inherit;
            transition: transform 0.3s ease;
        }
            .contact-card__link:hover {
                transform: translateY(-8px);
                opacity: 1;
            }
        .contact-card__media {
            position: relative;
            width: 100%;
            aspect-ratio: 270 / 180;
            overflow: hidden;
            border-radius: 5px 5px 0 0;
        }
            .contact-card__img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        .contact-card__body {
            position: relative;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 19px 20px 27px;
            background-color: #fff;
            border-radius: 0 0 5px 5px;
            box-sizing: border-box;
        }
            .contact-card__ttl {
                margin: 0;
                color: #b48e66;
                font-size: 22px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1;
            }
            .contact-card__text {
                margin: 0;
                max-width: 165px;
                color: #656565;
                font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0.03em;
                line-height: 1.4;
            }
            .contact-card__arrow {
                position: absolute;
                top: 39px;
                right: 21px;
                display: block;
                width: 39px;
                height: 39px;
                pointer-events: none;
            }
    .contact__phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
        width: 100%;
        padding: 22px 40px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }
        .contact__phone-label {
            margin: 0;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
        }
        .contact__phone-wrap {
            display: flex;
            align-items: center;
            gap: 9px;
            flex-wrap: wrap;
        }
            .contact__phone-main {
                display: flex;
                align-items: center;
                gap: 2px;
            }
                .contact__phone-icon {
                    display: block;
                    width: 40px;
                    height: 40px;
                    flex-shrink: 0;
                }
                .contact__phone-num {
                    color: #fff;
                    font-size: 44px;
                    font-weight: 500;
                    letter-spacing: 0.04em;
                    line-height: 1;
                    text-decoration: none;
                    white-space: nowrap;
                }
            .contact__phone-meta {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 6px;
            }
                .contact__phone-meta-item {
                    margin: 0;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1;
                    white-space: nowrap;
                    text-align: start;
                }

/*//////////////////// お役立ちブログ ////////////////////*/
/* Figma: creative_97837 / blog (13117:1935) */
.section__wrap--blog {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background-color: #fdf6ee;
}
    .blog__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
        .blog__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top left;
        }
    .blog__deco {
        position: absolute;
        top: -218px;
        left: -221px;
        width: 676px;
        height: 676px;
        pointer-events: none;
        z-index: 0;
    }
        .blog__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .blog__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .blog__head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
        width: 1140px;
        margin: 0 auto 40px;
    }
        .blog__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .blog__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .blog__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .blog__pager {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
    }
        .blog__pager-btn,
        .blog__pager .swiper-button-prev,
        .blog__pager .swiper-button-next {
            position: static;
            width: 38px;
            height: 38px;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: pointer;
            flex-shrink: 0;
        }
            .blog__pager-btn::after,
            .blog__pager .swiper-button-prev::after,
            .blog__pager .swiper-button-next::after {
                display: none;
            }
            .blog__pager-btn img,
            .blog__pager .swiper-button-prev img,
            .blog__pager .swiper-button-next img {
                display: block;
                width: 38px;
                height: 38px;
            }
            .blog__pager .swiper-button-prev img {
                transform: scaleX(-1);
            }
            .blog__pager .swiper-button-disabled {
                opacity: 0.4;
            }
        .l-main .blog__pager-dots {
            display: flex;
            align-items: center;
            gap: 5px;
            width: auto !important;
            position: relative;
            bottom: 0px;
        }
            .l-main .blog__pager-dots .swiper-pagination-bullet {
                width: 20px;
                height: 2px;
                margin: 0 !important;
                border-radius: 0;
                background-color: #cec8c2;
                opacity: 1;
            }
            .blog__pager-dots .swiper-pagination-bullet-active {
                background: #B48E66;
            }
    .blog__slider-wrap {
        margin-bottom: 30px;
        overflow: visible;
    }
    .blog__slider {
        overflow: visible;
    }
        .blog__slider .swiper-slide {
            width: 340px;
            height: auto;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        .blog__slider.noslide {
            overflow: hidden;
        }
            .blog__slider.noslide .swiper-wrapper {
                display: flex;
                justify-content: flex-start;
                gap: 30px;
                transform: none !important;
            }
            .blog__slider--center.noslide .swiper-wrapper {
                justify-content: center;
            }
    .blog-card {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        padding: 20px 20px 24px;
        background-color: #fff;
        text-decoration: none;
        color: inherit;
        box-sizing: border-box;
        transition: opacity 0.2s ease;
        min-height: 354px;
    }
        .blog-card:hover {
            opacity: 1;
        }
        .blog-card__media {
            position: relative;
            width: 100%;
            height: 225px;
            overflow: hidden;
            background-color: #e8e0d6;
        }
            .blog-card__media img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }
            .blog-card__date {
                position: absolute;
                top: 5px;
                left: 5px;
                z-index: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0;
                padding: 6px 10px;
                background-color: #656565;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 1;
                white-space: nowrap;
            }
                .blog-card__date time {
                    color: inherit;
                    font: inherit;
                    letter-spacing: 0.02em;
                }
        .blog-card__body {
            display: flex;
            flex-direction: column;
            gap: 4px;
            width: 100%;
            min-width: 0;
        }
            .blog-card__ttl {
                margin: 0;
                color: #333;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1.4;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
            }
            .blog-card__text {
                margin: 0;
                color: #656565;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
    .blog__more {
        display: flex;
        justify-content: center;
    }
        .blog__more-btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 55px;
            /* padding: 0 50px 0 0; */
            border: 1px solid #b48e66;
            border-radius: 9999px;
            background-color: #b48e66;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            box-sizing: border-box;
        }
            .blog__more-btn:hover {
                opacity: 1;
                background-color: #fff;
                color: #b48e66;
            }
            .blog__more-arrow {
                position: absolute;
                top: 50%;
                right: 21px;
                transform: translateY(-50%);
                display: block;
                width: 43px;
                height: 22px;
                pointer-events: none;
            }

/* TOPスライダー共通：ページャー active */
.l-wrapper .l-main .swiper-pagination-bullet-active {
    background: #B48E66;
}
.blog__slider .swiper-slide:hover {
    opacity: 1;
    transform: translateY(-10px);
}

/*//////////////////// 更新情報 ////////////////////*/
/* Figma: creative_97837 / news (13117:2375) */
.section__wrap--news {
    position: relative;
    width: 100%;
    padding: 121px 0;
    overflow: hidden;
    background-color: #f5ece1;
}
    .news__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
        .news__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .news__deco {
        /* position: absolute; */
        /* top: 101px; */
        /* right: -120px; */
        /* width: 580px; */
        /* height: 580px; */
        /* pointer-events: none; */
        /* z-index: 0; */
    }
        .news__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .news__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .news__headline {
        margin-bottom: 40px;
    }
        .news__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.03em;
            line-height: 1;
        }
            .news__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .news__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .news__content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .news__scroll {
        width: 100%;
        box-sizing: border-box;
    }
    .news__list.scrollbar-content.vertical {
        max-height: 400px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .section__wrap--news .simplebar-track.simplebar-vertical {
        background: #cec8c2;
        width: 3px;
        right: 0;
        margin: 0;
        border-radius: 0;
        pointer-events: all;
    }
    .section__wrap--news .simplebar-scrollbar:before,
    .section__wrap--news .simplebar-scrollbar.simplebar-visible:before {
        width: 3px;
        left: 0;
        top: 0;
        right: 0;
        background-color: #b48e66;
        opacity: 1;
        border-radius: 0;
        cursor: pointer;
    }
    .news__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .news-item {
        padding: 30px 0;
        border-top: 1px solid #e4d1be;
    }
        .news-item:last-child {
            border-bottom: 1px solid #e4d1be;
        }
        .news-item__head {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
            .news-item__date {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0;
                padding: 6px 10px;
                background-color: #d7ba9b;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 1;
                white-space: nowrap;
                flex-shrink: 0;
            }
                .news-item__date time {
                    color: inherit;
                    font: inherit;
                }
            .news-item__ttl {
                margin: 0;
                color: #333;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1.4;
            }
        .news-item__text {
            margin: 12px 0 0;
            color: #656565;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.7;
        }
            .news-item__text p {
                margin: 0;
            }
            .news-item__text a {
                color: #b48e66;
            }
    .news__more {
        display: flex;
        justify-content: center;
        width: 100%;
    }
        .news__more-btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 55px;
            padding: 0 0px 0 0;
            border: 1px solid #b48e66;
            border-radius: 9999px;
            background-color: #b48e66;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            box-sizing: border-box;
        }
            .news__more-btn:hover {
                opacity: 1;
                background-color: #fff;
                color: #b48e66;
            }
            .news__more-arrow {
                position: absolute;
                top: 50%;
                right: 21px;
                transform: translateY(-50%);
                display: block;
                width: 43px;
                height: 22px;
                pointer-events: none;
            }

/*//////////////////// スタッフ紹介 ////////////////////*/
/* Figma: creative_97837 / staff (13119:2671) */
/* スライダー・カードは blog（org11）のクラスを流用 */
.section__wrap--staff {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background-color: #f5ece1;
}
    .section__wrap--staff .blog-card--staff .blog-card__ttl {
        text-align: center;
    }

/*//////////////////// 会社概要 ////////////////////*/
/* Figma: creative_97837 / company (13119:2529) */
.section__wrap--company {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background-color: #fdf6ee;
}
    .company__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
        .company__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .company__deco {
        position: absolute;
        top: 45px;
        left: 116px;
        width: 488px;
        height: 488px;
        pointer-events: none;
        z-index: 0;
    }
        .company__deco img {
            display: block;
            width: 100%;
            height: auto;
        }
    .company__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        /* padding: 0 20px; */
        box-sizing: border-box;
    }
    .company__headline {
        margin-bottom: 40px;
    }
        .company__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .company__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .company__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .company__content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .company__main {
        display: flex;
        gap: 50px;
        align-items: flex-start;
        width: 100%;
    }
        .company__media {
            position: relative;
            width: 522px;
            height: 392px;
            flex-shrink: 0;
            overflow: hidden;
            background-color: #e8e0d6;
        }
            .company__media img,
            .company__media > img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
            .company__media::after {
                content: "";
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.1);
                pointer-events: none;
            }
        .company__list {
            flex: 1;
            min-width: 0;
            margin: 0;
            padding: 0;
        }
        .company-item {
            display: flex;
            gap: 38px;
            align-items: flex-start;
            margin: 0;
            padding: 16px 0 0;
            border-bottom: 1px solid #e4d1be;
        }
            .company-item:first-child {
                padding-top: 0;
            }
            .company-item:last-child {
                border-bottom: none;
            }
            .company-item__label {
                width: 118px;
                margin: 0;
                color: #333;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1.5;
                flex-shrink: 0;
            }
            .company-item__value {
                flex: 1;
                min-width: 0;
                margin: 0;
                padding-bottom: 16px;
                color: #656565;
                font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0.03em;
                line-height: 1.5;
            }
                .company-item:last-child .company-item__value {
                    padding-bottom: 0;
                }
    .company__more {
        display: flex;
        justify-content: center;
        width: 100%;
    }
        .company__more-btn {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 55px;
            border: 1px solid #b48e66;
            border-radius: 9999px;
            background-color: #b48e66;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
            text-decoration: none;
            box-sizing: border-box;
        }
            .company__more-btn:hover {
                opacity: 1;
                background-color: #fff;
                color: #b48e66;
            }
            .company__more-arrow {
                position: absolute;
                top: 50%;
                right: 21px;
                transform: translateY(-50%);
                display: block;
                width: 43px;
                height: 22px;
                pointer-events: none;
            }

/*//////////////////// よくある質問 ////////////////////*/
/* Figma: creative_97837 / faq (13119:2861) */
.section__wrap--faq {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background: url(/images/top/faq__bg.webp) center / cover no-repeat;
}
    .faq__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
        .faq__bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .faq__deco {
        position: absolute;
        pointer-events: none;
        z-index: 0;
    }
        .faq__deco img {
            position: absolute;
            display: block;
            max-width: none;
        }
        .faq__deco--01 {
            left: 89px;
            top: 1374px;
            width: 547px;
            height: 547px;
        }
            .faq__deco--01 img {
                top: -54.84%;
                left: -54.84%;
                width: 209.68%;
                height: 209.68%;
            }
        .faq__deco--02 {
            right: -273px;
            top: 1968px;
            width: 547px;
            height: 547px;
        }
            .faq__deco--02 img {
                top: -54.84%;
                left: -54.84%;
                width: 209.68%;
                height: 209.68%;
            }
        .faq__deco--03 {
            top: 72px;
            right: -309px;
            width: 986px;
            height: 986px;
        }
            .faq__deco--03 img {
                top: -15.21%;
                left: -15.21%;
                width: 130.42%;
                height: 130.42%;
            }
    .faq__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .faq__headline {
        margin-bottom: 40px;
    }
        .faq__en {
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0 0 13px;
            color: #b48e66;
            font-family: Inter, "Zen Kaku Gothic New", sans-serif;
            font-size: 23px;
            font-weight: 200;
            letter-spacing: 0.05em;
            line-height: 1;
        }
            .faq__en-icon {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #b48e66;
                flex-shrink: 0;
            }
        .faq__ttl {
            margin: 0;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.03em;
            line-height: 1;
        }
    .faq__list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .faq-item {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 35px 40px 42px;
        background-color: #fff;
        box-sizing: border-box;
    }
        .faq-item__q,
        .faq-item__a {
            display: flex;
            gap: 15px;
            width: 100%;
        }
            .faq-item__q {
                align-items: center;
            }
            .faq-item__a {
                align-items: flex-start;
            }
            .faq-item__mark {
                width: 41px;
                flex-shrink: 0;
                font-family: Inter, "Zen Kaku Gothic New", sans-serif;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.03em;
            }
                .faq-item__mark--q {
                    color: #b48e66;
                    font-size: 40px;
                }
                .faq-item__mark--a {
                    color: #656565;
                    font-size: 30px;
                    text-align: center;
                    padding-top: 0px;
                }
            .faq-item__question {
                flex: 1;
                min-width: 0;
                margin: 0;
                color: #b48e66;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 0.03em;
                line-height: 1.4;
            }
            .faq-item__answer {
                flex: 1;
                min-width: 0;
                color: #656565;
                font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0.03em;
                line-height: 1.6;
            }
                .faq-item__answer p {
                    margin: 0;
                }
        .faq-item__divider {
            width: 100%;
            height: 1px;
            background-color: #cec8c2;
        }

/*//////////////////// セクション フェードイン ////////////////////*/
/* js-fade は org-top.js が付与するため、JS無効時は通常表示のまま */
.js-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-inview {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: reduce) {
    .js-fade {
        opacity: 1;
        transform: none;
        transition: none;
    }
}



