@charset "UTF-8";

#recruit-header {
	background-image: url(../img/recruit-main.jpg);
}

/* #recruit-01 h1{margin-bottom: 49px;} */
#recruit-01{margin-bottom: 70px;}
#recruit-01 h1 img{width: 772px;}
#recruit-01 p{padding: 0 80px;line-height: 2;letter-spacing: 0.05em;}
@media (max-width: 960px) {
	#recruit-01 p{padding: 0;}
}
@media (max-width: 768px) {
	#recruit-01{margin-bottom: 35px;}
}

#recruit-02{
	padding: 70px 0 100px;
	background: url(../img/ichi-back.png) repeat center top;
}
#recruit-02 h1 img{width: 335px;}
ul#photolist{width: 100%;margin: 0;}
ul#photolist li {float: left;width: 25%;}
ul#photolist li img{width: 100%;}
ul#photolist li a{
	position: relative;
	display: block;
	overflow: hidden;
}
ul#photolist li a:after{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
ul#photolist li a:hover:after{background-color: rgba(35,26,106,0.8);}
ul#photolist li a img{
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 768px) {
	ul#photolist li {width: 50%;}
}

#recruit-03{padding: 75px 0 0px;}
#recruit-03 h1 img{width: 164px;}
#recruit-03 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	line-height: 60px;
	background-color: #231A6A;
	margin-bottom: 25px;
}
#recruit-03 table {width: 100%;border-top: 1px dotted #999;margin-bottom: 50px;}
#recruit-03 th,#recruit-03 td{
	vertical-align: middle;
	padding: 21px 30px;
	border-bottom: 1px dotted #999;
}
#recruit-03 th{
	width: 230px;
	background-color: #e9e8f0;
}
#recruit-03 h3{text-align: center;margin-bottom: 40px;}
#recruit-03 h3 img{width: 194px;}
#recruit-03 td ul li{
	margin-bottom: 10px;
	padding-left: 1em;
	background: url(../img/recruit-li.png) no-repeat left 8px;
	background-size: 7px;
}
#recruit-03 td ul li:last-child{margin-bottom: 0;}
@media (max-width: 960px) {
	#recruit-03 th{width: 180px;}
}
@media (max-width: 768px) {
	#recruit-03 h2 {line-height: 45px;}
	#recruit-03 table {margin-bottom: 25px;border: none;}
	#recruit-03 th,#recruit-03 td{display: block;width: 100%;padding: 10px 20px;}
	#recruit-03 td{margin-bottom: 10px;border: none;}
	#recruit-03{padding: 35px 0 0px;}
}

#recruit-banner{
	width: 100%;
	min-height: 320px;
	background: url(../img/recruit-banner.jpg) no-repeat center center;
	background-size: cover;
}
#recruit-banner a{
	width: 100%;
	height: 100%;
	min-height: 320px;
	display: table;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: rgba(35,26,106,0.5);
}
#recruit-banner-inner{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #8996cf;
}
#recruit-banner a h1{margin-bottom: 30px;line-height: 1;}
#recruit-banner a h1 img{width: 376px;}
#recruit-banner a p{letter-spacing: 0.2em;margin-bottom: 30px;}
#recruit-banner a span#toform{
	display: inline-block;
	width: 250px;
	border: 1px solid #fff;
	line-height: 45px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-weight: bold;
}
#recruit-banner a:hover{background-color: rgba(35,26,106,0.8);}
#recruit-banner a:hover span#toform{background-color: #fff;color: #231a6a;}
@media (max-width: 768px){
	#recruit-banner a h1{margin-bottom: 18px;line-height: 1;}
	#recruit-banner{min-height: 300px;}
	#recruit-banner a span#toform{width: 230px;}
}