.mainvisual{
	background: url(../images/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainvisual-logo.png) no-repeat center center;
	background-size: 204px auto;
}

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

////////////////////////*/
.requirements{
	padding-bottom: 0;
}
.introduction{
	padding: 0 0 0px;
	text-align: center;
}
.introduction p{
	font-size: 16px;
	line-height: 34px;
	color: #242424;
}

.work-image{
	width: 100%;
	max-width: 376px;
	height: 275px;
	overflow: hidden;
	margin: 50px auto;
	background: url(../images/work-image.jpg) no-repeat center center;
	background-size:100% auto;
}
.requirements .introduction strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 35px;
}
@media (max-width:750px) {
	.introduction p{
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.introduction strong{
		width: 100%;
		text-align: center;
	}
}
/*/////////////////////////

////////////////////////*/
.newGraduates{
	width: 100%;
	position: relative;
	background: #E7E7E7;
}
.newGraduates::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #303030;
}

.newGraduates-cnt{
	position: relative;
	overflow: hidden;
	background: #E7E7E7;
}
.newGraduates-cnt::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	background: #303030;
}
.lineBlock{
	position: absolute;
	top: 0;
	left: -1px;
	width: 10%;
	height: 100%;
	overflow: hidden;
}
#line{
	width: 100%;
	height: 100%;
}

.newGraduates-ttl{
	position: relative;
	float: left;
	width: 20%;
	padding: 60px 0;
}
.newGraduates-ttl h2{
	min-height: 31px;
	background: url(../images/requirements/ttl-newgraduates.png) no-repeat left center;
	background-size: auto 31px;
}
.newGraduates-body{
	position: relative;
	float: left;
	width: 80%;
}
.newGraduates-body{
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0;
}
.newGraduates-body-inner{
	padding-left: 15%;
}

.newGraduates-active{
	display: inline-block;
}
.newGraduates-active-txt{
	width: 100%;
	background: url(../images/requirements/arrow-new-graduates.png) no-repeat center 90%;
	background-size:47px auto;
	padding-bottom: 50px;
}

.recruit-link{text-align: center; padding: 10px 0;}
.recruit-link a{
	display: inline-block;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
	margin: 0 5px;
}
.recruit-link a:hover{opacity: 0.7;}
.recruit-link img{
	border:0px;
}
@media (max-width:750px) {
	.newGraduates-cnt{width: 100%;}
	.newGraduates::before{display: none;}
	.newGraduates-cnt::before{display: none;}
	.lineBlock{display: none;}
	.newGraduates-ttl{
		float: none;
		width: 100%;
		padding: 20px 0;
		overflow: hidden;
		background: #303030;
	}
	.newGraduates-ttl h2{
		background-position: center top;
	}
	.newGraduates-body-inner{
		padding: 10px 5%;
	}
	.newGraduates-body{
		float: none;
		width: 100%;
		padding: 30px 0;
	}
	.newGraduates-active{width: 100%;}
}

