@charset "UTF-8";
/* style_2022.css */
html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body{
	font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
	letter-spacing: 0;
	line-break: strict;
}
body{
	color: #000;
	font-size: 17px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
img{
  border: 0;
	height:auto
}
a{
	/*color: ;*/
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, ul, li, table{
	margin: 0;
	padding: 0;
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.3;
font-weight: bold;}
h2{
}
h3{
}
h4{
}
p{
	line-height: 1.8;
  text-align: justify;
	word-break: break-all;
}
ul{
}
li{
	list-style: none;
}
table{
	border-collapse: collapse;
	text-align: left;
}

.forPC{
	display: block;
}
.forSP{
	display: none;
}

@media screen and (max-width:767px){

	body {
		font-size: 15px;
	}
	.forPC{
		display: none;
	}
	.forSP{
		display: block;
	}

}



/*-----------------------------------------------------------------------------* common */
.sec{
  border-top: solid 13px #f24579;
  padding: 100px 0;
}
.sec_2{
  padding: 100px 0;
}
.sec_ttls{
  color: #f24579;
  text-align: center;
}
.sec_ttls:after{
  content: "";
  display: block;
  border-bottom: dashed 1px #f24579;
  width: 85px;
  margin: 30px auto;
}
.sec_txt{
  font-size: 17px;
}
.sec_ttl{
  display: block;
  font-size: 27px;
}
.sec_ttl_2{
  font-size: 38px;
  text-align: center;
}
.sec_body{
  width: 97%;
  max-width: 1000px;
  margin: 60px auto 0;
}
.sec_body_2{
  width: 87%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.y_line{
  background: linear-gradient(transparent 50%, #ffff00 60%);
}

/* 20221107 top faq section */
#faq .inner {
  margin-top: 50px;
}

@media screen and (max-width:767px){

  .sec{
  padding: 65px 0;}
  .sec_2{
    padding: 40px 0;
  }
  .sec_ttls{
  }
  .sec_ttls:after{
  }
  .sec_txt{
  }
  .sec_ttl{
  }
  .sec_ttl_2{
    font-size: 24px;　/*18px*/
  }
  .sec_body{
    margin: 30px auto 0;
  width: auto;}
  .sec_body_2{
    margin: 15px auto 0;
  }

  .y_line{
  }

}

/* ボタン */
.btns{
  text-align: center;
  margin: 40px auto 0;
}
.btn{
  position: relative;
  display: inline-block;
  background: #444444;
  color: #fff;
  width: calc(33% - 24px);
  max-width: 285px;
  height: 85px;
  line-height: 85px;
  padding-left: 20px;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 20px;
  text-align: left;
  font-weight: bold;
  margin: 0 12px;
font-size: 18px;}
.btn:hover{
	color:#fff;
	filter: brightness(110%);
}
.btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
}
.btn_contact{
}
.btn_contact:after{
  background: url("images/icon_contact.png") center no-repeat;
  background-size: 100% auto;
  width: 29px;
  height: 25px;
  margin-top: -13px;
}
.btn_counseling_1{
  line-height: 1.3;
  padding-top: 20px;
  background: #88d300;
}
.btn_counseling_1:after{
  background: url("images/icon_counseling.png") center no-repeat;
  background-size: 100% auto;
  width: 31px;
  height: 30px;
  margin-top: -15px;
}
.btn_line{
  background: #00b900;
}
.btn_line:after{
  background: url("images/icon_line.png") center no-repeat;
  background-size: 100% auto;
  width: 44px;
  height: 42px;
  margin-top: -21px;
}
.btn_counseling_2{
  background: #88d300;
  width: 100%;
  max-width: 620px;
  height: 140px;
  line-height: 140px;
  font-size: 26px;
  text-align: center;
  padding: 0;
}
.btn_ba{
  background: #f24579;
  width: 335px;
  padding: 0;
  text-align: center;
max-width: none;}

@media screen and (max-width:767px){

  .btns{
  }
  .btn{
    display: block;
    width: 87%;
    max-width: 100%;
    margin: 20px auto;
  font-size: 17px;}
  .btn:after{
  }
  .btn_contact{
  }
  .btn_contact:after{
  }
  .btn_counseling_1{
  }
  .btn_counseling_1:after{
  }
  .btn_line{
  }
  .btn_line:after{
  }
  .btn_counseling_2{
    height: 90px;
    line-height: 90px;
    font-size: 18px;
  }
  .btn_ba{
  }

}

/*-----------------------------------------------------------------------------* グローバルヘッダー */
nav ul#glovalnav li a{
	font-size:15px;
}
.header_contact_btn{
	/* display: none; */
}
main{
	display:none;
}
.top_attention{
	display:none;	
}
.header_contact_btn{
	/* display: none; */
}

/*------------------* navToggle */
@media screen and (max-width:700px){
	.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 1.5%;
    top: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    text-align: center;
	margin: 1.5%;}

	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 30px;
		border-bottom: solid 3px #f24579;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0;
		right:0;
		margin:auto;
	}

	.navToggle span:nth-child(1) {
		top: 12px;
	}

	.navToggle span:nth-child(2) {
		top: 23px;
	}

	.navToggle span:nth-child(3) {
		display:none
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #f24579;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}
	
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 19px;
		left: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 19px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/*---------------------* breadcrumbs パンくず */
#breadcrumbs{
	font-size:12px;
	color: #555;
padding: 10px;background: #eee;
}
#breadcrumbs ul li a{
	font-size:12px;
	color:inherit;
	text-decoration: none;
