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

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.6;
}

.nomal_text{
	font-size: 1.8rem;
	line-height: 1.6;
}

.nomal_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


/**********************************

上部固定ヘッダー設定

**********************************/

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 30%;
	float: left;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_tel_flame:hover{
	opacity: 0.7;
}

.top_tel_flame a{
	display: flex;
	align-items: center;
}

.tel_icon_flame{
	border: solid 2px #333;
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

/**********************************
背景色付き、電話白の時はこちらを使う
.tel_icon_flame{
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	background-color: #333;
}

.fa-phone{
	font-size: 4.1rem !important;
	color: #fff;
	padding-top: 3px;
}

**********************************/


.fa-phone{
	font-size: 4.1rem !important;
	color: #333;
	padding-top: 3px;
}

.tel_number{
	color: #333;
	font-weight: bold;
	font-size: 2.7rem;
	margin-bottom: 2px !important;
	text-align: center;
}

.tel_uketuke{
	color: #333;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;/*----lineアイコンがあるときは250〜300px---*/
	float: right;
	height: 50px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 8px;
	margin-top: 12px;
	border-radius: 5px;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
	
	
}

.top_cv_btn2{
	background-image: url("../img/btn_bg_orange_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	border: solid 1px #ff8400;
}

.top_cv_btn3{
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	border: solid 1px #00B900;
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 2px !important;/*----lineアイコンがあるときは20を0に---*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 14%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



/**********************************

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


/**********************************

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
}

.short_padding_top_under{
	padding-top: 30px;
}

.h2_shita_margin_60{
	margin-bottom: 60px;
}

/*ラインの上にアイテムがある時はこっち*/
.h2_shita_margin_45{
	margin-bottom: 45px;
}




/**********************************

cvエリア

**********************************/
.cv_over{
	background-color: #064bb3;
}

.cv_under{
	padding-top: 0;
	padding-bottom: 65px;
}

.cv_ue_eria{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 12px;
}

.cv_slash{
	width: 71px;
	height: 74px;
}

.cv_ue_eria p{
	font-size: 3.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4 !important;
	text-align: center;
}

.cv_ue_eria p span{
	font-size: 4.3rem;
	font-weight: bold;
}

.ninteishou {
	padding-left: 33px;
}

.cv_white_flame{
	width: 100%;
	height: auto;
	padding:  35px 25px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}

.cv_btn_retu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cv_tel_flame{
	width: 50%;
}

.cv_tel_flame:hover{
	opacity: 0.7;
}

.cv_tel_flame a{
	display: flex;
	align-items: center;
}

.cv_tel_icon_flame{
	width: 75px;
	height: 75px;
	margin-right: 11px;
}

.cv_tel_icon_flame i{
	font-size: 5.4rem !important;
}

.cv_tel_number{
	font-size: 3.8rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
}

.cv_tel_uketuke{
	font-size: 2rem;
}

.cv_btn{
	width: 48.5%;
	height: 80px;
	border-radius: 7px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_btn2{
	background-image: url("../img/btn_bg_orange_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #ff8400;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_btn:hover{
	opacity: 0.7;
}

.cv_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a img{
	width: 18%;
	margin-right: 4px;
}

.cv_btn a p{
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a p i{
	font-size: 4rem !important;
	padding-bottom: 4px !important;
}




.cv_long_btn{
	width: 100%;
	height: 85px;
	border-radius: 7px;
	margin-top: 25px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_long_btn:hover{
	opacity: 0.7;
}

.cv_long_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_long_btn a img{
	width: 15%;
	margin-right: 5px;
}

.cv_long_btn a p{
	font-size: 3.5rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_long_btn a p i{
	font-size: 4.6rem !important;
	padding-bottom: 4px !important;
}

.long_line{
	width: 100%;
	height: 30px;
	background-color: #fff000;
}





/**********************************

悩みエリア

**********************************/
.nayami_over{
	background-image: url("../img/nayami_bg.jpeg");
}

.nayami_under{
	padding-top: 55px;
	padding-bottom: 60px;
}

.nayami_under div{
	width: 65%;
	display: block;
	margin-left: auto;
}

.nayami_h2_ue_text,.nayami_under h2{
	width: 100%;
}

.nayami_under ul li i{
	font-size: 2.2rem !important;
	padding-right: 3px;
}

.nayami_under ul li{
	width: 100%;
	white-space: pre-wrap;
}





/**********************************

解決エリア

**********************************/
.kaiketu_over{
	
}

.kaiketu_under{
	padding-top: 65px;
	padding-bottom: 60px;
}

.h3_kaiketu_hyou{
	background-color: #0B48B0;
	padding: 12px 0;
}

.under_triangle{
	width: 0;
	border-top: 26px solid #0B48B0;
	border-right: 36px solid transparent;
	border-left: 36px solid transparent;
	margin: 0 auto;
}

.kaiketu_shita_over{
	background-image: url("../img/kaiketu_shita_bg.jpeg");
}

.triangle_color1{
	width: 0;
	border-top: 45px solid #fff;
	border-right: 72px solid transparent;
	border-left: 72px solid transparent;
	margin: 0 auto;
}

.kaiketu_shita_under{
	padding-top: 45px;
}










/**********************************

特徴・理由エリア

**********************************/
.chigai_over{
	background-color: #f3f3f3;
}

.chigai_under{
	padding-top: 60px;
}

.tokuchou_08_inner{
	display: flex;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 25px 30px;
	box-sizing: border-box;
	border: solid 2px #0B48B0;
}

.tokuchou_08_inner div{
	width: 100%;
	padding-left: 30px;
}

.tokuchou_08_right_space{
	padding-left: 0 !important;
	padding-right: 40px;
}

.tokuchou_08_title_img{
	width: 100%;
	height: auto;
}

.tokuchou_08_img{
	width: 300px;
	height: 169px;
}

.tokuchou_08_inner div p{
	font-size: 1.8rem;
	white-space: pre-wrap;
	padding-top: 10px !important;
	line-height: 1.8 !important;
}

.tokuchou_08_inner div p span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.tokuchou_08_inner_last{
	margin-bottom: 0 !important;
}







/**********************************

サポートエリア

**********************************/
.support_over{
	background-image: url("../img/support_bg.jpeg");
	box-shadow: 0 0 4px #ccc;
}

._under{
	
}

.support_pc_img{
	width: 438px;
	height: 251px;
}

.support_fukidashi{
	width: 525px;
	height: 203px;
	background-image: url("../img/support_fukidashi.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 19px 20px 20px 60px;
	margin-bottom: 7px;
}

.support_fukidashi_kome{
	padding-left: 37px !important;
	line-height: 1.5 !important;
}







.support_yajirusi{
	font-size: 10rem !important;
	line-height: 1 !important;
	margin-top: -15px !important;
	margin-bottom: 5px !important;
}

.tokuten_img{
	width: 440px;
}

.tokuten_img_1gyou{
	height: 305px;
}

.tokuten_img_2gyou{
	height: 334px;
}

.tokuten_flame p{
	width: 460px;
	padding-top: 30px !important;
}

.tokuten_flame p span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.tokuten_flame2{
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

/**********************************

初心者エリア

**********************************/
.shoshinsha_over{
	background-image: url("../img/shoshinsha_bg.jpeg");
}

.shoshinsha_flame{
	padding: 27px 30px;
	border: solid 4px #0B48B0;
}

.shoshinsha_text_icon{
	width: 438px;
	height: 54px;
}

.shoshinsha_text_icon_shita_text{
	white-space: pre-wrap;
	width: 438px;
}

.shoshinsha_img{
	width: 405px;
	height: 227px;
}

.shoshinsha_flame p span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}



/**********************************

体験者エリア

**********************************/

.taiken_under iframe{
	width: 100%;
	height: 535px;
	margin-bottom: 0 !important;
}





/**********************************

お客様の声エリア

**********************************/
.voice_over{
	background-color: #f3f3f3;
}

.voice_under{
	
}

.voice_flame{
	width: 47.5%;
	height: auto;
}

iframe{
	width: 100%;
	height: 339px;
	margin-bottom: 10px;
}




/**********************************

料金エリア

**********************************/
.ryoukin_over{
	background-image: url("../img/support_bg.jpeg");
}

.ryoukin_img{
	box-shadow: 0 0 6px #aaa;
}




/**********************************

流れエリア

**********************************/
.nagare_over{
	background-color:#f3f3f3;
	box-shadow: 0 0 3px #ccc;
}

.nagare_icon_circle{
	background-color: #CBD8FF;
	width: 80px;
	height: 80px;
	border-radius: 900000000000px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}
.nagare_icon_circle i{
	color: #3466FF;
}

.nagare_inner{
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 0 !important;
	padding: 22px 35px;
	box-sizing: border-box;
	box-shadow: 0 0 6px #ccc;
	margin-top: 20px;
}

.nagare_under h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 7px;
}

.nagare_under h3 span{
	font-weight: bold;
	color: #0B48B0;
}

.nagare_under h3 object{
	font-size: 2rem;
	font-weight: 600;
}

.nagare_text{
	font-size: 1.8rem;
}

.card{
	width: 50%;
	margin-top: 10px;
}



.fa-hand-pointer-o{
	font-size: 4.7rem !important;
}
.fa-calendar-check-o{
	font-size: 4.3rem !important;
	padding-left: 4px !important;
	padding-bottom: 3px !important;
}

.fa-yen{
	font-size: 4.7rem !important;
	margin-top: 5px !important;
}

.fa-files-o{
	font-size: 4.2rem !important;
}

.fa-pencil-square-o{
	font-size: 4.3rem !important;
	margin-left: 10px !important;
	margin-top: 3px !important;
}

.fa-user-circle-o{
	font-size: 4.8rem !important;
}

.fa-id-card-o{
	font-size: 4rem !important;
}

.fa-check{
	font-size: 4.2rem !important;
}



/**********************************

認定校エリア

**********************************/
.shozaichi_map{
	width: 513px;
	height: 352px;
}

.ninteikou_right_box{
	width: 41%;
}

.ninteikou{
	border: solid 3px #0B48B0;
	padding: 13px 20px !important;
	color: #0B48B0;
	margin-top: 25px !important;
}

.ninteikou span{
	font-size: 2.2rem;
}


/**********************************

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/shitumon_bg.jpeg");
	box-shadow: 0 0 3px #ccc;
}

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: #fff;
	border: solid 2px #0B48B0;
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #0B48B0;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #0B48B0;
	font-weight: 500;
	padding-bottom: 0.23em;
	margin-left: auto;
	margin-right: 0.6em;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2.4rem;
	padding: 0.3em 1em 1em;
	margin-bottom: 0.5em;
	display:none;
	color: #0B48B0;
}

.answer_text{
	white-space: pre-wrap;
}















/**********************************

フォームエリア

**********************************/
.form_namal_text{
	font-size: 1.8rem;
}

.form_mini_title{
	font-size: 2rem;
	font-weight: bold;
}

.form_name{
	width: 200px;
}

.form_tel{
	width: 120px;
}

.form_long_flame{
	width: 424px;
}

.form_big_flame{
	width: 100%;
	height: 250px;
}

.form_waku_kyoutuu{
	font-size: 1.8rem;
	padding: 4px;
	padding-right: 0 !important;
	box-sizing: border-box;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 81px;
	background-image: url("../img/form_btn");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.form_btn:hover{
	opacity: 0.7;
}









/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3466FF;
}

.footer_under{
	width: 952px;
	height: 120px;
}


.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p,.small{
	color: #fff;
	font-size: 1.8rem;
}

.footer_link a:hover{
	text-decoration: underline;
}

.footer_link p{
	margin: 0 1.2em !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 0.75em;
}
