@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");
}

.interview_body {
	background-color: #fffaf4;
}

.empty {
	height: 1px;
	max-width: 520px;
	width: 100%;
}

.interview_main,
.interview_main .fv {
	background-color: #fffaf4;
}

.interview_main .fv {
	margin-bottom: 72px;
}

.interview_main .concept_heading {
	left: -110px;
	top: 288px;
}

.interview_content .subpage_title_wrapper {
	margin-bottom: 100px;
}

.interview_content .subpage_title {
	color: #f2e4d1;
}

.interview_layout_top {
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.interview_top_image {
	max-width: 672px;
	width: 100%;
}

.interview_layout_reverse,
.interview_layout {
	gap: 0 36px;
}

.interview_layout {
	align-items: center;
	justify-content: space-around;
	margin-bottom: 60px;
}

.interview_layout_reverse {
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-around;
	margin-bottom: 60px;
}

.interview_layout_last {
	flex-direction: column;
	padding-bottom: 148px;
}

.interview_text_top_container {
	background-color: #ff7900;
	color: #fff;
	height: 246px;
	margin-right: -40px;
	max-width: 432px;
	padding: 22px 40px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.entry_year {
	margin-bottom: 4px;
}

.employee_name_container {
	align-items: flex-end;
	margin-bottom: 6px;
}

.employee_name {
	font-size: 26px;
	margin-right: 28px;
	white-space: nowrap;
}

.job_role {
	margin-bottom: 26px;
	position: relative;
}

.interview_text_top_container .line {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 0;
	max-width: 130px;
	position: absolute;
	top: 40px;
	width: 100%;
}

.employee_comment {
	font-size: 20px;
}

.interview_text_container {
	max-width: 666px;
	width: 100%;
}

.interview_text_number {
	-webkit-text-stroke: 1px #4d2c0c;
	color: rgba(0,0,0,0);
	font-family: "ZenKakuGothicAntique-Black";
	font-size: 62px;
	letter-spacing: 8px;
	margin-bottom: 10px;
}

.interview_heading {
	color: #ff7900;
	font-size: 26px;
	margin-bottom: 16px;
}

.interview_text {
	color: #4d2c0c;
	margin-bottom: 32px;
}

.interview_image {
	display: block;
	max-height: 580px;
	max-width: 520px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.interview_layout_last .interview_text_container {
	margin: 0 auto;
	max-width: 1020px;
}

.interview_layout_last .interview_image {
	margin-top: 72px;
}

.interview {
	background-color: #f3eee3;
	padding: 120px 0 0;
}

.interview_section_divided {
	align-items: flex-start;
	gap: 0 36px;
}

.specific-margin {
	margin-bottom: 172px;
}

.interview_bottom {
	position: relative;
}

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

.interview_bottom .recruit_banner {
	margin-top: 440px;
	position: relative;
	z-index: 10;
}

.recruit_information {
	background-color: #fffaf4;
	position: relative;
}

.recruit_information_section_background {
	background-image: url(../img/interview_section_background.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	position: absolute;
	top: -1px;
	width: 100%;
}