padding: 0;margin: 0 0.5em 0 0;
}

/*-----------------------------------------------------------------------------* mv */
#mv{
  position: relative;
}
#mv_ttls{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("images/mv_bg.png") center repeat-x;
  background-size: auto 100%;
  height: 118px;
  font-weight: normal;
z-index: 1;}
#mv_ttls_inner{
  width: 95%;
  max-width: 1096px;
  margin: 0 auto;
}
#mv_ttl{
  display: block;
  color: #fff;
  font-size: 37px;
  line-height: 1;
  margin-top: 27px;
}
#mv_kana{
  color: rgba(255,255,255,0.6);
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}
#mv_imgs{
	padding:52px 0 0;
}
#mv_imgs img{
}



@media screen and (max-width:767px){

  #mv{
  }
  #mv_ttls{
  height: 0;background-position: -150px;padding: 16.4% 0 0;}
  #mv_ttls_inner{
  position: absolute;left: 5%;top: 0;width: auto;padding: 3.6% 0 0;}
  #mv_ttl{
    font-size: 20px;
  margin: 0;font-size: 5.2vw;}
  #mv_kana{
    font-size: 11px;
  font-size: 3vw;}
  #mv_imgs{
  padding: 7% 0 0;}
  #mv_imgs img{
  }

}



/*-----------------------------------------------------------------------------* nav */
.nav{
  background: #f24579;
  text-align: center;
}
.nav_inner{
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.nav a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 20px 0 30px;
  box-sizing: border-box;
	width: 19%;
	vertical-align: middle;
	font-weight: bold;}
.nav a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(128,7,49,0.3); 
}
.nav_inner:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(128,7,49,0.3); 
}
.nav a:after{
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-right: 1px solid rgba(255,255,255,0.6);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header_nav{
}
#footer_nav{
}
#footer_nav a{
  padding: 30px 0 20px;
}
#footer_nav a:after{
  top: 17px;
  bottom: auto;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-right: 1px solid rgba(255,255,255,0.6);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:767px){

  .nav{
  }
  .nav_inner{
  }
  .nav a{
    font-size: 11px;
    padding: 17px 0 27px;
	  	width: 19.3%;
  }
  .nav a:nth-child(5){
    padding: 12px 0 21px;
  }
  .nav a:before{
  }
  .nav_inner:before{
  }
  .nav a:after{
    width: 5px;
    height: 5px;
    bottom: 10px;
  }
  #header_nav{
  }
  #footer_nav{
  }
  #footer_nav a{
    padding: 27px 0 17px;
  }
  #footer_nav a:nth-child(5){
    padding: 21px 0 12px;
  }
  #footer_nav a:after{
    top: 10px;
    bottom: auto;
  }

}



/*-----------------------------------------------------------------------------* lead */
#lead{
  padding: 50px 0 110px;
}
#lead_inner{
  position: relative;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
#lead_inner:before, #lead_inner:after{
  content: "";
	width: 15px;
	height: 100%;
	position: absolute;
}
#lead_inner:before{
	border-left: solid 2px #f24579;
	border-top: solid 2px #f24579;
	border-bottom: solid 2px #f24579;
  border-radius: 10px 0 0 10px;
	top: 0;
	left: 0;
}
#lead_inner:after{
	border-right: solid 2px #f24579;
	border-top: solid 2px #f24579;
	border-bottom: solid 2px #f24579;
  border-radius: 0 10px 10px 0;
	top: 0;
	right: 0;
}
#lead_ttl{
  font-size: 28px;
  color: #f24579;
  text-align: center;
}
#lead_txt{
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:767px){

  #lead{
    padding: 50px 0;
  }
  #lead_inner{
  }
  #lead_inner:before, #lead_inner:after{
    display: none;
  }
  #lead_ttl{
    font-size: 19px;
  }
  #lead_txt{
  }

}



/*-----------------------------------------------------------------------------* reason */
#reason{
  background: url(images/reason_bg_pc.jpg) no-repeat #f4edef;
  background-size: auto 100%;
  background-position: calc(50% - 150px) 0;
  padding: 150px 0;
}
#reason_ttl{
  font-size: 36px;
  color: #f24579;
  text-align: center;
}
#reason_body{
  overflow: hidden;
  max-width: 1000px;
  width: 86%;
  margin: 60px auto 0;
}
#reason_img{
  float: left;
  width: 49%;
  height: auto;
margin: 0;}
#reason_txt{
  float: left;
  width: calc(51% - 50px);
  margin-left: 50px;
}
#reason_txt p{
margin: 0.7em 0 0;}

