@charset "UTF-8"; 

/* 全体 */
body{
    font-family: 'Kiwi Maru', serif;
    color: #261b0a;
}

.body_flex{
    display: flex;
    align-items: flex-start;
}

.main{
    width: 75%;
    background-color: #98c2e9;
}

@media all and (max-width:768px){
    .main{
        width: 100%;
    }
}


img{
    width: 100%;
}

a{
    text-decoration: none;
    color: #261b0a;
    transition: .5s;
}

a:hover{
    opacity: .5;
    transition: .5s;
}


.main_bgc{
    background-color: #f5f2ec;
    padding: 20px 20px 0 20px;
    width: 90%;
    margin: 0 auto 0;
    border-radius: 30px 30px 0 0;
}

.main_bgi{
    background-image: url(../image/main_grid.png);
    background-size: 400%;
    background-color:#f5f2ecbb;
    background-blend-mode:lighten;
}

:root{
    scroll-behavior: smooth;
}

.h1{
    width: 300px;
}

@media all and (min-width:767px){
    .h1{
        min-width: 40%;
        max-width: 60%;
    }
}

section{
    padding-bottom: 4rem;
}

/* ローディング画面 */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#cdd6df;
    text-align:center;
    color:#fff;
}
    
/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width:600px;
}
    
/* fadeUpをするアイコンの動き */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
    
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*スライダーのためのcss*/
.slider {
    position:relative;
    z-index: 1;
    height: 50vh;
}

/*　背景画像設定　*/  
/*==================================================
 スライドショーの画像変更 ここから下
 ===================================*/
.slider-item01 {
    background:url(../image/slide1.jpg);    /*変更する場所*/
}
  
.slider-item02 {
    background:url(../image/slide2.jpg);    /*変更する場所*/
}

.slider-item03 {
    background:url(../image/slide3.jpg);    /*変更する場所*/
}
  
.slider-item04 {
    background:url(../image/slide4.jpg);    /*変更する場所*/
}

.slider-item05 {
    background:url(../image/slide5.jpg);    /*変更する場所*/
}

.slider-item06 {
    background:url(../image/slide6.jpg);    /*変更する場所*/
}
/*==================================================
 スライドショーの画像変更 ここまで
 ===================================*/


.slider-item {
    width: 100%;
    height:50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  
@media all and (min-width:767px){
    .slider {
        height: 50vw;
    }
    .slider-item {
        height: 50vw;
    }
}

/*　矢印の設定　*/  
.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}
  
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}
  
.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
  
  

/* 5-2-6 3本線が回転して×に */
.header_btn {
    position: fixed;
    z-index: 9998;
    width: 50px;
    height: 50px;
    padding: 0;
    background:#d8b245;
    border: 0;
    border-radius: 5px;
    top: 10px;
    right: 10px;
}

/*　ボタン内側　*/
.header_btn span {
    display: block;
    height: 3px;
    background-color: #333333;
    position: relative;
    transition: 0.3s;
}
    
.header_span{
    margin-left: 10px;
}

.header_btn span::before,
.header_btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    position: absolute;
    left: 0;
    transition: 0.3s;
}    

.header_btn span::before {
    top: -10px;
    width: 150%;
}
    
.header_btn span {
    width: 50%;
}

.header_btn span::after {
    bottom: -10px;
    width: 70%;
}
    
.sp_gnav{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #d8b245;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: 0.3s;
    transform: translateX(120%);

}

.sp_gnav_cnt{
    margin-top: 80px;
    margin-left: 3rem;
    line-height: 3.5;
}   

.sp_gnav_cnt p{
     font-size: 1.2rem;
}

/*　メニューOPEN時の「×　*/
.is-open .header_btn span {
    background: transparent;
}

.is-open .header_btn span::before {
    top: 0;
    transform: rotate(45deg);
    width: 150%;
}

.is-open .header_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    width: 150%;
}



/* メニューOPEN時の表示
--------------------*/
.is-open .header_gnav {
    opacity: 1;
    transform: translateY(0);
}


/* メニュー開いた時のスライドの動作 */
.is-open .sp_gnav{
    opacity: 1;
    transform: translateX(0);
    z-index: 999;
}



@media all and (min-width:767px){
    .header_btn{
        display: none;
    }
}

/* 右画面のデザイン */
.aside_right{
    display: none;
}

