@charset "UTF-8";

/* = job / interview / index
----------------------------------------------- */

/* color */
/*--- color ------------------*/
.interviewList .item.blue .set .dev,
#interview .blue .main .mainIn .shoulder,
#interview .blue .sec01 .textBox .num,
#interview .blue .sec01 .textBox h4,
#interview .blue .sec03 .textBox .num,
#interview .blue .sec03 .textBox h4,
#interview .blue .sec05 .textBox .num,
#interview .blue .sec05 .textBox h4,
#interview .blue .sec07 .textBox h4 {
	color: #36abe8;
}
.interviewList .item.orange .set .dev,
#interview .orange .main .mainIn .shoulder,
#interview .orange .sec01 .textBox .num,
#interview .orange .sec01 .textBox h4,
#interview .orange .sec03 .textBox .num,
#interview .orange .sec03 .textBox h4,
#interview .orange .sec05 .textBox .num,
#interview .orange .sec05 .textBox h4,
#interview .orange .sec07 .textBox h4 {
	color: #ffac35;
}
.interviewList .item.violet .set .dev,
#interview .violet .main .mainIn .shoulder,
#interview .violet .sec01 .textBox .num,
#interview .violet .sec01 .textBox h4,
#interview .violet .sec03 .textBox .num,
#interview .violet .sec03 .textBox h4,
#interview .violet .sec05 .textBox .num,
#interview .violet .sec05 .textBox h4,
#interview .violet .sec07 .textBox h4 {
	color: #bf35e2;
}
.interviewList .item.bluegreen .set .dev,
#interview .bluegreen .main .mainIn .shoulder,
#interview .bluegreen .sec01 .textBox .num,
#interview .bluegreen .sec01 .textBox h4,
#interview .bluegreen .sec03 .textBox .num,
#interview .bluegreen .sec03 .textBox h4,
#interview .bluegreen .sec05 .textBox .num,
#interview .bluegreen .sec05 .textBox h4,
#interview .bluegreen .sec07 .textBox h4 {
	color: #51babb;
}
.interviewList .item.navy .set .dev,
#interview .navy .main .mainIn .shoulder,
#interview .navy .sec01 .textBox .num,
#interview .navy .sec01 .textBox h4,
#interview .navy .sec03 .textBox .num,
#interview .navy .sec03 .textBox h4,
#interview .navy .sec05 .textBox .num,
#interview .navy .sec05 .textBox h4,
#interview .navy .sec07 .textBox h4 {
	color: #4536b4;
}
.interviewList .item.red .set .dev,
#interview .red .main .mainIn .shoulder,
#interview .red .sec01 .textBox .num,
#interview .red .sec01 .textBox h4,
#interview .red .sec03 .textBox .num,
#interview .red .sec03 .textBox h4,
#interview .red .sec05 .textBox .num,
#interview .red .sec05 .textBox h4,
#interview .red .sec07 .textBox h4 {
	color: #d23641;
}
.interviewList .item.pink .set .dev,
#interview .pink .main .mainIn .shoulder,
#interview .pink .sec01 .textBox .num,
#interview .pink .sec01 .textBox h4,
#interview .pink .sec03 .textBox .num,
#interview .pink .sec03 .textBox h4,
#interview .pink .sec05 .textBox .num,
#interview .pink .sec05 .textBox h4,
#interview .pink .sec07 .textBox h4 {
	color: #e065b9;
}
.interviewList .item.yellowgreen .set .dev,
#interview .yellowgreen .main .mainIn .shoulder,
#interview .yellowgreen .sec01 .textBox .num,
#interview .yellowgreen .sec01 .textBox h4,
#interview .yellowgreen .sec03 .textBox .num,
#interview .yellowgreen .sec03 .textBox h4,
#interview .yellowgreen .sec05 .textBox .num,
#interview .yellowgreen .sec05 .textBox h4,
#interview .yellowgreen .sec07 .textBox h4 {
	color: #8dba52;
}

