@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/**********************************************************

                  　初期テーマカスタム

**********************************************************/
.pc{display: block;}
.sp{display: none;}

.content{margin-top: 0;}

.content-in.wrap{
  width: 100%;
  max-width: 1920px;
}
.main{
  padding: 0;
  width: 100%;
}

table{margin-bottom: 0;}

table:not(.has-border-color) :where(th, td){
  border: none;
}

table tr:nth-of-type(2n+1){
  background: none;
}

table th,table td{
  background: none;
}

.body{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.navi-footer-in a:hover{
  background-color: #F7EFE3;
}

.mt03{margin-top: 0.3em;}

.ex{
  transform: translateY(10px);
  transition: ease-in-out 1s;
  opacity: 0;
}

.ex.active{
  transform: translateY(0);
  opacity: 1;
}

.delay.ex {transition: ease-in-out 1s 0.5s;}
.delay1.ex{transition: ease-in-out 1s 1.0s;}
.delay2.ex{transition: ease-in-out 1s 1.5s;}



.ex.sec04-flex{
  transform:none; 
  opacity: 1;
}

.ex.sec05-flex-wrap{
  transform:none; 
  opacity: 1;
  text-align: left;
}

.ex.sec04-flex .sec04-flex-wrap01{transform-origin: center; transform: scale(2.5); transition: ease-in-out 0.5s; opacity: 0;}
.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(n+4){transform-origin: center; transform:translateY(-46.5%) scale(2.5); transition: ease-in-out 0.5s; opacity: 0;}
.active.sec04-flex .sec04-flex-wrap01{transform-origin: center; transform: scale(1); opacity: 1;}
.active.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(n+4){transform-origin: center; transform:translateY(-46.5%) scale(1); opacity: 1;}

.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(1){transition-delay: 0;}
.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(4){transition-delay: 0.5s;}
.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(2){transition-delay: 1.0s;}
.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(5){transition-delay: 1.5s;}
.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(3){transition-delay: 2.0s;}

.ex .sec05-text02{transform: translateX(-100%); display: inline-block; transition: ease-in-out 1s; overflow: hidden;}
.ex .sec05-text02 span{transform: translateX(100%); display: inline-block; transition: ease-in-out 1s;}

.ex .sec05-text02:nth-of-type(3),.ex .sec05-text02:nth-of-type(3) span{transition-delay: 1s;}
.ex .sec05-text02:nth-of-type(4),.ex .sec05-text02:nth-of-type(4) span{transition-delay: 2s;}

.active .sec05-text02,
.active .sec05-text02 span{
  transform: translateX(0);
}

/**********************************************************

                  　以下 ヘッダー

**********************************************************/
.container{position: relative;}

#header-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header{
  width: 100%;
  background: #F7EFE3;
  padding: 20px 0;
}
.header-dammy{
  width: 100%;
  height: 120px;
}

.header-inner{
  width: calc(100% - 80px);
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner .header-logo{
  height: 80px;
  width: auto;
}

.header-inner a:hover{opacity: 0.5;}

.header-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  gap: 30px;
}

.header-sns{
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
}

.header-sns img{
  height: 100%;
  width: auto;
}

.menu-triger{
  position: relative;
  height: 50px;
  width: auto;
  aspect-ratio: 1/1;
  /* background: #fff; */
  background: none;
  border: none;
  cursor: pointer;
}
.menu-triger span{
  position: absolute;
  top: calc(50% - 2px);
  left: 5%;
  display: block;
  width: 90%;
  height: 4px;
  background: #777;
  transition: 0.2s;
}
.menu-triger::before,
.menu-triger::after{
  content: '';
  position: absolute;
  left: 5%;
  width: 90%;
  height: 4px;
  background: #777;
  display: block;
  transition: ease 0.3s;
}
.menu-triger::before{ top: 10%;}
.menu-triger::after{ bottom: 10%;}

.menu-triger.active span{opacity: 0;}
.menu-triger.active::before{
  top: calc(50% - 2px);
  transform-origin: center;
  transform: rotate(45deg) ;
}
.menu-triger.active::after{
  bottom: calc(50% - 2px);
  transform-origin: center;
  transform: rotate(-45deg) ;
}

.menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
}

.menu-cover{
  width: 100%;
  height: 60vh;
  max-height: 500px;
  transform: translate(-100%,-50%);
  transition: ease-in-out 1s;
  margin-top: 50vh;
  overflow: hidden;
}

.menu-wrap{
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: ease-in-out 1s;
  background: url(img/back-img01.webp)no-repeat center / cover;
  padding: 40px 0;
}

.menu-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: linear 0.3s;
  pointer-events: none;
}