/*///////////////////////////
//////////////////////////*/
.requirements .midCareer{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.requirements .midCareer h2{
	position: relative;
	width: 100%;
	height: 56px;
	background: url(../images/h2-requirements.png) no-repeat center top;
	background-size: auto 100%;
	margin: 80px auto 50px;
}

.midCareer-table{
	width: 100%;
	border-collapse:collapse;
}
.midCareer-table th,
.midCareer-table td{
	border-bottom: 1px dotted #aaa;
}
.midCareer-table th{
	padding: 16px;
	font-weight: normal;
	background: #e7f3ff;
	font-size: 14px;
	text-align: left;
	color: #242424;
	vertical-align: top;
	width: 100px;
}
.midCareer-table td{
	padding: 16px 60px;
	color: #242424;
}
.midCareer-table td p{
	line-height: 24px;
}
.midCareer-table .midCareer-line th{
	padding: 0;
	border-bottom: 4px solid #0a35e4;
}
.midCareer-table .midCareer-line td{
	padding: 0;
	border-bottom: 4px solid #aaa;
}
.midCareer-table strong{
	font-size: 18px;
	color: red;
}
@media (max-width:750px) {
	.requirements .midCareer h2{
		height: 45px;
	}
	.midCareer h3{
		height: 18px;
	}
	.midCareer-ttl{
		height: 18px;
		margin-bottom: 10px;
	}
	.midCareer-table th{
		padding: 5px;
		width: 90px;
	}
	.midCareer-table td{
		padding: 5px;
	}
}
.session-tel{
	width: 100%;
	text-align: center;
}
.session-tel img{
	margin-top: 50px;
	width: 100%;
	max-width: 524px;
}


/*///////////////////////////
//////////////////////////*/
.qa{
	padding: 0;
}
.qa .introduction{
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1.5px;
	padding: 80px 0;
	text-align: center;
}
.qBlock{
	position: relative;
	width: 100%;
	padding: 60px 0;
}
.qBox{
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #FFF;
	border:1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}

.qBox::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0%;
	width: 6px;
	height: 100%;
	background: #0a35e4;
}
.question{
	position: relative;
	width: 100%;
	padding: 25px;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.question:hover{
	background: #F7f7f7;
}

.qtxt{
	display: inline-block;
	padding-right: 35px;
}
.answer .qtxt{font-weight: normal;}
.question-inner{
	position: relative;
	width: 100%;
	min-height: 21px;
	padding: 0 0 0 70px;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
	background: url(../images/qa/plus.gif) no-repeat right center;
}
.qBox.qopen .question-inner{
	background-image: url(../images/qa/minus.gif);
}
.answer-inner{
	position: relative;
	width: 90%;
	padding: 0 0 0 70px;
}



.qindex{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 50px;
}
.question-line{
	position: relative;
	width: 97%;
	height: 0px;
	overflow: hidden;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: height;
	-moz-transition-duration: .4s;
}
.qBox.qopen .question-line{
	height: 3px;
}

.question-line::before{
	content:"";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 70px;
	width: 100%;
	height: 3px;
	background: url(../images/qa/q-line.gif) repeat-x;
}
.qBox.qopen .question-line::before{
	visibility: visible;
}

.answer{
	font-weight: bold;
	width: 100%;
	max-height: 0;
	padding: 0 25px;
	overflow: hidden;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: height;
	-moz-transition-duration: .4s;
}
.qBox.qopen .answer{
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 1000px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa .midCareer,.other{
	background: url(../images/bg_.png);
}
.newGraduaters,.afterJoined{
	background: url(../images/bg.png);
}
.newGraduaters h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-newgraduaters.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.qa .midCareer h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-midcareer.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.afterJoined h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-after.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.other h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-other.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
@media (max-width:500px) {
	.newGraduaters h2,.qa .midCareer h2,.afterJoined h2,.other h2{height: 38px;}
}

/*///////////////////////////
//////////////////////////*/
.interview{
	padding: 0;
}
.interview .introduction{
	background: url(../images/bg-pattern0.gif);
	color: #FFF;
	padding: 85px 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.interview .ttl{
	position: relative;
	background: url(../images/bg_.png);
	padding: 80px 0 50px;
}
.interview .ttl h2{
	width: 100%;
	height: 55px;
	background: url(../images/interview/h2-interview.png) no-repeat center top;
	background-size: auto 100%;
	margin-bottom: 40px;
}

.interview-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.interview-item{
	float: left;
	width: 33%;
}
.interview-item a{
	position: relative;
	display: block;
	width: 69%;
	max-width: 230px;
	margin: 0 auto;
	padding-bottom: 75%;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.detail{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.interview-item a:hover .detail{
	background: rgba(255,232,232,0.9);
}

.detail-inner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 5px;
}

.detail-inner .name{
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.detail-inner .name .name-roma{
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #0a35e4;
}
.role-block{
	padding: 3px 0;
	text-align: center;
}
.role-block span{
	display: inline-block;
	padding: 3px 5px;
	font-size: 10px;
	border: 2px solid #686868;
	color: #686868;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background,color;
	-moz-transition-duration: .4s;
}
.interview-item a:hover .role-block span{
	color: #FFF;
	background: #686868;
}

@media (max-width:1000px) {
	.interview-item a{
		width: 90%;
		padding-bottom: 100%;
		max-width: none;
	}
}
@media (max-width:850px) {
	.detail-inner .name .name-roma{
		display: block;
	}
}


@media (max-width:750px) {
	.interview .introduction{
		text-align: left;
		padding: 50px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.interview-item{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.interview-item a{
		width: 90%;
		padding-bottom: 98%;
		max-width: none;
	}
	.detail-inner .name .name-roma{
		font-size: 12px;
	}
}

/*/////////////////////////
	wanted
////////////////////////*/
.wanted{
	padding: 0;
}
.wanted .introduction{
	background: url(../images/bg-pattern0.gif);
	color: #FFF;
	padding: 85px 0;
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1.5px;
}
.about-wanted{
	position: relative;
	width: 100%;
	background: url(../images/bg.png);
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.about-wanted h2{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 70px;
	background: url(../images/wanted/h2-wanted.png) no-repeat center top;
}

.type-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.type-item{
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.type-item:nth-child(even){
	background: #F9F9F9;
}
.type-item .cnt-inner{
	overflow: hidden;
}
.type-photo img{max-width: 100%;}

.type-item:nth-child(odd) .type-photo{
	float: left;
	width: 42%;
}
.type-item:nth-child(odd) .type-info{
	float: right;
	width: 55%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 50px;
	font-size: 14px;
	line-height: 26px;
}
.type-item:nth-child(even) .type-photo{
	float: right;
	width: 42%;
}
.type-item:nth-child(even) .type-info{
	float: left;
	width: 55%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 50px;
	font-size: 14px;
	line-height: 26px;
}


.type-info h3{
	width: 100%;
	height: 42px;
	margin-bottom: 30px;
	background:no-repeat left center;
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
}
.type-dream .type-info h3{background-image:url(../images/wanted/h3-dream.png);}
.type-aspiration .type-info h3{background-image:url(../images/wanted/h3-aspiration.png);}
.type-communication .type-info h3{background-image:url(../images/wanted/h3-communication.png);}
.type-like .type-info h3{background-image:url(../images/wanted/h3-like.png);}

@media (max-width:800px) {
	.type-item{padding: 30px 0;}
	.type-item:nth-child(odd) .type-photo,
	.type-item:nth-child(odd) .type-info,
	.type-item:nth-child(even) .type-photo,
	.type-item:nth-child(even) .type-info{
		float: none;
		width: 100%;
		padding: 0;
	}
	.type-item:nth-child(odd) .type-photo,
	.type-item:nth-child(even) .type-photo{
		text-align: center;
		padding: 30px 0;
	}
	.about-wanted{
		text-align: left;
	}
	.about-wanted h2{
		position: relative;
		width: 90%;
		height: 82px;
		margin: 0 auto 30px;
		background: url(../images/wanted/h2-wanted_.png) no-repeat center top;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
	.wanted .introduction{
		text-align: left;
		padding: 50px 0;
		font-size: 14px;
		line-height: 24px;
	}
}

/*/////////////////////////
	system
////////////////////////*/
.system{
	padding: 0;
}
.training{
	position: relative;
	width: 100%;
	background: url(../images/system/bg-training.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1.5px;
}
.training::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/system/cover_training.png);
}
.training h2{
	position: relative;
	width: 100%;
	padding-bottom: 56px;
	background: url(../images/system/h2-training.png) no-repeat center top;
	background-size: auto 100%;
	margin-bottom: 60px;
}
.training-txt{
	padding-bottom: 40px;
}

.contact{
	margin-top: 40px;
	text-align: center;
}

.other-recruit{
	margin-bottom: 20px;
	font-size: 30px;
}

.link-contact{
	display: inline-block;
	width: 80%;
	max-width: 400px;
	border:2px solid #000;
	padding: 5px;
	color: #242424;
	text-decoration: none;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
	font-weight: 600;
	font-size: 16px;
}

.link-contact:hover{
	background: rgba(255,255,255,0.4);
}

.link-contact span{
	display: inline-block;
	padding: 0 0 0 25px;
	background: url(../images/ic-taxi-bk.png) no-repeat left center;
	-webkit-background-size: 19px auto;
	     -o-background-size: 19px auto;
	        background-size: 19px auto;
}

.system .career{
	padding: 80px 0;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.system .career h2{
	position: relative;
	width: 100%;
	max-width: 410px;
	padding-bottom: 56px;
	background: url(../images/system/h2-career.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 auto 60px;
}
.system .career-body{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.system .career-photo{
	padding: 60px 0;
}
.system .career-photo img{
	max-width: 100%;
}

.system .other-action{
	position: relative;
	width: 100%;
	background: url(../images/bg.png);
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.system .other-action h2{
	position: relative;
	width: 100%;
	max-width: 410px;
	padding-bottom: 56px;
	background: url(../images/system/h2-culb.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 auto 60px;
}

.system .social,
.system .club{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0;
	font-size: 14px;
	line-height: 30px;
}

.system .club{
	padding-bottom: 80px;
}
.system .social .ttl,
.system .club .ttl{
	width: 45%;
}
.system .social .ttl p,
.system .club .ttl p{
	text-align: left;
	padding: 20px;
}

.system .social .photo,
.system .club .photo{
	width: 50%;
}
.system .social .photo img,
.system .club .photo img{
	max-width: 90%;
}
.system .social .ttl,
.system .club .photo{
	float: left;
}
.system .club .ttl,
.system .social .photo{
	float: right;
	text-align: right;
}
.system .social h3,
.system .club h3{
	position: relative;
	width: 100%;
	padding-bottom: 35px;
	background-position: 10px top;
	background-repeat: no-repeat;
	background-size: auto 23px;
}
.system .social h3::before,
.system .club h3::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #AAA;
}
.system .social h3{ background-image: url(../images/system/ttl-social.png);}
.system .club h3{ background-image: url(../images/system/ttl-club.png);}
@media (max-width:750px) {
	.training{
		padding: 50px 0;
		line-height: 24px;
	}
	.training h2{
		margin-bottom: 30px;
	}
	.training p{
		text-align: left;
	}
	.system .career-body{width: 100%; text-align: left;}
	.system .career{
		font-size: 14px;
		line-height: 24px;
	}
	.system .career h2{
		background-image: url(../images/system/h2-career_.png);
		background-size: 260px auto;
		padding-bottom: 100px;
		margin-bottom: 30px;
	}
	.system .other-action h2{
		background-image: url(../images/system/h2-culb_.png);
		background-size: 100% auto;
		padding-bottom: 100px;
		margin-bottom: 30px;
		max-width: 342px;
	}
	.system .social,
	.system .club{
		padding: 30px 0;
		line-height: 24px;
	}
	.system .other-action{
		padding: 50px 0;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.system .social h3, .system .club h3{
		background-position: left top;
	}
	.system .social .ttl, .system .club .photo,
	.system .club .ttl, .system .social .photo{
		float: none;
		text-align: center;
	}
	.system .social .ttl, .system .club .ttl,
	.system .social .photo, .system .club .photo{
		width: 100%;
	}
	.system .social .ttl p, .system .club .ttl p{
		padding: 10px 0;
	}
}