/*--- background-color: ------------------*/
#interview .blue .main .textBox .textBoxIn,
#interview .blue .sec02,
#interview .blue .sec06 {
	background-color: #36abe8;
}
#interview .orange .main .textBox .textBoxIn,
#interview .orange .sec02,
#interview .orange .sec06 {
	background-color: #ffac35;
}
#interview .violet .main .textBox .textBoxIn,
#interview .violet .sec02,
#interview .violet .sec06 {
	background-color: #bf35e2;
}
#interview .bluegreen .main .textBox .textBoxIn,
#interview .bluegreen .sec02,
#interview .bluegreen .sec06 {
	background-color: #51babb;
}
#interview .navy .main .textBox .textBoxIn,
#interview .navy .sec02,
#interview .navy .sec06 {
	background-color: #4536b4;
}
#interview .red .main .textBox .textBoxIn,
#interview .red .sec02,
#interview .red .sec06 {
	background-color: #d23641;
}
#interview .pink .main .textBox .textBoxIn,
#interview .pink .sec02,
#interview .pink .sec06 {
	background-color: #e065b9;
}
#interview .yellowgreen .main .textBox .textBoxIn,
#interview .yellowgreen .sec02,
#interview .yellowgreen .sec06 {
	background-color: #8dba52;
}

/*--- background-color: ------------------*/
#interview .blue .sec04 .textBox {
	background-color:rgba(54,171,232,0.8);
}
#interview .orange .sec04 .textBox {
	background-color:rgba(255,172,53,0.8);
}
#interview .violet .sec04 .textBox {
	background-color:rgba(191,53,226,0.8);
}
#interview .bluegreen .sec04 .textBox {
	background-color:rgba(81,186,187,0.8);
}
#interview .navy .sec04 .textBox {
	background-color:rgba(69,54,180,0.8);
}
#interview .red .sec04 .textBox {
	background-color:rgba(210,54,65,0.8);
}
#interview .pink .sec04 .textBox {
	background-color:rgba(224,101,185,0.8);
}
#interview .yellowgreen .sec04 .textBox {
	background-color:rgba(141,186,82,0.8);
}

/*--- border-bottom-color ------------------*/
.interviewList .item.blue .set {
	border-bottom-color: #36abe8;
}
.interviewList .item.orange .set {
	border-bottom-color: #ffac35;
}
.interviewList .item.violet .set {
	border-bottom-color: #bf35e2;
}
.interviewList .item.bluegreen .set {
	border-bottom-color: #51babb;
}
.interviewList .item.navy .set {
	border-bottom-color: #4536b3;
}
.interviewList .item.red .set {
	border-bottom-color: #d23641;
}
.interviewList .item.pink .set {
	border-bottom-color: #e065b9;
}
.interviewList .item.yellowgreen .set {
	border-bottom-color: #8dba52;
}


/* = interview / index
----------------------------------------------- */
/* interviewIdx */
#interviewIdx .main {
	background-image: url("../img/job/interview/interview_index_main.jpg");
	background-position: center center;
	color: #fff;
}

#interviewIdx .secIntro {
	position: relative;
	margin-top: 50px;
	text-align: center;
}
#interviewIdx .secIntro .wrap1400 {
	padding: 0 50px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#interviewIdx .secIntro {
		margin-top: 50px;
	}
	#interviewIdx .secIntro .wrap1400 {
		padding: 0 5% 20px;
	}
}

#interviewIdx .secIntro .search {
	background: #fbfbf9;
	border: 1px solid #e5e5e5;
	padding: 30px 20px;
	margin-bottom: 100px;
	text-align: center;
}
#interviewIdx .secIntro .search h2 {
	font-size: 3.6rem;
	font-weight: 700;
}
#interviewIdx .secIntro .search h2 + p {
	margin: 0.8em auto 2.5em;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	#interviewIdx .secIntro .search {
		padding: 10% 5%;
		margin-bottom: 30px;
	}
	#interviewIdx .secIntro .search h2 {
		font-size: 7.2vw;
	}
	#interviewIdx .secIntro .search h2 + p {
		font-size: 3.4vw;
	}
}

#interviewIdx .secIntro .search dl {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #e4e4e4;
}
#interviewIdx .secIntro .search dl:last-of-type {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
#interviewIdx .secIntro .search dl dt {
	font-size: 1.8rem;
	line-height: 1.1;
	width: 7.5em;
	padding: 0 0.5em;
	box-sizing: border-box;
	text-align: left;
}
#interviewIdx .secIntro .search dl dd {
	flex: 1;
	text-align: left;
}
#interviewIdx .secIntro .search dl dd ul li {
	display: inline-block;
	background: #009944;
	min-width: 4em;
	border-radius: 16px;
	padding: 0 1.5em;
	margin: 10px 5px;
	cursor: pointer;
}
#interviewIdx .secIntro .search dl dd ul li button {
	color: #fff;
	font-size: 1.6rem;
	line-height: 32px;
	height: 32px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