@media screen and (max-width:767px){

  #reason{
    background: url("images/reason_bg_sp.jpg") no-repeat #f4edef;
    background-size: 100% auto;
    background-position: 0 calc(50% - 170px);
    padding: 50px 0 70px;
  }
  #reason_inner{
  }
  #reason_ttl{
    font-size: 24px;
  }
  #reason_body{
    margin-top: 55%;
  }
  #reason_img{
    float: none;
    width: 100%;
  }
  #reason_txt{
    float: none;
    width: 100%;
    margin: 50% auto 0;
  }
  #reason_txt p{
  }

}



/*-----------------------------------------------------------------------------* info */
#info{
}
.info_map{
	overflow:hidden;
}
.info_map iframe{
  width: 100%;
  height: 410px;
  border-radius: 10px;
}
.info_map_link{
	float:right;
	margin:10px 0 0;
	font-size:14px;
	background:#444;
	padding:10px 20px;
	color:#fff;
	border-radius:20px
}
.info_list{
  background: #f4edef;
  border-radius: 10px;
  margin: 20px auto 0;
  padding: 40px 50px;
}
.info_listItem{
  overflow: hidden;
  margin-top: 20px;
}
.info_listItem:first-child{
  margin-top: 0;
}
.info_listItem h3{
  float: left;
  background: #000;
  color: #fff;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}
.info_listItem p{
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-left: 13px;
  line-height: 30px;
}
.info_listItem_icon{
  float: left;
}
.info_listItem_icon img{
  margin-left: 10px;
}

@media screen and (max-width:767px){

  #info{
  }
  .info_map{
    text-align: center;
    width: 87%;
	margin:0 auto;
  }
  .info_map iframe{
  }
  .info_list{
    border-radius: 0;
    padding: 20px;
  width: 96%;box-sizing: border-box;border-radius: 20px;}
  .info_listItem{
  }
  .info_listItem h3{
    float: none;
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 10px;
  }
  .info_listItem p{
    float: none;
    margin: 5px 0 0;
    line-height: 1.4;
  }
  .info_listItem_icon{
    float: none;
    margin: 5px 0 0 -5px;
  }
  .info_listItem_icon img{
    margin: 5px;
  width: 70px;}

}



/*-----------------------------------------------------------------------------* attention */
#attention{
  overflow: hidden;
  background: #ffffd0;
}
#attention .sec_body_2{
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
	will-change: transform;
  width: 100%;
  max-width: none;
padding: 0 0 20px;}
#attention .sec_body_2 img{
  margin-left: 30px;
  border-radius: 10px;
}
#attention .sec_body_2 img:first-child{
  margin-left: calc(50% - 390px);
}
#attention .sec_body_2 img:last-child{
  margin-right: calc(50% - 390px);
}

@media screen and (max-width:767px){

  #attention{
  }
  #attention .sec_body_2{
  }
  #attention .sec_body_2 img{
    width: 87%;
    height: auto;
    margin-left: 20px;
  }
  #attention .sec_body_2 img:first-child{
    margin-left: 7%;
  }
  #attention .sec_body_2 img:last-child{
    margin-right: 7%;
  }

}



/*-----------------------------------------------------------------------------* movie */
#movie{
  background: #f4edef;
  padding: 100px 0;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.movie_body{
	position: relative;
	padding: 56.25% 0 0;
}
.movie_body iframe{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  border-radius: 10px;
}

@media screen and (max-width:767px){

  #movie{
    padding: 40px 0;
  }
  #movie .sec_body{
    width: 87%;
    margin-top: 15px;
  }
  .movie_body{
  }
  .movie_body iframe{
  }

}



/*-----------------------------------------------------------------------------* covid19 */
#covid19{
  background: #d2edef;
  padding: 50px 0;
}
#covid19_body{
  position: relative;
  overflow: hidden;
  width: 87%;
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  padding: 40px 60px;
  box-sizing: border-box;
  border-radius: 30px;
}
#covid19_txts{
  float: left;
  width: calc(100% - 310px);
  margin-right: 30px;
}
#covid19_txts p{
  font-size: 24px;
  font-weight: bold;
  color: #109fa9;
}
#covid19_btn{
  float: right;
  width: 100%;
  max-width: 280px;
  height: 70px;
  line-height: 70px;
  background: #109fa9;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
}

@media screen and (max-width:767px){

  #covid19{
    padding: 20px 0;
  }
  #covid19_body{
    padding: 20px;
  }
  #covid19_txts{
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #covid19_txts p{
    font-size: 15px;
    text-align: center;
  }
  #covid19_btn{
    float: none;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    border-radius: 10px;
    position: static;
    margin: 10px auto 0;
  }

}



