@charset "utf-8";
/* CSS Document */
#top_about,#top_csr,#top_business{
	width: 100%;
	margin: 0 auto;
	padding: 130px 0;
	position: relative;
}
#top_csr {
	padding: 0;
	margin-bottom: 130px;
}
#top_business{
	background-image: url("../../img/bg02.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#top_about .photo,#top_csr .photo{
	width: 38%;
	margin: 0 0 0 auto;
	padding-bottom: 0;
	position: relative;
}

#top_business .photo{
	width: 38%;
	margin: 0 auto 0 0;
	padding-bottom: 0;
	position: relative;
}
#top_about .photo img,#top_csr .photo img{
	border-radius: 70px 0 0 70px;
}
#top_business .photo img{
	border-radius: 0 70px 70px 0 ;
}
#top_about .box,#top_csr .box{
	font-size: 18px;
	line-height: 2.6em;
	color: #16447c;
	width: 45%;
	padding-right: 30%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#top_business .box{
	font-size: 18px;
	line-height: 2.6em;
	color: #16447c;
	width: 45%;
	padding-left: 30%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#top_about .eng,#top_csr .eng,#top_business .eng{
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 800;
}
#top_about h3,#top_csr h3,#top_business h3{
	font-size: 2.39583333vw;
	line-height: 1.8em;
	font-weight: 900;
	color: #333333;
	padding-bottom: 30px;
}
#top_about .come,#top_csr .come{
	padding-bottom: 50px;
}
#top_product{
	font-size: 18px;
	line-height: 2.6em;
	color: #FFF;
	text-align: center;
	background-color: #16447c;
}
#top_product .inner{	
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
#top_product .eng{
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 800;
}
#top_product h3{
	font-size: 46px;
	line-height: 2em;
	font-weight: 800;
	padding-bottom: 30px;
}
#top_product .come{
	padding-bottom: 30px;
}
#top_product .flex{	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_product .box{
	width: 32%;
	margin: 0 0.5%;
	padding-bottom: 50px;
	font-size: 18px;
	position: relative;
}
#top_product .box h5{
	font-weight: 800;
	line-height: 60px;
	background-color: #FFF;
	color: #16447c;
	width: 73%;
	padding: 0;
	margin: -40px auto 0;
	border-radius: 20px;
	position: relative;
	z-index: 10;
}
#top_product .box h5.line2{
	line-height: 24px;
	padding: 6px 0;
}
#top_product .link a{
	background-color: #FFF;
	color: #16447c;
	font-weight: bold;
	
}
#top_product .photo img{
	border-radius: 20px;
}
#top_link .box{
	text-align: center;
	width: 48%;
	height: 604px;
	background-image: url(../../img/photo09.jpg);
	background-size: cover;
	position: relative;
	border-radius: 0 70px 70px 0;
	float: left;
}
#top_link .box:last-of-type{
	background-image: url(../../img/photo10.jpg);
	border-radius: 70px 0 0 70px;
	float: right;
}
#top_link .box a{
	display: block;
	width: 100%;
	height: 100%;
}
#top_link .box .come{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding-bottom: 0;
}
#news {
	clear: both;
	padding: 130px 0;
	background-image: url("../../img/bg03.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
#news .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;}
#news .box{
	width: 20%;
	float: left;
}
#news h4{
	font-size: 60px;
	line-height: 1.6em;
	font-weight: 900;
	color: #16447c;
}
#news table {
	border-collapse: collapse;
	width: 69%;
	float: right;
}
#news th {
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#news td {
	padding-top: 15px;
	padding-bottom: 15px;
}
#news td.cate {
	width: 120px;
	padding: 15px 15px;
}
#news td.cate p{
	font-size: 14px;
	color: #FFF;
	background-color: #16447c;
	text-align: center;
	padding: 2px;
}
#news td.cate p.news-recruit{
	background-color: #2cb5a4;
}
#news td.cate p.news-important{
	background-color: #ce187c;
}
#news a{
	text-decoration: none;
}
@media screen and (max-width: 1250px){
	#top_about .box,#top_csr .box,#top_business .box,#top_product .box{
		font-size: 14px;
		line-height: 1.8em;
	}
	#top_product{
		font-size: 14px;
		line-height: 1.8em;
	}
	#top_about .eng,#top_csr .eng,#top_business .eng,#top_product .eng{
		font-size: 22px;
		line-height: 1.8em;
	}
	#top_about h3,#top_csr h3,#top_business h3,#top_product h3{
		font-size: 30px;
		line-height: 1.6em;
	}
}