#interviewIdx .secIntro .search .reset {
	display: inline-block;
	background: #333;
	width: 10em;
	border-radius: 16px;
	padding: 0 1.5em;
	margin: 10px 5px;
	text-align: center;
	cursor: pointer;
}
#interviewIdx .secIntro .search .reset button {
	color: #fff;
	font-size: 1.6rem;
	line-height: 32px;
	height: 32px;
	background: transparent;
	border: none;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#interviewIdx .secIntro .search dl {
		max-width: auto;
		margin: 0 auto;
		padding: 10px 0;
		display: block;
	}
	#interviewIdx .secIntro .search dl:last-of-type {
		margin-bottom: 20px;
	}
	#interviewIdx .secIntro .search dl dt {
		font-size: 3.8vw;
		line-height: 1.1;
		width: auto;
		padding: 0.5em 0 0.5em;
	}
	#interviewIdx .secIntro .search dl dd {
	}
	#interviewIdx .secIntro .search dl dd ul li {
		border-radius: 3.8vw;
	}
	#interviewIdx .secIntro .search dl dd ul li button {
		color: #fff;
		font-size: 3.7vw;
		line-height: 7.6vw;
		width: auto;
		height: 7.6vw;
	}
	#interviewIdx .secIntro .search .reset {
		border-radius: 3.8vw;
		width: auto;
	}
	#interviewIdx .secIntro .search .reset button {
		font-size: 3.7vw;
		line-height: 7.6vw;
		height: 7.6vw;
	}
}

#interviewIdx .sec01 {
	position: relative;
	text-align: center;
}
#interviewIdx .sec01 .wave1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	opacity: 0.5;
}
#interviewIdx .sec01 .wave2 {
	position: absolute;
	top: 470px;
	left: 0;
	width: 100%;
	opacity: 0.5;
}
#interviewIdx .sec01 .wave3 {
	position: absolute;
	top: 810px;
	left: 0;
	width: 100%;
	opacity: 0.5;
}
#interviewIdx .sec01 .wrap1400 {
	padding: 0 25px;
	box-sizing: border-box;
}
.interviewList {
	display: flex;
	flex-wrap: wrap;
}
.interviewList .item {
	width: calc((100% - 150px)/3);
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 70px;
	text-align: left;
	background: rgba(255,255,255,0.8);
	z-index:99;
}
.interviewList .item a {
	display: block;
}
.interviewList .item figure {
	position: relative;
}
.interviewList .item figure::after {
	display: block;
	content: "";
	background: url("../img/shared/wave_white750.svg") no-repeat left bottom / 100% auto;
	position: absolute;
	left: 0;
	right: -1px;
	bottom: -1px;
	width: 100%;
	height: 80px;
}
.interviewList .item .set {
	padding: 12px 10px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	z-index: 90;
}
.interviewList .item .set .dev {
	font-size: 1.5rem;
	line-height: 1.3;
	padding-bottom: 0.6em;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.interviewList .item .set .name {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.1;
	margin-right: 0.6em;
}
.interviewList .item .set .year {
	display: inline-block;
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
	#interviewIdx .sec01 {
	}
	#interviewIdx .sec01 .wave1 {
		display: none;
	}
	#interviewIdx .sec01 .wave2 {
		display: none;
	}
	#interviewIdx .sec01 .wave3 {
		display: none;
	}
	#interviewIdx .sec01 .wrap1400 {
		padding: 0 2.5%;
	}
	.interviewList {
		display: flex;
		flex-wrap: wrap;
	}
	.interviewList .item {
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		margin-bottom: 30px;
	}
	.interviewList .item .set {
		padding: 12px 10px 10px;
		z-index: 90;
	}
	.interviewList .item .set .dev {
		font-size: 3.2vw;
	}
	.interviewList .item .set .name {
		display: block;
		font-size: 4.8vw;
		line-height: 1.4;
		padding-bottom: 0.15em;
	}
	.interviewList .item .set .year {
		display: block;
		font-size: 2.9vw;
	}
}


