@charset "utf-8";
/* CSS Document */

*, ::before, ::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna"1;
  overflow-x: hidden;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}
p {
  margin-bottom: 0;
}
pre {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}
.en
{
    font-family: "Dela Gothic One", serif;
}
/*-----------------------------------------------------------------

ハンバーガーメニュー

-----------------------------------------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#f1d5d7;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
    font-size: 1.6rem;
}
img
{
    max-width: 100%;
}
/*========= ボタンのためのCSS ===============*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
	cursor: pointer;
    width: 80px;
    height:80px;
	border-radius: 5px;
    z-index: 9999;
    right: 1vw;
    top: 3rem;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #333333;
  	width: 60%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:22px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:10px;
	left:6%;
    width: 100%;
	color: #333333;
	font-size: 1.4rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 20px;
  left: 10px;
  width: 100%;
}
/*==================================================
メインビジュアル
===================================*/
.slider {
  position:relative;
	z-index: 0;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 46vw;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("images/mv.png");
}

.slider-item02 {
    background:url("images/mv02.png");
}

.slider-item03 {
    background:url("images/mv03.png");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:46vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    display: none!important;
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    display: none!important;
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*--------------------------------------------------------------------------*/

header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}
.logo
{
    max-width: 40%;
}
.h_r
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-right: 100px;
}
#campain
{
    padding: 5% 3% 0;
    position: relative;
}
.campain_txt
{
osition: relative;
    top: 5%;
    left: 9px;
    z-index: -17;
    width: 100%;
}
#campain .inner
{
    max-width: 959px;
    margin: 0 auto;
    width: 80%;
}
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow:hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
  width: 100%;
	padding: 0 30px;
}
#concept
{
    padding: 10% 3% 5%;
    position: relative;
    background: url("images/concept_bg.png") no-repeat center / contain;
    background-position: top;
}

h3.ttl
{
    font-size: max(2vw , 2rem);
    text-align: center;
    margin-bottom: 3%;
}
h3.ttl span
{
    font-size: max(8vw , 4rem);
    color: #eededd;
}
.center
{
    text-align: center;
}
.sub
{
    font-weight: 600;
    font-size: max(1vw , 1.8rem);
    line-height: 1.8;
}
.sub span
{
    font-size: max(1.4vw , 2rem);
}
.concept_img
{
    margin-top: 5%;
}

