.l-main * {
    font-family: "Zen Maru Gothic", sans-serif;
}
.l-main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
[class*="cnt__wrap"] {
    padding-block: 60px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__ttl"] {
            font-size: 46px;
            font-weight: 700;
            line-height: 1.56;
            color: #231815;
            position: relative;
            z-index: 1;
            padding-top: 39px;
        }
            .cng__color-b {
                color: #0062B2;
            }
            .cng__color-r {
                color: #D30D2E;
            }
            .cng__color-lb {
                color: #31A7D5;
            }
            [class*="cnt__en-ttl"] {
                font-size: 120px;
                font-weight: 300;
                line-height: 0.06;
                position: absolute;
                z-index: -1;
            }

[class*="swiper__bottom-box"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
    [class*="swiper__bottom-box"] .swiper-pagination {
        width: fit-content;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
    }
    [class*="swiper__bottom-box"] .swiper-button-prev,
    [class*="swiper__bottom-box"] .swiper-button-next {
        width: 36px;
        height: 36px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
    }
    [class*="swiper__bottom-box"] .swiper-button-prev::after,
    [class*="swiper__bottom-box"] .swiper-button-next::after {
        content: none;
    }
    [class*="swiper__bottom-box"] .swiper-button-prev {
        background: url(/images/top/swiper_left.svg) no-repeat center / contain;
    }
    [class*="swiper__bottom-box"] .swiper-button-next {
        background: url(/images/top/swiper_right.svg) no-repeat center / contain;
    }
        [class*="swiper__bottom-box"] .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #CCC;
            opacity: 1;
            margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
        }
        [class*="swiper__bottom-box"] .swiper-pagination .swiper-pagination-bullet-active {
            background: #D30D2E;
        }
    .no-slide [class*="swiper__bottom-box"] {
        display: none;
    }
    .no-slide .swiper-wrapper {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
/*///////////////MV//////////////*/
.cnt__wrap--mv {
    padding: 20px 0 30px;
}
    .swiper_content--mv .swiper-slide {
        width: fit-content;
        height: fit-content;
        transition: all 0.5s ease;
        overflow: hidden;
    }
    .swiper_content--mv .swiper-slide-prev,
    .swiper_content--mv .swiper-slide-next,
    .swiper_content--mv .swiper-slide-duplicate-prev,
    .swiper_content--mv .swiper-slide-duplicate-next {
        transform: scale(0.93);
    }
        .swiper_content--mv .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .swiper__bottom-box--mv {
        margin-top: 20px;
    }

/*///////////////各種ご相談//////////////*/
.cnt__wrap--service {
    background: #C3E4FF;
    padding-bottom: 100px;
}
    .cnt__en-ttl--service {
        color: #E2F1FA;
        top: 29px;
        left: 31px;
    }
    .service__top,
    .service__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .service__top {
        margin-top: 33px;
    }
    .service__bottom {
        margin-top: 26px;
    }
        [class*="service__type-ttl"] {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 110px;
            height: 110px;
            padding: 2px 0 0 4px;
            flex-shrink: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 1.3;
            color: #FFF;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        [class*="service__type-ttl"]::after {
            content: "";
            width: 110px;
            height: 110px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
        .service__type-ttl--sell::after {
            background: #0062B2;
        }
        .service__type-ttl--buy::after {
            background: #00A0B2;
        }
        .service__type-ttl--rent::after {
            background: #D30D2E;
        }
            [class*="service__type-ttl"] span {
                font-size: 30px;
                font-weight: 700;
                line-height: 1;
                color: #FFF;
                margin-bottom: 3px;
            }
        .service__sell-list {
            display: flex;
            gap: 10px;
        }
            [class*="service__sell-link"] {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 246px;
                height: 90px;
                padding-top: 4px;
                border-radius: 10px;
                background: #FFF;
                box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
                font-size: 20px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #231815;
                position: relative;
            }
            .service__sell-link--sell {
                padding-left: 73px;
            }
            .service__sell-link--sell::before {
                content: "";
                width: 59px;
                height: 59px;
                background: url(/images/top/sell-icn.svg) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 34px;
            }
            .service__sell-link--voluntary {
                padding-left: 72px;
            }
            .service__sell-link--voluntary::before {
                content: "";
                width: 58px;
                height: 59px;
                background: url(/images/top/voluntary-icn.svg) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 45px;

            }
            .service__sell-link--buy {
                padding-left: 51px;
            }
            .service__sell-link--buy::before {
                content: "";
                width: 37px;
                height: 59px;
                background: url(/images/top/buy-icn.svg) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 76px;
            }
            .service__sell-link--inheritance {
                padding-left: 52px;
            }
            .service__sell-link--inheritance::before {
                content: "";
                width: 37px;
                height: 59px;
                background: url(/images/top/inheritance-icn.webp) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 45px;
            }
            .cnt__wrap--service .org-comingsoon__bt {
                pointer-events: none;
            }
            .cnt__wrap--service .org-comingsoon__bt::after {
                content: "Coming soon…";
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                border-radius: 10px;
                background: rgba(86, 86, 86, .8);
                font-size: 20px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #fff;
                position: absolute;
                top: 0;
                left: 0;
                pointer-events: none;
            }
        .service__item {
            display: flex;
            align-items: center;
            gap: 16px;
        }
            [class*="service__link"] {
                display: flex;
                align-items: center;
                width: 424px;
                height: 90px;
                padding-top: 4px;
                border-radius: 10px;
                background: #FFF;
                box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
                font-size: 20px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #231815;
                position: relative;
            }
            .service__link--buy {
                padding-left: 113px;
            }
            .service__link--buy::before {
                content: "";
                width: 66px;
                height: 59px;
                background: url(/images/top/want_buy-icn.svg) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 35px;
            }
            .service__link--rent {
                padding-left: 112px;
            }
            .service__link--rent::before {
                content: "";
                width: 63px;
                height: 59px;
                background: url(/images/top/want_rent-icn.svg) no-repeat center / contain;
                position: absolute;
                top: 14px;
                left: 37px;
            }

/*///////////////ライフドゥにお任せください//////////////*/
.cnt__wrap--lifedo {
    padding-bottom: 100px;
}
    .cnt__en-ttl--lifedo {
        color: #FFEDF0;
        top: 29px;
        left: 31px;
    }
    .lifedo__top {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-top: 33px;
    }
        .lifedo__img-box {
            width: 474px;
            height: 514px;
            flex-shrink: 0;
            position: relative;
        }
            .lifedo__img {
                width: 864px;
                height: 514px;
                position: absolute;
                top: 0;
                right: 0;
            }
                .lifedo__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .lifedo__txt {
                color: #231815;
                font-size: 16px;
                font-weight: 500;
                line-height: 2.2;
                letter-spacing: 0.05em;
            }
            .lifedo__txt:not(:last-of-type) {
                margin-bottom: 22px;
            }
    .lifedo__bottom {
        margin-top: 63px;
    }
        [class*="lifedo__list-ttl"] {
            width: fit-content;
            margin: 0 auto 26px;
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            position: relative;
        }
        .lifedo__list-ttl--sell {
            color: #0062B2;
        }
        .lifedo__list-ttl--sell::before {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/sell-left.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            left: -79px;
        }
        .lifedo__list-ttl--sell::after {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/sell-right.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            right: -80px;
        }
        .lifedo__list-ttl--buy {
            color: #00A0B2;
        }
        .lifedo__list-ttl--buy::before {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/buy-left.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            left: -79px;
        }
        .lifedo__list-ttl--buy::after {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/buy-right.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            right: -80px;
        }
        .lifedo__list-ttl--rent {
            color: #D30D2E;
        }
        .lifedo__list-ttl--rent::before {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/rent-left.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            left: -79px;
        }
        .lifedo__list-ttl--rent::after {
            content: "";
            width: 59px;
            height: 18px;
            background: url(/images/top/rent-right.svg) no-repeat center / contain;
            position: absolute;
            top: 7px;
            right: -80px;
        }
        .lifedo__sell-list {
            display: flex;
            justify-content: space-between;
        }
            .lifedo__sell-item {
                width: 270px;
                height: 445px;
                padding: 20px 30px 30px;
                border-radius: 10px;
                background: #FFF;
                flex-shrink: 0;
                box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
            }
                .lifedo__sell-img {
                    width: 170px;
                    height: 170px;
                    margin: 0 auto;
                }
                    .lifedo__sell-img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .lifedo__sell-item-ttl {
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    color: #231815;
                    text-align: center;
                    margin-top: 20px;
                }
                .lifedo__sell-item-txt {
                    color: #231815;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.7;
                    letter-spacing: 0.05em;
                    margin-top: 10px;
                }
                .lifedo__sell-item-bt {
                    margin-top: 15px;
                }
                    [class*="lifedo__sell-item-link"] {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 210px;
                        height: 50px;
                        border-radius: 100px;
                        background: #0062B2;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        color: #FFF;
                        position: relative;
                    }
                    [class*="lifedo__sell-item-link"]::after {
                        content: "";
                        width: 7px;
                        height: 10px;
                        background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                        position: absolute;
                        top: 18px;
                        right: 18px;
                    }
                    .lifedo__sell-item-link--sell::after,
                    .lifedo__sell-item-link--voluntary::after {
                        width: 16px;
                        height: 16px;
                        background: url(/images/top/lifedo-bt-diagonalarrow-w.svg) no-repeat center / contain;
                        top: 15px;
                        right: 15px;
                    }
                    .cnt__wrap--lifedo .org-comingsoon__bt {
                        pointer-events: none;
                    }
                    .cnt__wrap--lifedo .org-comingsoon__bt::before {
                        content: "Coming soon…";
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        border-radius: 100px;
                        background: rgba(86, 86, 86, .8);
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        color: #fff;
                        position: absolute;
                        top: 0;
                        left: 0;
                        pointer-events: none;
                        z-index: 2;
                    }
        .lifedo__list-bottom {
            display: flex;
            justify-content: space-between;
            margin-top: 53px;
        }
            .lifedo__list-left,
            .lifedo__list-right {
                width: 555px;
            }
                .lifedo__item {
                    width: 555px;
                    height: 295px;
                    padding: 30px 40px;
                    border-radius: 10px;
                    background: #FFF;
                    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
                }
                    .item__top {
                        display: flex;
                        align-items: center;
                        gap: 30px;
                    }
                        .lifedo__item-img {
                            width: 170px;
                            height: 170px;
                            flex-shrink: 0;
                        }
                            .lifedo__item-img img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        .lifedo__item-txt {
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 1.7;
                            letter-spacing: 0.05em;
                            color: #231815;
                        }
                        .lifedo__item-bt {
                            margin-top: 15px;
                        }
                            [class*="lifedo__item-link"] {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 210px;
                                height: 50px;
                                margin: 0 auto;
                                border-radius: 100px;
                                font-size: 16px;
                                font-weight: 700;
                                line-height: 1;
                                letter-spacing: 0.05em;
                                color: #FFF;
                                position: relative;
                            }
                            .lifedo__item-link--buy {
                                background: #00A0B2;
                            }
                            .lifedo__item-link--buy::after {
                                content: "";
                                width: 16px;
                                height: 16px;
                                background: url(/images/top/lifedo-bt-diagonalarrow-w.svg) no-repeat center / contain;
                                position: absolute;
                                top: 15px;
                                right: 15px;
                            }
                            .lifedo__item-link--rent {
                                background: #D30D2E;
                            }
                            .lifedo__item-link--rent::after {
                                content: "";
                                width: 7px;
                                height: 10px;
                                background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                                position: absolute;
                                top: 18px;
                                right: 18px;
                            }

/*///////////////仲介売却と即時買取の違い//////////////*/
.cnt__wrap--difference {
    background: #E2F1FA;
    padding-bottom: 100px;
}
    .cnt__en-ttl--difference {
        color: #FFF;
        top: 29px;
        left: 31px;
    }
        .difference__box {
            display: flex;
            justify-content: space-between;
            margin-top: 34px;
        }
            .difference__box-left,
            .difference__box-right {
                width: 555px;
                background: #fff;
                border-radius: 10px;
                padding: 31px 50px 40px;
            }
                [class*="difference__ttl"] {
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    color: #231815;
                    text-align: center;
                }
                    [class*="difference__ttl"] span {
                        display: block;
                        font-size: 40px;
                        font-weight: 700;
                        line-height: 1;
                        text-align: center;
                        margin-top: 10px;
                    }
                    .difference__ttl--left span {
                        color: #0062B2;
                    }
                    .difference__ttl--right span {
                        color: #31A7D5;
                    }
                .difference__img {
                    width: 455px;
                    height: 335px;
                    margin-top: 32px;
                }
                    .difference__img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .deifference__subtxt {
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    color: #231815;
                    text-align: center;
                    margin-top: 30px;
                    position: relative;
                }
                .deifference__subtxt::after {
                    content: "";
                    width: 25px;
                    height: 12px;
                    background: url(/images/top/cnt_arrow.svg) no-repeat center / contain;
                    position: absolute;
                    bottom: -26px;
                    left: 50%;
                    transform: translateX(-50%);
                }
                [class*="difference__list"] {
                    display: flex;
                    flex-direction: column;
                    gap: 19px;
                    margin-top: 41px;
                }
                    [class*="difference__item"] {
                        display: flex;
                        align-items: center;
                        gap: 12px;
                        padding-left: 55px;
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        color: #231815;
                        padding-bottom: 11px;
                        position: relative;
                    }
                    [class*="difference__item"]::before {
                        content: "";
                        display: inline-block;
                        width: 31px;
                        height: 30px;
                    }
                    .difference__item--left::before {
                        background: url(/images/top/check_icn-b.svg) no-repeat center / contain;
                    }
                    .difference__item--right::before {
                        background: url(/images/top/check_icn-lb.svg) no-repeat center / contain;
                    }
                    [class*="difference__item"]::after {
                        content: "";
                        width: 455px;
                        height: 2px;
                        background: url(/images/top/under_line.svg) no-repeat center / contain;
                        position: absolute;
                        bottom: 0;
                        left: 10px;
                    }
                    .difference__bt {
                        margin-top: 24px;
                    }
                        [class*="difference__link"] {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 455px;
                            height: 60px;
                            border-radius: 100px;
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            color: #FFF;
                            position: relative;
                        }
                        .difference__link--left {
                            background: #0062B2;
                        }
                        .difference__link--left::after {
                            content: "";
                            width: 16px;
                            height: 16px;
                            background: url(/images/top/lifedo-bt-diagonalarrow-w.svg) no-repeat center / contain;
                            position: absolute;
                            top: 20px;
                            right: 20px;
                        }
                        .difference__link--right {
                            background: #31A7D5;
                        }
                        .difference__link--right::after {
                            content: "";
                            width: 7px;
                            height: 10px;
                            background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                            position: absolute;
                            top: 23px;
                            right: 23px;
                        }
                        .cnt__wrap--difference .org-comingsoon__bt {
                            pointer-events: none;
                        }
                        .cnt__wrap--difference .org-comingsoon__bt::after {
                            content: "Coming soon…";
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 100%;
                            height: 100%;
                            border-radius: 100px;
                            background: rgba(86, 86, 86, .8);
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            color: #fff;
                            position: absolute;
                            top: 0;
                            left: 0;
                            pointer-events: none;
                        }

/*///////////////弊社について//////////////*/
.cnt__wrap--company {
    padding-bottom: 100px;
}
    .cnt__en-ttl--company {
        color: #FFEDF0;
        top: 29px;
        left: 31px;
    }
        .company__list {
            display: flex;
            justify-content: space-between;
            margin-top: 33px;
        }
            .company__item {
                width: 270px;
                height: 337px;
                border-radius: 10px;
                background: #FFF;
                box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
                flex-shrink: 0;
                padding: 10px 10px 20px;
            }
                .company__img {
                    width: 250px;
                    height: 200px;
                }
                    .company__img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .comapny__item-txt {
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    color: #231815;
                    text-align: center;
                    margin-top: 20px;
                }
                .company__bt {
                    margin-top: 15px;
                }
                    .company__link {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 210px;
                        height: 50px;
                        margin: 0 auto;
                        border-radius: 100px;
                        background: #D30D2E;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        color: #FFF;
                        position: relative;
                    }
                    .company__link::after {
                        content: "";
                        width: 7px;
                        height: 10px;
                        background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                        position: absolute;
                        top: 18px;
                        right: 18px;
                    }
                .company__bt-pulldown {
                    position: relative;
                    padding-bottom: 10px;
                }
                    .company__bt-pulldown button {
                        cursor: pointer;
                    }
                    .company__bt-pulldown button::after {
                        transform: rotate(90deg);
                    }
                    .company__bt-pulldown .pull__down-list {
                        top: 60px;
                    }
                    .cnt__wrap--company .org-comingsoon__bt {
                            pointer-events: none;
                    }
                    .cnt__wrap--company .org-comingsoon__bt::after {
                        content: "Coming soon…";
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        border-radius: 100px;
                        background: rgba(86, 86, 86, .8);
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        color: #fff;
                        position: absolute;
                        top: 0;
                        left: 0;
                        pointer-events: none;
                    }
                

/*///////////////採用情報//////////////*/
.cnt__wrap--recruit {
    background: #E2F1FA;
    padding-block: 100px;
}
    .recruit__bnr a {
        display: block;
        position: relative;
    }
    .bnr__txt {
        display: flex;
        align-items: center;
        width: 322px;
        height: 60px;
        padding-left: 88px;
        border-radius: 100px 0 0 100px;
        background: #0062B2;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #FFF;
        position: absolute;
        top: 120px;
        right: 0;
    }
    .bnr__txt::after {
        content: "";
        width: 16px;
        height: 16px;
        background: url(/images/top/lifedo-bt-diagonalarrow-w.svg) no-repeat center / contain;
        position: absolute;
        top: 20px;
        right: 22px;
    }

/*///////////////ブログ//////////////*/
.cnt__wrap--blog {
    padding-bottom: 100px;
}
    .cnt__en-ttl--blog {
        color: #FFEDF0;
        top: 29px;
        left: 31px;
    }
        .swiper_content--blog {
            margin-top: 33px;
        }
            .cnt__wrap--blog .swiper-slide {
                width: 320px;
                height: 402px;
            }
                .blog__item {
                    width: 320px;
                    height: 402px;
                }
                    .blog__img {
                        width: 320px;
                        height: 240px;
                        border-radius: 10px;
                        overflow: hidden;
                    }
                        .blog__img img {
                            width: 100%;
                            height: 100%;
                            border-radius: 10px;
                            object-fit: cover;
                        }
                    .blog__category {
                        width: fit-content;
                        padding: 3px 12px 2px;
                        background: #E2F1FA;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.4;
                        color: #231815;
                        margin-top: 12px;
                    }
                    .blog__ttl {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 1.4;
                        color: #231815;
                        margin-top: 5px;
                    }
                    .blog__txt {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.4;
                        color: #231815;
                        margin-top: 9px;
                    }
                    .blog__date {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.4;
                        color: #AEAEAE;
                        margin-top: 3px;
                    }
        .swiper__bottom-box--blog {
            margin-top: 20px;
            gap: 7px;
        }
        .blog__bt {
            margin-top: 20px;
        }
            .blog__link {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 210px;
                height: 50px;
                margin: 0 auto;
                border-radius: 100px;
                background: #D30D2E;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #FFF;
                position: relative;
            }
            .blog__link::after {
                content: "";
                width: 7px;
                height: 10px;
                background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                position: absolute;
                top: 18px;
                right: 18px;
            }

/*///////////////店舗紹介//////////////*/
#company {
    padding-top: 130px;
    margin-top: -130px;
}
.cnt__wrap--introduction {
    background: #E2F1FA;
    padding-bottom: 100px;
}
    .cnt__en-ttl--introduction {
        color: #FFF;
        top: 29px;
        left: 31px;
    }
    .introduction__box {
        display: flex;
        justify-content: space-between;
        margin-top: 33px;
    }
        .introduction__box-left,
        .introduction__box-right {
            width: 555px;
            border-radius: 10px;
            background: #FFF;
        }
        .introduction__box-left {
            padding: 40px 50px 35px;
        }
        .introduction__box-right {
            padding: 35px 50px 35px;
        }
            .introduction__logo {
                width: fit-content;
                margin: 0 auto;
            }
            .introduction__ttl {
                font-size: 22px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #231815;
                text-align: center;
                margin-top: 15px;
            }
            .introduction__img {
                width: 455px;
                height: 300px;
                border-radius: 10px;
                overflow: hidden;
                margin-top: 18px;
            }
                .introduction__img img {
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                    object-fit: cover;
                }
            .introduction__list {
                display: flex;
                flex-direction: column;
                gap: 12px;
                margin-top: 25px;
            }
                .introduction__item {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.7;
                    letter-spacing: 0.05em;
                    color: #231815;
                    padding-bottom: 12px;
                    border-bottom: 1px solid #CCC;
                }
                .introduction__item dl {
                    display: flex;
                    gap: 29px;
                }
                .introduction__item dt {
                    width: 68px;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.7;
                    letter-spacing: 0.05em;
                    color: #231815;
                    flex-shrink: 0;
                }
                .introduction__item dd {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.7;
                    letter-spacing: 0.05em;
                    color: #231815;
                }
                .introduction__item-ttl-left,
                .introduction__item-ttl-right {
                    display: flex;
                    align-items: center;
                    gap: 13px;
                    font-weight: 500;
                }
                .introduction__item-ttl-left::before {
                    content: "";
                    display: inline-block;
                    width: 39px;
                    height: 30px;
                    background: url(/images/top/company_icn-left.svg) no-repeat center / contain;
                }
                .introduction__item-ttl-right::before {
                    content: "";
                    display: inline-block;
                    width: 40px;
                    height: 30px;
                    background: url(/images/top/company_icn-right.svg) no-repeat center / contain;
                }
            .introduction__bt {
                margin-top: 19px;
            }
                [class*="introduction__link"] {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 455px;
                    height: 60px;
                    border-radius: 100px;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    position: relative;
                }
                .introduction__link--left {
                    color: #0062B2;
                    border: 2px solid #0062B2;
                }
                .introduction__link--right {
                    color: #D30D2E;
                    border: 2px solid #D30D2E;
                }
                .introduction__link--left::after {
                    content: "";
                    width: 7px;
                    height: 10px;
                    background: url(/images/top/lifedo-bt-arrow-b.svg) no-repeat center / contain;
                    position: absolute;
                    top: 24px;
                    right: 24px;
                }
                .introduction__link--right::after {
                    content: "";
                    width: 7px;
                    height: 10px;
                    background: url(/images/top/lifedo-bt-arrow-r.svg) no-repeat center / contain;
                    position: absolute;
                    top: 24px;
                    right: 24px;
                }