html {
    scroll-behavior: smooth;
    scroll-padding-top: 81px;
}
.l-main * {
    font-family: "Zen Maru Gothic", sans-serif;
}
.l-main {
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: #fff;
}

/*///////////// 共通 //////////////*/

[class*="contact__bt"] {
    width: fit-content;
}
.contact__bt--satei {
    padding-top: 14px;
}
    [class*="contact__bt"] a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        border-radius: 999px;
        border: 2px solid #E86C00;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
        position: relative;
    }
        .contact__bt--satei a {
            width: 320px;
            background: #FF8316;
            color: #fff;
        }
        .contact__satei-txt {
            width: 122px;
            height: 32px;
            background: url(/images/top/satei_txt.svg) no-repeat center / cover;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.8;
            color: #FF8316;
            text-align: center;
            position: absolute;
            top: -15px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
            .contact__satei-txt span {
                font-size: 20px;
                line-height: 1.2;
            }
        .contact__bt--satei a::before {
            content: "";
            width: 60px;
            height: 66px;
            background: url(/images/top/satei_icn.svg) no-repeat center / cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .contact__bt--satei a::after {
            content: "";
            width: 40px;
            height: 40px;
            background: url(/images/top/arow_wh.svg) no-repeat center / cover;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 15px;
        }
        .contact__bt--mail a {
            width: 360px;
            background: #fff;
            box-shadow: 4px 4px 0 0 rgba(180, 180, 180, 0.40);
            color: #FF8316;
        }
        .contact__bt--mail a::before {
            content: "";
            width: 64px;
            height: 66px;
            background: url(/images/top/mail_icn.svg) no-repeat center / cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .contact__bt--mail a::after {
            content: "";
            width: 40px;
            height: 40px;
            background: url(/images/top/arow_og.svg) no-repeat center / cover;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 13px;
        }

[class*="cnt__wrap"] {
    padding-block: 100px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__ttl"] {
            width: fit-content;
            padding-inline: 18px;
            padding-bottom: 27px;
            margin: 0 auto;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #191F26;
            text-align: center;
            position: relative;
        }
        [class*="cnt__ttl"]::after {
            --dot-size: 5px;
            --dot-gap: 14px;
            content: "";
            width: 100%;
            height: var(--dot-size);
            background-image: radial-gradient(
                circle at calc(var(--dot-size) / 2) calc(var(--dot-size) / 2), 
                #A1DAEE calc(var(--dot-size) / 2), 
                transparent 0
            );
            background-size: var(--dot-gap) var(--dot-size);
            background-repeat: repeat-x;
            position: absolute;
            bottom: 0;
            left: 0;
        }
            [class*="cnt__ttl"] span {
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 55px;
                font-weight: 700;
                color: #004898;
            }

[class*="cnt__bt"] {
    margin-top: 32px;
}
    [class*="cnt__bt"] a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 50px;
        background: #fff;
        border-radius: 25px;
        border: 2px solid #004898;
        box-shadow: 4px 4px 0 0 rgba(180, 180, 180, 0.40);
        margin: 0 auto;
        font-size: 16px;
        font-weight: 700;
        color: #004898;
        position: relative;
    }
    [class*="cnt__bt"] a::after {
        content: "";
        width: 26px;
        height: 26px;
        background: url(/images/top/cnt_bt-arow-bl.svg) no-repeat center / cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 11px;
    }
/*///////////// mv //////////////*/
.mv__wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 839px;
    position: relative;
    z-index: 1;
}
    .mv__inner {
        width: 1140px;
        padding-top: 60px;
    }
        .mv__catch-top {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 32px;
            font-weight: 700; 
            color: #212121;
        }
            .mv__catch-property-og,
            .mv__catch-property-bl {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 120px;
                height: 64px;
                border-radius: 9999px;
                font-size: 40px;
                font-weight: 700;
                color: #fff;
            }
            .mv__catch-property-og {
                background: #FF8316;
            }
            .mv__catch-property-bl {
                background: #004898;
            }
        .main__catch {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 90px;
            font-weight: 700;
            line-height: 1.3;
            color: #004898;
            margin-top: 23px;
        }
        .mv__txt-box-list {
            display: flex;
            gap: 20px;
            margin-top: 45px;
        }
            .mv__txt-box-item {
                width: 160px;
                height: 125px;
                padding-top: 30px;
                position: relative;
                z-index: 1;
            }
            .mv__txt-box-item::before {
                content: "";
                width: 174px;
                height: 138px;
                background: url(../images/top/mv_txt-bg.webp) no-repeat center / cover;
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: -1;
            }
                .mv__txt-box-main,
                .mv__txt-box-num {
                    font-size: 20px;
                    font-weight: 700; 
                    line-height: 1.2;
                    color: #FFF;
                    text-align: center;
                }
                .mv__txt-box-num {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                    .mv__num-txt {
                        display: block;
                        padding-bottom: 17px;
                        margin-right: 5px;
                        font-size: 44px;
                        line-height: 1;
                        color: #FFCC01;
                    }
        .mv__bt-list {
            display: flex;
            align-items: center;
            gap: 50px;
            margin-top: 125px;
            margin-left: 20px;
        }
        .fade-mv-item {
            transform: translateY(150px);
            opacity: 0;
            transition: .8s;
        }
        .fade-mv-item.is-show {
            transform: translateY(0);
            opacity: 1;
        }
    .mv__img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
        .mv__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .mv__wrap .slick-slide {
            height: 839px !important;
        }

/*///////////// 売却・買取実績 //////////////*/
.achievement__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 590px;
    height: 127px;
    background: url(/images/top/achievement_txt-bg.svg) no-repeat center / cover;
    padding-bottom: 32px;
    margin: 0 auto;
    text-align: center;
}
.fade-achievement-num-item {
    transform: scale(.5);
    opacity: 0;
    transition: .8s;
}
.fade-achievement-num-item.is-show {
    transform: scale(1);
    opacity: 1;
}
    .achievement__txt-property {
        display: inline-block;
        width: 140px;
        height: 46px;
        border-radius: 5px;
        background: #004898;
        font-size: 30px;
        font-weight: 700;
        color: #FFF;
        text-align: center;
        margin-top: 26px;
        margin-right: 10px;
    }
    .achievement__num-txt-property {
        display: inline-block;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 84px;
        font-weight: 700;
        color: #004898;
    }
    .achievement__num-txt {
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
        color: #212121;
        margin-top: 31px;
        margin-left: 1px;
    }
.cnt__ttl--achievement {
    line-height: 1.1;
}
.fade-achievement-item {
    transform: translateY(50px);
    opacity: 0;
    transition: 2.5s;
}
.fade-achievement-item.is-show {
    transform: translateY(0);
    opacity: 1;
}
.achievement__txt-top {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #212121;
    text-align: center;
    margin-top: 37px;
}
.achievement__tab-list {
    display: flex;
    gap: 5px;
    width: fit-content;
    padding: 5px;
    border-radius: 9999px;
    background: #EFFAFE;
    margin-top: 41px;
}
    .achievement__tab-item button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 373px;
        height: 60px;
        border-radius: 9999px;
        background: #EFFAFE;
        border: 2px solid #EFFAFE;
        font-size: 20px;
        font-weight: 700;
        color: #8FB3D5;
        transition: all 0.4s;
    }
    .achievement__tab-item.is-active button {
        border: 2px solid #004898;
        background: #004898;
        color: #FFF;
    }