.menu.active{pointer-events: all;}

.active .menu-back{
  opacity: 0.5;
  pointer-events: all;
}

.menu.active .menu-cover{
  transform: translate(0,-50%);
}

.menu.active .menu-wrap{
  transform: translateX(0);
}

.menu-textarea{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

.menu-textarea{
  margin: 0 auto;
  text-align: center;
}

.menu-textarea ul{
  font-size: 24px;
  padding: 2em 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3em;
  transform: translateY(30px);
  transition: linear 0.5s;
  opacity: 0;
}

.menu.active .menu-textarea ul{
  transform: translateY(0);
  opacity: 1;
  transition: linear 0.5s 1s;
}

.menu-text{
  position: relative;
  writing-mode: vertical-lr;
  list-style: none;
  padding-top: 1.3em;
  line-height: 1;
}

.menu-text::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background: url(img/menu-icon01.webp)no-repeat center / cover;
}

.active .menu-text::before{
  animation: 6s roaling linear infinite;
}
@keyframes roaling {
  0%   { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

.menu-text a{
  text-decoration: none;
  color: #777;
}

.menu-text a:hover{
  color: #FD715D;
}







/**********************************************************

                  　以下 フロントページ

**********************************************************/

.front-h1{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-200%);
}

.front-sec01{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: calc(100vh - 120px);
  /* max-height: 56.25vw; */
  background: url(img/sec01-img01.webp)no-repeat center bottom / cover;
}

.front-sec01-h2{
  position: absolute;
  top: 1em;
  right: 70%;
  /* font-size: min(4vw,60px); */
  font-size: 7vh;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #fff;
}

.front-sec01-h2 span{
  font-size: 0.6em;
  margin-top: 4em;
}

.fornt-open01{
  position: absolute;
  top: 1em;
  right: 70%;
  font-size: 7vh;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #fff;
  transform: translateY(-100%);
  transition: ease-in-out 1.5s;
  overflow: hidden;
}
.fornt-open01 p{
  transform: translateY(100%);
  transition: ease-in-out 1.5s;
}

.opened .fornt-open01,
.opened .fornt-open01 p,
.opened .fornt-open02,
.opened .fornt-open02 p{
  transform: translateY(0);
}

.fornt-open02{
  position: absolute;
  top: 3.4em;
  right: calc(70% + 11vh);
  font-size: 7vh;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #fff;
  transform: translateY(-100%);
  transition: ease-in-out 2.0s 1.7s;
  overflow: hidden;
}
.fornt-open02 P{
  font-size: 0.6em;
  transform: translateY(100%);
  transition: ease-in-out 2.0s 1.7s;
}


.front-sec{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
}

.front-sec.sec02,
.front-sec.sec03{
  background: #F7EFE3;
}

.inner{
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec02-flex{
  font-size: min(1.437vw,16px);
  letter-spacing: 0.15em;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.sec02-flex img{
  height: 26em;
  width: 26em;
}

.sec02-flex h2{
  font-size: 2em;
  line-height: 1.9;
  writing-mode: vertical-rl;
  font-weight: 500;
  display: inline-block;
  margin-right: 2em;
}

.sec02-flex h2 span{
  transform: translateY(-0.5em);
  display: inline-block;
}

.sec02-flex p{
  font-size: 1em;
  line-height: 2.3;
  writing-mode: vertical-rl;
  margin: 2em 2em 0 0;
}

.front-sec.sec02 .inner{
  text-align: left;
  letter-spacing: 0.15em;
}



.front-sec .inner{
  text-align: center;
  letter-spacing: 0.15em;
}

.sec-title-en{
  font-size: 16px;
  font-weight: 300;
  color: #777;
}

.sec-title{
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 2em;
}

.news-wrap{
  font-size: 16px;
  width: auto;
  /* min-width: 40em; */
  padding: 0;
  display: inline-block;
  text-align: left;
}

.news-wrap li{
  position: relative;
  list-style: none;
  display: block;
  padding: 0 1em;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}
.news-wrap li:not(:last-of-type){
  border-bottom: solid 1px #777;
}

.news-wrap li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.5px);
  background: #F7EFE3;
  z-index: -1;
  transform-origin: top right;
  transform: scale(0,1);
  transition: transform linear 0.5s;
}
.news-wrap li:hover::before{
  transform-origin: top left;
  transform: scale(1,1);
}

.news-wrap li a{
  text-decoration: none;
  color: #333;
  padding: 1em 0;
  display: block;
}

/* .news-wrap li:hover a,.news-wrap li:hover a  span{
  color: #fff;
} */

.news-wrap li a span{
  font-size: 0.8em;
  margin-right: 1em;
  width: 8em;
  display: inline-block;
  color: #777;
}

.linkbtn01{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #FD715D;
  border: solid 2px #FD715D;
  padding: 1em 4em 1em 1em;
  display: block;
  margin: 3em auto 0;
  text-decoration: none;
  width: 18em;
  transition: ease 0.5s;
}
.linkbtn01::after{
  content: '';
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  height: 1.4em;
  width: 1.4em;
  background: url(img/link-arrow01a.webp)no-repeat center / contain;
  transition: ease 0.5s;
}

.linkbtn01:hover{
  color: #FD715D;
  background: #fff;
}
.linkbtn01:hover::after{
  background: url(img/link-arrow01b.webp)no-repeat center / contain;
}

.news-img{
  position: absolute;
  bottom: -120px;
  left: 0;
  transform: translateX(10%);
  /* height: calc(100% + 360px); */
  height: auto;
  width: 23%;
}


/* .sec03 .inner{text-align: center;} */

.sec03-wrap{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2em 0;
  background: #FD715D;
  margin-top: 2em;
}

.sec03-wrap p{
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1em;
}

.sec03-wrap h3{
  font-size: 2em;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
}

.sec03-imgbox{
  position: absolute;
  bottom: 120px;
  left: 0;
  /* transform: translateY(50%); */
  font-size: 18px;
  /* width: calc(50% - 22em); */
  width: 25%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 3/2;
  background: url(img/sec03-img01.webp)no-repeat center / cover;
  display: block;
}

.sec03 .linkbtn01{
  margin-top: 4em;
}

.sec03 dl{
  font-size: 18px;
  text-align: left;
  display: inline-block;
}

.sec03-text01{
  margin-bottom: 2em;
}

.sec03 dl dt{
  font-size: 1em;
  line-height: 1.1;
  margin-bottom: 0.3em;
}

.sec03 dl dd{
  font-size: 1.3em;
  line-height: 1.1;
  color: #FD715D;
  margin-bottom: 1em;
}




.front-sec.sec04{
  padding: 80px 0;
  background: url(img/sec04-img01.webp)no-repeat center / cover;
}

.sec04-wrap{
  /* font-size: 2vw; */
  font-size: max(2vw,24px);
  width: 18.5em;
  min-width: 14em;
  height: 13em;
  /* height: 10em; */
  padding: 0.5em;
  /* margin-left: 13%; */
  margin: 0 50% 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.7em;
}

.sec04-wrap .sec-title{
  /* font-size: 40px; */
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
.sec04-wrap .sec-title span{
  font-size: 0.75em;
}
.sec04-wrap .sec-title .orange{
  color: #FD715D;
  font-size: 1em;
}
.sec04-wrap .sec-title .orange .big{
  font-size: 1.5em;
}

.sec04-flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  justify-content: center;
}

.sec04-flex-wrap01{
  position: relative;
  /* background: #ccc; */
  width: 31%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}

.sec04-flex-wrap01::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 74%;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 2px solid #FD715D;
  transform-origin: center;
  transform:translate(-50%,-50%) rotate(45deg);
  z-index: -1;
}

