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

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

PC用レイアウト

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

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

body{
	color: #333;
	font-family: "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: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	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;
}


/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;
	float: right;
	height: 50px;
	background: linear-gradient(90deg,#3ad4df,#92a2d5,#f76bcc);
	margin-top: 12px;
	border-radius: 500px;
	position: relative;
	
	
}

.top_cv_btn:hover{
	opacity: 0.8;
}

.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 60px 2px !important;
	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: 4%;
	position: absolute;
	right: 27px;
}

.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.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in{
	position: relative;
}

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

.koubo_shimekiri_flame{
	position: absolute;
	width: 223px;
	height: 93px;
	background-color: #a0000c;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.koubo_shimekiri_flame div{
	width: 100%;
}

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

.koubo_shimekiri{
	font-size: 2.1rem;
}

.hiduke{
	font-size: 3.2rem;
}

.top_img_in a{
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 50px;
	background: linear-gradient(90deg,#3ad4df,#92a2d5,#f76bcc);
	border-radius: 9000px;
	color: #fff;
	font-weight: bold;
	font-size: 4.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
}

.top_img_in a img{
	width: 3.5%;
	position: absolute;
	right: 80px;
	margin-top: 5px;
}

.top_img_in a:hover{
	opacity: 0.8;
}





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

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






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

IT導入補助金エリア

**********************************/
.it_hojokin_over{
	background-color: #1e284e;
}

.it_hojokin_under{
	padding-top: 55px;
	padding-bottom: 80px;
}

.it_hojokin_under h2{
	font-weight: bold;
	font-size: 6rem;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.it_hojokin_under p{
	font-size: 2.9rem;
	text-align: center;
	line-height: 1.6 !important;
	background-color: #fff;
	padding: 25px 0 28px !important;
}

.it_hojokin_under p span{
	font-weight: bold;
	color: #a1010c;
}






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

3大メリットエリア

**********************************/
.merit_over{
	background-color: #3a4766;
}

.merit_under{
	padding-top: 45px;
}

.merit_under h2{
	font-weight: bold;
	font-size: 6.6rem;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.merit_under h2 span{
	font-size: 13rem;
	font-weight: bold;
	color: #fff12b;
	padding-bottom: 15px;
}

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

.merit_flame{
	width: 300px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.merit1{
	background-image: url("../img/merit_icon1.png");
}

.merit2{
	background-image: url("../img/merit_icon2.png");
}

.merit3{
	background-image: url("../img/merit_icon3.png");
}

.merit_flame p{
	text-align: center;
	padding-bottom: 10px !important;
	font-weight: 500;
	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, 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;
}




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

補助金額エリア

**********************************/
.hojo_under h2{
	font-weight: bold;
	font-size: 7rem;
	text-align: center;
	color: #1D294E;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.h2_shita_text{
	text-align: center;
	font-size: 2.4rem;
}






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

補助対象者エリア

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

.taishou_under h2{
	font-weight: bold;
	font-size: 7rem;
	text-align: center;
	color: #1D294E;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.taishou_under table{
	margin-top: 45px;
}

.taishou_under th{
	background-color: #1D294E;
	color: #fff;
	font-weight: bold;
}

.taishou_under td{
	background-color: #fff;
}

.taishou_under th,.taishou_under td{
	padding: 20px 0;
	width: 26%;
	font-size: 2.2rem;
	box-sizing: border-box;
	text-align: center;
}

.hidari_shiro_line{
	border-left: solid 1px #fff;
}

.shita_shiro_line{
	border-bottom: solid 1px #fff;
}

.hidari_blue_line{
	border-left: solid 1px #1D294E;
}

.shita_blue_line{
	border-bottom: solid 1px #1D294E;
}

.migi_blue_line{
	border-right: solid 1px #1D294E;
}










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

サービスエリア

**********************************/
.service_over{
	width: 100%;
	height: auto;
	background-image:url("../img/service_bg.jpeg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

.service_under{
	
}

.service_under h2{
	font-weight: bold;
	font-size: 7rem;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}

.service_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 38px 40px 61px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.service_flame2{
	align-items: center;
}

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

.service_img{
	width: 235px;
	height: 220px;
}

.service_flame div{
	width: 571px;
}

.service_flame div h3{
	margin-bottom: 20px;
}

.service_flame div p{
	white-space: pre-wrap;
	font-size: 2rem;
}

.service_flame div p span{
	font-weight: bold;
	color: #A00010;
}

.service_under a{
	color: #FFEF3D;
	font-weight: bold;
}

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



.nagare_kome{
	white-space: pre-wrap;
	margin-top: 50px !important;
	color: #1D294E;
}

.nagare_kome a{
	color: #A00010;
	font-weight: bold;
}

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


.service1_a{
	color: #1D294E !important;
	font-weight: bold;
}

.service1_a:hover{
	text-decoration: underline;
}

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

流れエリア

**********************************/
.nagare_under h2{
	font-weight: bold;
	font-size: 7rem;
	text-align: center;
	color: #1D294E;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}









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

フォームエリア

**********************************/
.form_over{
	background-color: #1E284E;
}

.form_under h2{
	font-weight: bold;
	font-size: 7rem;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 40px 50px;
	margin-top: 50px;
}


.form_under .h2_shita_text{
	color: #fff;
}


.form_nomal_text{
	font-size: 1.8rem;
}

.form_mini_title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #1D294E;
	margin-bottom: 10px !important;
}

.form_nomal_text span,.form_mini_title span{
	font-weight: bold;
	color: #fff;
	background-color: #1D294E;
	padding: 0 10px 3px;
	border-radius: 8px;
	font-size: 1.6rem;
	margin-right: 10px;
}

.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: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #1D294E;
	width: 100% !important;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 100px;
	border-radius: 200px !important;
	background: linear-gradient(90deg,#3ad4df,#92a2d5,#f76bcc);
	font-weight: bold;
	color: #fff;
	font-size: 5rem;
}

.form_btn:hover{
	opacity: 0.8;
}









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

footerエリア

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

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

.footer_under div{
	display: flex;
	justify-content: center;
}

.footer_under div a{
	color: #fff;
	margin: 40px 15px 32px;
	font-size: 1.4rem;
}

.footer_under div a:hover{
	text-decoration: underline;
}

.small img{
	width: 22%;
	height: auto;
	display: block;
	margin: 0 auto 35px;
}