.achievement__box {
    margin-top: 30px;
}
    .achievement__list {
        display: flex;
        justify-content: center;
        gap: 21px;
    }
        .achievement__item {
            width: 366px;
        }
            .achievement__img {
                width: 100%;
                height: 248px;
                border-radius: 20px;
                overflow: hidden;
                position: relative;
            }
                .achievement__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .achievement__tag-list {
                    display: flex;
                    gap: 5px;
                    position: absolute;
                    bottom: 10px;
                    left: 9px;
                }
                    .achievement__tag-item {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: fit-content;
                        height: 22px;
                        border-radius: 5px;
                        background: #FF8316;
                        padding-inline: 10px;
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 1.8; 
                        color: #FFF;
                    }
            .achievement__txt-box {
                margin-top: 5px;
            }
                .achievement__ttl {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.8;
                    color: #191F26;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                .achievement__txt {
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 1.4;
                    color: #616161;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

/*///////////// 神戸市不動産売却買取センターって？ //////////////*/
.cnt__wrap--about-center {
    background: #EFFAFE url(/images/top/about-center-bg.webp) no-repeat center / cover;
}
    .cnt__ttl--about-center {
        padding-inline: 21px;
        padding-bottom: 15px;
    }
    .about-center__txt-top {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8;
        color: #212121;
        text-align: center;
        margin-top: 38px;
    }
    .about-center__list {
        display: flex;
        justify-content: space-between;
        margin-top: 37px;
    }
        [class*="about-center__item"] {
            width: 367px;
            height: 272px;
            border-radius: 23px;
            border: 7px solid #004898;
            background: #FFF;
            padding-top: 24px;
            position: relative;
        }
        [class*="about-center__item"]::after {
            content: "";
            width: 300px;
            height: 150px;
            position: absolute;
            bottom: 8px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .about-center__item--money::after {
            background: url(/images/top/center_img01.svg) no-repeat center / cover;
        }
        .about-center__item--hide::after {
            background: url(/images/top/center_img02.svg) no-repeat center / cover;
        }
        .about-center__item--sell::after {
            background: url(/images/top/center_img03.svg) no-repeat center / cover;
        }
            .about-center__txt {
                font-size: 20px;
                font-weight: 700;
                color: #212121;
                text-align: center;
            }
                .about-center__txt span {
                    margin: 0 3px;
                    font-size: 30px;
                    color: #004898;
                    position: relative;
                    z-index: 1;
                }
                .about-center__txt span::after {
                    content: "";
                    position: absolute;
                    top: 30px;
                    bottom: 4px;
                    left: -6px;
                    right: -2px;
                    background: #D3E5EC;
                    z-index: -1;
                }

/*///////////// 売却買取可能な物件 //////////////*/
.cnt__ttl--possible-sell {
    padding-inline: 17px;
    padding-bottom: 15px;
}
.possible-sell__list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 30px;
    margin-top: 38px;
}
.fade-possible-sell-item {
    transform: translateY(50px);
    opacity: 0;
    transition: 2.5s;
}
.fade-possible-sell-item.is-show {
    transform: translateY(0);
    opacity: 1;
}
    .possible-sell__item {
        width: 360px;
    }
        .possible-sell__img {
            width: 100%;
            height: 220px;
            position: relative;
        }
            .possible-sell__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .possible-sell__type {
            width: fit-content;
            padding: 2px 25px 3px;
            border-radius: 9999px;
            background: #32B4E2;
            font-size: 20px;
            font-weight: 700;
            color: #FFF;
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
    .possible-sell__txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8;
        color: #000;
        margin-top: 25px;
    }

/*///////////// 神戸市不動産売却買取センターの強み //////////////*/
.cnt__wrap--strong {
    background: #FFFDF5 url(/images/top/strong_bg.webp) no-repeat center / cover;
}
    .cnt__ttl--strong {
        padding-inline: 20px;
        padding-bottom: 15px;
    }
    .strong__list {
        display: flex;
        gap: 32px;
        margin-top: 38px;
    }
        [class*="strong__item"] {
            display: flex;
            justify-content: center;
            width: 358px;
            height: 348px;
            border-radius: 9999px 9999px 160px 160px;
            border: 4px solid #E86C00;
            background: #FFF;
            padding-top: 233px;
            position: relative;
        }
        [class*="strong__item"]::before {
            content: "";
            width: 350px;
            height: 367px;
            position: absolute;
            top: -18px;
            left: -2px;
        }
        .strong__item--speed::before {
            background: url(/images/top/strong_img01.svg) no-repeat center / cover;
        }
        .strong__item--cash::before {
            background: url(/images/top/strong_img02.svg) no-repeat center / cover;
        }
        .strong__item--experience::before {
            background: url(/images/top/strong_img03.svg) no-repeat center / cover;
        }
            .strong__txt {
                padding-top: 18px;
                background: #fff;
                font-size: 20px;
                font-weight: 700;
                color: #212121;
                text-align: center;
                position: relative;
                z-index: 1;
            }
                .strong__txt span {
                    display: inline-block;
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 1.3;
                    color: #FF8316;
                    text-align: center;
                    position: relative;
                    z-index: 1;
                }
                .strong__txt span::after {
                    content: "";
                    background: #FFF3DF;
                    position: absolute;
                    top: 25px;
                    bottom: -1px;
                    left: -6px;
                    right: -3px;
                    z-index: -1;
                }

/*///////////// 神戸市不動産売却買取センターの協力業者 //////////////*/
.cnt__ttl--support {
    padding-inline: 20px;
    padding-bottom: 15px;
}
.fade-support-item {
    transform: translateY(50px);
    opacity: 0;
    transition: 2.5s;
}
.fade-support-item.is-show {
    transform: translateY(0);
    opacity: 1;
}
.support__txt-top {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #191F26;
    text-align: center;
    margin-top: 37px;
}
.support__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 41px;
}
    .support__item {
        width: 360px;
    }
    .support__item-nolink {
        height: 300px;
        background: #EFFAFE;
        border-radius: 20px;
        box-shadow: 5px 5px 0 0 rgba(0, 72, 152, 0.20);
    }
    .support__item a {
        display: block;
        width: 360px;
        height: 300px;
        background: #EFFAFE;
        border-radius: 20px;
        box-shadow: 5px 5px 0 0 rgba(0, 72, 152, 0.20);
    }
        .support__img {
            width: 360px;
            height: 200px;
            border-radius: 20px 20px 0 0;
        }
            .support__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .support__txt {
            padding: 11px 0 18px;
            border-radius: 0 0 20px 20px;
            font-size: 30px;
            font-weight: 700;
            color: #004898;
            text-align: center;
        }
            .support__txt span {
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: #191F26;
            }

