@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 img:hover{
	opacity: 0.7;
	cursor: pointer;
}

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


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


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

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

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

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

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

.article p{
	line-height: 1.6;
}

.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: #101F3C;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


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










.header_link a{
	color: #fff;
	font-size: 1.7rem;
	margin-left: 25px;
}

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




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

.sp_fv{
	display: none;
}

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

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


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

cvエリア

**********************************/
/*----------------------
cvの大枠
----------------------*/
.cv_08_aria{
	width: 100%;
	height: auto;
}

.cv_08_over_flame{
	height: auto;
	padding-bottom: 62px;
	background-image: url("../img/cv_bg.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*----------------------
cvの内枠
----------------------*/
.cv_08_under{
	width: 952px;
	margin: 0 auto;
}

/*----------------------
白枠の上
----------------------*/
.cv_08_top_aria{
	width: 100%;
	height: auto;
}

.cv_08_top_aria p{
	font-size: 3.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 20px 0 13px !important;
}

/*----------------------
白枠
----------------------*/
.cv_08_white_over{
	background-color: #fff;
	padding-bottom:45px;
	padding-top: 32px;
	border-radius: 10px;
}

.cv_08_white_flame{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*----------------------
白枠内の内枠
----------------------*/
.cv_08_white_inner{
	padding-top: 35px;
	padding-bottom: 20px;
}

/*----------------------
エリア内設定
----------------------*/
.cv_08_aria3{
	max-width: 100%;
	width: 860px;
}
.cv_08_aria3{
	height: auto;
}
/*----------------------
cvボタン設定
----------------------*/
.short_08_btn_flame{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.short_08_btn1{
	width: 47%;
	height: auto;
}

.short_08_btn2{
	width: 48%;
}


.short_08_btn1 img,.short_08_btn2 img{
	max-width: 100%;
}

.cv_08_long_btn_flame{
	width: 82%;
	height: auto;
	margin: 0 auto;
}

.cv_08_long_btn_flame a img{
	width: 100%;
	height: auto;
}


.cv_btn_ue{
	display: flex;
	width: 82%;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 18px;
}

.cv_btn_ue img{
	width: 90px;
	height: 90px;
}

.cv_btn_ue p{
	font-size: 2.7rem;
	white-space: pre-wrap;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 25px !important;
}

.line_text{
	color: #00b900;
	font-weight: bold;
}

.cv_last_text{
	width: 82%;
	margin: 13px auto 0 !important;
}

.cv_last_mail_flame{
	width: 82%;
	margin: 0 auto;
}

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

.red_text{
	font-weight: bold;
	color: #DD0000;
}




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

悩みエリア

**********************************/
.nayami_03_over{
	background-color: #eee;
}

.nayami_03_under{
	padding-top: 50px;
}

.h2_shita_line{
	width: 150px;
	height: 3px;
	background-color: #333;
	margin: 10px auto 45px;
}

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

.nayami_03_yokoretu_ue{
	margin-top: 35px;
	margin-bottom: 30px;
}

.nayami_03_title_text{
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
}

.nayami_03_title_text span{
	font-weight: bold;
	color: #00B0EB;
	font-size: 4.3rem;
}

.nayami_03_icon{
	width: 60px;
	height: 60px;
}

.nayami_03_inner{
	width: 305px;
	height: auto;
	display: flex;
	align-items: center;
}

.nayami_03_inner p{
	white-space: pre-wrap;
	font-size: 1.8rem;
	font-weight: 600;
	padding-left: 12px !important;
	padding-right: 5px !important;
	line-height: 1.5;
}




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

解決エリア

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

.kaiketu_under{
	padding-top: 35px;
}

.kaiketu_under h3{
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.kaiketu_under h3 span{
	color: #00B0EB;
	font-weight: bold;
}

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

.kaiketu_img_flame img{
	width: 440px;
	height: 330px;
}

.line_triangle{
	width: 144px;
	height: 45px;
	display: block;
	margin: 0 auto;
}

.kaiketu_under h4{
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	margin-top: 35px;
}

.kaiketu_under h4 span{
	font-weight: bold;
	color: #00B0EB;
}

.kaiketu_sub_img{
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.kaiketu_last_over{
	background-color: #eee;
}

.triangle_color1{
	border-top: 45px solid #fff;
}

.kaiketu_last_under{
	padding: 25px 0 45px;
}

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




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

違いエリア

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

.h2_title{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.white_line{
	background-color: #fff;
	margin-bottom: 60px;
}

.tokuchou_09_inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}

.tokuchou_09_inner div{
	width: 53%;
}

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

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

.tokuchou_09_img{
	width: 360px;
	height: 203px;
}

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

.marker{
	background-color: #fff000;
	font-weight: bold;
}




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

実績エリア

**********************************/
.jisseki_over{
	background-image: url("../img/jisseki_bg.png");
}

.h2_simple{
	font-size: 4.2rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 16px;
}

.jisseki_item_retu{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 20px;
}

.jisseki_item_flame{
	width: 425px;
	height: auto;
}

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

.jisseki_last_over{
	background-image: url("../img/jisseki_last_bg.jpeg");
}

.jisseki_triangle{
	display: block;
	margin: -2px auto 0;
	width: 144px;
	height: 45px;
}

.jisseki_last_under{
	padding: 30px 0 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jisseki_last_under img{
	width: 308px;
	height: 99px;
}

.jisseki_last_under p{
	font-weight: bold;
	color: #fff;
	font-size: 3.4rem;
	white-space: pre-wrap;
	width: 510px;
	line-height: 1.5
}






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

お客様の声エリア

**********************************/
.voice_06_over{
	background-color: #f4f4f4;
}

.voice_06_title_flame{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-top: 50px;
}

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

.voice_06_img{
	width: 120px;
	height: 120px;
	margin-right: 20px;
}


.voice_06_title_flame h3{
	font-size: 3.2rem;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.voice_06_text{
	font-size: 1.8rem;
	white-space: pre-wrap;
	margin: 20px 0 35px !important;
}

.voice_mini_title{
	font-weight: bold;
	color: #00B0EB;
}

.voice_text_back_yellow{
	background-color: #fff000;
	font-weight: bold;
}

.voice_06_human_data{
	font-weight: 600;
	text-align: right;
	font-size: 2rem;
	line-height: 1.4;
}



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

流れエリア

**********************************/
.nagare_img{
	width: 100%;
	height: auto;
}




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

特典エリア

**********************************/
.tokuten_over{
	background-color: #e1eef1;
}

.h2_shita_line_text_ari{
	margin-bottom: 30px;
}

.h2_shita_text{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px !important;
}

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

.tokuten_img_flame img{
	display: block;
	width: 304px;
	height: auto;
}



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

その他のサービスエリア

**********************************/
.sonota_over{
	background-image: url("../img/sonota_bg.png");
}

.sonota_inner{
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sonota_text_flame{
	display: flex;
	align-items: center;
	width: 500px;
	padding-bottom: 8px;
	border-bottom: solid 1px #333;
	margin-top: 30px;
}

.sonota_text_flame_top{
	margin-top: 0;
}

.mizuiro_check{
	width: 55px;
	height: 42px;
	padding-right: 15px;
}

.sonota_text{
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.4 !important;
}

.sonota_text span{
	font-weight: bold;
	color: #00B0EB;
}

.sonota_img{
	width: 375px;
	height: auto;
}




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

よくある質問エリア

**********************************/
.shitumon_over{
	background-color: #eee;
}

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

.q_and_a_item{
	margin-bottom: 17px;
	border-radius: 10px;
	cursor:pointer;
	text-align: left;
	background-color: #fff;
}

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

.q_and_a_item span{
	font-size:4.6rem;
	color: #333333;
	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;
	margin-bottom: 0.5em;
	display:none;
	color: #333333;
}

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





/*---------------------------------------------------------------------
	申し込みfix_btn
----------------------------------------------------------------------*/
.buy_fix_btn{
	width: 130px;
	height: 130px;
	position: fixed;
	bottom: 60px;
	right: 70px;
	z-index: 10000000;
}

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

.buy_fix_btn img:hover{
	opacity: 0.7;
}













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

footerエリア

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

.footer_link{
	display: flex;
	justify-content: center;
}

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