.sub_top.mv {
	background-image: url(../img/recruit/sub_top_mv_recruit.png);
}

.sub_title_main {
	border-bottom: none;
}

.sub_title_main_title {
	width: 322px;
}

@media screen and (max-width: 767px) {
	.sub_title_main_title {
		width: 250px;
	}
}

/* ------------------------------------------
  recruit_mv
------------------------------------------ */

.recruit_mv {
	background-image: url(../img/recruit/recruit_mv_img.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 800px;
	position: relative;
	z-index: 0;
}

.recruit_mv_text_main {
	position: absolute;
	top: 250px;
	left: 80px;
}

.recruit_mv_text_main_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 100px;
	text-align: center;
	color: #CA1F1B;
	line-height: 1;
}

.recruit_mv_text_main_desc {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #CA1F1B;
	line-height: 1;
	margin-top: 10px;
}

.recruit_mv_text_title {
	position: absolute;
	bottom: 80px;
	left: 0;
}

.recruit_mv_text_title span {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 84px;
	background: #CA1F1B;
	padding: 0 50px;
	display: table;
}

.recruit_mv_text_title span+span {
	margin-left: 350px;
	margin-top: 13px;
}

@media screen and (max-width: 767px) {
	.recruit_mv {
		background-position: top center;
		background-size: cover;
		height: 600px;
	}
	.recruit_mv_text_main {
		display: block;
		align-items: flex-end;
		position: absolute;
		top: 80px;
		left: 20px;
	}
	.recruit_mv_text_main {
		position: absolute;
		top: 130px;
		left: 20px;
	}
	.recruit_mv_text_main_title {
		font-size: 50px;
	}
	.recruit_mv_text_main_desc {
		font-size: 20px;
		margin-top: 10px;
	}
	.recruit_mv_text_title {
		bottom: 40px;
		left: 0;
	}
	.recruit_mv_text_title span {
		font-size: 20px;
		line-height: 50px;
		padding: 0 10px;
	}
	.recruit_mv_text_title span+span {
		margin-left: 100px;
		margin-top: 10px;
	}
}

/* ------------------------------------------
  recruit_content
------------------------------------------ */

.recruit_content {
	margin-top: 0;
	background-color: #CA1F1B;
	padding: 100px 0;
	position: relative;
	z-index: 0;
}

