@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;
	background-color: #f2f2f2;
}

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: #f2f2f2;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

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


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

上部固定ヘッダー設定

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

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

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


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 25%;
	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-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: 12px;
	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_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;
}


/*---------------------------------------------------------------------
	fix_btn
----------------------------------------------------------------------*/
.buy_fix_btn{
	width: 140px;
	height: 140px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 10000000;
	background-image: url(../img/btn_bg_orange_gra.png);
	background-size: cover;
	border-radius: 900px !important;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: solid 1px #ff8400;
}

.buy_fix_btn span{
	background-color: #fff;
	font-weight: 900;
	color: #00a578;
	display: inline-block;
	text-align: center;
	border-radius: 900px;
	font-size: 1.3rem;
	box-sizing: border-box;
	padding: 3px 5px;
	margin-top: 10px;
}

.buy_fix_btn p{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 2.1rem;
	line-height: 1.2 !important;
}

.fix_text{
	padding-top: 38px !important;
}

.buy_fix_btn:hover{
	opacity: 0.7;
	cursor: pointer;
}

.fix_btn{
	width: 100%;
	height: 100%;
}

.fa-angle-right{
	font-size: 2.2rem !important;
}

.fix_migi{
	padding-top: 0 !important;
}


/*--------------------------------
ヘッダー内の画像が常に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{
	width: 620px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 auto;
}

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


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

section設定

**********************************/
.section_over_flame{
	width: 620px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.section_under_flame{
	width: 580px;
	height: auto;
	margin: 0 auto;
	padding: 55px 0;
}







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

cvエリア

**********************************/
.cv_over{
	background-color: #008D45;
	margin-top: -15px;
}


.cv_under{
	padding-top: 0;
}

.cv_under2{
	padding-top: 37px;
}

.cv_shita_sankaku{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 7rem;
	line-height: 1 !important;
	margin-top: -17px !important;
	margin-bottom: 10px !important;
}

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

.cv_text{
	font-size: 1.9rem;
	text-align: center;
	white-space: pre-wrap;
}

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

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

.cv_tel_flame{
	width: 100%;
	margin-top: 15px;
}

.cv_tel_flame:hover{
	opacity: 0.7;
}

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

.cv_tel_icon_flame{
	width: 90px;
	height: 90px;
	margin-right: 15px;
}

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

.cv_tel_number{
	font-size: 4.7rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.cv_tel_uketuke{
	font-size: 2.4rem;
	line-height: 1.6 !important;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.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_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: 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: 110px;
	border-radius: 700px;
	margin-top: 20px;
	background-image: url("../img/btn_bg_blue_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 #13b5b1;
	/*
	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;
	background-image: url(../img/cv_fff_migi_yajirushi.png);
	background-repeat: no-repeat;
	background-size: 2.4%;
	background-position: center right 30px;
}

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

.cv_long_btn a p{
	font-size: 4.2rem;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.cv_long_btn2{
	background-image: url("../img/btn_bg_orange_gra.png");
	border: solid 1px #ff8400;
}








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

悩みエリア

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

.nayami_under{
	padding-top: 37px;
	padding-bottom: 36px;
}

.nayami_over h2{
	padding-top: 40px;
}


.nayami_under li{
	display: flex;
	align-items: center;
	margin-top: 28px;
}

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

.nayami_under li img{
	width: 36px;
	height: 34px;
	margin-right: 9px;
}

.nayami_under li p{
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4 !important;
}





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

解決エリア

**********************************/
.kaiketu_over{
	background-image: url(../img/kaiketu_bg.webp);
}

.kaiketu_under{
	
}

.kaiketu2_over{
	background-color: #188E46;
}

.kaiketu_img{
	margin-top: 35px;
}

.kaiketu2_under{
	padding-top: 27px;
}

.kaiketu_bottom_text{
	white-space: pre-wrap;
	color: #fff;
	margin-top: -7px !important;
}




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

理由エリア

**********************************/
.riyuu_over{
	background-size: cover;
	background-image: url(../img/gray_illust_bg.webp);
}

.riyuu_under{
	
}

.h2_riyuu{
	height: 117px;
	width: auto;
	display: block;
	margin: 0 auto 23px;
}

.h2_shikaku{
	margin-bottom: 45px;
	height: 17px;
	width: auto;
	display: block;
	margin: 0 auto 45px;
}

.riyuu_img{
	border-radius: 10px 10px 0 0;
	margin-top: 30px;
}

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

.riyuu_flame{
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 4px #ccc;
}

.riyuu_flame p{
	white-space: pre-wrap;
	margin-top: 10px !important;
}

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



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

新築エリア

**********************************/
.shinnchiku_over{
	background-image: url(../img/maru_bg.png);
}

.shinchiku_under{
	padding-bottom: 30px;
}

.h2_nomal{
	width: auto;
	height: 121px;
	display: block;
	margin: 0 auto 21px;
}

.shinchiku_img{
	margin-top: 25px;
	border-radius: 10px;
}

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

.sarani{
	text-align: center;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 25px !important;
}

.sinchiku_shita_sankaku{
	color: #333;
	margin-top: -10px !important;
}

.merit_bottom_img{
	margin-top: 25px;
}





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

お客様の声エリア

**********************************/
.voice_over{
	width: 620px;
	height: auto;
	background-image:url(../img/voice_bg.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

.voice_under{
	
}

.voice_flame{
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px 20px;
	margin-top: 25px;
}

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

.voice_text_flame{
	background-color: #f3f3f3;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	margin-top: 15px;
}

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

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

.voice_name{
	text-align: right;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 10px !important;
}

.voice_name2{
	margin-top: 40px !important;
}



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

料金エリア

**********************************/
.ryoukin_over{
	
}

.ryoukin_under h4{
	background-color: #188D47;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	margin-top: 25px;
}

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

.h4_title{
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
}

.ryoukin_under h4 p{
	line-height: 1.1 !important;
	text-align: center;
	color: #fff;
}

.h4_sub{
	font-size: 2rem;
}

.ryoukin_flame{
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.ryoukin_flame2{
	margin-bottom: 17px;
}

.ryoukin_text{
	text-align: center;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}



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

.kingaku{
	font-size: 5.2rem;
}

.en{
	font-size: 3.6rem;
}

.zeikomi{
	font-size: 2.6rem;
}

.ryoukin_img{
	border-radius: 10px;
}

.ryoukin_under h3{
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

.ryoukin_flame h5{
	font-weight: bold;
	color: #008D45;
	font-size: 2.4rem;
	border-bottom: solid 1px #008D45;
	padding-bottom: 7px;
	margin-top: 12px;
	margin-bottom: 5px;
}

.ryoukin_flame img{
	width: 75%;
	margin: 22px auto 15px;
}

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

.ryoukin_text2{
	display: block;
	text-align: left;
	font-size: 1.8rem;
}


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

流れエリア

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

.nagare_under{
	
}

.nagare_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 35px 20px;
	margin-bottom: 50px;
}





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

よくある質問エリア

**********************************/
.shitumon_over{
	width: 620px;
	height: auto;
	background-image:url(../img/voice_bg.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

#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,1.00);
	border-radius: 10px;
}

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

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 20px 0 20px 25px;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: 25px;
}

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

.answer{
	font-size: 2rem;
	padding: 0 25px 25px;
	display:none;
	color: #333;
}

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



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

最後にエリア

**********************************/
.saigoni_over{
	background-size: cover;
	background-image: url(../img/gray_illust_bg.webp);
}

.h2_saigoni{
	height: 77px;
}

.saigoni_img{
	border-radius: 10px;
	margin-bottom: 30px;
}

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

.logo{
	width: 43%;
	display: block;
	margin-left: auto;
	margin-top: 45px;
}






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

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #188D47;
	margin-top: 60px;
}

.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 25px !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 18px;
}