/*///////////// お悩み別メニュー //////////////*/
.cnt__wrap--worries {
    background: #EFFAFE url(/images/top/worries_bg.webp) no-repeat center / cover;
}
.cnt__ttl--worries {
    padding-inline: 16px;
    padding-bottom: 15px;
}
.worries__list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-top: 37px;
}
    [class*="worries__item"] {
        width: 366px;
    }
        .worries__img {
            width: 366px;
            height: 259px;
            position: relative;
        }
        .worries__img::after {
            content: "";
            position: absolute;
        }
        .worries__item--inheritance .worries__img::after {
            width: 57px;
            height: 71px;
            background: url(/images/top/worries_icn01.svg) no-repeat center / contain;
            bottom: -26px;
            left: 154px;
        }
        .worries__item--vacanthouse .worries__img::after {
            width: 75px;
            height: 73px;
            background: url(/images/top/worries_icn02.svg) no-repeat center / contain;
            bottom: -28px;
            left: 145px;
        }
        .worries__item--divorce .worries__img::after {
            width: 81px;
            height: 76px;
            background: url(/images/top/worries_icn03.svg) no-repeat center / contain;
            bottom: -27px;
            left: 141px;
        }
            .worries__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .worries__ttl {
            font-size: 30px;
            font-weight: 700;
            color: #004898;
            text-align: center;
            margin-top: 40px;
        }
        .worries__txt {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.8;
            color: #191F26;
            margin-top: 8px;
        }
            .worries__txt span {
                color: #004898;
            }
        .worries__item--inheritance .worries__bt {
            margin-top: 32px;
        }
        .worries__item--vacanthouse .worries__bt {
            margin-top: 62px;
        }
        .worries__item--divorce .worries__bt {
            margin-top: 60px;
        }
            .worries__bt a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 301px;
                height: 50px;
                border-radius: 999px;
                border: 2px solid #004898;
                background: #FFF;
                box-shadow: 4px 4px 0 0 rgba(180, 180, 180, 0.40);
                margin: 0 auto;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #004898;
                position: relative;
            }
            .worries__bt a::after {
                content: "";
                width: 7px;
                height: 12px;
                background: url(/images/top/worries_bt-arow-bl.svg) no-repeat center / contain;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 12px;
            }

