@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: 17%;
	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 #123754;
	border-radius: 90000px;
	width: 50px;
	height: 50px;
	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: #123754;
	padding-top: 3px;
}

.tel_number{
	color: #123754;
	font-weight: bold;
	font-size: 2.9rem;
	margin-bottom: 2px !important;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.tel_uketuke{
	color: #123754;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: 180px;/*----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: 11px;
	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;
	font-family: 'Noto Serif JP', serif;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 26%;
	margin-right: 3px;
}

.top_cv_btn2{
	width: auto;
	background-image: url("../img/btn_bg_orange_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	border: solid 1px #ff8400;
}



.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: #f3f3f3;
	box-shadow: 0 0 6px #aaa;
}

.cv_under{
	padding: 50px 0;
}

.cv_big_flame{
	width: 100%;
	height: auto;
	border: solid 3px #123754;
	padding: 4px;
	box-sizing: border-box;
	border-radius: 5px;
}

.cv_middle_flame{
	background-color: #123754;
	box-sizing: border-box;
	padding: 35px 25px;
}



.cv_white_flame{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-top: 30px;
}

.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;
	border: solid 2px #fff;
}

.cv_tel_icon_flame i{
	font-size: 5.4rem !important;
	color: #fff;
}

.cv_tel_number{
	font-size: 4.6rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	color: #fff;
}

.cv_tel_uketuke{
	font-size: 2.35rem;
	color: #fff;
}

.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;
	padding-top: 4px;
}

.cv_btn a p{
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1 !important;
}

.cv_btn a p i{
	font-size: 4rem !important;
}




.cv_long_btn{
	width: 100%;
	height: 85px;
	border-radius: 7px;
	margin-top: 25px;
	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_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: 5px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
}

.cv_long_btn a p i{
	font-size: 4.6rem !important;
}

.long_line{
	width: 100%;
	height: 30px;
	background-color: #fff000;
}





/**********************************

悩みエリア

**********************************/
.nayami_soto_flame{
	padding-bottom: 57px;
	position: relative;
	background-color: #f3f3f3;

}

.nayami_over{
	background-image: url("../img/nayami_bg.jpeg");
}

.nayami_under{
	padding-bottom: 110px;
}

.sayuu_line{
	width: 100px;
	height: 1px;
	background-color: #fff;
}

.nayami_ul_flame{
	width: 48%;
}

.nayami_under ul li{
	margin-top: 30px;
}

.nayami_under ul li img{
	width: 4.3%;
	margin-right: 5px;
}

