/* -----------------------------------------------------------
	移動体通信事業
-------------------------------------------------------------- */
#recruit.service .titlebox {
	text-shadow: #f8f8f8 1px 0 10px;
}
#recruit.service .ser-traning-lead .titlebox {
	text-shadow: none;
}
#recruit.service.bridal .title-en {
	color: #E55F99;
}
#recruit.service.bridal .list > li::before {
	color: #E55F99;
}
#recruit.service.bridal .ser-traning .box .title::before {
	background:#E55F99;
}

/*MV*/
#recruit.service .service-mv {
	background: url("../img/rec-mob-mv.jpg") center top /cover;
	height: 950px;
	text-align: center;
	padding: 50px 0 0;
}
#recruit.service .service-mv.style-bridal {
	background: url("../img/rec-bri-mv.jpg") center top /cover;
}
#recruit.service .catch {
	font-size: 4.0rem;
	margin: 0 0 30px;
}
#recruit.service .lead {
	position: relative;
	top: -420px;
	margin: 0 auto -420px;
	background: #fff;
	width: 96%;
	height: 420px;
	padding: 50px 0 0;
}
#recruit.service .lead .catch {
	line-height: 1.4;
	text-align: center;
	margin: 30px 0;
}

@media screen and (max-width: 768px) {

	#recruit.service .ser-traning-lead .titlebox {
		margin:0;
	}
	#recruit.service .service-mv {
		height: 350px;
		padding: 15px 0 0;
	}
	#recruit.service .lead .catch {
		padding: 30px 0 0;
	}
	#recruit.service .catch {
		font-size: 2.5rem;
	}
	#recruit.service .lead {
		top: -150px;
		margin: 0 auto -150px;
		height: auto;
		padding: 0 0 40px;
	}
	#recruit.service .lead .catch {
		line-height: 1.4;
		text-align: center;
		margin: 30px 0;
	}
}


/*おすすめ*/
#recruit.service .ser-recomend {
	background: #F8F8F8;
	padding: 80px 0;
}
#recruit.service .ser-recomend ul {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
#recruit.service .ser-recomend ul li {
	width: 192px;
	position: relative;
	background: #fff;
	padding: 40px;
	line-height: 1.4;
}
#recruit.service .ser-recomend.style-bridal ul li {
	width: 280px;
}
#recruit.service .ser-recomend ul li .icon {
	background: #4F9EB7;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	padding: 11px 13px 13px 11px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -20px;
	line-height: 1;
}
#recruit.service .ser-recomend.style-bridal ul li .icon {
	background: #E55F99;
}

@media screen and (max-width: 768px) {
	#recruit.service .ser-recomend {
		padding: 40px 0;
	}
	#recruit.service .ser-recomend ul {
		display: block;
		margin: 20px 0 0;
	}
	#recruit.service .ser-recomend ul li {
		width: 100%;
		padding: 20px;
		margin: 30px 0 0;
		text-align: center;
	}
	#recruit.service .ser-recomend.style-bridal ul li {
		width: 100%;
	}

}


/*仕事内容*/
#recruit.service .ser-job {
	position: relative;
}
#recruit.service .ser-job .inner {
	width: 470px;
	margin: auto;
	padding: 80px 0;
}
#recruit.service .ser-job .titlebox {
	text-align: center;
}
#recruit.service .ser-job .img1 {
	position: absolute;
	top: -50px;
	right: 0;
}
#recruit.service .ser-job .img2 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 350px;
}
@media screen and (max-width: 1300px) {
	#recruit.service .ser-job .img1 {
		right: 50%;
		margin: 0 -800px 0 0;
	}
	#recruit.service .ser-job .img2 {
		left: 50%;
		margin: 0 0 0 -700px;
	}
	
}