/* = interview / 01 - 08
----------------------------------------------- */
#interview .main {
	width: 100%;
	min-width: 1000px;
	height: 830px;
	background-repeat: no-repeat;
	background-size: auto 830px;
	position: relative;
	padding-top: 43.23916%;
	box-sizing: border-box;
}
#interview .main .mainIn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1400px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 70px 0 0;
	box-sizing: border-box;
	text-align: left;
}
#interview .main .mainIn .shoulder {
	font-size: 2.2rem;
	font-weight: 600;
	padding-top: 125px;
	padding-bottom: 10px;
	letter-spacing: 0.08em;
}
#interview .main .mainIn .catch {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	#interview .main {
		width: 100%;
		min-width: auto;
		height: 100vw;
		background-size: auto 62.5%;
		padding-top: 0;
		padding-bottom: 60vw;
		box-sizing: content-box;
		overflow: hidden;
	}
	#interview .main .mainIn {
		position: relative;
		max-width: auto;
		height: 100%;
		padding: 0;
	}
	#interview .main .mainIn .shoulder {
		position: absolute;
		top: 61%;
		font-size: 4.1vw;
		padding-top: 0;
		text-align: left;
	}
	#interview .main .mainIn .catch {
		position: absolute;
		top: 67%;
		font-size: 5.4vw;
		text-align: left;
	}
	#interview .main .wave {
		potision: absolute;
		bottom: 1%;
	}
}

/* color */
#interview .blue .main {
	background-image: url("../img/job/interview/toyota_main_bg.jpg");
	background-position: center center;
}
#interview .orange .main {
	background-image: url("../img/job/interview/miyazaki_main_bg.jpg");
	background-position: center center;
}
#interview .violet .main {
	background-image: url("../img/job/interview/kinugasa_main_bg.jpg");
	background-position: center center;
}
#interview .bluegreen .main {
	background-image: url("../img/job/interview/ozaki_main_bg.jpg");
	background-position: center center;
}
#interview .navy .main {
	background-image: url("../img/job/interview/hisamatsu_main_bg.jpg");
	background-position: center center;
}
#interview .red .main {
	background-image: url("../img/job/interview/kaneko_main_bg.jpg");
	background-position: center center;
}
#interview .pink .main {
	background-image: url("../img/job/interview/ohta_main_bg.jpg");
	background-position: 15% center;
}
#interview .yellowgreen .main {
	background-image: url("../img/job/interview/akieda_main_bg.jpg");
	background-position: 60% center;
}

#interview .blue .main .mainIn .shoulder,
#interview .orange .main .mainIn .shoulder,
#interview .bluegreen .main .mainIn .shoulder,
#interview .navy .main .mainIn .shoulder,
#interview .yellowgreen .main .mainIn .shoulder,

#interview .blue .main .mainIn .catch,
#interview .orange .main .mainIn .catch,
#interview .bluegreen .main .mainIn .catch,
#interview .navy .main .mainIn .catch,
#interview .yellowgreen .main .mainIn .catch {
	padding-left: 11.43%;
}
#interview .violet .main .mainIn .shoulder,
#interview .red .main .mainIn .shoulder,
#interview .pink .main .mainIn .shoulder,

#interview .violet .main .mainIn .catch,
#interview .red .main .mainIn .catch,
#interview .pink .main .mainIn .catch {
	width: 540px;
	margin-right: 0;
	margin-left: auto;
}
#interview .blue .main .mainIn .catch,
#interview .red .main .mainIn .catch,
#interview .pink .main .mainIn .catch {
	color: #333;
}
#interview .orange .main .mainIn .catch,
#interview .bluegreen .main .mainIn .catch,
#interview .navy .main .mainIn .catch,
#interview .pink .main .mainIn .catch {
	color: #fff;
}