.recruit_content_img {
	position: absolute;
	width: 100%;
	height: 415px;
	display: none;
	background-image: url(../img/recruit/recruit_content_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recruit_content:nth-child(3) {
	padding-top: 380px;
}

.recruit_content:nth-child(3) .recruit_content_img {
	display: block;
	top: 0;
	left: 0;
}

.recruit_content_title {
	background-color: initial;
	max-width: 960px;
	margin: 0 auto;
}

.recruit_content_title_main {
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.3;
	color: #fff;
}

.recruit_content_main {
	padding-top: 40px;
}

.recruit_content_main_item_lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: -9px;
}

.recruit_content_main_item_lists_item {
	width: 160px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 40px;
	text-align: center;
	color: #CA1F1B;
	background-color: #F8F8F8;
}

.recruit_content_main_item {
	border-bottom: 1px #fff solid;
	display: flex;
}

.recruit_content_main_item dt {
	width: 170px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

.recruit_content_main_item dd {
	width: calc(100% - 170px);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
	padding: 30px;
}

.recruit_content_main_item_dd+.recruit_content_main_item_dd {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.recruit_content_title_main {
		font-size: 24px;
		line-height: 1.3;
		padding: 0 20px;
	}
	.recruit_content_img {
		height: 150px;
	}
	.recruit_content:nth-child(3) {
		padding-top: 133px;
	}
	.recruit_content_main {
		padding-top: 20px;
	}
	.recruit_content_main_item dt {
		width: 80px;
		font-size: 13px;
		padding: 20px 0;
	}
	.recruit_content_main_item dd {
		width: calc(100% - 80px);
		font-size: 13px;
		padding: 20px 10px;
	}
	.recruit_content_main_item_dd+.recruit_content_main_item_dd {
		margin-top: 10px;
	}
	.recruit_content_main_item_lists {
		margin-top: -15px;
	}
	.recruit_content_main_item_lists_item {
		width: 100px;
		margin-right: 10px;
		margin-bottom: 4px;
		margin-top: 4px;
		font-weight: 500;
		font-size: 12px;
		line-height: 30px;
	}
}

.recruit_content.step {
	background-color: #EFEFEF;
	padding-top: 0;
}

.recruit_content_main_step {
	display: flex;
	margin-top: 50px;
}

.recruit_content.step .recruit_content_title_main {
	color: #CA1F1B;
}

.recruit_content_main_step {
	display: flex;
	margin-top: 30px;
}

.recruit_content_main_step_item {
	flex: 1;
}

.recruit_content_main_step_item_top {
	height: 80px;
	background: #fff;
	color: #CA1F1B;
	position: relative;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-top: 1px #CA1F1B solid;
	border-bottom: 1px #CA1F1B solid;
}

.recruit_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top_arrow02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 78px;
	position: absolute;
	right: -20px;
	top: 0;
	width: 30px;
	z-index: 1;
}

.recruit_content_main_step_item_top_step {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #CA1F1B;
}

.recruit_content_main_step_item_top_title {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	color: #CA1F1B;
	margin-top: 4px;
}

.recruit_content_main_step_item:nth-child(2n + 1) .recruit_content_main_step_item_top {
	background: #CA1F1B;
}

.recruit_content_main_step_item:nth-child(2n + 1) .recruit_content_main_step_item_top::after {
	background-image: url(../img/recruit/recruit_content_main_step_item_top_arrow01.png);
}

.recruit_content_main_step_item:nth-child(2n + 1) .recruit_content_main_step_item_top_step {
	color: #fff!important;
}

.recruit_content_main_step_item:nth-child(2n + 1) .recruit_content_main_step_item_top_title {
	color: #fff!important;
}

.recruit_content_main_step_item_text {
	padding-left: 30px;
	margin-top: 17px;
}

.recruit_content_main_step_item_text_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	color: #CA1F1B;
}

.recruit_content_main_lists {
	border-top: 1px solid #CA1F1B;
	max-width: 900px;
	margin: 50px auto 0;
}

.business_content:nth-child(2n + 1) .recruit_content_main_lists {
	border-top: 1px solid #fff;
}

.recruit_content_main_lists_item {
	display: flex;
	border-bottom: 1px solid #CA1F1B;
	padding: 50px 0;
}

.business_content:nth-child(2n + 1) .recruit_content_main_lists_item {
	border-bottom: 1px solid #fff;
}