/*-----------------------------------------------------------------------------* point */
#point{
  overflow: hidden;
}
#point .sec_body{
  max-width: 900px;
}
.point_list{
}
.point_listItem{
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
.point_listItem_icon{
  position: absolute;
  top: -40px;
  left: -60px;
}
.point_listItem_img{
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 10px;
box-shadow: 145px 240px 0 0 rgba(242,69,121,0.1);}

img.point_listItem_img {}
.point_listItem_txts{
  text-align: left;
  margin: 30px 0 0 40px;
}
.point_listItem_txts h3{
  font-size: 24px;
}
.point_listItem_txts p{
  
  margin-top: 15px;
  line-height: 2.2;
}

@media screen and (max-width:767px){

  #point{
  }
  #point .sec_body{
  }
  .point_list{
  }
  .point_listItem{
    margin-bottom: 50px;
	
  }
   .point_listItem_icon{
    width: 70px;
    height: 70px;
    top: -20px;
    left: 20px;
  }
  .point_listItem_img{
    width: 87%;
	box-shadow: 50px 90px 0 0 rgba(242,69,121,0.1);
  }
  .point_listItem_txts{
    width: 87%;
    margin: 20px auto 0;
  }
  .point_listItem_txts h3{
    font-size: 20px;
  }
  .point_listItem_txts p{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
  }

}



/*-----------------------------------------------------------------------------* trainer */
#trainer{
}
.trainer_listItem{
  background: #f4edef;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
}
.trainer_listItem:first-child{
  margin-top: 0;
}
.trainer_prof{
  position: relative;
  overflow: hidden;
display: flex;align-items: center;}
.trainer_img{
  float: left;
}
.trainer_prof_txts{
  float: left;
  width: calc(100% - 390px);
  margin-left: 40px;
  /* position: absolute; */
  top: 0;
  left: 350px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
}
.trainer_ttls{
}
.trainer_position{
  font-size: 18px;
}
.trainer_name{
  display: block;
  font-size: 32px;
  margin-top: 10px;
}
.trainer_kana{
  display: block;
  font-size: 18px;
  color: rgba(0,0,0,0.3);
  margin-top: 10px;
}
.trainer_txts{
  margin-top: 30px;
}
.trainer_txts p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
margin: 0.6em 0 0;}
.trainer_info{
  margin-top: 40px;
}
.trainer_infoItem{
  overflow: hidden;
  margin-top: 20px;
}
.trainer_infoItem:first-child{
  margin-top: 0;
}
.trainer_infoItem h4{
  float: left;
  background: #000;
  color: #fff;
  width: 170px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}
.trainer_infoItem_icon{
  float: left;
}
.trainer_infoItem_icon span{
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #f24579;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  min-width: 92px;
  border-radius: 20px;
  margin-left: 10px;
}
.trainer_infoItem_txts{
  float: left;
  margin: 5px 0 0 13px;
}
.trainer_infoItem_txts p{
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width:767px){

  #trainer{
  }
  .trainer_listItem{
    width: 94%;
    padding: 25px 20px;
    margin: 20px auto 0;
  }
  .trainer_listItem:first-child{
  }
  .trainer_prof{
  display: block;}
  .trainer_img{
    float: none;
    width: 100%;
    height: auto;
  }
  .trainer_prof_txts{
    float: none;
    width: 100%;
    margin: 13px auto 0;
    position: static;
  }
  .trainer_ttls{
    text-align: center;
  }
  .trainer_position{
    font-size: 14px;
  }
  .trainer_name{
    font-size: 22px;
    margin-top: 5px;
  }
  .trainer_kana{
    font-size: 12px;
    margin-top: 5px;
  letter-spacing: 1px;}
  .trainer_txts{
    margin-top: 15px;
  }
  .trainer_txts p{
    font-size: 13px;
    line-height: 1.6;
  }
  .trainer_info{
    margin-top: 20px;
  }
  .trainer_infoItem{
  }
  .trainer_infoItem:first-child{
  }
  .trainer_infoItem h4{
    display: inline-block;
    float: none;
    width: auto;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 10px;
  }
  .trainer_infoItem_icon{
    float: none;
  }
  .trainer_infoItem_icon span{
    padding: 8px;
    min-width: 82px;
    margin: 10px 10px 0 0;
  }
  .trainer_infoItem_txts{
    float: none;
    margin: 5px auto 0;
  }
  .trainer_infoItem_txts p{
  }

}



