@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.8;
}

.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: auto;
}

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


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

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0;
	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 !important;
	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-color: #ff8400;
	box-shadow: 0 3px 0 #613200;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 500px;
	
	
}

.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 30px 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: 24%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


.header_inner nav{
	padding-top: 28px;
	float: right;
	margin-right: -10px !important;
}

.header_inner nav a{
	font-size: 1.8rem;
	margin-left: 20px;
	color: #333;
}

.header_inner nav a:hover{
	text-decoration: underline;
}


/*--------------------------------
ヘッダー内の画像が常に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;
	background-size: 2700px;
}

.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: 80px 0;
}






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

cvエリア

**********************************/
.cv_over{
	background-color: #0075A9;
}

.cv_under{
	padding-top: 0;
}

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

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

.cv_top_text_flame div{
	width: 130px;
	height: 1px;
	background-color: #333;
	margin-bottom: 15px;
}

.cv_top_text_flame p{
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 20px !important;
}

.cv_top_text_flame p span{
	font-weight: bold;
	color: #ff8400;
	font-size: 3.4rem;
}

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

.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: 78px;
	height: 78px;
	margin-right: 15px;
}

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

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

.cv_tel_uketuke{
	font-size: 2.4rem;
}

.cv_btn{
	width: 48.5%;
	height: 80px;
	border-radius: 700px;
	background-color: #00B900;
	box-shadow: 0 4px 0 #004E00;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*
	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;

}

.cv_btn a img{
	width: 17%;
	margin-right: 4px;
	margin-left: 76px;
}

.cv_btn a p{
	font-size: 3rem;
	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: 700px;
	margin-top: 25px;
	background-color: #ff8400;
	box-shadow: 0 4px 0 #613200;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cv_long_btn:hover{
	opacity: 0.7;
}

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

.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;
}






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

悩みエリア

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

.nayami_under{
	padding-top: 50px;
}

.nayami_under ul{
	background-color: #fff;
	padding: 10px 34px 40px;
	box-sizing: border-box;
}

.nayami_under ul div{
	display: flex;
	margin-top: 35px;
}

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

.nayami_under ul li img{
	width: 62px;
	height: 59px;
	margin-right: 13px;
}

.nayami_under ul li{
	display: flex;
	align-items: center;
	width: 430px;
}

.nayami_under ul li p{
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.4 !important;
	padding-top: 5px !important;
}

.nayami_under ul li p span{
	font-weight: bold;
	color: #ff8400;
}




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

リスクエリア

**********************************/
.risk_over{
	background-color: #333;
}

.risk_under{
	padding-bottom: 80px;
}

.risk_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	margin-bottom: 25px;
}

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

.risk_retu img{
	width: 460px;
	height: auto;
	border-radius: 12px;
}

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

解決エリア

