/*=======================
下層MV
=======================*/
#mv {
	background-image: url(../img/recruit_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
採用情報
=======================*/
.cont_wrap .lead_text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
	padding-bottom: 0.60rem;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.cont_wrap .lead_text {
		font-size: 0.15rem;
	}
}

.page_link_wrap {
	width: 100%;
	max-width: 4.50rem;
	margin: auto;
	padding-bottom: 1.10rem;
}

.page_link_wrap .list .detail {
	width: 50%;
}

@media screen and (max-width: 499px) {
	.page_link_wrap .list .detail {
		width: 100%;
	}
}


/*=======================
インタビュー一覧
=======================*/
.interview_list {
	padding: 0.80rem 0 0.20rem;
	background-image: url(../img/bg_gray.jpg);
}

@media screen and (max-width: 499px) {
	.interview_list {
		padding: 0.50rem 0 0.20rem;
	}
}

.interview_list .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.interview_list .list .detail {
	width: 48%;
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail {
		width: 100%;
		padding-bottom: 0.50rem;
	}
}

.interview_list .list .detail a {
	color: #111;
	text-decoration: none;
	display: block;
	position: relative;
}

.interview_list .list .detail .ph_wrap {
	min-height: 3.20rem;
	overflow: hidden;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .ph_wrap {
		min-height: auto;
		height: 56vw;
	}
}

.interview_list .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.interview_list .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

.interview_list .list .detail .title {
	font-size: 0.21rem;
	letter-spacing: 0.10em;
	line-height: 1.66;
	font-weight: 700;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .title {
		font-size: 4.4vw;
		letter-spacing: 0.05em;
	}
}

.interview_list .list .detail .name {
	font-size: 0.20rem;
	color: #666;
	letter-spacing: 0.10em;
	padding-bottom: 0.14rem;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .name {
		font-size: 0.14rem;
		padding-bottom: 0.10rem;
	}
}

.interview_list .list .detail .spec {
	font-size: 0.14rem;
	color: #666;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .spec {
		font-size: 0.12rem;
		letter-spacing: 0.05em;
	}
}

.interview_list .list .detail .more_btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.interview_list .list .detail .more_btn span {
	font-family: 'Jost', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .more_btn span {
		font-size: 0.12rem;
	}
}

.interview_list .list .detail .more_btn span::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 1px;
	background-color: #f8184f;
	position: relative;
	top: -0.06rem;
	margin-left: 0.06rem;
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail .more_btn span::after {
		width: 0.10rem;
	}
}

.interview_list .list .detail a:hover .more_btn span::after {
	width: 0.12rem;
}

@media screen and (max-width: 499px) {
	.interview_list .list .detail a:hover .more_btn span::after {
		width: 0.06rem;
	}
}

/* =======================
求人概要
========================*/
.recruit_info {
	padding: 0.90rem 0 0;
}

.recruit_info_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruit_info_wrap .list .detail {
	width: 31%;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

.recruit_info_wrap .list .detail a {
	display: block;
	padding: 0.40rem;
	position: relative;
	text-decoration: none;
	color: #FFF;
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail a {
		padding: 0.30rem;
	}
}

.recruit_info_wrap .list .detail a::before {
	content: "";
	width: 1.40rem;
	height: 1.40rem;
	background-image: url(../img/recruit_info_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.10rem;
	bottom: -0.30rem;
	z-index: 0;
}

.recruit_info_wrap .list .detail a:hover {
	opacity: 0.7;
}

.recruit_info_wrap .list .detail.newgrad a {
	background-color: #39b54a;
}

.recruit_info_wrap .list .detail.career a {
	background-color: #0071bc;
}

.recruit_info_wrap .list .detail.staff a {
	background-color: #c1272d;
}

.recruit_info_wrap .list .detail a .title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail a .title {
		font-size: 0.20rem;
	}
}

.recruit_info_wrap .list .detail a .title span {
	font-family: 'Oswald', sans-serif;
	font-size: 0.14rem;
	font-weight: 400;
	letter-spacing: 0.10em;
	display: block;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail a .title span {
		font-size: 0.12rem;
		padding-bottom: 0.10rem;
	}
}

.recruit_info_wrap .list .detail a .more_btn {
	border: 1px solid #FFF;
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail a .more_btn {
		max-width: 2.50rem;
		margin: auto;
	}
}

.recruit_info_wrap .list .detail a .more_btn span {
	display: block;
	font-family: 'Jost', sans-serif;
	line-height: 0;
	font-size: 0.14rem;
	padding: 0.25rem;
	position: relative;
	letter-spacing: 0.10em;
}

.recruit_info_wrap .list .detail a .more_btn span::after {
	content: "";
	width: 0.40rem;
	height: 1px;
	background-color: #111;
	position: absolute;
	right: -0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 499px) {
	.recruit_info_wrap .list .detail a .more_btn span::after {
		width: 0.30rem;
		right: -0.15rem;
	}
}

/*======================
インタビュー（詳細）
======================*/
.interview_detail_header {
	padding-bottom: 0.40rem;
	position: relative;
	margin-right: 0.70rem;
	margin-bottom: 0.70rem;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 499px) {
	.interview_detail_header {
		margin-right: 0.20rem;
		flex-wrap: wrap;
	}
}

.interview_detail_header::before {
	content: "";
	width: calc(100% - 0.70rem);
	height: calc(100% - 0.80rem);
	position: absolute;
	left: 0.70rem;
	top: 0.80rem;
	background-image: url(../img/bg_gray.jpg);
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.interview_detail_header::before {
		width: 100%;
		height: calc(100% - 0.90rem);
		left: 0;
	}
}

.interview_detail_header .ph_wrap {
	width: 48.90%;
	height: 4.40rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 56vw;
	}
}

