@charset "utf-8";
@import url("css/under.css");
/*
Theme Name: keika2026
Description:
Author: SonicGrow + COSMICGEAR
Version: 2.0
*/
body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size: 14px;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;max-width: 100%;color: #333;
  overflow-x: hidden;
}

/*#container
=========================================*/
#container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

#container > *{
  width: 100%;
}
footer{
  margin-top: auto;
}
a.cvr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/*font*/
.noto{
  font-family: 'Noto Sans JP';
}
.serif{
  font-family: 'Noto Serif JP',serif;
}
.lora{
  font-family: 'Lora',serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.in-text{
  line-height: 2;
  text-indent: .1em;
  letter-spacing: .1em;
}

/*layout setting
====================================*/

.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.inner{
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner.inner-bk-wrap{

}
.inner-bk-wrap::before{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.inner-bk-wrap.pos_left::before{
  right: 0;
}
.inner-bk-wrap.pos_right::before{
  left:0;
  width: calc(100vw + 68px);
}
.inner-box_wrap{
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-inner{
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.box-fl_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-fl_wrap .thumb{
  width: 35%;
}
.box-fl_wrap .thumb img,
.index-about_box img{
  object-fit: cover;
  height: 100%;
  object-position: right;
}
.box-fl_wrap.thumb-full .thumb{
  position: absolute;
  left: 43%;
  width: calc(100vw - (1120px * .43));
  max-width: 57vw;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.box-fl_wrap.thumb-full .thumb figure{
  height: 100%;
  width: 100%;
}
.box-fl_wrap.thumb-full .thumb figure.logo::after{
  content: "";
  width: 600px;
  max-width: 75%;
  height: 100%;
  background: url("images/logo-3schools.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-fl_wrap.thumb-full .cmnt{
  width: 43%;
  padding-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.box-fl_wrap .cmnt{
  width: calc(57% - 60px);
}
.box-fl_wrap.thumb-ob .thumb{
  width: 25%;
}
.box-fl_wrap.thumb-ob .cmnt{
  width: calc(75% - 60px);
}
.box-fl_wrap .cmnt .sec-title + *{
  margin-top: 65px;
}
.box-fl_wrap .cmnt .in-clr-title,
.index-about_box .cmnt .in-clr-title{
  font-size: 1.2857em;
  font-weight: 600;
  color: #871f44;
}
.box-fl_wrap .cmnt .in-clr-title + .in-text{
  margin-top: 1.71em;
}
.box-fl_wrap .cmnt .btn-wrap_set{
  margin-top: 60px;
}
.box-fl_wrap .btm-cmnt{
  width: 100%;
  margin-top: 45px;
}
.dot_under::after{
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #8c1441 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
/*button setting
====================================*/
.btn-wrap_set{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-wrap_set > .arrow-btn {
  width: 180px;
  max-width: calc((100% - 20px)/2);
  background: #fff;
}
.btn-wrap_set > .arrow-btn + .arrow-btn{
  margin-top: 0;
}
.btn-wrap_set > .arrow-btn + .arrow-btn:nth-child(n + 3){
  margin-top: 20px;
}
/*丸矢印*/
.ccl-arrow-btn{
  width: 4em;
  height: 4em;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.ccl-arrow-btn > *{
  width: 100%;
  height: 100%;
  border: 1px solid #871f44;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.ccl-arrow-btn > * > *{
  width: 1em;
}
.ccl-arrow-btn.pnk > *{
  background: #871f44;
}

/*simple*/
* + .arrow-btn{
  margin-top: 42px;
}
.arrow-btn{
  width: 100%;
}
.arrow-btn.cnt{
  justify-content: center;
}
.arrow-btn > *{
  width: 220px;
  max-width: 100%;
  border: 1px solid #9d9d9d;
  text-align: center;
  padding: 1.2857em calc(1em + 5px) 1.2857em 1em;
  display: block;
}
.arrow-btn > *::after{
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}
.arrow-btn > *:hover::after{
  right: 1em;
}
.arrow-btn.bgd > *{
  background: #871f44;
  border: none;
  color: #fff;
}
.arrow-btn.bgd > *::after{
  border-color: #fff #fff transparent transparent;
}
/*link list*/
.box-arrow-link{
  border: 1px solid #dfdfdf;
  padding: 40px;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.box-arrow-link .text{
  width: calc(100% - 6em);
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.1428em;
}
.box-arrow-link .text span{
  font-size: 2em;
  display: block;
  font-weight: 400;
}
.box-arrow-link:hover .ccl-arrow-btn{
  transform: translateX(10px);
}
/*重要なお知らせ*/
header.fixed .news-emg{
display: none;
}
.news-emg{
 background: #fbe4d0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-emg_wrap{
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.news-emg_wrap .data{
  -ms-align-items: center;
  align-items: center;
  width: 15em;
}
.news-emg_wrap .data > * + *{
  margin-left: 1em;
}
.news-emg_wrap .data .tag{
  background: #d04427;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.news-emg_wrap .title{
  width: calc(100% - 17em);
}

.news-emg_wrap .title p{
  color: #d04427;
  padding-left: 1em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news-emg_wrap .title p::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #d04427;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-emg + #hum-btn{
	margin-top: 3em;
}
#hum-btn.fixed{
	margin-top: 0;
}
/*header
=======================================*/

#l-nav{
  display: none;
}

header{
  position: fixed;
/*  top: -100%;*/
  left: 0;
  z-index: 99;
  -webkit-transition: background .3s,top 1.5s ease-out,height .3s ease-out;
  -o-transition: background .3s,top 1.5s ease-out,height .3s ease-out;
  transition: background .3s,top 1.5s ease-out,height .3s ease-out;
  background: rgba(255,255,255,0);
  height: 105px;
}
header.bk_w{
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
}
header nav
,ul.head-link
,ul.head-link li{
  position: unset;
}
.header_inner{
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  pointer-events: none;

}
header h1{
  width: 170px;
  padding:10px 20px;
  background: #f8f7f6;
  height: 100%;
  pointer-events: auto;
}
header h2{
  width: 130px;
  padding:10px 20px;
  background: #fff;
  height: 100%;
  pointer-events: auto;
  margin-right: auto;
}
header#under.second h1{
  background: none;
}
header.fixed h1,
header.fixed h2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background: none;
  width: 120px;
}
header.fixed h2{
    width: 100px;
}
header h2.lp-3s1c{
  width: min(140px, 25%);
  display: grid;
  place-content: center;
}
header nav{
  height: 100%;
  margin-left: auto;
  margin-right: 6em;
  pointer-events: auto;
}
header#home .head-link > li > a,
header#home .head-link > li > p{
  color: #fff;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.4));
}
header#home.bk_w .head-link > li > a
,header#home.bk_w .head-link > li > p
,header#home.fixed .head-link > li > a
,header#home.fixed .head-link > li > p
,header#under.second .head-link > li > a
,header#under.second .head-link > li > p{
  color: #000;
  filter: none;
}
header ul.head-link > li > *:first-child span::before{
  content: "";
  width: 100%;
  height: 2px;
  background: #871f44;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%) scale(0,1);
  transform-origin: center;
  -webkit-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
}
header ul.head-link > li:hover > *:first-child span::before{
  transform: translateX(-50%) scale(1,1);
}
header.fixed{
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  height: 80px;
}
header#under.second{
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
header.fixed nav{

}
ul.head-link{
  margin-right: 20px;
}
header.fixed ul.head-link{
  margin-right: 0;
}
header.fixed h1{
  padding-top: 0px;
}
ul.head-link > li{
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
ul.head-link > li > a
,ul.head-link > li > p{
  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: 0 1em;
  cursor: pointer;
}
ul.head-link > li > *:first-child span{
  display: block;
}
ul.head-link > li > *:first-child span::before{
  content: "";
  width: 100%;
  height: 1px;
}
.js-pdn__in{
  display: none;
  width: 100%;
  background: #f8f8f6;
/*
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
*/
  position: absolute;
  left: 0;
  top: 100%;
  padding-bottom: 90px
}
.js-pdn__in .title{
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #d4d4d4;
}
.js-pdn__in .title .jp{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.42857em;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  font-family: 'Noto Serif JP',serif;
  color: #444;
}

.js-pdn__in .title a span{
  padding-right: 1em;
  display: block;
}

.js-pdn__in .title a span::before
,.js-pdn__in .title a span::after{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right .3s ease-out;
  -o-transition: right .3s ease-out;
  transition: right .3s ease-out;
  border: 1px solid;
  border-color: #8c1441 #8c1441 transparent transparent;
}
.js-pdn__in .title a span::before{
  right: 0;
}
.js-pdn__in .title a span::after{
  right: -6px;
}
.js-pdn__in .title a:hover span::before{
  right: -6px;
}
.js-pdn__in .title a:hover span::after{
  right: -12px;
}
.js-pdn__in ul.child-link{
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.js-pdn__in ul.child-link li{
  width: calc(100%/4);
  padding: 5px;
}
.js-pdn__in ul.child-link li a{
  background: #fff;
  display: block;
  padding: 18px 30px;
  font-size: 1.1428em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.js-pdn__in ul.child-link li a::before{
  content: "";
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  background: #871f44;
  position: absolute;
  top:0;
  left: 0;
  -webkit-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transform-origin: left;
}
.js-pdn__in ul.child-link li a:hover::before{
  transform: translateX(0);
}
.js-pdn__in ul.child-link li a:hover{
  color: #fff;
}
.js-pdn__in ul.child-link li a::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
/*  background: url("images/icn_clr_arrow.svg") no-repeat center/100%;*/
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right .6s ease-out;
  -o-transition: right .6s ease-out;
  transition: right .6s ease-out;
}
.js-pdn__in ul.child-link li a:hover::after{
  right: 15px;
  border-color: #fff #fff transparent transparent;
/*  background-image: url("images/icn_w_arrow.svg");*/
}

/* hum btn */
  #hum-btn{
    position: fixed;
    right: 0;
    top:1em;
    pointer-events: auto;
    cursor: pointer;
    z-index: 103;
    background: rgba(255,255,255,0);
    width: 5em;
    height: 5em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
  }
.home #hum-btn.emg-on{
  top: 4.5em;
}
  .home #hum-btn.emg-on.is-open
  ,.home #hum-btn.emg-on.fixed{
    top: .5em;
  }
  #hum-btn button {
    position: relative;
    display: block;
    background: #fff;
    width: 50%;
    height: 2px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #hum-btn button::before
  ,#hum-btn button::after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #hum-btn button::before{
    top: -10px;
  }
  #hum-btn button::after{
    top: 10px;
  }
#hum-btn.fixed{
  top: .5em;
}
  #hum-btn.is-open{
/*    background: #fff;*/
    top: 0;
  }
  #hum-btn.is-open button
,#hum-btn.is-open.fixed button{
    background: none;
  }
#hum-btn.fixed button
,#hum-btn.fixed button::before
,#hum-btn.fixed button::after
,#hum-btn.second:not(.is-open) button
,#hum-btn.second button::before
,#hum-btn.second button::after{
  background: #871f44;
}
  #hum-btn.is-open button::before{
    transform: rotate(-45deg);
    top: 0;
    background: #871f44;
  }
  #hum-btn.is-open button::after{
    transform: rotate(45deg);
    top: 0;
    background: #871f44;
  }
  header.is-hide.nav-open{
    transform: translateY(0);
  }
