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

[class*="cnt__wrap"] {
    padding-block: 95px 100px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__ttl"] {
            font-size: 44px;
            font-weight: 500;
            color: #222;
            text-align: center;
        }
        [class*="cnt__en-ttl"] {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 4px;
        }
        [class*="cnt__en-ttl"]::before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }
        [class*="more__bt"] {
            margin-top: 29px;
        }
            [class*="more__bt"] a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 300px;
                height: 60px;
                background: #fff;
                border: 1px solid #0360CB;
                margin-inline: auto;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 16px;
                font-weight: 500;
                line-height: 2;
                color: #0360CB;
                text-align: center;
                position: relative;
            }
                [class*="more__bt"] a svg {
                    position: absolute;
                    top: 50%;
                    right: 18px;
                    transform: translateY(-50%);
                }

.mv__img {
    width: 100%;
    height: 558px;
    overflow: hidden;
}
    .mv__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*//////////////////// Worries ////////////////////*/
.cnt__wrap--worries {
    padding-bottom: 99px;
    background: #F2F8FC;
}
    .cnt__en-ttl--worries {
        color: #0360CB;
    }
    .cnt__en-ttl--worries::before {
        background-color: #0360CB;
    }
        .worries__list {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 39px;
        }
            .worries__item {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 16px;
                width: 270px;
            }
                .worries__text {
                    font-size: 20px;
                    font-weight: 500;
                    color: #222;
                    text-align: center;
                }

/*//////////////////// Reason ////////////////////*/
.cnt__en-ttl--reason {
    color: #03CB85;
}
.cnt__en-ttl--reason::before {
    background-color: #03CB85;
}
.reason__list {
    display: flex;
    flex-direction: column;
    gap: 81px;
    margin-top: 39px;
}
    .reason__item {
        display: flex;
        justify-content: flex-end;
        height: 390px;
        position: relative;
    }
    .reason__item:not(:last-child)::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #EFEFEF;
        position: absolute;
        bottom: -41px;
        left: 0;
    }
    .reason__item:nth-child(even) {
        justify-content: flex-start;
    }
        .reason__img {
            width: 930px;
            height: 390px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: -390px;
        }
        .reason__item:nth-child(even) .reason__img {
            left: auto;
            right: -390px;
        }
            .reason__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .reason__textbox {
            display: flex;
            justify-content: center;
            flex-direction: column;
            gap: 12px;
            width: 550px;
            padding-bottom: 12px;
        }
            .reason__ttl {
                font-size: 24px;
                font-weight: 700;
                color: #0360CB;
            }
            .reason__text {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8;
                color: #222;
            }

/*//////////////////// Achievement ////////////////////*/
.cnt__wrap--achievement {
    padding-top: 88px;
    background: #F2F8FC;
}
    .cnt__sub-ttl--achievement {
        display: block;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        margin-bottom: 5px;
    }
        .cnt__sub-ttl--achievement-property {
            color: #0360CB;
        }
            .cnt__sub-ttl--achievement-large {
                font-size: 52px;
                font-weight: 700;
            }
    .achievement__swiper {
        margin-top: 39px;
    }
        .achievement__swiper.noslide .swiper-wrapper {
            justify-content: center;
            transform: none !important;
            gap: 20px;
        }
        .achievement__swiper .swiper-slide {
            width: 366px;
        }
        .achievement__item a {
            display: flex;
            flex-direction: column;
            gap: 11px;
            width: 366px;
        }
            .achievement__img {
                width: 366px;
                height: 244px;
                overflow: hidden;
            }
                .achievement__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .achievement__ttl {
                font-size: 20px;
                font-weight: 500;
                color: #222;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

/*//////////////////// Property ////////////////////*/
.cnt__en-ttl--property {
    color: #0360CB;
}
.cnt__en-ttl--property::before {
    background-color: #0360CB;
}

/*//////////////////// Plan ////////////////////*/
.cnt__wrap--plan {
    padding-bottom: 99px;
    background: #F0FCF8;
}
    .cnt__en-ttl--plan {
        color: #03CB85;
    }
    .cnt__en-ttl--plan::before {
        background-color: #03CB85;
    }
    .plan__text-top {
        font-size: 20px;
        font-weight: 500;
        color: #222;
        text-align: center;
        margin-top: 40px;
    }
    .plan__list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        margin-top: 19px;
    }
        .plan__item {
            padding-top: 20px;
            position: relative;
            z-index: 0;
        }
        .plan__item:first-child {
            z-index: 1;
        }
            [class*="plan__img"] {
                width: 342px;
                height: 228px;
                overflow: hidden;
            }
            .plan__img--top {
                position: absolute;
                top: -120px;
                left: 1046px;
                z-index: 1;
            }
            .plan__img--mid {
                width: 435px;
                height: 290px;
                position: absolute;
                top: -95px;
                left: -400px;
                z-index: -1;
            }
            .plan__img--bottom {
                width: 452px;
                height: 302px;
                position: absolute;
                top: 170px;
                left: 988px;
                z-index: 1;
            }
                [class*="plan__img"] img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .plan__textbox {
                display: flex;
                flex-direction: column;
                gap: 16px;
                width: 1060px;
                padding: 31px 50px 30px;
                background: #fff;
                position: relative;
                z-index: 0;
            }
                .plan__ttl {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-inline: 10px;
                    height: 40px;
                    background: #03CB85;
                    font-size: 24px;
                    font-weight: 700;
                    color: #FFF;
                    text-align: center;
                    position: absolute;
                    top: -20px;
                    left: 50px;
                    z-index: 1;
                }
                .plan__detail-text {
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                }
                .plan__detail-text:not(:last-child) {
                    padding-bottom: 19px;
                    border-bottom: 1px solid #EFEFEF;
                }
                    .plan__detail-text dt {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1.6;
                        color: #0360CB;
                    }
                    .plan__detail-text dd {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 1.6;
                        color: #222;
                    }