.interview_detail_header .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview_detail_header .textbox {
	width: 46.20%;
	padding-top: 1.40rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox {
		width: 100%;
		padding-top: 0.30rem;
		padding-left: 0.20rem;
		box-sizing: border-box;
	}
}

.interview_detail_header .textbox .page_title {
	font-family: 'Oswald', sans-serif;
	font-size: 0.17rem;
	font-weight: 400;
	letter-spacing: 0.10em;
	color: #f8184f;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox .page_title {
		font-size: 0.12rem;
		padding-bottom: 0.10rem;
	}
}

.interview_detail_header .textbox .catch {
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1.66;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox .catch {
		font-size: 4.5vw;
		letter-spacing: 0;
		margin-bottom: 0.20rem;
	}
}

.interview_detail_header .textbox .name {
	font-size: 0.24rem;
	letter-spacing: 0.10em;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox .name {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}

.interview_detail_header .textbox .name span {
	font-family: 'Jost', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.10em;
	display: inline-block;
	padding-left: 0.10rem;
	color: #666;
	position: relative;
	top: -0.04rem;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox .name span {
		font-size: 0.12rem;
		top: -0.02rem;
	}
}

.interview_detail_header .textbox .spec {
	font-size: 0.14rem;
	letter-spacing: 0.10em;
	color: #666;
	line-height: 1.85;
}

@media screen and (max-width: 499px) {
	.interview_detail_header .textbox .spec {
		font-size: 0.12rem;
		letter-spacing: 0.05em;
	}
}

/* インタビュー本文 */
.comment_wrap {
	padding-bottom: 0.70rem;
}

.comment_wrap .title {
	font-size: 0.20rem;
	line-height: 1.65;
	letter-spacing: 0.10em;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
.comment_wrap .title {
	font-size: 0.18rem;
	font-weight: 500;
}
}

.comment_wrap .title span {
	display: inline-block;
	border-bottom: 1px solid #111;
	padding-bottom: 0.10rem;
}

.comment_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
	text-align: left;
	text-align: justify;
}

@media screen and (max-width: 499px) {
.comment_wrap .text {
	font-size: 0.14rem;
}
}

/* インタビュー中段の写真 */
.sub_ph_wrap {
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 499px) {
.sub_ph_wrap {
	padding-bottom: 0.40rem;
}
}

/* メッセージ */
.interview_message_wrap .in {
	position: relative;
	padding-top: 0.70rem;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .in {
	padding-top: 0.30rem;
}
}

.interview_message_wrap .in .textbox {
	background-color: #fee7ed;
	padding: 0.70rem 0.40rem 0.40rem;
	position: relative;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .in .textbox {
	background-color: #fee7ed;
	padding: 0.60rem 0.30rem 0.30rem;
	position: relative;
}
}

