@charset "UTF-8";

body {
    margin: 0;
}

.l-main {
    width: auto;
    padding: 0;
    background: #FFFFFF;
    overflow: hidden;
}

/*//////////////////// Main visual ////////////////////*/
.org-mv__bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    .org-mv__bg > a,
    .org-mv__slider-item > a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .org-mv__bg > img,
    .org-mv__slider-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
    .org-mv__slider-list {
        height: 100%;
    }
        .org-mv__slider-item {
            height: 648px;
        }
    .org-mv__pager.swiper-pagination {
        position: absolute;
        right: 0;
        bottom: 4px;
        left: 0;
        z-index: 2;
        width: auto;
    }
        .org-mv__pager .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            margin: 0 6px;
            background-color: #d9d9d9;
            opacity: 0.4;
        }
        .org-mv__pager .swiper-pagination-bullet-active {
            background-color: #70ba4d;
            opacity: 1;
        }

.l-main * {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

[class*="section__inner--"] {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

/*//////////////////// Section headline ////////////////////*/
[class*="__headline"] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
[class*="section__ttl--"] {
    margin: 0;
    color: #504434;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}
[class*="section__en-ttl--"] {
    margin: 0;
    color: #70ba4d;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}

/*//////////////////// More button ////////////////////*/
[class*="more__btn--"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    padding: 0 20px 0 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    background-color: #70ba4d;
    border: 1px solid #70ba4d;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
[class*="more__btn--"]::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    background-color: currentColor;
    -webkit-mask: url(/images/top/icon_arrow--more.svg) no-repeat center center / contain;
    mask: url(/images/top/icon_arrow--more.svg) no-repeat center center / contain;
}




/*//////////////////// Thought ////////////////////*/
.section__wrap--thought {
    padding-block: 49px 127px;
    overflow: visible;
}
    .thought__deco {
        position: absolute;
        top: -70px;
        right: 39px;
        display: block;
        width: 214px;
        height: 214px;
    }
    .thought__lead {
        margin: 28px 0 0;
        color: #504434;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .thought__list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        margin: 35px 0 0;
        padding: 0;
        list-style: none;
    }
        [class*="thought__item"] {
            display: flex;
            flex-direction: column;
            gap: 12px;
            width: 564px;
            padding: 32px 32px 27px;
            background-color: #eaf5e4;
            border-radius: 20px;
            box-sizing: border-box;
        }
        .thought__item--wide {
            width: 1140px;
        }
            .thought__head {
                display: flex;
                align-items: center;
                gap: 16px;
                width: 100%;
            }
                .thought__icon {
                    display: block;
                    flex-shrink: 0;
                    width: 60px;
                    height: 60px;
                }
                .thought__ttl {
                    margin: 0;
                    color: #504434;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                }
            .thought__txt {
                margin: 0;
                color: #504434;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0.05em;
            }

/*//////////////////// Service ////////////////////*/
.section__wrap--service {
    position: relative;
    padding-bottom: 124px;
    overflow: visible;
}
    .service__deco {
        position: absolute;
        top: -80px;
        left: 190px;
        display: block;
        width: 251px;
        height: 140px;
    }
    .section__inner--service {
        position: relative;
    }
        .service__headline {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }
        .service__cols {
            display: flex;
            align-items: flex-start;
            gap: 40px;
        }
            [class*="service__col--"] {
                display: flex;
                flex-direction: column;
                gap: 40px;
                width: 550px;
                margin: 0;
                padding: 0;
                list-style: none;
            }
            .service__col--left {
                padding-top: 104px;
            }
            .service__col--right {
                padding-top: 53px;
            }
                .service__item {
                    position: relative;
                    display: flex;
                    align-items: center;
                    gap: 20px;
                    width: 550px;
                    height: 198px;
                    overflow: hidden;
                    background-color: #faf7f2;
                    border-radius: 16px;
                    box-shadow: 0 3px 6px rgba(38, 50, 56, 0.18);
                    box-sizing: border-box;
                }
                    .service__img {
                        display: block;
                        flex-shrink: 0;
                        width: 297px;
                        height: 198px;
                        object-fit: cover;
                    }
                    .service__body {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        min-width: 0;
                        height: 100%;
                        padding: 0px 20px 0 0;
                        box-sizing: border-box;
                        align-items: flex-end;
                    }
                        .service__ttl {
                            width: 100%;
                            margin: 0 0 3px;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                        }
                        .service__txt {
                            width: 100%;
                            margin: 0 0 10px;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                        }
                        .service__btn {
                            display: flex;
                            align-items: center;
                            width: 130px;
                            height: 28px;
                            padding: 0 27px 0 15px;
                            color: #70ba4d;
                            font-size: 12px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            text-decoration: none;
                            white-space: nowrap;
                            background-color: #e0f4d8;
                            border-radius: 9999px;
                            box-sizing: border-box;
                            justify-content: center;
                            position: relative;
                        }
                            .service__btn::after {
                                content: "";
                                background: url(/images/top/icon_arrow--green.svg) no-repeat center center / cover;
                                width: 5px;
                                height: 8px;
                                position: absolute;
                                right: 15px;
                                top: 0;
                                bottom: 0;
                                margin: auto;
                            }
                    .service__label {
                        position: absolute;
                        top: 0;
                        left: 0;
                        display: flex;
                        align-items: center;
                        height: 42px;
                        margin: 0;
                        padding: 0 11px 0 16px;
                        color: #fff;
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        background-color: #70ba4d;
                        border-radius: 0 0 12px 0;
                        box-sizing: border-box;
                    }
                        .service__label-sub {
                            font-size: 16px;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                        }

/*//////////////////// Cooperation ////////////////////*/
.section__wrap--cooperation {
    position: relative;
    padding-bottom: 141px;
    overflow: visible;
}
    .section__inner--cooperation {
        position: relative;
        width: 1076px;
        height: 625px;
    }
        .cooperation__headline {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            gap: 29px;
        }
            .section__ttl--cooperation {
                line-height: 1.2;
            }
            .cooperation__lead {
                margin: 0;
                color: #504434;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0.05em;
            }
        .cooperation__deco {
            position: absolute;
            bottom: -11px;
            left: 0;
            z-index: 0;
            display: block;
            width: 193px;
            height: 225px;
        }
        .cooperation__board {
            position: absolute;
            top: 47px;
            left: 210px;
            z-index: 1;
            width: 876px;
            height: 591px;
        }
            .cooperation__board::after {
                content: "";
                position: absolute;
                background: #FFFFFF;
                width: 360px;
                height: 360px;
                border: 5px solid #70BA4D;
                border-radius: 50%;
                top: 137px;
                left: 254px;
                z-index: -1;
            }
            [class*="cooperation__item--"] {
                position: relative;
            }
            .cooperation__item--reform {
                top: 10px;
                left: 332px;
            }
            .cooperation__item--exterior {
                top: 175px;
                left: 516px;
            }
            .cooperation__item--legal {
                top: 391px;
                left: 446px;
            }
            .cooperation__item--judicial {
                top: 391px;
                left: 72px;
            }
            .cooperation__item--surveyor {
                top: 171px;
                left: 0;
            }
                .cooperation__img {
                    position: absolute;
                    top: 0;
                    display: block;
                    width: 204px;
                    height: 204px;
                    border-radius: 50%;
                    object-fit: cover;
                }
                .cooperation__item--reform .cooperation__img {
                    top: 30px;
                    left: 0;
                }
                .cooperation__item--exterior .cooperation__img,
                .cooperation__item--legal .cooperation__img {
                    left: 0;
                }
                .cooperation__item--judicial .cooperation__img {
                    left: 146px;
                }
                .cooperation__item--surveyor .cooperation__img {
                    top: 4px;
                    left: 148px;
                }
                .cooperation__body,
                .cooperation__body--end {
                    position: absolute;
                    display: flex;
                    flex-direction: column;
                }
                .cooperation__body--end {
                    align-items: flex-end;
                }
                .cooperation__item--reform .cooperation__body {
                    top: 6px;
                    left: 205px;
                }
                .cooperation__item--exterior .cooperation__body {
                    top: 44px;
                    left: 219px;
                }
                .cooperation__item--legal .cooperation__body {
                    top: 56px;
                    left: 219px;
                }
                .cooperation__item--judicial .cooperation__body--end {
                    top: 44px;
                    left: -3px;
                }
                .cooperation__item--surveyor .cooperation__body--end {
                    top: 48px;
                    left: -14px;
                }
                    .cooperation__ttl {
                        margin: 0 0 6px;
                        color: #edad37;
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                    }
                    .cooperation__txt,
                    .cooperation__txt--end {
                        margin: 0 0 11px;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 1.5;
                        letter-spacing: 0.05em;
                    }
                    .cooperation__txt--end {
                        text-align: right;
                    }
                    .cooperation__btn {
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;
                        width: 130px;
                        height: 28px;
                        padding: 0 16px;
                        color: #70ba4d;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        text-decoration: none;
                        white-space: nowrap;
                        background-color: #e0f4d8;
                        border-radius: 9999px;
                        box-sizing: border-box;
                        position: relative;
                    }
                        .cooperation__btn::after {
                            content: "";
                            background: url(/images/top/icon_arrow--green.svg) no-repeat center center / cover;
                            width: 5px;
                            height: 8px;
                            position: absolute;
                            right: 15px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                        }

/*//////////////////// About ////////////////////*/
.section__wrap--about {
    padding-block: 126px;
    overflow: visible;
    background: url("/images/top/bg_about.webp") no-repeat top center / 1920px 1050px;
}
    .about__deco {
        position: absolute;
        top: 126px;
        left: 24px;
        z-index: 1;
        display: block;
        width: 1121px;
        height: 576px;
        pointer-events: none;
    }
        .about__headline {
            position: relative;
            z-index: 2;
            gap: 12px;
        }
            .about__sub {
                margin: 0;
                color: #504434;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
            }
            .section__ttl--about {
                display: flex;
                flex-direction: column;
                gap: 8px;
                margin: 0;
                color: #504434;
                font-size: 28px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
            }
                .about__ttl-line {
                    display: block;
                }
                .about__ttl-row {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
                    .about__accent {
                        display: flex;
                        justify-content: center;
                        width: 54px;
                        height: 54px;
                        color: #fff;
                        font-size: 36px;
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: 0.05em;
                        background-color: #70ba4d;
                        border-radius: 8px;
                        box-sizing: border-box;
                    }
        .about__lead {
            position: relative;
            z-index: 2;
            margin: 40px 0 0;
            color: #504434;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.8;
            letter-spacing: 0.05em;
        }
        .about__detail {
            position: relative;
            z-index: 0;
            width: 100%;
            height: 520px;
            margin-top: 40px;
        }
            .about__photo {
                position: absolute;
                bottom: 0;
                left: 100px;
                width: 660px;
                height: 360px;
                background: url("/images/top/img_about.webp") no-repeat bottom / cover;
                border-radius: 20px;
            }
            [class*="about__card--"] {
                position: absolute;
                display: flex;
                flex-direction: column;
                gap: 9px;
                padding: 23px 32px 33px;
                background-color: #faf7f2;
                border-radius: 20px;
                box-sizing: border-box;
            }
            .about__card--local {
                top: 16px;
                left: -22px;
                transform: rotate(-4deg);
            }
            .about__card--partner {
                top: 195px;
                right: 9px;
                transform: rotate(4deg);
            }
                .about__card-ttl {
                    margin: 0;
                    color: #504434;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                    text-align: center;
                }
                .about__card-txt {
                    margin: 0;
                    color: #504434;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.8;
                    letter-spacing: 0.05em;
                    text-align: center;
                }
                .about__em {
                    color: #edad37;
                }
        .staff__list {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            gap: 40px;
            width: 100%;
            margin: 98px 0 0;
            list-style: none;
        }
            [class*="staff__item"] {
                display: flex;
                align-items: center;
                gap: 30px;
                width: 100%;
                padding-bottom: 39px;
                border-bottom: 2px dashed #504434;
                box-sizing: border-box;
            }
                .staff__info {
                    display: flex;
                    flex-direction: column;
                    gap: 24px;
                    width: 600px;
                }
                    .staff__name-wrap {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                    }
                        .staff__role {
                            display: flex;
                            align-items: center;
                            height: 28px;
                            margin: 0;
                            padding: 0 20px;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            background-color: #faf7f2;
                            border-radius: 9999px;
                            box-sizing: border-box;
                        }
                        .staff__name {
                            margin: 0;
                            color: #70ba4d;
                            font-size: 28px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                    .staff__txt {
                        margin: 0;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 1.5;
                        letter-spacing: 0.05em;
                    }
                .staff__photo {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                    width: 510px;
                    height: 340px;
                    background-color: rgba(204, 204, 204, 0.8);
                    border-radius: 20px;
                }
                    .staff__photo img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

/*//////////////////// Partnership ////////////////////*/
.section__wrap--partnership {
    padding-bottom: 230px;
}
    .section__inner--partnership {
        display: flex;
        justify-content: space-between;
    }
        .partnership__bg {
            position: absolute;
            top: 132px;
            right: -390px;
            z-index: 0;
            width: 1550px;
            height: 366px;
            background-color: #faf7f2;
            border-radius: 24px 0 0 24px;
        }

        .partnership__img {
            position: relative;
            z-index: 1;
            display: block;
            flex-shrink: 0;
            width: 341px;
            height: 418px;
            object-fit: cover;
            border-radius: 12px;
            margin-left: 60px;
        }
        .partnership__detail {
            position: relative;
            z-index: 1;
            min-width: 0;
            padding: 76px 0 0 60px;
            box-sizing: border-box;
        }
            .partnership__deco {
                position: absolute;
                top: -42px;
                left: 540px;
                display: block;
                width: 199px;
                height: 178px;
                pointer-events: none;
            }
            .partnership__headline {
                gap: 12px;
            }
                .partnership__sub {
                    margin: 0;
                    color: #504434;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.05em;
                }
                .section__ttl--partnership {
                    display: flex;
                    flex-direction: column;
                    margin: 0;
                    color: #504434;
                    font-size: 28px;
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: 0.05em;
                }
                    .partnership__ttl-row {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        gap: 4px;
                    }
                        .partnership__accent {
                            display: flex;
                            justify-content: center;
                            width: 54px;
                            height: 54px;
                            padding-top: 2px;
                            color: #fff;
                            font-size: 36px;
                            font-weight: 700;
                            line-height: 1.3;
                            letter-spacing: 0.05em;
                            background-color: #70ba4d;
                            border-radius: 8px;
                            box-sizing: border-box;
                        }
            .partnership__content {
                display: flex;
                flex-direction: column;
                gap: 24px;
                margin-top: 22px;
            }
                .partnership__lead {
                    margin: 0;
                    color: #504434;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.8;
                    letter-spacing: 0.05em;
                }
                    .partnership__mark {
                        color: #edad37;
                        background: linear-gradient(180deg, transparent 0%, transparent 52%, rgba(234, 245, 228, 1) 53%, rgba(234, 245, 228, 1) 100%);
                    }
                .partnership__list {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                    .partnership__item {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 1;
                        letter-spacing: 0.05em;
                    }
                    .partnership__item::before {
                        content: "";
                        flex-shrink: 0;
                        width: 8px;
                        height: 8px;
                        background-color: #A5CB4C;
                        border-radius: 50%;
                    }

/*//////////////////// Contact ////////////////////*/
.section__wrap--org-contact {
    position: relative;
    min-height: 731px;
    padding: 80px 0;
    box-sizing: border-box;
    background: url("/images/top/bg_contact.webp") no-repeat center bottom / cover;
}
    .section__inner--org-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 41px 0 59px;
        z-index: 0;
    }
    .section__inner--org-contact::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -390px;
        z-index: -1;
        width: 1250px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0 32px 32px 0;
    }
        .section__ttl--org-contact {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 800px;
            margin: 0 0 19px;
            color: #504434;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-align: center;
        }
            .org-contact__ttl-line {
                display: block;
            }
            .org-contact__ttl-lg {
                font-size: 36px;
                line-height: 1.5;
            }
            .org-contact__ttl-md {
                font-size: 28px;
                line-height: 1;
                letter-spacing: 0.05em;
            }
            .org-contact__ttl-em {
                color: #70ba4d;
            }
        .org-contact__lead {
            width: 800px;
            margin: 0 0 31px;
            color: #504434;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.8;
            letter-spacing: 0.05em;
            text-align: center;
        }
        .org-contact__body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            width: 800px;
        }
        .org-contact__cta-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            width: 100%;
        }
        .org-contact__cta {
            display: flex;
            align-items: center;
            gap: 24px;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
        }
            .org-contact__tel {
                display: flex;
                align-items: center;
                gap: 6px;
                text-decoration: none;
            }
                .org-contact__tel-icon {
                    display: block;
                    width: 32px;
                    height: 32px;
                }
                .org-contact__tel-num {
                    color: #70ba4d;
                    font-size: 46px;
                    font-weight: 700;
                    line-height: 1;
                }
            .org-contact__btn {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                width: 380px;
                height: 70px;
                padding: 0 29px 0 24px;
                color: #fff;
                font-size: 20px;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: 0.05em;
                text-align: center;
                text-decoration: none;
                background-color: #edad37;
                border: 1px solid #edad37;
                border-radius: 8px;
                box-sizing: border-box;
                position: relative;
            }
            .org-contact__btn::after {
                content: "";
                width: 8px;
                height: 14px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 23px;
                margin: auto;
                background-color: currentColor;
                -webkit-mask: url(/images/top/icon_arrow--contact.svg) no-repeat center center / contain;
                mask: url(/images/top/icon_arrow--contact.svg) no-repeat center center / contain;
            }
        .org-contact__access {
            display: flex;
            align-items: center;
            gap: 16px;
            width: 100%;
            padding-top: 17px;
            border-top: 1px solid #cfd8dc;
        }
            .org-contact__access-txt {
                display: flex;
                align-items: flex-start;
                gap: 6px;
                flex: 1;
                min-width: 0;
                margin: 0;
                color: #504434;
                font-weight: 700;
            }
            .org-contact__access-label {
                flex-shrink: 0;
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: 0.05em;
            }
            .org-contact__access-address {
                flex: 1;
                min-width: 0;
                font-size: 20px;
                line-height: 1.2;
                letter-spacing: 0.05em;
            }
            .org-contact__access-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 200px;
                height: 50px;
                padding: 0 20px 0 16px;
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
                text-decoration: none;
                background-color: #504434;
                border: 1px solid #504434;
                border-radius: 4px;
                box-sizing: border-box;
                position: relative;
            }
            .org-contact__access-btn::after {
                content: "";
                width: 4px;
                height: 8px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
                background-color: currentColor;
                -webkit-mask: url(/images/top/icon_arrow--more.svg) no-repeat center center / contain;
                mask: url(/images/top/icon_arrow--more.svg) no-repeat center center / contain;
            }
        .org-contact__info {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
            gap: 12px 32px;
            width: 100%;
            margin: 0;
        }
            .org-contact__info-item {
                margin: 0;
                padding: 0;
                color: #504434;
                font-size: 16px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.05em;
            }
            .org-contact__note {
                width: 100%;
                margin: 0;
                color: #504434;
                font-size: 12px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.05em;
                text-align: center;
            }
            

/*//////////////////// News ////////////////////*/
.section__wrap--org-news {
    position: relative;
    padding: 128px 0;
    z-index: 1;
}
    .section__inner--org-news {
        display: flex;
        align-items: flex-start;
        gap: 60px;
        min-height: 300px;
    }
        .org-news__deco {
            position: absolute;
            bottom: -135px;
            left: -84px;
            display: block;
            width: 275px;
            height: 183px;
            pointer-events: none;
        }
        .org-news__header {
            display: flex;
            flex-direction: column;
            gap: 36px;
            width: 220px;
            flex-shrink: 0;
        }
            .org-news__headline {
                align-items: flex-start;
                text-align: center;
            }
            .more__btn--news {
                width: 100%;
            }


        .org-news__panel {
            width: 860px;
        }
            .org-news__content {
                overflow: hidden;
            }
                .org-news__list {
                    max-height: 500px;
                }
                    .org-news__item {
                        width: 830px;
                        padding-bottom: 18px;
                        border-bottom: 2px dashed #cfd8dc;
                    }
                    .org-news__item:not(:last-of-type) {
                        margin-bottom: 20px;
                    }
                        .org-news__date {
                            color: #70ba4d;
                            font-family: Raleway, sans-serif;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.2;
                            letter-spacing: 0.05em;
                        }
                        .org-news__ttl {
                            margin: 0;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                        }
                        .org-news__txt {
                            margin: 0;
                            color: #aaa;
                            font-size: 12px;
                            font-weight: 500;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                        }
                        .org-news__list .simplebar-track.simplebar-vertical {
                            right: 4px;
                            width: 2px;
                            top: 6px;
                            background: #CFD8DC;
                            overflow: visible;
                        }
                        .org-news__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
                            top: 0;
                            bottom: 0;
                            right: -4px;
                            left: auto;
                            margin: auto;
                            width: 10px;
                            background: #EDAD37;
                            opacity: 1;
                            border-radius: 0;
                            z-index: 2;
                        }


/*//////////////////// Blog ////////////////////*/
.section__wrap--org-blog {
    position: relative;
    padding-bottom: 147px;
    background: url("/images/top/bg_blog.webp") no-repeat top center / cover;
    z-index: 0;
}
    .section__inner--org-blog {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }
        .org-blog__headline {
            align-items: center;
            text-align: center;
        }
        .org-blog__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            width: 100%;
        }
            .org-blog__list {
                display: flex;
                gap: 24px;
                width: 100%;
                margin: 0;
                padding: 0;
                list-style: none;
            }
                .org-blog__item {
                    display: flex;
                    flex-direction: column;
                    gap: 14px;
                    width: 364px;
                    padding-bottom: 16px;
                    overflow: hidden;
                    text-decoration: none;
                    background-color: #faf7f2;
                    border-radius: 20px;
                    box-shadow: 0 3px 6px rgba(38, 50, 56, 0.18);
                    box-sizing: border-box;
                }
                    .org-blog__item > img {
                        display: block;
                        width: 364px;
                        height: 243px;
                        object-fit: cover;
                    }
                    .org-blog__body {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                        padding: 0 20px;
                    }
                        .org-blog__date {
                            color: #70ba4d;
                            font-family: Raleway, sans-serif;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                        .org-blog__ttl {
                            display: -webkit-box;
                            margin: 0;
                            overflow: hidden;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                        }
                        .org-blog__txt {
                            display: -webkit-box;
                            margin: 0;
                            overflow: hidden;
                            color: #aaa;
                            font-size: 12px;
                            font-weight: 500;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                        }

/*//////////////////// Search ////////////////////*/
.section__wrap--org-search {
    padding-bottom: 127px;
}
    .section__inner--org-search {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 31px;
    }
        .org-search__headline {
            align-items: center;
            text-align: center;
        }
        .org-search__content {
            display: flex;
            flex-direction: column;
            gap: 28px;
            width: 100%;
        }
            .org-search__form {
                display: flex;
                align-items: flex-end;
                justify-content: flex-start;
                gap: 12px;
                width: 100%;
                margin: 0;
                padding-bottom: 30px;
                border-bottom: 2px dashed #cfd8dc;
            }
                [class*="org-search__field--"] {
                    display: flex;
                    flex-direction: column;
                    gap: 6px;
                }
                .org-search__field--keyword {
                    flex: 1;
                    min-width: 0;
                }
                    .org-search__label {
                        margin: 0;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: 0.05em;
                    }
                    input[type="text"].org-search__keyword {
                        width: 100%;
                        height: 50px;
                        padding: 0 20px;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 1;
                        letter-spacing: 0.05em;
                        background-color: #eceff1;
                        border: none;
                        border-radius: 9999px;
                        box-sizing: border-box;
                    }
                    .org-search__keyword::placeholder {
                        color: #aaa;
                    }
                    .org-search__price {
                        display: flex;
                        align-items: center;
                        gap: 4px;
                    }
                        .org-search__select {
                            width: 195px;
                            height: 50px;
                            padding: 0 30px 0 15px;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            background: #fff url(/images/top/icon_arrow--select.svg) no-repeat right 10px center / 10px 6px;
                            border: 1px solid #cfd8dc;
                            border-radius: 4px;
                            box-sizing: border-box;
                            appearance: none;
                            cursor: pointer;
                        }
                        .org-search__price-tilde {
                            color: #504434;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                .org-search__divider {
                    display: block;
                    flex-shrink: 0;
                    width: 18px;
                    height: 18px;
                    margin-bottom: 16px;
                }
                .org-search__submit {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 3px;
                    height: 50px;
                    padding: 1px 23px 0 27px;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    text-align: center;
                    background-color: #70ba4d;
                    border: 1px solid #70ba4d;
                    border-radius: 9999px;
                    box-sizing: border-box;
                    cursor: pointer;
                    flex-shrink: 0;
                }
                    .org-search__submit-icon {
                        display: block;
                        width: 16px;
                        height: 16px;
                    }
            .org-search__category {
                display: flex;
                align-items: flex-end;
                gap: 28px;
                width: 100%;
            }
                .org-search__buy {
                    display: flex;
                    flex: 1;
                    align-items: center;
                    gap: 14px;
                    min-width: 0;
                    padding-right: 27px;
                    border-right: 2px dashed #cfd8dc;
                }
                    .org-search__buy-head {
                        display: flex;
                        align-items: center;
                        gap: 12px;
                        flex-shrink: 0;
                    }
                    .org-search__catch {
                        margin: 0;
                        color: #504434;
                        font-size: 24px;
                        font-weight: 700;
                        line-height: 1.2;
                        letter-spacing: 0.05em;
                        text-align: center;
                    }
                    .org-search__count {
                        display: flex;
                        flex-direction: column;
                        gap: 2px;
                    }
                        .org-search__count-label {
                            margin: 0;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                        .org-search__count-num {
                            display: flex;
                            align-items: baseline;
                            gap: 2px;
                            margin: 0;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                            .org-search__count-value {
                                color: #b93030;
                                font-family: Raleway, sans-serif;
                                font-size: 36px;
                                letter-spacing: 0.05em;
                            }
                    .org-search__buy-list {
                        display: flex;
                        flex: 1;
                        gap: 8px;
                        min-width: 0;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }
                        .org-search__buy-list li {
                            flex: 1;
                            min-width: 0;
                        }
                .org-search__sell {
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    flex-shrink: 0;
                }
                .org-search__buy-list [class*="org-search__btn--"],
                .org-search__btn--satei {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 4px;
                    height: 100px;
                    padding: 16px 0;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    text-align: center;
                    text-decoration: none;
                    background-color: #70ba4d;
                    border: 1px solid #70ba4d;
                    border-radius: 8px;
                    box-sizing: border-box;
                }
                .org-search__btn--satei {
                    width: 175px;
                    background-color: #a5cb4c;
                    border: 1px solid #a5cb4c;
                }
                    .org-search__btn-icon {
                        display: block;
                        width: 40px;
                        height: 40px;
                    }

/*//////////////////// Invest search ////////////////////*/
.section__wrap--invest-search {
    padding-block: 127px 130px;
    overflow: visible;
}
    .section__wrap--invest-search .section__inner--org-search {
        position: relative;
    }
        .section__en-ttl--invest-search {
            color: #edad37;
        }
        .section__wrap--invest-search .org-search__content {
            position: relative;
            gap: 30px;
        }
            .section__wrap--invest-search .org-search__deco {
                position: absolute;
                top: -230px;
                left: 301px;
                z-index: 1;
                display: block;
                width: 78px;
                height: 122px;
                pointer-events: none;
            }
            .section__wrap--invest-search .org-search__form {
                padding-bottom: 22px;
            }
                .section__wrap--invest-search .org-search__select-wrap {
                    position: relative;
                    display: block;
                }
                .section__wrap--invest-search .org-search__select-wrap::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 15px;
                    bottom: 0;
                    width: 10px;
                    height: 6px;
                    margin: auto 0;
                    background-color: #edad37;
                    -webkit-mask: url(/images/top/icon_arrow--select.svg) no-repeat center / contain;
                    mask: url(/images/top/icon_arrow--select.svg) no-repeat center / contain;
                    pointer-events: none;
                }
                .section__wrap--invest-search .org-search__select {
                    background-image: none;
                }
                .section__wrap--invest-search .org-search__submit {
                    width: 105px;
                    padding: 1px 24px 0;
                    letter-spacing: 0;
                    background-color: #edad37;
                    border-color: #edad37;
                }
                    .section__wrap--invest-search .org-search__submit-icon {
                        display: block;
                        width: 16px;
                        height: 16px;
                        background-color: currentColor;
                        -webkit-mask: url(/images/top/icon_search-submit.svg) no-repeat center / contain;
                        mask: url(/images/top/icon_search-submit.svg) no-repeat center / contain;
                    }
            .section__wrap--invest-search .org-search__category {
                align-items: stretch;
            }
                .org-search__kodawari {
                    display: flex;
                    flex: 1;
                    flex-direction: column;
                    gap: 12px;
                    min-width: 0;
                    padding-right: 30px;
                    border-right: 2px dashed #cfd8dc;
                }
                    .org-search__kodawari .org-search__catch {
                        font-size: 24px;
                        line-height: 1;
                        text-align: left;
                    }
                    .org-search__kodawari-list {
                        display: grid;
                        grid-template-columns: 1fr 1fr;
                        gap: 8px;
                        width: 100%;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }
                        .org-search__kodawari-list a {
                            width: 100%;
                        }
                .org-search__area {
                    display: flex;
                    flex-shrink: 0;
                    gap: 8px;
                    width: 340px;
                    padding-right: 30px;
                    border-right: 2px dashed #cfd8dc;
                    box-sizing: border-box;
                    align-items: flex-end;
                }
                .section__wrap--invest-search [class*="org-search__btn--"] {
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    text-align: center;
                    text-decoration: none;
                    box-sizing: border-box;
                }
                [class*="org-search__btn--day"],
                .org-search__btn--pricedown,
                .org-search__btn--yield {
                    height: 50px;
                    padding: 0 20px;
                    line-height: 1.2;
                    background-color: #efcb3b;
                    border: 1px solid #efcb3b;
                    border-radius: 8px;
                }
                .org-search__btn--pricedown {
                    line-height: 1.5;
                }
                [class*="org-search__btn--day"]::after,
                .org-search__btn--pricedown::after,
                .org-search__btn--yield::after,
                .org-search__btn--member::after {
                    content: "";
                    flex-shrink: 0;
                    width: 6px;
                    height: 10px;
                    position: absolute;
                    background-color: currentColor;
                    -webkit-mask: url(/images/top/icon_arrow--more.svg) no-repeat center / contain;
                    mask: url(/images/top/icon_arrow--more.svg) no-repeat center / contain;
                    top: 0;
                    bottom: 0;
                    right: 17px;
                    margin: auto;
                }
                .org-search__btn--area,
                .org-search__btn--line {
                    flex: 1;
                    flex-direction: column;
                    gap: 8px;
                    height: 108px;
                    padding: 0 8px 2px;
                    line-height: 1.2;
                    background-color: #edad37;
                    border: 1px solid #edad37;
                    border-radius: 8px;
                }
                    .org-search__btn--area .org-search__btn-icon,
                    .org-search__btn--line .org-search__btn-icon {
                        display: block;
                        width: 40px;
                        height: 40px;
                        background-color: currentColor;
                    }
                    .org-search__btn--area .org-search__btn-icon {
                        -webkit-mask: url(/images/top/icon_search-area.svg) no-repeat center / contain;
                        mask: url(/images/top/icon_search-area.svg) no-repeat center / contain;
                    }
                    .org-search__btn--line .org-search__btn-icon {
                        -webkit-mask: url(/images/top/icon_search-line.svg) no-repeat center / contain;
                        mask: url(/images/top/icon_search-line.svg) no-repeat center / contain;
                    }
                .org-search__member {
                    display: flex;
                    flex-shrink: 0;
                    align-items: center;
                    justify-content: center;
                    gap: 24px;
                    padding: 4px 32px 0;
                    background-color: #faf7f2;
                    border-radius: 12px;
                    box-sizing: border-box;
                }
                    .org-search__member-info {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }
                        .org-search__member-ttl {
                            margin: 0;
                            color: #504434;
                            font-size: 24px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                            white-space: nowrap;
                        }
                        .org-search__member-count {
                            display: flex;
                            align-items: baseline;
                            gap: 2px;
                            margin: 0;
                            color: #504434;
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 1.2;
                            letter-spacing: 0.05em;
                        }
                            .org-search__member-value {
                                color: #edad37;
                                font-family: Raleway, sans-serif;
                                font-size: 56px;
                                letter-spacing: 0.05em;
                                line-height: 1;
                            }
                    .org-search__btn--member {
                        width: 151px;
                        height: 50px;
                        padding: 0 20px;
                        line-height: 1;
                        background-color: #504434;
                        border: 1px solid #504434;
                        border-radius: 8px;
                    }
            .org-search__tag-list {
                display: grid;
                grid-template-columns: repeat(5, 1fr);
                gap: 12px;
                width: 100%;
                margin: 0;
                padding: 21px 0 0;
                list-style: none;
                border-top: 2px dashed #cfd8dc;
            }
                .org-search__tag-scrollbar {
                    display: none;
                }
                .org-search__tag-list a {
                    width: 100%;
                }
                .org-search__tag {
                    display: flex;
                    align-items: center;
                    height: 70px;
                    padding: 0 20px 0 24px;
                    color: #504434;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                    text-decoration: none;
                    background-color: #fff8db;
                    border: 1px solid #fff8db;
                    border-radius: 8px;
                    box-sizing: border-box;
                    position: relative;
                }
                .org-search__tag::after {
                    content: "";
                    flex-shrink: 0;
                    width: 8px;
                    height: 14px;
                    background-color: currentColor;
                    -webkit-mask: url(/images/top/icon_arrow--more-kodawari.svg) no-repeat center / contain;
                    mask: url(/images/top/icon_arrow--more-kodawari.svg) no-repeat center / contain;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 18px;
                    margin: auto;
                }

/*//////////////////// New bkn ////////////////////*/
.section__wrap--newbkn,
.section__wrap--recommend {
    position: relative;
    padding-bottom: 187px;
}
    .newbkn__bg {
        position: absolute;
        top: 18px;
        left: 0;
        z-index: 0;
        width: 1610px;
        height: 649px;
        background-color: #faf7f2;
        border-radius: 0 32px 32px 0;
    }
    .newbkn__deco {
        position: absolute;
        bottom: -155px;
        left: -58px;
        z-index: 2;
        display: block;
        width: 238px;
        height: 124px;
        pointer-events: none;
    }
    .section__inner--newbkn {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 36px;
    }
        .newbkn__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            width: 100%;
        }
            .newbkn__list {
                display: flex;
                gap: 24px;
                width: 100%;
                margin: 0;
                padding: 0;
                list-style: none;
            }
                .newbkn__item {
                    position: relative;
                    width: 364px;
                    overflow: hidden;
                    background-color: #fff;
                    border-radius: 20px;
                    box-shadow: 0 3px 6px rgba(38, 50, 56, 0.18);
                }
                    .newbkn__link {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;
                        padding-bottom: 16px;
                        text-decoration: none;
                    }
                    .newbkn__thumb {
                        position: relative;
                        display: block;
                        width: 364px;
                        height: 243px;
                    }
                        .newbkn__img {
                            display: block;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            background: #d4d4d4;
                        }
                        .newbkn__tag {
                            position: absolute;
                            top: 10px;
                            left: 0;
                            display: flex;
                            align-items: center;
                            height: 30px;
                            padding: 1px 16px 0 12px;
                            color: #fff;
                            font-family: Raleway, sans-serif;
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.1em;
                            background-color: #edad37;
                            border-radius: 0 9999px 9999px 0;
                            box-sizing: border-box;
                        }
                    .newbkn__fav {
                        position: absolute;
                        top: 10px;
                        right: 10px;
                        z-index: 1;
                        display: block;
                        width: 40px;
                        height: 40px;
                        background: url(/images/top/icon_bkn_favorite.svg) no-repeat center center / contain;
                    }
                    .newbkn__fav.is-checked {
                        background: url(/images/top/icon_bkn_favorite_on.svg) no-repeat center center / contain;
                    }
                    .newbkn__body {
                        padding: 0 20px;
                    }
                        .newbkn__ttl {
                            display: -webkit-box;
                            overflow: hidden;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.05em;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                        }
                        .newbkn__meta {
                            display: flex;
                            align-items: baseline;
                            gap: 7px;
                            padding-bottom: 8px;
                        }
                            .newbkn__price {
                                display: flex;
                                align-items: baseline;
                                gap: 2px;
                                color: #504434;
                                font-size: 16px;
                                font-weight: 700;
                                line-height: 1.2;
                                letter-spacing: 0.05em;
                                white-space: nowrap;
                            }
                                .newbkn__price span {
                                    color: #b93030;
                                    font-family: Raleway, sans-serif;
                                    font-size: 28px;
                                    letter-spacing: 0.05em;
                                    line-height: 1.2;
                                }
                            .newbkn__spec {
                                overflow: hidden;
                                color: #aaa;
                                font-size: 12px;
                                font-weight: 500;
                                line-height: 1;
                                letter-spacing: 0.05em;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                        .newbkn__info {
                            display: flex;
                            flex-direction: column;
                            gap: 4px;
                            padding-top: 5px;
                            border-top: 2px dashed #cfd8dc;
                        }
                            .newbkn__txt {
                                display: -webkit-box;
                                overflow: hidden;
                                color: #aaa;
                                font-size: 12px;
                                font-weight: 500;
                                line-height: 1.5;
                                letter-spacing: 0.05em;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                            }

/*//////////////////// Recommend bkn ////////////////////*/
.section__wrap--recommend .newbkn__bg {
    top: 18px;
    right: 0;
    bottom: auto;
    left: auto;
    border-radius: 32px 0 0 32px;
}
    .newbkn__item--member .newbkn__info {
        border-color: #504434;
    }
    .newbkn__member {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
        .newbkn__member-ttl {
            margin: 0;
            color: #504434;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.05em;
            text-align: center;
        }
        .more__btn--member {
            background-color: #504434;
            border: 1px solid #504434;
        }

/*//////////////////// Invest new bkn ////////////////////*/
.section__wrap--invest-newbkn,
.section__wrap--invest-recommend {
    padding-bottom: 187px;
}
    .section__wrap--invest-newbkn .newbkn__bg,
    .section__wrap--invest-recommend .newbkn__bg {
        height: 674px;
    }
    .section__wrap--invest-newbkn .section__en-ttl--newbkn,
    .section__wrap--invest-recommend .section__en-ttl--newbkn {
        color: #edad37;
    }
    .section__wrap--invest-newbkn .newbkn__deco {
        top: -33px;
        bottom: auto;
        left: auto;
        right: -133px;
        width: 201px;
        height: 133px;
    }
    .section__wrap--invest-recommend .newbkn__deco {
        top: auto;
        bottom: -100px;
        left: -276px;
        right: auto;
        width: 280px;
        height: 177px;
    }
    .section__wrap--invest-newbkn .newbkn__spec--yield,
    .section__wrap--invest-recommend .newbkn__spec--yield {
        flex: 1;
        min-width: 0;
        color: #504434;
        line-height: 1.5;
    }
    .section__wrap--invest-newbkn .newbkn__info,
    .section__wrap--invest-recommend .newbkn__info {
        gap: 4px;
        padding-top: 12px;
    }
        .section__wrap--invest-newbkn .newbkn__txt--spec,
        .section__wrap--invest-recommend .newbkn__txt--spec {
            line-height: 1;
            -webkit-line-clamp: 1;
        }
    .section__wrap--invest-newbkn .more__btn--newbkn,
    .section__wrap--invest-recommend .more__btn--newbkn {
        background-color: #edad37;
        border-color: #edad37;
    }

/*//////////////////// Case ////////////////////*/
.section__wrap--case {
    position: relative;
    padding: 150px 0;
    overflow: visible;
    background: url(/images/top/bg_case.webp) no-repeat center center / cover;
}
    .case__deco {
        position: absolute;
        top: -252px;
        right: 42px;
        z-index: 1;
        display: block;
        width: 266px;
        height: 182px;
        pointer-events: none;
    }
    .section__inner--case {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
        .case__headline {
            align-items: center;
            gap: 10px;
        }
            .case__lead {
                margin: 0;
                color: #504434;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
                text-align: center;
            }
            .section__ttl--case {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 3px;
                margin: 0;
                color: #504434;
                font-size: 28px;
                font-weight: 700;
                line-height: 1.5;
                letter-spacing: 0.05em;
                text-align: center;
            }
                .case__ttl-line {
                    display: block;
                }
                .case__ttl-row {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 4px;
                }
                    .case__accent {
                        display: flex;
                        justify-content: center;
                        width: 54px;
                        height: 54px;
                        padding-top: 2px;
                        color: #fff;
                        font-size: 36px;
                        font-weight: 700;
                        line-height: 1.3;
                        letter-spacing: 0.05em;
                        background-color: #70ba4d;
                        border-radius: 8px;
                        box-sizing: border-box;
                    }
        .case__list {
            display: flex;
            flex-direction: column;
            gap: 50px;
            width: 100%;
            margin: 0;
            padding: 22px 0 0;
            list-style: none;
        }
            .case__item,
            .case__item--rev {
                position: relative;
                display: flex;
                align-items: center;
                gap: 40px;
                width: 100%;
                padding-bottom: 30px;
                border-bottom: 2px dashed #cfd8dc;
                box-sizing: border-box;
            }
            .case__item--rev {
                flex-direction: row-reverse;
            }
            .case__list > li:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }
                .case__img {
                    display: block;
                    flex-shrink: 0;
                    width: 450px;
                    height: 300px;
                    object-fit: cover;
                    border-radius: 0 20px 20px 20px;
                }
                .case__item--rev .case__img {
                    border-radius: 20px 0 20px 20px;
                }
                .case__label {
                    position: absolute;
                    top: -22px;
                    left: 0;
                    z-index: 1;
                    display: flex;
                    align-items: center;
                    margin: 0;
                    padding: 12px 16px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 1;
                    background-color: #edad37;
                    border-radius: 8px;
                    box-sizing: border-box;
                }
                .case__item--rev .case__label {
                    left: auto;
                    right: 0;
                }
                    .case__label-lg {
                        font-size: 20px;
                        letter-spacing: 0.05em;
                    }
                    .case__label-sm {
                        font-size: 16px;
                        letter-spacing: 0.05em;
                    }
                .case__detail {
                    display: flex;
                    flex: 1;
                    flex-direction: column;
                    gap: 17px;
                    min-width: 0;
                }
                    .case__txt {
                        margin: 0;
                        color: #504434;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1.8;
                        letter-spacing: 0.05em;
                    }
                    .case__advice {
                        display: flex;
                        flex-direction: column;
                        gap: 4px;
                        width: 100%;
                    }
                        .case__box {
                            display: flex;
                            flex-direction: column;
                            gap: 3px;
                            width: 100%;
                            padding: 16px 20px 15px;
                            background-color: #fff;
                            border-radius: 8px;
                            box-sizing: border-box;
                        }
                            .case__box-ttl,
                            .case__box-ttl--sell {
                                margin: 0;
                                color: #70ba4d;
                                font-size: 16px;
                                font-weight: 700;
                                line-height: 1;
                                letter-spacing: 0.05em;
                            }
                            .case__box-ttl--sell {
                                color: #a5cb4c;
                            }
                            .case__box-txt {
                                margin: 0;
                                color: #504434;
                                font-size: 16px;
                                font-weight: 400;
                                line-height: 1.5;
                                letter-spacing: 0.05em;
                            }

/*//////////////////// Example ////////////////////*/
.section__wrap--example {
    position: relative;
    padding: 77px 0 130px;
    overflow: visible;
}
    .example__deco--note {
        position: absolute;
        top: -146px;
        left: 28px;
        z-index: 1;
        display: block;
        width: 274px;
        height: 187px;
        pointer-events: none;
    }
    .example__deco--cake {
        position: absolute;
        top: 411px;
        right: -63px;
        z-index: 1;
        display: block;
        width: 262px;
        height: 168px;
        pointer-events: none;
    }
    .section__inner--example {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
        .example__headline {
            align-items: center;
            text-align: center;
        }
        .example__content {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            width: 100%;
        }
            .example__item--myhome,
            .example__item--hybrid,
            .example__item--invest {
                display: flex;
                align-items: stretch;
            }
            .example__item--myhome {
                width: 710px;
            }
            .example__item--hybrid {
                width: 418px;
            }
            .example__item--invest {
                flex: 1;
                min-width: 0;
                padding-right: 12px;
                box-sizing: border-box;
            }
                .example__cat {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    gap: 4px;
                    padding: 20px 0 13px 12px;
                    background-color: #eeeae5;
                    border-radius: 8px 0 0 8px;
                    box-sizing: border-box;
                    height: fit-content;
                }
                    .example__cat-ttl,
                    .example__cat-sub {
                        margin: 0;
                        font-weight: 700;
                        letter-spacing: 0.2em;
                        text-align: center;
                        writing-mode: vertical-rl;
                        font-feature-settings: "vert" 1;
                    }
                    .example__cat-ttl {
                        width: 24px;
                        color: #70ba4d;
                        font-size: 24px;
                        line-height: 1;
                    }
                    .example__cat-sub {
                        width: 16px;
                        color: #504434;
                        font-size: 16px;
                        line-height: 1.1;
                        padding-top: 4px;
                        letter-spacing: 0.1em;
                    }
                .example__body {
                    display: flex;
                    flex: 1;
                    gap: 12px;
                    min-width: 0;
                    padding: 20px;
                    background-color: #eeeae5;
                    border-radius: 0 20px 20px 20px;
                    box-sizing: border-box;
                }
                .example__item--hybrid .example__body {
                    flex-direction: column;
                    gap: 8px;
                }
                    .example__card,
                    .example__card--fixed {
                        display: flex;
                        flex: 1;
                        flex-direction: column;
                        gap: 8px;
                        min-width: 0;
                        padding: 20px 24px 24px;
                        background-color: #fff;
                        border-radius: 8px;
                        box-sizing: border-box;
                    }
                    .example__card--fixed {
                        flex: none;
                        width: 300px;
                    }
                        .example__card-ttl {
                            margin: 0;
                            color: #edad37;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1;
                            letter-spacing: 0.05em;
                        }
                        .example__card-txt {
                            margin: 0;
                            color: #504434;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 1.8;
                            letter-spacing: 0.05em;
                        }
            .more__btn--example {
                margin: 202px 0 0;
            }

/*//////////////////// hover（コンポーネント別） ////////////////////*/
.service__btn.org-btn-hover,
.cooperation__btn.org-btn-hover {
    --org-btn-hover-fg: #fff;
    --org-btn-hover-bg: #70ba4d;
}

.service__btn.org-btn-hover:hover::after,
.cooperation__btn.org-btn-hover:hover::after {
    filter: brightness(0) invert(1);
}

[class*="more__btn--"].org-btn-hover {
    --org-btn-hover-fg: #70ba4d;
    --org-btn-hover-bg: #fff;
}

.section__wrap--invest-newbkn .more__btn--newbkn.org-btn-hover,
.section__wrap--invest-recommend .more__btn--newbkn.org-btn-hover {
    --org-btn-hover-fg: #edad37;
    --org-btn-hover-bg: #fff;
}

.section__wrap--invest-newbkn .more__btn--newbkn.org-btn-hover:hover,
.section__wrap--invest-recommend .more__btn--newbkn.org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

[class*="more__btn--"].org-btn-hover:hover::after {
    filter: none;
}

.more__btn--member.org-btn-hover {
    --org-btn-hover-fg: #504434;
}

.org-contact__btn.org-btn-hover {
    --org-btn-hover-fg: #edad37;
    --org-btn-hover-bg: #fff;
}

.org-contact__btn.org-btn-hover:hover::after {
    filter: none;
}

.org-contact__access-btn.org-btn-hover {
    --org-btn-hover-fg: #504434;
    --org-btn-hover-bg: #fff;
}

.org-contact__access-btn.org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

.org-contact__access-btn.org-btn-hover:hover::after {
    filter: none;
}

.org-search__buy-list [class*="org-search__btn--"].org-btn-hover {
    --org-btn-hover-fg: #70ba4d;
    --org-btn-hover-bg: #fff;
}

.org-search__buy-list [class*="org-search__btn--"].org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

.org-search__buy-list [class*="org-search__btn--"].org-btn-hover:hover .org-search__btn-icon {
    filter: brightness(0) saturate(100%) invert(58%) sepia(47%) saturate(459%) hue-rotate(61deg) brightness(92%) contrast(89%);
}

.org-search__btn--satei.org-btn-hover {
    --org-btn-hover-fg: #a5cb4c;
    --org-btn-hover-bg: #fff;
}

.org-search__btn--satei.org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

.org-search__btn--satei.org-btn-hover:hover .org-search__btn-icon {
    filter: brightness(0) saturate(100%) invert(60%) sepia(70%) saturate(400%) hue-rotate(40deg) brightness(120%) contrast(70%);
}

.section__wrap--org-search .org-search__submit.org-btn-hover {
    --org-btn-hover-fg: #70ba4d;
    --org-btn-hover-bg: #fff;
}

.section__wrap--org-search .org-search__submit.org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

.section__wrap--org-search .org-search__submit.org-btn-hover:hover .org-search__submit-icon {
    filter: brightness(0) saturate(100%) invert(58%) sepia(47%) saturate(459%) hue-rotate(61deg) brightness(92%) contrast(89%);
}

[class*="org-search__btn--day"].org-btn-hover,
.org-search__btn--pricedown.org-btn-hover,
.org-search__btn--yield.org-btn-hover {
    --org-btn-hover-fg: #efcb3b;
    --org-btn-hover-bg: #fff;
}

.org-search__btn--area.org-btn-hover,
.org-search__btn--line.org-btn-hover,
.section__wrap--invest-search .org-search__submit.org-btn-hover {
    --org-btn-hover-fg: #edad37;
    --org-btn-hover-bg: #fff;
}

.org-search__btn--member.org-btn-hover {
    --org-btn-hover-fg: #504434;
    --org-btn-hover-bg: #fff;
}

.section__wrap--invest-search [class*="org-search__btn--"].org-btn-hover:hover,
.section__wrap--invest-search .org-search__submit.org-btn-hover:hover {
    color: var(--org-btn-hover-fg);
    background-color: var(--org-btn-hover-bg);
    border-color: var(--org-btn-hover-fg);
}

.section__wrap--invest-search [class*="org-search__btn--"].org-btn-hover:hover::after,
.org-search__tag.org-btn-hover:hover::after {
    filter: none;
}

.org-search__tag.org-btn-hover {
    --org-btn-hover-fg: #fff;
    --org-btn-hover-bg: #edad37;
}

.org-search__tag.org-btn-hover:hover {
    border-color: var(--org-btn-hover-bg);
}

.newbkn__link.org-img-hover:hover {
    opacity: 1;
    text-decoration: none;
}

.newbkn__link.org-img-hover .newbkn__thumb {
    overflow: hidden;
}

.newbkn__link.org-img-hover .newbkn__thumb img {
    transition: transform 0.4s ease;
}

.newbkn__link.org-img-hover:hover .newbkn__thumb img {
    transform: scale(1.05);
}

.org-blog__item.org-img-hover:hover {
    opacity: 1;
    text-decoration: none;
}

.org-blog__item.org-img-hover > img {
    transition: transform 0.4s ease;
}

.org-blog__item.org-img-hover:hover > img {
    transform: scale(1.05);
}

.org-mv__slider-item > a.org-img-hover,
.org-mv__bg > a.org-img-hover {
    display: block;
    overflow: hidden;
}

.org-mv__slider-item > a.org-img-hover img,
.org-mv__bg > a.org-img-hover img {
    transition: transform 0.4s ease;
}

.org-mv__slider-item > a.org-img-hover:hover,
.org-mv__bg > a.org-img-hover:hover {
    opacity: 1;
}

.org-mv__slider-item > a.org-img-hover:hover img,
.org-mv__bg > a.org-img-hover:hover img {
    transform: scale(1.05);
}