.sumaino_kuuki_flame{
	padding: 20px;
	width: 952px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 91%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.sumaino_kuuki_flame p{
	color: #123754;
}

.sumaino_kuuki_flame p span{
	color: #F7820D;
}


/**********************************

悩み下エリア

**********************************/
.nayami_shita_over{
	background-color: #f3f3f3;
}

.nayami_shita_under{
	padding-top: 28px;
	padding-bottom: 55px;
}

.under_triangle{
	width: 0;
	border-top: 20px solid #365977;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	margin: 0 auto;
}

.nayami_shita_under h3{
	width: 100%;
	background-color: #123754;
	padding: 10px 0 12px 30px;
	margin-top: 25px;
}

.naze_flame{
	padding: 30px;
}

.naze_flame p{
	width: 62%;
}

.naze_flame img{
	width: 24%;
	padding-left: 60px;
}

.naze_flame p span{
	font-weight: bold;
	color: #F7820D;
}




/**********************************

問題エリア

**********************************/
.mondai_title_ue_over{
	background-color: #365977;
}

.mondai_title_ue_under{
	padding: 3px 0 5px;
}

.mondai_over{
	background-color: #123754;
}

.mondai_under{
	padding-top: 5px;
}

.mondai_title_suuji{
	font-size: 9.4rem;
	color: #F7BE08;
	padding-left: 5px;
	padding-right: 3px;
}

.tuno_mondai{
	font-size: 5.2rem;
	color: #F7BE08;
	padding-bottom: 3px;
}

.kaze_virus_icon{
	width: auto;
	height: 100px;
	margin-bottom: -10px;
	margin-left: 10px;
}

.mondai_flame{
	padding: 30px 25px;
}
.mondai_img{
	width: 371px;
	height: 208px;
	margin-left: 20px;
}

.mondai_flame h3 img{
	width: 13%;
	margin-right: 10px;
}

.mondai_flame h3{
	color: #123754;
	height: 66px;
	margin-bottom: 15px;
	margin-top: -5px;
	line-height: 1.3 !important;
}

.mondai_flame p span{
	font-weight: bold;
	color: #F7820D;
}






/**********************************

解決エリア

**********************************/
.kaiketu_over{
	background-image: url("../img/kaiketu_bg.jpeg");
}

.triangle_color1{
	width: 0;
	border-top: 45px solid #123754;
	border-right: 72px solid transparent;
	border-left: 72px solid transparent;
	margin: 0 auto;
}


.kaiketu_under{
	
}

.kaiketu_under h3{
	background-image: url("../img/kaiketu_h3_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10px 0 13px;
}

.kaiketu_under h3 span{
	color: #F7BE08;
	font-weight: bold;
	font-size: 4.6rem;
}

.under_triangle2{
	width: 0;
	border-top: 30px solid #123754;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	margin: -2px auto 0;
}

.kaiketu2_flame{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.kaiketu2_flame p{
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.kaiketu2_flame p span{
	font-weight: bold;
	color: #F7820D;
}

.kaiketu2_text_flame{
	width: 100%;
}

.kaiketu2_text_flame h4{
	border-bottom: solid 1px #123754;
	color: #123754;
}

.kaiketu2_text_flame p{
	width: 55%;
}

.kaiketu2_text_flame img{
	width: 390px;
	height: 219px;
	margin-top: 5px;
}




/**********************************

特徴・理由エリア

**********************************/
.riyuu_title_over{
	background-color: #123754;
}

.riyuu_title_under{
	padding: 8px 0 0;
}

.riyuu_h2_icon{
	width: auto;
	height: 80px;
	margin-left: 20px;
}

.riyuu_over{
	background-color: #EFF1F3;
}


.riyuu_inner{
	position: relative;
}

.riyuu_img_flame{
	width: 160px;
	height: 160px;
	border-radius: 900px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: -14px;
	box-shadow: 0 0 6px #aaa;
}

.riyuu_text_white_flame{
	width: 91%;
	height: auto;
	padding: 30px 30px 30px 95px;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: auto;
	box-shadow: 0 0 4px #bbb;
}

.riyuu_text_white_flame h3{
	color: #123754;
}

.riyuu1{
	background-image: url("../img/riyuu_img1.jpeg");
}

.riyuu2{
	background-image: url("../img/riyuu_img2.jpeg");
}

.riyuu3{
	background-image: url("../img/riyuu_img3.jpeg");
}

.riyuu4{
	background-image: url("../img/riyuu_img4.jpeg");
}

.riyuu5{
	background-image: url("../img/riyuu_img5.jpeg");
}



/**********************************

設備エリア

**********************************/
.setubi_over{
	background-image: url("../img/setubi_bg.jpeg");
}

.setubi_ikou{
	color: #fff;
}

.setubi_ikou_h2_icon{
	height: 75px;
}

.setubi_under h3{
	width: 100%;
	background-color: #123754;
	padding: 10px 0 12px 20px;
}

.setubi_under h3 span{
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.setubi_text{
	width: 52%;
}

.setubi_text_shita{
	margin-top: -6px !important;
}

.setubi_text span,.setubi_text_shita span{
	font-weight: bold;
	color: #F7820D;
}

.setubi_img{
	width: 420px;
	height: 236px;
}

.setubi_img1{
	margin-top: -22px;
}

.setubi1_flame{
	background-image: url("../img/setubi1_bg_img.png");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: bottom 30px right 110px;
}

/**********************************

お客様の声エリア

**********************************/
.voice_over{
	background-image: url("../img/voice_bg.jpeg");
}

.voice_under{
	padding-bottom: 70px;
}

.voice_inner{
	width: 304px;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
}

.voice_inner img{
	box-shadow: 0 0 3px #ccc;
}




/**********************************

流れエリア

**********************************/
.nagare_over{
	
}

.nagare_under{
	
}

.nagare_h2_icon{
	height: 55px;
	padding-left: 10px;
}





/**********************************

その他エリア

**********************************/
.sonota_over{
	background-image: url("../img/sonota_bg.jpeg");
}

.sonota_h2_icon{
	height: 85px;
}

.level_up_text{
	color: #123754;
	box-shadow: 0 0 4px #bbb;
	padding: 14px 16px !important;
	background-color: #fff;
}

.level_up_nomal_text{
	font-weight: bold;
	font-size: 3.2rem;
}

.sumiyasusa{
	font-weight: bold;
	color: #F7820D;
}





/**********************************

代表エリア

**********************************/

.daihyou_h2_icon{
	height: 70px;
}

.daihyou_over{
	background-color: #EFF1F3;
}

.daihyou_under{
	
}

.daihyou_flame{
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 0 4px #ccc;
}

.daihyou_img{
	width: 400px;
	height: 277px;
}

.daihyou_text{
	width: 50%;
}



/**********************************

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/shitumon_bg.jpeg");
}

.shitumon_h2_icon{
	height: 60px;
}

.shitumon_under{
	padding-bottom: 70px;
}

#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);
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	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: #333;
}

.answer_text{
	white-space: pre-wrap;
}















/**********************************

フォームエリア

**********************************/
.last_cv_over{
	background-color: #f3f3f3;
	box-shadow: none !important;
}

.form_h2{
	color: #123754;
}

.form_flame{
	background-color: #fff;
	padding: 40px 30px;
}

.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_kochirawo:hover{
	text-decoration: underline;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 80px;
	background-image: url("../img/btn_bg_orange_gra.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: solid 1px #ff8400 !important;
	border-radius: 5px !important;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	padding-bottom: 6px;
}

.form_btn:hover{
	opacity: 0.7;
}









/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #123754;
}

.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;
}