@media all and (min-width:767px){
    .aside_right{
        display: block;
        width:25%;
        height: 100vh;
        background-color: #68a7e2;
        padding-top: 50px;
        position: sticky;
        top: 0;
    }

    .aside_right_menu{
        margin-bottom: 100px;
        width: 90%;
        margin: 0 auto 20px;
    }

    .aside_right_menu p{
        font-size: clamp(16px , 2.1vw , 22px);
        margin-bottom: 2rem;
    }

    .aside_right h2{
        font-size: 1.2rem;
    }

    .aside_right_form{
        width: 80%;
        margin: 0 auto;
    }

    .aside_right_form{
        max-width: 60%;
    }
}



/*　クエスチョンセクション　*/
.question_h1{
    margin-top: 30px;
}

.question_h1 , .question_h2{
    text-align: center;
    font-size: 1.3rem;
}

.question_flex{
    background-color: #f5f2ec;
    width: 90%;
    border-radius: 30px;
    align-items: center;
    padding: 20px;
    margin: 20px auto 0;
}

.question_a , .nav_a{
    display: flex;
    align-items: center;    
}

.question_a br{
    display: none;
}

.question_cnt:not(:last-child){
    border-bottom: #d8b245 solid 5px;
}

.question_cnt p{
    font-size: clamp(16px , 4vw , 28px);
    text-align: center;
    width: 60%;
}
    
.question_cnt figure{
    width: 40%;
    margin: 0 auto;
}
    
@media all and (min-width:767px){
    .question_flex{
        display: flex;
    }
    
    .question_cnt{
        text-align: center;
        width: calc(100vw / 3);
    }

    .question_a{
        display: block;
        margin: 10px;
    }

    .question_a br{
        display: block;
    }

    .question_cnt:not(:last-child){
        border: none;
        border-right: #d8b245 solid 5px;
    }

    .question_cnt p{
        font-size: clamp(16px , 2.1vw , 22px);
        text-align: center;
        width: 100%;
    }
    
    .question_cnt figure{
        width: 70%;
        margin: 0 auto;
    }

    @media all and (min-width:1300px){
        .question_a br{
            display: none;
        }   
    }
}


 /* 学校見学会　オープンキャンパス　体験入学 */
.visit_flex p , .oc_flex p , .exp_flex p{
    text-align: center;
    padding: 30px;
}

.visit_flex br , .oc_flex br , .exp_flex br{
    display: none;
}

.visit_flex , .oc_flex , .exp_flex{
    margin: 0 auto 30px; 
    width: 90%;
}

.visit_h2-flow{
    width:10rem;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}

.visit_img-flow{
    width: 80%;
    margin: 30px auto;
}

@media all and (min-width:767px){
    .visit_flex , .oc_flex, .exp_flex{
        display: flex;
        align-items: center;
    }

    .visit_flex p , .oc_flex p , .exp_flex p{
        font-size: clamp(14px , 1.8vw , 26px);
        width: 50%;
        text-align: left;
        padding: 0;
        margin-right: 2rem;
    }

    .visit_flex figure , .oc_flex  figure , .exp_flex  figure{
        width: 50%;
    }

    .visit_img-flow{
        max-width: 60%;
    }
}


/* 詳しくはこちら、インタビューを読むボタン */
.border1 {
    cursor: pointer;
    height: 50px;
}

.border2{
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    border-top: 5px solid #261b0a;
    border-left: 5px solid #261b0a;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
    transition: all .5s;
}



.border1.add .border2{
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    border-top: 5px solid #261b0a;
    border-left: 5px solid #261b0a;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    transition: all .5s;
}

.border1 p{
    font-size: 20px;
    padding-top: 10px;
}

@media all and (min-width:767px){
    .border1 p{
        font-size: 30px;
        padding-top: 0;
    }
}


/* カレンダー */
.calendar{
    display: none;
}

.calendar_label{
    display: block;
    border-top: 2px solid #261b0a;
    border-bottom: 2px solid #261b0a;
    text-align: center;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}

.calendar_content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.calendar_content_h2{
    text-align: center;
    line-height: 5rem;
}

.calendar_content_h2 span{
    font-size: 2rem;
}

.calendar_content_flex{
    background-color: #d8b145bd;
}

.year{
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}

.calendar_content_list{
    width: 100%;
    padding: 2rem;
}

.calendar_content_list p{
    line-height: 1.5;
}

.month{
    font-size: large;
    font-weight: bold;
}

.day{
    padding-left: 1rem;
    padding-bottom: .5rem;
}

