@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

html { scroll-behavior: smooth;}

body {
  font-family: "Noto Sans JP", sans-serif;
	padding-top: 60px;
	
}
p,li,th,td{font-size: 16px;
line-height: 1.6em;}

.wrap {
  overflow: hidden;
}



.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  background: rgba(255,255,255,0.9);
  color: white;
	font-weight:700;
}

.logo {
  font-size: 24px;
  flex: 1;
}

.nav-menu {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 0 8px;
}

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

/* ハンバーガーメニュー */
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #211612;
}

/* オーバーレイメニュー */
.overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  color: #211612;
  transition: right 0.4s ease-in-out;
  z-index: 1000;
}

.overlay.active {
  right: 0;
}

.overlay ul {
  list-style: none;
  padding-top: 100px;
  text-align: center;
  margin: 0;
}

.overlay a {
  color: #211612;
  text-decoration: none;
  display: block;
  font-size: 24px;
  margin: 20px 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
}

/* レスポンシブ切り替え */
@media (max-width: 900px) {
  .nav-menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
	
	.logo img{
		max-height: 40px;
		width: auto;
	}
}


.txt_center {
  text-align: center;
}
table {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  transition: 1.0s;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container-f {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.container-w {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_box_center, .flex_box_reverse_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item2 {
  width: calc(50% - 10px);
}
.item3 {
  width: calc(33.3% - 15px);
}
.item4 {
  width: calc(25% - 10px);
}
.item5 {
  width: calc(20% - 10px);
}
.item20 {
  width: calc(20% - 10px);
}
.item30 {
  width: calc(30% - 10px);
}
.item40 {
  width: calc(40% - 10px);
}
.item60 {
  width: calc(60% - 10px);
}
.item70 {
  width: calc(70% - 10px);
}
.item80 {
  width: calc(80% - 10px);
}
.lightgray {
  background: rgba(247, 249, 251, 0.8);
}
.copy {
  background: #231a15;
  padding: 20px 0;
}
.green {
  color: #00a846;
}
.greenbg {
  background: #00a846;
}
.copy p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.sec_tl {
  text-transform: capitalize;
  letter-spacing: .3rem;
  font-family: "Anton", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  display: inline-block;
  background: linear-gradient(90deg, #50fb7d 0%, #38ecb5 40%, #27e3db 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_tl_sub {
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(90deg, #50fb7d 0%, #38ecb5 40%, #27e3db 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_tl_w {
  text-transform: capitalize;
  letter-spacing: .3rem;
  font-family: "Anton", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.sec_tl_sub_w {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.sec_tl_b {
  text-transform: capitalize;
  letter-spacing: .3rem;
  font-family: "Anton", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
.sec_tl_sub_b {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.sec_box {
  padding-top: 150px;
  padding-bottom: 150px;
}
.mb40 {
  margin-bottom: 40px;
}
footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#feature {
  background: #f7f7f7;
}
#fee th {
  border: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  background: #fff;
}
#fee td {
  border: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  background: #fff;
  color: #d87272;
  font-size: 2rem;
  font-weight: 500;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.price {
  display: flex;
}
.tbbg {
  background: #333 !important;
  color: #fff;
  text-align: center;
}
.price_span_box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.1;
  margin-left: 10px;
}
.price-en {
  font-size: 1.2rem;
  font-weight: 500 !important;
}
.price-zei {
  font-size: .26em;
}
#trainer {
background: url("../img/trainerbg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.f_box {
  background: #fff;


  position: relative;
}
.f_box h2 {


  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5em;
	color: #000;
	background: #51FB7E;
background: linear-gradient(90deg,rgba(81, 251, 126, 1) 0%, rgba(55, 236, 183, 1) 50%, rgba(40, 227, 220, 1) 100%);
	padding: 10px 0;

	
}

.f_box p{
	padding:20px;
}
.num_f {
  font-size: clamp(70px, 9vw, 90px);
  font-weight: 700;
  color: rgba(56, 236, 181, .8);
  position: absolute;
  bottom: 85%;
  right: 1%;
	font-style: italic;
}
.tl_sm {
  text-transform: capitalize;
  letter-spacing: .2rem;
  font-family: "Anton", sans-serif;
  font-size: clamp(20px, 2.5vw, 25px);
  color: #333;
}
.news {
  padding-top: 40px;

	margin-bottom: 40px;
}
.news li {
  padding-bottom: 15px;
}
.date {
  margin-right: 30px;
  font-weight: 600;
}
.mt50 {
  margin-top: 50px;
}
.voice_box {
  display: flex;
  justify-content: space-between;
margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
.v_img img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.v_img {
  width: 30%;
  text-align: center;
}
.v_img p {
  font-weight: 700;
  color: #333;
}
.v_txt {
  width: 65%;
}
.trainer_box {
background: linear-gradient(90deg, transparent 0%, transparent 10%, #fff 10%, #fff 100%);
}
.t_txt {
  padding: 30px 20px;
	
}
.t_txt h4 {
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 15px;

}

.gra{	background: linear-gradient(90deg, rgba(81, 251, 126, 1) 0%, rgba(55, 236, 183, 1) 50%, rgba(40, 227, 220, 1) 100%);
padding-left: 20px;
padding-right: 20px;}

.t_txt h5 {
  font-size: clamp(16px, 1.8vw, 18px);
  margin-bottom: 15px;
}
.engname {
  margin-left: 30px;
  font-size: clamp(14px, 2vw, 20px);
}
.t_txt h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.t_txt ul {
  list-style: circle;
  padding-left: 20px;
}
.t_txt li {
  line-height: 1.6em;
}
.tl_ver {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #111;
  font-size: 200px;
  text-transform: capitalize;
  letter-spacing: .3rem;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#access table{
	background: #fff;
	
}
#access th{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;}

#access td{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
line-height: 1.7em}

.mb30{
	margin-bottom: 30px;
}

footer p{font-weight: 600;
font-size: 13px;}
footer a{color: #221715;
text-decoration: none;}

.snsli li{
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
}

.snsli{
	margin-top: 20px;
}

.footer_menu li{display: inline-block;
	font-size: 14px;
	margin-right: 20px;
font-weight: 600;
line-height: 2em;}

.float_pc{
	position: fixed;
	right: 0;
	top: 25%;
}

.has{
	height: 60px;
}

.float_sp{
	position: fixed;
	bottom: 0;
}

.flow_box{
	margin-bottom: 80px;
}

.flow_num{
	color: rgba(0,0,0,.1);
    font-family: "Anton", sans-serif;
	font-size: 70px;
}
.flow_box h3{
	margin-bottom: 15px;
	font-size: 28px;
	margin-top: -18px;
}

.flow_box ul{
	list-style: disc;
	padding-left: 25px;
	margin-top: 20px
}

.flow_box li{
line-height: 1.6em;
}

.yellow_marker{
	font-weight: 700;
	    background: linear-gradient(transparent 60%, #ff6 60%);
	
}


.nayamilistbox{ 
	text-align: center;

}

.nayamilist {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左揃え */
  margin: 0 auto;
  width: max-content; /* リストの幅を中身に合わせる */
  padding-left: 1.2em; /* リストマーク用余白 */
	 padding-bottom: 50px;
}
.nayamilistbox li{
font-size: clamp(15px, 2vw, 20px);
	font-weight: 700;
border-bottom: dashed 1px #ccc;
	line-height: 2em;
}

.nayamilistbox li::before{
	   content: "";
  display: inline-block;
  width: 30px;  /* 画像の幅 */
  height: 30px; /* 画像の高さ */
  background-image: url('../img/check.svg'); /* 画像のパス */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px; /* テキストとの間隔 */
  vertical-align: middle;
	}

.nayamilistbox h3{
font-size: clamp(22px, 3.5vw, 35px);
	margin-bottom:40px;
}

.nayamilist li:last-child{
	padding-bottom: 80px;
	border-bottom:none;
}

.triangle {
  position: relative;
  background: #f7f7f7;

	padding-top: 50px;

}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #f7f7f7 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.nayami{ background: #f7f7f7;
padding-top: 60px;
}



.solution{
	background: url("../img/solutionbg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

.solution img{
	max-width: 600px;
}

.en{
font-size: 1.2rem;
}

.zei{
font-size: .8rem;
}
.slick-next:before {
    color: #000 !important;
	    font-size: 50px !important;
}
.slick-prev:before {
	    font-size: 50px !important;
    color: #000 !important;
	
}

.sliderinner img{padding-left: 10px;
padding-right: 10px;}

.slick-slider {
  padding-bottom: 20px;
}
.slick-dots {
  position: relative;
  z-index: 2;
	
}
/* slickの矢印 */
.slick-prev,
.slick-next {
  position: absolute;
  bottom: -50px!important; /* スライダーの底よりさらに下に配置 */
  top: auto!important;      /* 中央からの配置を解除 */
  transform: none!important;
  z-index: 2!important;
}

/* 左右の位置調整（中央揃え） */
.slick-prev {
  left: 46%!important;
}

.slick-next {
  right: 48%!important;
}

.spacer{ background: linear-gradient(180deg, #fff 0%, #fff 50%, #f9fafc 50%, #f9fafc 100%);}



@media (min-width:801px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 800px) {
  .hidden-xs {
    display: none;
  }
	p,li,th,td{font-size: 14px;
line-height: 1.6em;}
	
	  .item4, .item3, .item2, .item20, .item30, .item40, .item60, .item70, .item80 {
    width: 100%;
		  margin-bottom: 30px;
  }
	
	.nayamilistbox li::before {
		    width: 20px;
    height: 20px;
	}
	

	.triangle::before {
      border-width: 50px 50px 0 50px;
   
}
	
	.nayamilist{
		width: 100%;
		padding:0 10px;
		text-align: left;
		
	}
	
	.solution img{
		width:100%;
	}
	
.sec_box {
  padding-top:80px;
  padding-bottom: 80px;
}
	
.solution{
	background: url("../img/solutuionsp.webp");
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 30px;
}
	
	#fee td{
		font-size: 1.3em;
	padding-left:5px;
			padding-right:5px;
	}
	
	#fee th{
		padding-left:10px;
		padding-right: 10px;
	}
	.en{
font-size: 1rem;
}
	.nowrap{
		white-space: nowrap;
	}
	
	

.zei{
font-size: .6rem;
}
	
	.flex_box_reverse_center{
		flex-wrap: wrap-reverse;
	}
	
	.trainer_box{
		width: 100%;
		background: #fff;
	}
	
	.flow_box h3{
		font-size: 22px;
	}
	
	.overlay .snsli{
		padding-top: 0;
	}
	
	.slick-prev {
  left:-5%!important;
		top: 400px!important; 
}

.slick-next {
  right:2%!important;
		top: 400px!important; 
}
	
	.trainer_box{
		width: 90%;}

	.sliderinner img{padding-left: 5px;padding-right: 5px;}

}