@charset "utf-8";


#companyMv {
	background: url(../../img/company/company_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

#comapnyArea {
	width: 92.5%;
	margin: 0 auto;
}
.comapnyCol {
	float: left;
	width: 48%;
	max-width: 500px;
	margin: 0 1% 40px;
}
.comapnyCol a {
	display: block;
	width: 100%;
}
.company_img {
	width: 100%;
}
.company_img img {
	width: 100%;
}
.company_inner {
	width: 90%;
	margin: -100px auto 0;
	padding: 40px 0;
	background: url(../../img/common/service_arr_gry.png) no-repeat 95% 93%;
	background-size: 35px auto;
	background-color: rgba( 255, 255, 255, 0.9 );
	position: relative;
}

.companyTl {
	width: 100%;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
}
.company_en {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0 15px;
	background: url(../../img/common/servicebnr_line.png) no-repeat center bottom;
	background-size: 70px 2px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	color: #e99f11;
	text-align: center;
}
.company_inner p {
	text-align: center;
}


