

/*//////////////////

/////////////////*/
.mainvisual{
	position: relative;
	background: url(../images/mainvisual_recruit.jpg) no-repeat center top fixed;
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
}
.inner_mainvisual{
	min-height: 300px;
	background-image: url(../images/mainvisual.jpg);
	-webkit-background-size: auto;
	     -o-background-size: auto;
	        background-size: auto;
	background-position: center 90px;
	background-attachment: fixed;
}

.inner_mainvisual .cnt_inner{
	height: 400px;
}
.inner_mainvisual.min{
	min-height: 250px;
}
.inner_mainvisual.min .cnt_inner{
	height: 250px;
}


.main-box{
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 630px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-border-radius: 7px;
	        border-radius: 7px;
}
.min .main-box{
	width: 480px;
}

.main-box:before{
	content: "";
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/mainvisual.jpg);
	-webkit-background-size: auto;
	     -o-background-size: auto;
	        background-size: auto;
	background-position: center 90px;
	background-attachment: fixed;
}
@media (max-width:1050px) {
	.inner_mainvisual{
		margin-top: 120px;
		background-position: 0 120px;
	}
	.main-box:before{
		background-position: 0 120px;
	}
}
@media (max-width:745px) {
	.inner_mainvisual{
		margin-top: 50px;
	}
	.main-box:before,
	.inner_mainvisual{
		background-position: center 50px;
	}
}

.main-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 49deg, rgb(255,166,100) 0%, rgb(255,212,157) 99%);
	background-image: -webkit-linear-gradient( 49deg, rgb(255,166,100) 0%, rgb(255,212,157) 99%);
	background-image: -ms-linear-gradient( 49deg, rgb(255,166,100) 0%, rgb(255,212,157) 99%);
	z-index: 10;
	opacity: 0.3;
}
#recruit_ttl{
	position: relative;
	width: 153px;
	height: 29px;
	background: url(../images/ttl_recruit.png) no-repeat;
	-webkit-background-size: 153px auto;
	     -o-background-size: 153px auto;
	        background-size: 153px auto;
}
.recruit-item{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.main-cp{
	position: relative;
	z-index: 10;
	padding: 20px;
}
.main-cp img{
	width: 485px;
	max-width: 90%;
}
/*//////////////////

/////////////////*/
.main-cp-txt{
	position: relative;
	z-index: 10;
	padding: 20px;
}
.main-cp-txt img{
	width: 431px;
	max-width: 90%;
}
/*///////////////////

//////////////////*/
.entry_area{
	width: 100%;
	padding: 10px 0 50px;
	text-align: center;
}
.entry_area .mail {
	padding: 30px 0;
}
.entry_area .mail a{
	opacity: 1;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
}
.entry_area .mail a:hover{
	opacity: 0.7;
}
.entry_area .mail img{
	width: 320px;
}
@media (max-width:745px) {
	.entry_area img{
		width: 100%;
		max-width: 320px;
	}
}

/*///////////////////////////
	interview-navi
//////////////////////////*/
.service-navi{
	position: relative;
	background: #F7F7F7;
	overflow: hidden;
	padding: 30px 0 0;
}
.service-navi ul{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.service-navi li{
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 5px 0;
}
.service-navi li.active{
	padding: 0;
}

.service-navi li .navi-inner{
	display: block;
	margin: 0 auto;
	width: 91.59%;
	height: 130px;
	background: #FFF;
}
.service-navi li a{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: inline-block;
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 130px;
	color: #052E56;
	overflow: hidden;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
	background: #FFF;
}
.service-navi li.active a{
	color: #FFF;
	padding: 1.5% 1%;
	border: 1px solid #CCC;
}
.service-navi li a .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background-position: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.service-navi li a .info{
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.service-navi li.active a .photo,.service-navi li.active a .info{
	top: 3%;
	height: 92.5%;
	background-color: #052E56;
}
.service-navi li.active a .photo{
	left: 1%;
}
.service-navi li.active a .info{
	right: 1%;
}

.service-navi .role{
	display: inline-block;
	width: 80%;
	text-align: left;
	font-size: 13px;
}
.service-navi .name{
	display: inline-block;
	width: 80%;
	text-align: left;
	font-size: 16px;
}
@media (max-width:745px) {
	.service-navi li{
		width: 100%;
		margin-bottom: 10px;
	}
	.service-navi li.active{
		margin-bottom: 25px;
	}
}

#interview h1{
	position: relative;
	width: 100%;
	height: 28px;
	background: url(../images/ttl_interview_.png) no-repeat;
	-webkit-background-size: auto 28px;
	     -o-background-size: auto 28px;
	        background-size: auto 28px;
	margin: 30px auto 50px;
}
/*///////////////////////////
	interview-list
//////////////////////////*/
.interviewList{
	position: relative;
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
}
.interviewList li{
	position: relative;
	padding-bottom: 60px;
	width: 100%;
	overflow: hidden;
}
.photoLayout .txt-box{
	float: left;
	width: 65%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.photoLayout .photo-box{
	float: left;
	width: 35%;
	text-align: right;
}
.photoLayout .photo-box img{
	max-width: 100%;
}
@media (max-width:745px) {
	.photoLayout .txt-box{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.photoLayout .photo-box{
		float: none;
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
}
.interviewList .question{
	font-size: 16px;
	color: #052e56;
	font-weight: bold;
	padding-bottom: 30px;
}
.interviewList .answer{
	font-size: 14px;
}
/*///////////////////////////
	interview-main
//////////////////////////*/
.interview-main{
	position: relative;
	margin-top: 45px;
	width: 100%;
	overflow: hidden;
	background: #052E56;
}
.interview-maintext{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	padding-bottom: 40px;
}
.main-text{
	padding: 45px 45px 10px;
	font-size: 20px;
	line-height: 40px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.interview-main .photo{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.interview-role{
	padding: 0 40px;
	color: #FFF;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: right;
}
.interview-role span{
	display: block;
}
@media (max-width:745px) {
	.interview-main{
		height: auto;
	}


	.main-text,
	.interview-role{
		padding: 20px;
	}
	.interview-maintext{
		padding-bottom: 20px;
	}

	.interview-main .interview-maintext,
	.interview-main .photo{
		float: none;
		position: relative;
		width: 100%;
	}
	.interview-main .photo{
		height: 200px;
	}
}


/*//////////////////

/////////////////*/
.entry_area{
	width: 100%;
	padding: 10px 0 50px;
	text-align: center;
}
.entry_area .mail {
	padding: 30px 0;
}
.entry_area .mail a{
	opacity: 1;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
}
.entry_area .mail a:hover{
	opacity: 0.7;
}
.entry_area .mail img{
	width: 320px;
}
@media (max-width:745px) {
	.entry_area img{
		width: 100%;
		max-width: 320px;
	}
}

/*//////////////////////

//////////////////////*/
.other-recruit{
	position: relative;
	width: 100%;
	height: 48px;
	overflow: hidden;
	background: #F7F7F7;
}
.link-message_l{
	float: left;
	display: inline-block;
	width: 144px;
	height: 48px;
	background: url(../images/link-mesasge_l.png) no-repeat;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.link-message_l:hover{background-image: url(../images/link-mesasge_l_.png);}
.link-qa_r{
	float: right;
	width: 64px;
	height: 48px;
	background: url(../images/link-qa_r.png) no-repeat;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.link-qa_r:hover{background-image: url(../images/link-qa_r_.png);}