.sec04-flex .sec04-flex-wrap01:nth-of-type(n+4){
  transform: translateY(-46.5%);
}

.sec04-number{
  font-size: 1em;
  line-height: 1.1;
  color: #FD715D;
  margin-top: 0.7em
}

.sec04-text01{
  font-size: 0.5em;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 0.7em;
}

.sec05{background: #fff;}

.sec05 .inner{
  width: 90%;
  margin: 0 auto;
}

.sec05-flex{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec05-flex-wrap{
  width: 50%;
}

.sec05-flex-wrap img{
  width: 80%;
  margin: 0 auto;
}

.sec05-text01{
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.sec05-text02{
  /* font-size: 40px; */
  font-size: min(3.86vw,40px);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  color: #FDAB9F;
}

.sec05-text03{
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
}

.sec05-text04{
  font-size: 16px;
  line-height: 2;
  margin: 2em auto 0;
  text-align: justify;
  /* width: 80%; */
  width: 100%;
  max-width: 1080px;
}




.front-sec.sec06{
  background: #F7EFE3;
}

.front-sec.sec06 .inner,
.front-sec.sec07 .inner{
  width: 90%;
  max-width: 1080px;
}

.sec06-wrap{
  position: relative;
  font-size: 16px;
  width: 100%;
  height: 28em;
  /* background: #ccc; */
  margin-bottom: 5em;
}

.sec06-imgbox{
  width: 80%;
  height: 100%;
  margin-left: 20%;
  background: url(img/sec06-img01.webp)no-repeat center / cover;
  display: block;
}

.sec06-textwrap{
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(2em);
  width: 27em;
  padding: 2em;
  background: #fff;
}

.sec06-text01{
  text-align: justify;
  line-height: 2;
  margin-bottom: 1em;
}



.blank-area{
  width: 100%;
  height: 100vh;
  /* height: 56.25vw; */
  /* max-height: 100vh; */
  pointer-events: none;
}


.front-sec-back{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(img/sec-back.webp)no-repeat center / cover;
  z-index: -1;
  opacity: 0;
}
.front-sec-back::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #F7EFE3;
}

.front-sec-back.active{
  opacity: 1;
}

.front-sec-back-wrap{
  position: absolute;
  right: calc(50% + 2em);
  top: 0;
  font-size: 40px;
  padding: 1em;
  height: 100%;
  width: auto;
  /* background: #fff; */
}

.front-sec-back-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
}

.front-sec-back-wrap p{
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: vertical-rl;
  margin-top: 4em;
}

.front-sec.sec07{background: #fff; z-index: 1;}

.sec07-wrap{
  position: relative;
  width: 100%;
  padding: 4em 0 0;
}

.sec07-imgbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: auto;
  aspect-ratio: 16/9;
  background: url(img/sec07-img01.webp)no-repeat center / cover;
  z-index: -1;
}

.sec07-wrap-flex{
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.sec07-wrap02{
  width: calc(50% - 0.5em);
}

.sec07-wrap-flex-box{
  width: 100%;
  background: #F7EFE3;
  text-align: justify;
  padding: 1em;
}

.sec07-wrap-flex-box h3{
  font-size: 1.75em;
  font-weight: 500;
}

.sec07-wrap02 .sec07-wrap-flex-box:first-of-type{
  margin-bottom: 1em;
}

.sec07-boxtext{
  font-size: 0.875em;
  background: #FD715D;
  display: inline-block;
  line-height: 1.1;
  padding: 0.3em 0.6em 0.2em;
  color: #fff;
  margin-bottom: 0.7em;
}

.front-sec.sec08{
  background: #F7EFE3;
}

.sec08-flex{
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto 1em;
}

.sec08-flex div{
  width: 50%;
  border-right: 1px solid #333;
}
.sec08-flex div:first-of-type{
  border-left: 1px solid #333;
}

.sec08-flex div p:nth-of-type(2){
  font-size: 2em;
}
/* 
.sec08-caution{
  background: #FD715D;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-top: 0.8em;
} */

.sec08-boxtext{
  border: solid 1px #333;
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-top: 0.8em;
}

.front-sec.sec09{
  background: #fff;
}

.sec08-wrap{
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  padding: 2em;
  /* background: #FD715D; */
  border: solid 1px #333;
  margin: 3em auto;
}

.address::before{
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  font-weight: 900;
  margin-right: 0.2em;
}

.sec-subtitle{
  font-size: 1.5em;
  margin-bottom: 1.3em;
}

.sec08-flex02{
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  font-size: 16px;
}

.tel{ width: 48%;padding: 1em; border: solid 1px #333;}
.tel span{ font-size: 1.7em;}
.tel span::before{
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}

.mail{
  font-size: 1.7em;
  line-height: 1;
  background: #FD715D;
  border: solid 2px #FD715D;
  color: #fff;
  /* align-content: center; */
  text-decoration: none;
  width: 48%;
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.5s;
}
.mail::before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
  /* transition: ease 0.2s; */
}

.mail:hover{
  background: #fff;
  color: #FD715D;
}

.mt1{margin-top: 1em;}

.insta-wrap{
  width: 100%;
}

.front-sec.sec08 .inner,
.front-sec.sec09 .inner{
  max-width: 1080px;
}

.footer{
  position: relative;
  background: #fff;
  z-index: 2;
  margin-top: 0;
}

.footer-bottom-logo{
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.footer-bottom-logo img{
  height: 35px;
}








/**********************************************************

                  　以下 courseページ

**********************************************************/

.course-top{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px 0;
  background: url(img/course-img01.webp)no-repeat center / cover;
}

.course-top-inner{
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.course-open{
  display: inline-block;
  width: 40%;
  margin-top: 60px;
  transform: translateX(-100%);
  transition: ease-in-out 1s;
  overflow: hidden;
}

.course-top-text{
  width: 100%;
  height: auto;
  transform: translateX(100%);
  transition: ease-in-out 1s;
}

.opened.course-open{ transform: translateX(0);}
.opened .course-top-text{ transform: translateX(0);}

.course-menu{
  width: 18em;
  text-align: center;
  font-size: 20px;
}

.course-top h1{
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1em;
}

.course-top h1::before,
.course-top h1::after{
  content: '';
  position: absolute;
  top: 50%;
  width: 2em;
  height: 1px;
  background: #333;
}

.course-top h1::before{ left: -3em;}
.course-top h1::after{ right: -3em;}

.course-top ul{
  padding: 0;
  text-align: left;
  display: inline-block;
}

.course-top li{
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}

.course-top li a{
  position: relative;
  color: #333;
  text-decoration: none;
  padding-bottom: 0.1em;
}
.course-top li a::before{
  content: '';
  width: 0.9em;
  height: 0.9em;
  background: url(img/menu-icon01.webp)no-repeat center / contain;
  display: inline-block;
  margin-right: 0.2em;
}

.course-top li a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform-origin: top right;
  transform: scale(0,1);
  transition: transform ease 0.6s;
}
.course-top li a:hover::after{
  transform-origin: top left;
  transform: scale(1,1);
}

.course-sec01{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: #F7EFE3;
  text-align: center;
}

.course-sec02{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: #fff;
  text-align: left;
}

.course-sec01 .inner,
.course-sec02 .inner{
  width: 90%;
  position: relative;
  margin: 0 auto;
  max-width: 880px;
}

.course-sec01 .sec-title{
  position: relative;
  margin-bottom: 1em;
}

.course-sec02 .sec-title{
  position: relative; 
  display:inline-block;
  /* padding-right: 1em; */
  padding: 0 1em 0.3em 0;
  line-height: 1.1;
}

.course-sec02 .sec-title::before,
.course-sec02 .sec-title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #777;
  display: block;
}

.course-sec02 .sec-title::after{
  width: 30%;
  background: #FDAB9F;
}

.sec-title.mb0{
  margin-bottom: 0;
}

.course-text01{
  margin-top: 2em;
  line-height: 2;
}

.course-img02{
  position: absolute;
  bottom: -3em;
  left: 55%;
  width: 55%;
}

.course-sec02-wrap{
  width: 100%;
  position: relative;
}

.course-sec02-wrap.mt2{
  margin-top: 5em;
}

.course-sec02 .inner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 130%;
  height: 100%;
  background: url(img/course-back01.webp)no-repeat left top / contain;
  opacity: 0.1;
  transform: translate(-30%,-3vw);
}

.course-sec02-wrap02{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.course-sec02-wrap02-imgbox.i1{
  width: 33%;
  background: url(img/course-img03.webp)no-repeat center / cover;
}
.course-sec02-wrap02-imgbox.i2{
  width: 33%;
  background: url(img/course-img04.webp)no-repeat center / cover;
}
.course-sec02-wrap02-imgbox.i3{
  width: 33%;
  background: url(img/course-img05.webp)no-repeat center / cover;
}
.course-sec02-wrap02-imgbox.i4{
  width: 33%;
  background: url(img/course-img06.webp)no-repeat center / cover;
}

.course-table01{
  width: 100%;
  border-collapse: collapse;
  margin: 3em auto 0;
}

.course-table01 tr:nth-of-type(2n+1){
  background: #fff;
}

.course-table01 td,
.course-table01 th{
  border: solid 1px #333;
}

.course-table01 th{
  background: #F7EFE3;
  font-weight: 500;
  text-align: center;
  width: 6em;
}

.course-table01 td{
  font-weight: 300;
  padding: 0.7em 1em;
  background: #fff;
}

.course-table01 td span{
  font-size: 0.8em;
}

.course-table01 .sub{
  text-align: center;
  width: 6em;
}

.course-table01 .cancel{
  position: relative;
  display: inline-block;
}
.course-table01 .cancel::after{
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  height: 20%;
  border-top: #FD715D solid 1px;
  border-bottom: #FD715D solid 1px;
}

.course-table01 .monitor{
  color: #FD715D;
}







/**********************************************************

                  　以下 privacyページ

**********************************************************/

.privacy-wrap{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /* background: #eee; */
  padding-bottom: 120px;
}

.privacy-wrap h1{
  font-size: 36px;
  color: #FD715D;
  font-weight: 500;
}

.privacy-wrap p{
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  line-height: 2;
}

.privacy-wrap h3{
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  color: #FD715D;
  margin-top: 1em;
}

.privacy-wrap .inner{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.privacy-ch{
  width: 100%;
  padding: 120px 0;
  background: url(img/privacy-img01.webp)no-repeat center / cover;
}

.ch-inner{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.ch-inner h1{
  /* text-align: center; */
}

.privacy-wrap h2{
  position: relative;
  font-size: 28px;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #FD715D;
  font-weight: 500;
  padding-right: 1em;
  padding-bottom: 0.2em;
}
.privacy-wrap h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #FDAB9F;
  display: block;
}

.privacy-wrap h2::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #777;
  display: block;
}

.list{
  position: relative;
  padding-left: 1.5em;
}

.list::before{
  position: absolute;
  top: 0;
  left: 0;
}
.list.li1::before{content: '1.';}
.list.li2::before{content: '2.';}
.list.li3::before{content: '3.';}
.list.li4::before{content: '4.';}








/**********************************************************

                  　以下 contactページ

**********************************************************/

.contact-wrap{
  width: 100%;
  padding: 60px 0 0;
  font-size: 16px;
}

.contact-text{
  margin-bottom: 2em;
}

.contact-table{
  width: 100%;
}

.contact-table tr{
  border-top: 1px solid #ccc;
}

.contact-table tr th{
  position: relative;
  width: 13em; 
  padding: 1em 0;
}

.contact-table tr th.must::after{
  content: '必須';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  background: #FD715D;
  display: inline-block;
  padding: 0.3em 0.6em;
}

.contact-table tr td{
  padding: 1em 0;
}

.page-id-38 .privacy-wrap .contact-table td p{width: 35em;}

.contact-table tr:nth-of-type(4) td input{
  width: 15em;
}

.contact-wrap .wpcf7-list-item{
  margin-left: 0;
  margin-right: 2em;
}

/* .contact-table tr td.name{width: 50%;} */

.contact-table tr td.name p{
  display: flex;
  align-items: center;
  margin-right: 3em;
}
.contact-table tr td.name p span:first-of-type{
  margin-right: 1em;
}

input[type=submit]{
  font-size: 16px;
  margin-top: 2em;
  margin: 2em auto 0;
  max-width: 500px;
  display: block;
  background: #FD715D;
  color: #fff;
  font-weight: 500;
  border: solid 2px #FD715D;
  box-sizing: border-box;
}

input[type=submit]:hover{
  background: #fff;
  color: #FD715D;
}

.privacy-wrap .contact-text2{
  font-size: 32px;
  color: #FD715D;
  margin-bottom: 1em;
}

.wpcf7-previous{
  font-size: 16px;
  display: block!important;
  position: absolute;
  bottom: 30px;
  border-radius: 0;
  color: #fff;
  border: solid #777 2px;
  background: #777;
  padding: 11px;
  cursor: pointer;
}
.wpcf7-previous:hover{
  background: #fff;
  color: #777;
}
.wpcf7-spinner{display: none;}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .pc{display: none;}
  .sp{display: block;}

  .body{ overflow-x: hidden;}

  main.main, div.sidebar{padding: 0;}

  .header{ padding: 10px 0;}
  .header-inner{width: calc(100% - 20px);}
  .header-inner .header-logo{height: 40px;}
  .header-wrap{height: auto;}
  .menu-triger{height: 35px;}
  .menu-triger span{height: 3px;}
  .menu-triger::before, .menu-triger::after{height: 3px;}
  .header-dammy{height: 60px;}

  .menu-wrap{padding: 30px 0;}
  .menu-text{writing-mode: unset;}
  .menu-cover{
    height: auto;
    min-height: unset;
  }
  .menu-textarea ul{padding: 3em 0; font-size: 18px; width: 13em; margin: 0 auto; flex-wrap: wrap; gap: 0; }
  .menu-textarea ul .menu-text{padding: 0 0 0 1.2em; margin-top: 1em; width: 100%; text-align: left;}
  .menu-textarea ul .menu-text:first-of-type{  order: 5;}
  .menu-textarea ul .menu-text:nth-of-type(2){ order: 4;}
  .menu-textarea ul .menu-text:nth-of-type(3){ order: 3;}
  .menu-textarea ul .menu-text:nth-of-type(4){ order: 2;}
  .menu-textarea ul .menu-text:nth-of-type(5){ margin-top: 0; order: 1;}
  .menu-textarea ul .menu-text a{padding: 0.3em 0; display: inline-block; }
  .menu-text::before{top: 0.4em;}


  .front-sec01{
    height: calc(177vw - 60px);
    max-height: calc(100vh - 60px);
  }
  .fornt-open01{
    font-size: 10vw;
    right: auto;
    left: 20vw;
  }

  .fornt-open02{
    font-size: 10vw;
    right: auto;
    left: 10vw;
  }

  .front-sec{
    padding: 18vw 0;
  }

  .front-sec.sec02 .inner,
  .front-sec .inner{
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
  }

  .sec02-flex{
    font-size: min(4.375vw,16px);
    flex-wrap: wrap;
  }

  .sec02-flex h2{order: 1; writing-mode: unset; margin: 0 auto; width: 100%; font-size: 1.6em; }
  .sec02-flex h2 span{transform: none;}
  .sec02-flex p{order: 2; writing-mode: unset; margin: 2em auto 1em; text-align: justify;}
  .sec02-flex img{order: 3; width: 80%; margin: 0 auto; height: auto; max-width: 300px;}

  .sec-title-en{font-size: 12px;}
  .sec-title{font-size: 26px; margin-bottom: 9vw;}

  .news-wrap{font-size: 15px;}
  .news-wrap li{padding: 0 0.5em;}
  .news-wrap li a{text-align: justify; line-height: 1.3; padding: 0.6em 0 0.5em;}
  .news-wrap li a span{display: block; line-height: 1; margin-bottom: 0.4em;}

  .linkbtn01{font-size: 14px; padding: 0.7em 3em 0.7em 2em; margin: 2em auto 0;}

  .news-img{display: none;}
  .sec03 dl{font-size: 16px;}
  .sec03 dl dt{margin-bottom: 0.3em;}
  .sec03 dl dd{margin-bottom: 1.2em; line-height: 1.5; font-size: 1.15em;}
  .sec03 dl dd:last-of-type{margin-bottom: 0;}

  .sec03-wrap{ margin-top: 11vw;}
  .sec03-wrap p{line-height: 1.5;}

  .sec03 .linkbtn01{ margin-top: 2em;}

  .sec03-imgbox{position: relative; bottom: auto; width: 100%; max-width:none; aspect-ratio: 3/1;}

  .front-sec.sec04{padding: 17vw 0; background: url(img/sec04-img01-sp.webp)no-repeat center / cover;}

  .sec04-wrap{width: 100%; min-width: auto; height: 28.5em; font-size: min(5.625vw,34px);}

  .sec04-flex-wrap01{width: 50%; margin-right: 25%; margin-bottom: 3%;}

  .ex.sec04-flex .sec04-flex-wrap01:nth-of-type(n+4){
    margin-right: auto;
    margin-left: 39%;
    transform: translateY(-265%) scale(2.5);
  }
  .active.ex.sec04-flex .sec04-flex-wrap01:nth-of-type(n+4){
    transform: translateY(-265%) scale(1);
  }

  .sec04-text01{
    font-size: 0.7em;
  }

  .sec04-number{
    font-size: 1.3em;
  }

  .sec05-flex{flex-wrap: wrap;}
  .sec05-flex-wrap{width: 100%;}

  .sec05-flex .sec05-flex-wrap:nth-of-type(1){ order: 2;}
  .sec05-flex .sec05-flex-wrap:nth-of-type(2){ order: 1;}

  .sec05-text02{font-size: min(7.5vw,48px); line-height: 1.5;}

  .sec05-text01{margin-bottom: 0.5em; font-size: min(4.375vw,16px);}
  .sec05-text03{font-size: min(4.375vw,16px);}
  .sec05-text04{font-size: min(4.375vw,16px);}
  .sec05-flex-wrap img{margin-top: 6vw;}

  .sec06-wrap{
    font-size: min(4.375vw,16px); 
    height: auto;
    margin-bottom: 0;
    padding-top: 22vw;
  }
  .sec06-imgbox{
    position: absolute;
    top: 0;
    transform: translateX(5vw); 
    width: 90%;
    height: auto;
    aspect-ratio: 3/2;
    margin-left: 10%;
  }
  .sec06-textwrap{
    width: 100%; 
    padding: 1em; 
    position: relative; 
    bottom: auto;
    transform: unset;
  }
  .sec06-wrap table th, .sec06-wrap table td{font-size: 1em;}
  .sec06-wrap table th{width: 6em;}

  .front-sec-back::after{height: 60px;}
  .front-sec-back-wrap{
    padding: 60px 0; 
    left: 0; 
    top: 50%; 
    width: 100%; 
    height: auto; 
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
  }
  .front-sec-back-wrap p{
    font-size: min(8.75vw,40px);
    margin-top: 0;
  }

  .sec07-wrap{padding-top: 0;}

  .sec07-imgbox{
    position: relative;
    display: block;
    width: 100%;
  }

  .sec07-wrap-flex{
    flex-wrap: wrap;
    font-size: min(4.375vw,16px);
  }

  .sec07-wrap02{width: 100%;}

  .sec07-wrap-flex .sec07-wrap02:nth-of-type(2){order: 1;}
  .sec07-wrap-flex .sec07-wrap02:nth-of-type(1){order: 2;}

  .sec07-wrap-flex-box{margin-bottom: 1em}

  .sec07-wrap-flex-box h3{font-size: 1.4em;}

  .sec08-flex{flex-wrap: wrap; font-size: min(4.375vw,16px);}

  .sec08-flex div{width: 100%; border: none;}

  .sec08-flex div:first-of-type{border: none; border-bottom: solid 1px #333; padding-bottom: 2em; margin-bottom: 2em;}

  .sec08-flex div p:nth-of-type(2){font-size: 1.6em;}

  .tal-sp{text-align: justify; margin-top: 2em;}
  .tal-sp.mt1{margin-top: 1em;}

  .sec08-wrap{margin: 2em auto 0; font-size: min(4.375vw,16px); padding: 1em;}

  .sec08-wrap .sec-subtitle{margin-bottom: 0.8em;}

  .sec08-flex02{flex-wrap: wrap;}

  .tel{ width: 100%; font-size: 0.9em}
  .mail{ 
    width: 100%;
    font-size: 1.4em;
    padding: 1.3em 0;
    margin-top: 0.5em;
  }
  .mail::before{margin-top: 0.2em;}

  .tel span{font-size: 1.5em;}

  .footer-bottom-logo img{
    height: 30px;
  }




  .course-top{
    background: url(img/course-img01-sp.webp)no-repeat center / cover;
    padding: 15vw 0 0;
  }

  .course-top-inner{width: 80%;}

  .course-menu{
    width: 16em;
    max-width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em 1.5em 1.5em;
    font-size: min(5vw,20px);
  }

  .course-top h1::before{
    content: none;
  }

  .course-top h1::after{
    right: auto;
    margin-left: 2em;
    width: 4em;
  }

  .course-top h1{
    font-size: 1em;
    margin-bottom: 1.5em;
  }

  .course-top li{
    margin-bottom: 1em;
    margin-left: 1em;
  }

  .course-top li a{
    padding-bottom: 0.2em;
  }
  .course-top li a::after{
    background: #FDAB9F;
    transform: unset;
  }

  .course-open-sp{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #FD715D;
    display: block;
    margin-top: 3em;
    padding: 4vw 10%;
  }

  .course-open{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: block;
  }

  .course-sec01,
  .course-sec02{
    padding: 11vw 0;
    overflow: hidden;
  }

  .course-sec01 .sec-title{
    line-height: 1.4;
    margin-top: 0.3em;
  }

  .course-sec01 .course-text01{
    text-align: justify;
  }

  .course-text01 span{
    display: inline-block;
  }

  .course-sec01 .inner, .course-sec02 .inner{
    max-width: 550px;
  }

  .course-sec02 .inner::before{
    width: 150%;
    transform: translate(-17%, -10vw);
  }

  .course-img02{
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    margin: 1em auto 0;
    display: block;
  }

  .course-table01{
    margin: 0 auto;
  }

  .course-table01 th{
    display: block;
    width: 100%;
  }

  .course-table01 .sub{
    /* background: #eee; */
    padding: 0.6em 0 0.3em;
    border-bottom: 1px solid #ccc;
  }

  .course-table01 td{
    display: block;
    width: 100%!important;
  }

  table:not(.has-border-color) :where(th, td){
    border: none;
  }

  .course-sec02-wrap02{
    margin-top: 17vw;
    flex-wrap: wrap;
  }

  .course-sec02-wrap02-imgbox{
    width: 70%!important;
    aspect-ratio: 7 / 5;
    margin: 1em auto;
  }


  .privacy-wrap{padding-bottom: 11vw;}
  .privacy-wrap p{
    font-size: min(4.375vw,16px);
  }
  .privacy-wrap h2{
    font-size: min(6.25vw,28px);
    line-height: 1.5;
  }

  .privacy-wrap h3{
    font-size: min(5vw,20px);
    line-height: 1.5;
  }

  .privacy-ch{
    padding: 11vw 0;
  }
  .privacy-wrap h1{
    font-size: min(8.125vw,36px);
    line-height: 1.5;
  }

  .contact-wrap{
    padding: 11vw 0 0;
    text-align: left;
  }

  .contact-table tr th{display: block; width: 100%;}
  .contact-table tr th p{margin-right: 1em;}
  .contact-table tr td{display: block; width: 90vw; padding: 0 0 1em;}
  .privacy-wrap .contact-table p{display: inline-block;}
  .privacy-wrap .contact-table td p{width: 90vw;}
  .contact-table tr th.must::after{right: auto;}

  .wpcf7-form-control-wrap{width: 100%;}

  .wpcf7-previous{
   position: static;
   font-size: 14px;
   width: 30%;
   max-width: 200px;
   margin: 0 auto 0;
   transform: translateY(2em);
  }

  .privacy-wrap .contact-text2{
    font-size: min(7.5vw,32px);
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }

  .privacy-wrap .contact-text2 span{
    display: inline-block;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