/*-----------------------------------------------------------------------------* course */
#course{
  background: #f4edef;
}
.course_list{
}
.course_listItem{
  position: relative;
  background: #fff;
  padding: 75px 0 65px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 20px;
overflow: hidden;}
.course_listItem:first-child{
  margin-top: 0;
}
.course_listItem:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 120px solid #f24579;
  border-right: 120px solid transparent;
}
.course_listItem_ttls{
  text-align: center;
}
.course_listItem_ttl{
  font-family: "Lato",sans-serif;
  font-size: 48px;
  color: #f24579;
}
.course_listItem_kana{
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: rgba(242,69,121,0.7);
}
.course_listItem p{
  text-align: center;
}
.course_listItem_fees{
  margin-top: 20px;
}
.course_listItem_fee{
  font-family: "Lato",sans-serif;
  font-size: 49px;
  font-weight: 900;
  line-height: 1;
}
.course_listItem_fee span{
  display: inline-block;
  font-size: 21px;
  margin-left: 5px;
}
.course_listItem_tax{
  font-size: 19px;
  color: rgba(0,0,0,0.7);
}
.course_listItem_info{
  margin-top: 20px;
}
.course_listItem_num{
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.course_listItem_line{
  font-size: 18px;
  color: rgba(0,0,0,0.6);
}
.course_listItem_txt{
  font-weight: bold;
  margin-top: 20px;
}
.bnr_student{
  margin: 20px auto 0;
  border-radius: 10px;
display: block;}

@media screen and (max-width:767px){

  #course{
  }
  .course_list{
  }
  .course_listItem{
    width: 87%;
    margin: 20px auto 0;
    padding: 40px 30px 25px;
  }
  .course_listItem:first-child{
  }
  .course_listItem:before{
    border-top: 50px solid #f24579;
    border-right: 50px solid transparent;
  }
  .course_listItem_ttls{
  }
  .course_listItem_ttl{
    font-size: 30px;
    line-height: 1.1;
  }
  .course_listItem_kana{
    font-size: 17px;
  }
  .course_listItem p{
  }
  .course_listItem_fees{
    margin-top: 10px;
  }
  .course_listItem_fee{
    font-size: 40px;
  }
  .course_listItem_fee span{
    font-size: 17px;
  }
  .course_listItem_tax{
    font-size: 15px;
  }
  .course_listItem_info{
    margin-top: 10px;
  }
  .course_listItem_num{
    font-size: 21px;
  }
  .course_listItem_line{
    font-size: 15px;
  }
  p.course_listItem_txt{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .bnr_student{
    width: 87%;
    height: auto;
  }

}



/*-----------------------------------------------------------------------------* fee */
#fee{
  background: #ebdcdf;
}
.fee_txts{
}
.fee_txts p{
  font-weight: bold;
  text-align: center;
}
.fee_tbl{
}
.fee_tbl table{
  margin: 50px auto 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.fee_tbl_ttls{
}
.fee_tbl_ttls th{
  background: rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.5);
  font-size: 21px;
  height: 80px;
  line-height: 80px;
}
.fee_tbl_ttls th:first-child{
  background: #fff;
  border-radius: 10px 0 0 0;
}
.fee_tbl_ttls th:last-child{
  border-radius: 0 10px 0 0;
}
th.tbl_inHouse_ttl{
  background: #f24579;
  color: #fff;
}
.fee_tbl_txts{
  border-top: 1px solid rgba(0,0,0,0.2);
}
.fee_tbl_txts th{
  width: 125px;
  font-size: 16px;
}
.fee_tbl_txts td{
  height: 70px;
  width: 220px;
  font-size: 21px;
  border-left: 1px solid rgba(0,0,0,0.2);
}
.tbl_inHouse_txts{
  background: rgba(242,69,121,0.1);
}
.tbl_inHouse_txt{
  font-weight: bold;
  line-height: 1.4;
  color: #f24579;
}
.tbl_inHouse_txt strong{
    background: linear-gradient(transparent 60%, #ffff66 60%);

}

.tbl_inHouse_min{
  display: block;
  font-size: 12px;
}
.fee_tbl_txt{
  font-weight: bold;
  line-height: 1.4;
}
.fee_tbl_min{
  display: block;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width:767px){

  #fee{
  }
  #fee .sec_body_2{
    width: 100%;
  }
  .fee_txts{
    width: 87%;
    margin: 0 auto;
  }
  .fee_txts p{
    text-align: left;
  }
  .fee_tbl{
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
		will-change: transform;
  padding: 0 0 20px;}
  .fee_tbl table{
    margin: 20px 30px 0 30px;
  }
  .fee_tbl_ttls{
  }
  .fee_tbl_ttls th{
    font-size: 17px;
    height: 45px;
    line-height: 45px;
  }
  .fee_tbl_ttls th:first-child{
  }
  .fee_tbl_ttls th:last-child{
  }
  th.tbl_inHouse_ttl{
  }
  .fee_tbl_txts{
  }
  .fee_tbl_txts th{
    font-size: 13px;
    padding: 5px 10px;
  }
  .fee_tbl_txts td{
    padding: 5px 10px;
    height: auto;
    width: auto;
    font-size: 16px;
  }
  .tbl_inHouse_txts{
  }
  .tbl_inHouse_txt{
  }
  .tbl_inHouse_min{
    font-size: 10px;
  }
  .fee_tbl_txt{
  }
  .fee_tbl_min{
    font-size: 10px;
  }

}



/*-----------------------------------------------------------------------------* ba */
#ba{
  background: url(images/ba_bg.jpg) no-repeat #f4edef;
  background-size: auto 100%;
  background-position: calc(50% + 500px) 0;
  padding: 100px 0;
}
#ba .sec_body{
  max-width: 1200px;