@media screen and (max-width: 767px) {
	#interview .blue .main {
		background-position: left 65% top;
	}
	#interview .orange .main {
		background-position: left 56% top 30px;
	}
	#interview .violet .main {
		background-position: left 44% top;
	}
	#interview .bluegreen .main {
		background-position: left 70% top;
	}
	#interview .navy .main {
		background-position: left 60% top;
	}
	#interview .red .main {
		background-position: left 40% top;
	}
	#interview .pink .main {
		background-position: left 17% top;
	}
	#interview .yellowgreen .main {
		background-position: left 72% top;
	}
	
	#interview .blue .main .mainIn .shoulder,
	#interview .orange .main .mainIn .shoulder,
	#interview .bluegreen .main .mainIn .shoulder,
	#interview .navy .main .mainIn .shoulder,
	#interview .yellowgreen .main .mainIn .shoulder {
		padding-left: 5%;
		padding-right: 3%;
	}
	#interview .blue .main .mainIn .catch,
	#interview .orange .main .mainIn .catch,
	#interview .bluegreen .main .mainIn .catch,
	#interview .navy .main .mainIn .catch {
		padding-left: 5%;
		padding-right: 3%;
		color: #fff;
	}
	#interview .yellowgreen .main .mainIn .catch {
		padding-left: 5%;
		padding-right: 3%;
	}
	#interview .navy .main .mainIn .shoulder,
	#interview .yellowgreen .main .mainIn .shoulder {
		top: 52%;
	}
	#interview .navy .main .mainIn .catch,
	#interview .yellowgreen .main .mainIn .catch {
		top: 58%;
	}
	#interview .violet .mainIn,
	#interview .red .mainIn,
	#interview .pink .mainIn {
		text-align: right;
		margin-right: 0;
		margin-left: auto;
	}
	#interview .violet .mainIn {
		width: 60%;
	}
	#interview .violet .main .mainIn .shoulder {
		top: 30%;
	}
	#interview .violet .main .mainIn .catch {
		top: 36%;
	}
	#interview .red .mainIn {
		width: 60%;
	}
	#interview .red .main .mainIn .shoulder {
		top: 52%;
	}
	#interview .red .main .mainIn .catch {
		top: 58%;
	}
	#interview .pink .mainIn {
		width: 55%;
	}
	#interview .pink .main .mainIn .shoulder {
		top: 26%;
	}
	#interview .pink .main .mainIn .catch {
		top: 32%;
	}
	
}

#interview .main .textBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 9;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
#interview .main .textBox .textBoxIn {
	width: 540px;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #fff;
	opacity: 0.9;
	text-align: left;
}
#interview .violet .main .textBox,
#interview .red .main .textBox,
#interview .pink .main .textBox {
	text-align: right;
}
#interview .violet .main .textBox .textBoxIn,
#interview .red .main .textBox .textBoxIn,
#interview .pink .main .textBox .textBoxIn {
	margin-right: 0;
	margin-left: auto;
}
#interview .main .textBoxIn .dev {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 1em;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
#interview .main .textBoxIn .name {
	display: inline-block;
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: 700;
	margin-right: 0.6em;
}
#interview .main .textBoxIn .year {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
}
#interview .main .textBoxIn .prof {
	font-size: 1.4rem;
	line-height: 1.6em;
	padding-top: 2em;
}

@media screen and (max-width: 767px) {
	#interview .main .textBox {
		position: inherit;
		left: 0;
		right: 0;
		bottom: 0;
		height: 60vw;
	}
	#interview .main .textBox .textBoxIn {
		width: 100%;
		height: 100%;
		padding: 4% 5%;
		background: url("../img/shared/bg_wave_white01.svg") no-repeat center bottom / 100% auto;
		opacity: 0.95;
	}
	#interview .main .textBoxIn .dev {
		font-size: 3.25vw;
		padding-bottom: 0.2em;
	}
	#interview .main .textBoxIn .name {
		font-size: 5.7vw;
	}
	#interview .main .textBoxIn .year {
		font-size: 3.1vw;
	}
	#interview .main .textBoxIn .prof {
		font-size: 3.25vw;
		padding-top: 1.2em;
	}
}

#interview .sec .wrap1400 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#interview .sec .wrap1400 {
		max-width: auto;
	}
}

#interview .sec01 {
	z-index: 8;
}
#interview .sec01 .wrap1400 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 50px;
	padding-bottom: 0;
	padding-top: 30px;
	box-sizing: border-box;
}
#interview .sec01 .textBox {
	width: 50.37%;
	padding: 30px 60px 50px 70px;
	margin-bottom: -60px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	z-index: 10;
}
#interview .sec01 figure {
	width: calc(50% + 90px);
	padding: 0 0 0 auto;
	margin-top: 95px;
	margin-left: -90px;
	margin-bottom: 0px;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	#interview .sec01 .wrap1400 {
		display: block;
		padding-left: 0;
		padding-bottom: 0;
		padding-top: 0px;
	}
	#interview .sec01 .textBox {
		width: auto;
		padding: 0 5% 0;
		margin-bottom: 30px;
	}
	#interview .sec01 figure {
		width: auto;
		padding: 0 0 0;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

