

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}


.main{
    max-width: 100vw;
    padding: 0;
    margin: 0;
}

    .section{
        max-width: 1500px;
        margin: 150px auto;
    }

    .sec-title{
        font-size: 4rem;
        text-align: center;
        color: var(--main-color);
        margin: 100px auto;
    }

    .section-top{
        max-width: 100vw;
        margin: 0 auto;
    }

        .top-view{
            width: 100%;
        }
            .top-view img{
                width: 100%;
                height: 100vh;
                object-fit: cover;
            }

    .section-m-c{
        margin-bottom: 300px;
    }

        .mc-box{
            display: flex;
            height: auto;
            margin: 100px auto;
        }

            .mc-side{
                width: 50%;
                height: 500px;
                padding: 20px 20px;
            }

            .mc-side-sp-img{
                display: none;
            }

                .mc-side .sec-title{
                    margin: 25px 0;
                    text-align: left;
                }


                    /* .mc-side .sec-title h2{
                        letter-spacing: 1rem;
                        margin: 0;
                        font-family: "Arial Black";
                        font-weight: bold;
                        color: var(--accent-color);
                    } */

                .mc-side h4{
                    margin-right: 8%;
                    font-size: 2.3rem;
                    line-height: 3rem;
                    text-align: left;
                    color: var(--sub-color);
                }
            
            .mc-side-img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .section-access{
        max-width: 1500px;
        height: auto;
    }

        .access-box{
            display: flex;
            justify-content: space-around;
        }

            .access-texts{
                width: 40%;
            }

                .access-flex{
                    display: flex;
                    padding: 40px 0 10px 0;
                    border-bottom: solid black 1px;
                }

                    #access-flex-1{
                        margin-top: 0;
                    }

                    .access-flex h6{
                        font-size: 1.5rem;
                        font-weight: initial;
                        width: 30%;
                        margin: 0;
                    }

                    .access-flex p{
                        font-size: 1.5rem;
                        width: 70%;
                        text-align: left;
                        margin: 0;
                    }

            .access-map{
                width: 40%;
            }

                .access-map iframe{
                    width: 100%;
                    height: 100%;
                }


    
    .section-works{
        max-width: 1500px;
        height: auto;
    }

        .works-wrapper{
            width: 100%;
            align-items: center;
            text-align: center;
        }

                .swiper-slide{
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                }

                    .swiper-page{
                        position: relative;
                        width: 1200px;
                        height: auto;
                        margin: 0 auto;
                    }

                        .swiper-page ul{
                            display: block;
                            justify-content: center;
                        }

                            .swiper-page ul .member-card{
                                margin: 40px 0;
                                padding: 0;
                                width: auto;
                                display: flex;
                                justify-content: center;
                                gap: 30px;
                                vertical-align: middle;
                                align-items: center;
                            }

                                .member-card .member-face{
                                    min-width: 120px;
                                    min-height: 120px;
                                    width: 120px;
                                    height: 120px;
                                    object-fit: cover;
                                }

                                    .member-face img{
                                        width: 100%;
                                        height: 100%;
                                        border-radius: 50%;
                                    }
                                
                                .member-text{
                                    display: block;
                                    justify-content: left;
                                    height: auto;
                                    width: 500px;
                                    text-align: left;
                                }

                                    .member-text h5{
                                        font-size: 4rem;
                                        margin: 0 0 15px 0;
                                    }

                                    .member-text p{
                                        font-size: 1.5rem;
                                        font-weight: bolder;
                                        margin: 0;
                                    }

                                .member-joined-icon{
                                    display: block;
                                }

                                    .member-joined-icon ion-icon{
                                        display: block;
                                        margin: 5px 0;
                                        padding: 5px;
                                        background-color: var(--accent-color);
                                        color: var(--main-color);
                                        font-size: 2.5rem;
                                        border-radius: 5px;
                                        cursor: pointer;
                                    }

            
            .works-box-btn{
                margin-top: 100px;
                width: 100%;
                justify-content: center;
                text-align: center;
            }

                .works-box-btn a.btn-flat::before{
                    -webkit-transform: translateX(-86%) translateY(-70%) rotate(135deg);
                    transform: translateX(-86%) translateY(-70%) rotate(135deg);
                }

                .works-box-btn a.btn-flat:hover:before {
                    -webkit-transform: translateX(-11%) translateY(-25%) rotate(135deg);
                    transform: translateX(-11%) translateY(-25%) rotate(135deg);
                }

    /* .bottom{
        width: 100vw;
        background-color: var(--main-color);
        color: var(--background-color);
        text-align: center;
    }
        .bottom-info{
            padding: 30px 400px;
        }

        .bottom a{
            text-decoration: none;
            color: var(--background-color);
        }

            .bottom-info p{
                width: auto;
                text-align: center;
                margin-bottom: 30px;
            }

            .contact-btn{
                display: block;
                width: 100%;
                padding: 30px 0;
                height: auto;
                border: solid var(--background-color);
            }

                .contact-btn span{
                    font-size: 3.2rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 30px;
                }

            .bottom-info-text-flex{
                margin: 30px 0;
                display: flex;
                justify-content: space-between;
            }

                .bottom-info-text-flex p{
                    margin: 0;
                }

                .sns-list{
                    display: flex;
                    padding: 0;
                    width: 100%;
                    justify-content: center;
                    gap: 30px;
                }

                    .sns-list li{
                        font-size: 30px;
                        list-style: none;
                    }

                .othor-link{
                    display: flex;
                    gap: 15px;
                    width: 100%;
                    justify-content: center;
                }

                    .othor-link a{
                        display: block;
                    }

                    .othor-link p{
                        margin: 0;
                        padding: 0;
                    }

                    .under-space{
                        height: 30px;
                    } */

                
                    













    @media screen and (max-width: 1300px){

        .swiper-page{
            position: relative;
            width: 80%;
            aspect-ratio: 5 / 3;
            height: auto;
            margin: 0 auto;
        }

        .member-card{
            width: auto;
        }
    





        .member-text h5{
            font-size: 2.5rem;
            margin: 0 0 15px 0;
        }

        .member-text p{
            font-size: 1rem;
            font-weight: bolder;
            margin: 0;
        }



        .mc-side h4{
            font-size: 1.7rem;
            line-height: 2.8rem;
            text-align: left;
            color: var(--sub-color);
        }
    }



    @media screen and (max-width: 800px) {
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu{
        position: fixed;
        left: 100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item{
        margin: 16px 0;
    }




    .swiper-page{
        display: none;
        /* position: relative;
        width: 80%;
        aspect-ratio: 5 / 3;
        height: auto;
        margin: 0 auto; */
    }

    .mc-side h4{
        font-size: 1.6rem;
        line-height: 2.5rem;
        text-align: left;
        color: var(--sub-color);
    }

    .works-box-btn{
        margin-top: 0;
    }

    .section-m-c{
        margin-bottom: 100px;
    }
}


@media screen and (max-width: 600px) {

.section-m-c{
    margin-bottom: 0;
}

    .mc-box{
        display: block;
    }

    .mc-side-sp-img{
        display: block;
        height: 300px;
    }

    .mc-side-pc-img{
        display: none;
    }

        .mc-side{
            width: 90%;
            height: 300px;
            padding: 0;
            margin: 0 5%;
        }

            .mc-side .sec-title{
                margin: 25px 0;
                text-align: center;
            }



    .access-box{
        display: block;
    }

    .access-texts{
        width: 90%;
        margin: 0 5%;
    }

        .access-flex{
            padding: 20px 0 10px 0;
        }

            .access-flex h6{
                font-size: 1.4rem;
            }

            .access-flex p{
                font-size: 1.4rem;
            }

    .access-map{
        width: 90%;
        height: 300px;
        margin: 50px 5% 0 5%;
    }

        .access-map iframe{
            width: 100%;
            height: 100%;
        }
        
}

@media screen and (max-width: 400px) {

    .navbar{
        min-height: 60px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .mc-side{
        width: 80%;
        /* height: auto; */
        padding: 0;
        margin: 0 10%;
    }

    .mc-side-sp-img{
        display: block;
        height: 200px;
    }

    .mc-side h4{
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        color: var(--sub-color);
    }



    .access-texts{
        width: 80%;
        margin: 0 10%;
    }

        .access-flex{
            padding: 10px 0 10px 0;
        }

            .access-flex h6{
                font-size: 1.2rem;
            }

            .access-flex p{
                font-size: 1.2rem;
            }

    .access-map{
        width: 80%;
        height: 250px;
        margin: 50px 10% 0 10%;
    }

        .access-map iframe{
            width: 100%;
            height: 100%;
        }

}