header.fixed #hum-btn button
,header.fixed #hum-btn button::before
,header.fixed #hum-btn button::after{
  background: #000;
}
  #l-nav{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 100vw;
    height: 100vh;
    z-index: 101;
    background: #f8f8f6;
    transform: translateX(100%);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }
  #l-nav.is-open{
    transform: translateX(0);
  }
  .l-nav__inner{
    padding: 100px 30px 50px;
  }
  .l-nav__inner > * + *{
    margin-top: 25px;
  }
  ul.l-nav_link > li > p
  ,ul.l-nav_link > li > a{
    padding: 1em 1em 1em .5em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.2875em;
  }
/*
  ul.l-nav_link >  li > * > span:last-child{
    color: #871f44;
    padding-left: 1em;
    font-size: .875em;
  }
*/
  ul.l-nav_link >  li > p{
    padding-right: 1.5em;
    cursor: pointer;
  }
  ul.l-nav_link > li > p::after
  ,ul.l-nav_link >  li > p::before{
    content: "";
    width: .875em;
    height: .5px;
    background: #333;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }
  ul.l-nav_link > li > p::after{
    transform: translateY(-50%) rotate(90deg);
  }
  ul.l-nav_link >  li > p.open::before{
    transform: translateY(-50%) rotate(45deg);
  }
  ul.l-nav_link > li > p.open::after{
    transform: translateY(-50%) rotate(135deg);
  }
ul.l-nav_link > li > a::after{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: .5px solid;
  border-color: #333 #333 transparent transparent;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}
  ul.l-nav_link .nav-child{
    padding-bottom: 1.2875em;
    padding-left: .85em;
  }
  ul.l-nav_link .nav-child li + li{
    margin-top: 10px;
  }
  ul.l-nav_link .nav-child li a{
    padding: .75em 1em;
    display: block;
    background: #fff;
  }
  ul.l-nav_link .nav-child li a::after{
    content: "";
    width: .8em;
    height: 100%;
    background: url("images/icn_clr_arrow.svg") no-repeat right center/100%;
    position: absolute;
    right: 1em;
    top: 0;
  }
  .l-nav_inquiry a{
    width: 100%;
    text-align: center;
  }
  .l-nav_other{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-nav_other > a{
    padding: .75em 0;
    width: 50%;
  }
  .l-nav__back.open{
    transform: translateX(0);
  }
.l-nav__back{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 100;
  display: block;
  transform: translateX(-100%);
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

/*HOME　KEY
=================================*/
#key.home{
  width: 100%;
  height: 100vh;
  min-height: 850px;
  max-height: 980px;
  overflow: hidden;
/*  background: url("images/main_key01.jpg") no-repeat center/150%;*/
}

#key-view-slide
,#key-movie{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#key-view-slide::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#key-movie video{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#key.home .key__inner{
  position: absolute;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  top: 0;
  left: 50%;
/*  justify-content: center;*/
  -ms-align-items: center;
  align-items: center;
  padding-top: 105px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateX(-50%);
 z-index: 2;
}

#key.home .key-title{
  color: #fff;
  transform: translateY(-30%);
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap:30px;
  font-weight: 600;
}
#key.home .main-title{
  font-size: 8em;
  line-height: .9em;
  filter: drop-shadow(0 .1rem .2rem rgba(0,0,0,.5));

}
#key.home .main-title.key-text span{
  opacity: .15;
}
#key.home .main-text{
  font-size: 2.5em;
  letter-spacing: .1em;
  filter: drop-shadow(0 .1rem .2rem rgba(0,0,0,.5));
}
#key .key-logo{
  width: 75%;
  margin: 0 auto;
}
#key .key-text span{
  opacity: 0;
}
.key-text2 span{
  opacity: .15;
}

