@charset "utf-8";

/* ------- INTERVIEW INDEX ---------------------------------------------- */


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}


/* ------- INTERVIEW DETAIL ---------------------------------------------- */
.interview-detail-main .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.interview-detail-main .ttl{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.interview-detail-main .ttl .sub{
	background-color: #FFF;
	font-weight: 500;
	letter-spacing: .07em;
}
.interview-detail-main .ttl .main{
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: .1em;
}
.interview-detail-main .ttl-wrap > p{
	line-height: 1.71;
}
@media print, screen and (min-width:781px) {
	.interview-detail-main{
		display: flex;
		flex-direction: row-reverse;
	}
	.interview-detail-main .image{
		height: 688px;
		width: 57.32064%;
		overflow: hidden;
	}
	.interview-detail-main .detail{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 42.67936%;
	}
	.interview-detail-main .ttl-wrap{
		margin-right: 70px;
	}
	.interview-detail-main .ttl .sub{
		font-size: 1.4rem;
		padding: 10px 30px;
	}
	.interview-detail-main .ttl .main{
		font-size: min(3.66vw,5.0rem);
		margin-top: 15px;
	}
	.interview-detail-main .ttl-wrap > p{
		margin-top: 30px;
	}
}
@media screen and (max-width: 780px) {
	.interview-detail-main{
	}
	.interview-detail-main .image{
		padding-bottom: 87.8671%;
		overflow: hidden;
	}
	.interview-detail-main .detail{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 11% 10% 13%;
	}
	.interview-detail-main .ttl-wrap{
		margin-right: 70px;
	}
	.interview-detail-main .ttl .sub{
		font-size: 1.4rem;
		padding: 5px 15px;
	}
	.interview-detail-main .ttl .main{
		font-size: min(7.69vw,6rem);
		margin-top: 15px;
	}
	.interview-detail-main .ttl-wrap > p{
		font-size: 1.1rem;
		margin-top: 10px;
	}
}




.careerpath-sec .ttl{
	display: flex;
	justify-content: flex-start;
}
.careerpath-sec .ttl h2{
	background-color: #FFF;
	font-weight: 400;
	line-height: 1.5;
}
@media print, screen and (min-width:781px) {
	.careerpath{
		padding: 80px 0;
		position: relative;
	}
	.careerpath:before{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		content: "";
		display: block;
		width: 94.1434846%;
		position: absolute;
		left: 0;
		top: -50px;
		bottom: 0;
		z-index: -1;
	}
	.careerpath-inner{
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		max-width: 1088px;
		width: 80%;
	}
	.careerpath-sec{
		width: 47.7941%;
	}
	.careerpath-sec .ttl h2{
		font-size: 2.0rem;
		padding: 5px 20px;
		margin-top: 30px;
	}
	.careerpath-sec > p{
		margin-top: 20px;
	}
}
@media screen and (max-width: 780px) {
	.careerpath{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		padding: 90px 10%;
		position: relative;
	}
	.careerpath-sec:nth-child(n + 2){
		margin-top: 45px;
	}
	.careerpath-sec .ttl h2{
		font-size: 1.8rem;
		padding: 5px 15px;
	}
	.careerpath-sec > p{
		margin-top: 25px;
	}
}


.interview-sec-wrap{
	counter-reset: number 0;
}
.interview-sec .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.interview-sec .take{
	font-weight: 300;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	position: absolute;
}
.interview-sec .take:before{
	counter-increment: number 1;
	content: "Take " counter(number,decimal-leading-zero);
}
.interview-sec .ttl{
	background-color: #FFF;
}
.interview-sec .ttl h2{
	font-weight: 300;
	line-height: 1.53;
	letter-spacing: .07em;
}
.interview-sub-sec h3{
	font-weight: 400;
	line-height: 1.38;
	display: flex;
	align-items: flex-start;
}
.interview-sub-sec h3:before{
	content: "──";
}
@media print, screen and (min-width:781px) {
	.interview-sec-wrap{
		margin-top: 140px;
	}
	.interview-sec{
		display: flex;
		align-items: flex-start;
		margin-top: 220px;
		position: relative;
		z-index: 1;
	}
	.interview-sec:nth-child(even){
		flex-direction: row-reverse;
	}
	.interview-sec .image{
		margin-top: 50px;
		height: 600px;
		width: 44.070278%;
		overflow: hidden;
	}
	.interview-sec .detail{
		display: flex;
		flex-direction: column;
		width: 55.929722%;
	}
	.interview-sec .take{
		font-size: min(3.66vw,5.0rem);
		position: absolute;
		top: 0;
		transform: translateY(-85%);
		z-index: 2;
	}
	.interview-sec:nth-child(odd) .take{
		right: 8%;
	}
	.interview-sec:nth-child(even) .take{
		left: 8%;
	}
	.interview-sec .ttl-wrap{
		display: flex;
	}
	.interview-sec:nth-child(even) .ttl-wrap{
		justify-content: flex-end;
	}
	.interview-sec .ttl{
		padding: 40px 50px;
		max-width: 735px;
		width: 100%;
		position: relative;
	}
	.interview-sec .ttl h2{
		font-size: min(2.19vw,3.0rem);
	}
	.interview-sec:nth-child(odd) .ttl{
		transform: translateX(-50px)
	}
	.interview-sec:nth-child(even) .ttl{
		transform: translateX(50px)
	}
	.interview-sub-sec-wrap{
		margin-top: 70px;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}
	.interview-sub-sec-wrap:before{
		background-color: #D4E4FF;
		content: "";
		display: block;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.interview-sec:nth-child(odd) .interview-sub-sec-wrap:before{
		left: -13.6896%;
		right: 0;
	}
	.interview-sec:nth-child(even) .interview-sub-sec-wrap:before{
		left: 0;
		right: -13.6896%;
	}
	.interview-sub-sec:nth-child(n + 2){
		margin-top: 50px;
	}
	.interview-sub-sec h3{
		font-size: min(1.75vw,2.4rem);
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.interview-sub-sec:nth-child(odd) h3{
		background: #FBFF93;
		background: linear-gradient(270deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
	}
	.interview-sub-sec:nth-child(even) h3{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
	}
	.interview-sec:nth-child(odd) .interview-sub-sec h3{
		padding-left: 5%;
		padding-right: 10%;
	}
	.interview-sec:nth-child(even) .interview-sub-sec h3{
		padding-left: 10%;
		padding-right: 5%;
	}
	.interview-sub-sec > p{
		margin-top: 30px;
	}
	.interview-sec:nth-child(odd) .interview-sub-sec > p{
		margin-left: 5%;
		margin-right: 10%;
	}
	.interview-sec:nth-child(even) .interview-sub-sec > p{
		margin-left: 10%;
		margin-right: 5%;
	}
	#interview-sec3 .interview-sub-sec-wrap{
		padding-bottom: 180px;
	}
}
@media screen and (max-width: 780px) {
	.interview-sec-wrap{
		margin-top: 140px;
	}
	.interview-sec{
		margin-top: 100px;
		padding-bottom: 100px;
		position: relative;
		z-index: 1;
	}
	.interview-sec:before{
		background-color: #D4E4FF;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		top: 45px;
		bottom: 0;
		z-index: -1;
	}
	.interview-sec .image{
		padding-bottom: 76.2%;
		width: 76.2%;
		overflow: hidden;
	}
	.interview-sec:nth-child(even) .image{
		margin-left: auto;
	}
	.interview-sec .detail{
		display: flex;
		flex-direction: column;
	}
	.interview-sec .take{
		font-size: min(6.41vw,5.0rem);
		top: 0;
		z-index: 2;
	}
	.interview-sec:nth-child(odd) .take{
		right: 10%;
	}
	.interview-sec:nth-child(even) .take{
		left: 10%;
	}
	.interview-sec:nth-child(odd) .ttl-wrap{
		margin-right: 10%;
	}
	.interview-sec:nth-child(even) .ttl-wrap{
		margin-left: 10%;
	}
	.interview-sec .ttl{
		padding: 10% 8%;
	}
	.interview-sec .ttl h2{
		font-size: min(6.41vw,5.0rem);
	}
	.interview-sub-sec-wrap{
		margin-top: 40px;
	}
	.interview-sub-sec:nth-child(n + 2){
		margin-top: 50px;
	}
	.interview-sub-sec h3{
		font-size: min(4.61vw,3.6rem);
		padding: 6% 6% 6% 10%;
	}
	.interview-sub-sec:nth-child(odd) h3{
		background: #FBFF93;
		background: linear-gradient(270deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
	}
	.interview-sub-sec:nth-child(even) h3{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
	}
	.interview-sub-sec > p{
		margin-top: 35px;
		padding-left: 10%;
		padding-right: 10%;
	}
	#interview-sec3 .interview-sub-sec-wrap{
		padding-bottom: 100px;
	}
}





.oneday-schedule-sec{
	background-color: #FFF;
}
.oneday-schedule-inner .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.oneday-schedule-sec h2{
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
}
.oneday-schedule-sec h2:before{
	background-image: url("../img/ic_oneday.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
.oneday-schedule-sec .schedule > div > dt > div{
	background-color: #8995AA;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.oneday-schedule-sec .schedule > div > dd{
	position: relative;
}
.oneday-schedule-sec .schedule > div > dd:before,
.oneday-schedule-sec .schedule > div:last-child > dd:after{
	content: "";
  display: block;
	position: absolute;
}
.oneday-schedule-sec .schedule > div > dd:before {
  background-color: #8995AA;
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}
.oneday-schedule-sec .schedule > div:last-child > dd:before{
	bottom: 15px;
}
.oneday-schedule-sec .schedule > div:last-child > dd:after{
	background-image: url("../img/bg_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	bottom: 15px;
	transform: translateX(-50%);
}
@media print, screen and (min-width:781px) {
	.oneday-schedule-sec{
		position: relative;
		z-index: 2;
	}
	.oneday-schedule-sec:before{
		background: #FBFF93;
		background: linear-gradient(270deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		content: "";
		display: block;
		height: 100px;
		width: 49.414348%;
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(-100%);
		z-index: -2;
	}
	.oneday-schedule-inner{
		display: flex;
		flex-direction: row-reverse;
	}
	.oneday-schedule-inner .image{
		align-self: flex-start;
		padding-bottom: min(calc(66.73469% * 35.8711% / 100%),327px);
		max-width: 490px;
		width: 35.8711%;
	}
	.oneday-schedule-inner .detail{
		padding-top: 90px;
		padding-bottom: 80px;
		width: calc(100% - 35.8711%);
	}
	.oneday-schedule{
		margin-left: auto;
		margin-right: auto;
		max-width: 644px;
		width: 80%;
	}
	.oneday-schedule-sec h2{
		font-size: min(2.92vw,4.0rem);
	}
	.oneday-schedule-sec h2:before{
		margin-right: 15px;
		height: 30px;
		width: 30px;
	}
	.oneday-schedule-sec .schedule{
		margin-top: 50px;
		position: relative;
	}
	.oneday-schedule-sec .schedule > div{
		border-top: 1px solid #8995AA;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.oneday-schedule-sec .schedule > div > dt{
		padding: 15px 20px;
		width: 150px;
	}
	.oneday-schedule-sec .schedule > div > dt > div{
		font-size: 1.4rem;
		padding: 7px 7px;
	}
	.oneday-schedule-sec .schedule > div > dd{
		padding: 15px 40px;
		width: calc(100% - 150px);
	}
	.oneday-schedule-sec .schedule > div:last-child > dd:after{
		height: 11px;
		width: 19px;
	}
}
@media screen and (max-width: 780px) {
	.oneday-schedule-sec{
		position: relative;
		z-index: 2;
	}
	.oneday-schedule-sec:before{
		background: #FBFF93;
		background: linear-gradient(270deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		content: "";
		display: block;
		height: 100px;
		width: 63.2911%;
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(-100%);
		z-index: -2;
	}
	.oneday-schedule-inner{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 75px;
	}
	.oneday-schedule-inner .image{
		margin-left: auto;
		margin-top: 50px;
		padding-bottom: calc(66.7279% * 68.86% / 100%);
		width: 68.86%;
	}
	.oneday-schedule-inner .detail{
		padding-left: 5%;
		padding-right: 5%;
	}
	.oneday-schedule-sec h2{
		font-size: min(5.64vw,4.4rem);
	}
	.oneday-schedule-sec h2:before{
		margin-right: 15px;
		height: 21px;
		width: 21px;
	}
	.oneday-schedule-sec .schedule{
		margin-top: 25px;
		position: relative;
	}
	.oneday-schedule-sec .schedule > div{
		border-top: 1px solid #8995AA;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.oneday-schedule-sec .schedule > div > dt{
		padding: 15px 20px 15px 0;
		width: 90px;
	}
	.oneday-schedule-sec .schedule > div > dt > div{
		font-size: 1.2rem;
		padding: 7px 7px;
	}
	.oneday-schedule-sec .schedule > div > dd{
		font-size: 1.3rem;
		padding: 15px 0 15px 20px;
		width: calc(100% - 90px);
	}
	.oneday-schedule-sec .schedule > div:last-child > dd:after{
		height: 11px;
		width: 19px;
	}
}




.career-path-sec{
	background: #FBFF93;
	background: linear-gradient(270deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
}
.career-path-sec h2{
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
}
.career-path-sec h2:before{
	background-image: url("../img/ic_career-path.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
.career-path-sec .career-path-list > div > dt > div{
	background-color: #FFF;
	color: #999999;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.career-path-sec .career-path-list > div > dd{
	position: relative;
}
.career-path-sec .career-path-list > div > dd:before,
.career-path-sec .career-path-list > div:last-child > dd:after{
	content: "";
  display: block;
	position: absolute;
}
.career-path-sec .career-path-list > div > dd:before {
  background-color: #8995AA;
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}
.career-path-sec .career-path-list > div:last-child > dd:before{
	bottom: 15px;
}
.career-path-sec .career-path-list > div:last-child > dd:after{
	background-image: url("../img/bg_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	bottom: 15px;
	transform: translateX(-50%);
}
@media print, screen and (min-width:781px) {
	.career-path-sec{
		position: relative;
		z-index: 2;
	}
	.career-path-sec:before{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		content: "";
		display: block;
		height: 100px;
		width: 49.414348%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -2;
	}
	.career-path-inner{
		display: flex;
		flex-direction: row-reverse;
	}
	.career-path-inner .image{
		align-self: flex-start;
		padding-bottom: min(calc(66.73469% * 35.8711% / 100%),327px);
		max-width: 490px;
		width: 35.8711%;
	}
	.career-path-inner .detail{
		padding-top: 90px;
		padding-bottom: 80px;
		width: calc(100% - 35.8711%);
	}
	.career-path{
		margin-left: auto;
		margin-right: auto;
		max-width: 644px;
		width: 80%;
	}
	.career-path-sec h2{
		font-size: min(2.92vw,4.0rem);
	}
	.career-path-sec h2:before{
		margin-right: 15px;
		height: 30px;
		width: 30px;
	}
	.career-path-sec .career-path-list{
		margin-top: 50px;
		position: relative;
	}
	.career-path-sec .career-path-list > div{
		border-top: 1px solid #8995AA;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.career-path-sec .career-path-list > div > dt{
		padding: 15px 20px;
		width: 150px;
	}
	.career-path-sec .career-path-list > div > dt > div{
		font-size: 1.4rem;
		padding: 7px 7px;
	}
	.career-path-sec .career-path-list > div > dd{
		padding: 15px 40px;
		width: calc(100% - 150px);
	}
	.career-path-sec .career-path-list > div:last-child > dd:after{
		height: 11px;
		width: 19px;
	}
}
@media screen and (max-width: 780px) {
	.career-path-sec{
		position: relative;
		z-index: 2;
	}
	.career-path-sec:before{
		background: #FBFF93;
		background: linear-gradient(90deg, rgba(251, 255, 147, 1) 0%, rgba(212, 228, 255, 1) 100%);
		content: "";
		display: block;
		height: 100px;
		width: 68.86%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -2;
	}
	.career-path-inner{
		padding-top: 155px;
		padding-bottom: 75px;
	}
	.career-path-inner .image{
		display: none;
	}
	.career-path-inner .detail{
		padding-left: 5%;
		padding-right: 5%;
	}
	.career-path-sec h2{
		font-size: min(5.64vw,4.4rem);
	}
	.career-path-sec h2:before{
		margin-right: 15px;
		height: 21px;
		width: 21px;
	}
	.career-path-sec .career-path-list{
		margin-top: 25px;
		position: relative;
	}
	.career-path-sec .career-path-list > div{
		border-top: 1px solid #8995AA;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.career-path-sec .career-path-list > div > dt{
		padding: 15px 20px 15px 0;
		width: 100px;
	}
	.career-path-sec .career-path-list > div > dt > div{
		font-size: 1.2rem;
		padding: 7px 0;
	}
	.career-path-sec .career-path-list > div > dd{
		font-size: 1.3rem;
		padding: 15px 0 15px 20px;
		width: calc(100% - 100px);
	}
	.career-path-sec .career-path-list > div:last-child > dd:after{
		height: 11px;
		width: 19px;
	}
}




.other-members{
	position: relative;
}
.other-members:before{
	background-color: #FFF;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.other-members .ttl{
	display: flex;
	justify-content: center;
}
.other-members .ttl h2{
	border-bottom: 1px solid #707070;
	font-weight: 400;
	text-align: center;
}
.other-members-list .member-item{
	position: relative;
}
.other-members-list .member-item:before{
	background-color: #FFF;
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.other-members-list .member-item > a,
.other-members-list .member-item > span{
	display: block;
	transition: .3s;
}
.other-members-list .member-item .image{
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}
.other-members-list .member-item .cate{
	line-height: 1.6;
}
.staff01 .image {
  background-image: url("../staff01/img/thumb.jpg");
}
.staff02 .image {
  background-image: url("../staff02/img/thumb.jpg");
}
.staff03 .image {
  background-image: url("../staff03/img/thumb.jpg");
}
.staff04 .image {
  background-image: url("../staff04/img/thumb.jpg");
}
@media print, screen and (min-width:781px) {
	.other-members{
		margin-top: 110px;
		padding-top: 70px;
		padding-bottom: 130px;
	}
	.other-members:before{
		height: 220px;
		left: 10%;
		right: 0;
		top: 0;
	}
	.other-members .ttl h2{
		font-size: 2.0rem;
		padding: 0 20px 8px;
	}
	.other-members-list{
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 950px;
		width: 90%;
	}
	.other-members-list .member-item{
		width: 21.05263%;
	}
	.other-members-list .member-item:before{
		padding-bottom: 150%;
	}
	.other-members-list .member-item .image{
		padding-bottom: 150%;
	}
	.other-members-list .member-item .cate{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.4rem;
		margin-top: 25px;
	}
	.other-members-list .member-item .cate:after{
		background-image: url("../img/ic_arrow.svg");
		background-position: center center;
		background-repeat: no-repeat;
		border-left: 1px solid #D5D5D5;
		content: "";
		display: block;
		margin-left: 10px;
		height: 20px;
		width: 25px;
		flex-shrink: 0;
	}
	@media (hover: hover) and (pointer: fine){
		.other-members-list .member-item > a:hover{
			opacity: .2;
		}
	}
	.other-members-list .member-item.current > span{
		opacity: .2;
	}
}
@media screen and (max-width: 780px) {
	.other-members{
		background-color: #FFF;
		padding-top: 70px;
		padding-bottom: 110px;
	}
	.other-members:before{
		height: 220px;
		left: 10%;
		right: 0;
		top: 0;
	}
	.other-members .ttl h2{
		font-size: 1.7rem;
		padding: 0 15px 8px;
	}
	.other-members-list{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 50px;
	}
	.other-members-list .member-item{
		margin-top: 20px;
		width: 43.58974%;
	}
	.other-members-list .member-item:before{
		display: none;
	}
	.other-members-list .member-item .image{
		padding-bottom: 150%;
	}
	.other-members-list .member-item .cate{
		font-size: 1.3rem;
		margin-top: 10px;
		text-align: center;
	}
	.other-members-list .member-item.current > span{
		opacity: .2;
	}
}