@charset "utf-8";

.intro {
    background: url(/system_panel/uploads/images/secbg.png) no-repeat center/cover;

    .w962 {
        max-width: 962rem;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 120rem 0 160rem;

        @media (max-width: 900px) {
            padding: 40rem 0 56rem;

        }

        .main {
            font-family: var(--font-main);
            font-weight: 400;
            font-size: 40rem;
            text-align: center;
            color: #fff;
            margin-bottom: 48rem;

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

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

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

.main-title {
    display: flex;
    gap: 32rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 80rem;

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

    img {
        @media (max-width: 900px) {
            width: 32rem;
            height: auto;
        }
    }

    .main {
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 40rem;
        color: #fff;

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

.eventdetail {
    .w1344 {
        padding: 120rem 0;

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

    .list {
        display: flex;
        flex-direction: column;
        gap: 80rem;

        .item {
            display: flex;

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

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

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

            }

            .textwrap {

                .num {
                    margin-left: -13rem;
                    font-family: var(--font-en);
                    font-weight: 400;
                    font-size: 56rem;
                    color: #fff;
                    position: relative;
                    margin-bottom: 40rem;

                    @media (max-width: 900px) {
                        font-size: 37rem;
                        position: absolute;
                        top: 0;
                        right: 69rem;
                        margin-bottom: 0;
                    }
                }

                .num::after {
                    content: "";
                    position: absolute;
                    top: 100%;
                    height: 5px;
                    width: 98rem;
                    left: 0;
                    background-color: #FFF;

                    @media (max-width: 900px) {
                        height: 2rem;
                        width: 64rem;
                    }
                }

                .item-ttl {
                    margin-left: 6rem;
                    font-family: var(--font-main);
                    font-weight: 400;
                    font-size: 24rem;
                    color: #fff;
                    margin-bottom: 21rem;

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

                .desc {
                    margin-left: 27rem;
                    max-width: 660rem;
                    width: 100%;

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

                    p {
                        font-family: var(--font-main);
                        font-weight: 400;
                        font-size: 16rem;
                        line-height: calc((30 / 16) * 1em);
                        color: #fff;

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

                        }
                    }
                }
            }
        }

        .item:nth-child(2n) {
            justify-content: flex-end;

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

                .num {
                    right: 31rem;
                }
            }
        }
    }
}

.effect {
    background-color: #000034;

    .w1152 {
        padding: 120rem 0;

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

    .list {
        display: flex;
        flex-direction: column;
        gap: 80rem;

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

        .item {
            display: flex;
            align-items: flex-end;
            gap: 49rem;

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

            .num {
                .top {
                    display: flex;
                    gap: 4rem;
                    align-items: flex-end;

                    img {
                        width: 18rem;
                        height: auto;

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

                    p {
                        font-family: var(--font-main);
                        font-weight: 400;
                        font-size: 15rem;
                        color: #fff;

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

                .bottom {
                    margin-top: -8rem;
                    font-family: var(--font-main);
                    font-weight: 400;
                    font-size: 46rem;
                    color: #fff;

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

            .item-ttl {
                font-family: var(--font-main);
                font-weight: 400;
                font-size: 24rem;
                color: #fff;
                padding-bottom: 6rem;
                border-bottom: 1px solid #FFF;
                margin-bottom: 32rem;

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

            .desc {
                p {
                    font-family: var(--font-main);
                    font-weight: 400;
                    font-size: 16rem;
                    line-height: calc((40 / 16) * 1em);
                    color: #fff;

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

            .textwrap {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                max-width: 660rem;
                width: 100%;
            }

            .imgwrap {

                max-width: 443rem;
                width: 100%;
            }
        }
    }
}

.info {
    background: url(/system_panel/uploads/images/secbg02.png) no-repeat center/cover;
    max-width: 1152rem;
    width: 90%;
    margin: 120rem auto 160rem;
    position: relative;

    @media (max-width: 900px) {
        margin: 56rem auto 80rem;
    }

    .w1152 {
        padding: 40rem 0 56rem;

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


        .main {
            font-family: var(--font-main);
            font-weight: 400;
            font-size: 32rem;
            text-align: center;
            color: #fff;
            margin-bottom: 25rem;

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

        .desc {
            margin-bottom: 40rem;

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

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

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

        .btnarea {
            display: flex;
            gap: 168rem;
            justify-content: center;

            @media (max-width: 900px) {
                flex-direction: column;
                gap: 24rem;
                max-width: 312rem;
                width: 100%;
                margin: 0 auto;
            }

            .btn {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 251rem;
                height: 62rem;
                border-radius: 31px;
                background: transparent;
                border: 1px solid #fff;
                transition: all .4s ease;
                position: relative;

                @media (max-width: 900px) {
                    max-width: 272rem;
                    width: 100%;
                    margin-right: auto;
                    border-radius: 41rem;
                }

                .linktext {
                    font-family: var(--font-main);
                    font-weight: 700;
                    font-size: 18rem;
                    text-align: center;
                    color: #fff;
                }
            }

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

            .btn::after {
                content: "";
                background: url(/system_panel/uploads/images/b-arrow.svg) no-repeat center/contain;
                width: 106rem;
                height: 21rem;
                position: absolute;
                left: calc(100% - 18rem);

                @media (max-width: 900px) {
                    width: 80rem;
                    left: calc(100% - 40rem);
                }
            }
        }
    }
}

.info::before {
    content: "";
    background: url(/system_panel/uploads/images/deco02.svg) no-repeat center/contain;
    width: 209rem;
    height: 91rem;
    position: absolute;
    top: 34rem;
    left: 20rem;

    @media (max-width: 900px) {
        width: 86rem;
        height: 37rem;
        top: 20rem;
        left: 19rem;
    }
}

.service {
    padding-top: 120rem;
    padding-bottom: 120rem;

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

    .main-title {
        margin-bottom: 42rem;

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

    .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 41rem 93rem;

        @media (max-width: 900px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 16rem 20rem;
        }

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20rem;

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

            p {
                font-family: var(--font-main);
                font-weight: 400;
                font-size: 24rem;
                color: #fff;
                text-align: center;

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

.voice {
    background-color: #000034;

    .w1152 {
        padding: 80rem 0 120rem;

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

    .main-title {
        margin-bottom: 55rem;

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

    .tabs {
        width: 100%;
        margin: 0 auto;
    }

    .tab-nav {
        display: flex;
        gap: 36rem;
        margin-bottom: 36rem;
        justify-content: center;

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

        }
    }

    .tablink {
        cursor: pointer;
        user-select: none;
        display: inline-block;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20rem;
        opacity: 0.43;

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

        img {
            max-width: 165rem;
            width: 100%;

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



        p {
            font-family: var(--font-main);
            font-weight: 400;
            font-size: 24rem;
            text-align: center;
            color: #fff;
            position: relative;
            padding-right: 33rem;

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

        p::after {
            content: "";
            position: absolute;
            background: url(/system_panel/uploads/images/20251125012817821408.svg) no-repeat center/contain;
            width: 23rem;
            height: 30rem;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;

            @media (max-width: 900px) {
                width: 15rem;
                height: 13rem;
            }
        }
    }

    .tablink:hover {
        opacity: 0.43;
    }

    .tablink.active {
        opacity: 1;
    }

    .tab-content {
        display: none;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .4s ease, transform .4s ease;

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

            @media (max-width: 900px) {
                flex-direction: column;
                gap: 20rem;
                max-width: 312rem;
                width: 100%;
                margin: 0 auto;
            }

            .item {
                max-width: 373rem;
                width: 100%;

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

                .ttl {
                    font-family: var(--font-en);
                    font-weight: 400;
                    font-size: 33rem;
                    color: #fff;

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

                .box {
                    padding: 28rem 24rem;
                    border-radius: 5px;
                    background: transparent;
                    border: 2px solid #fff;
                    position: relative;

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

                    .voice-ttl {
                        font-family: var(--font-main);
                        font-weight: 400;
                        font-size: 20rem;
                        color: #fff;
                        padding-bottom: 16rem;
                        border-bottom: 1px solid #FFF;
                        margin-bottom: 16rem;

                        @media (max-width: 900px) {
                            font-size: 18rem;
                            padding-bottom: 11rem;
                            margin-bottom: 13rem;
                        }
                    }

                    .desc {
                        p {
                            font-family: var(--font-main);
                            font-weight: 400;
                            font-size: 16rem;
                            line-height: calc((24 / 16) * 1em);
                            color: #fff;

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

                .box::before {
                    content: "";
                    position: absolute;
                    top: 8rem;
                    /* 内側に寄せる距離 */
                    left: 8rem;
                    right: 8rem;
                    bottom: 8rem;
                    border: 1px dashed #FFF;
                    /* 内側の点線 */
                    border-radius: 5px;
                    /* 内側の角丸 */
                    pointer-events: none;
                }
            }
        }
    }

    .tab-content.active {
        display: block;
        opacity: 1;
        transform: translateY(0);


    }
}

.works {
    padding: 80rem 0 120rem;

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

    .main-title {
        margin-bottom: 64rem;

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

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

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

        .item {
            max-width: 413rem;
            width: 100%;

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

            iframe {
                width: 100%;
                height: 280rem;
                margin-bottom: 13rem;
                border: none;

                @media (max-width: 900px) {
                    margin-bottom: 10rem;
                    height: 212rem;
                }
            }

            .event-ttl {
                font-family: var(--font-main);
                font-weight: 400;
                font-size: 24rem;
                line-height: calc((35 / 24) * 1em);
                color: #fff;
                margin-bottom: 13rem;

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

            .event-date {
                font-family: var(--font-main);
                font-weight: 400;
                font-size: 16rem;
                color: #fff;

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

.camp {
    background-color: #000034;

    .w1152 {
        padding: 23rem 0 41rem;

        .event-ttl {
            margin-bottom: 30rem;
        }

        .desc {
            margin-bottom: 30rem;

            p {
                font-family: var(--font-main);
                font-weight: 900;
                font-size: 26rem;
                text-align: center;
                color: #fff;

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

        .btnarea {
            display: flex;
            gap: 74rem;
            justify-content: center;

            @media (max-width: 900px) {
                flex-direction: column;
                align-items: center;
                gap: 18rem;
                max-width: 312rem;
                width: 100%;
                margin: 0 auto;
            }

            .item {
                border-radius: 50px;
                border: 1px solid #FFF;
                display: flex;
                gap: 15rem;
                padding: 26rem 40rem 26rem 32rem;
                transition: all .4s ease;

                @media (max-width: 900px) {
                    gap: 0;
                    justify-content: space-between;
                    padding: 18rem 17rem;
                    width: 100%;


                    img {
                        width: 47rem;
                        height: auto;
                    }
                }

                .linktext {
                    font-family: var(--font-main);
                    font-weight: 900;
                    font-size: 26rem;
                    color: #fff;

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

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


.gjs-dashed {
    .voice {
        .tab-content {
            display: block !important;
            opacity: 1 !important;
        }
    }
}