section.banner{
	background-image: url("../images/banner_recruit.png");
	min-height: 45vh;
}
section.content{
	background: #00009d;
	color: #fff;
	min-height: auto;
	padding-bottom: 75px;
}
section.content h1,
section.content h1+p,
section.content h2,
section.content h3,
section.content p{
	color: #fff;
} 
section.content h1:after{
	border-bottom-color: #fff;
}
section.content h3{
/*	border-bottom: #f00 1px solid;*/
	color:#ccc;
	font-size: 16px;
	line-height: 120%;
	margin: 0px;
}
section.content p{
	font-size: 14px;
}
section.content .work-list{
	margin-bottom: 10px;
}
section.icon{
	margin-top: -30px;
}
section.icon h2{
	font-size: 18px;
	margin-top: 0;
	color: #666;
}
section.icon ul.list-inline li{
	display: inline-block;
	margin-left: -5px;
	width: calc(100% / 3);
}
section.icon ul.list-inline li:first-child{
	margin-left: 0;
}

section.icon ul.list-inline li .icon-recruit{
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 60px;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 60px;
}
section.icon ul.list-inline li .icon-recruit img{
	position: relative;
	width: 60px;
}
section.icon ul.list-inline li .icon-recruit0 img{
	top: calc(-60px * 0);
}
section.icon ul.list-inline li .icon-recruit1 img{
	top: calc(-60px * 1);
}
section.icon ul.list-inline li .icon-recruit2 img{
	top: calc(-60px * 2);
}
section.icon ul.list-inline li img{
	opacity: .7;
}
section.icon ul.list-inline li:first-child img,
section.icon ul.list-inline li:hover img{
	opacity: 1;
}
@media(min-width: 768px){
	section.content h3{
		margin-bottom: 10px;
		padding-bottom: 5px;
		text-align: center;
	}
	section.icon{
		margin-top: -60px;
	}
	section.icon ul.list-inline li .icon-recruit{
		height: 120px;
		width: 120px;
	}
	section.icon ul.list-inline li .icon-recruit img{
		width: 120px;
	}
	section.icon ul.list-inline li .icon-recruit0 img{
		top: calc(-120px * 0);
	}
	section.icon ul.list-inline li .icon-recruit1 img{
		top: calc(-120px * 1);
	}
	section.icon ul.list-inline li .icon-recruit2 img{
		top: calc(-120px * 2);
	}
}