/* common sec */
#interview .sec .textBox .num {
	font-size: 6.8rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 0.12em;
}
#interview .sec .textBox h4 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 0.7em;
}
#interview .sec .textBox .text {
	margin: 1.8em 0 0;
}

@media screen and (max-width: 767px) {
	#interview .sec .textBox .num {
		font-size: 12vw;
	}
	#interview .sec .textBox h4 {
		font-size: 4.3vw;
	}
}

#interview .sec02 {
	position: relative;
	color: #fff;
	padding: 180px 0 50px;
	background-image: url("../img/shared/bg_wave_white_t2.svg"), url("../img/shared/bg_wave_white_b.svg");
	background-repeat: no-repeat;
	background-position: left top -1px, left bottom -1px;
	background-size: 100% auto, 101% auto;
	z-index: 1;
}
#interview .sec02 .wave1 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 20;
	opacity: 0.5;
}
#interview .sec02 .wrap1400 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-right: 50px;
	padding-bottom: 10vw;
	box-sizing: border-box;
}
#interview .sec02 .textBox {
	width: 38.89%;
	padding: 0 70px 0 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
#interview .sec02 figure {
	width: 56.44%;
	padding: 0 0 0 auto;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#interview .sec02 {
		padding: 40px 0 30px;
		z-index: 1;
	}
	#interview .sec02 .wave1 {
		bottom: 50px;
		left: 0;
		right: 0;
	}
	#interview .sec02 .wrap1400 {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	#interview .sec02 .textBox {
		width: auto;
		padding: 0 5% 0;
		margin-bottom: 3em;
	}
	#interview .sec02 figure {
		width: auto;
		padding: 0 0 30px;
	}
}

#interview .sec03 {
	margin-top: -1px;
}
#interview .sec03 .wrap1400 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 50px;
	padding-bottom: 0;
	box-sizing: border-box;
}
#interview .sec03 .textBox {
	width: 50.37%;
	padding: 30px 60px 50px 70px;
	margin-bottom: -30px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	z-index: 10;
}
#interview .sec03 figure {
	width: calc(50% + 90px);
	padding: 0 0 0 auto;
	margin-top: 0;
	margin-left: -90px;
	margin-bottom: -30px;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	#interview .sec03 .wrap1400 {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#interview .sec03 .textBox {
		width: auto;
		padding: 0 5% 3em;
		margin-bottom: 0;
		/*background: rgba(255,255,255,0.8);*/
		z-index: 10;
	}
	#interview .sec03 figure {
		width: auto;
		padding: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
}

#interview .sec04 {
	position: relative;
	color: #fff;
	padding: 150px 0 0;
	margin-top: -10px;
	margin-bottom: 0px;
	background-color: #f4f3f1;
	background-image: url("../img/shared/bg_wave_white_t.svg"), url("../img/shared/bg_wave_white_b2.svg");
	background-repeat: no-repeat;
	background-position: left top, left bottom -1px;
	background-size: 100% auto, 100% auto;
	z-index: 1;
}
#interview .sec04 .wave1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 20;
	opacity: 0.5;
}
#interview .sec04 .wrap1400 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-right: 50px;
	padding-bottom: 10vw;
	box-sizing: border-box;
}
#interview .sec04 .textBox {
	width: 50.0%;
	padding: 30px 50px 40px 50px;
	margin-bottom: -40px;
	margin-left: -18%;
	box-sizing: border-box;
	z-index: 10;
}
#interview .sec04 figure {
	width: 56.44%;
	padding: 0 0 0 auto;
	margin-top: 60px;
	margin-bottom: -40px;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	#interview .sec04 {
		padding: 20px 0 30px;
	}
	#interview .sec04 .wave1 {
		bottom: 10px;
	}
	#interview .sec04 .wrap1400 {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	#interview .sec04 .textBox {
		width: auto;
		padding: 6% 8% 6%;
		margin: 50px 5% 0;
	}
	#interview .sec04 figure {
		width: auto;
		padding: 0;
		margin-top: 40px;
		margin-bottom: 0;
	}
}
#interview .sec05 .wrap1400 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 50px;
	box-sizing: border-box;
}
#interview .sec05 .textBox {
	width: 50.37%;
	padding: 30px 60px 50px 70px;
	margin-bottom: -30px;
	margin-top: -10px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	z-index: 10;
}
#interview .sec05 figure {
	width: calc(50% + 90px);
	padding: 0 0 0 auto;
	margin-top: 100px;
	margin-left: -90px;
	margin-bottom: 0px;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	#interview .sec05 .wrap1400 {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	#interview .sec05 .textBox {
		width: auto;
		padding: 30px 5% 0;
		margin-bottom: 3em;
		margin-top: 0;
		background: rgba(255,255,255,0.8);
	}
	#interview .sec05 figure {
		width: auto;
		padding: 0;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