/*CONTENT setting
======================================*/

.sec-title{
  line-height: 1.44;

}
.sec-title .jp{
  letter-spacing: .1em;
  text-indent: .1em;
  font-family:"Noto Serif JP",serif;
  font-size: 3.5714em;
}
h3.sec-title .jp{
/*  font-size: 3.25em;*/
  font-size: 3em;
}
.sec-title.cnt{
  text-align: center;
}
/*INDEX CONTENT
======================================*/
#content.index{
  background: #f8f7f6;
}
/*TOP banner
======================================*/
.key-banner{
  position: absolute;
  display: block;
  bottom: 100px;
  right: 20px;
  width: 450px;
  max-width: calc(100% / 2);
    z-index: 3;
}


/*news
======================================*/
.sec-index-news{
  transform: translateY(-75px);
/*  margin-top: -75px;*/
}
.sec-index-news{
  width: 100%;
    z-index: 2;
/*
  padding-top: calc(50px - 1em);
  padding-bottom: 20px;
*/
  background: #fff;
}
.index-news-box h2.udrline-title{
  font-size: 1.1428em;
}
/*news-list*/
.index-news-box{
  padding-top: 50px;
  padding-bottom: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -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;
}
.tab_head{
  margin-bottom: 5px;
}
.tab_head .pos{
  position: absolute;
  display: block;
  height: 3px;
  background: #871f44;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.tab_switch{
  justify-content: center;
}

