@charset "utf-8";
/* header________________________________ */
.sp_header_logo img{
    width: 50px;
    height: 50px;
}
/* burger */
.sp_header{
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}
.burger{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat center center / contain;
    background-image: url(../img/burger_open.png);
    cursor: pointer;
    z-index: 3;
}
.burger_nav{
    display: inline-block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF4E5;
    z-index: 2;
    text-align: center;
    display: none;
}
.burger_close_logo{
    position: absolute;
    top: 100px;
    right: 10%;
    width: 40px;
    height: 40px;
    background: no-repeat center center / contain;
    background-image: url(../img/burger_close.png);
    z-index: 4;
    display: none;
}
.burger_nav_li{
    position: absolute;
    top: 100px;
    right: 12%;
    text-align: right;
}
.burger_nav_li_a{
    display: block;
}
.burger_nav_li a:nth-child(n+2){
    padding-top: 40px;
}
.burger.is_active{
    background-image: url(../img/burger_close.png);
}
.burger_nav.is_active{
    display: flex;
}    
/* fv____________________________________ */
.fv_sp{
    width: 100vw;
}
/* about_________________________________ */
.about{
    position: relative;
    padding: 55px 0 0;
}
.about_title_back{
    position: absolute;
    top: 30px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    opacity: .1;
}
.about_contents_title{
    margin: 40px 0 5px;
}
.about_contents_title_linear{
    display: inline-block;
    background:linear-gradient(transparent 50%, #F0CA97 50%);
}
.about_img{
    width: 100%;
    height: 282px;
    margin: 35px 0;
    box-shadow: 6px 6px 12px #3927212a;
    background: no-repeat center center / cover;
    background-image: url(../img/about_img.jpg);
}
.about_contents_text{
    margin-top: 20px;
}
.about_feature{
    margin-top: 10px;
}
.feature_line_wrap{
    position: relative;
}
.feature_line{
    position: absolute;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    content: "";
    width: 1px;
    height: 60px;
    background-color: #D36F4E;
}
/* feature_______________________________ */
.feature{
    padding-bottom: 50px;
    background-color: #FFFCF8;
}
.feature_item_1{
    padding: 80px 0;
    background: no-repeat center center / cover;
    background-image: url(../img/feature_1.jpg);
}
.feature_item_2{
    padding: 80px 0;
    background: no-repeat center center / cover;
    background-image: url(../img/feature_2.jpg);
}
.feature_item_3{
    padding: 80px 0;
    background: no-repeat center center / cover;
    background-image: url(../img/feature_3.jpg);
}
.feature_item_4{
    padding: 80px 0;
    background: no-repeat center center / cover;
    background-image: url(../img/feature_4.jpg);
}
.feature_item_content{
    width: 95%;
    margin: 0 auto;
    padding: 0 10px 36px;
    background-color: #39272186;
}
.feature_title{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.feature_last{
    display: block;
    width: 100%;
    max-width: 90%;
    margin: -65px auto 0;
}
/* course_________________________________ */
.course{
    position: relative;
    padding: 50px 0;
    background-color: #FFF4E5;
}
.course_title_eng{
    position: absolute;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    opacity: .36;
}
.course_title{
    position: relative;
    z-index: 0;
}
.course_item_wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.course_item{
    padding: 40px 27px;
    background-color: #FFFCF8;
    border-radius: 12px;
    box-shadow: 0 0 12px #cbafa575;
}
.course_item_title{
    display: inline-block;
    padding: 2px 25px;
    background-color: #52413C;
    border-radius: 30px;
}
.course_item_img,.course_item_img_2,.course_item_img_3{
    width: 317px;
    height: 220px;
    margin: 30px auto;
    background: no-repeat center center / cover;
}
.course_item_img{
    background-image: url(../img/course_1.jpg);
}
.course_item_img_2{
    background-image: url(../img/course_2.jpg);
}
.course_item_img_3{
    background-image: url(../img/course_3.jpg);
}
.course_item_price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin: 30px 0 0;
}
.course_item_time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 59px;
    margin: 30px 0 0;
}
.course_item_price_title{
    padding: 3px 46px;
    background-color: #FFF4E5;
    border: #EADBC7 1px solid;
    border-radius: 24px;
}
.course_item_price_division{
    border: 1px solid #D36F4E;
    border-radius: 11px;
}
.course_item_time_title{
    padding: 3px 30px;
    background-color: #FFF4E5;
    border: #EADBC7 1px solid;
    border-radius: 24px;
}
.course_item_button{
    display: inline-block;
    margin-top: 35px;
    padding: 10px 22px 10px 30px;
    background-color: #F0CA97;
    border-radius: 33px;
    box-shadow: 0 4px 0 #DBB98C;
}
.course_item_button_2{
    display: inline-block;
    margin-top: 35px;
    padding: 10px 22px 10px 32px;
    background-color: #D36F4E;
    border-radius: 33px;
    box-shadow: 0 4px 0 #BE6448;
}
.course_item_triangle{
    display: inline-block;
    margin: 0 0 3px 26px;
    background: #52413C;
    height: calc(tan(60deg) * 6px / 2);
    width: 6px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.course_item_triangle_2{
    display: inline-block;
    margin: 0 0 3px 26px;
    background: #FFFCF8;
    height: calc(tan(60deg) * 6px / 2);
    width: 6px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* recruitment______________________________ */
.recruitment{
    padding: 10px 0 50px;
    background: no-repeat center center / cover;
    background-image: url(../img/recruit.jpg);
}
.recruitment_top{
    margin-bottom: 24px;
}
.recruitment_top_p{
    display: inline-block;
    background:linear-gradient(transparent 50%, #F5E0C3 50%);
}
.recruitment_feature{
    margin: 40px 0;
    padding: 45px 64px 20px;
    background-color: #ffffffe8;
    border: #D8C3BC 1px solid;
    border-radius: 9px;
}
.recruitment_feature p{
    margin-bottom: 25px;
}
.recruitment_feature_circle{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 20px -2px 0;
    border-radius: 50%;
    background: #D36F4E;
}
.recruitment_item_wrap{
    background-color: #fffcf8e5;
}
.recruitment_item_top,.recruitment_item,.recruitment_item_bottom{
    padding: 30px 0;
    text-align: center;
}
.recruitment_item_top{
    border-top: 2px solid #D8C3BC;
    border-bottom: 2px solid #D8C3BC;
}
.recruitment_item{
    border-bottom: 2px solid #D8C3BC;
}
.recruitment_item_bottom{
    border-bottom: 2px solid #D8C3BC;
}
.recruitment_item_margin{
    margin-top: 10px;
}
.recruitment_button{
    display: inline-block;
    margin-top: 50px;
    padding: 12px 40px;
    background-color: #D36F4E;
    box-shadow: 0 4px 0 #BE6448;
    border-radius: 33px;
}
.access{
    padding: 50px 0;
    background-color: #FFFCF8;
}
.access_logo{
    width: 88px;
    height: 88px;
    margin: 40px auto 30px;
    background: no-repeat center center / cover;
    background-image: url(../img/logo.png);
}
.access_item{
    margin: 0 0 35px 29px;
}
.access_tel,.access_addess{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
/* blog___________________________________ */
.top_blog{
    padding: 50px 0;
    background-color: #FDFDFD;
}
.blog_item_wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 55px;
}
.blog_item{
    padding-bottom: 20px;
    border-bottom: 1px solid #D8C3BC;
}
.blog_button_wrap{
    margin-top: 45px;
}
.blog_button{
    display: inline-block;
    padding: 13px 40px;
    border: 1px solid #52413C;
    border-radius: 33px;
}
/* footer_____________________________________ */
.footer{
    padding: 40px 0 20px;
    background-color: #52413C;
    text-align: center;
}
.footer_logo{
    width: 85px;
    height: 74px;
    margin: 0 auto 30px;
    background: no-repeat center center / cover;
    background-image: url(../img/logo_white.png);
}
.footer_button{
    display: inline-block;
    margin: 35px 0;
    padding: 10px 20px;
    background-color: #F0CA97;
    border-radius: 25px;
}
.footer_insta{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: no-repeat center center / cover;
    background-image: url(../img/insta.png);
}
@media screen and (min-width: 768px){
    /* header */
    .pc_header{
        position: fixed;
        top: 9px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        width: 95vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
    }
    .header_ul{
        display: flex;
        justify-content: center;
        gap: 60px;
        align-items: center;
    }
    .header_ul a li{
        text-shadow: 0 1px 0 #fff4e5c9;
    }
    .header_ul a span{
        text-shadow: none;
    }
    .pc_header_logo img{
        width: 60px;
        height: 60px;    
    }
    .header_ul_btn{
        display: inline-block;
        padding: 10px 20px;
        background-color: #D36F4E;
        border-radius: 12px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.144);
    }
    /* fv */
    .fv_pc{
        width: 100vw;
    }
    /* about */
    .about_title_back{
        top: -36px;
    }
    .about_contents_title{
        margin-bottom: 15px;
    }
    .about_contents_title_linear{
        margin-bottom: 50px;
    }
    .about_img{
        width: 479px;
        height: 381px;
        margin-right: -50px;
    }
    .about_pc_wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* feature */
    .feature{
        padding:  0 0 80px 0;
    }
    .about_feature{
        margin: 20px 0 30px 0;
    }
    .feature_line{
        height: 120px;
        top: -60px;
    }
    .feature_item_1,.feature_item_2,.feature_item_3,.feature_item_4{
        padding: 100px 0;
    }
    .feature_item_content{
        width: auto;
        padding: 0 36px 36px 36px;
    }
    .feature_title_number{
        line-height: 1.3;
    }
    .feature_item_1_text,.feature_item_3_text{
        text-align: right;
    }
    .feature_item_2_text,.feature_item_4_text{
        text-align: left;
    }
    .feature_item_1_text,.feature_item_2_text,.feature_item_3_text,.feature_item_4_text{
        margin-top: -6px;
    }
    .feature_title_1,.feature_title_3{
        justify-content: flex-end;
    }
    .feature_title_2,.feature_title_4{
        justify-content: flex-start;
    }
    .feature_item_content_1{
        width: 590px;
        margin: 0 100px 0 auto;
    }
    .feature_item_content_3{
        width: 576px;
        margin: 0 100px 0 auto;
    }
    .feature_item_content_2{
        width: 505px;
        margin: 0 auto 0 100px;
    }
    .feature_item_content_4{
        width: 576px;
        margin: 0 auto 0 100px;
    }
    .feature_last{
        width: 34%;
        margin: -72px auto 0;
    }
    /* course */
    .course{
        padding: 80px 0;
    }
    .course_title_eng{
        top: -6px;
    }
    .course_item_wrap{
        flex-direction: row;
    }
    .course_item{
        padding: 30px 5px;
    }
    .course_item_price_free{
        margin-top: 60px;
    }
    .course_item_time{
        margin: 18px 0 0;
    }
    .course_item_button{
        margin-top: 70px;
    }
    .course_item_text{
        width: 92%;
        margin: 0 auto;
        text-align: left;
    }
    /* recruitment */
    .recruitment{
        padding: 10px 0 80px;
    }
    .recruitment_feature{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 33px;
        margin: 50px 0;
        padding: 50px 90px;
    }
    .recruitment_feature p{
        margin: 0;
    }
    .recruitment_item_top,.recruitment_item,.recruitment_item_bottom{
        display: flex;
        justify-content: flex-start;
        padding: 25px 0 25px 120px;
        align-items: center;
        gap: 150px;
        text-align: left;
    }
    .recruitment_item_title{
        width: 130px;
    }
    /* access */
    .access{
        padding: 60px 0 80px;
    }
    .access_item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 60px 0 0 0;
    }
    .access_logo{
        margin: 0 auto 30px 0;
    }
    .access_tel{
        margin-top: 30px;
    }
    /* blog */
    .top_blog{
        padding: 80px 0;
    }
    .blog_item{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 30px;
    }
    .blog_item_time{
        min-width: 150px;
        text-align: left;
    }
    /* footer */
    .footer{
        padding: 50px 0 40px;
    }
    .footer_item_wrap{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .footer_item{
        display: flex;
        justify-content: flex-start;
        gap: 50px;
        align-items: center;
        text-align: left;
    }
    .footer_logo{
        width: 106px;
        height: 92px;
    }
    .footer_ul{
        display: flex;
        justify-content: center;
        margin: 50px 0 40px;
        gap: 18%;
    }
    .footer_insta{
        width: 30px;
        height: 30px;
    }
}