.calendar:checked + .calendar_label + .calendar_content{
    height: fit-content;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

@media all and (min-width:767px){
    .calendar_content_flex{
        display: flex;
        justify-content: space-around;
        background-color: #d8b145bd;
    }
    .calendar_content_list{
        width: 50%;
        padding: 2rem;
    }
    .calendar_border_right{
        border-right: 2px dashed #000;
        margin-top: 4.5rem;
        margin-bottom: 1rem;
    }
}


/* 参加のメリットセクション */
.merit{
    background-image: url(../image/merit_square.png);
    background-repeat: repeat;
    padding-bottom: 50px;
}

.merit h1{
    padding-top: 50px;
    text-align: center;
    font-size: 1.5rem;
}

.merit_list{
    display: flex;
    justify-content: space-around;
    margin: 40px 0 40px;
}

.merit_list figure{
    width: calc((100% - 20px) / 3);
}

.merit_hapini{
    width: 70%;
    margin: 0 auto;
}

.merit_percent{
    width: 80%;
    text-align: center;
    border: #10375b solid 3px;
    padding: 15px;
    margin: 30px auto 0;
}

.merit_percent span{
    font-size: 2rem;
    font-weight: bold;
}

.merit_hexagon_top{
    width: 30%;
    margin: 3rem 0 0 auto;
}

.merit_hexagon_bottom{
    width: 30%;
    margin: 0 auto 5rem 0;
}

@media all and (min-width:767px){
    .merit{
        padding-bottom: 100px;
    }

    .merit h1{
        padding-top: 100px;
        font-size: 2rem;
    }

    .merit_percent span{
        font-size: 4rem;
    }
    
    .merit_percent{
        width: 50%;
    }
    
    .merit_hapini{
        width: 50%;
    }
}


/*インタビューセクション*/
.interview_item{
    padding-bottom: 3rem;
}

.interview_item {
    margin-top: 3rem;
}

.interview_img_pc{
    display: none;
}

.interview_img_sp{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.interview_name{
    text-align: center;
    line-height: 1.3;
    font-size: 30px;
    margin: 20px 20px;
}

.department_span{
    font-size: 18px;
}

.interview_text{
    display: none;
}

.interview_label{
    display: block;
    border-top: 2px solid #261b0a;
    border-bottom: 2px solid #261b0a;
    text-align: center;
    font-size: 30px;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}

.interview_content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.interview_content_q{
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: #000 1.5px solid;
}

.interview_content_a{
    padding-top: 5px;
}

.interview_text:checked + .interview_label + .interview_content{
    height: fit-content;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

@media all and (min-width:767px){
    .interview_img{
        max-width: 70%;
        margin: 0 auto;
    }

    .interview_img_sp{
        display: none;
    }

    .interview_img_pc{
        display: block;
    }

    .interview_content{
        font-size: clamp(16px , 2.1vw , 22px);
    }
}


/*　アクセスセクション　*/
.map{
    text-align: center;
    margin: 40px 0;
}

.access{
    padding-bottom: 200px;
}

.access_text{
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 1.2rem;
}

@media all and (min-width:767px){
    .access{
        padding-bottom: 350px;
    }
}


/*　はぴに　*/
.hapini{
    position: relative;
}

.goodjob_hapini{
    width: 13%;
    position: absolute;
    bottom: -13px;
    left: 45%;
}


/*　フッター　*/
.footer{
    border: 1px solid #261b0a;
    background-color: #eee5d4;
    padding: 50px 0 20px 0;
}

.footer_img{
    width: 50%;
    margin: 0 0 0 auto;
    transform: scale(-1, 1);
}

.footer_sns{
    display: flex;
    justify-content: flex-start;
    margin-left: 30px;
}

.footer_sns_insta{
    width: 40px;
    margin-right: 15px;
}

.footer_sns_x{
    width: 40px;
}

.copyright{
    background-color: #d8b245;
    text-align: center;
    font-size: 0.7rem;
}

@media all and (min-width:767px){
    .copyright{
        font-size: 1rem;
    }

    .footer_sns_insta{
        width: 60px;
    }
    
    .footer_sns_x{
        width: 60px;
    }    
}


/*　お問い合わせボタン　*/
.btn_form_sp{
    width: calc(100vw / 4);
    position: fixed;
    right: 13px;
    bottom: 13px;
    opacity: .93;
}

@media all and (min-width:767px){
    .btn_form_sp{
        display: none;
    }
}