@charset "utf-8";
br.m{
    display: none !important;
}
#about-visual {max-width: 100%; overflow: hidden;}
#about-visual video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about .sec-top{
    text-align: center;
}
.about .sec-top .sec-title{
    display: block;
    font-family: 'Rozha One', serif;
    font-weight: 400;
    letter-spacing: -0.05em;
    color:#00594c;
    font-size: 80px;
    line-height: 1.125em; 
}
.about .sec-top .sec-desc{
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
    color:#000;
    font-weight: 400;
}
.about .sec-1{
    padding:124px 0 130px;
    overflow: hidden;
}
.about .sec-1 .sec-1-top{
    position: relative;
    padding:49px 0 ;
}
.about .sec-1 .sec-1-top strong{
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.05em;
    color:#00594c;
    line-height: 1em;
    display: block;
}
.about .sec-1 .sec-1-top p{
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 500;
    line-height: 1.36em;
    margin-top: 35px;
}
.about .sec-1 .sec-1-top>*{
    position: relative;
    z-index: 2;
}
.about .sec-1 .sec-1-top::after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:-200000px;
    background-color: #e1ede4;
    background-image: url(/images/main/community/about_sec1_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 125px;
}
.about .sec-1 .sec-1-btm{
    margin-top: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .sec-1 .sec-1-btm .img{
    width: 536px;
    max-width: 41.7%;
}
.about .sec-1 .sec-1-btm .img img{
    display: block;
    max-width: 100%;
}
.about .sec-1 .sec-1-btm .text{
    max-width: 50.15%;
    width: 645px;
}
.about .sec-1 .sec-1-btm .text strong{ 
    display: block;
    font-size: 80px;
    line-height: 1.125em;
    letter-spacing: -0.05em;
    color:#00594c;
    font-family: 'Rozha One', serif;
    font-weight: 400;
}
.about .sec-1 .sec-1-btm .text p{
    font-size: 16px;
    line-height: 1.875em;
    color:#000;
    letter-spacing: -0.05em;
    font-weight: 400;
    margin-top: 29px;
}
.about .sec-1 .sec-1-btm .text p em{
    display: block;
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 700;
    line-height: 1.36em;
    margin-bottom: 9px;
}
.about .sec-1 .sec-1-btm .text strong:last-child{ 
    text-align: right;
}
.about .sec-1 .sec-1-btm .text ul{
    margin:39px 0 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .sec-1 .sec-1-btm .text ul li{
    width: calc((100% - 11%) / 3);
}
.about .sec-1 .sec-1-btm .text ul li+li{
    margin-left: 5.5%;
}
.about .sec-2{
    padding:125px 0 130px;
    background-color: #f9f7f3;
}
.about .sec-2 .specialties{
    margin-top: 97px;
}
.about .sec-2 .specialties ul{
    height: 300px;
    border:2px solid #938c7e;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.about .sec-2 .specialties ul li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    letter-spacing: -0.05em;
    font-size: 22px;
    line-height: 1.36em;
    color:#473613;
    font-weight: 700;
}
.about .sec-2 .specialties ul li+li{
    position: relative;
    border-left: 2px solid #938c7e;
}
.about .sec-2 .specialties ul li+li::before{
    content:'';
    position: absolute;
    width: 35px;
    height: 8px;
    background-color: #473613;
    left:0;
    top:50%;
    transform: translate(calc(-1px - 50%),-50%);
}
.about .sec-2 .specialties ul li+li::after{
    content:'';
    position: absolute;
    width: 8px;
    height: 35px;
    background-color: #473613;
    left:0;
    top:50%;
    transform: translate(calc(-1px - 50%),-50%);

}
.about .sec-3{
    padding:125px 0 130px;
    overflow: hidden;
}
.about .sec-3 .sec3-slide-wrap{
    margin-top: 125px;
    position: relative;
}
.about .sec-3 .sec3-slide-wrap .swiper-container{
    overflow: visible;
}
.about .sec-3 .sec3-slide-wrap .swiper-wrapper{

}
.about .sec-3 .sec3-slide-wrap .swiper-slide{}

.about .sec-3 .sec3-slide-wrap .swiper-slide img{
    display: block;
    width: 100%;
    transition: transform 1s;
    transform: scale(0.58);
    transform-origin:bottom center;
}
.about .sec-3 .sec3-slide-wrap .swiper-slide-active img{
    transform: scale(1);
}
.about .sec-3 .sec3-slide-wrap .swiper-slide-prev img{
    transform-origin:bottom right;
}
.about .sec-3 .sec3-slide-wrap .swiper-slide-next img{
    transform-origin:bottom left;
}

.about .sec-3 .sec3-slide-wrap .sec3-slide-pagination{
    position: absolute;
    left:0;
    right:0;
    bottom:21px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .sec-3 .sec3-slide-wrap .sec3-slide-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin:0 3.5px;
    opacity: 1;
    background-color: #d3d3d3;
    transition:background 0.3s;
}
.about .sec-3 .sec3-slide-wrap .sec3-slide-pagination .swiper-pagination-bullet-active{
    background-color: #00594c;
}

@media all and (max-width:1286px){
    .about .sec-top .sec-title{
        font-size: 6.22vw;
    }
    .about .sec-top .sec-desc{
        margin-top: 2.33vw;
        font-size: 1.55vw;
    }
    .about .sec-1{
        padding:9.6vw 0 10.1vw;
    }
    .about .sec-1 .sec-1-top{
        padding:3.8vw 0 ;
    }
    .about .sec-1 .sec-1-top strong{
        font-size: 4.65vw;
    }
    .about .sec-1 .sec-1-top p{
        font-size: 1.7vw;
        margin-top: 2.7vw;
    }
    .about .sec-1 .sec-1-top::after{
        border-radius: 12vw;
        background-size: auto 100%;
    }
    .about .sec-1 .sec-1-btm{
        margin-top: 9.7vw;
    }
    .about .sec-1 .sec-1-btm .text strong{ 
        font-size: 6.22vw;
    }
    .about .sec-1 .sec-1-btm .text p{
        font-size: 1.2vw;
        margin-top: 2.2vw;
    }
    .about .sec-1 .sec-1-btm .text p em{
        font-size: 1.7vw;
        margin-bottom: 0.6vw;
    }
    .about .sec-1 .sec-1-btm .text ul{
        margin:3vw 0 2.4vw;
    }
    .about .sec-1 .sec-1-btm .text ul li{
        width: calc((100% - 11%) / 3);
    }
    .about .sec-1 .sec-1-btm .text ul li+li{
        margin-left: 5.5%;
    }
    .about .sec-2{
        padding:9.6vw 0 10.1vw;
    }
    .about .sec-2 .specialties{
        margin-top: 7.5vw;
    }
    .about .sec-2 .specialties ul{
        height: 23.32vw;
    }
    .about .sec-2 .specialties ul li{
        font-size: 1.7vw;
    }
    .about .sec-2 .specialties ul li+li::before{
        width: 2.7vw;
        height: 0.6vw;
    }
    .about .sec-2 .specialties ul li+li::after{
        width: 0.6vw;
        height: 2.7vw;
    }
    .about .sec-3{
        padding:9.6vw 0 10.1vw;
    }
    .about .sec-3 .sec3-slide-wrap{
        margin-top: 9.6vw;
    }
    .about .sec-3 .sec3-slide-wrap .sec3-slide-pagination{
        bottom:1.63vw;
    }
    .about .sec-3 .sec3-slide-wrap .sec3-slide-pagination .swiper-pagination-bullet{
        width: 0.77vw;
        height: 0.77vw;
        margin:0 0.27vw;
    }
}

@media (max-width: 991.9px){
    .about .sec-1{
        padding:12.15vw 0;
    }
    .about .sec-1 .sec-1-top{
        padding:5.9vw 0;
    }
    .about .sec-1 .sec-1-top::after{
        background-image: url(/images/main/community/m_about_sec1_bg.jpg);
    }
    .about .sec-1 .sec-1-top strong{
        font-size: 4.5vw;
    }
    .about .sec-1 .sec-1-top p{
        font-size: 2.6vw;
        margin-top: 1em;
    }
    .about .sec-1 .sec-1-btm{
        margin-top: 12.15vw;
        flex-direction: column;
    }
    .about .sec-1 .sec-1-btm .img,
    .about .sec-1 .sec-1-btm .img img{
        width: 100%;
        max-width: 100%;
    }
    .about .sec-1 .sec-1-btm .text{
        width: 100%;
        max-width: 100%;
        margin-top: 6vw
    }
    .about .sec-1 .sec-1-btm .text strong{
        font-size: 8.6vw
    }
    .about .sec-1 .sec-1-btm .text p{
        font-size: 2vw;
    }
    .about .sec-1 .sec-1-btm .text p em{
        font-size: 2.7vw;
        margin-bottom: 2vw;
    }
    .about .sec-1 .sec-1-btm .text ul{
        margin:6.7vw 0;
    }
    .about .sec-1 .sec-1-btm .text ul li{
        width: calc((100% - 10.6%) / 3);
    }
    .about .sec-1 .sec-1-btm .text ul li+li{
        margin-left: 5.3%;
    }

    .about .sec-top .sec-title{
        font-size: 8.6vw;
    }
    .about .sec-top .sec-desc{
        font-size: 2.7vw;
        margin-top: 5.2vw;
    }
    .about .sec-2{
        padding:12.15vw 0;
    }
    .about .sec-2 .specialties{
        margin-top: 6.4vw;
    }
    .about .sec-2 .specialties ul{
        border-width: 1px;
        flex-wrap: wrap;
        height: auto;
        border-bottom:0;
        border-right:0;
    }
    .about .sec-2 .specialties ul li{
        width: 50%;
        font-size: 2.9vw;
        height: 21.5vw;
        border-bottom: 1px solid #938c7e;
        border-right:1px solid #938c7e
    }
    .about .sec-2 .specialties ul li+li{
        border-left: 0;
    }
    .about .sec-2 .specialties ul li+li::before,
    .about .sec-2 .specialties ul li+li::after{
        content:none;
    }

    br.m{
        display: block !important;
    }

    .about .sec-3 .sec3-slide-wrap{
        margin-top: 6.7vw;
    }
    .about .sec-3 .sec3-slide-wrap .swiper-container{
        overflow: hidden;
    }
    .about .sec-3 .sec3-slide-wrap .swiper-slide img{
        transform: scale(1) !important;
    }
    .about .sec-3 .sec3-slide-wrap .sec3-slide-pagination{
        bottom:3.125vw;
    }
    .about .sec-3 .sec3-slide-wrap .sec3-slide-pagination .swiper-pagination-bullet{
        width: 1.5625vw;
        height: 1.5625vw;
        margin:0.5vw
    }

}

@media (max-width: 520px){
}