@charset "utf-8";


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

#comapnyArea {
	width: 92.5%;
	max-width: 1080px;
	margin: 0 auto;
}
.comapnyCol {
	float: left;
	width: 48%;
	max-width: 500px;
	margin: 0 1% 40px;
}
@media screen and (min-width: 1200px) {
	.comapnyCol {
		margin: 0 20px 40px;
	}
}
.comapnyCol a {
	display: block;
	width: 100%;
	height: 270px;
	position: relative;
}
.company_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 93%;
	height: 270px;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.company_img {
		width: 465px;
	}
}
.company_img img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.comapnyCol a:hover .company_img img {
	width: 110%;
	height: auto;
}
.company_inner {
	position: absolute;
	top: 25px;
	left: 0;
	width: 320px;
	/*height: 200px;*/
	padding: 50px 0 40px;
	background: url(../../img/common/service_arr_gry.png) no-repeat 95% 93%;
	background-size: 35px auto;
	background-color: rgba( 255, 255, 255, 0.9 );
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media screen and (min-width: 1200px) {
	.company_inner {
		top: 35px;
	}
}
.comapnyCol a:hover .company_inner {
	top: 35px;
	left: 34px;
}

.companyTl {
	width: 100%;
	font-size: 2.6rem;
	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;
}
















