/*///////////// お問い合わせ //////////////*/
.cnt__wrap--contact {
    padding-block: 60px;
    background: #FFFDF5 url(/images/top/contact_bg.webp) no-repeat top center / cover;
}
    .cnt__inner--contact {
        border-radius: 40px;
        background: #FFF;
        padding-block: 60px;
    }
        .cnt__ttl--contact {
            padding-inline: 17px;
            padding-bottom: 15px;
        }
        .org-contact__list {
            display: flex;
            align-items: end;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }
            .org-contact__tel {
                font-size: 54px;
                font-weight: 700;
                line-height: 1.2;
                color: #E86C00;
            }
            .org-contact__list .contact__bt--mail a {
                width: 314px;
            }

/*///////////// 不動産買取とは //////////////*/
.cnt__ttl--about-buy {
    padding-inline: 15px;
    padding-bottom: 16px;
}
.about-buy__box {
    display: flex;
    align-items: center;
    gap: 29px;
    border-radius: 40px;
    background: #EFFAFE;
    padding: 40px;
    margin-top: 37px;
}
    .about-buy__img {
        width: 483px;
        height: 210px;
        flex-shrink: 0;
    }
        .about-buy__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .about-buy__ttl {
        font-size: 20px;
        font-weight: 700;
        color: #191F26;
            margin-bottom: 18px;
    }
        .about-buy__ttl span {
            font-size: 30px;
            color: #004898;
            position: relative;
            z-index: 1;
        }
        .about-buy__ttl span::after {
            content: "";
            background: #D3E5EC;
            position: absolute;
            top: 27px;
            bottom: 2px;
            left: 0;
            right: 2px;
            z-index: -1;
        }
    .about-buy__txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8;
        color: #191F26;
    }

