@charset "utf-8";
.main_img_bg{
	width: 100%;
	height: 700px;
	background-image: url("/img/index.png");
	background-position: top left;
	background-size: cover;
	margin: 100px 0;
	position: relative;
}

.main_img{
	width: 900px;
	height: 532px;
	position: absolute;
	top: 100px;
	right: 100px;
}
.main_img img{
	width: 900px;
	height: 532px;
}

.main_txt01{
	font-size: 60px;
	font-weight: bold;
	line-height: 76px;
	color: #00538b;
	position: absolute;
	top: 300px;
	left: 150px;
	text-align: center;
}
.main_txt02{
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #00538b;
	position: absolute;
	top: 470px;
	left: 180px;
	text-align: left;
}
.main_txt03{
	font-size: 24px;
	font-weight: normal;
	color: #00538b;
	position: absolute;
	top: 580px;
	left: 180px;
	text-align: left;
}



/****NEWS****/
.news_box{
	width: 800px;
	margin: 0 auto 50px;
	padding: 30px 50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news_box_content{
	max-height: 500px;
	overflow-y: scroll;
}

.news_tit{
	width: 100px;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #ade2f2 50%, #ade2f2 100%);
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 50px;
}

.news_line{
	width: 100%;
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: solid 1px #555;
	margin: 0 0 15px;
}

.news_day{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
.news_day span{
	color: #00bfd8;
}

.tag01{
	width: 9%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #d95858;
	border-radius: 5px;
	float: left;
	margin: 0 1%;
	text-align: center;
}
.tag02{
	width: 9%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #f4ae2c;
	border-radius: 5px;
	float: left;
	margin: 0 1%;
	text-align: center;
}
.tag03{
	width: 9%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #87adb4;
	border-radius: 5px;
	float: left;
	margin: 0 1%;
	text-align: center;
}

.news{
	width: 87%;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
.news span{
	color: #ff0000;
}
.news a{
	color: #75b0b7;
	font-weight: bold;
	background-image: url("/img/link.svg");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 0 17px;
}
.news a:hover{
	color: #75b0b7;
	text-decoration: underline;
}
.news_item{
	padding-top: 10px;
}


/****service****/
.service_bg{
	width: 100%;
	padding: 50px 0 0;
	background-color: #d2e0ea;
	margin: 0 0 100px;
}

.service_box{
	width: 1200px;
	margin: 0 auto;
}

.ser_txt01{
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
	color: #00538b;
}

.ser_bnr{
	width: 600px;
	height: 103px;
	margin: 0 auto 20px;
}
.ser_bnr img{
	width: 600px;
	height: 103px;
	margin: 0 auto 20px;
}

.ser_img{
	width: 1000px;
	height: 666px;
	margin: 0 auto 50px;
}
.ser_img img{
	width: 1000px;
	height: 666px;
}

.ser_txt02{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
	line-height: 26px;
	text-align: center;
	color: #00538b;
}

.ser_under{
	width: 1200px;
	margin: 0 auto 50px;
	height: 2px;
	background-color: #00538b;
}

.ser_line{
	width: 1200px;
	margin: 0 auto 50px;
}
.ser_line_box{
	width: 1200px;
	display: inline-block;
}

.ser_l{
	width: 550px;
	display: inline-block;
	float: left;
	background-color: #fff;
	margin-right: 20px;
	padding: 20px;
}

.ser_r{
	width: 550px;
	display: inline-block;
	float: left;
	background-color: #fff;
	padding: 20px;
}

.ser_line_img{
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 60px;
}
.ser_line_img img{
	width: 150px;
	height: 150px;
}

.ser_line_r{
	width: 300px;
	float: left;
}

.ser_line_txt01{
	width: 300px;
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	color: #f38201;
	margin-bottom: 15px;
}
.ser_line_txt02{
	width: 300px;
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	color: #8cb808;
	margin-bottom: 15px;
}
.ser_line_txt03{
	width: 300px;
	font-size: 14px;
	line-height: 24px;
	color: #00538b;
}


/****company�Erecruit****/
.top_company_box{
	width: 1200px;
	height: 307px;
	margin: 0 auto 100px;
	position: relative;
}

.top_company_img{
	width: 1200px;
	height: 307px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.top_company_img img{
	width: 1200px;
	height: 307px;
}

.top_com_txtbox{
	width: 240px;
	padding: 50px 80px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.top_com_txtbox02{
	width: 240px;
	padding: 50px 80px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.top_com_txt01{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_com_txt02{
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 20px;
}

/****contact****/
.contact_bg{
	width: 100%;
	padding: 30px 0 0;
	margin: 0 0 50px;
	background-color: #d2e0ea;
}

.mail_icon{
	width: 100px;
	height: 78px;
	margin: 0 auto 30px;
}
.mail_icon img{
	width: 100px;
	height: 78px;
}

/*��������������������������������SP��������������������������������*/

@media screen and (max-width:639px) {
/*�@639px�܂Ł@*/
.main_img_bg{
	width: 100%;
	height: 700px;
	background-image: url("/img/index.png");
	background-position: top left;
	background-size: cover;
	margin: 100px 0;
	position: relative;
}

.main_img{
	width: 100%;
	height: 40%;
	position: absolute;
	top: 7%;
	right: 0;
}
.main_img img{
	width: 100%;
	height: 100%;
}

.main_txt01{
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 56px;
	color: #00538b;
	position: absolute;
	top: 340px;
	left: 0;
	text-align: center;
	text-shadow: 1px 2px 3px #00538b;
}
.main_txt02{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #00538b;
	position: absolute;
	top: 470px;
	left: 0;
	text-align: center;
}
.main_txt03{
	width: 90%;
	font-size: 22px;
	padding: 0 5%;
	font-weight: normal;
	color: #00538b;
	position: absolute;
	top: 580px;
	left: 0;
	text-align: center;
}

/****NEWS****/
.news_box{
	width: 80%;
	margin: 0 auto 50px;
	padding: 10px 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news_tit{
	width: 100px;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #ade2f2 50%, #ade2f2 100%);
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

.news_line{
	width: 100%;
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: solid 1px #555;
	margin: 0 0 15px;
}

.news_day{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
.news_day span{
	color: #00bfd8;
}

.tag01{
	width: 18%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #d95858;
	border-radius: 5px;
	margin: 0 0 1%;
	text-align: center;
}
.tag02{
	width: 18%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #f4ae2c;
	border-radius: 5px;
	margin: 0 0 1%;
	text-align: center;
}
.tag03{
	width: 18%;
	padding: 3px 1%;
	font-size: 8px;
	color: #fff;
	background-color: #87adb4;
	border-radius: 5px;
	margin: 0 0 1%;
	text-align: center;
}

.news{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
.news span{
	color: #ff0000;
}

.news a{
	color: #75b0b7;
	font-weight: bold;
	background-image: url("/img/link.svg");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}
.news a:hover{
	color: #75b0b7;
	text-decoration: underline;
}

/****service****/
.service_bg{
	width: 90%;
	padding: 30px 5% 0;
	background-color: #d2e0ea;
	margin: 0 0 50px;
}

.service_box{
	width: 100%;
	margin: 0 auto;
}

.ser_txt01{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
	color: #00538b;
}

.ser_bnr{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.ser_bnr img{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.ser_img{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
.ser_img img{
	width: 100%;
	height: auto;
}

.ser_txt02{
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 20px;
	line-height: 26px;
	text-align: left;
	color: #00538b;
}

.ser_under{
	width: 100%;
	margin: 0 auto 50px;
	height: 2px;
	background-color: #00538b;
}

.ser_line{
	width: 100%;
	margin: 0 auto 50px;
}
.ser_line_box{
	width: 100%;
	display: inline-block;
}

.ser_l{
	width: 90%;
	display: inline-block;
	float: none;
	background-color: #fff;
	margin: 0 0 20px;
	padding: 5%;
}

.ser_r{
	width: 90%;
	display: inline-block;
	float: none;
	background-color: #fff;
	padding: 5%;
}

.ser_line_img{
	width: 40%;
	height: 40%;
	float: left;
	margin-right: 5%;
}
.ser_line_img img{
	width: 100%;
	height: 100%;
}

.ser_line_r{
	width: 55%;
	float: left;
}

.ser_line_txt01{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #f38201;
	margin-bottom: 15px;
}
.ser_line_txt02{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #8cb808;
	margin-bottom: 15px;
}
.ser_line_txt03{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #00538b;
}

/****company�Erecruit****/
.top_company_box{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	position: relative;
}

.top_company_img{
	display: none;
}
.top_company_img img{
	display: none;
}

.top_com_txtbox{
	width: 90%;
	padding: 20px 5% 0;
	position: relative;
	background-color: #f7f7f7;
}
.top_com_txtbox02{
	width: 90%;
	padding: 20px 5% 0;
	position: relative;
	background-color: #f7f7f7;
}

.top_com_txt01{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_com_txt02{
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 20px;
}

/****contact****/
.contact_bg{
	width: 100%;
	padding: 30px 0 0;
	margin: 0 0 50px;
	background-color: #d2e0ea;
}

.mail_icon{
	width: 100px;
	height: 78px;
	margin: 0 auto 30px;
}
.mail_icon img{
	width: 100px;
	height: 78px;
}

}


/*��������������������������������PC��������������������������������*/
@media screen and (min-width: 640px) {
/* �@640px����@ */

}
