@charset "utf-8";

/* -------------------------------------------------- */
/* サービス一覧 */
/* -------------------------------------------------- */
#serviceList {
	margin-bottom: 100px;
	background: #f6f6f3;
}

#serviceList .inner {
	margin-bottom: 40px;
	overflow: hidden;
}

#serviceList .inner:last-child {
	margin-bottom: 0px;
}

.serviceImgWrap {
	width: 100%;
	height: 600px;
	display: block;
	position: relative;
}

#serviceList .inner.left .serviceImgWrap:before {
	content:"";
	width: 70%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #f6f6f3;
}

#serviceList .inner.left .serviceImgWrap:after {
	content:"";
	width: 70%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#serviceList .inner.right .serviceImgWrap:before {
	content:"";
	width: 70%;
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #f6f6f3;
}

#serviceList .inner.right .serviceImgWrap:after {
	content:"";
	width: 70%;
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

#homepage .serviceImgWrap:after {
	background: url(../../img/service/service_img1.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#ec .serviceImgWrap:after {
	background: url(../../img/service/service_img2_2.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#lp .serviceImgWrap:after {
	background: url(../../img/service/service_img3_2.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#wc .serviceImgWrap:after {
	background: url(../../img/service/service_img4_2.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.left .serviceDesc {
	width: 50%;
	min-height: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	background: #f6f6f3;
}

.right .serviceDesc {
	width: 50%;
	min-height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #f6f6f3;
}

.serviceContent {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background: url(../../img/common/icon7.png) 98% center no-repeat #fff;
	vertical-align: middle;
	z-index: 4;
	display: table;
}

.serviceIn {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.service {
	width: 70%;
	text-align: left;
	display: inline-block;
}

.serviceTit {
	font-size: 2.2rem;
}

a.serviceLink:hover {
	color: #333;
}

.serviceIn:after {
	content:"";
	width: 0;
	height: 100%;
	display: block;
	background: rgba(0,149,218,0.1);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
}

a.serviceLink:hover .serviceIn:after {
	content:"";
	width: 100%;
}

a.serviceLink .serviceImgWrap:after {
	transition: all 0.3s ease-in-out 0s;
}

a.serviceLink:hover .serviceImgWrap:after {
	transform:scale(1.08);
}
