@charset "utf-8";
body {
		background: #fff;
}
.bread_path_wrap {
		max-width: 1480px;
		margin: 0 auto;
		padding: 40px 30px 30px
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.bread_path_wrap {
				padding: 25px 20px 10px
		}
}
.bread_path {
		position: static !important
}
.interview_hdr_section {
		position: relative;
		margin-bottom: 140px;
}
.interview_hdr_section::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 110px;
		width: 100%;
		height: calc(100% - 40px);
		background: #F3F3F3;
		pointer-events: none;
}
.interview_hdr {
		max-width: 1260px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: flex-end;
}
.interview_hdr_wrap {
		width: 1040px;
		position: relative;
		z-index: 5;
}
.interview_hdr_wrap img {
		width: 100%;
		height: auto;
		aspect-ratio: 10 / 5.77;
		border-radius: 6px;
		object-fit: cover
}
.interview_hdr_wrap .interview_hdr_caption {
		position: absolute;
		background-color: #fff;
		width: 396px;
		height: 280px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		color: #222;
		left: -225px;
		bottom: 60px;
		box-sizing: border-box;
		padding: 20px 5px 20px 50px;
		display: flex;
		align-items: center;
		border-radius: 4px;
		overflow: hidden
}
.interview_hdr_caption::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 100%;
		background: #ff7801;
}

.career_type .interview_hdr_caption::before,
.career_type .interview_hdr_year div,
.career_type .interview_cont_q::before {
		background: #ffae00;
}

