@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: 1vw;}
.t20{font-size: 2rem;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.6rem;
	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;
}
.width{
	width: 100%;
}
.fukidasi{
	display: block;
	margin: 0 auto;
	width: 40%;
}

/* ------------------------------------------------------------メインイメージ*/
.mainimg{
	width: 100%;
	margin: 0;
	padding: 0;
}
.mainimg img{
	width: 100%;
}

/* ------------------------------------------------------------お問い合わせボタン*/
.contact_btn{
	width: 90%;
	margin: 4% auto 2%;
}
.contact_btn img{
	width: 100%;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------活躍するための4つの必須条件*/
.hissgpoint{
	width: 90%;
	margin: 0;
	padding: 8% 5%;
}

.hissgpoint h2{
	font-size: 3.8rem;
	text-align: center;
	margin: 0 auto 30px;
	color: white;
	font-weight: bold;
	line-height: 4.8rem;
}

.hissgpoint img{
	width: 100%;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------活躍するための4つの必須条件 前置き*/
.why{
	width: 100%;
	margin: 0;
	padding: 8% 0 0;
	background-color: #1B1B1B;
}

.why .whybox{
	width: 85%;
	margin: 0 auto;
	text-align: center;
}
.why .whybox h3{
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 5%;
}
.why .whybox p{
	margin-bottom: 20px;
	line-height: 2.5rem;
}
.why img{
	width: 100%;
	margin-bottom: -3%;
}


/* ------------------------------------------------------------必須条件説明*/
.col_01{background-color: #08487F}
.col_02{background-color: #D95036}
.col_03{background-color: #199108}
.col_04{background-color: #4E2196}
.toppadd{margin-top: -8%;padding-top: 4%;}
.detail{
	width: 100%;
	color: white;
}
.detail .detailbox{
	width: 85%;
	margin: 0 auto;
	padding: 8% 0;
}
.detail .detailbox img{
	width: 100%;
	border-radius: 10px;
}
.detail .detailbox ul{
	display: inline-flex;
}
.detail .detailbox ul li{
	text-decoration: none;
	list-style: none;
	font-size: 6rem;
	font-weight: bold;
}
.detail .detailbox ul li.number{
	padding-top:1.3rem;
}
.col01{color: #08487F;mix-blend-mode:multiply;}
.col02{color: #D95036;mix-blend-mode:multiply;}
.col03{color: #199108;mix-blend-mode:multiply;}
.col04{color: #4E2196;mix-blend-mode:multiply;}

.detail .detailbox ul li h3{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
	margin-bottom: 20px;
	padding-left: 10px;
}
.detail .detailbox p{
	font-size: 1.8rem;
	font-weight: bold;
}

/* ------------------------------------------------------------説明*/
.academy{
	width: 100%;
	padding: 8% 0 0;
}
.academy .acbox{
	width: 85%;
	margin: 0 auto;
}
.academy .acbox h4{
	font-size: 2.4rem;
	font-weight: bold;
	margin: 35px 0;
}
.academy .acbox img{
	display: block;
	margin: 0 auto;
}
.img100{
	width: 100%;
}

/* ------------------------------------------------------------コース内容*/
.course{
	width: 100%;
	padding-bottom: 4%;
}
.col_c01{background-color: #FF9D00;}
.col_c02{background-color: #1D76C3;}
.col_c03{background-color: #2C9330;}
.col_c04{background-color: #FF5800;}
.col_c05{background-color: #CB0000;}
.course h4{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.course .coursebox{
	width: 85%;
	margin: 30px auto 0;
}
.course .coursebox p{
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin-bottom: 40px;
}
.course .coursebox img{
	width: 100%;
}
.course .coursebox dl{
	margin: 10px 0;
}
.course .coursebox dl dt{
	text-align: center;
	font-weight: bold;
}
.course .coursebox dl dd{
	padding: 5px 20px;
	font-weight: bold;
}
.course .coursebox .txbox{
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.col_f01{color: #FF9D00;}
.col_f02{color: #1D76C3;}
.col_f03{color: #2C9330;}
.col_f04{color: #FF5800;}
.col_f05{color: #CB0000;}

.col_c01_1{border: 1px solid #FF9D00;}
.col_c02_1{border: 1px solid #1D76C3;}
.col_c03_1{border: 1px solid #2C9330;}
.col_c04_1{border: 1px solid #FF5800;}
.col_c05_1{border: 1px solid #CB0000;}




/* ------------------------------------------------------------強みと特典*/
.strong{
	width: 100%;
	background-image: url("../img/top/icon_brief.png");
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 45px;
	padding-top: 8vw;
	padding-bottom: 60px;
}
.strong .barea{
	width: 85%;
	margin: 0 auto;
}
.strong .barea h3{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.strong .barea h5{
	font-size: 2rem;
	font-weight: bold;
	color: #FF6700;
	margin-bottom: 10px;
}
.strong .barea p{
	margin-bottom: 20px;
}
.strong .barea img{
	width: 100%;
}

/* ------------------------------------------------------------レッスン料金*/

.price{
	width: 100%;
	background-image: url("../img/top/icon_cost.png");
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 45px;
	padding-top: 8vw;
	padding-bottom: 60px;
	background-color: #1B1B1B;
}
.price .parea{
	width: 85%;
	margin: 0 auto;
}
.price .parea h3{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.price .parea .price_box{
	margin: 0 auto;
}
.price .parea .price_box h4{
	font-size: 2rem;
	color: #FF6700;
	font-weight: bold;
	margin: 20px 0 10px;
}
.price .parea .price_box dl{
	width: 100%;
	display: inline-block;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.price .parea .price_box dl dt{
	width: 70%;
	padding: 10px 0;
	display: table-cell;
    vertical-align: middle;
	float: left;
}
.price .parea .price_box dl dd{
	width: 30%;
	padding: 10px 0;
	text-align: right;
	float: right;
	display: table-cell;
    vertical-align: middle;
}
.price .parea .price_box p.fee{
	border: 1px solid #FFF;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
	color: white;
	margin: 20px 0;
}
.price .parea .price_box img{
	width: 100%;
}




/* ------------------------------------------------------------よくある質問*/
.faq{
	width: 100%;
	background-image: url("../img/top/icon_faq.png");
	background-repeat: no-repeat;
	background-size: 10vw;
	background-position: 90% 45px;
	padding-top: 8vw;
	padding-bottom: 60px;
}
.faq a{
	color: #FF6700;
}
.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%;
	background-color: #1B1B1B;
}
.faq .faqarea p.que{
	position: relative;
	margin-left: 35px;
	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");
}





/* ------------------------------------------------------------お問合せ*/
.contact{
	width: 100%;
	margin: 0 auto 0;
	padding: 50px 0;
	background-color: #fff;
}
.contact h3{
	font-size: 2.8rem;
	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 p{
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 10px;
}
.footer .footarea a{
	text-decoration: none;
	color: #fff;
}
.footer .footarea img{
	width: 50%;
	display: block;
	margin: 0 auto 20px;
}

/* ------------------------------------------------------------プライバシーポリシー*/
.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;
}