@charset "utf-8";

.page-tit {
    background-color: #F7F7F7;
    position: relative;
    padding: 122px 0 129px;
    z-index: 1;
    overflow: hidden;

    @media (max-width: 1023px) {
        padding: 48px 0 100px;
    }

    .w1536 {
        margin-bottom: 0;
        flex-direction: column;

        .headwrap {
            @media (max-width: 900px) {
                gap: 21px;
                margin-bottom: 14px;
            }

            .line-l {
                z-index: 0;
            }

            .sub-title {
                color: #000000;
                font-family: var(--font-main);
            }
        }

        .sec-ttl {
            font-size: clamp(2rem, 0.598rem + 5.75vw, 7.5rem);
            font-family: var(--font-en);
        }

        .tit-deco {
            max-width: 472px;
            width: 27%;
            margin-left: auto;
            margin-top: -138px;

            @media (max-width: 900px) {
                max-width: 156px;
                right: -14px;
                top: -22px;
                margin-top: auto;
                width: 100%;
            }
        }

        .diagonal {
            background-color: #000;
        }
    }
}

.breadlist {
    margin-top: -99px;

    @media (max-width: 900px) {
        margin-top: 0;
    }

    a,
    p {
        color: #000000;
    }
}

.page-tit::before,
.page-tit::after {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/deco02.png) no-repeat center/contain;
    z-index: -1;
}

.page-tit::before {
    width: 355px;
    height: 355px;
    top: -28px;
    right: 29px;

    @media (max-width: 900px) {
        width: 103px;
        height: 103px;
        right: -14px;
        top: -32px;
    }
}

.page-tit::after {
    width: 524px;
    height: 524px;
    left: -70px;
    bottom: -59px;

    @media (max-width: 900px) {
        width: 243px;
        height: 243px;
        left: -121px;
        bottom: auto;
        top: 47px;
    }
}

.intro {
    margin-top: -80px;
    background: url(/system_panel/uploads/images/bg.png) no-repeat center/cover;
    position: relative;
    z-index: 2;

    @media (max-width: 900px) {
        margin-top: -60px;
    }

    .w1536 {
        padding: 177px 0 200px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        max-width: 1536px;
        width: 90%;
        margin: 0 auto;

        @media (max-width: 900px) {
            padding: 135px 0;
            gap: 20px;
            width: 94%;
        }

        .main {
            font-family: var(--font-main);
            font-weight: bold;
            font-size: clamp(1.25rem, 1.186rem + 0.26vw, 1.5rem);
            line-height: calc((35 / 24) * 1em);
            text-align: center;
            color: #fff;

            @media (max-width: 900px) {
                line-height: calc((29 / 20) * 1em);
            }
        }

        .desc {
            p {
                font-family: var(--font-main);
                font-weight: normal;
                font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
                line-height: calc((32 / 16) * 1em);
                text-align: center;
                color: #fff;

                @media (max-width: 900px) {
                    line-height: calc((32 / 14) * 1em);
                }
            }
        }
    }

    .w1536::before {
        content: "";
        position: absolute;
        background: url(/system_panel/uploads/images/deco03.svg) no-repeat center/contain;
        width: 248px;
        height: 211px;
        left: 0;
        top: 118px;

        @media (max-width: 900px) {
            width: 88px;
            height: 75px;
            top: 43px;
        }
    }

    .w1536::after {
        content: "";
        position: absolute;
        background: url(/system_panel/uploads/images/deco04.svg) no-repeat center/contain;
        width: 288px;
        height: 339px;
        right: 0;
        top: 227px;

        @media (max-width: 900px) {
            width: 74px;
            height: 88px;
            top: auto;
            bottom: 70px;
        }
    }
}

