@charset "UTF-8";


/*/////////////////// under_mv ///////////////////*/
.under_mv {
  background: url(../img/business/mv.jpg) center / cover no-repeat;
}
.mv_txt2{
	line-height: 1.75;
	color: #fff;
	text-align: justify;
	margin-top: 55px;
}
/*--------------------PC--------------------*/
@media (min-width: 768px) {
  .under_mv .inner {
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding-top: 260px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.under_mv {
		background: url(../img/business/mv_sp.jpg) center / cover no-repeat;
	}
	.mv_txt .en {
		font-size: 48px;
		letter-spacing: 0.12em;
	}
}

/*/////////////////// business_contents ///////////////////*/
.contents_in{
	/* height: 160vh; */
	color: #fff;
	/* position: sticky; */
	top: 0;
}
.sticky_wrap{
	width: 100%;
	height: 100vh;
	min-height: 1230px;
		& .inner{
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
}
.contents_in--01{
		& .sticky_wrap{
	  	background: url(../img/business/business_01.jpg) center / cover no-repeat;
	  }
}
.contents_in--02{
		& .sticky_wrap{
	  	background: url(../img/business/business_02.jpg) center / cover no-repeat;
	  }
}
.contents_in--03{
		& .sticky_wrap{
	  	background: url(../img/business/business_03.jpg) center / cover no-repeat;
	  }
}

.contents_in--ttl{
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	margin-top: clamp(30px, 4.5vh, 60px);
}
.contents_in--txt{
	line-height: 1.75;
	margin-top: clamp(40px, 6.5vh, 80px);
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}

@media all and (min-width:768px) and (max-width:1440px){
	.sticky_wrap{
		padding-top: 5%;
	}
	.contents_in--ttl{
		font-size: clamp(18px, 1.7vw, 24px);
		margin-top: clamp(25px, 2vw, 60px);
	}
	.contents_in--txt {
	    margin-top: clamp(25px, 1.8vw, 80px);
			line-height: 1.6;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.sticky_wrap{
		max-height: 100vh;
	}
	.contents_in--01{
			& .sticky_wrap{
		  	background: url(../img/business/business_01_sp.jpg) center / cover no-repeat;
		  }
	}
	.contents_in--02{
			& .sticky_wrap{
		  	background: url(../img/business/business_02_sp.jpg) center / cover no-repeat;
		  }
	}
	.contents_in--03{
			& .sticky_wrap{
		  	background: url(../img/business/business_03_sp.jpg) center / cover no-repeat;
		  }
	}
	.contents_in--ttl {
	    font-size: 18px;
	    margin-top: clamp(18px, 2.2vh, 24px);
	}
	.contents_in--txt{
		margin-top: clamp(28px, 3.3vh, 35px);
	}
}






/*/////////////////// interview_menu ///////////////////*/
.interview_menu {
    /* margin-top: 200px; */
    /*margin-top: -160vh;*/
    /* margin-top: -128vh; */
    padding-top: 200px;
    margin-bottom: 200px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.interview_menu .mv_txt{
	color: #000;
}
.interview_menu--list{
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: space-between;*/
	/*gap: 55px 3.6%;*/
	gap: 55px 2.4%;
	margin-top: 100px;
}
.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: 12px;
	font-weight: 200;
	margin-top: 1em;
}


/*--------------------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;
	}*/


}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.interview_menu{
/*		margin-top: 100px;*/
    /* margin-top: -160vh; */
    padding-top: 100px;
		margin-bottom: 60px;
	}
	.interview_menu--list{
		margin-top: 30px;
	}
	.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: 0.5em;*/
		margin-top: auto;
	}
	.interview_menu--txt .year{
		font-size: 12px;
	}


}

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

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

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

}