.recruit_content_main_lists_item_title {
	width: 193px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recruit_content_main_lists_item_title_main {
	width: 100%;
	line-height: 88px;
	background: transparent;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background-color: #ca1f1b;
}

.business_content:nth-child(2n + 1) .recruit_content_main_lists_item_title_main {
	color: #ca1f1b;
	background-color: #fff;
}

.recruit_content_main_lists_item_desc {
	width: calc(100% - 193px);
	padding-left: 50px;
}

.recruit_content_main_lists_item_desc_main {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: left;
	color: #ca1f1b;
}

.business_content:nth-child(2n + 1) .recruit_content_main_lists_item_desc_main {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.recruit_content_main_step {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.recruit_content_main_step_item {
		flex: initial;
		width: calc(33.33333% - 7px);
	}
	.recruit_content_main_step_item:nth-child(n + 4) {
		margin-top: 20px;
	}
	.recruit_content_main_step_item:nth-child(3n + 1) .recruit_content_main_step_item_top {
		border-left: 1px #ca1f1b solid;
	}
	.recruit_content_main_step_item_top {
		height: 60px;
		padding-left: 21px;
	}
	.recruit_content_main_step_item_top::after {
		height: 58px;
		right: -18px;
		top: 0;
		width: 27px;
	}
	.recruit_content_main_step_item_top_step {
		font-size: 14px;
	}
	.recruit_content_main_step_item_top_title {
		font-size: 10px;
		margin-top: 4px;
	}
	.recruit_content_main_step_item_text {
		padding-left: 21px;
		margin-top: 10px;
	}
	.recruit_content_main_step_item_text_desc {
		font-size: 12px;
	}
}

.recruit_content_main_stepbottom {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 70px;
}

.recruit_content_main_stepbottom_main {
	max-width: 800px;
	margin: 0 auto;
}

.recruit_content_main_stepbottom_main_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #CA1F1B;
}

@media screen and (max-width: 767px) {
	.recruit_content_main_stepbottom {
		margin-top: 20px;
		padding: 20px;
	}
	.recruit_content_main_stepbottom_main_desc {
		font-size: 13px;
	}
}

/* ------------------------------------------
  recruit_middle
------------------------------------------ */

.recruit_middle {
	margin-top: 100px;
}

.recruit_middle img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
	.recruit_middle {
		margin-top: 60px;
	}
}

/* ------------------------------------------
  recruit_faq
------------------------------------------ */

.recruit_faq {
	padding: 100px 0 150px;
	background-color: #CA1F1B;
}

.recruit_faq_main_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 50px;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}

.recruit_faq_main_lists {
	margin-top: 30px;
}

.recruit_faq_main_lists_item {
	background-color: #B20400;
}

.recruit_faq_main_lists_item_question {
	padding: 30px 80px;
	background-image: url(../img/recruit/recruit_faq_main_lists_item_question_arrow.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 11px;
	cursor: pointer;
}

.recruit_faq_main_lists_item_question_main {
	position: relative;
	z-index: 0;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.5;
	color: #fff;
}

.recruit_faq_main_lists_item_question_main::before {
	position: absolute;
	top: 0;
	left: -40px;
	content: "Q.";
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.5;
}

.recruit_faq_main_lists_item+.recruit_faq_main_lists_item {
	margin-top: 20px;
}

.recruit_faq_main_lists_item_question.open {
	background-image: url(../img/recruit/recruit_faq_main_lists_item_question_arrow_open.png);
}

.recruit_faq_main_lists_item_question.open .recruit_faq_main_lists_item_question_main {
	color: #fff;
}

.recruit_faq_main_lists_item_question.open .recruit_faq_main_lists_item_question_main::before {
	color: #fff;
}

.recruit_faq_main_lists_item_answer {
	padding: 30px 80px 30px 100px;
	display: none;
	background-color: #CA1F1B;
}

.recruit_faq_main_lists_item_answer_main {
	position: relative;
	z-index: 0;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.5;
	color: #fff;
}

.recruit_faq_main_lists_item_answer_main::before {
	position: absolute;
	top: 0;
	left: -40px;
	content: "A.";
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.recruit_faq {
		padding: 60px 0 100px;
	}
	.recruit_faq_main_title {
		font-size: 30px;
	}
	.recruit_faq_main_lists {
		margin-top: 20px;
	}
	.recruit_faq_main_lists_item_question {
		padding: 20px 40px;
		background-position: center right 20px;
		background-size: 11px;
	}
	.recruit_faq_main_lists_item_question_main {
		font-size: 16px;
	}
	.recruit_faq_main_lists_item_question_main::before {
		left: -24px;
		content: "Q.";
		font-size: 16px;
	}
	.recruit_faq_main_lists_item_answer {
		padding: 20px 40px 20px 50px;
	}
	.recruit_faq_main_lists_item_answer_main {
		font-size: 16px;
	}
	.recruit_faq_main_lists_item_answer_main::before {
		left: -24px;
		content: "A.";
		font-size: 16px;
	}
}