**********************************/
.kaiketu_over{
	background-image: url("../img/bottom_bg.png");
	background-size: 2700px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

.kaiketu_under{
	padding-top: 25px;
	padding-bottom: 170px;
}








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

理由エリア

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

.tokuchou_09_inner{
	display: flex;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	border: solid 2px #0075A9;
}

.tokuchou_09_inner div{
	width: 100%;
	padding-right: 40px;
}

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

.tokuchou_09_img{
	width: 350px;
	height: 197px;
	padding-top: 3px;
}

.tokuchou_09_inner div p{
	font-size: 1.8rem;
	white-space: pre-wrap;
	padding-top: 15px !important;
}

.tokuchou_09_inner_last{
	margin-bottom: 0 !important;
	display: none !important;
}

.tokuchou_09_inner div p span{
	font-weight: bold;
	color: #ff8400;
}

.tokuchou_09_img_4{
	height: 247px;
}



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

料金エリア

**********************************/
.price_over{
	
}

.price_under{
	padding-bottom: 0;
}

.price_flame{
	width: 304px;
	height: auto;
	border: solid 3px #0175aa;
	box-sizing: border-box;
	border-radius: 10px;
	padding-bottom: 1%;
}

.price_flame h3{
	width: 100%;
	background-color: #0175aa;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	padding: 15px 0;
}

.price_flame img{
	width: 38px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.kakaku{
	font-size: 4.1rem;
	font-weight: bold;
	color: #ff8400;
	text-align: center;
	line-height: 1.3 !important;
	margin-top: 7px !important;
}

.en{
	font-size: 2.9rem;
	font-weight: bold;
}

.zeikomi{
	font-size: 1.8rem;
	font-weight: 500;
}

.price_text{
	font-weight: 600;
	text-align: center;
	font-size: 1.7rem;
}



.nenmatu{
	margin-bottom: -3% !important;
	line-height: 1.3 !important;
	margin-top: 2% !important;
}

/***
.kakaku1{
	color: #DD0000;
}
****/

.kakaku2{
	margin-top: 0.5em !important;
}

.kakaku3{
	margin-top: 0.3em !important;
}

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

お客様の声エリア

**********************************/
.voice_over{
	background-image: url("../img/voice_bg.jpeg");
	background-repeat: repeat;
	background-size: 2700px;
	background-position: center top;
}

.voice_under{
	
}

.voice_under h3{
	margin-top: 50px;
}

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

.voice_flame{
	background-color: #fff;
	padding: 0 40px 45px;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.voice_data_flame{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.voice_data_flame div{
	width: 478px;
	height: auto;
}

.voice_data_flame img{
	width: 345px;
	height: 194px;
}

.voice_address{
	font-size: 2.6rem;
	line-height: 1 !important;
	margin-top: 25px !important;
}

.kaishamei{
	font-weight: bold;
	font-size: 3.7rem;
	line-height: 1.75 !important;
}

.voice_name{
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	background-color: #333;
	line-height: 1.6 !important;
	font-weight: 600;
}

.voice_flame h4{
	font-weight: bold;
	font-size: 2.2rem;
	color: #0175aa;
	margin-bottom: 7px;
	border-bottom: solid 1px #0175aa;
	padding-bottom: 10px;
}

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

.voice_text span{
	font-weight: bold;
	color: #ff8400;
}





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

流れエリア

**********************************/
.nagare_over{
	
}

.nagare_under{
	
}




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

その他サポートエリア

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

.support_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.support_flame{
	width: 460px;
	height: auto;
	box-sizing: border-box;
	padding: 30px 25px;
	background-color: #fff;
	border: solid 2px #0175aa;
}

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

.support_flame h3{
	margin: 20px 0 12px;
}

.support_flame p{
	white-space: pre-wrap;
}

.support_flame p span{
	font-weight: bold;
	color: #ff8400;
}





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

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/voice_bg.jpeg");
	background-repeat: repeat;
	background-size: 2700px;
	background-position: center top;
}

#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: rgba(255,255,255,0.90);
	border-radius: 10px;
	border: solid 1px #0175AA;
}

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

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

.q_and_a_item span{
	font-size:4.6rem;
	color: #0175AA;
	padding-bottom: 0.23em;
	margin-left: auto;
	margin-right: 0.6em;
}

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

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

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




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

代表挨拶エリア

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

.daihyou_under{
	padding-top: 100px;
	padding-bottom: 100px;
}

.daihyou_flame{
	width: 100%;
	height: auto;
	padding: 45px 50px 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
}

.daihyou_ue_flame_left{
	width: 406px;
}

.daihyou_flame h3{
	font-size: 3rem;
	font-weight: bold;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.daihyou_flame p{
	white-space: pre-wrap;
}

.daihyou_flame img{
	width: 405px;
	height: 245px;
}










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

フォームエリア

**********************************/
.form_over{
	background-color: #0175AA;
}

.footer_under{
	border-top: solid 1px #fff;/*必要ない時は消す*/
}

.form_flame{
	width: 80%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 40px 60px;
	margin: 0 auto;
}

.form_nomal_text{
	font-size: 1.8rem;
}

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

.form_nomal_text span,.form_mini_title span{
	font-weight: bold;
	color: #DD0000;
}

.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: 90px;
	background-color: #ff8400;
	box-shadow: 0 4px 0 #613200;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 900px !important;
	border: solid 1px #ff8400 !important;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 4.6rem;
	color: #fff;
}

.form_btn:hover{
	opacity: 0.7;
}







#sf-form-page h2{
	display: none !important;
}




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

footerエリア

**********************************/
.footer{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0175AA;
}

.footer_under{
	width: 952px;
	height: auto;
	padding: 35px 0;
}

.footer_under h2{
	font-weight: bold;
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.footer_under dl{
	display: flex;
	margin-top: 15px;
}

.footer_under dl dt,.footer_under dl dd{
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
}

.footer_under dl dt{
	width: 150px;
}

