@charset "utf-8";
@import url("sp-under.css");
@media only screen and (max-width:1240px) {

  .inner-bk-wrap.pos_left::before{
    right: 20px;
  }
  .sec-index-news{
    background: none;
  }
  .index-news-box{
    padding-right: 20px;
  }

  .box-fl_wrap.thumb-full .cmnt,
  .index-one-blc .box-fl_wrap.thumb-full .cmnt{
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .box-fl_wrap.thumb-full .thumb{
    width: 50vw;
    max-width: 50vw;
    left: 50vw;
  }
	.index-one-blc .box-fl_wrap.thumb-full .thumb{
		width: 50vw;
    max-width: 50vw;
    right: 50vw;
	}
/* footer */
  .foot-nav-wrap{
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width:1120px) {

/* news */
  .tab_switch > li a{
    padding-left: 1em;
    padding-right: 1em;
  }

/* inquiry */
  .sec-inquiry-box .cmnt{
    margin-left: 20px;
  }
  .sec-inquiry-box .num{
    font-size: 2.66em;
  }
  .sec-inquiry-box .text{
    font-size: 1.8em;
  }

}
@media only screen and (max-width:1040px) {

  .tab_head{
    width: 100%;
    box-sizing: content-box;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 15px;
  }
  .tab_switch{
    justify-content: flex-start;
    white-space: nowrap;
  }

  /*index-contents
  ===========================*/
  .sec-title .jp{
    font-size: 3em;
  }

  /*創設者*/
  .box-fl_wrap .cmnt{
    width: calc(65% - 20px);
  }


/* footer */
  .foot_inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .foot-nav-wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot-nav li:not(:last-child){
    padding-right: 8px;
  }
  .foot-nav > li ul.child a{
    font-size: .875em;
  }
}
@media only screen and (max-width:850px) {
  header nav{
    display: none!important;
  }

  /*index-contents
  ==================================*/
  /*top*/
  .index-about_box{
    background-size: calc(100% - 60px);
  }

  /*school*/
  .school-list_wrap ul > li .cmnt{
    padding: 30px 20px;
  }

  .school-list_wrap ul > li .cmnt h3{
    font-size: 1.24em;
  }
}
@media only screen and (max-width:768px) {

/*
  #key .key-text{
   font-size: 4em;
  }
*/
  #key.home .main-title{
    font-size: 7em;
  }
  #key.home .main-text{
    font-size: 2em;
  }
  .key-banner{
    max-width: 100%;
  }
  .sec-title .jp
  ,h3.sec-title .jp{
    font-size: 2.44em;
  }
  .ccl-arrow-btn{
    width: 3em;
    height: 3em;
  }
  .box-fl_wrap{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .box-fl_wrap.row{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .box-fl_wrap .thumb{
    width: 100%;
  }
  .box-fl_wrap.thumb-ob .thumb{
    width: 70%;
  }
  .box-fl_wrap.thumb-full .cmnt,
  .index-one-blc .box-fl_wrap.thumb-full .cmnt{
    padding-top: 10vw;
    padding-bottom: 0
  }
  .box-fl_wrap .cmnt
  ,.box-fl_wrap.thumb-ob .cmnt,
  .index-one-blc .box-fl_wrap.thumb-ob .cmnt{
    width: 100%;
    padding-top: 10vw;
    padding-right: 20px;
  }
  .inner-bk-wrap .box-fl_wrap .cmnt
  ,.inner-bk-wrap .box-fl_wrap .btm-cmnt{
    padding-right: 20px;
  }
  .box-fl_wrap .cmnt .in-clr-title{
    margin-top: 2em;
  }
  .btn-wrap_set > .arrow-btn > *{
    width: 100%;
  }
  .index-info-box > *{
    padding: 20px;
  }
  .index-info_cat .title h3{
    font-size: 1.71em;
  }
  .index-info_cat .title p{
    font-size: 1em;
  }

/*
  .index-info-box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .index-info-box > *{
    width: 100%;
  }
*/
/*index-news archive*/
  .index-news-box{
    padding-bottom: 5vw;
  }

  .tab_panel__inner{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .tab_panel__inner > *{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
    border: none;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

    .acv_post .acv_cmnt{
      padding-top: 0;
      padding-bottom: 0;
  }
  .acv_post .acv_thumb{
    width: 25%;
    aspect-ratio:1/1;
  }
  .acv_post .acv_thumb::after{
    padding-top: 100%;
  }
  .tab_panel__inner > * + *
  ,.tab_panel__inner > * + *:nth-child(n+4){
    margin-top: 0;
    border-top:1px solid #e9e8e5;
  }
  /*top*/
  .index-about_box{
    padding-top: 15vw;
  }
  .index-about_box .cmnt{
    margin-top: 10vw;
  }

  /*創立者*/
  .sec-founder-blc{
    margin-top: 0;
  }
  .sec-founder_box .thumb{
    max-width: calc(100% - 60px);
  }
  /*学園について*/
  .index-feature-blc{
    padding-left: 0;
    padding-right: 0;
  }
  .box-fl_wrap.thumb-full.sec-feature-box .thumb{
    position: relative;
    width: 100%;
    max-width: 100vw;
    left: 0;
  }
  .box-fl_wrap.thumb-full .cmnt,
  .index-one-blc .box-fl_wrap.thumb-full .cmnt{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-wrap_set > .arrow-btn{
    width: 50%;
  }

  /*学校リンク*/
  .school-list_wrap{
    max-width: 100vw;
  }
  .school-list_wrap ul{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .school-list_wrap ul > li{
    width: 100%;
    background: #fff;
  }
  .school-list_wrap ul > li::before{
    content: none;
  }
/*
  .school-list_wrap ul > li.keika_b
  ,.school-list_wrap ul > li.keika_g
  ,.school-list_wrap ul > li.keika_c{
    background: #fff;
}
*/

  .school-list_wrap ul > li:hover{
    background: #fff;
  }
  .school-list_wrap ul > li:hover figure{
    transform: none;
    opacity: 1;
  }
  .school-list_wrap ul > li a::after{
    content: "詳しくみる";
    font-size: .875em;
  }
  .school-list_wrap ul > li a::before
  ,.school-list_wrap ul > li:hover a::before{
    bottom: 2em;
    border-color: #871f44 #871f44 transparent transparent;
  }
  .school-list_wrap ul > li a::after
  ,.school-list_wrap ul > li:hover a::after{
    bottom: 1.25em;
    color: #871f44;
    font-weight: 600;
  }

  .school-list_wrap ul > li figure{
    display: block;
    position: relative;
  }
  .school-list_wrap ul > li .cmnt{
    position: relative;
    color: #444;
    padding-top: 0;
    padding-bottom: 5em;
    margin-top: -3em;
  }
  .school-list_wrap ul > li .cmnt h3{
    color: #fff;
    font-size: 1.71em;
  }
  .school-list_wrap ul > li .cmnt .in-text{
    margin-top: 3em;
  }
    .school-list_wrap ul > li::after{
        height: 65.5vw;
    }
  /*学校動画*/
    .school-movie-list_wrap{
        max-width: 100%;
        width: 100%;
    }
    .movie-list ul > li{
        width: 100%;
    }
    .movie-list ul > li h3{
        display: block;
        padding: 1em 1em 1.5em;
    font-size: 1.245em;
    font-weight: 600;
    }
    .school-movie-list_wrap > ul{
        flex-direction: column;
    }
  /*各種案内*/
  .sec-index-info{
    padding-top: 15vw;
  }
  .sec-title + .index-info-box{
    margin-top: 10vw;
  }
  .sec-inquiry-box > *{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .sec-inquiry-box .cmnt > p:first-child{
    font-size: 1.125em;
  }
  .sec-inquiry-box .num{
    font-size: 1.71em;
    font-weight: 600;
  }
  .sec-inquiry-box .text{
    font-size: 1.44em;
  }

  /*inquiry*/
  .sec-inquiry-box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .sec-inquiry-box > *{
    width: 100%;
    justify-content: flex-start;
    padding: 5vw 20px;
  }
  .sec-inquiry-box > * + *{
    margin-top: 5vw;
  }
  /*footer*/
  .foot_inner{
    max-width: 100%;
  }
  .foot-nav-wrap{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .foot-nav-wrap > *{
    width: 100%;
  }
  .foot-nav-wrap .link-other{
    margin-top: 5vw;
  }
}

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

  body{
    width: 100%;
    max-width: 100%;
    font-size: 3.7vw;
  }
  header{
    height: 5em;
  }
  header.fixed{
    height: 4em;
  }
  #hum-btn.fixed{
    top: 0;
    width: 4em;
    height: 4em;
  }
  #hum-btn{
    top: 0;
  }
  .home #hum-btn.emg-on{
    top: 3em;
  }
  .home #hum-btn.emg-on.is-open, .home #hum-btn.emg-on.fixed{
    top: 0;
  }
    .header_inner{
        justify-content: flex-start;
    }
  header h1{
    width:25%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
    header h2{
        width: 18.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    }
  header.fixed h1,
     header.fixed h2{
    width: 20%;
    padding-top: 10px;
  }
    header.fixed h2{
        width: 15%;
    }
    header.fixed h2.lp-3s1c{
      width: min(170px, 25%);
    }

  /*index contents
  ===============================*/
  #key.home .key__inner{
    padding-top: 0;
  }
  #key.home .key-title{
    transform: translateY(-25%);
  }
   #key.home .main-title{
    font-size: 5em;
  }
  #key.home .main-text{
/*    font-size: 1.71em;*/
  }
  .key-banner{
    max-width: 100%;
    right: 50%;
    left: 50%;
	padding: 0 2vw;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	z-index: 3;
  }
  .sec-title .jp{
    font-size: 1.71em;
  }
  .sec-title .jp, h3.sec-title .jp{
    font-size: 1.5em;
  }
  .box-fl_wrap .cmnt .in-clr-title{
    font-size: 1.25em;
    line-height: 1.4;
    margin-top: 1.5em;
  }
  .box-fl_wrap .arrow-btn > *{
    width: 100%;
  }
  .btn-wrap_set > .arrow-btn{
    max-width: calc((100% - 10px)/2)
  }
  .btn-wrap_set > .arrow-btn + .arrow-btn:nth-child(n + 3){
    margin-top: 10px;
  }
  .index-info-box > *{
    width: 100%;
  }
  .index-info-box > * + *
  ,.index-info-box > *:nth-child(even){
    margin-top: -1px;
  }
  .index-info-box > *:nth-child(even){
    margin-left: 0;
  }

  /*key*/
  #key.home{
    min-height: 85vh;
    height: 90vh;
  }
  #key .key-text{
    font-size: 2.25em;
  }
  /*index news*/
  .tab_content{
    padding-top: 0;
  }
  .tab_switch > li{
    padding: 0 1em;
  }
  .acv_post .acv_cmnt{
    width: 75%;
    padding-right: 0;
    padding-left: 10px;
  }
  .acv_post .acv_cmnt .acv_data{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap:3px;
  }
  .acv_post .acv_cmnt .acv_title{
    font-size: 1em;
    line-height: 1.5;
  }
  h3.acv_title span::before, h3.acv_title span::after{
    top: .5em;
  }

  /*top*/
  .index-about_box{
    background-position: top center;
    background-size: 110%;
  }
  .index-about_box .rl_title{
    font-size: 2em;
    position: absolute;
    top: 0;
  }
  .index-about_box .in-title{
    text-align: center;
    font-size: 1.5em;
  }
  /*創立者*/
  .sec-founder_box .sec-title{
    text-align: center;
  }

  /*school link*/
  .sec-school-list{
/*    margin-top: 15vw;*/
  }

  /*slider*/
  .banner-slide{
    padding-top: 20vw;
  }
  .sec-banner-slider{
    padding-bottom: 10vw;
  }

  /*footer*/
  .foot-nav-wrap{
    padding-top: 0;
    padding-bottom: 10vw;
    border: none;
  }
  .foot-nav{
    display: none;
  }
  .foot-nav-wrap .link-other > *{
    width: calc((100% - 20px)/3);
  }
  .foot-nav-wrap .link-other .title{
    width: calc(100% - 10px);
  }
  .foot-nav-wrap .link-other .title .in-title
  ,.foot-nav-wrap .link-other .title .more{
    font-size: .875em;
  }



  /*TOP 理事長*/

  .chairman .index-about_box{
    background-position: center;
    background-size: 90%;
  }
  .chairman .sec-title {
text-align: center;
  }
  .chairman .thumb {
      position: relative;
      right: auto;
      top: auto;
      width: 100%;
      max-width: calc(100% - 60px);
      margin-top: 2em;
      margin-bottom: 40px;
  }
  .index-about_box .in-text.cmphoto {
    width: 100%;
    margin-right: auto;
}
/* .chairman .in-title {
  margin-top: 1.5em;
  font-weight: 600;
  color: #871f44;
  text-align: left;
} */
.index-about_box .cmnt .in-clr-title {
  margin-top: 1.5em;
}


.intro-chairman_box.index-about_box .cmnt {
  margin-top: 20vw;
}


}

