@charset "UTF-8";
.pc-none{display: none;}
.is-hover-fade{
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
}

.is-hover-fade:hover{
	opacity:0.7;
}
.section-main:before{
	content:"";
	background:url(../../img/recruit/bg-recruit.png) no-repeat;
	width:980px;height:237px;
	position: absolute;
	left:50%;
	margin-left:-490px;
	top:50%;margin-top:-219px;
}
.section-main .logo{
	position: absolute;
	left:35px;top:35px;
}

.section-main .close{
	position: absolute;
	right:35px;top:35px;
}

.main-box{
	width:640px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-box .article-title{
	margin-bottom: 15px;
}
.main-box .black-box{
	background-color:#000;
	padding:65px 25px;
	line-height: 31px;
	text-align: center;
	color:#fff;
}
.main-box .black-box .mail{
	margin-top:40px;
}
.main-box .black-box .mail a{
	color:#a9884d;
	font-size:16px;
	margin-left:20px;
	text-decoration: underline;
}

.text-copy{
	color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 10px;
}




