
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100svh;
  position: relative;
}
.fv::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fv .content{
  z-index: 2;
}

.fv-swiper{
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fv-swiper,
.fv-swiper .swiper-slide,
.fv-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-swiper .swiper-slide-active img,
.fv-swiper .swiper-slide-duplicate-active img,
.fv-swiper .swiper-slide-prev img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.fv h1{
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
  filter: drop-shadow(0 0 1rem #000);
}
.fv .scroll{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.fv .scroll span{
  width: 0.2rem;
  height: 4rem;
  background: rgba(255,255,255,0.3);
  overflow: hidden;
  position: relative;
}
.fv .scroll span::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  position: absolute;
  left: 0;
  top: 0;
  animation: scroll 3s infinite;
}
@keyframes scroll {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(200%);
  }
}


.home-news .box{
  padding: 2rem;
  background-color: #F7F7F7;
  margin-bottom: 4rem;
}
.home-news .wrap{
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 4rem;
}
.home-news .wrap + .wrap{
  margin-top: 4rem;
}
.home-news .wrap .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-news .wrap .left .h2-en{
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
}
.home-news .wrap a.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 3.8rem;
  border: 1px solid;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 1.4rem;
}
.home-news .wrap a.btn::after{
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

ul.news-li{
  border-top: 1px solid #D5D6D5;
}
ul.news-li li{
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D5D6D5;
}
ul.news-li li .date{
  width: 13rem;
  font-weight: 600;
}
ul.news-li li .cat-wrap{
  width: 12rem;
  margin-right: 1.6rem;
}
ul.news-li li .ttl{
  flex: 1;
  font-weight: 400;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}

.cat-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.cat-wrap .cat{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.2rem;
  border: 1px solid;
  font-size: 1.2rem;
  text-align: center;
}


.home .ttl-36{
  letter-spacing: 0.05em;
  margin-bottom: 7rem;
}

.home-first{
  background: url(../images/home/first-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.home-first::before,
.home-first::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.home-first::before{
  width: 30.6rem;
  aspect-ratio: 306 / 212;
  background: url(../images/common/leaf-rt.png) center center no-repeat;
  background-size: contain;
  right: -4rem;
  top: -8rem;
}
.home-first::after{
  width: 33rem;
  aspect-ratio: 330 / 220;
  background: url(../images/common/leaf-lb.png) center center no-repeat;
  background-size: contain;
  left: -4rem;
  bottom: -8rem;
}
.home-first .ttl-36,
.home-first p.catch{
  filter: drop-shadow(0 0 1rem #000);
}
.home-first .ttl-36{
  margin-bottom: 1rem;
}
.home-first p.catch{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 7rem;
}
.home-first .box{
  padding: 4rem;
}
.home-first .box .wrap{
  display: grid;
  grid-template-columns: 1fr 63rem;
  gap: 2rem;
}
.home-first .box .wrap .logo-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.home-first .box .wrap .logo-wrap img.shinai{
  width: 25rem;
}
.home-first .box .wrap .logo-wrap img.meihokan{
  width: 22.1rem;
}
.home-first .box ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
.home-first .box ul li{
  display: block;
}
.home-first .box ul li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.home-first .box ul li a::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-first .box ul li a .zoom{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-first .box ul li a .inner{
  position: relative;
  z-index: 2;
}
.home-first .box ul li a .arrow{
  display: block;
  width: 4rem;
  aspect-ratio: 1 / 1;
  background: url(../images/common/arrow-right_w.svg) center center no-repeat #EEC362;
  background-size: 0.7rem auto;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 2;
}
.home-first .box ul li a h3{
  font-size: 2rem;
  letter-spacing: 0.11em;
}


ul.reverse-li li{
  display: flex;
  align-items: center;
  gap: 8rem;
}
ul.reverse-li li:nth-child(2n){
  flex-direction: row-reverse;
}
ul.reverse-li li + li{
  margin-top: 8.6rem;
}
ul.reverse-li li .img{
  width: 46.4rem;
  position: relative;
}
ul.reverse-li li .txt{
  flex: 1;
}
ul.reverse-li li .img .num{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.4rem;
  aspect-ratio: 1 / 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
ul.reverse-li li .img .num big{
  font-size: 200%;
}


.home-message .box{
  padding: 4.8rem 6.4rem 6.4rem;
}
.home-message .box h2{
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}
.home-message .box .wrap{
  display: grid;
  grid-template-columns: 1fr 38rem;
  gap: 6.4rem;
  align-items: center;
}
.home-message .box .wrap .img{
  order: 2;
}




/*　about 共通
------------------------------------------------------------------------------------------------*/

.about .sec-2 .overall .inner{
  width: fit-content;
  position: relative;
}
.about .sec-2 .overall .inner a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.4rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  opacity: 0;
  position: absolute;
}
.about .sec-2 .overall .inner a.link-1{
  left: 7.5%;
  top: 43.1%;
}
.about .sec-2 .overall .inner a.link-2{
  left: 24.4%;
  top: 81.1%;
}
.about .sec-2 .overall .inner a.link-3{
  width: 16.4rem;
  left: 67.8%;
  top: 40.6%;
}

.about .sec-2 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin-top: 8rem;
}
.about .sec-2 ul li{
  display: block;
}
.about .sec-2 ul li .img{
  position: relative;
}
.about .sec-2 ul li .img .label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: fit-content;
  padding: 1em 0;
  font-size: 1.8rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
}
.about .sec-2 ul li h3{
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
.about .sec-2 ul li p{
  margin-top: 2.4rem;
}
.about .sec-2 ul li .arrow-link{
  margin: 2rem 0 0 auto;
}


.about .sec-3 .box{
  padding: 4rem 0;
  border-top: 1px solid #D5D6D5;
  border-bottom: 1px solid #D5D6D5;
}




/*　school-life 共通
------------------------------------------------------------------------------------------------*/

.school-life .sec-1 .box-1{
  padding: 3rem 3rem 4rem;
}
.school-life .sec-1 .box-2{
  display: grid;
  grid-template-columns: 40rem 1fr;
  align-items: center;
  padding: 2rem 0;
}
.school-life .sec-1 .box-2 dl.time{
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1.6rem;
}
.school-life .sec-1 .box-2 dl.time dt{
  display: inline-block;
  line-height: 3rem;
  border-radius: 1.5rem;
  padding: 0 0.9em;
  background: #F6F3F1;
  text-align: center;
  font-weight: 700;
}
.school-life .sec-1 .box-2 dl.time dd{
  font-size: 1.6rem;
}
.school-life .sec-1 .box-2 h3{
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
.school-life .sec-1 .box-2 h3 img{
  display: inline-block;
  width: 1em;
  margin-right: 0.4em;
  vertical-align: -0.12em;
}
.school-life .sec-1 .box-1 .img-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.school-life .sec-1 .box-1 .img-wrap img{
  border: 0.4rem solid #fff;
}


.school-life .sec-2 ul li + li{
  margin-top: 7rem;
}
.school-life .sec-2 ul li{
  display: grid;
  grid-template-columns: 38rem 1fr;
  gap: 4rem;
}
.school-life .sec-2 ul li h3{
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.4em;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D5D6D5;
}




/*　course 共通
------------------------------------------------------------------------------------------------*/

.course .sec ul.course-li{
  margin-top: 8rem;
}
.course .sec ul.course-li > li{
  display: block;
}
.course .sec ul.course-li > li + li{
  margin-top: 8rem;
}
.course .sec ul.course-li > li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.course .sec ul.course-li > li > .inner{
  padding: 2rem;
}
.course .sec ul.course-li li.li-1 p{
  text-align: center;
}
.course .sec ul.course-li li.li-1 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.course .sec ul.course-li li.li-1 ul li{
  display: block;
}
.course .sec ul.course-li li.li-1 ul li h4{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 9.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.course .sec ul.course-li li.li-1 ul li h4 small{
  font-size: 1.6rem;
}
.course .sec ul.course-li li.li-1 ul li h4::before{
  content: "";
  display: block;
  width: 2.6rem;
  height: 1.2rem;
  clip-path: polygon(0 0,100% 0,50% 100%);
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.course .sec ul.course-li li.li-1 ul li h4.bg-bl::before{
  background-color: #4DA0E6;
}
.course .sec ul.course-li li.li-1 ul li h4.bg-pi::before{
  background-color: #D86172;
}
.course .sec ul.course-li li.li-1 ul li h4.bg-gr::before{
  background-color: #4EB2AA;
}
.course .sec ul.course-li li.li-1 ul li .inner{
  display: grid;
  gap: 1.2rem;
  padding: 2.7rem 2.4rem 2.4rem;
}
.course .sec ul.course-li li.li-2 .box{
  padding: 2rem;
}
.course .sec ul.course-li li.li-2 .box img.img{
  width: 72.8rem;
  margin: 0 auto;
}




/*　information 共通
------------------------------------------------------------------------------------------------*/

.information .flow-box{
  padding: 3.2rem;
}
.information .flow-box ul{
  display: flex;
  gap: 2rem;
}
.information .flow-box ul li{
  display: block;
  width: 100%;
}
.information .flow-box ul li p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.information .flow-box ul li small{
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.information .flow-box ul li.vertical{
  width: fit-content;
  writing-mode: vertical-rl;
}
.information .flow-box ul li.vertical p{
  letter-spacing: 0.2em;
}
.information .sec .ttl-22-bd{
  margin-top: 5rem;
}




/*　career-paths 共通
------------------------------------------------------------------------------------------------*/

.career-paths .sec p.p-top{
  text-align: center;
  margin-bottom: 5rem;
}
.career-paths .sec ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8rem;
}
.career-paths .sec ul li{
  display: block;
  text-align: center;
}
.career-paths .sec ul li h2{
  font-weight: 400;
  margin-bottom: 1em;
}
.career-paths .sec ul li img.graph{
  width: 100%;
  height: 36.6rem;
  object-fit: contain;
}




/*　guideline 共通
------------------------------------------------------------------------------------------------*/

.guideline .sec h2.ttl-22-bd:not(:first-child){
  margin-top: 4rem;
}
.guideline .sec h3{
  line-height: 1.8;
  margin: 1em 0 0.2em;
}
.guideline .sec h3 small{
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.5em;
}
.guideline .sec p.note{
  font-size: 1.4rem;
  opacity: 0.8;
  margin-top: 1em;
}
.guideline .sec p.caption{
  font-size: 1.2rem;
}

.table-wrap{
  margin-top: 1.2rem;
}
table.tuition-table{
  width: 100%;
  table-layout: fixed;
  font-size: 1.4rem;
}
table.tuition-table + table.tuition-table{
  margin-top: 2rem;
}
table.tuition-table th,
table.tuition-table td{
  border-collapse: collapse;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 1.2rem;
}
table.tuition-table th:last-child,
table.tuition-table td:last-child{
  border-right: none;
}
table.tuition-table th:first-child{
  text-align: left;
  width: 38.7%;
}
table.tuition-table thead th{
  height: 5rem;
  padding: 0 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
}
table.tuition-table thead th small{
  font-size: 1.2rem;
  margin-left: 0.5em;
}
table.tuition-table thead th:not(:first-child){
  font-size: 1.6rem;
}
table.tuition-table tbody th{
  font-weight: 400;
}
table.tuition-table tbody td,
table.tuition-table tfoot td{
  text-align: right;
}
table.tuition-table tfoot{
  font-weight: 700;
}

table.tuition-total{
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  font-weight: 700;
  margin-top: 2rem;
}
table.tuition-total th,
table.tuition-total td{
  border-collapse: collapse;
  padding: 1.2rem;
}
table.tuition-total th:first-child{
  text-align: left;
  width: 38.7%;
}
table.tuition-total td{
  text-align: right;
}




/*　testimonials 共通
------------------------------------------------------------------------------------------------*/

.testimonials .sec-1 ul.graduates-voice li{
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 4rem;
}
.testimonials .sec-1 ul.graduates-voice li + li{
  margin-top: 4.8rem;
}
.testimonials .sec-1 ul.graduates-voice li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}

.testimonials .sec-2 ul.parents-voice li{
  display: block;
  padding: 4rem;
}
.testimonials .sec-2 ul.parents-voice li + li{
  margin-top: 3rem;
}
.testimonials .sec-2 ul.parents-voice li h3{
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1em;
}




/*　faq 共通
------------------------------------------------------------------------------------------------*/

.faq .sec h2.ttl-22-bd:not(:first-child){
  margin-top: 5rem;
}

ul.faq-li li{
  display: block;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #D5D6D5;
}
ul.faq-li li + li{
  margin-top: 2.4rem;
}
ul.faq-li li h3{
  padding-left: 1.7em;
  margin-bottom: 0.8em;
  position: relative;
}
ul.faq-li li h3 span:first-child{
  position: absolute;
  left: 0;
  top: 0;
}




/*　overview 共通
------------------------------------------------------------------------------------------------*/

.overview .sec h2.ttl-22-bd:not(:first-child){
  margin-top: 5rem;
}
.overview .sec dl.n-dl{
  display: grid;
  grid-template-columns: 20rem 1fr;
  border-top: 1px solid #D5D6D5;
}
.overview .sec dl.n-dl dt,
.overview .sec dl.n-dl dd{
  padding: 0.6em 0;
  border-bottom: 1px solid #D5D6D5;
}
.overview .sec dl.n-dl dt{
  font-weight: 700;
}




/*　news,blog 共通
------------------------------------------------------------------------------------------------*/


ul.blog-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
  row-gap: 4rem;
}
ul.blog-li li,
ul.blog-li li a{
  display: block;
}
ul.blog-li li .zoom{
  aspect-ratio: 303 / 181;
}
ul.blog-li li .ttl{
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.6em;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
ul.blog-li li .date{
  font-size: 1.4rem;
  margin-top: 0.1em;
}


ul.page-numbers{
  display: flex;
  justify-content: center;
  gap: 0.57em;
  margin-top: 6rem;
}
ul.page-numbers li{
  display: block;
}
ul.page-numbers li .page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.85em;
  height: 2.85em;
  border: 1px solid #D5D6D5;
  font-size: 1.4rem;
  transition: color 0.3s, background 0.3s;
}
ul.page-numbers li a.page-numbers:hover,
ul.page-numbers li .page-numbers.current{
  background: #EEC362;
  color: #fff;
  opacity: 1;
}
ul.page-numbers li .page-numbers.current{
  font-weight: 700;
}
ul.page-numbers li .page-numbers.dots{
  background: none;
  border: none;
  width: 2em;
}


.post-sec{
  padding-top: 2rem;
}
.post-sec ul.pankuzu{
  margin-bottom: 4rem;
}
.post-sec h1{
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.post-sec .date{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.post-sec .thumb{
  margin-bottom: 4rem;
}
.post-txt a{
  text-decoration: underline;
}
.post-txt img{
  margin: 4rem auto;
}
.post-txt p{
  margin: 1.5em 0;
}
.post-txt ul li,
.post-txt ol li{
  margin-left: 1.5em;
}
.post-txt + a.arrow-btn{
  margin: 4.8rem auto 0;
}




/*　contact,reservation 共通
------------------------------------------------------------------------------------------------*/

.form-sec .form-before{
  display: grid;
  grid-template-columns: 1fr 37.6rem;
  gap: 4rem;
  margin-bottom: 4.8rem;
}
.form-sec .form-before .tel-wrap{
  padding: 1.6rem 2rem;
  border: 0.3rem solid #EEC362;
}

.form-box{
  padding: 4rem 4rem 6.4rem;
  background-color: #F5F5F5;
}
.form-box label.label{
  display: block;
  margin: 2.4rem 0 0.5em;
}
.form-box label.label:first-child{
  margin-top: 0;
}
.form-box .col2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 1.6rem;
}
.form-box input[type=text],
.form-box input[type=tel],
.form-box input[type=email],
.select-wrap select,
.form-box textarea{
  display: block;
  width: 100%;
  padding: 0.7em 0.8em;
  background: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
}
.form-box textarea{
  height: 26rem;
  resize: none;
}
.form-box .btn-wrap{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.6rem;
}
.form-box .submit-btn,
.form-box .back-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6.4rem;
  background: #313331;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s;
  position: relative;
}
.form-box .back-btn{
  background: none;
  color: #313331;
  font-weight: 400;
  border: 1px solid;
}
.form-box .submit-btn:hover,
.form-box .back-btn:hover{
  opacity: 0.7;
}
.form-box .submit-btn::before{
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.2rem;
  pointer-events: none;
}
.form-box .submit-btn input[type=submit]{
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}


.select-wrap{
  display: block;
  position: relative;
}
.select-wrap::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../images/common/arrow-btm.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.2rem;
  top: 0;
  pointer-events: none;
}
.select-wrap select{
  padding-right: 3.6rem;
}


.radio{
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.radio label{
  padding: 0.6em 1.2em 0.6em 0.8em;
  background: #fff;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2rem + 0.5em);
  line-height: 2rem;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  background: #F1F1F1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.radio input[type=radio]:checked + span::before{
  background: #EEC362;
  border: none;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  margin-top: -0.5rem;
}


iframe.form-frame{
  display: block;
  width: 100%;
  height: 110rem;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/*　home SP
------------------------------------------------------------------------------------------------*/

.fv h1{
  font-size: 2.8rem;
  line-height: 1.6;
}
.fv .scroll{
  font-size: 1.4rem;
}


.home-news{
  padding-top: 2rem;
}
.home-news .box{
  padding: 1.6rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.home-news .wrap{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
.home-news .wrap .left{
  height: 7.6rem;
}
.home-news .wrap .left .h2-en{
  font-size: 2.4rem;
}
.home-news .wrap .left h2{
  font-size: 1.4rem;
}
.home-news .wrap a.btn{
  color: #313331;
  font-size: 1.4rem;
  margin: 1.6rem 0 0 auto;
}
.home-news .wrap a.btn::after{
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.8em;
}

ul.news-li li{
  flex-direction: column-reverse;
  align-items: flex-start;
  font-size: 1.4rem;
  padding: 1.2rem 0;
}
ul.news-li li .date{
  width: 100%;
  margin-top: 0.1em;
}
ul.news-li li .cat-wrap{
  width: 100%;
  margin: 0;
}
ul.news-li li .ttl{
  flex: unset;
  font-weight: 400;

  -webkit-line-clamp: unset;
}


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

.home-first{
  background: url(../images/home/first-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.home-first::before{
  width: 16.8rem;
  right: -2.5rem;
  top: -4rem;
}
.home-first::after{
  width: 18rem;
  left: -2.5rem;
  bottom: -4rem;
}
.home-first .ttl-36,
.home-first p.catch{
  filter: drop-shadow(0 0 1rem #000);
}
.home-first .ttl-36{
  margin-bottom: 1.6rem;
}
.home-first p.catch{
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.home-first .box{
  padding: 4rem 2rem;
}
.home-first .box .wrap{
  grid-template-columns: 100%;
  gap: 4rem;
}
.home-first .box .wrap .logo-wrap{
  gap: 2rem;
}
.home-first .box .wrap .logo-wrap img.shinai{
  width: 21rem;
}
.home-first .box .wrap .logo-wrap img.meihokan{
  width: 18rem;
}
.home-first .box ul{
  grid-template-columns: 100%;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.home-first .box ul li a{
  aspect-ratio: 310 / 135;
  font-size: 1.4rem;
  line-height: 1.5;
}
.home-first .box ul li a .arrow{
  width: 3rem;
  right: 1.2rem;
  bottom: 1.2rem;
}
.home-first .box ul li a h3{
  font-size: 1.8rem;
}


ul.reverse-li li{
  display: block;
}
ul.reverse-li li + li{
  margin-top: 4rem;
}
ul.reverse-li li .img{
  width: 100%;
  margin-bottom: 2rem;
}
ul.reverse-li li .img img{
  aspect-ratio: 350 / 240;
  object-fit: cover;
}
ul.reverse-li li .img .num{
  width: 7.4rem;
  font-size: 1.5rem;
  line-height: 1.1;
}


.home-message .content{
  padding: 0;
}
.home-message .box{
  padding: 4rem 2rem;
}
.home-message .box h2{
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.home-message .box .wrap{
  display: block;
}
.home-message .box .wrap .img{
  margin-bottom: 2rem;
}




/*　about SP
------------------------------------------------------------------------------------------------*/

.about .sec-2 .overall .inner img{
  width: 85rem;
}
.about .sec-2 .overall .inner a.link-1{
  left: 1%;
  top: 48.5%;
}
.about .sec-2 .overall .inner a.link-2{
  left: 14%;
  top: 86%;
}
.about .sec-2 .overall .inner a.link-3{
  left: 55%;
  top: 45.4%;
}

.about .sec-2 ul{
  grid-template-columns: 100%;
  gap: 4rem;
  margin-top: 4.8rem;
}
.about .sec-2 ul li .img img{
  aspect-ratio: 350 / 240;
  object-fit: cover;
}
.about .sec-2 ul li .img .label{
  padding: 0.7em 0;
  font-size: 1.6rem;
}
.about .sec-2 ul li h3{
  font-size: 2rem;
  margin-bottom: 0.8em;
}
.about .sec-2 ul li p{
  margin-top: 2rem;
}


.about .sec-3 .box{
  padding: 2rem 0;
}




/*　school-life SP
------------------------------------------------------------------------------------------------*/

.school-life .sec-1 .box-1{
  padding: 2.4rem 2rem 2rem;
}
.school-life .sec-1 .box-2{
  grid-template-columns: 100%;
  padding: 2rem;
}
.school-life .sec-1 .box-2 dl.time{
  justify-content: flex-start;
  column-gap: 1rem;
  row-gap: 1.2rem;
}
.school-life .sec-1 .box-2 dl.time dt{
  font-size: 1.4rem;
}
.school-life .sec-1 .box-2 dl.time dd{
  font-size: 1.5rem;
}
.school-life .sec-1 .box-2 h3{
  font-size: 1.6rem;
  margin: 2.4rem 0 0.5em;
}


.school-life .sec-2 ul li + li{
  margin-top: 4rem;
}
.school-life .sec-2 ul li{
  grid-template-columns: 100%;
  gap: 2rem;
}
.school-life .sec-2 ul li h3{
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}




/*　course SP
------------------------------------------------------------------------------------------------*/

.course .sec ul.course-li{
  margin-top: 4.8rem;
}
.course .sec ul.course-li > li + li{
  margin-top: 2rem;
}
.course .sec ul.course-li > li h3{
  height: 6.4rem;
  font-size: 2rem;
}
.course .sec ul.course-li > li > .inner{
  padding: 2rem;
}
.course .sec ul.course-li li.li-1 ul{
  grid-template-columns: 100%;
  gap: 2rem;
  margin-top: 2rem;
}
.course .sec ul.course-li li.li-1 ul li h4{
  height: 7.5rem;
  font-size: 1.8rem;
}
.course .sec ul.course-li li.li-1 ul li h4 small{
  font-size: 1.4rem;
}
.course .sec ul.course-li li.li-1 ul li .inner{
  gap: 1rem;
  padding: 2rem;
}
.course .sec ul.course-li li.li-2 .box{
  padding: 2rem;
}




/*　information SP
------------------------------------------------------------------------------------------------*/

.information .flow-box{
  padding: 2rem;
}
.information .flow-box ul{
  flex-wrap: wrap;
  gap: 2rem;
}
.information .flow-box ul li p{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.2rem;
  padding: 1.2rem;
  font-size: 1.5rem;
}
.information .flow-box ul li small{
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.information .flow-box ul li.vertical{
  width: 100%;
  writing-mode: unset;
}
.information .flow-box ul li.vertical p{
  letter-spacing: 0.05em;
}
.information .sec .ttl-22-bd{
  margin-top: 4rem;
}




/*　career-paths SP
------------------------------------------------------------------------------------------------*/

.career-paths .sec p.p-top{
  text-align: left;
}
.career-paths .sec ul{
  grid-template-columns: 100%;
  row-gap: 4rem;
}
.career-paths .sec ul li h2{
  font-weight: 400;
  margin-bottom: 1em;
}




/*　guideline SP
------------------------------------------------------------------------------------------------*/

.guideline .sec p.note{
  font-size: 1.2rem;
}
.guideline .sec p.caption{
  font-size: 1.2rem;
}

.table-wrap .scroll-hint-icon{
  top: 11rem;
}
table.tuition-table,
table.tuition-total{
  width: 69rem;
}
table.tuition-table th:first-child,
table.tuition-total th:first-child{
  width: 34%;
}
table.tuition-table thead th small{
  display: block;
  margin-left: 0;
}




/*　testimonials SP
------------------------------------------------------------------------------------------------*/

.testimonials .sec-1 ul.graduates-voice li{
  grid-template-columns: 100%;
  gap: 2rem;
}
.testimonials .sec-1 ul.graduates-voice li + li{
  margin-top: 4rem;
}
.testimonials .sec-1 ul.graduates-voice li h3{
  height: 7.6rem;
  font-size: 1.8rem;
}

.testimonials .sec-2 ul.parents-voice li{
  padding: 2rem;
}
.testimonials .sec-2 ul.parents-voice li + li{
  margin-top: 2rem;
}
.testimonials .sec-2 ul.parents-voice li h3{
  margin-bottom: 0.8em;
}




/*　faq SP
------------------------------------------------------------------------------------------------*/

.faq .sec h2.ttl-22-bd:not(:first-child){
  margin-top: 4rem;
}

ul.faq-li li{
  padding-bottom: 2rem;
}
ul.faq-li li + li{
  margin-top: 2rem;
}




/*　overview SP
------------------------------------------------------------------------------------------------*/

.overview .sec h2.ttl-22-bd:not(:first-child){
  margin-top: 4rem;
}
.overview .sec dl.n-dl{
  grid-template-columns: 100%;
}
.overview .sec dl.n-dl dt{
  padding: 1.6rem 0 0.2em;
  border-bottom: 0;
}
.overview .sec dl.n-dl dd{
  padding: 0 0 1.6rem;
}




/*　news,blog SP
------------------------------------------------------------------------------------------------*/

ul.blog-li{
  grid-template-columns: 100%;
  row-gap: 4rem;
}
ul.blog-li li .ttl{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.6em;
  
  -webkit-line-clamp: unset;
}


ul.page-numbers{
  margin-top: 4rem;
}
ul.page-numbers li .page-numbers{
  font-size: 1.2rem;
}


.post-sec{
  padding-top: 4rem;
}
.post-sec h1{
  font-size: 2rem;
}
.post-sec .date{
  font-size: 1.4rem;
}




/*　contact,reservation SP
------------------------------------------------------------------------------------------------*/

.form-sec .form-before{
  grid-template-columns: 100%;
  gap: 2rem;
  margin-bottom: 4.8rem;
}
.form-sec .form-before .tel-wrap{
  text-align: center;
}
.form-sec .form-before .tel-wrap a.tel{
  width: fit-content;
  margin: 0 auto;
}


iframe.form-frame{
  height: 120rem;
}




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