#worries
{
    padding: 6% 3% 5%;
    background: url("images/worries_bg.png") no-repeat top / contain,url("images/course_bg.png") no-repeat bottom / contain;
}
h3.u_ttl
{
    font-size: max(2.4vw , 2rem);
    text-align: center;
    margin-bottom: 5%;
    padding-bottom: 1rem;
    font-weight: 600;
}
h3.u_ttl span
{
    border-bottom: 1px solid #e2c5c7;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#worries .flex
{
    max-width: 95%;
    width: 100%;
    gap: 1rem;
    margin: 0 auto;
    padding: 5% 0 5%;
}
#worries .flex img
{
    max-width: calc((100% - 5rem) / 6);
}
#course
{
    padding: 8% 3% 10%;
}
.t18
{
    font-size: max(1vw , 1.8rem);
}
#course .course_wrap
{
    max-width: 1200px;
    margin: 0 auto;
}
#course .flex
{
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
}
#course .flex img
{
    max-width: calc((100% - 3rem) / 2);
  object-fit: contain;
  object-position: top;
}
#flow
{
    padding: 3%;
}
#flow .flow_wrap
{
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}
#trainer
{
    padding: 5% 3%;
    background: url("images/trainer_bg.png") no-repeat center / cover;
    background-position: top;
}
.trainer_wrap
{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
#trainer .flex
{
    gap:3rem;
    position: relative;
	margin-bottom: 50px;
}
#trainer .flex .flex-2
{
    width: calc((100% - 3rem) / 2);
    position: relative;
}
#trainer .sub
{
    font-size: max(2vw , 2rem);
    text-align: center;
    margin-bottom: 3%;
}
#trainer p
{
    font-size: max(1vw , 1.8rem);
}
.name
{
    position: absolute;
    bottom: 5vw;
    right: -40%;
    width: 80%;
    max-width: 487px;
}
#facility
{
    padding: 5% 3%;
}
.facirity_wrap
{
    max-width: 1795px;
    width: 100%;
    margin: 0 auto;
}
#facility .flex
{
    gap: 2rem;
}
#facility .flex .flex-3
{
    width: calc((100% - 4rem) / 3);
}
#facility .flex .flex-3 p
{
    font-size: max(1vw , 1.8rem);
    text-align: center;
    padding: 1rem;
}
#store
{
    padding: 5% 3%;
}
.store_wrap
{
    width: 1450px;
    width: 100%;
    margin: 0 auto;
}
#store .flex
{
    gap: 3rem;
}
#store .flex-2
{
    width: calc((100% - 3rem) / 2);
}
dl.list
{
    font-size: max(1vw , 1.8rem);
    display: flex;
    flex-wrap: wrap;
}
.list dt
{
    width: 20%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F6D4D5;
}
.list dd
{
    width: 80%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F6D4D5;
}
.f_contact
{
    max-width: 1729px;
    width: 100%;
    padding: 5% 3%;
    background: url("images/contact_bg.png") no-repeat center / contain;
    background-position: top;
    background-color: #F6D4D5;
    margin: 0 auto 5%;
}
.f_ttl
{
    text-align: center;
    margin-bottom: 3%;
}
.f_contact .flex
{
    align-items: center;
    gap:3rem;
    max-width: calc(894px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.f_contact .flex a
{
    width: calc((100% - 3rem) / 2);
}
.copy
{
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.6rem;
    background: #EEDEDD;
}
/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
}

/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .pc-only {
    display: none !important;
  }
  .pc-tab-only {
    display: none !important;
  }
   .tab-only {
    display: none !important;
  } 
.slider {
  position:relative;
	z-index: 0;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 130vw;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:130vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
    .slider-item01 {
    background:url("images/sp_mv01.png") no-repeat center / cover;
}

.slider-item02 {
    background:url("images/sp_mv02.png") no-repeat center / cover;
}

.slider-item03 {
    background:url("images/sp_mv03.png") no-repeat center / cover;
}
    #worries .flex img {
  max-width: calc((100% - 3rem) / 3);
}
    #course .flex img
    {
        width:  100%;
        max-width: 100%
    }
    #trainer .flex .flex-2 {
  width: 100%;
  position: relative;
}
    #flow .flow_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
    .name {
  position: absolute;
  bottom: -7vw;
  right: 0;
  width: 100%;
  max-width: 487px;
}
    #facility .flex .flex-3 {
  width: 100%;
}
    #store .flex-2 {
  width: 100%;
}
}

/*==================================================
フェードイン
===================================*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/* フローティングボタン　*/
.sp-fixed-buttons {
	display: flex;
	width: 100%;
	/*height: 80px;*/
	position: fixed;
	z-index: 1;
	bottom: 0;
	align-items: flex-end;
	.sp-fixed-tel{
		background-color: #fad9da;
		width: 50%;
	}
	.sp-fixed-line{
		background-color: #06c755;
		width: 50%;
	}
	.button {
		/*background-color: #3b418e;*/
		color: #ffffff;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.text {
		text-align: center;
		font-size: max(2vw, 2rem);
		color:#333;
		/*padding: 20px;*/
		font-weight: bold;
	}
	.text2 {
		text-align: center;
		font-size: max(2vw, 2rem);
		color:#fff;
		/*padding: 20px;*/
		font-weight: bold;
	}
	@media screen and (max-width: 480px) {
		.text {
			font-size: max(1.5vw, 1.5rem);
		}
		.text2 {
			font-size: max(1.5vw, 1.5rem);
		}
	}
	.icon1{
		font-size: max(2vw, 2rem);
		color:#333;
		padding-right: 10px;
	}
	.icon2{
		max-width: 45px;
		padding-right: 10px;
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.icon2{
			max-width: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.icon2{
			max-width: 40px;
		}
	}
	@media screen and (max-width: 480px) {
		.icon2{
			max-width: 30px;
		}
	}
	.flex{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		padding: 20px 0;
	}
	.icon-wrapper {
		width: 100%;
		display: grid;
		place-items: center;
	}
	.icon {
		width: 30px;
		margin-inline: auto;
		margin-bottom: 0.5rem;
	}
}