@charset "utf-8";
/*------------------------------------------------------------
	manager
------------------------------------------------------------*/
.pageMv h2 {
	width: 47.9rem;
}
#main .interview {
	margin-bottom: 23rem;
}
#main .interview .innerBox:not(:last-of-type) {
    margin-bottom: 22.5rem;
}
#main .interview .imgBox .textBox {
	max-width: 105rem;
}
#main .interview .imgBox .textBox .title {
	margin-bottom: 4rem;
}
#main .interview .imgBox .textBox .sub {
	margin-left: 5rem;
}
#main .interview .faqBox dl:last-child {
	border-bottom: 0;
}
#main .interview .interviewBox {
	margin: 5.7rem auto 0;
	max-width: 100rem;
}
#main .interview .interviewBox .photoBox {
	width: 50%;
}
#main .interview .interviewBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .interview .interviewBox .textBox {
	padding: 2rem 3.5rem 2rem 4rem;
	flex: 1;
	background-color: #FFF4E4;
	display: flex;
	align-items: center;
}
#main .interview .interviewBox .textBox .h_title {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #F47B00;
}
#main .interview .interviewBox .textBox .h_title img {
	width: 17.9rem;
}
#main .interview .interviewBox .textBox .text {
	line-height: 2.5;
}
#main .interview .comBtn {
	margin-top: 9rem;
}
#main .interview .innerBox03 .imgBox .textBox .title {
	max-width: 58rem;
}
#main .interview .innerBox03 .imgBox .textBox .sub {
	max-width: 70rem;
	letter-spacing: 0.2em;
}
#main .interview .innerBox03 .interviewBox {
	margin-top: 8.3rem;
	flex-direction: row-reverse;
}
#gFooter {
	margin-top: 13rem;
}
@media all and (max-width: 896px) {
	.pageMv h2 {
		width: 13rem;
	}
	#main .topBox {
		margin-bottom: 6rem;
	}
	#main .interview {
		margin-bottom: 6.5rem;
	}
	#main .interview .innerBox:not(:last-of-type) {
		margin-bottom: 7.5rem;
	}
	#main .interview .imgBox {
		margin-bottom: 1.3rem;
	}
	#main .interview .imgBox .textBox {
		padding: 0 2rem;
		max-width: 100%;
	}
	#main .interview .imgBox .textBox .title {
		margin-bottom: 1rem;
	}
	#main .interview .imgBox .textBox .sub {
		margin-left: 1.3rem;
	}
	#main .interview .faqBox dd {
		margin-bottom: 1rem;
		line-height: 1.7;
	}
	#main .interview .interviewBox {
		margin: 3.5rem auto 0;
		max-width: 100%;
		display: block;
	}
	#main .interview .interviewBox .photoBox {
		width: auto;
	}
	#main .interview .interviewBox .textBox {
		padding: 2.5rem 2.5rem;
		display: block;
	}
	#main .interview .interviewBox .textBox .h_title {
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
	}
	#main .interview .interviewBox .textBox .h_title img {
		width: 10rem;
	}
	#main .interview .interviewBox .textBox .text {
		line-height: 1.875;
	}
	#main .interview .comBtn {
		margin-top: 3rem;
	}
	#main .interview .innerBox03 .imgBox .textBox .title {
		max-width: 100%;
	}
	#main .interview .innerBox03 .imgBox .textBox .sub {
		max-width: 66%;
	}
	#main .interview .innerBox03 .interviewBox {
		margin-top: 3rem;
	}
	#gFooter {
		margin-top: 7.5rem !important;
	}
}