.recruitment_section{	
	background: #22325f;
	background: -moz-linear-gradient(left, #22325f 0%, #2782b3 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #22325f), color-stop(100%, #2782b3));
	background: -webkit-linear-gradient(left, #22325f 0%, #2782b3 100%);
	background: -o-linear-gradient(left, #22325f 0%, #2782b3 100%);
	background: -ms-linear-gradient(left, #22325f 0%, #2782b3 100%);
	background: linear-gradient(to right, #22325f 0%, #2782b3 100%);
	padding: 90px 0 110px 0;
}
.recruitment_section .inner{
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.recruitment_section h2{
	color: #fff;
	font-size: 16px;
	line-height: 3.3;
	letter-spacing: 3px;
    font-weight: normal;
}
.recruitment_section h3{
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: 10px;
    font-weight: normal;
}
.recruitment_section .sub_ttl_1{
	color: #fff;
	font-size: 18px;
	line-height: 1.8;	
	margin: 50px 0 20px 0;
	letter-spacing: 3px;
    font-weight: bold;
}
.recruitment_section .sub_ttl_2{
	color: #fff;
	font-size: 24px;
	line-height: 1.4;	
	margin-bottom: 40px;
	letter-spacing: 4px;
    font-weight: normal;
}
.recruitment_section .txt{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 80px;
}
.btn_detail{
	position: relative;
	overflow:hidden;
	display: inline-block;
	background: #fff;
}
.btn_detail span{
	display: inline-block;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	font-size: 16px;
	color: #22325f;
	background: url(../img/icon_arrow.png) right 65px center no-repeat;
	-webkit-background-size: 6px auto;
       -o-background-size: 6px auto;
          background-size: 6px auto;
	padding: 22px 108px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.btn_detail:before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: #22325f;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.btn_detail:hover:before{
	left: 0;
}
.btn_detail:hover span{
	background: url(../img/icon_arrow_white.png) right 57px center no-repeat;
	color: #fff;
	-webkit-background-size: 6px auto;
       -o-background-size: 6px auto;
          background-size: 6px auto;
}

/*For SP*/
@media only screen and (max-width: 979px) {
	.recruitment_section{	
		background: #22325f;
		background: -moz-linear-gradient(left, #22325f 0%, #2782b3 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, #22325f), color-stop(100%, #2782b3));
		background: -webkit-linear-gradient(left, #22325f 0%, #2782b3 100%);
		background: -o-linear-gradient(left, #22325f 0%, #2782b3 100%);
		background: -ms-linear-gradient(left, #22325f 0%, #2782b3 100%);
		background: linear-gradient(to right, #22325f 0%, #2782b3 100%);
		padding: .9rem 0 1.1rem 0;
	}
	.recruitment_section .inner{
		width: 6.25rem;
		margin: 0 auto;
		text-align: center;
	}
	.recruitment_section h2{
		color: #fff;
		font-size: .22rem;
		line-height: 2.4;
		letter-spacing: .03rem;
	    font-weight: normal;
	}
	.recruitment_section h3{
		color: #fff;
		font-size: .42rem;
		line-height: 1.8;
		letter-spacing: .1rem;
	    font-weight: normal;
	}
	.recruitment_section .sub_ttl_1{
		color: #fff;
		font-size: .3rem;
		line-height: 1.1;	
		margin: .8rem 0 .5rem 0;
		letter-spacing: .03rem;
	    font-weight: bold;
	}
	.recruitment_section .sub_ttl_2{
		color: #fff;
		font-size: .3rem;
		line-height: 1.1;	
		margin-bottom: .8rem;
		letter-spacing: .04rem;
	    font-weight: normal;
	}
	.recruitment_section .txt{
		color: #fff;
		font-size: .28rem;
		line-height: 1.7;
		margin-bottom: 1.2rem;
	}
	.btn_detail{
		position: relative;
		overflow:hidden;
		display: inline-block;
		background: #fff;
	}
	.btn_detail span{
		display: inline-block;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
		font-size: .24rem;
		color: #22325f;
		background: url(../img/icon_arrow_01.png) right .37rem center no-repeat;
		padding: .38rem 1.9rem;
		font-weight: bold;
		position: relative;
		z-index: 1;
		background-size: .12rem;
	}
	.btn_detail:before{
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		background: #22325f;
		width: 100%;
		height: 100%;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	.btn_detail:hover:before{
		left: 0;
	}
	.btn_detail:hover span{
		background: url(../img/icon_arrow_white_01.png) right .37rem center no-repeat;
		color: #fff;
		background-size: .12rem;
	}

}