@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap');
.interview_hdr {
		padding: 80px 30px;
		position: relative;
		overflow: hidden
}
.interview_hdr::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 50%;
		background: #E6ECF0;
		pointer-events: none;
}
.interview_hdr_wrap {
		max-width: 1260px;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		transform: translateX(48px)
}
.rightLayout .interview_hdr_wrap {
		transform: translateX(-48px)
}
.interview_hdr_wrap img {
		width: 100%;
		height: auto;
		border-radius: 10px;
}
.interview_hdr_wrap .interview_hdr_caption {
		position: absolute;
		background-color: #224ba1;
		border-radius: 8px;
		width: 540px;
		height: 420px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		color: #fff;
		left: -125px;
		top: calc(50% - 210px);
		box-sizing: border-box;
		padding: 20px 60px;
		display: flex;
		align-items: center;
}
.rightLayout .interview_hdr_wrap .interview_hdr_caption {
		left: inherit;
		right: -95px;
}
.interview_hdr_no {
		font-size: 17px;
		font-family: "Poppins";
		font-weight: 500;
		letter-spacing: 0.03em;
		margin: 0 0 40px;
}
.interview_hdr_caption h3 {
		font-size: 42px;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 40px;
}
.interview_hdr_year {
		display: flex;
		margin: 0 0 20px;
}
.interview_hdr_year div {
		color: #224ba1;
		background: #fff;
		height: 30px;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 600;
		padding: 0px 15px;
		display: flex;
		justify-content: center;
		align-items: center;
}
.interview_hdr_year div span {
		transform: translateY(-1px)
}
.interview_hdr_name {
		font-size: 22px;
		font-weight: 600;
}
.interview_hdr_name span {
		font-size: 130%;
}
.interview_hdr_wrap .hdr_no {
		position: absolute;
		right: 60px;
		bottom: 50px;
		color: #fff;
		font-family: "Poppins";
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1;
		text-align: left;
}
.rightLayout .interview_hdr_wrap .hdr_no {
		right: inherit;
		left: 60px
}
.hdr_no p:first-child {
		font-size: 44px;
		margin: 0 0 15px;
}
.hdr_no p:nth-child(2) {
		font-size: 110px;
}
@media(max-width: 1300px) {
		.interview_hdr_wrap {
				max-width: 1260px;
				margin: 0 auto;
				position: relative;
				z-index: 5;
				transform: translateX(50px)
		}
		.rightLayout .interview_hdr_wrap {
				transform: translateX(-50px)
		}
		.interview_hdr_wrap .interview_hdr_caption {
				width: 430px;
				min-height: 280px;
				height: auto;
				left: -125px;
				top: calc(50% - 150px);
				padding: 20px 40px;
				padding-left: 80px;
		}
		.rightLayout .interview_hdr_wrap .interview_hdr_caption {
				left: inherit;
				right: -125px;
				padding-left: 40px;
				padding-right: 80px;
		}
		.interview_hdr_no {
				font-size: 15px;
				margin: 0 0 30px;
		}
		.interview_hdr_caption h3 {
				font-size: 34px;
				margin-bottom: 30px;
		}
		.interview_hdr_year {
				margin: 0 0 15px;
		}
		.interview_hdr_year div {
				height: 24px;
				border-radius: 8px;
				font-size: 14px;
		}
		.interview_hdr_name {
				font-size: 16px;
		}
		.interview_hdr_wrap .hdr_no {
				right: 40px;
				bottom: 30px;
		}
		.rightLayout .interview_hdr_wrap .hdr_no {
				right: inherit;
				left: 40px
		}
		.hdr_no p:first-child {
				font-size: 32px;
				margin: 0 0 15px;
		}
		.hdr_no p:nth-child(2) {
				font-size: 80px;
		}
}
@media screen and (orientation: landscape) and (max-width: 1300px) {
		.interview_hdr_caption h3 {
				font-size: 2.5vw
		}
}
@media(max-width: 960px) {
		.interview_hdr {
				padding: 80px 0px;
		}
		.interview_hdr_no {
				font-size: 15px;
				margin: 0 0 20px;
		}
		.interview_hdr_wrap .interview_hdr_caption {
				left: -100px
		}
		.rightLayout .interview_hdr_wrap .interview_hdr_caption {
				right: -100px;
				width: 380px;
		}
		.interview_hdr_caption h3 {
				font-size: 3.1vw;
				margin-bottom: 20px;
		}
		.interview_hdr_year {
				margin: 0 0 10px;
		}
		.interview_hdr_year div {
				height: 22px;
				border-radius: 4px;
				font-size: 12px;
				padding: 0 10px;
		}
		.interview_hdr_name {
				font-size: 16px;
		}
		.interview_hdr_wrap .hdr_no {
				right: 60px;
				bottom: 20px;
				width: 150px;
		}
		.rightLayout .interview_hdr_wrap .hdr_no {
				right: inherit;
				left: 80px;
				bottom: 20px;
		}
		.hdr_no p:first-child {
				font-size: 20px;
				margin: 0 0 10px;
		}
		.hdr_no p:nth-child(2) {
				font-size: 58px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.interview_hdr_wrap {
				transform: translateX(0px)
		}
		.rightLayout .interview_hdr_wrap {
				transform: translateX(0px)
		}
		.interview_hdr_wrap img {
				border-radius: 10px 0 0 10px;
				transform: translateX(40px)
		}
		.interview_hdr_wrap .interview_hdr_caption {
				width: 38%;
				height: auto;
				min-height: 240px;
				left: 0;
				top: calc(50% - 120px);
				padding: 25px 30px;
				padding-left: 30px;
				border-radius: 0 8px 8px 0;
		}
		.rightLayout .interview_hdr_wrap .interview_hdr_caption {
				left: inherit;
				right: 0;
				padding: 25px 30px;
				padding-right: 20px;
				border-radius: 8px 0 0 8px;
				height: auto
		}
}
@media(max-width: 767px) {
		.interview_hdr_name {
				font-size: 15px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.interview_hdr {
				padding: 0px 0px 60px;
		}
		.interview_hdr_wrap img {
				border-radius: 0px;
				transform: translateX(0);
				height: 60vw;
				object-fit: cover;
		}
		.interview_hdr_wrap .interview_hdr_caption, .rightLayout .interview_hdr_wrap .interview_hdr_caption {
				position: static;
				width: 100%;
				height: auto;
				min-height: inherit;
				display: block;
				padding: 20px;
				border-radius: 0;
				left: inherit;
				right: inherit;
		}
		.interview_hdr_no {
				font-size: 14px;
				margin: 0 0 15px;
		}
		.interview_hdr_caption h3 {
				font-size: 4.9vw;
				margin-bottom: 25px;
		}
		.interview_hdr_caption h3 br {
				display: none
		}
		.interview_hdr_year {
				margin: 0 0 10px;
		}
		.interview_hdr_year div {
				height: 28px;
				border-radius: 4px;
				font-size: 13px;
				padding: 0 10px;
		}
		.interview_hdr_name {
				font-size: 16px;
		}
		.interview_hdr_wrap .hdr_no {
				left: 10px;
				bottom: inherit;
				top: calc(60vw - 70px);
				width: 100px;
		}
		.rightLayout .interview_hdr_wrap .hdr_no {
				left: inherit;
				bottom: inherit;
				right: 10px;
		}
		.hdr_no p:first-child {
				font-size: 16px;
				margin: 0 0 5px;
		}
		.hdr_no p:nth-child(2) {
				font-size: 38px;
		}
}
@media(max-width: 390px) {
		.interview_hdr_caption h3 {
				margin-bottom: 20px;
		}
}
.interview_body {
		background: #E6ECF0;
		padding: 0 40px 80px
}
.interview_cont {
		max-width: 1240px;
		background-color: #ffffff;
		border-radius: 8px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		margin: 0 auto;
		position: relative;
		z-index: 5
}
.interview_cont_in {
		padding: 80px 100px
}
.interview_cont_item {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #C2D3D8;
}
.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: 75px;
		position: relative;
		font-weight: 600;
		font-size: 20px;
		color: #224BA1;
}
.interview_cont_q::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 26px);
		left: 0;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: #224BA1;
}
.interview_cont_q::after {
		content: 'Q';
		display: block;
		position: absolute;
		top: calc(50% - 26px);
		left: 0;
		width: 58px;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
}
.interview_cont_in .interview_cont_item:nth-child(even) .interview_cont_q::before {
		background: #81a8f7;
}
.interview_cont_a {
		line-height: 2.0;
}
@media(max-width: 1200px) {
		.interview_cont_in {
				padding: 60px 40px;
		}
}
@media(max-width: 767px) {
		.interview_body {
				padding: 0 15px 60px;
		}
		.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_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;
		}
}