anserarea@charset "UTF-8";

/* ***********************************************************************************************************************************************************************************************************************
 *1.PC
************************************************************************************************************************************************************************************************************************ */
.pc { display: block !important; }
.sp { display: none !important; }
	
.br-pc { display:block; }
.br-sp { display:none; }
	
.clear-fix10 {clear: left;height: 10px;}
.clear-fix20 {clear: left;height: 20px;}
.clear-fix30 {clear: left;height: 30px;}
.clear-fix40 {clear: left;height: 40px;}
.clear-fix50 {clear: left;height: 50px;}
.clear-fix60 {clear: left;height: 60px;}
.clear-fix100 {clear: left;height: 100px;}
.clear-fix120 {clear: left;height: 120px;}
.clear-fix200 {clear: left;height: 200px;}
	

/* --------------------------------------------------------------------------------------------------------フォントサイズ指定 */
.t10{font-size: 0.8vw;line-height: 1.3vw;}
.t20{font-size: 1.5vw;font-weight: bold;}
.t56{font-size: 3.3vw;}
.t32{font-size: 2.2vw;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";line-height: 150%;}

/* --------------------------------------------------------------------------------------------------------ボディ関係 */
body {
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 0vw;
} 


/* --------------------------------------------------------------------------------------------------------フェードイン */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* --------------------------------------------------------------------------------------------------------左右のコンテンツ*/

#menu{
	position: fixed;
	width: 35%;
	height: 100vh;
	/*background-color: #DEDEDE;*/
	background-image: url("../img/common/left.jpg");
	background-size:cover;
}
#menu .menuarea{
	width: 80%;
	height: 100vh;
	margin: 0 auto;
	padding: 10vw 0 0;
}
#menu .menuarea img{
	display: block;
	width: 60%;
	margin: 0 auto;
}
#menu .menuarea ul{
	display: block;
	list-style: none;
	width: 60%;
	margin: 50px auto 0;
	font-size: 1vw;
	padding-left: 8vw;
	letter-spacing: 0.2rem;
}
#menu .menuarea ul li{
	font-weight: bold;
	margin: 3% 0;
}
#menu .menuarea ul li a{
	color: #fff;
	text-decoration: none;
}
#menu .menuarea ul li a:hover{
	color: #FF6700;
}

/* --------------------PCメールフォーム*/
#sub{
	position: fixed;
	right: 0;
	width: 35%;
	height: 100vh;
	z-index: -99999;
	/*background-color: #DEDEDE;*/
	background-image: url("../img/common/left4.jpg");
	background-size:cover;
}
#sub .contactPC{
	position: relative;
	width: 70%;
	margin: 0 auto 0;
	padding-bottom: 1.6vw;
}
#sub .contactPC h3{
	text-align: center;
	font-size: 1.5vw;
	font-weight: bold;
	padding-top: 8vw;
}
#sub .contactPC .headline{
	text-align: center;
	font-size: 0.8vw;
	padding-top: 2vw;
	margin-bottom: 1vw;
	line-height: 1.2vw;
}
#sub .contactPC .formarea{
	width: 85%;
	margin: 0 auto;
}
#sub .contactPC .formarea span{
	color: #f00;
	font-size: 0.5vw;
	float: right;
}
#sub .contactPC .formarea .btn{
	font-size:1vw;
}


/* --------------------------------------------------------------------------------------------------------メインコンテンツ*/

#maincontent{
	position: absolute;
	left: 35%;
	width: 30%;
	padding: 0;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

#main{
	display: flow-root;
	width: 85%;
	margin: 0 auto 30px;
}
#main .left{
	width: 65%;
	float: left;
	margin-right: 5%;
}
#main .right{
	width: 27.5%;
	float: left;
}