width: 97%;}
.ba_list{
}
.ba_listItem{
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  width: calc(25% - 20px); 
  margin-left: 20px;
  vertical-align: top;
}
.ba_listItem:first-child{
  margin-left: 0;
}
.ba_listItem_icon{
  position: absolute;
  top: -20px;
  right: 0;
  background: #f24579;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 86px;
  height: 86px;
  line-height: 86px;
  border-radius: 100px;
z-index: 1;font-family: "Lato",sans-serif;}
.ba_listItem_img{
  width: 100%;
  height: auto;
}
.ba_listItem_img{
  position: relative;
  overflow: hidden;
  border-radius: 2px;padding: 120% 0 0;
}
.ba_listItem_img img{
  position: absolute;
  left: -500px;
  top: -500px;
  bottom: -500px;
  right: -500px;
  width: 100%;
  margin: auto;
  height: auto;
}

.ba_listItem_txts{
  margin: 10px;
}
.ba_listItem_ttl{
  position: relative;
  font-size: 17px;
  color: #f24579;
  margin-left: 22px;
}
.ba_listItem_ttl:before{
  content: "";
  position: absolute;
  top: 4px;
  left: -22px;
  background: url("images/icon_check.png") no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 15px;
}
.ba_listItem_txt{
  font-size: 15px;
  color: #000;
  margin-top: 6px;
  line-height: 1.4;
}
.ba_listItem_name{
  font-size: 13px;
  color: #000;
  margin-top: 6px;
}
.ba_listItem_more{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #f24579;
  font-size: 13px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 100px;
}
.ba_attention{
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width:767px){

  #ba{
    background-position: calc(50% - 450px) 0;
  }
  #ba .sec_body{
    margin-top: 0;
  width: auto;}
  .ba_list{
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 30px 0 20px;
		will-change: transform;
  }
  .ba_listItem{
    width: 260px;
  }
  .ba_listItem:first-child{
    margin-left: 7%;
  }
  .ba_listItem:last-child{
    margin-right: 7%;
  }
  .ba_listItem_icon{
  }
  .ba_listItem_img{
  }
  .ba_listItem_txts{
    white-space: normal;
  }
  .ba_listItem_ttl{
  }
  .ba_listItem_ttl:before{
  }
  .ba_listItem_txt{
  }
  .ba_listItem_name{
  }
  .ba_listItem_more{
  }
  .ba_attention{
    margin-top: 5px;
  }

}



/*-----------------------------------------------------------------------------* review */
#review{
  background: #faf9b5;
  padding: 100px 0;
  border-top: 10px solid #fff;
}
.review_listItem{
  position: relative;
  background: #fff;
  padding: 40px 50px 25px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 30px auto 0;
	box-shadow:10px 15px 0 0 rgba(216,204,54,0.4); 
overflow: hidden;width: 92%;}
.review_listItem:first-child{
  margin-top: 0;
}
.review_listItem_ttl{
  font-size: 27px;
}
.review_listItem_txt{
  
  margin: 25px 0 0 25px;
}
.review_listItem_name{
  font-size: 16px;
  color: #f24579;
  text-align: right;
font-weight: bold;float: right;margin: 10px 0 0;}

@media screen and (max-width:767px){

  #review{
    padding: 80px 0;
  }
  .review_listItem{
    
    padding: 40px 30px 30px;
    margin: 15px auto 0;
  }
  .review_listItem:first-child{
    margin-top: 0;
  }
  .review_listItem:after{
    left: 0;
    width: 100%;
  }
  .review_listItem_ttl{
    font-size: 21px;
  }
  .review_listItem_txt{
    margin: 10px auto 0;
  }
  .review_listItem_name{
    text-align: right;
  }

}



/*-----------------------------------------------------------------------------* media */
#media{
  padding: 100px 0;
}
#media .sec_body{
  width: 100%;
  max-width: none;
}
.media_imgs{
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
	will-change: transform;
padding: 0 0 20px;}
.media_imgs img{
  margin-left: 30px;
  border-radius: 10px;
}
.media_imgs img:first-child{
  margin-left: calc(50% - 390px);
}
.media_imgs img:last-child{
  margin-right: calc(50% - 390px);
}

@media screen and (max-width:767px){

  #media{
    padding: 80px 0;
  }
  #media .sec_body{
  }
  .media_imgs{
  }
  .media_imgs img{
    width: 87%;
    height: auto;
    margin-left: 20px;
  }
  .media_imgs img:first-child{
      margin-left: 7%;
  }
  .media_imgs img:last-child{
      margin-right: 7%;
  }

}



/*-----------------------------------------------------------------------------* doctor */
#doctor{
  background: #f4edef;
	padding:100px 0;
	overflow:hidden;
	position:relative;
}
#doctor:before{
	content:"";
	background:#f24579;
	position:absolute;
	left:0;
	right:0;
	bottom:-400px;
	height:950px;
	display:block;
	transform:skewY(15deg);
}
#doctor_ttl{
	font-size:38px;
	color:#f24579;
	text-align:center;
	position:relative;
}
#doctor_body{
	width: 87%;
	max-width:1000px;
	margin: 40px auto 0;
	position:relative;
}
.doctor_prof{
	overflow:hidden;
	position:relative;
}
.doctor_img{
	position:absolute;
	left:90px;
	bottom:0;
}
.doctor_prof_txts{
	min-height:502px;
	display:flex;
	flex-direction: column;
	align-items:left;
	justify-content: center;
	padding:0 0 0 500px;
}
#doctor .trainer_info{
	margin:25px 0 0
}
#doctor .trainer_txt{
	margin: 20px 0 0;
	font-weight: bold;
}

