@charset "utf-8";
/* CSS Document */
#top_about,#top_csr,#top_business{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
#top_csr {
	padding-top: 0;
}
#top_business{
	background-size: 219px auto;
}
#top_about .photo,#top_csr .photo{
	width: 90%;
	margin: 0 0 0 auto;
	padding-bottom: 0;
	position: relative;
}

#top_business .photo{
	width: 90%;
	margin: 0 auto 0 0;
	padding-bottom: 0;
	position: relative;
}
#top_about .photo img,#top_csr .photo img{
	border-radius: 30px 0 0 30px;
}
#top_business .photo img{
	border-radius: 0 30px 30px 0 ;
}
#top_about .box,#top_csr .box{
	font-size: 14px;
	line-height: 2.6em;
	width: 90%;
	padding-right: 0;
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0) translateY(0);
	margin: 0 auto;
}
#top_business .box{
	font-size: 14px;
	line-height: 2.6em;
	width:90%;
	padding-left: 0;
	position: absolute;
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0) translateY(0);
	margin: 0 auto;
}
#top_about .eng,#top_csr .eng,#top_business .eng{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 800;
}
#top_about h3,#top_csr h3,#top_business h3{
	font-size: 22px;
	line-height: 2em;
	font-weight: 800;
	color: #333333;
	padding-bottom: 20px;
}
#top_about .come,#top_csr .come{
	padding-bottom: 20px;
}
#top_product{
	font-size: 14px;
	line-height: 2.6em;
	color: #FFF;
	text-align: center;
	background-color: #16447c;
}
#top_product .inner{	
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#top_product .eng{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 800;
}
#top_product h3{
	font-size: 22px;
	line-height: 2em;
	font-weight: 800;
	padding-bottom: 20px;
}
#top_product .come{
	padding-bottom:20px;
}
#top_product .flex{	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_product .box{
	width: 48%;
	margin: 0 1%;
	padding-bottom: 20px;
	font-size: 14px;
	position: relative;
}
#top_product .box h5{
	font-weight: 800;
	line-height: 40px;
	background-color: #FFF;
	color: #16447c;
	width: 73%;
	padding: 0;
	margin: -20px auto 0;
	border-radius: 20px;
	position: relative;
	z-index: 10;
}
#top_product .box h5.line2{
	line-height: 20px;
	padding: 6px 0;
}
#top_product .photo img{
	border-radius: 10px;
}
#top_link .box{
	text-align: center;
	width: 90%;
	height: 240px;
	background-image: url(../../img/photo09.jpg);
	background-size: cover;
	position: relative;
	border-radius: 20px;
	float: none;
	margin: 0 auto 10px;
}
#top_link .box img{
	height: 60px;
	width: auto;
}
#top_link .box:last-of-type{
	background-image: url(../../img/photo10.jpg);
	border-radius: 20px;
	float: none;
	margin: 0 auto 0;
}
#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%);
}
#news {
	clear: both;
	padding: 80px 0;
	background-size: 240px auto;
}
#news .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;}
#news .box{
	width: auto;
	float: none;
}
#news h4{
	font-size: 40px;
	line-height: 1.6em;
	font-weight: 900;
	color: #16447c;
}
#news table {
	border-collapse: collapse;
	width: 100%;
	float: none;
}
#news th {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 0;
}
#news td {
	width: 100%;
	display: block;
	padding-top: 0;
	padding-bottom: 10px;
}
#news td.cate {
	width: 120px;
	display: block;
	padding: 10px 0;
}
#news td.cate p{
	font-size: 12px;
	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;
}
