@font-face {
  font-family: 'LINESeed';
  font-weight: 400;
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
       url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
}
@font-face {
  font-family: 'LINESeed';
  font-weight: 700;
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
       url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
}

html,body{
  font-family: 'LINESeed';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313331;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
a{
  color: #313331;
  transition: opacity 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
#wrapper{ overflow: clip; }

.en{ font-family: 'Poppins'; }

.bg-or{
  background-color: #EEC362;
  color: #fff;
}
.bg-bl{
  background-color: #4DA0E6;
  color: #fff;
}
.bg-pi{
  background-color: #D86172;
  color: #fff;
}
.bg-em{
  background-color: #4EB2AA;
  color: #fff;
}
.bg-gr{
  background-color: #49AD31;
  color: #fff;
}
.bg-ye{ background-color: #FCF4D0; }
.bg-wh{ background-color: #fff; }

.or{ color: #EEC362; }
.wh{ color: #fff; }




.nav{
  width: 100%;
  height: min(7.64vw,11rem);
  border-bottom: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 769px){
.nav,
.nav a{
  color: #fff;
}
}
.nav a.logo{
  display: block;
  width: min(17.36vw,25rem);
  aspect-ratio: 250 / 63;
  background: url(../images/common/logo_w.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto 0 min(2.08vw,3rem);
  position: relative;
  z-index: 3;
}
.nav ul.nav-li,
.nav ul.nav-btn{
  display: flex;
  font-size: min(1.18vw,1.5rem);
  margin-right: min(1.39vw,2rem);
}
.nav ul.nav-li li{
  display: flex;
  align-items: center;
}
.nav ul.nav-li li + li::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 1em;
  border-left: 1px solid;
  margin: 0 min(1.25vw,1.8rem);
}
.nav ul.nav-btn{
  gap: 1.2rem;
}
.nav ul.nav-btn li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 4rem;
  padding: 0 min(1.39vw,2rem);
  border: 1px solid;
  text-align: center;
}
.nav .nav-tel{
  width: min(13.89vw,20rem);
  white-space: nowrap;
  font-size: min(1.53vw,2.2rem);
  line-height: 1.3;
  text-align: center;
  margin-right: min(2.08vw,3rem);
}
.nav .nav-tel big{
  font-weight: 600;
}
.nav .nav-tel small{
  display: block;
  font-size: 55%;
}


/* nav付加クラス　*/
.nav.transform{
  height: min(6.5vw,9rem);
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  animation: nav-anime 0.3s;
}
.nav.transform a.logo{
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px){
.nav.transform,
.nav.transform a{
  color: #313331;
}
}
@keyframes nav-anime {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}


.common-header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
  padding-top: 5rem;
  background: url(../images/common/header-bg1.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.common-header::before{
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom,#3E3E3E,transparent);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.common-header.bg2::before{
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.common-header::after{
  content: "";
  display: block;
  width: 26.3rem;
  aspect-ratio: 263 / 162;
  background: url(../images/common/leaf-lt.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: -3.2rem;
  bottom: -9.7rem;
  z-index: 2;
  pointer-events: none;
}
.school-life .common-header{
  background: url(../images/common/header-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.course .common-header{
  background: url(../images/common/header-bg3.jpg) center center no-repeat;
  background-size: cover;
}
.information .common-header{
  background: url(../images/common/header-bg4.jpg) center center no-repeat;
  background-size: cover;
}
.career-paths .common-header{
  background: url(../images/common/header-bg5.jpg) center center no-repeat;
  background-size: cover;
}
.guideline .common-header{
  background: url(../images/common/header-bg6.jpg) center center no-repeat;
  background-size: cover;
}
.testimonials .common-header{
  background: url(../images/common/header-bg7.jpg) center center no-repeat;
  background-size: cover;
}
.faq .common-header{
  background: url(../images/common/header-bg8.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-news .common-header,
.single-news .common-header{
  background: url(../images/common/header-bg9.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-blog .common-header,
.single-blog .common-header{
  background: url(../images/common/header-bg10.jpg) center center no-repeat;
  background-size: cover;
}
.reservation .common-header{
  background: url(../images/common/header-bg11.jpg) center center no-repeat;
  background-size: cover;
}
.common-header h1,
.common-header .h1-en{
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 1rem #000);
}
.common-header h1{
  font-size: 4.7rem;
  line-height: 1.2;
}
.common-header .h1-en{
  font-size: 2rem;
  font-weight: 600;
}


ul.pankuzu li{
  font-size: 1.2rem;
  display: inline;
}
ul.pankuzu li + li::before{
  content: " / ";
}
ul.pankuzu li a{
  font-weight: 700;
}


#fl-btn{
  position: fixed;
  bottom: 3.7rem;
  right: 1.2rem;
  z-index: 997;
}
#fl-btn .inner{
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#fl-btn .inner a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 20rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}


section{
  padding: 8rem 0;
}


.content{
  position: relative;
  z-index: 1;
}


.ttl-36{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 4rem;
}


.ttl-28{
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}


.ttl-22-bd{
  font-size: 2.2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.ttl-22-bd::before{
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.4rem;
  background: #EEC362;
  position: absolute;
  left: 0;
  bottom: 0;
}


.pb-0{
  padding-bottom: 0;
}
.mb-20{
  margin-bottom: 2rem;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4.8rem;
  border: 1px solid;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.2rem;
  top: 0;
}


.arrow-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: 0.4rem solid;
}
.arrow-link::after{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/arrow2-right.svg) center center no-repeat;
  background-size: contain;
}


.tel{
  display: block;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.3;
}
.tel big{
  font-weight: 600;
}
.tel small{
  display: block;
  font-size: 1.2rem;
}


.zoom{
  display: block;
  overflow: hidden;
  will-change: transform;
}
.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.1,1.1,1.1);
}


.cta .support-bnr{
  background: url(../images/common/support-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.6rem;
  color: #fff;
  text-align: center;
  position: relative;
}
.cta .support-bnr::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cta .support-bnr::after{
  content: "";
  display: block;
  width: calc(100% - 1.8rem);
  height: calc(100% - 1.8rem);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.cta .support-bnr .inner{
  position: relative;
  z-index: 2;
}
.cta .support-bnr h2{
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.cta .support-bnr a.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 3.8rem;
  border-radius: 1.9rem;
  background: #fff;
  color: #3A291D;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin: 1.8rem auto 0;
}
.cta .support-bnr a.btn::after{
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background: url(../images/common/support-arrow.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}


.map-sec{
  padding: 0;
  position: relative;
}
.map-sec .map{
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
.map-sec .map iframe{
  display: block;
  width: calc(100% + 38rem);
  height: calc(100% + 300px);
  margin-top: -150px;
}
.map-sec .box{
  width: 38rem;
  padding: 4rem;
  border-radius: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-54rem,-50%);
  z-index: 0;
}
.map-sec .box p{
  line-height: 1.5;
  margin-top: 2rem;
}
.map-sec .box .tel{
  margin-top: 1rem;
}
a.contact-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
}
a.contact-btn::before{
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico-plane_w.svg) center center no-repeat;
  background-size: contain;
  margin-right: 1rem;
}


footer{
  font-size: 1.4rem;
  padding: 6.4rem 0;
}
footer .content{
  display: flex;
  justify-content: space-between;
}
footer .left a.logo{
  display: block;
  width: 22rem;
  margin-bottom: 1rem;
}
footer .right{
  text-align: right;
}
footer .right ul.f-nav{
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
}
footer .right ul.f-nav li{
  display: flex;
  align-items: center;
}
footer .right ul.f-nav li + li::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 1em;
  border-left: 1px solid;
  margin: 0 1.8rem;
}
footer .right ul.f-nav-low{
  width: 44rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.5em;
  margin: 1.4rem 0 0 auto;
}
footer .right ul.f-nav-low li{
  display: block;
}
footer .right .copy{
  font-size: 1.2rem;
  opacity: 0.3;
  margin-top: 1.4rem;
}



/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
  max-width: 118rem;
  padding: 0 5rem;
  margin: 0 auto;
}
.content.w84{
  max-width: 94rem;
}
.content.w72{
  max-width: 82rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1180px){

html{ font-size: 0.847vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{ font-size: 1.5rem;line-height: 1.6; }

.content{
	width: 100%;
	padding: 0 2rem;
}


.nav{
  height: 6.4rem;
}
.nav a.logo{
  width: 20rem;
  aspect-ratio: 200 / 50;
  margin: 0 auto 0 1.2rem;
}


/* nav付加クラス　*/
.nav.transform{
  height: 6.4rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #EEC362;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 2.4rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-content {
  display: block;
  width: 100%;
  height: calc(100% - 6.4rem);
  padding: 0 0 4rem;
  background: #fff;
  position: fixed;
  top: 6.4rem;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-content.active {
  opacity: 1;
  pointer-events: unset;
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


.nav{
  transition: background-color .3s, border .3s;
}
.nav:has(#nav-open.active){
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.nav a.logo:has(~ #nav-open.active){
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
}
#nav-content ul.h-nav1 li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#nav-content ul.h-nav1 li a{
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  position: relative;
}
#nav-content ul.h-nav1 li a::before{
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}
#nav-content ul.h-nav2{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3.5rem;
  row-gap: 0.6em;
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
#nav-content ul.h-nav2 li a{
  display: flex;
  align-items: center;
  width: fit-content;
}
#nav-content ul.h-nav2 li a::after{
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.6em;
}
#nav-content .place{
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2.8rem;
}
#nav-content .place img{
  width: 22rem;
  margin: 0 auto 0.8rem;
}
#nav-content .h-tel{
  display: block;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin: 1.6rem auto 0;
}
#nav-content .h-tel big{
  font-weight: 600;
}
#nav-content .h-tel small{
  display: block;
  font-size: 1.2rem;
}
a.contact-btn{
  height: 4.8rem;
  margin-top: 1.6rem;
}


.common-header{
  height: 28rem;
  padding-top: 2rem;
  background: url(../images/common/header-bg1_sp.jpg) center center no-repeat;
  background-size: cover;
}
.common-header::before{
  height: 100%;
  background: #000000;
  opacity: 0.1;
}
.common-header.bg2::before{
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.common-header::after{
  content: "";
  display: block;
  width: 15.6rem;
  left: -2.5rem;
  bottom: -4rem;
}
.school-life .common-header{
  background: url(../images/common/header-bg2_sp.jpg) center center no-repeat;
  background-size: cover;
}
.course .common-header{
  background: url(../images/common/header-bg3_sp.jpg) center center no-repeat;
  background-size: cover;
}
.information .common-header{
  background: url(../images/common/header-bg4_sp.jpg) center center no-repeat;
  background-size: cover;
}
.career-paths .common-header{
  background: url(../images/common/header-bg5_sp.jpg) center center no-repeat;
  background-size: cover;
}
.guideline .common-header{
  background: url(../images/common/header-bg6_sp.jpg) center center no-repeat;
  background-size: cover;
}
.testimonials .common-header{
  background: url(../images/common/header-bg7_sp.jpg) center center no-repeat;
  background-size: cover;
}
.faq .common-header{
  background: url(../images/common/header-bg8_sp.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-news .common-header,
.single-news .common-header{
  background: url(../images/common/header-bg9_sp.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-blog .common-header,
.single-blog .common-header{
  background: url(../images/common/header-bg10_sp.jpg) center center no-repeat;
  background-size: cover;
}
.common-header h1{
  font-size: 2.4rem;
}
.common-header .h1-en{
  font-size: 1.6rem;
}


#fl-btn{
  width: 100%;
  bottom: 0;
  right: 0;
  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#fl-btn.fadein{
  opacity: 1;
  pointer-events: unset;
}
#fl-btn .inner{
  flex-direction: row;
  gap: 0.8rem;
  padding: 1rem;
}
#fl-btn .inner a{
  width: 100%;
  height: 5.6rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  writing-mode: unset;
}


section{
  padding: 4.8rem 0;
}


.ttl-36{
  font-size: 2.4rem;
  margin-bottom: 4rem;
}


.ttl-28{
  font-size: 2rem;
  margin-bottom: 4rem;
}


.ttl-22-bd{
  font-size: 1.8rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}


.pb-0{
  padding-bottom: 0;
}
.mb-20{
  margin-bottom: 1.6rem;
}


.arrow-btn{
  width: 20rem;
  height: 4rem;
  font-size: 1.4rem;
}
.arrow-btn::before{
  right: 0.8rem;
}


.arrow-link{
  border-bottom: 0.3rem solid;
}


.tel{
  font-size: 2rem;
  line-height: 1.5;
}
.tel small{
  font-size: 1.2rem;
}


.js-scrollable img{
  width: 200%;
  max-width: unset;
}


.cta .support-bnr{
  background: url(../images/common/support-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 3rem;
}
.cta .support-bnr h2{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.cta .support-bnr p{
  text-align: left;
}
.cta .support-bnr a.btn{
  width: 17rem;
  height: 3.8rem;
  border-radius: 1.9rem;
  font-size: 1.5rem;
  margin: 2rem auto 0;
}
.cta .support-bnr a.btn::after{
  margin-left: 0.6em;
}


.map-sec{
  padding-top: 3.2rem;
}
.cta + .map-sec{
  padding-top: 0;
}
.map-sec .map{
  height: 28rem;
}
.map-sec .map iframe{
  width: 100%;
  height: 100%;
  margin-top: 0;
}


footer{
  text-align: center;
  padding: 4.8rem 0 9.6rem;
}
footer .content{
  display: block;
}
footer .left a.logo{
  width: 22rem;
  margin: 0 auto 1rem;
}
footer .right{
  text-align: center;
}
footer .right ul.f-nav{
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5em;
  font-size: 1.4rem;
  margin-top: 4rem;
}
footer .right ul.f-nav li + li::before{
  margin: 0 1.6rem;
}
footer .right ul.f-nav li:nth-child(4)::before{
  content: none;
}
footer .right ul.f-nav-low{
  width: 100%;
  justify-content: center;
  margin: 2rem auto 0;
}
footer .right .copy{
  margin-top: 2.6rem;
}




}/*　スマホここまで */



