@charset "utf-8";

/* -------------------------------------------------- */
/* サービス一覧 */
/* -------------------------------------------------- */
#container {
	min-width: auto;
	display: inline;
}

#privacyPolicy {
	width: 100%;
}

#serviceList {
	margin-bottom: 50px;
	padding-bottom: 1px;
	background: #fff;
}

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

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

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

#homepage .serviceImgWrap {
	height: 482px;
}

#ec .serviceImgWrap {
	height: 455px;
}

#lp .serviceImgWrap {
	height: 482px;
}

#wc .serviceImgWrap {
	height: 481px;
}

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

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

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

#serviceList .inner.right .serviceImgWrap:after {
	content:"";
	width: 100%;
	height: 300px;
	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: 100%;
  min-height: 243px;
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 4;
  background: #fff;
}

.right .serviceDesc {
	width: 100%;
  min-height: 300px;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 4;
  background: #fff;
}

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

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

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

.serviceTit {
	font-size: 2.3rem;
}

.service p {
	font-size: 1.8rem;
}

.serviceIn:after {
	content:"";
	width: 0;
	height: 100%;
	display: block;
	background: rgba(0,149,218,0.1);
	position: absolute;
	left: 0;
	top: 0;
}

a.serviceLink .serviceImgWrap:after {

}