@media screen and (max-width: 768px) {
	#recruit.service .ser-job {
	}
	#recruit.service .ser-job .inner {
		width: 100%;
		padding: 40px 0;
	}
	#recruit.service .ser-job .img1 {
		top: -20px;
		right: 0;
		width: 80px;
		margin: 0;
	}
	#recruit.service .ser-job .img2 {
		top: 0;
		left: 0;
		width: 80px;
		margin: 0;
	}
}

/*魅力*/
#recruit.service .ser-point {
	padding: 100px 0;
}
#recruit.service .ser-point .inner {
	position: relative;
	padding: 0 0 80px;
}
#recruit.service .ser-point .inner::before {
	position: absolute;
	top: 0;
	right: -50px;
	content: "";
	background: url("../img/rec-ser-kakko1.png") center top / 73px auto no-repeat;
	width: 73px;
	height: 117px;
}
#recruit.service .ser-point .inner.style-bridal::before {
	background: url("../img/rec-ser-kakko1_2.png") center top / 73px auto no-repeat;
}
#recruit.service .ser-point .inner::after {
	position: absolute;
	bottom: 0;
	left: -50px;
	content: "";
	background: url("../img/rec-ser-kakko2.png") center top / 73px auto no-repeat;
	width: 73px;
	height: 117px;
}
#recruit.service .ser-point .inner.style-bridal::after {
	background: url("../img/rec-ser-kakko2_2.png") center top / 73px auto no-repeat;
}
#recruit.service .ser-point .titlebox {
	text-align: center;
	margin: 0 0 50px;
}

#recruit.service .ser-point .box {
	background: url("../img/rec-mob-num1.png") center top / 84px auto #F5FDFF no-repeat;
	padding:20px 40px 40px;
	margin: 0 0 40px;
}
#recruit.service .ser-point .box.style2 {
	background: url("../img/rec-mob-num2.png") center top / 84px auto #F5FDFF no-repeat;
}
#recruit.service .ser-point .box.style3 {
	background: url("../img/rec-mob-num3.png") center top / 84px auto #F5FDFF no-repeat;
}
#recruit.service .ser-point .box.style4 {
	background: url("../img/rec-mob-num4.png") center top / 84px auto #F5FDFF no-repeat;
}
#recruit.service .ser-point.style-bridal .box {
	background: url("../img/rec-bri-num1.png") center top / 84px auto #F9F6F1 no-repeat;
}
#recruit.service .ser-point.style-bridal .box.style2 {
	background: url("../img/rec-bri-num2.png") center top / 84px auto #F9F6F1 no-repeat;
}
#recruit.service .ser-point.style-bridal .box.style3 {
	background: url("../img/rec-bri-num3.png") center top / 84px auto #F9F6F1 no-repeat;
}
#recruit.service .ser-point.style-bridal .box.style4 {
	background: url("../img/rec-bri-num4.png") center top / 84px auto #F9F6F1 no-repeat;
}

#recruit.service .ser-point .box .title {
	font-size: 3.5rem;
	font-weight: 600;
	color: #4F9EB7;
	margin: 60px 0 70px;
	text-align: center;
	line-height:1.3;
}
#recruit.service .ser-point.style-bridal .box .title {
	color: #E55F99;
}