.feature {
    margin-top: -172px;
    background: linear-gradient(to right, #fff 0%, #d1fff9 100%);
    overflow: hidden;

    @media (max-width: 900px) {
        margin-top: 0;
        background: linear-gradient(to bottom, #fff 0%, #d1fff9 100%);
    }

    .w1725 {
        max-width: 1725px;
        width: 90%;
        margin: 0 auto;
        padding: 253px 0 215px;
        display: flex;
        flex-direction: column;
        gap: 96px;

        @media (max-width: 900px) {
            padding: 80px 0 157px;
            gap: 109px;
            width: 93%;
        }

        .item {
            display: flex;
            gap: 183px;
            align-items: center;
            position: relative;

            @media (max-width: 1320px) {
                gap: 50px;
            }

            @media (max-width: 900px) {
                flex-direction: column;
                gap: 32px;
            }

            .imgwrap {
                max-width: 693px;
                width: 39%;

                @media (max-width: 900px) {
                    width: 100%;
                    position: relative;
                    z-index: 10;
                }

                img {
                    @media (max-width: 900px) {
                        margin: auto;
                    }
                }
            }

            .textwrap {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                z-index: 3;
                max-width: 599px;
                width: 100%;

                @media (max-width: 1320px) {
                    width: 55%;
                }

                @media (max-width: 900px) {
                    width: 100%;
                }

                .item-ttl {
                    font-family: var(--font-main);
                    font-weight: normal;
                    font-size: clamp(1.25rem, 1.059rem + 0.78vw, 2rem);
                    text-align: left;
                    color: #000;
                }

                .desc {
                    position: relative;
                    z-index: 3;

                    p {
                        font-family: var(--font-main);
                        font-weight: normal;
                        font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
                        line-height: calc((30 / 16) * 1em);
                        text-align: left;
                        color: #000;

                        @media (max-width: 900px) {
                            line-height: calc((30 / 14) * 1em);
                        }
                    }
                }
            }

            .textwrap::before {
                content: "";
                background: url(/system_panel/uploads/images/deco02.png) no-repeat center/contain;
                position: absolute;
                z-index: -1;
                width: 209px;
                height: 209px;
                top: 0;
                right: 0;

                @media (max-width: 900px) {
                    width: 115px;
                    height: 115px;
                    top: -47px;
                    right: -30px;
                }
            }

            .desc::after {
                content: "";
                background: url(/system_panel/uploads/images/deco02.png) no-repeat center/contain;
                position: absolute;
                z-index: -1;
                width: 104px;
                height: 104px;
                left: -39px;
                bottom: -52px;

                @media (max-width: 900px) {
                    width: 62px;
                    height: 62px;
                    left: -19px;
                    bottom: -45px;
                }
            }
        }

        .item:last-child {
            flex-direction: row-reverse;

            @media (max-width: 900px) {
                flex-direction: column;
            }
        }
    }
}

.effect {
    margin-top: -40px;
    background: url(/system_panel/uploads/images/bg02.png) no-repeat center/cover;

    @media (max-width: 900px) {
        margin-top: -60px;
    }

    .w1536 {
        padding: 120px 0 259px;
        max-width: 1536px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        gap: 130px;
        position: relative;

        @media (max-width: 1370px) {
            padding: 160px 0 259px;
            flex-direction: column;
            gap: 32px;
        }

        @media (max-width: 770px) {
            padding: 96px 0 289px;
        }

        .headwrap {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            margin-left: 192px;

            @media (max-width: 1320px) {
                margin: 0 auto;
            }

            .sec-ttl.sub {
                font-family: var(--font-main);
                font-weight: normal;
                font-size: clamp(1rem, 0.936rem + 0.26vw, 1.25rem);
                color: #fff;
                margin-bottom: 8px;
            }

            .sec-ttl.main {
                margin-bottom: 12px;

                @media (max-width: 900px) {
                    margin-bottom: 0;
                    width: 160px;
                    height: auto;
                }
            }

            .sec-ttl.sub.right {
                text-align: right;
                width: 100%;
                margin-bottom: 0;
            }
        }

        .headwrap::before {
            content: "";
            position: absolute;
            background: url(/system_panel/uploads/images/deco05.svg) no-repeat center/contain;
            width: 49px;
            height: 69px;
            top: -41px;
            right: calc(100% + 29px);

            @media (max-width: 770px) {
                width: 39px;
                height: 51px;
                top: -20px;
                right: 100%;
            }
        }

        .sec-body {
            display: flex;
            flex-direction: column;
            flex: 1;
            gap: 20px;

            @media (max-width: 1370px) {
                flex: auto;
                width: 100%;
            }

            @media (max-width: 770px) {
                gap: 40px;
                width: 100%;
                margin: 0 auto;
            }

            .item {
                display: flex;
                align-items: center;
                gap: 87px;
                width: auto;

                @media (max-width: 1370px) {
                    justify-content: center;
                }

                @media (max-width: 767px) {
                    flex-direction: column;
                    gap: 20px;
                    position: relative;
                    align-items: flex-start;
                }

                .imgwrap {
                    max-width: 264px;
                    width: 75%;
                    position: relative;

                    @media (max-width: 770px) {
                        max-width: 99px;
                        width: 100%;
                    }

                    img {
                        filter: drop-shadow(0px 3px 10px #939393);
                    }
                }

                .imgwrap::after {
                    content: "";
                    position: absolute;
                    background: url(/system_panel/uploads/images/line.svg) no-repeat center/contain;
                    width: 67px;
                    height: 17px;
                    top: 71px;
                    left: calc(100% - 12px);

                    @media (max-width: 770px) {
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }
                }

                .textwrap {
                    max-width: 417px;
                    width: 54%;
                    display: flex;
                    flex-direction: column;
                    gap: 21px;
                    align-items: flex-start;

                    @media (max-width: 1320px) {
                        max-width: 100%;
                        width: 100%;
                    }

                    .item-ttl {
                        font-family: var(--font-main);
                        font-weight: bold;
                        font-size: 24px;
                        color: #fff;

                        @media (max-width: 767px) {
                            position: absolute;
                            top: 35px;
                            left: 168px;
                        }
                    }

                    .desc {
                        p {
                            font-family: var(--font-main);
                            font-weight: bold;
                            font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
                            line-height: 30px;
                            text-align: left;
                            color: #fff;

                            @media (max-width: 770px) {
                                line-height: calc((30 / 14) * 1em);
                            }
                        }
                    }
                }
            }

            .item:nth-child(2) {
                margin-left: 15%;

                @media (max-width: 900px) {
                    margin-left: 0;
                }
            }
        }
    }

    .w1536::before {
        content: "";
        position: absolute;
        background: url(/system_panel/uploads/images/deco06.svg) no-repeat center/contain;
        width: 272px;
        height: 236px;
        bottom: 220px;
        left: 16px;

        @media (max-width: 1370px) {
            width: 18%;
            left: 20px;
            bottom: 55px;
        }

        @media (max-width: 900px) {
            width: 134px;
            height: 117px;
            left: 20px;
            bottom: 155px;
        }
    }
}

.main-title {
    margin-bottom: 40px;
    position: relative;
    padding-left: 124px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: var(--font-main);
    font-weight: normal;
    font-size: clamp(1.5rem, 1.373rem + 0.52vw, 2rem);
    text-align: left;
    color: #000;
    z-index: 3;

    @media (max-width: 900px) {
        padding-left: 72px;
        padding-top: 52px;
        padding-bottom: 40px;
        margin-bottom: 56px;
    }
}

.main-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/deco08.png) no-repeat center/contain;
    width: 268px;
    height: 184px;
    z-index: -1;

    @media (max-width: 900px) {
        width: 156px;
        height: 127px;
    }
}

.service {
    margin-top: -40px;
    position: relative;
    background-color: #F7F7F7;
    z-index: 3;
    overflow: hidden;

    @media (max-width: 900px) {
        margin-top: -100px;
    }

    .w1344 {
        padding: 138px 0 200px;
        display: flex;
        flex-direction: column;
        align-items: center;

        @media (max-width: 900px) {
            padding: 108px 0 120px;
            width: 96%;
        }

        .list {
            .item {
                display: flex;
                max-width: 1152px;
                width: 90%;
                gap: 56px;
                margin: 0 auto 80px;

                @media (max-width: 1024px) {
                    gap: 20px;
                }

                @media (max-width: 900px) {
                    flex-direction: column;
                    max-width: 100%;
                    width: 100%;

                    position: relative;
                }

                .imgwrap {
                    max-width: 520px;
                    width: 43%;

                    @media (max-width: 900px) {
                        margin: 0 auto;
                    }

                    @media (max-width: 767px) {
                        width: 74%;
                        max-width: 100%;
                        margin-left: 0;
                        margin-right: auto;
                    }
                }

                .textwrap {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 25px;
                    flex: 1;

                    @media (max-width: 900px) {
                        gap: 20px;
                        width: 97%;
                        margin: 0 auto;
                    }

                    img {
                        max-width: 146px;
                        width: 40%;
                        height: auto;

                        @media (max-width: 900px) {
                            width: 77px;
                            height: auto;
                            position: absolute;
                            top: 0;
                            right: 0;
                        }
                    }

                    .item-ttl {
                        font-family: var(--font-main);
                        font-weight: 600;
                        font-size: clamp(1.25rem, 1.186rem + 0.26vw, 1.5rem);
                        text-align: left;
                        color: #000;

                        @media (max-width: 900px) {
                            line-height: calc((29 / 20) * 1em);
                        }
                    }

                    .desc {
                        p {
                            font-family: var(--font-main);
                            font-weight: 600;
                            font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
                            text-align: left;
                            color: #000;

                            @media (max-width: 900px) {
                                line-height: calc((20 / 14) * 1em);
                            }
                        }
                    }
                }
            }

            .item.first {
                gap: 126px;
                max-width: none;
                width: 100%;
                margin-bottom: 56px;

                @media (max-width: 1240px) {
                    gap: 26px;
                }

                @media (max-width: 767px) {
                    gap: 20px;
                    flex-direction: column-reverse;
                    max-width: 100%;
                    margin-bottom: 44px;
                }

                .imgwrap {
                    max-width: 639px;
                    width: 53%;

                    @media (max-width: 767px) {
                        max-width: 100%;
                        width: 100%;
                    }
                }

                .textwrap {
                    flex: 1;

                    @media (max-width: 767px) {
                        img {
                            position: relative;
                        }
                    }
                }
            }

            .item:last-child {
                margin-bottom: 0;
            }

            .box {
                max-width: 1152px;
                width: 90%;
                margin: 0 auto 80px;
                background-color: #FFF;
                position: relative;

                @media (max-width: 900px) {
                    width: 100%;
                }

                .sub {
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-family: var(--font-en);
                    font-weight: 400;
                    font-size: clamp(2.813rem, 2.749rem + 0.26vw, 3.063rem);
                    color: #000;
                }

                .inner {
                    padding: 48px 61px;

                    @media (max-width: 900px) {
                        padding: 60px 18px;
                    }

                    .column {
                        display: flex;
                        gap: 73px;
                        align-items: center;

                        @media (max-width: 1240px) {
                            justify-content: center;
                            gap: 40px;
                        }

                        @media (max-width: 767px) {
                            flex-direction: column-reverse;
                            gap: 16px;
                        }

                        .box-img {
                            max-width: 297px;
                            width: 100%;

                            @media (max-width: 767px) {
                                max-width: 222px;
                            }
                        }

                        .box-head {
                            @media (max-width: 767px) {
                                width: 100%;
                            }

                            .main {
                                font-family: var(--font-main);
                                font-weight: 400;
                                font-size: clamp(1.125rem, 1.029rem + 0.39vw, 1.5rem);
                                line-height: calc(35/24*100%);
                                color: #000;
                                margin-bottom: 32px;

                                @media (max-width: 900px) {
                                    line-height: calc((26 / 19) * 1em);
                                }
                            }

                            .desc {
                                p {
                                    font-family: var(--font-main);
                                    font-weight: 400;
                                    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
                                    line-height: calc(24/16*100%);
                                    color: #000;

                                    @media (max-width: 900px) {
                                        line-height: calc((20 / 14) * 1em);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.service::before,
.service::after {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/deco09.png) no-repeat center/contain;
    width: 676px;
    height: 535px;
    z-index: -1;
    filter: drop-shadow(0px 0px 50px #bbfbff);

    @media (max-width: 900px) {
        width: 328px;
        height: 260px;
    }
}

.service::before {
    top: 360px;
    right: 0;

    @media (max-width: 900px) {
        top: 261px;
        right: -99px;
    }
}

.service::after {
    background: url(/system_panel/uploads/images/deco10.png) no-repeat center/contain;
    width: 718px;
    height: 535px;
    left: 0;
    bottom: 284px;
    top: auto;
    right: auto;

    @media (max-width: 900px) {
        width: 217px;
        height: 162px;
        bottom: 550px;
        left: -99px;
    }
}

.flow {
    background-color: #F7F7F7;

    .w1344 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 141px;

        @media (max-width: 900px) {
            padding-bottom: 65px;
        }

        .main-title {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .list {
            display: flex;
            justify-content: space-between;

            @media (max-width: 1250px) {
                flex-wrap: wrap;
                row-gap: 30px;
            }

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 57px;
            }

            .item {
                max-width: 297px;
                width: 22%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                position: relative;

                @media (max-width: 1250px) {
                    width: 100%;
                    max-width: 45%;
                }

                @media (max-width: 767px) {
                    max-width: 100%;
                    width: 100%;
                    margin: 0 auto;
                }

                .headwrap {
                    display: flex;
                    gap: 20px;
                    align-items: center;

                    @media (max-width: 767px) {
                        width: 100%;
                    }
                }

                .num {
                    display: flex;
                    align-items: center;
                    flex-direction: column;

                    .sub {
                        font-family: var(--font-main);
                        font-weight: 600;
                        font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
                        text-align: left;
                        color: #000;
                    }

                    .main {
                        margin-top: -8px;
                        font-family: "Pinyon Script";
                        font-weight: normal;
                        font-size: clamp(2.938rem, 2.73rem + 0.85vw, 3.75rem);
                        text-align: left;
                        color: #000;
                    }
                }

                .item-ttl {
                    font-family: var(--font-main);
                    font-weight: 600;
                    font-size: 20px;
                    text-align: left;
                    color: #000;
                }

                .imgwrap {
                    width: 100%;
                    height: 177px;
                    margin-bottom: 31px;

                    @media (max-width: 900px) {
                        margin-bottom: 16px;
                        width: 100%;
                    }
                }

                img {
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                    object-fit: cover;
                }

                .desc p {
                    font-family: var(--font-main);
                    font-weight: 600;
                    font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
                    text-align: left;
                    color: #000;

                    @media (max-width: 900px) {
                        line-height: calc(20/14*100%);
                    }
                }
            }

            @media (max-width: 1250px) {
                .item:nth-child(2)::after {
                    content: none;
                }
            }

            .item::after {
                content: "";
                position: absolute;
                background: url(/system_panel/uploads/images/arrow.svg) no-repeat center/contain;
                width: 18px;
                height: 15px;
                top: 0;
                bottom: 0;
                margin: auto;
                left: calc(100% + 18px);

                @media (max-width: 1250px) {
                    left: calc(100% + 45px);
                }

                @media (max-width: 1125px) {
                    left: 109%;
                }

                @media (max-width: 767px) {
                    top: calc(100% + 26px);
                    left: 0;
                    right: 0;
                    bottom: 0;
                    transform: rotate(90deg);
                }
            }

            .item:last-child::after {
                content: none;
            }
        }
    }
}

.camp {
    background-color: #F7F7F7;
    padding-bottom: 120px;

    @media (max-width: 900px) {
        padding-bottom: 96px;
    }

    .inner {
        height: 449px;
        background: url(/system_panel/uploads/images/banner.png) no-repeat center/contain;
        max-width: 962px;
        width: 100%;
        margin: 0 auto;
        position: relative;

        @media (max-width: 767px) {
            background-image: url(/system_panel/uploads/images/20251125032620861409.png);
        }

        .morebtn {
            max-width: 469px;
            width: 100%;
            height: 72px;
            position: absolute;
            bottom: 32px;
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 36px;
            background: #0066b6;
            border: 2px solid #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .4s ease;

            @media (max-width: 1023px) {
                bottom: 60px;
            }

            @media (max-width: 767px) {
                max-width: 347px;
                height: 53px;
                bottom: 71px;
            }

            .linktext {
                font-family: var(--font-main);
                font-weight: bold;
                font-size: clamp(1.25rem, 1.186rem + 0.26vw, 1.5rem);
                text-align: left;
                color: #fff;

            }

            .mail {
                margin-right: 25px;

                @media (max-width: 767px) {
                    margin-right: 19px;
                }
            }

            .arrow {
                margin-left: 41px;

                @media (max-width: 767px) {
                    margin-left: 13px;
                }
            }
        }

        .morebtn:hover {
            filter: opacity(50%);
            transition: all .4s ease;
        }
    }
}