#doctor .trainer_info h4{
	width:6em;
}
#doctor .trainer_info a{
	color:#000;
	text-decoration:underline;
}

.trainer_infoItem_year{
	padding:0 0.65em 0 0;
}
.doctor_infoItem_txt{
}
.doctor_cmt{
	background:#fff;
	padding:30px 50px 45px;
	border-radius:20px
}
.doctor_cmt p{
	margin:15px 0 0;
}

@media screen and (max-width:767px){
	#doctor{
		
	}
	#doctor:before{
		
	height: 0;padding: 800px 0 0;bottom: 0;margin: 0 0 -56%;}
	#doctor_ttl{
	font-size: 27px;}
	#doctor_body{
	margin-top: 25px;}
	.doctor_prof{
	}
	.doctor_img{
	position: static;width: 250px;height: auto;border-radius: 125px;background: #fff;margin: 0 auto;display: block;}
	.doctor_prof_txts{
	min-height: 0;padding: 0;margin: 20px 0;}
	#doctor .trainer_info h4{
		width:auto;
	}
	.doctor_cmt{
		padding:10px 20px 25px;
	}
}



/*-----------------------------------------------------------------------------* contact */
#contact{
  padding: 80px 0;
}
#contact_ttl{
  font-size: 25px;
  color: #f24579;
  text-align: center;
}

@media screen and (max-width:767px){
}




/*-------------------------------------------- カルーセル */

.carousel{
	position:  relative;padding: 0 0 0;overflow: hidden;
}
.carousel_body{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	opacity: 0;
}
.carousel-min{
	height:600px;
	
}

.post_carousel.carousel .carousel_body{
	margin: 0 auto;
}
.post_carousel.carousel .carousel_body img{
	height: auto;
	width: 100%;
}

#top_imgs .carousel_body{
	position:relative;
	max-width: none;
	height: 100vh;
}
.carousel_body_inner{
	position:absolute;
	top:0;right:0;bottom:0;left:0;
}

.carousel_item{
	position:absolute;
	left:100%;
	top:0;
	/* right: auto; */
	bottom:0;
	width: 100%;
	background-size:auto 100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color: #f7f4f2;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	padding: 0 3px;
}
.carousel-min .carousel_item{
	width: 800px;
	height: 600px;
	padding: 0  5px;
	background: none;
	box-sizing: content-box;
}

/*
.carousel_item{
	position:static;
	display:inline-block;
	height:100%;
	width:auto;
}
*/
.carousel_item:first-child{
	
}
.carousel_item_img{
	height:100%;
	width:auto;
}

.sec_content .carousel{
	position:relative;
	padding:492px 700px 0 0;
	border-radius:6px;
	/* overflow:hidden; */
	margin-bottom:40px;
}
.sec_content .carousel_body{
	border-radius:6px;
}
.header_image .carousel_item{
}
body.iOS .carousel_item{
}
.carousel_item p,.sec_content .carousel_item p{
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:6px 12px;
	line-height:1.5;
	position:absolute;
	left:0;bottom:0;
	margin:0;
	right:0;
	font-size:13px;
}
.carousel_item:first-child{
	left:0;
}
.carousel_item>a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.carousel_item:hover{
	opacity:0.8;
}
.carousel_item>a h1{
	visibility:hidden;
}
.carousel .thumbs{
	text-align:center;
	position:  absolute;
	bottom: 5px;
	left: auto;
	right: 5px;
}
.carousel .thumbs .thumb{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-radius:5px;
	background:#aaa;
	margin: 0 4px;
}
.carousel .thumbs span.on{
	background: #000;
}
.ie .carousel .thumbs span{
	zoom:1;
}
.carousel .btn_next,.carousel .btn_prev{
	background: none;
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:7.7%;
	top:50%;
	margin: -25px 0 0;
	cursor:  pointer;
	background:#fff;
	border-radius:50px;
	transform: translateX(-50%);
	transition: opacity 0.3s ease-out;
	padding: 0;
	border: 0;
}
.carousel .btn_next:before,.carousel .btn_prev:before{
	content:"";
	border:#000 1px solid;
	border-width:1px 1px 0 0;
	display:inline-block;
	width:10px;
	height:10px;
	position:absolute;
	top: 0;
	left:0;
	right: -7px;
	bottom:0;
	margin: auto;
	transform:rotate(-135deg);
	transition:none;
	box-shadow: 1px -1px 0 rgba(0,0,0,0.1);
}
.carousel .btn_next{
	left:auto;
	right:7.7%;
	transform: translateX(50%);
}
.carousel .btn_next:before{
	right:0;
	left:-5px;
	transform:rotate(45deg);
}
.carousel .btn_next:hover,.carousel .btn_prev:hover{
	opacity:0.7;
}