/*///////////// 買取と仲介の違い //////////////*/
.cnt__wrap--different {
    background: #EFFAFE url(/images/top/different_bg.webp) no-repeat center / cover;
}
    .cnt__ttl--different {
        padding-inline: 18px;
        padding-bottom: 15px;
    }
    .different__box {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 37px;
    }
        .different__box-left,
        .different__box-right {
            width: 480px;
            height: 524px;
            border-radius: 20px;
            padding-top: 42px;
            position: relative;
        }
        .fade-different-left {
            transform: translateX(-50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-different-left.is-show {
            transform: translateX(0);
            opacity: 1;
        }
        .fade-different-right {
            transform: translateX(50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-different-right.is-show {
            transform: translateX(0);
            opacity: 1;
        }
        .different__box-left {
            background: #fff url(/images/top/different-left.svg) no-repeat top center / contain;
        }
        .different__box-right {
            background: #fff url(/images/top/different-right.svg) no-repeat top center / contain;
        }
            .different__txt-top {
                width: fit-content;
                border-radius: 9999px;
                background: #FFF;
                padding: 1px 36px 3px;
                font-size: 20px;
                font-weight: 700;
                position: absolute;
                top: -20px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
            .different__box-left .different__txt-top {
                border: 3px solid #004898;
                color: #004898;
            }
            .different__box-right .different__txt-top {
                border: 3px solid #FF8316;
                color: #FF8316;
            }
            .different__ttl {
                font-size: 30px;
                font-weight: 700;
                color: #FFF;
                text-align: center;
            }
            .different__list {
                display: flex;
                flex-direction: column;
                gap: 8px;
                width: fit-content;
                margin: 14px auto 0;
                padding-bottom: 40px;
            }
                .different__item {
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    font-size: 20px;
                    font-weight: 500;
                    color: #FFF;
                }
                .different__item::before {
                    content: "";
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    background: url(/images/top/different_checkbox.svg) no-repeat center / contain;
                }
            .different__bottom-main-txt {
                font-size: 30px;
                font-weight: 700;
                text-align: center;
                margin-top: 39px;
            }
            .different__box-left .different__bottom-main-txt {
                color: #004898;
            }
            .different__box-right .different__bottom-main-txt {
                color: #FF8316;
            }
            .different__bottom-sub-txt {
                padding-inline: 29px;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #191F26;
                margin-top: 10px;
            }

/*///////////// 不動産売却・買取に必要な費用について //////////////*/
.cnt__wrap--need {
    background: #FFFDF5;
}
    .cnt__ttl--need {
        padding-inline: 18px;
        padding-bottom: 15px;
    }
    .need__txt-top {
        font-size: 20px;
        font-weight: 500;
        color: #212121;
        text-align: center;
        margin-top: 42px;
    }
        .need__txt-top span {
            font-size: 30px;
            font-weight: 700;
            line-height: 1.2;
            color: #004898;
        }
    .need__list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 39px;
    }
        [class*="need__item"] {
            display: flex;
            align-items: center;
            width: 360px;
            height: 80px;
            background: #32B4E2;
            border-radius: 15px;
            padding-top: 3px;
            padding-left: 149px;
            font-size: 20px;
            font-weight: 700;
            color: #FFF;
            position: relative;
        }
        .need__item--mortgage-release,
        .need__item--seal-cert {
            padding-left: 140px;
        }
        [class*="need__item"]::before {
            content: "";
            width: 100px;
            height: 100px;
            position: absolute;
            top: -30px;
            left: 39px;
        }
        .need__item--stamp-tax::before {
            background: url(/images/top/need_icn01.svg) no-repeat center / contain;
        }
        .need__item--gain-tax::before {
            background: url(/images/top/need_icn02.svg) no-repeat center / contain;
        }
        .need__item--mortgage-release::before {
            background: url(/images/top/need_icn03.svg) no-repeat center / contain;
            left: 29px;
        }
        .need__item--survey-fee::before {
            background: url(/images/top/need_icn04.svg) no-repeat center / contain;
        }
        .need__item--moving-cost::before {
            width: 101px;
            background: url(/images/top/need_icn05.svg) no-repeat center / contain;
            left: 33px;
        }
        .need__item--seal-cert::before {
            height: 101px;
            background: url(/images/top/need_icn06.svg) no-repeat center / contain;
            left: 25px;
        }

/*///////////////////////////*/
.cnt__wrap--bnr {
    padding-block: 60px;
}
    .bnr__item {
        width: 800px;
        height: 190px;
        margin: 0 auto;
    }

/*///////////// 不動産売却・買取に関するよくあるお悩み //////////////*/
.cnt__wrap--qa {
    padding-block: 80px;
    background: #EFFAFE;
}
    .cnt__ttl--qa {
        padding-inline: 18px;
        padding-bottom: 15px;
    }
    .qa__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 37px;
    }
        .qa__item {
            width: 960px;
            height: 225px;
            border-radius: 20px;
            background: #004898;
            box-shadow: 5px 5px 0 0 rgba(0, 72, 152, 0.20);
            margin: 0 auto;
            padding: 21px 30px;
        }
        .fade-qa-item {
            transform: translateY(50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-qa-item.is-show {
            transform: translateY(0);
            opacity: 1;
        }
            .q__txt {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 20px;
                font-weight: 700;
                color: #FFF;
            }
            .q__txt::before {
                content: "Q";
                font-size: 30px;
                font-weight: 700;
                color: #FFF;
                line-height: 1;
            }
            .a__txt {
                display: flex;
                gap: 10px;
                width: 100%;
                padding: 20px 20px 21px;
                border-radius: 10px;
                background: #FFF;
                margin-top: 17px;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #191F26;
            }
            .a__txt::before {
                content: "A";
                font-size: 30px;
                font-weight: 700;
                color: #E13C31;
                line-height: 1;
            }

/*///////////// お悩み解決事例 //////////////*/
.cnt__wrap--case {
    background: #FFFDF5 url(/images/top/case_bg.webp) no-repeat center / cover;
}
    .cnt__ttl--case {
        padding-inline: 15px;
        padding-bottom: 15px;
    }
    .fade-case-item {
        transform: translateY(50px);
        opacity: 0;
        transition: 2.5s;
    }
    .fade-case-item.is-show {
        transform: translateY(0);
        opacity: 1;
    }
    .case__txt-top {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8; 
        color: #191F26;
        text-align: center;
        margin-top: 38px;
    }
    .case__list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 40px;
    }
        [class*="case__item"] {
            width: 555px;
            border-radius: 20px;
            background: #FFF;
            position: relative;
        }
        [class*="case__item"]::after {
            content: "";
            width: 177px;
            height: 177px;
            background: url(/images/top/case_stamp.svg) no-repeat center / contain;
            position: absolute;
            top: 176px;
            left: -52px;
        }
            .case__img {
                width: 555px;
                height: 300px;
                border-radius: 20px 20px 0 0;
                overflow: hidden;
            }
                .case__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .case__txtbox {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 4px;
                height: 186px;
                padding: 0 76px 8px 0;
                position: relative;
            }
            .case__txtbox::after {
                content: "";
                width: 63px;
                height: 156px;
                position: absolute;
                bottom: 20px;
                right: 33px;
            }
            .case__item--unbuildable .case__txtbox::after {
                background: url(/images/top/case_icn01.svg) no-repeat center / contain;
            }
            .case__item--leaseback .case__txtbox::after {
                background: url(/images/top/case_icn02.svg) no-repeat center / contain;
            }
            .case__item--abandoned .case__txtbox::after {
                background: url(/images/top/case_icn03.svg) no-repeat center / contain;
            }
            .case__item--trouble .case__txtbox::after {
                background: url(/images/top/case_icn04.svg) no-repeat center / contain;
            }
                .case__ttl {
                    font-size: 20px;
                    font-weight: 500;
                    color: #004898;
                    text-align: center;
                }
                .case__txt {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.8;
                    color: #191F26;
                    text-align: center;
                }
    .cnt__bt--case {
        margin-top: 40px;
    }

/*///////////// お客様の声 /// //////////////*/
.cnt__ttl--customer {
    padding-inline: 14px;
    padding-bottom: 15px;
}
.customer__list {
    display: flex;
    gap: 30px;
    margin-top: 39px;
}
.fade-customer-item {
    transform: translateY(50px);
    opacity: 0;
    transition: 2.5s;
}
.fade-customer-item.is-show {
    transform: translateY(0);
    opacity: 1;
}
    .customer__item {
        width: 360px;
        background: #FFF;
        border-radius: 20px;
        box-shadow: 4px 4px 0 0 rgba(180, 180, 180, 0.40);
    }
        .customer__img {
            width: 100%;
            height: 212px;
            border-radius: 20px 20px 0 0;
            overflow: hidden;
        }
            .customer__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .customer__txtbox {
            padding: 19px 30px;
        }
            .customer__txt {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
.cnt__bt--customer {
    margin-top: 41px;
}

/*///////////// 対応エリア /// //////////////*/
.cnt__wrap--support-area {
    padding-block: 100px 105px;
    background: #EFFAFE;
}
    .cnt__inner--support-area {
        overflow: hidden;
        padding: 88px 79px 98px;
        border-radius: 40px;
        background: #FFF;
        border: 1px solid #DDF6FF;
        position: relative;
        z-index: 1;
    }
    .cnt__inner--support-area::after {
        content: "";
        width: 1138px;
        height: 337px;
        background: url(/images/top/support-area_bg.webp) no-repeat center / cover;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: ;
    }
        .cnt__ttl--support-area {
            padding-inline: 21px;
            padding-bottom: 16px;
        }
        .support-area__txtbox {
            margin-top: 38px;
        }
        .fade-support-area-item {
            transform: translateX(-50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-support-area-item.is-show {
            transform: translateX(0);
            opacity: 1;
        }
            .support-area__ttl {
                font-size: 20px;
                font-weight: 700;
                color: #212121;
            }
            .support-area__ttl span {
                font-size: 30px;
                color: #004898;
            }
            .support-area__txt {
                display: flex;
                flex-direction: column;
                gap: 16px;
                margin-top: 13px;
            }
                .support-area__txt p {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.8;
                    color: #212121;
                }
        .support-area__img {
            width: 1140px;
            height: 572px;
            background: #FFF url(/images/top/support-area_map.webp) no-repeat center / cover;
            position: absolute;
            top: 0;
            left: -3px;
            z-index: -1;
        }
        .fade-support-area-img {
            transform: translateX(50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-support-area-img.is-show {
            transform: translateX(0);
            opacity: 1;
        }

/*///////////// 人気エリア紹介 /// //////////////*/
.cnt__wrap--popular-area {
    background: url(/images/top/popular-area_bg.webp) no-repeat center / cover;
}
    .cnt__ttl--popular-area {
        padding-inline: 14px;
        padding-bottom: 15px;
    }
    .popular-area__list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 38px;
    }
        [class*="popular-area__item"] {
            display: flex;
            gap: 29px;
            width: 1140px;
            height: 380px;
            border-radius: 40px;
            padding: 40px;
        }
        [class*="popular-area__item"]:nth-of-type(even) {
            flex-direction: row-reverse;
            justify-content: space-between;
        }
        .popular-area__item--chuo,
        .popular-area__item--osada {
            background: #E5F8FF;
            box-shadow: 5px 5px 0 0 rgba(13, 190, 255, 0.20);
        }
        .popular-area__item--nada,
        .popular-area__item--hyogo {
            background: #FFF0E3;
            box-shadow: 5px 5px 0 0 rgba(186, 115, 54, 0.20);
        }
        .popular-area__item--tarumi {
            background: #E6F2FF;
            box-shadow: 5px 5px 0 0 rgba(0, 72, 152, 0.20);
        }
        .fade-popular-area-left {
            transform: translateX(-50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-popular-area-left.is-show {
            transform: translateX(0);
            opacity: 1;
        }
        .fade-popular-area-right {
            transform: translateX(50px);
            opacity: 0;
            transition: 2.5s;
        }
        .fade-popular-area-right.is-show {
            transform: translateX(0);
            opacity: 1;
        }
            .popular-area__img {
                width: 460px;
                height: 300px;
                flex-shrink: 0;
            }
                .popular-area__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .popular-area__txtbox {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 21px;
            }
            .popular-area__ttl {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
                .popular-area__ttl span {
                    display: block;
                    width: fit-content;
                    border-radius: 5px;
                    height: 41px;
                    padding: 0 10px;
                    font-size: 26px;
                    font-weight: 500;
                    color: #FFF;
                }
                .popular-area__item--chuo .popular-area__ttl span,
                .popular-area__item--osada .popular-area__ttl span {
                    background: #32B4E2;
                }
                .popular-area__item--nada .popular-area__ttl span,
                .popular-area__item--hyogo .popular-area__ttl span {
                    background: #FF8316;
                }
                .popular-area__item--tarumi .popular-area__ttl span {
                    background: #004898;
                }
            .popular-area__txt {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #191F26;
            }

/*///////////// エリア情報について /////////////////*/
.cnt__wrap--area-info {
    background: #FFFDF5 url(/images/top/area-info_bg.webp) no-repeat center / cover;
}
.cnt__ttl--area-info {
    padding-inline: 17px;
    padding-bottom: 15px;
}
.fade-area-info-item {
    transform: translateY(50px);
    opacity: 0;
    transition: 2.5s;
}
.fade-area-info-item.is-show {
    transform: translateY(0);
    opacity: 1;
}
.area-info__tab-list {
    display: flex;
    gap: 5px;
    width: fit-content;
    padding: 5px;
    border-radius: 9999px;
    background: #EFFAFE;
    margin-top: 38px;
}
    .area-info__tab-item button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 184px;
        height: 60px;
        border-radius: 9999px;
        background: #EFFAFE;
        border: 2px solid #EFFAFE;
        font-size: 20px;
        font-weight: 700;
        color: #8FB3D5;
        transition: all 0.4s;
    }
    .area-info__tab-item.is-active button {
        border: 2px solid #004898;
        background: #004898;
        color: #FFF;
    }
.area-info__box {
    margin-top: 30px;
}
    .area-info__list {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
        .area-info__item {
            width: 270px;
        }
            .area-info__img {
                width: 100%;
                height: 183px;
                border-radius: 20px;
                overflow: hidden;
            }
                .area-info__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .area-info__txt-box {
                margin-top: 10px;
            }
                .area-info__date {
                    width: fit-content;
                    padding: 0 10px;
                    border-radius: 9999px;
                    background: #32B4E2;
                    font-size: 12px;
                    font-weight: 500;
                    color: #FFF;
                }
                .area-info__ttl {
                    font-size: 16px;
                    font-weight: 500;
                    color: #191F26;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-top: 5px;
                }
                .area-info__txt {
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 1.8;
                    color: #616161;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }
    .cnt__bt--area-info {
        margin-top: 31px;
    }
    .blog__tag-list {
        display: flex;
        justify-content: center;
        gap: 11px;
        width: fit-content;
        margin: 0 auto;
        border-radius: 10px;
        background: #FFF2D8;
        padding: 20px 29px;
        margin-top: 40px;
    }
        .blog__tag-item a {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.8;
            color: #191F26;
        }

.org-footer {
    background: #FFFDF5;
}