@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
	margin-left: 0;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* recruit
------------------------------------------------------ */
.recruit-lead{
	font-size: 1.8rem;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 30px;
}
.recruit-sub-lead{
	max-width: 837px;
  margin: 0 auto 40px;
  text-align: center;
}
.recruit-img{
	max-width: 837px;
  margin: 0 auto 100px;
	
}


/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* interview
------------------------------------------------------ */
.interview-bg{
	background: #E5F0EA;
	padding: 60px 40px 200px;
	margin-bottom: 100px;
}
.interview-wrap {
	position: relative;
	margin-bottom: 10px;
}
.interview-wrap:nth-of-type(1) .interview-triangle{
	background: url(images/triangle01.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 260px;
	position: absolute;
	bottom: -230px;
	right: -30px;
	background-position: center;
}
.interview-wrap:nth-of-type(2) .interview-triangle{
	background: url(images/triangle02.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 260px;
	position: absolute;
	bottom: -220px;
	right: -30px;
	background-position: center;
	
}
.interview-wrap:nth-of-type(3) .interview-triangle{
	background: url(images/triangle03.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 260px;
	position: absolute;
	bottom: -230px;
	right: -30px;
	background-position: center;
}
.interview-wrap:nth-of-type(4) .interview-triangle{
	background: url(images/triangle04.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 300px;
	position: absolute;
	bottom: -180px;
	right: -30px;
	background-position: center;
}
.interview-wrap:nth-of-type(5) .interview-triangle{
	background: url(images/triangle05.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 320px;
	position: absolute;
	bottom: -230px;
	right: -30px;
	background-position: center;
}

.interview-wrap:nth-of-type(6) .interview-triangle{
	background: url(images/triangle02.png) no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 320px;
	position: absolute;
	bottom: -180px;
	right: -30px;
	background-position: center;
}


.interview-num span,.occupation{
	color: #00B987;
}
.occupation span{
	color: #000;
}
.interview-num:after{
	content: '';
	background: #000;
	width: 6px;
	height: 1px;
	display: block;
}
.interview-contents{
	width: 50%;
	margin: 0 auto;
}
.interview-contents {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 30px;
}
.interview-name{
	margin-left: 14px;
}

.interview{
	position: relative;
}
.interview-wrap:nth-child(even){
	margin-left: auto;
}

.interview h3{
	position: absolute;
	right: 60px;
	top: 0;
}
.interview h3 span{
	display: block;
	margin-top: 20px;
}
.interview-wrap:nth-of-type(4) .interview-contents{
	padding-top: 120px;
}
.interview-wrap:nth-of-type(5) .interview-contents{
	padding-top: 120px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.interview-bg{
		padding: 60px 20px 40px;
	}
	.interview h3{
		position: static;
	}
	.interview-wrap{
		height: 400px;
	}
	.interview-wrap:nth-of-type(1) .interview-triangle{
		bottom: 0;
	}
	.interview-wrap:nth-of-type(2) .interview-triangle{
		bottom: 0;
	}	
	.interview-wrap:nth-of-type(3) .interview-triangle{
		bottom: 0;
	}	
	.interview-wrap:nth-of-type(4) .interview-triangle{
		bottom: 0;
	}	
	.interview-wrap:nth-of-type(5) .interview-triangle{
		bottom: 0;
	}}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
.interview-wrap {
  width: 48%;
}
	
}
/* requirements
------------------------------------------------------ */
.requirements-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.requirements-wrap h3 span,.entry-wrap h3 span{
	display: block;
	margin-top: 20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.requirements-wrap{
		flex-direction: column;
	}
	.entry-wrap{
		flex-direction: column-reverse;
	}
	.requirements-txt,.entry-txt{
		width: 100%;
		margin-top: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.requirements-img,.entry-img{
		width: 48%;
	}
	.requirements-txt,.entry-txt{
		width: 40%;
	}
}