.carousel .btn_next:hover:before,.carousel .btn_prev:hover:before{
	/*border-color:#000;none1px -1px 0 rgba(255,255,255,0.5);*/
}

.carousel .btn_next.stuck,.carousel .btn_prev.stuck{
	width: 36px;
	height:36px;
	transform:translateX(-10px);
	border-radius:0 20px 20px 0;
}
.carousel .btn_next.stuck{
	transform:translateX(10px);
	border-radius:20px 0 0 20px;
}
.carousel .btn_next.stuck:before,.carousel .btn_prev.stuck:before{
	width: 5px;
	height:5px;
}

.carousel.img_single .btn_next,
.carousel.img_single .btn_prev,
.carousel.img_single .thumbs{
	display: none;
}
.carousel-min .btn_next,.carousel-min .btn_prev{
	margin-top: -25px;
}
.fc_brand .carousel{
  margin: 0 auto 120px;
}

@media screen and (max-width: 1200px) {
	.carousel .btn_prev{
		left:0px;
	}	
	.carousel .btn_next{
		right:0px;
	}	
}
@media screen and (max-width: 767px) {
	.carousel_body{
		padding: 0;
	}
	#top_imgs.carousel{
	}
	#top_imgs .carousel_body{
	height: auto;
	}
	.carousel_item{
		/*padding-top:141.54589%;*/
		height: auto;
		padding:0;
	}
	.carousel_item_img{
		width:100%;
		height:auto;
	}
	.carousel_item_img:hover{
		opacity:1;
	}
	.carousel .btn_next,.carousel .btn_prev{
		width: 36px;
		height:36px;
		transform:translateX(-10px);
		border-radius:0 20px 20px 0;
    }
	.carousel .btn_next{
		right: 0 !important;
	}
	.carousel .btn_prev{
		left: 0 !important;
	}
	.carousel .btn_next{
		transform:translateX(10px);
		border-radius:20px 0 0 20px;
	}
	.carousel .btn_next:before,.carousel .btn_prev:before{
		width: 5px;
		height:5px;
	}
	.carousel-min{
    height: 270px;
    
	}
	.carousel-min .carousel_item{
		width: 400px;
		height: 300px;
		padding: 0 2px;
	}
  .carousel-min .btn_next{
    right: 0!important;
  }
  .carousel-min .btn_prev{
     left: 0!important;
  }
  .fc_brand .carousel{
    margin: 0 auto 16vw;
  }
}
@media screen and (max-width: 360px) {
	.carousel-min{
    height: 227px;
	}
	.carousel-min .carousel_item{
		width:300px;
		height: 227px;
	}
}



/*-----------------------------------------------------------------------------* animation */


body .anim1{
  opacity:0;
}
body.init .anim1.in{
  animation: fadeZoomIn 0.4s ease-out 0s;
  animation-fill-mode: both;
}
body .anim2{
  opacity:0;
}
body.init .anim2.in{
  animation: upIn 0.8s ease-out 0s;
  animation-fill-mode: both;
}
body .anim3{
  opacity:0;
}
body.init .anim3.in{
  animation: zoomInBounce 0.8s ease-out 0s;
  animation-fill-mode: both;
  transform-origin: bottom center;
}
body .anim_parent{
}
body .anim_parent.in{
}
body .anim_parent .anim_child{
  opacity: 0;
}
body.init .anim_parent .anim_child.in{
  animation: fadeZoomIn 0.3s ease-out 0s;
  animation-fill-mode: both;
}
body .anim_parent2{
}
body .anim_parent2.in{
}
body .anim_parent2 .anim_child{
  opacity: 0;
}
body.init .anim_parent2 .anim_child.in{
  animation: fadeZoomIn2 0.6s ease-out 0s;
  animation-fill-mode: both;
}


@keyframes zoomInRotationBounce {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform: rotate(10deg);
  }
  20% {
   opacity: 1;
   transform: scale(1.1);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes upOut {
  0% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
    display: none;
  }
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomInBounce {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  20% {
   opacity: 1;
   transform: scale(1.1);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInBounce_2 {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  30% {
   opacity: 1;
   transform: scale(1.1);
  }
  50% {
   opacity: 1;
   transform: scale(0.93);
  }
  100% {
    transform: scale(1);
    opacity: 1;

  }
}

@keyframes upIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes downIn {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes zoomOutIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.88);
 }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeZoomIn2 {
  0% {
    opacity: 0;
    transform: scale(0.94);
 }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


#top_mv img {
    width: 100%;
}

.campaign_free{
	font-size: 30px;
	text-align:center;
	margin:60px auto 20px;
}
.campaign_free strong{
	background: linear-gradient(transparent 50%, #ffff00 60%);
}
@media screen and (max-width: 767px) {
.campaign_free{
	font-size: 23px;
	margin:35px auto 15px;
	line-height:1.4;
}
.campaign_free strong{
}
	
}