.tab_switch > li{
  cursor: pointer;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  padding: 0 2em;
}
.tab_switch > li + li::before{
  content: "";
  width: 1px;
  height: 1em;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab_switch > li a{
  text-align: center;
  padding: 8px;
  display: block;
  color: #000;
  font-size: 1.1428em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: 'Noto Serif JP'
}
.tab_switch > li a.active{
  border-bottom: 2px solid #871f44;
}
.tab_content{

  background: #fff;
  padding-top: 40px;
/*  padding-bottom: 54px;*/
}
.tab_content .ac-switch{
  display: none;
}
.tab_panel{
  display: none;
}
.tab_panel.active{
  display: block;
}
.tab_panel__inner{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab_panel__inner > *{
  width: calc((100% - 90px)/3);
  border: 1px solid #e9e8e5;
  margin: 0 calc(90px/ 6);
}
.tab_panel__inner > * + *:nth-child(n+4){
  margin-top: 20px;
}
.acv_post.stick::after{
  content: "";
  width: 40px;
  height: 40px;
  background: url("images/icn_pin.svg") no-repeat center top/100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.acv_post .acv_thumb{
  width: 100%;
  overflow: hidden;
}
.acv_post .acv_thumb::after{
  content: "";
  display: block;
  padding-top: 54%;
}
.acv_post .acv_thumb > *{
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}
.acv_post .acv_thumb > figure span{
  width: 100%;
  height: 100%;
}
.acv_post .acv_thumb > figure img{
  object-fit: cover;
  height: 100%;
}
.acv_post .acv_cmnt{
  padding: 20px 20px 40px;
}
.acv_post .acv_cmnt .acv_data{
  font-size: .71428em;
	-ms-align-items: baseline;
	align-items: baseline;
  gap:1em;
}
.acv_post .acv_cmnt .acv_data + *{
  margin-top: .25em;
}
.acv_post .acv_cmnt .acv_data .date{
  font-family: sans-serif;
}
.acv_post .acv_cmnt .acv_data .tag{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:3px;
}
.acv_post .acv_cmnt .acv_data .tag > span{
	color: #871f44;
    padding: .25em;
    border-radius: 2px;
}

h3.acv_title span{
  display: block;
  padding-left: 1.4em;
}
h3.acv_title span::before
,h3.acv_title span::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #871f44 #871f44 transparent transparent;
  display: block;
  position: absolute;
  top: .85em;
  transform: rotate(45deg);
}
h3.acv_title span::before{
  left: 0;
}
h3.acv_title span::after{
  left: 5px;
}
.acv_post .acv_cmnt .acv_title{
  line-height: 2;
  font-size: 1.0714em;
}

/*too founder*/
.sec-founder-blc{
  margin-top: 120px;
}
.sec-founder_box{
  padding-bottom: 100px;

}
.sec-founder_box .thumb{
/*  transform: translateY(-80px);*/
  margin-top: -80px;
}
.sec-founder_box .cmnt{
  padding-top: 100px;
}
/*top about*/
.index-about_box{
  background: url("images/logo.png") no-repeat center/auto 80%;
  -ms-align-items: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.index-about_box .rl_title{
  font-size: 3.5714em;
  text-indent: .1em;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
  line-height: 2.34;
}
.index-about_box .cmnt{
  margin-top: 100px;
  width: 72em;
  max-width: 100%;
}
.index-about_box .in-title{
  font-weight: 900;
  color:#871f44;
  font-size: 1.2857em;
  text-indent: .1em;
  letter-spacing: .1em;
}
.index-about_box .in-text{
  margin-top: 1.71em;

  margin-left: auto;
  margin-right: auto;
}

/*school link*/
.sec-school-list{
  margin-bottom: 100px;
}
.school-list_wrap{
  width: calc(100vw - (100vw - 1240px)/2);
  max-width: calc(100vw - 20px);
		margin: 0 auto;
}
.school-list_wrap ul > li{
  width: calc(100%/3);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #000;
}

/*
.school-list_wrap ul > li.keika_b{
  background-image: url("images/keika_b.jpg");
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.school-list_wrap ul > li.keika_g{
  background-image: url("images/keika_g.jpg");
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.school-list_wrap ul > li.keika_c{
  background-image: url("images/keika_c.jpg");
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
*/

.school-list_wrap ul > li::before{
  content: "";
  display: block;
  padding-top: 145.7%;
}
.school-list_wrap ul > li::after{
  content: "";
    display: block;
    background: linear-gradient(180deg, transparent 0 20%,rgba(0,0,0,0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.school-list_wrap ul > li figure{
/*  display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.school-list_wrap ul > li figure img{
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.school-list_wrap ul > li.keika_g figure img{
  object-position: 55%;
}
.school-list_wrap ul > li.keika_c figure img{
  object-position: 20%;
}
.school-list_wrap ul > li a::after{
  content: "more";
  position: absolute;
  right: 0;
  bottom: -3em;
  color: #fff;
  padding: 10px 30px 10px 20px;
  -webkit-transition: bottom .3s;
  -o-transition: bottom .3s;
  transition: bottom .3s;
  font-size: 1.17em;
}
.school-list_wrap ul > li a::before{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  right: 10px;
  bottom: -3em;
  transform: rotate(45deg);
  -webkit-transition: bottom .3s;
  -o-transition: bottom .3s;
  transition: bottom .3s;

}
.school-list_wrap ul > li:hover a::after{
  bottom: 0;
}
.school-list_wrap ul > li:hover a::before{
  bottom: 1em;
}
.school-list_wrap ul > li:hover figure{
  transform: scale(1.05);
}
.school-list_wrap ul > li .cmnt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 40px;
  z-index: 1;
}
.school-list_wrap ul > li .cmnt h3{
  font-size: 2.11428em;
  letter-spacing: .1em;
}
.school-list_wrap ul > li .cmnt > * + *{
  margin-top: 1.5em;
}
.movie-list ul > li h3{
    display: none;
}
/*トップページ動画*/
.movie-list ul > li{
  width: calc(100%/3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -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;
}
.movie-list ul > li .player{
  width: 100%;
}
.movie-list ul > li .video-thumb figure::after{
  width: 4.2857em;
  height: 4.2857em;
}
.movie-list ul > li h3 span{
  color: #cb339b;
  font-size: .7em;
  display: block;
}
.movie-list ul > li h3::after{
  content: "";
  width: .7em;
  height: .7em;
  background: url("../images/icn_pnk_arrow.svg")no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}
.movie-list ul > li:hover h3::after{
  right: -.5em;
}
.school-movie-list_wrap{
    width: calc(100vw - (100vw - 1240px)/2);
    max-width: calc(100vw - 20px);
}
/*information*/
.sec-index-info{
  width: 100%;
  overflow-x: hidden;
  padding: 110px 0;
}

.sec-title + .index-info-box{
  margin-top: 60px;
}
/*
.page-id-110 .index-info-box{
    margin-bottom: 120px;
}
*/

.index-info-box{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-info-box > *{
  width: 50%;
  background: #fff;
  padding: 40px;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
}
.index-info-box > *:nth-child(even){
  margin-left: -1px;
}
.index-info-box > *:nth-child(n+3){
  margin-top: -1px;
}
.index-info_cat:hover .ccl-arrow-btn{
  transform: translateX(10px);
}
.index-info_cat .title{
}
.index-info_cat .title h3{
  font-size: 3.4285em;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0;
  font-family: 'Lora';
}
.index-info_cat .title p{
  font-size: 1.1428em;
  padding: 8px 0;
  font-weight: 900;
  color: #871f44;
  font-family: 'Noto Sans JP';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*oneキャンパス*/
.index-one-blc .box-fl_wrap{
	flex-direction: row-reverse;
}
.index-one-blc .box-fl_wrap.thumb-full .cmnt{
	padding: 100px 0 100px 60px;
}
.index-one-blc .box-fl_wrap.thumb-full .thumb{
	right: 43%;
	left: auto;
}
/*banner-slide*/
.sec-banner-slider{
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.banner-slide{
  padding-top: 100px;
  padding-bottom: 40px;
}
.swiper-prev
,.swiper-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4em;
  height: 100%;
  z-index: 5;
  background: rgba(248,278,246,.5);
  cursor: pointer;
}
.swiper-prev{
  left: 0;
  background: linear-gradient(-90deg,rgba(248,278,246,0) 0%,rgba(248,278,246,0) 5%,rgba(248,278,246,.25) 50%,rgba(248,278,246,.85) 100%);
}
.swiper-next{
  right: 0;
  background: linear-gradient(90deg,rgba(248,278,246,0) 0%,rgba(248,278,246,0) 5%,rgba(248,278,246,.25) 50%,rgba(248,278,246,.85) 100%);
}
.swiper-prev::before
,.swiper-next::before{
  content: "";
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-color: #871f44 #871f44 transparent transparent;
  position: absolute;
  top: calc(50% - .5em);
  left: 50%;
  display: block;
}

.swiper-prev::before{
  transform: translate(-50%) rotate(-135deg);
}
.swiper-next::before{
  transform: translate(-50%) rotate(45deg);
}
.swiper-container-horizontal.banner-slide >.swiper-pagination-bullets{
  bottom: 70px;
}

.banner-slide .swiper-pagination-bullet{
  opacity: 1;
  background: #d4d4d4;
}
.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #871f44;
}

/*foot CTA*/
.sec-inquiry-blc{
  background: #45232f;
/*  background: linear-gradient(90deg,#871f44,#53a124);*/
  background-size: 100% 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.sec-inquiry-box{
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-inquiry-box > *{
  width: calc((100% - 15px)/2);
  background: #f8f8f6;
  border-radius: 20px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
.inquiry_cat:hover .ccl-arrow-btn{
  transform: translateX(10px);
}
.sec-inquiry-box .cmnt > p:first-child{
  font-size: 1.2857em;
  font-weight: 600;
}
.sec-inquiry-box .cmnt{
  margin-left: 5%;
}
.sec-inquiry-box .cmnt > * + *{
  margin-top: 5px;
}
.sec-inquiry-box .num{
  font-size: 3em;
  font-family: sans-serif;
  letter-spacing: .05em;
  font-weight: 600;
}
.sec-inquiry-box .text{
  font-size: 2.305em;
  font-weight: 600;
}
/*FOOTER
======================================*/

footer{
  background: #3a3939;
   color: #fff;
}
.foot_inner{
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1480px;
  padding: 45px 20px;
}
.foot_inner .logo{
  width: 288px;
  margin-bottom: 45px;
}
.foot-nav-wrap{
  padding: 80px 60px;
  border-top: 1px solid #cfcfc6;
  border-bottom: 1px solid #cfcfc6;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.foot-nav-wrap > * {
  width: calc((100% - 50px)/2);
}
.foot-nav{
  justify-content: space-between;
}
.foot-nav li:not(:last-child){
  padding-right: 20px;
}
.foot-nav > li > a{
  font-weight: 600;
  display: block;
  padding: 8px 0;
}
.foot-nav > li ul.child a{
  padding: 8px 5px 8px 1em;
  display: block;
  line-height: 1.2;
}
.foot-nav > li ul.child li a::before
,.foot-nav > li ul.child li a::after{
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-nav > li ul.child li a::after{
  transform: translateY(-50%) rotate(90deg);
  height: .5em;
  left: .3em;
}
.foot-nav > li ul.child li:last-child a::before{
  height: .5em;
  top: calc(50% - .25em);
}
.foor-link {
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  line-height: 1.75;
}
.foor-link .link a{
  display: block;
}
.foor-link .link a + a{
  margin-left: 3em;
}
.foor-link .link a + a::before{
  content: "";
  width: 1px;
  height: 1em;
  background: #333;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.foot-nav-wrap .link-other{
  justify-content: space-between;
}
.foot-nav-wrap .link-other > *{
  width: calc((100% - 30px)/3);
  overflow: hidden;
  border-radius: 10px;
}
.foot-nav-wrap .link-other figure{
    margin: 0;
}
.foot-nav-wrap .link-other img{
  object-fit: cover;
  height: 100%;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.foot-nav-wrap .link-other > *:hover img{
  transform: scale(1.1);
}
.foot-nav-wrap .link-other .title{
  position: absolute;
  bottom: 10px;
  left:50%;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  line-height: 1.25;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.foot-nav-wrap .link-other .title .in-title{
  font-size: 1.25em;
  font-family: 'Noto Serif JP';

}
.foot-nav-wrap .link-other .title .more{
  margin-left: auto;
  padding-right: 1em;
}
.foot-nav-wrap .link-other .title .more::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: calc(50% + 2.5px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
footer p.copy{
  text-align: center;
  padding-bottom: 30px;
}

/*UNDER BASE
=========================================*/


/*記事画像*/
.postid-3614 .wp-block-image{
  width: 60%;
}
.postid-3614 .appicon {
  width: 30%;
}

/*TOP 理事長*/
.chairman {
  position: relative;
}
.chairman .index-about_box .cmnt {
    margin-top: 0;
    width: 72em;
    max-width: 100%;
}

.chairman .in-title,
.index-about_box .cmnt .in-clr-title{
    margin-top: 65px;
    line-height: 1.4;
}
.chairman .thumb {
    position: absolute;
    right: 56px;
    top: 135px;
    width: 31%;
}



.index-about_box .in-text.cmphoto {
  width: 60%;
  margin-right: 40%;
  /* overflow-wrap: break-word;
	word-break: keep-all; */
}


.chairman figcaption {
  text-align: right;
  font-weight: 600;
  margin-top: 0.8em;
}


.wp-block-file *+.wp-block-file__button {

    color: #fff;
    text-decoration: none;
}

