@charset "utf-8";

.page-tit {
    background-color: #F7F7F7;
    position: relative;
    padding: 33rem 0 248rem;
    z-index: 1;
    overflow: hidden;

    @media (max-width: 900px) {
        padding: 55rem 0 193rem;
    }

    .w1536 {
        margin-bottom: 0;

        .headwrap {
            margin: auto;

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

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

                @media (max-width: 1023px) {
                    font-size: 14rem;
                }
            }
        }

        .sec-ttl {
            font-size: 120rem;
            font-family: var(--font-en);

            @media (max-width: 1023px) {
                font-size: 40rem;
            }

            @media (max-width: 900px) {
                font-size: 32rem;
            }
        }

        .sub-title {
            @media (max-width: 900px) {
                font-size: 12rem;
            }
        }

        .tit-deco {
            max-width: 472rem;
            width: 100%;

            @media (max-width: 900px) {
                max-width: 156rem;
                right: -14rem;
                top: -22rem;
            }
        }

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

.breadlist {
    margin-top: -99rem;

    @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: 355rem;
    height: 355rem;
    top: -28rem;
    right: 29rem;

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

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

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

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

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

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

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

        .main {
            font-family: var(--font-main);
            font-weight: bold;
            font-size: 24rem;
            line-height: calc((35 / 24) * 1em);
            text-align: center;
            color: #fff;

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

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

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

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

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

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

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

.feature {
    margin-top: -172rem;
    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: 1725rem;
        width: 90%;
        margin: 0 auto;
        padding: 253rem 0 215rem;
        display: flex;
        flex-direction: column;
        gap: 96rem;

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

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

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

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

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

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

                .item-ttl {
                    font-family: var(--font-main);
                    font-weight: normal;
                    font-size: 32rem;
                    text-align: left;
                    color: #000;

                    @media (max-width: 900px) {
                        font-size: 20rem;
                    }
                }

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

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

                        @media (max-width: 900px) {
                            font-size: 14rem;
                            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: 209rem;
                height: 209rem;
                top: 0;
                right: 0;

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

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

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

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

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

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

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

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

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

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

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

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

            .sec-ttl.sub {
                font-family: var(--font-main);
                font-weight: normal;
                font-size: 20rem;
                color: #fff;
                margin-bottom: 8rem;

                @media (max-width: 900px) {
                    font-size: 16rem;
                }
            }

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

                @media (max-width: 900px) {
                    margin-bottom: 0;
                    width: 160rem;
                    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: 49rem;
            height: 69rem;
            top: -41rem;
            right: calc(100% + 29rem);

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

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

            @media (max-width: 900px) {
                gap: 40rem;
            }

            .item {
                display: flex;
                align-items: center;
                gap: 87rem;

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

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

                    @media (max-width: 900px) {
                        max-width: 99rem;
                        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: 67rem;
                    height: 17rem;
                    top: 71rem;
                    left: calc(100% - 12rem);

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

                .textwrap {
                    max-width: 350rem;
                    width: 50%;
                    display: flex;
                    flex-direction: column;
                    gap: 21rem;
                    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: 24rem;
                        color: #fff;

                        @media (max-width: 900px) {
                            position: absolute;
                            top: 35rem;
                            right: 0;
                        }
                    }

                    .desc {
                        p {
                            font-family: var(--font-main);
                            font-weight: bold;
                            font-size: 16rem;
                            line-height: 30rem;
                            text-align: left;
                            color: #fff;

                            @media (max-width: 900px) {
                                font-size: 14rem;
                                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: 272rem;
        height: 236rem;
        bottom: 220rem;
        left: 16rem;

        @media (max-width: 1320px) {

            left: 20rem;
            bottom: 55rem;
        }

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

.main-title {
    margin-bottom: 40rem;
    position: relative;
    padding-left: 124rem;
    padding-top: 80rem;
    padding-bottom: 80rem;
    font-family: var(--font-main);
    font-weight: normal;
    font-size: 32rem;
    text-align: left;
    color: #000;
    z-index: 3;

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

.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: 268rem;
    height: 184rem;
    z-index: -1;

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

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

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

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

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

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

                @media (max-width: 900px) {
                    flex-direction: column;
                    max-width: 310rem;
                    gap: 0;
                    position: relative;
                }

                .imgwrap {
                    max-width: 520rem;
                    width: 100%;

                    @media (max-width: 900px) {
                        max-width: 204rem;
                        margin-right: auto;
                        margin-bottom: 14rem;
                    }
                }

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

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

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

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

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

                    .desc {
                        p {
                            font-family: var(--font-main);
                            font-weight: 600;
                            font-size: 16rem;
                            text-align: left;
                            color: #000;

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

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

                @media (max-width: 900px) {
                    gap: 20rem;
                    flex-direction: column-reverse;
                    max-width: 310rem;
                    margin-bottom: 44rem;
                }

                .imgwrap {
                    max-width: 639rem;
                    width: 100%;

                    @media (max-width: 900px) {
                        max-width: 310rem;
                    }
                }

                .textwrap {
                    @media (max-width: 900px) {
                        img {
                            position: relative;
                        }
                    }
                }
            }

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

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

                .sub {
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-family: var(--font-en);
                    font-weight: 400;
                    font-size: 45rem;
                    color: #000;
                }

                .inner {
                    padding: 48rem 94rem;

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

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

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

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

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

                        .box-head {
                            .main {
                                font-family: var(--font-main);
                                font-weight: 400;
                                font-size: 24rem;
                                line-height: 35rem;
                                color: #000;
                                margin-bottom: 32rem;

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

                            .desc {
                                p {
                                    font-family: var(--font-main);
                                    font-weight: 400;
                                    font-size: 16rem;
                                    line-height: 24rem;
                                    color: #000;

                                    @media (max-width: 900px) {
                                        font-size: 14rem;
                                        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: 676rem;
    height: 535rem;
    z-index: -1;
    filter: drop-shadow(0px 0px 50px #bbfbff);

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

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

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

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

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

.flow {
    background-color: #F7F7F7;

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

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

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

        .list {
            display: flex;
            gap: 52rem;

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

            .item {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                position: relative;

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

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

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

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

                    .sub {
                        font-family: var(--font-main);
                        font-weight: 600;
                        font-size: 18rem;
                        text-align: left;
                        color: #000;

                        @media (max-width: 900px) {
                            font-size: 14rem;
                        }
                    }

                    .main {
                        margin-top: -8rem;
                        font-family: "Pinyon Script";
                        font-weight: normal;
                        font-size: 60rem;
                        text-align: left;
                        color: #000;

                        @media (max-width: 900px) {
                            font-size: 47rem;
                        }
                    }
                }

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

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

                    @media (max-width: 900px) {
                        margin-bottom: 16rem;
                        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: 16rem;
                    text-align: left;
                    color: #000;

                    @media (max-width: 900px) {
                        font-size: 14rem;
                        line-height: 20rem;
                    }
                }
            }

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

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

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

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

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

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

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

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

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

            .linktext {
                font-family: var(--font-main);
                font-weight: bold;
                font-size: 24rem;
                text-align: left;
                color: #fff;

                @media (max-width: 900px) {
                    font-size: 20rem;
                }
            }

            .mail {
                margin-right: 25rem;

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

            .arrow {
                margin-left: 41rem;

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

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