@charset "UTF-8";


/*/////////////////// under_mv ///////////////////*/
.under_mv {
  background: url(../img/interview/mv.jpg) center / cover no-repeat;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_mv {
    background: url(../img/interview/mv_sp.jpg) center / cover no-repeat;
    position: absolute;
  }

}

main {
    overflow: hidden;
}

/*/////////////////// anchor ///////////////////*/
#interview_anchor.anchor{
	margin-top: 6px !important;
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	#interview_anchor.anchor{
		margin-top: 1px !important;
	}

}


/*/////////////////// interview_menu ///////////////////*/
.interview_menu{
	margin-top: -225px;
	z-index: 1;
	position: relative;
}
.interview_menu .inner{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	/*gap: 55px 3.6%;*/
	gap: 75px 2.4%;
}
.interview_menu a{
/*	width: 340px;*/
	/*width: 30.9%;*/
	width: 23.2%;
	position: relative;
}
.interview_menu a.current{
	pointer-events: none;
}
.interview_menu a.current .interview_menu--txt{
	background-color: #550400;
}
.interview_menu--img{
/*	width: 320px;*/
	width: 94%;
}
.interview_menu--txt {
    /* width: 320px; */
    width: 94%;
    /* height: 160px; */
    height: auto;
    background-color: #707070;
    color: #fff;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: flex-start;
    padding: 10px 5% 15px;
    /* margin-top: -130px; */
    position: absolute;
    right: 0;
    bottom: -30px;
    transition: 0.3s;
}
.interview_menu--txt .section{
	/*font-size: 14px;*/
	font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 200;
	line-height: 2;
	/*padding-bottom: 0.75em;*/
}
.interview_menu--txt .name{
	/*font-size: 30px;*/
	font-size: clamp(20px, 1.5vw, 30px);
	font-weight: 500;
	margin-top: 0.25em;
	/*margin-top: auto;*/
}
.interview_menu--txt .year{
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: 200;
	margin-top: 1.1em;
}