@media screen and (max-width: 768px) {
	#recruit.service .ser-point {
		padding: 0 0 40px;
	}
	#recruit.service .ser-point .inner {
		padding: 0 0 40px;
	}
	#recruit.service .ser-point .inner::before {
		right: 20px;
		background: url("../img/rec-ser-kakko1.png") center top / 35px auto no-repeat;
		width: 35px;
		height: 55px;
	}
	#recruit.service .ser-point .inner.style-bridal::before {
		background: url("../img/rec-ser-kakko1_2.png") center top / 35px auto no-repeat;
	}
	#recruit.service .ser-point .inner::after {
		left: 20px;
		background: url("../img/rec-ser-kakko2.png") center top / 35px auto no-repeat;
		width: 35px;
		height: 55px;
	}
	#recruit.service .ser-point .inner.style-bridal::after {
		background: url("../img/rec-ser-kakko2_2.png") center top / 35px auto no-repeat;
	}
	#recruit.service .ser-point .titlebox {
		margin: 0 0 30px;
	}
	#recruit.service .ser-point .box {
		background: url("../img/rec-mob-num1.png") center top / 50px auto #F5FDFF no-repeat;
		padding:20px 10px 20px;
		margin: 0 0 20px;
	}
	#recruit.service .ser-point .box.style2 {
		background: url("../img/rec-mob-num2.png") center top / 50px auto #F5FDFF no-repeat;
	}
	#recruit.service .ser-point .box.style3 {
		background: url("../img/rec-mob-num3.png") center top / 50px auto #F5FDFF no-repeat;
	}
	#recruit.service .ser-point .box.style4 {
		background: url("../img/rec-mob-num4.png") center top / 50px auto #F5FDFF no-repeat;
	}
	#recruit.service .ser-point.style-bridal .box {
		background: url("../img/rec-bri-num1.png") center top / 50px auto #F9F6F1 no-repeat;
	}
	#recruit.service .ser-point.style-bridal .box.style2 {
		background: url("../img/rec-bri-num2.png") center top / 50px auto #F9F6F1 no-repeat;
	}
	#recruit.service .ser-point.style-bridal .box.style3 {
		background: url("../img/rec-bri-num3.png") center top / 50px auto #F9F6F1 no-repeat;
	}
	#recruit.service .ser-point.style-bridal .box.style4 {
		background: url("../img/rec-bri-num4.png") center top / 50px auto #F9F6F1 no-repeat;
	}
	#recruit.service .ser-point .box .title {
		font-size: 2.0rem;
		margin: 30px 0 30px;
	}
	#recruit.service .ser-point .box.style1 .title {
		font-size: 2.0rem;
		margin: 22px 0 30px;
	}
}

/*キャリアプラン*/
#recruit.service .ser-traning .ser-traning-lead {
	background: #4F9EB7;
	padding: 60px 0 110px;
	position: static;
}
#recruit.service .ser-traning .ser-traning-lead.style-bridal {
	background: #E8818C;
}
#recruit.service .ser-traning .ser-traning-lead .titlebox .title-en,
#recruit.service .ser-traning .ser-traning-lead .titlebox .title-jp {
	color: #fff;
	text-align: center;
}
#recruit.service .ser-traning .inbox {
	width: 1300px;
	background: #fff;
	margin: 0 auto -70px;
	position: relative;
	top: -70px;
	padding: 60px 0;
}
#recruit.service .ser-traning .box .title {
	font-size: 2.0rem;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 25px;
	line-height: 1.3;
}
#recruit.service .ser-traning .box .title::before {
	content: "";
	background: #4F9EB7;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
}
#recruit.service .ser-traning .box {
	margin: 40px 0 0;
}
#recruit.service .flex {
	display:flex;
}
#recruit.service .flex .img {
	margin: 0 40px 0 0; 
}
#recruit.service .flex .img img {
	width: 330px;
}
#recruit.service .rec-intern {
	float: right;
	margin: 0 0 -10px 40px;
	width: 500px;
	position: relative;
	top: -100px;
}

@media screen and (max-width: 768px) {
	#recruit.service .ser-traning .ser-traning-lead {
		padding: 30px 0 30px;
		position: static;
	}
	#recruit.service .ser-traning .inbox {
		width: 100%;
		margin: 0;
		position: static;
		padding: 20px 0;
	}
	#recruit.service .ser-traning .box {
		margin: 30px 0 0;
	}
	#recruit.service .flex {
		display:block;
	}
	#recruit.service .flex .img {
		margin: 0 0 20px;
	}
	#recruit.service .flex .img img {
		width: 100%;
	}
	#recruit.service .rec-intern {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
		position: static;
	}
	#recruit.service .ser-internship {
		margin:20px 0 40px;
	}
}