#interview .sec06 {
	position: relative;
	color: #fff;
	padding: 180px 0 0;
	margin-bottom: 100px;
	background-image: url("../img/shared/bg_wave_white_t.svg"), url("../img/shared/bg_wave_white_b.svg");
	background-repeat: no-repeat;
	background-position: left top, left bottom -2px;
	background-size: 100% auto, 100% auto;
}
#interview .sec06 .wave1 {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	z-index: 20;
	opacity: 0.5;
}
#interview .sec06 .wrap1400 {
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	z−index: 10;
}
#interview .sec06 .textBox {
	width: auto;
	padding: 0 70px;
	margin-top: -30px;
	margin-bottom: 1.8em;
	box-sizing: border-box;
}
#interview .sec06 figure {
	width: auto;
	padding: 2em 70px 0;
	z-index:11;
}

@media screen and (max-width: 767px) {
	#interview .sec06 {
		padding: 20px 0 80px;
		background-position:  center top, center bottom 0px;
	}
	#interview .sec06 .wave1 {
		top: -10px;
	}
	#interview .sec06 .wrap1400 {
		padding-right: 0;
		padding-left: 0;
	}
	#interview .sec06 .textBox {
		width: auto;
		padding: 0 5%;
		margin-top: 30px;
		margin-bottom: 3em;
	}
	#interview .sec06 figure {
		width: auto;
		padding: 0;
	}
	#interview .sec06 figure img {
		width: auto;
		height: 60vw;
		object-fit: cover;
		object-position: center center;
	}
}

#interview .sec07 {
	padding: 0;
	position: relative;
}
#interview .sec07 .wave1 {
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
	z-index: 20;
	opacity: 0.5;
}
#interview .sec07 .wrap1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 120px;
	box-sizing: border-box;
}
#interview .sec07 figure {
	width: 28.10%;
}
#interview .sec07 .textBox {
	width: 67.5%;
	max-width: 748px;
	box-sizing: border-box;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	#interview .sec07 {
	}
	#interview .sec07 .wave1 {
		top: -160px;
	}
	#interview .sec07 .wrap1400 {
		display: block;
		padding: 0 5%;
		transform: translateY(-80px);
	}
	#interview .sec07 figure {
		width: 54%;
		margin: 0 auto 30px;
	}
	#interview .sec07 .textBox {
		width: auto;
		max-width: auto;
	}
	#interview .sec07 .textBox h4 {
		text-align: center;
	}
}

#interview .secOthers .interviewList {
	display: none;
}

@media screen and (max-width: 767px) {
	#interview .secOthers {
		display: block;
		background: #f4f3f1;
		padding-bottom: 10px;
		transform: translateY(-60px);
	}
	#interview .secOthers .interviewList {
		margin: 0 8%;
		padding: 30px 0 10px;
		width: auto;
		display: block;
	}
	#interview .secOthers .interviewList .item {
		width: auto;
		/*width: calc((100% - 150px)/3);*/
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
		text-align: left;
		background: rgba(255,255,255,0.8);
		z-index:99;
	}
	
	/* Arrows */
	.slick-prev,
	.slick-next
	{
		font-size: 0;
		line-height: 0;

		position: absolute;
		top: 50%;

		display: block;
		width: 5.8vw;
		height: 5.8vw;
		margin: 0;
		border-radius: 50%;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);

		cursor: pointer;

		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		transition: 0.3s;
	}
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus
	{
		opacity: 0.7;
	}
	
	.slick-prev {
		left: -5.8vw;
		background: #009944 url("../img/shared/arrow_r_white.svg") no-repeat center center / 2.6vw auto;
		margin-top: -2.9vw;
		transform: rotate(180deg);
	}
	.slick-next {
		right: -5.8vw;
		background: #009944 url("../img/shared/arrow_r_white.svg") no-repeat center center / 2.6vw auto;
	}
}
