/*-----------*/
.mainVis{
	background:url(../img/career/head_image.jpg) no-repeat;
	background-size:100%;
}

.column{
	margin:100px auto;
}
h3{
	font-size:48px;
	font-weight:600;
	line-height:1;
}
h3 span{
	display:block;
	width:212px;
	margin:40px 0 0;
}
h3 span img{
	width:100%;
}

.job{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.job li{
	width:48.69%;
}
.job li:nth-of-type(odd) img{
	width:100%;
}

.job .overview{
	width:59.89%;
	max-width:563px;
	padding:0 0 40px 3.9vw;
	background:url(../img/career/overview.svg) no-repeat;
	background-position:left top;
	background-size:23px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.job .overview h4{
	margin:0 0 35px;
	font-size:42px;
	font-weight:600;
	line-height:1;
}
.job .overview span{
	display:inline-block;
	width:7.81vw;
	max-width:150px;
	padding:5px 0;
	margin:0 5px 0 0;
	text-align:center;
	background:#1B2951;
	color:#fff;
	line-height:1;
}
.job .overview p{
	padding:50px 0 0;
}
.worker{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:59.89%;
	max-width:563px;
	padding:0 0 100px 0;
}
.worker::after {
	content:"";
	width:30%;
}
.worker li{
	width:30%;
	margin:0 0 20px 0;
	text-align:center;
	line-height:1;
	font-size:20px;
}
.worker li img{
	width:100%;
	margin:0 0 15px;
}

.subVis img{
	width:100%;
}

@media screen and (max-width: 980px) {
	.mainVis{
		background:url(../img/career/head_image_sp.jpg) no-repeat;
		background-size:100%;
	}
	
	.column{
		margin:50px auto 45px;
	}
	h3{
		font-size:27px;
	}
	h3 span{
		width:123px;
		margin:5px 0 0;
	}
	
	.job{
		width:92%;
		margin:0 auto;
	}
	.job > li{
		width:100%;
	}
	.job > li:nth-of-type(odd){
		margin:0 auto 27px;
	}
	.job .overview{
		width:100%;
		padding:0 0 20px 10vw;
		background-size:3vw auto;
	}
	.job .overview h4{
		margin:0 0 12px;
		font-size:24px;
	}
	.job .overview span{
		width:26vw;
		font-size:10px;
		padding:5px 0;
	}
	.job .overview p{
		padding:25px 0 0;
	}
	
	.worker{
		width:79.7%;
		padding:0 0 40px 4%;
	}
	.worker li{
		margin:0 0 10px 0;
		font-size:12px;
	}
	.worker li img{
		margin:0 0 8px;
	}
}