.interview_hdr_year {
		display: flex;
		margin: 0 0 30px;
}
.interview_hdr_year div {
		color: #fff;
		background: #FF5A01;
		height: 34px;
		border-radius: 6px;
		font-size: 16px;
		font-weight: 500;
		padding: 0px 12px;
		display: flex;
		justify-content: center;
		align-items: center;
}
.interview_hdr_year div span {
		transform: translateY(1px)
}
.interview_hdr_sectionName {
		font-size: 22px;
		font-weight: 700;
		margin: 0 0 15px
}
.interview_hdr_sectionName span {
		font-size: 70%;
		margin-left: 5px;
		font-feature-settings: "palt";
}
.interview_hdr_name {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 25px;
}
.interview_hdr_name span {
		font-size: 140%;
}
.interview_hdr_join {
		font-size: 18px;
		font-weight: 500;
		color: #8E8E8E;
}
.interview_message {
		margin-top: 80px;
		background: #FCF7E3;
		padding: 30px 80px 40px;
}
.interview_message_hd {
		width: 590px;
		margin: 0 auto 20px;
}
.interview_message_hd img {
		width: 100%;
		height: auto;
}
.interview_message_cont {
		line-height: 1.8;
		text-align: justify;
}
@media(max-width: 1300px) {
		.interview_hdr_section {
				margin-bottom: 120px;
		}
		.interview_hdr_wrap {
				width: calc(100% - 270px);
		}
		.interview_hdr_wrap img {
				border-radius: 6px 0 0 6px;
		}
		.interview_hdr_section::before {
				top: 5.5vw;
				height: calc(calc(100% - 5.5vw) + 40px);
		}
}
@media(max-width: 1100px) {
		.interview_hdr_wrap {
				width: calc(100% - 250px);
		}
		.interview_hdr_wrap .interview_hdr_caption {
				width: 320px;
				height: 220px;
				padding: 10px 5px 10px 30px;
				left: -205px;
				bottom: 3.5vw;
		}
		.interview_hdr_year {
				margin: 0 0 25px;
		}
		.interview_hdr_year div {
				height: 34px;
				font-size: 15px;
				padding: 0px 12px;
		}
		.interview_hdr_year div span {
				transform: translateY(1px)
		}
		.interview_hdr_sectionName {
				font-size: 18px;
				margin: 0 0 15px
		}
		.interview_hdr_name {
				font-size: 26px;
				margin-bottom: 20px;
		}
		.interview_hdr_name span {
				font-size: 130%;
		}
		.interview_hdr_join {
				font-size: 16px;
		}
		.interview_message {
				padding: 30px 60px 40px;
		}
}
@media(max-width: 960px) {
		.interview_hdr_wrap .interview_hdr_caption {
				left: -225px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.interview_hdr_wrap .interview_hdr_caption {
				height: 180px;
		}
		.interview_hdr_year {
				margin: 0 0 20px;
		}
		.interview_hdr_year div {
				height: 30px;
				font-size: 14px;
		}
		.interview_hdr_sectionName {
				font-size: 16px;
				margin: 0 0 10px
		}
		.interview_hdr_name {
				font-size: 22px;
				margin-bottom: 15px;
		}
		.interview_hdr_join {
				font-size: 15px;
		}
		.interview_message {
				padding: 30px 60px 40px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.interview_hdr_wrap img {
				border-radius: 0;
				aspect-ratio: inset;
				height: 65vw;
				object-fit: cover;
		}
		.interview_message_hd {
				width: 80%;
				margin: 0 auto 20px;
		}
		.interview_hdr_section {
				margin-bottom: 60px;
		}
		.interview_hdr_wrap {
				width: 100%;
		}
		.interview_hdr_section::before {
				top: 0;
				height: calc(100% + 10px);
		}
		.interview_hdr_wrap .interview_hdr_caption {
				position: relative;
				top: inherit;
				left: inherit;
				width: auto;
				height: auto;
				padding: 20px 5px 20px 30px;
				margin: 15px 20px;
				margin-top: -20px;
		}
		.interview_hdr_year {
				margin: 0 0 20px;
		}
		.interview_hdr_year div {
				height: 26px;
				font-size: 12px;
				padding: 0px 12px;
				border-radius: 4px;
		}
		.interview_hdr_year div span {
				transform: translateY(1px)
		}
		.interview_hdr_sectionName {
				font-size: 16px;
				margin: 0 10px 0 0;
		}
		.interview_name_flex {
				display: flex;
				align-items: center;
				margin-bottom: 15px;
		}
		.interview_name_flex.extra {
				display: block;
		}
		.interview_hdr_name {
				font-size: 20px;
				margin: 0;
		}
		.interview_name_flex.extra .interview_hdr_sectionName {
				margin: 0 0 10px
		}
		.interview_hdr_sectionName span {
				font-size: 12px;
		}
		.interview_hdr_name span {
				font-size: 150%;
		}
		.interview_hdr_join {
				font-size: 14px;
		}
}
/* ================= */
.interview_body {
		background: #fff;
		padding: 0 45px 80px
}
@media(max-width: 1700px) {
		.interview_body {
				padding-right: 100px;
		}
}
.interview_cont {
		max-width: 1110px;
		margin: 0 auto
}
.interview_cont_item {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px dotted #BFBFBF;
}
.interview_cont .interview_cont_item:last-child {
		border-bottom: none;
		margin-bottom: 0;
}
.interview_cont_q_wrap {
		height: 58px;
		margin-bottom: 5px;
}
.interview_cont_q {
		padding-left: 60px;
		position: relative;
		font-weight: 600;
		font-size: 20px;
		color: #222;
}
.interview_cont_q::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 23px);
		left: 0;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #FF7801;
}
.interview_cont_q::after {
		content: 'Q.';
		display: block;
		position: absolute;
		top: calc(50% - 23px);
		left: 2px;
		width: 42px;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-size: 15px;
}
.interview_cont_a {
		line-height: 2.0;
}
@media(max-width: 1200px) {
		.interview_cont_in {
				padding: 60px 40px;
		}
}
@media(max-width: 767px) {
		.interview_body {
				padding-top: 0;
				padding-left: 20px;
				padding-bottom: 60px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.interview_body {
				padding-right: 20px;
		}
}
@media(max-width: 767px) {
		.interview_cont_in {
				padding: 40px 15px;
		}
		.interview_cont_q_wrap {
				height: 36px;
				margin-bottom: 5px;
		}
		.interview_cont_q {
				padding-left: 42px;
				font-size: 16px;
		}
		.interview_cont_q::before {
				top: calc(50% - 18px);
				width: 36px;
				height: 36px;
		}
		.interview_cont_q::after {
				top: calc(50% - 18px);
				width: 36px;
				height: 36px;
				font-size: 14px;
		}
		.interview_cont_item {
				padding-bottom: 30px;
				margin-bottom: 30px;
		}
		.interview_message {
				margin-top: 40px;
				padding: 25px;
		}
}
/* =========== */
.interview_btn_gr_wrap hgroup {
		text-align: center !important;
}
.recruit_footer {
		display: block;
		height: auto;
		padding: 90px 30px;
}
.recruit_footer_link_flex {
		max-width: 1240px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
		z-index: 5
}
.recruit_footer_link {
		width: calc(50% - 20px);
		margin: 0
}
.recruit_footer_link a {
		height: 140px
}
@media(max-width: 1200px) {
		.recruit_footer {
				padding: 60px 30px;
		}
		.recruit_footer_link {
				width: calc(50% - 10px);
		}
		.recruit_footer_link a {
				height: 120px;
				padding: 30px;
		}
}
@media(max-width: 960px) {
		.recruit_footer_link a {
				height: 100px;
				padding: 20px;
		}
}
@media (max-width: 767px) {
		.recruit_footer {
				padding: 40px 20px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.recruit_footer_link_flex {
				display: block;
		}
		.recruit_footer_link {
				width: 100%;
				margin: 0 0 15px;
		}
		.recruit_footer_link a {
				height: 80px;
				padding: 20px;
		}
		.recruit_footer_link_left .jp {
				font-size: 18px;
		}
		.recruit_footer_link_left .en {
				font-size: 12px;
		}
}