@font-face {
	font-family: "Noto Sans JP Bold";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Bold"),url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP Medium";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Medium"),url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Regular"),url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins Bold";
	font-style: normal;
	font-weight: normal;
	src: local("Poppins Bold"),url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "KozGoPr6N-heavy";
	font-style: normal;
	font-weight: normal;
	src: local("KozGoPr6N-Heavy"),url("../fonts/KozGoPr6N-Heavy.otf") format("opentype");
}

@font-face {
	font-family: "KozGoPr6N-medium";
	font-style: normal;
	font-weight: normal;
	src: local("KozGoPr6N-Heavy"),url("../fonts/KozGoPr6N-Medium.otf") format("opentype");
}

@font-face {
	font-family: "ZenKakuGothicAntique-Black";
	font-style: normal;
	font-weight: normal;
	src: local("ZenKakuGothicAntique-Black"),url("../fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
}

@font-face {
	font-family: "Adobe Handwriting Ernie";
	font-style: normal;
	font-weight: normal;
	src: local("Adobe Handwriting Ernie"),url("../fonts/AdobeHandwriting-Ernie.ttf") format("truetype");
}

@font-face {
	font-family: "Apple SD Gothic Neo";
	font-style: normal;
	font-weight: normal;
	src: local("Apple SD Gothic Neo"),url("../fonts/AppleSDGothicNeoR.ttf") format("truetype");
}

.recruit_body {
	background-color: #fffaf4;
}

.recruit_top {
	margin-bottom: 120px;
	position: relative;
}

.recruit_top_background {
	background-image: url(../img/recruit_top_background.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 1200px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.recruit_top .subpage_title_wrapper {
	margin-bottom: 24px;
	padding-top: 80px;
}

.recruit_main .concept_heading {
	left: -112px;
	top: 410px;
}

.recruit_main .content_wrapper {
	background-color: #fff;
	position: relative;
	z-index: 20;
}

.recruit_type .section_subtitle,
.application_recruitment .section_subtitle {
	color: #4d2c0c;
	font-size: 26px;
	text-align: center;
}

.recruit_type .section_subtitle {
	margin-bottom: 94px;
}

.recruit_type_layout {
	justify-content: space-between;
}

.recruit_type_image {
	display: block;
	margin-bottom: 15px;
	max-width: 290px;
	width: 100%;
}

.recruit_type_text {
	color: #4d2c0c;
	font-size: 26px;
	text-align: center;
}

.application_recruitment .section_title {
	font-size: 58px;
}

.application_recruitment .section_subtitle {
	margin-bottom: 110px;
}

.application_recruitment_wrapper {
	flex-wrap: wrap;
	margin: 0 auto;
	width: auto;
}

.application_recruitment dt,
.application_recruitment dd {
	border-bottom: #4d2c0c 1px solid;
	color: #4d2c0c;
	padding: 40px 0;
}

.application_recruitment dt {
	font-size: 18px;
	padding-left: 16px;
	width: 30%;
}

.application_recruitment dd {
	width: 70%;
}

.application_recruitment dt:last-of-type,
.application_recruitment dd:last-of-type {
	border-bottom: none;
}

.recruit_information {
	padding-top: 120px;
}

.recruit_information .logo_mynavi {
	margin-bottom: 24px;
}

.mynavi_text {
	margin-bottom: 148px;
	text-align: center;
}

.recruit_document {
	color: #4d2c0c;
	font-size: 26px;
	margin: 0 auto 24px;
	max-width: 780px;
	width: 100%;
}

.recruit_document_image {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

