/*============================
MV
============================*/
#lower_mv {
	width: 100%;
	min-height: 5.00rem;
	height: 60vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#lower_mv {
		height: 2.00rem;
	}
}

#lower_mv .in {
	height: 100%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
	#lower_mv .in {
		height: 100%;
	}
}

/*インタビューリスト*/
#interview_list #lower_mv {
	background-image: url(../img/interview_mv.jpg);
}

/*インタビュー詳細*/
#interview_ditail #lower_mv {
	background-image: url(../img/interview_mv.jpg);
}

/*リクルート*/
#recruit #lower_mv {
	background-image: url(../img/recruit_mv.jpg);
}

/*サービス*/
#service #lower_mv {
	background-image: url(../img/service_mv.jpg);
}

/*私たちについて*/
#about #lower_mv {
	background-image: url(../img/about_mv.jpg);
}

/*お問い合わせ*/
#contact #lower_mv {
	background-image: url(../img/contact_mv.jpg);
}

/*テキスト*/
#lower_mv .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	font-size: 0.40rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	text-shadow: 1px -1px 12px rgba(0,0,0,0.5);
}

@media screen and (max-width: 599px) {
	#lower_mv .title {
		width: 100%;
		text-align: center;
		font-size: 0.24rem;
		font-weight: 700;
	}
}

/*============================
パンくず
============================*/
#page_navi {
	padding: 0.19rem 0 0.5rem 0;
	position: relative;
	z-index: 1;
}

#page_navi .list {
	display: flex;
}

#page_navi .list .link {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

@media screen and (max-width: 599px) {
	#page_navi .list .link {
		font-size: 0.11rem;
	}
}

#page_navi .list .link a {
	text-decoration: none;
	color: #000;
}

#page_navi .list .link a:hover {
	text-decoration: underline;
}

#page_navi .list .link a::after {
	content: "";
	display: inline-block;
	margin: 0 0.08rem;
	position: relative;
	width: 0.1rem;
	height: 0.09rem;
	background-image: url(../img/sp_menu_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.7;
}

#page_navi .list .link.current {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
	color: #000;
}


/*============================
FAQ
============================*/
.faq {
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px){
	.faq {
		padding: 0.40rem 0;
	}
}


/*リード*/
.faq .lead {
	font-size: 0.16rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 0.10rem;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px){
	.faq .lead {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}


.faq .faq_wrapper .box {
	box-sizing: border-box;
	padding: 0.40rem 0.40rem 0.50rem 0.40rem;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px){
	.faq .faq_wrapper .box {
		box-sizing: border-box;
		padding:0.15rem  0.15rem;
	}

}


/*Q*/
.faq .faq_wrapper .box .faq_q {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 0.30rem;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px){
	.faq .faq_wrapper .box .faq_q {
		font-size: 0.16rem;
		padding-left: 0.25rem;
		margin-bottom: 0.10rem;
	}
}


.faq .faq_wrapper .box .faq_q::before {
	font-size: 0.20rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	content: 'Q.';
	color: #999999;
	display: inline-block;
	position: absolute;
	font-family: 'Poppins', sans-serif;
	left: 0;
}

@media screen and (max-width: 599px){
.faq .faq_wrapper .box .faq_q::before {
	font-size: 0.16rem;
}
}


/*A*/
.faq .faq_wrapper .box .faq_a {
	font-size: 0.16rem;
	line-height: 2.25;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px){
	.faq .faq_wrapper .box .faq_a {
		font-size: 0.14rem;
		padding-left: 0.25rem;
		line-height: 1.85;
		text-align: justify;
	}
}

.faq .faq_wrapper .box .faq_a a {
	color: #c71e0a;
	font-weight: 500;
}

.faq .faq_wrapper .box .faq_a a:hover {
	text-decoration: none;
}


.faq .faq_wrapper .box .faq_a::before {
	font-size: 0.20rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	content: 'A.';
	color: #C71E0A;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 599px){
.faq .faq_wrapper .box .faq_a::before {
	font-size: 0.16rem;
}
}


/*============================
YouTube
============================*/
.youtube_wrap {
	width: 100%;
	height: 65vw;
	max-width: 9.60rem;
	max-height: 5.40rem;
	margin:0 auto 1.00rem;
	position: relative;
}

@media screen and (max-width: 599px){
	.youtube_wrap {
		height: auto;
		padding-top: 56.25%;
		margin: 0.30rem 0.20rem;
		width: calc(100% - 0.40rem);
	}
}

.youtube_wrap iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 599px){
	.youtube_wrap iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}