/* ------------------------------------------------------------メインイメージ*/
.mainimg{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.mainimg img{
	width: 100%;
}
.mainimg .contactarea{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 78%;
	left: 10%;
}

/* ------------------------------------------------------------導入*/
.read{
	width: 90%;
	margin: 5% auto 0;
	text-align: center;
}
.read h1{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

/* ------------------------------------------------------------こんな方におすすめ*/
.strongpoint{
	width: 90%;
	margin: 8% 0 0;
	padding: 10% 5%;
	background-color: #1B1B1B;
}
.strongpoint h2{
	font-size: 2.4vw;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
	font-weight: bold;
}
.strongpoint p{
	text-align: center;
	margin-bottom: 10px;
}
.strongpoint ul{
	width: 80%;
	margin: 0 auto 30px;
	border: 2px solid #FF6701;
	padding: 5%;
	border-radius: 10px;
	list-style: none;
}
.strongpoint ul li{
	font-weight: bold;
	margin-bottom: 10px;
}
.strongpoint ul li::before{
	content: "";
	display: inline-block;  
	background-image: url("../img/top/ball.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	margin-right: 5px;
}
.strongpoint ul.not{
	width: 80%;
	margin: 0 auto 30px;
	border: 2px solid #fff;
	padding: 5%;
	border-radius: 10px;
	list-style: none;
}

.strongpoint ul.not li::before{
	content: "";
	display: inline-block;  
	background-image: url("../img/top/not.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	margin-right: 5px;
}

/* ------------------------------------------------------------動画*/

.voicearea{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.voicearea h3{
	font-size: 1.8vw;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1.5vw;
	line-height: 2vw;
	color: #FF6701;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
	margin-bottom: 30px;
}
.voicearea img{
	width: 100%;
	border-radius: 10px;
}

/* ------------------------------------------------------------実際のレッスン内容*/
.flow{
	width: 100%;
	background-image: url("../img/top/icon_flow.png");
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 1%;
	padding-top: 8vw;
	padding-bottom: 10%;
}
.flow .farea{
	width: 85%;
	margin: 0 auto;
	line-height: 160%;
}
.flow .farea h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.flow .farea img{
	display: block;
	width: 20%;
	margin: 0 auto;
}
.flow .farea dl.fbox{
	width: 100%;
	padding-bottom: 5%;
	border-radius: 10px;
	margin: 30px 0 0;
	background-color: #fff;
} 
.flow .farea dl.fbox dt,
.flow .farea dl.fbox dt.free{
	width: 100%;
	height: 3vw;
	font-weight: bold;
	background-color: #404040;
	border-radius: 10px 10px 0 0;
	padding: 10px 0 0 0;
}

.flow .farea dl.fbox dt p{
	display: block;
	float: left;
	font-weight: bold;
	width: 65px;
	height: 3vw;
	padding: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	background-color: #FF6700;
	text-align: center;
	margin-right: 15px;
	position: relative;
	top: -10px;
	left: 0;
}
.flow .farea dl.fbox dd{
	width: 90%;
	margin: 5% auto 0;
	color: black;
	clear: both;
	letter-spacing: 0;
	line-height: 160%;
}
.flow .farea dl.fbox dd img{
	width: 100%;
	margin: 15px 0;
}
.flow p.aten{
	width: 90%;
	background-color: #FF6700;
	padding: 5%;
	border-radius: 10px;
	margin: 30px 0 0;
}

/* ------------------------------------------------------------代表から一言*/
.message{
	width: 100%;
	margin: 0;
	padding: 10% 0 0;
}
.message .messagebox{
	width: 85%;
	margin: 0 auto;
}
.message .messagebox h3{
	font-size: 2.5vw;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10%;
	text-align: center;
}
.message .messagebox img{
	display: block;
	width: 50%;
	margin: 0 auto 20px;
}
.message .messagebox p{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.message .messagebox p.mid{
	font-size: 2rem;
	font-weight: bold;
	color: #FF6700;
	margin-bottom: 10px;
}
.under{
	border-bottom : 1px solid #FF6700;
}

/* ------------------------------------------------------------初期費用目安*/
.cost{
	width: 100%;
	background-image: url("../img/top/icon_cost.png");
	background-color: #1B1B1B;
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 45px;
	padding-top: 8vw;
	padding-bottom: 60px;
}
.cost .carea{
	width: 85%;
	margin: 0 auto;
}
.cost .carea h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.cost .carea img{
	display: block;
	margin: 50px  auto;
	width: 100%;
}
.cost .carea img.shoki{
	width: 60%;
}
.cost .carea img.royal{
	width: 70%;
}
.cost .carea .roy{
	text-align: center;
	background-color: #08487F;
	margin: 50px 0 40px;
	padding: 6px 0;
	font-weight: bold;
}
.cost .carea .keihi{
	text-align: center;
	background-color: #fff;
	color: #000;
	margin: 50px 0 20px;
	padding: 6px 0;
	font-weight: bold;
}


/* ------------------------------------------------------------よくある質問*/
.faq{
	width: 100%;
	background-image: url("../img/top/icon_faq.png");
	background-color: #1B1B1B;
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 45px;
	padding-top: 8vw;
	padding-bottom: 60px;
}
.faq .faqmid{
	width: 85%;
	padding: 0 7.5%;
}
.faq .faqmid h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 50px;
}

.faq .faqarea{
	width: 85%;
	background-color: #000;
	padding: 0 7.5%;
}
.faq .faqarea p.que{
	position: relative;
	margin-left: 35px;
	background-color: #000;	
	margin-bottom: 20px;
	padding: 20px 0;
	line-height: 160%;
}
.que::before {
  content: '';
  position: absolute;
  top: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -46px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../img/top/icon_ques.svg");
}



.faq .anserarea{
	width: 85%;
	margin: 0 auto;
}
.faq .anserarea p.anser{
	position: relative;
	margin-left: 35px;
	margin-bottom: 20px;
	line-height: 160%;
}
.anser::before {
  content: '';
  position: absolute;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -46px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../img/top/icon_ans.svg");
}
.faq .anserarea a{
	color: #FF6700;
}























/* ------------------------------------------------------------お問合せ*/
.contact{
	width: 100%;
	margin: 0 auto 0;
	padding: 50px 0;
	background-color: #fff;
}
.contact h3{
	font-size: 2.3vw;
	font-weight: bold;
	color: #FF6700;
	text-align: center;
	line-height: 3vw;
}
.contact .headline{
	text-align: center;
	margin: 2vw 0;
	line-height: 160%;
	color: black;
}
.contact .formarea{
	width: 90%;
	margin: 0 auto;
}
.contact .formarea .btn{
	font-size:1vw;
}

/* ------------------------------------------------------------フッター*/
.footer{
	width: 100%;
	background-color: #000;
	padding-bottom: 0.5vw;
	text-align: center;
}
.footer .footarea{
	width: 85%;
	margin: 0 auto;
	padding-top: 2vw;
}
.footer .footarea a{
	text-decoration: none;
	color: #fff;
}
.footer .footarea img{
	width: 50%;
	display: block;
	margin: 0 auto 20px;
}
.footer .footarea .sns,
.footer .footarea .sns a{
	width: 50%;
	display: -webkit-flex;
	display: flex;
	margin: 15px auto;
}
.footer .footarea .sns img{
	width: 2vw;
}

/* ------------------------------------------------------------プライバシーポリシー*/
.privacy{
	width: 100%;
	padding-bottom: 1.6vw;
}
.privacyarea{
	width: 85%;
	margin: 3vw auto 0;
}
.privacyarea h2{
	font-weight: bold;
	margin-bottom: 2vw;
}
.privacyarea p{
	font-size: 0.8vw;
	line-height: 1.5vw;
	margin-bottom: 1.5vw;
}
.privacyarea h3{
	font-size: 0.8vw;
	font-weight: bold;
	margin-bottom: 0.3vw;
}