@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------
 reset
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#000;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
p{
	line-height: 2.2em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 861px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */

/*margin right*/
.mr05 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr35 {
margin-right: 35px;
}
.mr40 {
margin-right: 40px;
}
.mr45 {
margin-right: 45px;
}
.mr50 {
margin-right: 50px;
}
/*margin left*/
.ml05 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml35 {
margin-left: 35px;
}
.ml40 {
margin-left: 40px;
}
.ml45 {
margin-left: 45px;
}
.ml50 {
margin-left: 50px;
}
/*margin top*/
.mt00 {
margin-top: 0px;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt80 {
margin-top: 80px;
}
.mt100 {
margin-top: 100px;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px;
}
.mb05 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb35 {
margin-bottom: 35px;
}
.mb40 {
margin-bottom: 40px;
}
.mb45 {
margin-bottom: 45px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb70 {
margin-bottom: 70px;
}
.mb80 {
margin-bottom: 80px;
}
.mb100 {
margin-bottom: 100px;
}
/*padding right*/
.pr05 {
padding-right: 5px;
}
.pr10 {
padding-right: 10px;
}
.pr15 {
padding-right: 15px;
}
.pr20 {
padding-right: 20px;
}
.pr25 {
padding-right: 25px;
}
.pr30 {
padding-right: 30px;
}
.pr35 {
padding-right: 35px;
}
.pr40 {
padding-right: 40px;
}
.pr45 {
padding-right: 45px;
}
.pr50 {
padding-right: 50px;
}
/*padding left*/
.pl05 {
padding-left: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl15 {
padding-left: 15px;
}
.pl20 {
padding-left: 20px;
}
.pl25 {
padding-left: 25px;
}
.pl30 {
padding-left: 30px;
}
.pl35 {
padding-left: 35px;
}
.pl40 {
padding-left: 40px;
}
.pl45 {
padding-left: 45px;
}
.pl50 {
padding-left: 50px;
}
/*padding top*/
.pt05 {
padding-top: 5px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 15px;
}
.pt20 {
padding-top: 20px;
}
.pt25 {
padding-top: 25px;
}
.pt30 {
padding-top: 30px;
}
.pt35 {
padding-top: 35px;
}
.pt40 {
padding-top: 40px;
}
.pt45 {
padding-top: 45px;
}
.pt50 {
padding-top: 50px;
}
.pt80 {
padding-top: 80px;
}
.pt100 {
padding-top: 100px;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px;
}
.pb10 {
padding-bottom: 10px;
}
.pb15 {
padding-bottom: 15px;
}
.pb20 {
padding-bottom: 20px;
}
.pb25 {
padding-bottom: 25px;
}
.pb30 {
padding-bottom: 30px;
}
.pb35 {
padding-bottom: 35px;
}
.pb40 {
padding-bottom: 40px;
}
.pb45 {
padding-bottom: 45px;
}
.pb50 {
padding-bottom: 50px;
}
.pb80 {
padding-bottom: 80px;
}
.pb100 {
padding-bottom: 100px;
}

/*padding all*/
.pd10{
padding:10px;
}
.pd15{
padding:15px;
}
.pd20{
padding:20px;
}
.pd25{
padding:25px;
}
.pd30{
padding:30px;
}
.pd50{
padding:50px;
}

/* ---------------------------------------------------------------------- 
画像imgg
---------------------------------------------------------------------- */
  img.shape{
      backface-visibility: hidden;
  }
  img.img100{
      width:100%;
      max-width: 100%;
      line-height: 0;
      vertical-align: bottom;
      display: block;
  }
  img.imgCenter{
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width:100%;
  }
  img.imgLeft{
      max-width:100%;
      display:block;
      margin-right:auto;
  }
  img.imgRight{
      max-width:100%;
      display:block;
      margin-left:auto;
  }
  
/* ----------------------------------------------------------------------
font weight
---------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}

/* ----------------------------------------------------------------------
font size
---------------------------------------------------------------------- */
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
.font35px{
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font15-20px{
		font-size: 20px;
	}
	.font15-18px{
		font-size: 18px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-22px{
		font-size: 22px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font15-20px{
		font-size: 15px;
	}
	.font15-18px{
		font-size: 15px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-22px{
		font-size: 20px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
}

/* ----------------------------------------------------------------------
文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.green{
	color:#00c12f;
}
.orange{
	color:#ee7733;
}
.yellow{
	color:#fcee21;
}

/* ----------------------------------------------------------------------
フォントファミリー
---------------------------------------------------------------------- */
.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.centB_font{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ----------------------------------------------------------------------
テキスト揃え
---------------------------------------------------------------------- */

.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}
@media screen and (min-width: 768px) {
	.txtCenterPc{
		text-align:center;
	}
}
@media screen and (max-width: 768px) {
	.txtCenterPc{
		text-align:justify;
	}
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
 改行
---------------------------------------------------------------------- */
/*タブレット以下のみ改行*/
@media screen and (min-width: 768px) {
    .kaigyouSp {
        display: none;
    }
}
/*PCのみ改行*/
@media screen and (max-width: 767px) {
    .kaigyouPc {
        display: none;
    }
}
/*スマホ以下のみ改行*/
@media screen and (min-width: 481px) {
    .kaigyouSpMini {
        display: none;
    }
}

/* ----------------------------------------------------------------------
 マーカーアニメーション
---------------------------------------------------------------------- */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
	.fade {
		opacity: 0;
		transform: translateY(30px);
	}
	.fade01 {
		transition: opacity 1.5s, transform 1s;	
	}
	.fade02 {
		transition: opacity 2.0s, transform 1.5s;	
	}
	.fade03 {
		transition: opacity 2.5s, transform 2.0s;	
	}
	.fade.active {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media print{
	.fade {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------
テキスト揃え行間
---------------------------------------------------------------------- */

.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh23{
	line-height:2.3em;
}
.lh25{
	line-height:2.5em;
}

/* ----------------------------------------------------------------------
背景色
---------------------------------------------------------------------- */
.bgGray{
	background: #F2F2F2;
}

/* ----------------------------------------------------------------------
 スマホのみ・PCのみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.onlyPc{
	display:block !important;
	}
	.onlySp{
	display:none !important;
	}
}
@media screen and (max-width: 768px) {
	.onlyPc{
	display:none !important;
	}
	.onlySp{
	display:block !important;
	}
}

/* ----------------------------------------------------------------------
inner
---------------------------------------------------------------------- */
.inner1200{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	width:calc(100% - 30px);
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	width:calc(100% - 30px);
	max-width:768px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.radius20{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}
.radius30{
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
@media(max-width:600px)  {
	.flex_block{
		display: block;
	}
}

/* ----------------------------------------------------------------------
 全体
---------------------------------------------------------------------- */
body{
	background: #000;
	position: relative;
}


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 9999;
	top:0;
	left:0;
}
.headerInner{
	width: 100%;
	position: relative;
}
@keyframes slide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}
.logo{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top:0;
	left: 0;
	width:300px;
	height: 120px;
	background: #fff;
	border-radius: 0 0 30px 0;
}
.logo img{
	display: block;
	width: 200px;
	height: 55px;
}
.headInfoPc{
	float: right;
	width: 510px;
	display: flex;
	justify-content: space-between;
	padding-right: 15px;
}
.headTel{
	width: 230px;
}
.headTel p{
	line-height: 1;
}
.headTel p:first-child{
	padding-top: 28px;
}
.headMail{
	width: 250px;
}
.headMail a{
	display: block;
	width: 100%;
	height: 50px;
	text-decoration: none;
	position: relative;
	top: 25px;
}
.headMail img{
	transition : all 0.5s ease 0s;
}
.headMail a img.headMailBefore{
	position: relative;
	z-index: 2;
}
.headMail a img.headMailAfter{
	position: absolute;
	top:0;
	left:0;
}
.headMail a:hover img.headMailBefore{
	opacity: 0;
}


@media(min-width:861px),print  {
	.headInfoSp{
		display: none;
	}
}
@media(max-width:860px)  {
	.header{
		width: 100%;
		height: 55px;
	}
	.logo{
		width:165px;
		height: 66px;
	}
	.logo img{
		display: block;
		width: 127px;
		height: 34.92px;
	}
	.headInfoPc{
		display: none;
	}
	.headInfoSp{
		float: right;
		position: relative;
		top:7.5px;
		display: flex;
		justify-content: space-between;
		width: 85px;
		margin-right: 15px;
	}
	.headInfoSp a{
		display: block;
		width: 40px;
	}

}


/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	width: 100%;
	position: relative;
}
.mvImg{
	display: block;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	min-height: -webkit-fill-available;
}
.mvFront{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.mvFront img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center center;
}
.mvTxt{
	position: absolute;
	max-width: 860px;
	width: calc(100% - 30px);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media(min-width:768px),print  {
	.mvTxtSp{
		display: none !important;
	}
}
@media(max-width:767px)  {
	.mvTxtPc{
		display: none !important;
	}
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
p.titP{
	text-align: center;
	font-size:70px;
	line-height: 1.2em;
}
h3.titH3{
	position: relative;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 15px;
}
h3.titH3::after{
	position: absolute;
	content: "";
	height: 3px;
	width: 280px;
	background: rgb(76,199,100);
	background: linear-gradient(90deg, rgba(76,199,100,1) 0%, rgba(252,238,33,1) 100%);
	bottom:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media only screen and (max-width:767px) and (min-width:481px )  {
	p.titP{
		font-size:50px;
	}
}
@media only screen and (max-width:480px) {
	p.titP{
		font-size:40px;
	}
}

/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
main{
    width: 100%;
}

/*バナー*/
.bnr a{
	display: block;
	width: 100%;
}
.bnr a img{
	transition : all 0.5s ease 0s;
}
.bnrBefore{
	position: relative;
	z-index: 2;
}
.bnrAfter{
	position: absolute;
	top:0;
	bottom:0;
}
.bnr a.offerPc,.bnr a.offerSp{
	position: relative;
}
.bnr a.offerPc:hover img.bnrBefore,
.bnr a.offerSp:hover img.bnrBefore{
	opacity: 0;
}
@media(min-width:768px),print{
	.bnr a.offerSp{
		display: none;
	}
	.bnr a.offerPc{
		display: block;
	}
}
@media(max-width:767px){
	.bnr a.offerPc{
		display: none;
	}
	.bnr a.offerSp{
		display: block;
	}
}


/*CONTENT*/
.conceptImg{
	position: relative;
	width: 100%;
	height: 400px;
}
.conceptImgBg{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px 20px 0 0;
}
img.conceptImgTxt{
	position: absolute;
	display: block;
	width: calc(100% - 60px);
	max-width:550px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) and (min-width:481px )  {
	.conceptImg{
		height: 300px;
	}
}
@media only screen and (max-width:480px) {
	.conceptImg{
		height: 220px;
	}
}
h4.conceptH4{
	display: inline-block;
	background: #fcee21;
	line-height: 1;
	padding: 3px 10px 6px;
}

dl.featuresDl{
	border-top:1px solid #fff ;
	border-bottom:1px solid #fff ;
	background: url(../images/bg_diagonal.jpg) repeat;
	padding: 15px 20px 20px;
}
dl.featuresDl dt{
	font-style: italic;
	font-size:35px;
	padding-bottom: 15px;
	text-indent: -1.3em;
	padding-left: 1.3em;
	border-bottom: solid 3px #4cc764;
	position: relative;
	line-height: 1.5em;
}
dl.featuresDl dt::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fcee21;
	bottom: -3px;
	left: 0;
	width: 30%;
}
dl.featuresDl dt span,
dl.featuresDl dt small{
	color:#fcee21;
}
dl.featuresDl dt span{
	font-size:180%;
}
dl.featuresDl dd{
	padding-top: 15px;
}
dl.featuresDl dt,
dl.featuresDl dd{
	box-sizing: border-box;
}
@media only screen and (max-width:767px) and (min-width:481px )  {
	dl.featuresDl dt{
		font-size: 28px;
	}
}
@media only screen and (max-width:480px) {
	dl.featuresDl{
		padding: 10px 15px 15px;
	}
	dl.featuresDl dt{
		font-size: 23px;
	}
}
.featuresW{
	position: relative;
	background: url(../images/bg_diagonal.jpg) repeat;
	padding: 80px 0;
}
.featuresW::after{
	position: absolute;
	content: "";
	width:100%;
	height:50px;
	border-radius:50% 50% 0 0/100% 100% 0 0;
	background:#000;
	left:0;
	bottom:0;
}
.featuresW::before{
	position: absolute;
	content: "";
	width:100%;
	height:50px;
	border-radius:0 0 50% 50% /0 0 100% 100%;
	background:#000;
	left:0;
	top:0;
}
.featuresWBox{
	position: relative;
	background: #fff;
	border:2px #fcee21 solid;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	z-index: 2;
}

.featuresWBox img{
	position: absolute;
	top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.featuresWBox h4{
	position: relative;
	margin-top: 40px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.featuresWBox h4::after{
	position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    background: rgb(76, 199, 100);
    background: linear-gradient(90deg, rgba(76, 199, 100, 1) 0%, rgba(252, 238, 33, 1) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	border-radius: 1.5px;
}
@media only screen and (min-width:961px),print{
	.featuresWBox{
		width: calc((100% - 40px) / 3);
		margin-top: 50px;
	}
	.featuresWBox:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width:960px) and (min-width:641px )  {
	.featuresWBox{
		width: calc((100% - 20px) / 2);
		margin-top: 50px;
	}
	.featuresWBox:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width:640px) {
	.featuresWBox{
		width: 100%;
		max-width: 420px;
		margin: 40px auto 30px;
	}
	.featuresWBox img{
		width: 80px;
		top:-40px;
	}
}

/*亀本考案の次世代レッスン*/
.kamemoto{
	max-width: 725px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.kamemoto .flex{
	align-items: center;
}
.kamemotoImg{
	width: 30%;
	max-width: 224px;
}
.kamemotoTxt{
	width: 68%;
	max-width: 500px;
}
@media only screen and (max-width:767px){
	.kamemoto .flex{
		display: block;
	}
	.kamemotoImg{
		margin-bottom: 15px;
	}
	.kamemotoImg,.kamemotoTxt{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width:767px){
	.kamemotoImg{
		max-width: 180px;
	}
}
.kamemoto a{
	position: relative;
	display: inline-block;
	width:100%;
	max-width: 400px;
	text-decoration: none;	
}
.kamemoto a::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border:3px #000 solid;
	border-radius: 100px;
	box-sizing: border-box;
	top:5px;
	left:5px;
	transition : all 0.5s ease 0s;
}
.kamemoto a:hover::after{
	top:0;
	left:0;
}
.kamemoto a span{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	background:#4cc764;
	height: 60px;
	line-height: 55px;
	border:3px #000 solid;
	border-radius: 100px;
	box-sizing: border-box;
	z-index: 2;
	transition : all 0.5s ease 0s;
}
.kamemoto a:hover span{
	background:#fcee21;
	color:#4cc764;
}
.kamemoto a span::after{
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition : all 0.5s ease 0s;
}
.kamemoto a:hover span::after{
	right: 20px;
}

/*次世代レッスン内容*/
.nextLesson{
	background: #fff;
}
.triangle{
	width: 100%;
}
@media only screen and (max-width:960px){
	.triangle{
		object-fit: cover;
		height: 50px;
		object-position: bottom;
	}
}
.nextLessonImg{
	width: 200px;
}
.nextLessonTxt{
	width: calc(100% - 240px);
}
.nextLessonTxt h3{
	border-bottom: solid 3px #4cc764;
    position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.nextLessonTxt h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fcee21;
    bottom: -3px;
    left: 0;
    width: 30%;
}
table.nextLessonTb{
	border-collapse: separate;
	border-spacing : 5px 5px;
}
table.nextLessonTb th{
	background: #fcee21;
	border:2px #000 solid;
	padding: 0 5px;
	box-sizing: border-box;
}
@media only screen and (max-width:960px){
	.nextLessonBox{
		display: block;
	}
	.nextLessonImg{
		margin: 0 auto 20px;
	}
	.nextLessonTxt{
		width: 100%;
	}
}
@media only screen and (max-width:768px){
	table.nextLessonTb,table.nextLessonTb tbody,table.nextLessonTb tr,
	table.nextLessonTb th,table.nextLessonTb td{
		display: block;
	}
	table.nextLessonTb th{
		text-align: left;
		margin-bottom: 5px;
	}
	table.nextLessonTb td{
		margin-bottom: 5px;
	}
}

/*TRIAL LESSON*/
.trialStepBox{
	margin-bottom: 40px;
}
.trialStepImg{
	width: 200px;
}
.trialStepImg img{
	border-radius: 15px;
}
.trialStepTxt{
	width: calc(100% - 240px);
}
p.trialSteTag{
	line-height: 1;
	display: inline-block;
	background: #fcee21;
	padding: 4px 13px 8px;
	border-radius: 15px 0 0 0;
}
.trialStepTxt h4{
	border-bottom: solid 3px #4cc764;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.trialStepTxt h4 span{
	font-size:80%;
}
.trialStepTxt h4::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fcee21;
    bottom: -3px;
    left: 0;
    width: 30%;
}
@media only screen and (max-width:767px){
	.trialStepBox{
		display: block;
	}
	.trialStepImg{
		margin: 0 auto 20px;
	}
	.trialStepTxt{
		width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	p.trialSteTag{
		padding: 2px 10px 5px;
		border-radius: 10px 0 0 0;
	}
}
.trialStepTxt ul{
	list-style: none;
}
.trialStepTxt ul li{
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: -0.8em;
  	padding-left: 0.8em;
}
.trialStepTxt ul li::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #fcee21;
    margin-right: 0.3em;
}

/*PRICE*/
.price{
	background: #fff;
	padding: 30px 25px;
	box-sizing: border-box;
	border-radius: 20px;
}
table.priceTb{
	width: 100%;
	max-width: 550px;
	margin: 0 auto 30px;
}
table.priceTb th,table.priceTb td{
	padding: 10px;
}
table.priceTb th{
	text-align: left;
}
@media only screen and (min-width:768px),print{
	table.priceTb tr:nth-child(odd){
		background: #f2f2f2;
	}
	table.priceTb td{
		text-align: right;
	}
}
@media only screen and (max-width:767px){
	table.priceTb,table.priceTb tbody,table.priceTb tr,
	table.priceTb th,table.priceTb td{
		display: block;
	}
	table.priceTb th{
		background: #f2f2f2;
	}
	table.priceTb td{
		margin-bottom: 5px;
	}
}

.voiceWrap{
	justify-content: center;
}
.voiceBox{
	border:2px solid #fff;
	border-radius: 20px 0 20px 0;
	position: relative;
	margin-bottom: 30px;
}
.voiceBoxTop{
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.voiceBoxImg{
	width: 100px;
}
.voiceBoxProf{
	width: calc(100% - 120px);
}
.voiceBoxBottom{
	padding: 20px;
	background: #fff;
	border-radius: 0 0 16px 0;
	height: calc(100% - 120px);
}
.voiceBoxProf .men{
	color:#b4ffff;
}
.voiceBoxProf .woman{
	color:#ffc8ff;
}

@media only screen and (min-width:768px),print{
	.voiceBox{
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.voiceBox:nth-child(2n),
	.voiceBox:last-child{
		margin-right: 0;
	}
}
@media only screen and (max-width:767px){
	.voiceBox{
		width:100%;
		max-width:550px ;
		margin: 0 auto 30px;
	}
}

/*FAQ*/
.faq{
	background: #333;
}
.faqInner{
	background: url(../images/bg_faq.png) no-repeat center center;
	background-size: cover;
}
dl.faqDL {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.faqDL::after{
	content: "";
	width: 100%;
	height: 3px;
	background: rgb(76, 199, 100);
    background: linear-gradient(90deg, rgba(76, 199, 100, 1) 0%, rgba(252, 238, 33, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
dl.faqDL dt {
	padding: 15px 10px 15px 0;
	position: relative;
	color:#fcee21;
}
dl.faqDL dd {
	margin-bottom:10px;
	display: none;
	color:#fff;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 45px;
	text-indent: -45px;
	box-sizing: border-box;
}
dl.faqDL dt{
	padding-right: 40px;
}
dl.faqDL dt::before, 
dl.faqDL dd::before {
	margin-right: 15px;
	position: relative;
	top: 6px;
}
dl.faqDL dt::before {
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(../images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background: #4cc764;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #4cc764;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

/*最終CV*/
.lastCv{
	background: url(../images/bg_last_cv.png) no-repeat center center;
	background-size: cover;
}
.lastCv h3{
	font-size: 35px;
}
.lastCv h4{
	font-size: 30px;
	line-height: 1;
}
.lastCv h4 b{
	font-size:70%;
}
.lastCv h4 strong{
	color:#006837;
}
.lastCv h4 span{
	display: inline-block;
	background: #fff;
	padding: 0 10px 3px 10px;
	margin-bottom: 10px;
}
@media screen and (max-width:580px){
	.lastCv h4{
		font-size: 5vw;
	}
}
@media screen and (max-width:767px) and (min-width:580px){
	.lastCv h3{
		font-size: 30px;
	}
}
@media screen and (min-width:580px){
	.lastCv h3 br.br{
		display: none;
	}
}
@media screen and (max-width:579px){
	.lastCv h3{
		font-size: 25px;
	}
}

/* ----------------------------------------------------------------------
 Footer
---------------------------------------------------------------------- */

/*copyright*/
.copyright{
	background: #006837;
}
.copyright p{
	font-size:12px;
	letter-spacing: 0.1em;
}

/* ----------------------------------------------------------------------
 Footer LINEボタン
---------------------------------------------------------------------- */
#footBtn {
	width: 250px;
	height: 50px;
	position: fixed;
	right: 80px;
	bottom: 30px;
	border-radius: 50%;
	z-index: 9999;
}
@media(max-width:767px)  {
	#footBtn{
		right: 70px;
		height: 45px;
		width: 200px;
	}
}
.footBtnWrap{
	position: relative;
	width: 100%;
	height: 100%;
}
#footBtn img{
	transition : all 0.5s ease 0s;
}
.footBtnBefore{
	position: relative;
	z-index: 2;
}
.footBtnAfter{
	position: absolute;
	top:0;
	bottom:0;
}
a#footBtn:hover img.footBtnBefore{
	opacity: 0;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
/* ボタン全体 */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    background: #ee7733;
    border-radius: 50%;
	transition : all 0.5s ease 0s;
	z-index: 9999;
}
#page_top:hover{
	background: #ccc;
}
/* Font Awesome */
#page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 22%;
    left: 50%;
    translate: -50%;
}
#page_top::after {
    content: 'TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 52%;
    left: 50%;
    translate: -50%;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}