/*//////////////////// Flex Contents ////////////////////*/
.flex__contents {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}
.cnt__inner--topics,
.cnt__inner--blog {
    width: 554px;
    padding-inline: 5px;
}
.cont-scrollbar {
    margin-top: 39px;
}
    .cont-scrollbar .scrollbar-content.vertical {
        max-height: 600px;
    }
    .cont-scrollbar .simplebar-track.simplebar-vertical {
        background: #F4F4F4;
        width: 4px;
        border-radius: 10px;
    }
    .cont-scrollbar .simplebar-scrollbar.simplebar-visible:before {
        width: 4px;
        background-color: #03CB85;
        border-radius: 10px;
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .blog__scrollbar .simplebar-scrollbar.simplebar-visible:before {
        background-color: #0360CB;
    }
    .org-scroll__list {
        display: flex;
        flex-direction: column;
        gap: 1px;
        padding-right: 24px;
    }
        .org-scroll__item {
            padding: 19px 20px 18px;
            border-bottom: 1px solid #EFEFEF;
        }
        .org-scroll__item:first-child {
            border-top: 1px solid #EFEFEF;
        }
            .org-scroll__date {
                font-family: "Zen Maru Gothic", sans-serif;
                font-size: 16px;
                font-weight: 500;
                color: #03CB85;
            }
            .blog__scrollbar .org-scroll__date {
                color: #0360CB;
            }
            .org-scroll__title {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.6;
                color: #222;
                margin-top: 6px;
            }
            .blog__scrollbar .org-scroll__text {
                font-size: 14px;
                font-weight: 500;
                line-height: 1.6;
                color: #222;
                margin-top: 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

/*//////////////////// Topics ////////////////////*/
.cnt__en-ttl--topics {
    color: #18C172;
}
.cnt__en-ttl--topics::before {
    background-color: #18C172;
}
.more__bt--topics a {
    border-color: #18C172;
    color: #18C172;
}

/*//////////////////// Blog ////////////////////*/
.cnt__en-ttl--blog {
    color: #0360CB;
}
.cnt__en-ttl--blog::before {
    background-color: #0360CB;
}

/*//////////////////// Side ////////////////////*/
.swiper__box {
    height: 336px;
    position: relative;
}
    .cont__main {
        width: 1080px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
        .swiper-slide {
            width: 340px;
        }
            .side__slide-card a {
                display: flex;
                flex-direction: column;
                gap: 11px;
            }
                .side__slide-card-img {
                    width: 340px;
                    height: 244px;
                    overflow: hidden;
                }
                    .side__slide-card-img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .side__slide-textbox {
                    display: flex;
                    flex-direction: column;
                    gap: 1px;
                }
                    .side__slide-ttl {
                        font-size: 20px;
                        font-weight: 500;
                        color: #0360CB;
                        text-align: center;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    .side__slide-text {
                        font-size: 16px;
                        font-weight: 500;
                        color: #222;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

/*//////////////////// Voice ////////////////////*/
.cnt__wrap--voice {
    padding-top: 101px;
    background: #F2F8FC;
}
    .cnt__inner--voice {
        display: flex;
        align-items: center;
        gap: 80px;
    }
        .side__ttl-box {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
            .cnt__en-ttl--voice {
                justify-content: flex-start;
                color: #0360CB;
            }
            .cnt__en-ttl--voice::before {
                background-color: #0360CB;
            }
            .cnt__ttl--voice {
                text-align: left;
            }
            .more__bt--voice {
                margin-top: 39px;
            }
                .more__bt--voice a {
                    background: #fff;
                }

/*//////////////////// Staff ////////////////////*/
.cnt__wrap--staff {
    padding-top: 101px;
}
    .cnt__inner--staff {
        display: flex;
        align-items: center;
        gap: 80px;
    }
        .side__ttl-box {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
            .cnt__en-ttl--staff {
                justify-content: flex-start;
                color: #03CB85;
            }
            .cnt__en-ttl--staff::before {
                background-color: #03CB85;
            }
            .cnt__ttl--staff {
                text-align: left;
            }
            .more__bt--staff {
                margin-top: 39px;
            }
                .more__bt--staff a {
                    border-color: #03CB85;
                    color: #03CB85;
                }
        .cnt__wrap--staff .cont__main {
            left: 0;
        }
        .cnt__wrap--staff .side__slide-card-img img {
            object-fit: contain;
            background: #f2f8fc;
        }

/*//////////////////// Message ////////////////////*/
.cnt__wrap--message {
    padding-top: 100px;
    background: #F2F8FC;
}
    .cnt__inner--message {
        padding-top: 24px;
        height: 516px;
        position: relative;
    }
        .cnt__ttl--message {
            text-align: left;
        }
        .cnt__en-ttl--message {
            justify-content: flex-start;
            color: #0360CB;
        }
        .cnt__en-ttl--message::before {
            background-color: #0360CB;
        }
        .message__text-top {
            font-size: 30px;
            font-weight: 700;
            color: #0360CB;
            margin-top: 40px;
        }
        .message__text {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-top: 9px;
        }
            .message__text p {
                font-size: 16px;
                font-weight: 500;
                color: #222;
            }
        .message__img {
            width: 530px;
            height: 516px;
            /* overflow: hidden; */
            position: absolute;
            top: 0;
            right: 0;
        }
            .message__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .ceo__name {
                padding-inline: 20px;
                height: 62px;
                background: #0360CB;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 16px;
                font-weight: 700;
                line-height: 2;
                color: #FFF;
                position: absolute;
                bottom: 0;
                left: 0;
            }
                .ceo__name span {
                    font-size: 30px;
                    margin-left: 10px;
                }

/*//////////////////// COMPANY ////////////////////*/
.cnt__wrap--company {
    background: #F0FCF8;
}
    .cnt__ttl--company {
        text-align: left;
    }
    .cnt__en-ttl--company {
        justify-content: flex-start;
        color: #03CB85;
    }
    .cnt__en-ttl--company::before {
        background-color: #03CB85;
    }
    .org-company__box {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-top: 38px;
    }
        .org-company__img {
            width: 486px;
            height: 365px;
            overflow: hidden;
            flex-shrink: 0;
        }
            .org-company__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .org-company__box-right {
            width: 100%;
        }
        .org-company__list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            width: 100%;
        }
            .org-company__item {
                display: flex;
                align-items: stretch;
            }
                .org-company__info-ttl {
                    display: flex;
                    align-items: center;
                    width: 110px;
                    flex-shrink: 0;
                    border-bottom: 1px solid #03CB85;
                    padding-bottom: 17px;
                    font-family: "Noto Sans JP", sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.625;
                    color: #333;
                    white-space: nowrap;
                }
                .org-company__info-txt {
                    width: 100%;
                    border-bottom: 1px solid #EFEFEF;
                    padding-left: 38px;
                    padding-bottom: 17px;
                    font-family: "Noto Sans JP", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.625;
                    color: #333;
                }
                .org-company__info-txt a {
                    font-family: "Noto Sans JP", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.625;
                    color: #333;
                }
    .more__bt--company {
        margin-top: 30px;
    }
        .more__bt--company a {
            background: #fff;
            border-color: #03CB85;
            color: #03CB85;
        }

/*//////////////////// FAQ ////////////////////*/
.cnt__ttl--faq {
    text-align: left;
}
.cnt__en-ttl--faq {
    justify-content: flex-start;
    color: #0360CB;
}
.cnt__en-ttl--faq::before {
    background-color: #0360CB;
}
.faq__list {
    border-top: 1px solid #EFEFEF;
    margin-top: 38px;
}
    .faq__item {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 25px 30px 29px;
        border-bottom: 1px solid #EFEFEF;
    }
    .faq__item:first-child {
        padding-top: 20px;
    }
        .faq__question {
            display: flex;
            align-items: center;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.8;
            color: #222;
        }
            .faq__question span {
                font-family: "Zen Maru Gothic", sans-serif;
                font-size: 24px;
                font-weight: 500;
                color: #0360CB;
                margin-right: 11px;
            }
        .faq__answer {
            padding-left: 28px;
            font-size: 16px;
            font-weight: 500;
            color: #222;
        }