.interview_message_wrap .in .textbox::before {
	content: "";
	width: 2.13rem;
	height: 0.77rem;
	background-image: url(../img/interview_detail_message.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.20rem;
	top: -0.25rem;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .in .textbox::before {
	width: 1.60rem;
	top: -0.15rem;
}
}

.interview_message_wrap .in .textbox .catch {
	font-size: 0.22rem;
	letter-spacing: 0.10em;
	line-height: 1.81;
	font-weight: 500;
	padding-bottom: 0.30rem;
	max-width: 5.36rem;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .in .textbox .catch {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-bottom: 0.20rem;
}
}

.interview_message_wrap .in .textbox .text {
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	line-height: 2;
	max-width: 5.36rem;
	text-align: justify;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .in .textbox .text {
	font-size: 0.14rem;
	line-height: 1.91;
}
}

.interview_message_wrap .ph_wrap {
	width: 5.36rem;
	height: 4.47rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -1.10rem;
}

@media screen and (max-width: 499px) {
.interview_message_wrap .ph_wrap {
	width: 100%;
	height: 50vw;
	overflow: hidden;
	position: relative;
	top: auto;
	right: auto;
}
}

.interview_message_wrap .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 一覧に戻る */
.back_btn {
	padding: 0.90rem 0 1.00rem;
	max-width: 3.20rem;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 499px) {
.back_btn {
	padding: 0.60rem 0;
	max-width: 2.50rem;
}
}

.back_btn a {
	display: block;
	border: 1px solid #111;
	line-height: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	color: #111;
	text-decoration: none;
	position: relative;
	font-family: 'Jost', sans-serif;
}

.back_btn a:hover {
	background-color: #111;
	color: #FFF;
}

.back_btn a span:before {
	content: "";
	width: 0.60rem;
	height: 1px;
	background-color: #f8184f;
	position: absolute;
	left: -0.30rem;
	top: 50%;
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
.back_btn a span:before {
	width: 0.40rem;
	left: -0.20rem;
}
}

.back_btn a:hover span:before {
	left: -0.40rem;
}

@media screen and (max-width: 499px) {
.back_btn a:hover span:before {
	left: -0.30rem;
}
}

/*======================
募集要項（詳細）
======================*/
.recruit_info_cont {
	padding-bottom: 1.50rem;
}

/* 募集していないとき */
.recruit_info_cont .no_text {
	font-size: 0.16rem;
	height: 2.00rem;
	padding: 0.20rem 0;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont .no_text {
		font-size: 0.14rem;
		height: 1.50rem;
	}
}

.recruit_info_cont .tab_wrap {
	border-bottom: 2px solid #f8184f;
}

.recruit_info_cont .tab_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruit_info_cont .tab_wrap .list .detail {
	width: 33%;
}

.recruit_info_cont .tab_wrap .list .detail a {
	display: block;
	line-height: 0;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	color: #111;
	text-decoration: none;
	padding: 0.29rem 0 0.31rem;
	text-align: center;
	font-weight: 700;
	background-color: #ebebeb;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont .tab_wrap .list .detail a {
		font-size: 0.16rem;
		letter-spacing: 0;
		padding: 0.24rem 0 0.26rem;
	}
}

.recruit_info_cont .tab_wrap .list .detail a:hover {
	background-color: #CCC;
}

.recruit_info_cont .tab_wrap .list .detail.active a {
	color: #FFF;
	background-color: #f8184f;
}

.recruit_info_cont table {
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont table {
		margin-top: 0.20rem;
	}
}

.recruit_info_cont th {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	width: 1.90rem;
	box-sizing: border-box;
	padding: 0.15rem;
	line-height: 1.75;
	border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont th {
		font-size: 0.16rem;
		font-weight: 700;
		width: 100%;
		box-sizing: border-box;
		padding: 0.10rem 0;
		border-bottom: 1px solid #b3b3b3;
		box-sizing: border-box;
		display: block;
	}
}

.recruit_info_cont td {
	padding: 0.15rem;
	font-size: 0.16rem;
	line-height: 1.875;
	letter-spacing: 0.10em;
	border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont td {
		padding: 0.10rem 0;
		font-size: 0.15rem;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-bottom: 0;
	}
}

.recruit_info_cont td .pay_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 3.50rem;
}

.recruit_info_cont td .pay_list dt {
	width: 1.40rem;
}

.recruit_info_cont .more_btn {
	padding-top: 0.40rem;
	max-width: 3.60rem;
	margin: auto;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont .more_btn {
		max-width: 3.00rem;
	}
}

.recruit_info_cont .more_btn a {
	display: block;
	background-color: #111;
	line-height: 0;
	padding: 0.29rem 0.20rem 0.31rem 0;
	text-align: center;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont .more_btn a {
		font-size: 0.16rem;
	}
}

.recruit_info_cont .more_btn a::after {
	content: "";
	width: 0.35rem;
	height: 0.08rem;
	background-image: url(../img/link_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
	.recruit_info_cont .more_btn a::after {
		width: 0.24rem;
		right: 0.15rem;
		top: 47%;
	}
}

.recruit_info_cont .more_btn a:hover {
	background-color: #f8184f;
}

.recruit_info_cont .more_btn a:hover::after {
	right: 0.14rem;
}
