@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===================================================================
	01 基本設定
	02 リンク設定
	03 フォント設定
	04 clearfix
	05 contents
=================================================================== */

/* 01 基本設定
--------------------------------------------------------------------*/
html{color:#333333;background:#ffffff;text-align:center;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0; vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:16px;}legend{color:#000}
body {font-size:12px;text-align:left;line-height:2;margin: 0; -webkit-font-smoothing: antialiased;
	font-family: "Hiragino Mincho ProN","YuMincho","Yu Mincho", "MS PMincho", serif;}
strong {font-weight:bold;}


body {
  /* じわっと画像が表示される */
  animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

/*js-animation*/
.js-animation{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
.js-animation.active{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.animated{
  /* 3秒待ってからアニメーションする */
  -webkit-animation-duration: 3s;
  animation-delay:3s;
  /* 2秒かけてアニメーションする */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  
}

/* 02 リンク設定
--------------------------------------------------------------------*/
a{}
a:link{text-decoration:none;color: #000;
}
a:visited{color: #000; text-decoration:none;}
a:hover{opacity: 0.7; transition: 0.4s;}

/* 03 フォント設定
--------------------------------------------------------------------*/
p{
	font-size: 1rem;
	line-height:1.8em;
	letter-spacing: 0.04em;
}
.f_gothic{
font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontB{
	font-weight:bold;
}

.fontLL {
	font-size:3.5rem!important;
}
.fontL {
	font-size:2rem!important;
}
.fontM {
	font-size:1.5rem!important;
}
.fontS {
	font-size:1.2rem!important;
}
.fontSS {
	font-size:1rem!important;
}

.mplus{
    font-family: 'M PLUS 1p', "游ゴシック", YuGothic, 'Yu Gothic', "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo !important;
    font-style: normal;
    font-weight: 300;
}
.cabin{
	font-family: 'Cabin', sans-serif;    
	font-style: normal;
    font-weight: 400;
}

.baskerville{
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}


/* 04 clearfix
--------------------------------------------------------------------*/
ul:after,
ol:after,
dl:after,
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* Basic contents
--------------------------------------------------------------------*/
.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*min-width: 1000px;*/
}
#contents{
	position: relative;
}
.contents{
	background:#ffffff;
}
.contentBlock{
	width: 100%;
	padding:100px 0 0;
	clear:both;
	overflow: hidden;
}
.inner{
	width:100%;
	max-width:1088px;
	margin:0 auto;
}


.pc {
	display: inline;
}
.pc-tab {
	display: inline;
}
.sp {
	display: none;
}
section{
	width:100%;
	overflow: hidden;
}

/* common
--------------------------------------------------------------------*/
h2.normal{
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight:bold;
	position:relative;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 60px;
}
h2.normal span.title{
	display: inline-block;
}
h2.normal span.title span{
	font-size: 0.6rem;
}
h2.normal span.title span .line{
	display: inline-block;
	width: 55%;
	margin-right: 10px;
	background: #000;
	height: 1px;
	border: 0;
}



.box100{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:top;
}

.box100 .box50{
	width: calc(50% - 40px / 2);
}
.box100 .box{
	width: calc(33.333% - 40px / 3);
}

/* header
--------------------------------------------------------------------*/
/**nav**/

.g_header.retractable.scrolled {
    height: 50px;
}

.g_header {
    transition: all .1s;
}
.g_header {
    width: 100%;
    height: 50px;
    background:rgba(255,255,255,0.7);
    border-bottom: solid 1px #ddd;
}
.g_header .g_navi-head {
    height: 70px;
    top: 30px;
}
.g_header .g_navi-head {
    width: 100%;
    height: 50px;
    z-index: 9999;
    position: fixed;
    top: 0px;
    background:rgba(255,255,255,0.9);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.g_header .g_navi-head-sub, .g_header .g_navi-head {
    transition: all .4s;
}
.g_header .g_navi-head_logo {
    margin-left: 40px;
    display: inline-block;
}

.g_header .g_navi-head_logo img{
  height: 22px;
  vertical-align: middle;
  padding-top: 14px;
}
.g_header .g_navi-head_logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.topcv{
		float: right;
		margin: 6px 20px;
	}
	.topcv a{
		background: #ffcc00;
		display: inline-block;
		position: relative;
		color: #000;
		line-height: 1;
		padding: 8px 30px 8px 10px;
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		border-radius: 5px;
		box-shadow: 0 2px 3px 0 rgb(0 0 0 / 12%);
	}	
	.topcv a:hover {
		opacity: 0.8!important;
		box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
	}
	.topcv a::after {
	  position: absolute;
	  top: 50%;
	  right: .8em;
	  content: '';
	  margin-top: -5px;
	  border: 7px solid transparent;
	  border-top-width: 5px;
	  border-bottom-width: 5px;
	  border-left-color: #000;
	  opacity: 0;
	}
	.topcv a:hover::after {
	  animation: arrow 1.2s infinite;
	}
	@keyframes arrow {
	  50% {
	    right: .2em;
	    opacity: 1;
	  }
	  100% {
	    right: -.4em;
	    opacity: 0;
	  }
	}

	.topcv span{
		background: #fff;
		color: #00B900;
		font-weight: bold;
		display: inline-block;
		font-size: 0.8rem;
		padding: 6px 8px;
		line-height: 1;
		border-radius: 8px;
		margin-right: 10px;
}




/* mainvisual
--------------------------------------------------------------------*/
#headerBg{
	position: relative;

}
.mainvisual{
	height: 560px;
}
#headerBg .logo{
	width: 240px;
	padding-bottom: 180px;
	/* 2秒かけてアニメーションする */
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.maintext{
	position: absolute;
	top: 14%;
	left: 5%;
}
.maintext h1{
    margin-bottom: 30px;
    /* 2秒かけてアニメーションする */
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.maintext h1 img{
    width: 500px;	
}
.maintext .line{
	height: 1px;
	border: none;
	background-color: #000;
	width: 300px;
	margin-bottom: 30px;
}
.maintext p{
	width: 600px;
	font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
    /* 2秒かけてアニメーションする */
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.maintext p .mplus{
	font-weight: 600;
	font-size: 1rem;
}

.slider {
padding: 0;
margin: 0;
width: 80%;
position: relative;
}

.slider img{
max-width: 100%;
}

 .noticbtn{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000 url(../images/arrow_right.svg)no-repeat 96% center;
	background-size: 30px;
	color: #fff!important;
	font-size: 0.8rem;
	line-height: 1;
	padding: 10px 50px 10px 30px;
	letter-spacing: 0.06em;
	z-index: 9999!important;
}
.noticbtn a,.noticbtn a:link{
	color: #fff!important;
}
.slider .noticbtn a:hover{
	opacity: 0.7!important;
}

.slider {
max-width:1000px;
position: absolute!important;
top: 0;
right: 0;
}

/* specialoffer
--------------------------------------------------------------------*/
.specialoffer{ 
	margin: 150px 0 100px;
}
.specialoffer .text{ 
	background: #000;
	padding: 30px 60px;
	color: #fff;
	text-align: center;
}

.specialoffer .text h2{
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 20px;
}

p.offertext{
	color: #ffcc00;
	font-size: 1.5rem;
	font-weight: bold;
}
p.offertext span.cabin{
	font-size: 1.8rem;
}
/*intro
--------------------------------------------------------------------*/

.intro.contentBlock{
	padding: 0;
}

.intro .img{
	width: 45%;
	display: inline-block;
	margin-right: 5%;
}
.intro p.img img{
	width: 100%;
}
.intro .text{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
}

.problem_text{
	font-size: 1.1rem;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.intro_text{
	font-size: 1.4rem;
	line-height: 2;
}

.intro_text .cabin{
	font-weight: 600;
	font-size: 2rem!important;
}

/*program
--------------------------------------------------------------------*/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: auto;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding-bottom: 20px;
  text-align: center;
}

.modal-content img{
	width: 100%;
	padding-bottom: 10px;
}
.modal-content h4{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.modal-content h4 span{
	font-size: 0.6rem;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
}
.modal-content p{
	text-align: left;
	margin: 10px 20px 20px;
	font-size: 0.9rem;
	line-height: 1.4;
}

.js-modal-close{
	display: inline-block;
	background: #000;
	color: #fff!important;
	line-height: 1;
	padding: 8px 80px;
	font-size: 1rem;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.program ul{
	overflow: hidden;
	width: 100%;
	background-color: #666;
}
.program ul li{
	float: left;
	text-align: center;
	color: #fff;
	padding: 60px 0;
}
.program ul li.col3{width: 33.3333%;}
.program ul li.col4{width: 25%;}

.program ul li h3 img{
	height: 48px;
}

.program ul li a{
	color: #fff;
}
.program ul li a:hover{
	opacity: 0.6;
}

.program .programname_en{
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    line-height: 1;
    padding-top: 10px;
    display: inline-block;
}
.program .programname_jp{
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}

li.program01{
	background: url(../images/img_program01.jpg)center center no-repeat;
	background-size: 100%;
}
li.program02{
	background: url(../images/img_program02.jpg)center center no-repeat;
	background-size: 100%;
}
li.program03{
	background: url(../images/img_program03.jpg)center center no-repeat;
	background-size: 100%;
}
li.program04{
	background: url(../images/img_program04.jpg)center center no-repeat;
	background-size: 100%;
}
li.program05{
	background: url(../images/img_program05.jpg)center center no-repeat;
	background-size: 100%;
}
li.program06{
	background: url(../images/img_program06.jpg)center center no-repeat;
	background-size: 100%;
}
li.program07{
	background: url(../images/img_program07.jpg)center center no-repeat;
	background-size: 100%;
}
li.program08{
	background: url(../images/img_program08.jpg)center center no-repeat;
	background-size: 100%;
}


.program ul li .btn{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	line-height: 1;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 30px;
}


/*feature
--------------------------------------------------------------------*/

.feature.contentBlock{
	padding: 50px 0 0;
}

.feature_img img{
	width: 100%;
}

.feature .box100 .box {
    width: calc(33.333% - 0px / 3);
}

.feature h3{
	background-color: #000!important;
	color: #fff;
	margin-top: -40px;
	margin-left: 20px;
	display: inline-block;
	padding: 6px 20px 20px;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
h3.feature03{
	font-size: 1.5rem!important;
	padding-bottom: 30px;
}
.feature h3 span{
	font-size: 0.6rem;
}
.feature p{
	margin: 10px 40px 0 20px;
}


/*recommend
--------------------------------------------------------------------*/
.recommend{
	padding-bottom: 60px;
}
.recommend .box50{
	background-color: #f2f1f1;
	 border-radius:10px;
	 margin-bottom: 40px;
}
.recommend h3{
	position: relative;
}
.recommend h3.arrow_box{
    position:relative;
    background:#000000;
    padding:20px 0;
    text-align:center;
    color:#fff;
    font-size:1.2rem;
    font-weight:bold;
    line-height: 1.4;
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
}

.recommend h3.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#000000;
    top:100%;
    left:50%;
}

.recommend .box50 p{
	padding: 30px;
}

 {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #f2f9ff;
}

.recommend h3 span:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 18%;
    content: "“";
    color: #fff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.recommend h3 span:after{
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 18%;
    text-align: center;
    content: "”";
    color: #fff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}
/*case
--------------------------------------------------------------------*/
.case{
	background-color: #ececec;
	padding-bottom: 40px;
}
.case h2.normal span.title span .line{
	width: 78%;
}
.case .box100{
	margin-bottom: 80px;
}

.case .box50{
	background-color: #fff;
	border-radius: 14px;
}
.personalinfo{
	padding: 30px;
	text-align: left;
}
.personalinfo img{
	width: 40%;
	margin-top: -80px;
}
.personalinfo .casetext{
	display: inline-block;
	text-align: left;
}
.personalinfo .casetext .fontLL{
	letter-spacing: -0.06em;
}
.personalinfo p.text{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
	display: inline-block;
}
.worriestext{
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding-left: 7.2em;
    text-indent: -7.2em;
    margin-right: 20px;
    line-height: 1.4;
}
.worriestext span{
	background-color: #000;
	color: #fff;
	margin: 0 10px 0 30px;
	padding: 5px 20px;
	font-size: 0.9rem;
}
.adviseBox{
	background-color: #f2f1f1;
	padding: 30px;
	margin: 30px;
}
.adviseBox h3{
	font-size: 1.4rem;
	text-align: center;
}
.adviseBox ul li{
	font-size: 0.9rem;	
	background: #fff url(../images/icon_list.svg)no-repeat 10px center;
	background-size: 16px auto;
	padding: 10px 20px 10px 36px;
	margin-bottom: 10px;
	line-height: 1.4;
}	

/*instructor
--------------------------------------------------------------------*/


.instructor{
	padding-top: 80px;
}
.instructor p{
	text-align: center;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
}
.instructor h3.title{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 100px;
}

.slider2{
	width: 100%;
	margin: 0 auto;
}
.thumb{
	text-align: center;
	width: 800px!important;
	margin: 50px auto 50px;
}
.thumb li{
	width:20%;
	line-height: 1.4;
}
.thumb img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #d3d3d3;
	display: inline-block!important;
	margin-bottom: 4px;
}
.thumb span{
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.thumb span.areatext{
	background-color: #eeeeee;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 10px;
}

.slider2{
	background-color: #ebf1f1;
}
.slider2 .box_profile{
	width: 1000px!important;
	margin: 0 auto!important;
	padding: 40px 0;
	position: relative;
}
.slider2 .box_profile .img{
	width: 32%;
	display: inline-block!important;
	text-align: right;
}

.slider2 .box_profile .naokoimg{
	text-align: left;
	padding-top: 80px;
}
.profile_detail {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}

.profile_detail h3 .areatext{
	display: inline-block;
	width: 30px;
	height: 15px;
	padding: 16px 6px 12px;
	border-radius: 50%;
	border: #333333 1px solid;
	line-height: 1;
	margin-right: 10px;
	text-align: center;
	background-color: #fff;
	font-size: 0.8rem;
	vertical-align: middle;
}
.profile_detail h3 .areatext.nagoya{
	padding: 16px 2px 12px;
	font-size: 0.7rem;
	width: 41px;
}


.profile_detail h4{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: bold;
}

.certificationarea{
	display: block;
	margin-top: 10px;
}

.slider2 .box_profile .img img{
	width: 80%;
}
.slick-slide img {
    display: inline!important;
}
.slide-arrow{
	width: 40px;
} 
.prev-arrow{
	position: absolute;
	left:2%;
	top: 50%;
	z-index: 9999;
}
.next-arrow{
	position: absolute;
	right: 2%;
	top: 50%;
	z-index: 9999;
}

.thumb .slick-track {
  transform: unset !important;
}
.sliderinstructor{
	width: 100%;
	margin-bottom: 15px;
} 
.sliderinstructor li{
	float: left;
}
.sliderinstructor li img{
	width: 140px;
}

.profile_detail dl {
  display: flex;
  flex-wrap: wrap;
}
.profile_detail dl dt {
  width: 20%;
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 5%;
}
.profile_detail dl dt span{
	border: 1px solid #000000;
	padding: 5px 10px;
	line-height: 1.4;
	background-color: #fff;
	display: block;
	text-align: center;
}
.profile_detail dl dd {
  width: 75%;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.profile_detail h3{
	font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    line-height: 1.5;
}
.profile_detail h3 span{
	font-size: 1rem;
	font-weight: 200;
	padding-left: 10px;
}

/*price
--------------------------------------------------------------------*/
.price h2.normal span.title span .line{
	width: 24%;
}
.price{
	text-align: center;
}
.entrance_fee{
	border: 3px solid #000;
	display: inline-block;
	text-align: center;
	padding: 10px 40px;
	line-height: 1;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 60px;
}
.price h3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 30px;
	letter-spacing: 0.08em;
}
.price h3 span{
	font-size: 0.9rem;
}
.price .box100 .box{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.price .box100 .box h4{
	color: #ffcc00;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.price .box100 .box h4 .cabin{
	font-weight: 600;
}
span.pricetext{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.add-ontext{
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	line-height: 1.6;
}
.add-ontext span{
	font-size: 0.7rem;
	font-weight: normal;
}
.add-ontext a{
	text-decoration: underline;
}

.bg_yellow{
	background: #ffcc00;
	font-weight: bold;
	line-height: 1;
	padding: 10px 30px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	display: inline-block;
	margin-right: 20px;
}

/*flow
--------------------------------------------------------------------*/
.flow{
	padding-bottom: 100px;
}
.flow .trialBox{
	border: 4px solid #000;
	padding: 30px 0;
	text-align: center;
}
.flowBox{
	margin-top: 60px;
	text-align: center;
}
.flowBox h3{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.6;
	display: inline-block;
	width: 20%;
	text-align: left;
}

.flowBox .textBox{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.flowBox{
	margin-bottom: 40px;
}
.flowdetail{
	margin-bottom: 20px;
}

.flow .box100 .box50{
	background-color: #f2f1f1;
}
.flow .box100 .box50 h4{
	margin: 20px 30px 10px 30px;
	font-weight: bold;
	font-size: 1.4rem;
}
.flow .box100 .box50 h4 span{
	font-size: 0.9rem;
}
.flow .box100 .box50 ul{
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.4;
}
.flow .box100 .box50 ul li{
	margin-bottom: 10px;
	margin-right: 30px;
	padding-left: 1em;
    text-indent: -1em;
}
span.notic{
	font-size: 0.8rem;
	font-weight: normal;
	color: #666;
}

.flowdetail .icon{
	display: inline-block;
	width: 15%;
	margin-right: 5%;
	vertical-align: top;
}
.flowdetail .icon img{
	width: 100%;
}
.flowdetail .text{
	display: inline-block;
	width: 75%;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
.flowdetail .text h4{
	font-weight: bold;
	font-size: 1.4rem;
	text-align: left;
}
.flowdetail .text h4 span{
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.flowdetail .text p{
	margin-left: 5rem;
	text-align: left;
}

.reportbnr{
	margin-top: 80px;
}
.reportbnr img{
	width: 100%;
}


/*studio
--------------------------------------------------------------------*/
.studio{
	background-color: #ececec;	
	padding-bottom: 100px;
}

.studio .box50{
	background-color: #fff;
	margin-bottom: 40px;
}
.studio .box50 img{
	width: 100%;
}
.studio .box50 .text{
	padding: 20px 30px;
	line-height: 1.4;
}
.studio .box50 .text h3{
	font-size: 1.3rem;
	font-weight: bold;
}
.studio .box50 .text .studioBtn a{
	border: 1px solid #000;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
    font-weight: 300;
    margin-top: 16px;
    letter-spacing: 0.08em;
    background: #fff url(../images/icon_window.svg)no-repeat 98% center;
    background-size: 18px;
}
.studio .box50 .text .studioBtn a img{
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}
.studio .box50 .text .studioBtn a:hover{
	background-color: #ececec;
}

.yoggyairBox{
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.yoggyairBox img{
	width: 100px;
	vertical-align: bottom;
}
.yoggyairBox p{
	display: inline-block;
	margin-left: 30px;
	text-align: left;
}

/**faq**/

.faq{
	padding-bottom: 100px;
}

.faq h2.normal span.title span .line{
	width: 78%;
}

.faq-list {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
  max-width: 960px;
}

.faq-list .faq-item-q {
  display: block;
  position: relative;
  margin: 0;
  padding: 1.4em 1em;
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
  background: #fff url(../images/faq-q.svg)no-repeat 10px center;
  background-size: 22px;
  cursor: pointer;
  transition: 1.0s;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.faq-list .faq-item-q span{
	padding-left: 20px;
}

.faq-list .faq-item-q:hover,
.faq-list .faq-item-q:active,
.faq-list .content-entry.open .faq-item-q {
  background-color: #f3f1f1;
  color: #000;
}

.faq-list .faq-item-q:hover i:before,
.faq-list .faq-item-q:hover i:active,
.faq-list .content-entry.open i {
  color: white;
}

.faq-item-q{
  position: relative;
}

.faq-item-q:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq-item-q.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.faq-item-a {
  display: none;
  padding: 2.3125em;
  background: #f2f1f1 url(../images/faq-a.svg)no-repeat 10px 30px;
  background-size: 22px;
  margin: 10px;
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq-item-a p{
	padding-left: 20px;
	font-size: 1.1rem;
}
.faq-item-a .notic{
  font-size: 0.9rem;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
.faqBtn{
	text-align: center;
}
.faqBtn a{
	border: 1px solid #000;
	line-height: 1;
	padding: 16px 80px;
	display: inline-block;
	margin-top: 50px;
	font-size: 1rem;
	font-weight: bold;
	background: #fff url(../images/icon_window.svg)no-repeat 96% center;
    background-size: 14px;
    transition: all 0.5s 0s ease;
}
.faqBtn a:hover{
	background-color: #ececec;
}


.trialBtn{
	text-align: center;
	margin-top: 40px;
}
.trialBtn a{
	position: relative;
	background: #ffcc00;
	color: #000;
	font-size: 1.6rem;
	padding: 14px 80px 14px 50px;
	letter-spacing: 0.06em;
	display: inline-block;
	border-radius: 5px;
	font-family: 'M PLUS 1p', "游ゴシック", YuGothic, 'Yu Gothic', "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo !important;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
}

.trialBtn span{
	background: #fff;
	color: #00B900;
	font-weight: bold;
	display: inline-block;
	font-size: 1.2rem;
	padding: 8px 10px;
	line-height: 1;
	border-radius: 8px;
	margin-right: 20px;
}
.trialBtn a:hover{
	opacity: 0.8!important;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
}
.trialBtn a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  margin-top: -5px;
  border: 10px solid transparent;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-color: #000;
  opacity: 0;
}
.trialBtn a:hover::after {
  animation: arrow 1.2s infinite;
}
@keyframes arrow {
  50% {
    right: .6em;
    opacity: 1;
  }
  100% {
    right: -.4em;
    opacity: 0;
  }
}

#cvbtn{
	display: none!important;
}

/* footer
--------------------------------------------------------------------*/


footer {
	position: relative;
	padding: 20px 0;
	width: 100%;
	color:#fff;
	background-color: #000;
}
	footer .inner {
		text-align: center;
		margin: 0 auto;
		width: 960px;
		overflow: hidden;
		border-bottom:1px solid #323232;
	}
	footer .page-top{
		width: 120px;
		float: right;
	}
	footer .page-top a{
		position: relative;
		padding-left: 30px;
		font-size: 0.9rem;
		color: #fff;
	}
	footer .page-top a:before {
	  content: "";
	  position: absolute;
	  left: 1px;
	  top: 38%;
	  transition: all 0.2s ease-in-out;
	  display: block;
	  width: 10px;
	  height: 10px;
	  border-top: solid 1px #fff;
	  border-right: solid 1px #fff;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	footer .inner p img{
		width: 160px;
		padding: 30px 0 60px;
	}
	footer ul{
		overflow: hidden;
		margin-bottom: 40px;
	}
	footer li{
		float: left;
		width: 25%;
	}
	footer li a{
		color: #fff;
	}
		footer li a:hover{
			text-decoration: underline;
		}

		footer li a:link{text-decoration:none;color: #fff;
}
		footer li a:visited{color: #fff; text-decoration:none;}
		footer li a:hover{opacity: 0.6; transition: 0.4s;}


	footer .copyright{
		margin:20px 0;
		display: block;
		text-align: center;
		font-size:0.9rem;
		letter-spacing: 0.08em;
	}