.interview_menu.interview_foot{
	margin-top: 130px;
	padding-bottom: 225px;
	padding-top: 0;
	position: relative;
}
.interview_menu.interview_foot::after{
	content: '';
	/*background: url(../img/interview/interview_foot.jpg) center / cover no-repeat;*/
	background-color: #610500;
	width: 100%;
	height: 610px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.interview_menu.interview_foot .inner{
	padding-top: 100px;
	z-index: 1;
	position: relative;
}



/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.interview_menu a:hover .interview_menu--txt{
		background-color: #550400;
	}
	/*.interview_menu a:nth-child(n + 4){
		margin-top: 55px;
	}*/

	
	.interview_menu.interview_foot .inner::before{
		content: '';
		width: calc(100% - 40px);
		height: 2px;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 20px;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.interview_menu{
		padding-top: 380px;
		margin-top: 0;
	}
	.interview_menu a{
		width: 48%;
	}
	.interview_menu a:nth-child(n + 3){
		margin-top: 20px;
	}
	.interview_menu--img{
		width: 94%;
	}
	.interview_menu--txt{
		width: 94%;
		height: auto;
		margin-top: -15.5vw;
		position: relative;
		right: -6%;
		padding: 15px 7%;
	}
	.interview_menu--txt .section{
		font-size: 12px;
		line-height: 1.5;
		padding-bottom: 0.5em;
	}
	.interview_menu--txt .name{
		font-size: 20px;
		margin-top: auto;
	}
	.interview_menu--txt .year{
		font-size: 12px;
	}

	.interview_menu.interview_foot .inner{
		padding-top: 0;
	}

	.interview_menu.interview_foot{
		margin-top: 60px;
		padding-bottom: 120px;
	}
	.interview_menu.interview_foot::after{
		height: 500px;
	}



}

/*/////////////////// interview_contents ///////////////////*/
.contents_mv{
	width: 100%;
	height: 840px;
	margin-top: 150px;
}
.interview01 .contents_mv{
	background: url(../img/interview/interview01_01.jpg) top center / cover no-repeat;
}
.interview02 .contents_mv{
	background: url(../img/interview/interview02_01.jpg) top center / cover no-repeat;
}
.interview03 .contents_mv{
	background: url(../img/interview/interview03_01.jpg) top center / cover no-repeat;
}
.interview04 .contents_mv{
	background: url(../img/interview/interview04_01.jpg) top center / cover no-repeat;
}
.interview05 .contents_mv{
	background: url(../img/interview/interview05_01.jpg) top center / cover no-repeat;
}
.interview06 .contents_mv{
	background: url(../img/interview/interview06_01.jpg) top center / cover no-repeat;
}
.interview07 .contents_mv{
	background: url(../img/interview/interview07_01.jpg) top center / cover no-repeat;
}
.interview08 .contents_mv{
	background: url(../img/interview/interview08_01.jpg) top center / cover no-repeat;
}

.contents_mv{
	display: flex;
	align-items: flex-end;
}
.contents_mv--txt .inner{
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.contents_mv--txt .inner > div{
	display: flex;
	align-items: flex-end;
}
.contents_mv--txt{
	width: 100%;
	height: 164px;
	color: #fff;
	position: relative;
}
.contents_mv--txt::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	mix-blend-mode: multiply;
	position: absolute;
	bottom: 0;
}
.contents_mv--txt .name{
	font-size: clamp(40px, 5.2vw, 60px);
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media all and (max-width:1469px)and (min-width:768px){
	.interview02 .contents_mv--txt .name{
		letter-spacing: 0;
	}
	.interview03 .contents_mv--txt .name,
	.interview05 .contents_mv--txt .name{
		letter-spacing: 0.03em;
	}
	.interview04 .contents_mv--txt .name{
		letter-spacing: 0.07em;
	}
}


.contents_mv--txt .year{
	font-size: 14px;
	font-weight: 200;
	margin-left: 1em;
	padding-bottom: 0.5em;
}

.career_step dt{
	width: 150px;
	font-size: clamp(16px, 1.9vw, 20px);
	letter-spacing: 0.15em;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.career_step dd{
	font-size: clamp(16px, 1.9vw, 20px);
	font-weight: 300;
	line-height: 1.5;
	display: flex;
	margin-top: 1em;
	position: relative;
}
.career_step dd + dd{
	margin-top: 1.5em;
}
.career_step dd + dd::before{
	content: '';
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #610500;
  border-bottom: 0;
  position: absolute;
  top: -1em;
  left: 1em;
}

.career_step dd span{
	width: 5.5em;
	flex-shrink: 0;
	display: inline-block;
}
.interview02 .career_step dd span,
.interview03 .career_step dd span{
	width: 7em;
}
.interview04 .career_step dd span{
	width: 7.5em;
}
.interview07 .career_step dd span{
	width: 6em;
}

.contents_in .inner{
	max-width: 1980px;
}

.contents_in--box{
	display: flex;
/*	justify-content: space-between;*/
	/*align-items: center;*/
	/*margin-top: 110px;*/
	margin-top: clamp(70px, 5.8vw, 110px);
}
@media all and (max-width:1500px){
	.contents_in--box{
		align-items: flex-start;
	}
}

@media all and (max-width:1165px){
	.contents_in--box dl{
		width: calc((100% - 3.1%) - 46.4%);
	}
}
.contents_in--box dl dt{
/*	font-size: 22px;*/
  font-size: clamp(16px, 1.7vw, 24px);
	font-weight: 600;
	line-height: 2;
	white-space: nowrap;
}
.contents_in--box dl dd{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: justify;
	color: #707070;
/*	margin-top: 2em;*/
	margin-top: clamp(16px, 1.6vw, 28px);
}

.schedule_wrap{
/*	margin-top: 200px;*/
	margin-top: 9.9vw;
}

.schedule_wrap--ttl {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.schedule_wrap--ttl .en{
/*	font-size: 76px;*/
  font-size: clamp(68px, 5.1vw, 96px);
	font-weight: 200;
}
.schedule_wrap--ttl .ja{
/*	font-size: 20px;*/
	font-size: clamp(16px, 1.7vw, 24px);
	margin-top: 1em;
}
.schedule_wrap--time{
	position: relative;
}
.schedule_wrap--time::before{
	content: '';
	width: 2px;
	height: calc(100% - 20px);
	background-color: #000;
	position: absolute;
	top: 15px;
	left: 9px;
}
.schedule_wrap--time li {
    font-size: clamp(16px, 1.5vw, 18px);
    display: flex;
    align-items: center;
}

.schedule_wrap--time li + li{
	margin-top: 2em;
}
.schedule_wrap--time li.two_txt{
	line-height: 1.75;
	align-items: flex-start;
}
.schedule_wrap--time li span{
  max-width: 105px;
	width: 25%;
  display: flex;
  align-items: center;
}
.schedule_wrap--time li span::before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
	top: 2px;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){

	.career_step{
		max-width: 720px;
		width: 50%;
		background-color: #fff;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  z-index: 1;
	  color: #000;
	  padding: 40px 4% 0;
	}
	.interview03 .career_step,
	.interview07 .career_step {
    max-width: 820px;
  }

	.contents_in--box.right{
		justify-content: flex-end;
	}
	.contents_in--img{
		max-width: 900px;
		width: 46.4%;
	}
	.contents_in--box.left .contents_in--img{
		order: -1;
	}
	.contents_in--box.right .contents_in--img{
		margin-left: 3.1%;
	}
	.contents_in--box dl{
		max-width: 550px;
		flex-shrink: 0;
	}
	.contents_in--box.left dl{
		margin-left: 3.1%;
	}

	.schedule_wrap .inner{
		max-width: 1480px;
	}
	.schedule_wrap .inner > div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1100px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}
	.schedule_wrap--time{
		width: 50%;
	}
	.schedule_wrap--img{
		width: 49.1%;
		max-width: 540px;
	}
	.schedule_wrap--txt{
		max-width: 1100px;
/*	font-size: 24px;*/
  font-size: clamp(16px, 1.7vw, 24px);
/*	margin-left: 11.8%;*/
	margin-top: 2em;
	margin-left: auto;
		margin-right: auto;
}


	

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.contents_mv{
		height: 590px;
		margin-top: 85px;
	}
	.interview01 .contents_mv{
		background: url(../img/interview/interview01_01_sp.jpg) top center / cover no-repeat;
	}
	.interview02 .contents_mv{
		background: url(../img/interview/interview02_01_sp.jpg) top center / cover no-repeat;
	}
	.interview03 .contents_mv{
		background: url(../img/interview/interview03_01_sp.jpg) top center / cover no-repeat;
	}
	.interview04 .contents_mv{
		background: url(../img/interview/interview04_01_sp.jpg) top center / cover no-repeat;
	}
	.interview05 .contents_mv{
		background: url(../img/interview/interview05_01_sp.jpg) top center / cover no-repeat;
	}
	.interview06 .contents_mv{
		background: url(../img/interview/interview06_01_sp.jpg) top center / cover no-repeat;
	}
	.interview07 .contents_mv{
		background: url(../img/interview/interview07_01_sp.jpg) top center / cover no-repeat;
	}
	.interview08 .contents_mv{
		background: url(../img/interview/interview08_01_sp.jpg) top center / cover no-repeat;
	}


	.contents_mv--txt{
		height: 90px;
	}
	.contents_mv--txt .name{
		font-size: 32px;
	}
	.contents_mv--txt .year{
		font-size: 12px;
	}


	.career_step{
		margin-top: 30px;
	}
	.career_step dt{
		width: 100px;
		font-size: 13px;
		padding-bottom: 5px;
	}
	.career_step dd{
		font-size: 13px;
	}
	.career_step dd + dd::before{
	  border-right: 4px solid transparent;
	  border-left: 4px solid transparent;
	  border-top: 7px solid #610500;
	}


	.contents_in--box{
		display: block;
		margin-top: 50px;
	}
	.contents_in--box dl{
		width: 100%;
	}
	.contents_in--box dl dt{
		font-size: 18px;
		white-space: nowrap;
	}
	.contents_in--box dl dd{
		margin-top: 1em;
	}
	.contents_in--img{
		display: block;
		width: 95vw;
		max-width: initial;
		margin-top: 25px;
	}
	.contents_in--box.left .contents_in--img{
		margin-left: -5vw;
	}



	.schedule_wrap{
		margin-top: 50px;
	}
	.schedule_wrap--ttl .en{
		font-size: 48px;
	}
	.schedule_wrap--ttl .ja{
		font-size: 16px;
		margin-top: 0.75em;
	}
	.schedule_wrap--time{
		margin-left: 0;
		margin-top: 30px;
	}
	.schedule_wrap--time::before{
		height: calc(100% - 16px);
		top: 8px;
		left: 7px;
	}
	.schedule_wrap--time li{
		font-size: 18px;
	}

	.schedule_wrap--time li + li{
		margin-top: 40px;
	}
	.schedule_wrap--time li span{
		width: 95px;
	}
	.schedule_wrap--time li span::before{
		width: 16px;
		height: 16px;
		top: 2px;
	}

	.schedule_wrap--time li.two_txt_sp{
		line-height: 1.75;
		align-items: flex-start;
	}
	.schedule_wrap--img{
		display: block;
		margin-top: 40px;
	}

	.schedule_wrap--txt{
		font-size: 14px;
		line-height: 1.5;
		margin-left: 0;
		margin-top: 2em;
	}

}


/*/////////////////// aaa ///////////////////*/

/*--------------------PC--------------------*/
@media all and (min-width:768px){

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){

}



