.sub_keyvisual .sub_head-event {
	background-image: url(../images/keyvisual/subkvimg-recruitment.png);
}

.cont_section--head {
	padding: 80px 0 60px;
}
.cont_section--gray {
	background-color: #f4f5f5;
	padding-top: 80px;
	padding-bottom: 140px;
}
.cont_section .cont_inner {
	max-width: 1380px;
	margin: 0 auto;
}
.cont_section .show {
	display: block;
}

.talent_title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.talent_title {
	text-align: center;
	margin-bottom: 8px;
}
.talent_title.align-l {
	text-align: left;
	margin-bottom: 0;
}

.talent_desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_desc {
		font-size: 16px;
	}
}
.talent_desc {
	color: #666666;
	text-align: center;
}

.talent_card-wrap {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	text-align: center;
}
.talent_card-wrap .card_item {
	flex: 1;
	position: relative;
}
.talent_card-wrap .card_item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	border-radius: 40px;
}
.talent_card-wrap .card_item:nth-child(1):before {
	background-color: #3b5ea7;
}
.talent_card-wrap .card_item:nth-of-type(2):before {
	background-color: #e88640;
}
.talent_card-wrap .card_item:nth-of-type(3):before {
	background-color: #3ba76a;
}
.talent_card-wrap .card_item .card_title {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_card-wrap .card_item .card_title {
		font-size: 18px;
	}
}
.talent_card-wrap .card_item .card_title {
	color: #ffffff;
	padding: 24px 0 20px;
}
.talent_card-wrap .card_inner {
	background-color: #f4f5f5;
	border-radius: 40px;
	padding: 64px 0;
}
.talent_card-wrap .card_inner .card_keyword {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_card-wrap .card_inner .card_keyword {
		font-size: 16px;
	}
}
.talent_card-wrap .card_inner .card_keyword {
	color: #888888;
	margin-bottom: 28px;
}
.talent_card-wrap .card_inner figure {
	width: 140px;
	margin: 0 auto 28px;
}
.talent_card-wrap .card_inner .card_subtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_card-wrap .card_inner .card_subtitle {
		font-size: 20px;
		line-height: 140%;
	}
}
.talent_card-wrap .card_inner .card_subtitle {
	margin-bottom: 12px;
}
.talent_card-wrap .card_inner .card_desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.talent_card-wrap .card_inner .card_desc {
		font-size: 16px;
	}
}
.talent_card-wrap .card_inner .card_desc {
	color: #666666;
}

@media (max-width: 768px) {
	.talent_card-wrap {
		display: block;
		margin-top: 32px;
	}
	.talent_card-wrap .card_item {
		margin-bottom: 12px;
	}
	.talent_card-wrap .card_item:before {
		border-radius: 24px;
	}
	.talent_card-wrap .card_item .card_title {
		padding: 12px 0;
	}
	.talent_card-wrap .card_inner {
		border-radius: 24px;
		padding: 32px 0;
	}
	.talent_card-wrap .card_inner .card_keyword {
		margin-bottom: 24px;
	}
	.talent_card-wrap .card_inner figure {
		margin: 0 auto 24px;
	}
	.talent_card-wrap .card_inner .card_subtitle {
		margin-bottom: 8px;
	}
}
.benefits_section {
	margin-bottom: 80px;
}
.benefits_section:last-child {
	margin-bottom: 0;
}

.benefit_header {
	position: relative;
	margin-top: 60px;
	min-height: 200px;
}
.benefit_header-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.benefit_header-title {
		font-size: 20px;
		line-height: 140%;
	}
}
.benefit_header-title {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.benefit_header-image-wrap {
	border-radius: 40px;
	overflow: hidden;
	min-height: 200px;
	height: 520px;
}
.benefit_header-image-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 40%;
	   object-position: 50% 40%;
}

.benefit_item {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.benefit_item-content {
	padding: 40px;
	background-color: #f4f5f5;
	border-radius: 28px;
}
.benefit_item-title {
	margin-top: 28px;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.benefit_item-title {
		font-size: 18px;
	}
}
.benefit_item-description {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.benefit_item-description {
		font-size: 14px;
		line-height: 140%;
	}
}
.benefit_item-description {
	color: #666666;
	margin-top: 4px;
}

@media (max-width: 768px) {
	.benefits_section {
		margin-bottom: 60px;
	}
	.benefit_header {
		margin-top: 32px;
	}
	.benefit_header-title {
		font-size: 32px;
		font-weight: 600;
		line-height: 150%;
		color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.benefit_header-title {
		font-size: 20px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.benefit_header-image-wrap {
		border-radius: 24px;
		height: auto;
		aspect-ratio: 67/40;
	}
	.benefit_header-image-wrap img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
	.benefit_item {
		margin-top: 12px;
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
	.benefit_item-content {
		padding: 24px;
		border-radius: 24px;
	}
	.benefit_item-content [class^=ico_].ico-xl {
		width: 24px;
		height: 24px;
	}
	.benefit_item-title {
		margin-top: 12px;
	}
}
.job_item-wrap {
	margin-top: 60px;
}

.job_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
.job_item:last-child {
	margin-bottom: 0;
}
.job_item.reverse {
	direction: rtl;
}
.job_item.reverse > * {
	direction: ltr;
}
.job_item-image-wrap {
	border-radius: 40px;
	overflow: hidden;
}
.job_item-image-wrap img {
	width: 100%;
}
.job_item-content {
	padding: 60px;
	background-color: #f4f5f5;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.job_item-content .button_base-text {
	background-color: #222222;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.job_item-content .button_base-text {
		font-size: 14px;
		line-height: 140%;
	}
}
.job_item-content .button_base-text {
	width: 121px;
	height: 44px;
}
.job_item-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.job_item-title {
		font-size: 20px;
		line-height: 140%;
	}
}
.job_item-title {
	margin-bottom: 8px;
}
.job_item-desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.job_item-desc {
		font-size: 16px;
	}
}
.job_item-desc {
	margin-bottom: 40px;
	color: #666666;
}

.popup_head-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup_head-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.popup_head-title {
		font-size: 20px;
		line-height: 140%;
	}
}
.popup_head-title {
	margin: 0 8px;
}
.popup_head-desc {
	text-align: center;
	margin-top: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.popup_head-desc {
		font-size: 14px;
		line-height: 140%;
	}
}
.popup_head-desc {
	color: #3b5ea7;
}

.popup_body {
	margin-top: 40px;
}
.popup_body-img {
	border-radius: 28px;
	overflow: hidden;
	margin-bottom: 40px;
}

.qa_item {
	margin-bottom: 24px;
}
.qa_item:last-child {
	margin-bottom: 0;
}
.qa_item .qa_question {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.qa_item .qa_question {
		font-size: 18px;
	}
}
.qa_item .qa_question {
	color: #3b5ea7;
	padding-left: 36px;
	margin-bottom: 4px;
}
.qa_item .qa_question::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/ico-question.svg);
	width: 24px;
	height: 24px;
}
.qa_item .qa_answer {
	padding-left: 36px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.qa_item .qa_answer {
		font-size: 14px;
		line-height: 140%;
	}
}
.qa_item .qa_answer {
	color: #666666;
}

.mo_only {
	display: none;
}

@media (max-width: 768px) {
	br {
		display: none;
	}
	.mo_only {
		display: block;
	}
	.job_item-wrap {
		margin-top: 32px;
	}
	.job_item {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.job_item.reverse {
		flex-direction: column;
	}
	.job_item-image-wrap {
		border-radius: 24px;
	}
	.job_item-content {
		flex: auto;
		padding: 24px;
		border-radius: 24px;
	}
	.job_item-content .button_base-text {
		width: 106px;
		height: 36px;
	}
	.job_item [class^=ico_].ico-exl {
		width: 48px;
		height: 48px;
	}
	.job_item-title {
		margin-top: 32px;
	}
	.job_item-desc {
		margin-bottom: 20px;
	}
	.popup_head-wrap [class^=ico_].ico-xxl {
		width: 24px;
		height: 24px;
	}
	.popup_head-title {
		font-size: 32px;
		font-weight: 600;
		line-height: 150%;
		margin: 0 2px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.popup_head-title {
		font-size: 20px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.popup_head-desc {
		text-align: center;
		margin-top: 4px;
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
		color: #3b5ea7;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.popup_head-desc {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.popup_body {
		margin-top: 28px;
	}
	.popup_body-img {
		border-radius: 24px;
		margin-bottom: 32px;
	}
	.popup_body-img img {
		aspect-ratio: 335/260;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.qa_item {
		margin-bottom: 20px;
	}
	.qa_item .qa_question {
		padding-left: 28px;
	}
	.qa_item .qa_question::before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
	.qa_item .qa_answer {
		padding-left: 28px;
	}
}
.diagram {
	padding: 100px 0;
}
.diagram__wrapper {
	position: relative;
	padding: 40px;
	border-radius: 9999px;
	border: 1px solid #e6e6e6;
}
.diagram__caption {
	display: inline-flex;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	height: 47px;
	align-items: center;
	border-radius: 9999px;
	padding: 0 24px;
	background-color: #3b5ea7;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.diagram__caption {
		font-size: 16px;
	}
}
.diagram__caption {
	color: #ffffff;
}
.diagram__box {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 40px;
	     column-gap: 40px;
}
.diagram__box:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	border-top: 1px dashed #c8c8c8;
	z-index: -1;
}
.diagram__item {
	position: relative;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	padding-top: 67px;
	box-sizing: border-box;
}
.diagram__item:nth-child(1) .diagram__ico {
	background-image: url(../images/icon/ico-note.svg);
}
.diagram__item:nth-child(2) .diagram__ico {
	background-image: url(../images/icon/ico-chat.svg);
}
.diagram__item:nth-child(3) .diagram__ico {
	background-image: url(../images/icon/ico-stethoscope.svg);
}
.diagram__item:nth-child(4) .diagram__ico {
	background-image: url(../images/icon/ico-new_releases.svg);
}
.diagram__item:nth-child(4)::after {
	display: none;
}
.diagram__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
	background: url(../images/icon/ico-polygon.svg) no-repeat;
	width: 8px;
	height: 11px;
}
.diagram__ico {
	width: 64px;
	height: 64px;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
.diagram__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.diagram__title {
		font-size: 20px;
		line-height: 140%;
	}
}
.diagram__title {
	color: #222222;
}
.diagram__title span {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.diagram__title span {
		font-size: 14px;
		line-height: 140%;
	}
}
.diagram__desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.diagram__desc {
		font-size: 14px;
		line-height: 140%;
	}
}
.diagram__desc {
	color: #666666;
}
@media (max-width: 768px) {
	.diagram .cont_section--head {
		padding: 40px 0 32px;
	}
	.diagram {
		padding: 0;
	}
	.diagram__wrapper {
		padding: 0;
		border-radius: 0;
		border: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.diagram__caption {
		position: static;
		transform: none;
		padding: 0 16px;
		height: 40px;
		margin-bottom: 16px;
	}
	.diagram__box {
		display: flex;
		flex-direction: column;
		padding: 12px;
		margin: 0 35.5px;
		border: 1px solid #e6e6e6;
		border-radius: 9999px;
		row-gap: 20px;
	}
	.diagram__box:before {
		width: 1px;
		height: auto;
		left: 50%;
		top: 20px;
		bottom: 20px;
		border-top: 0;
		border-left: 1px dashed #c8c8c8;
	}
	.diagram__item {
		justify-content: center;
		padding: 0 24px;
	}
	.diagram__item::after {
		content: "";
		position: absolute;
		top: 104%;
		left: 50%;
		transform: translateX(-50%);
		background: url(../images/icon/ico-Polygon_sm.svg) no-repeat;
		background-size: 9px 6px;
		width: 9px;
		height: 6px;
	}
	.diagram__ico {
		width: 36px;
		height: 36px;
		margin-bottom: 12px;
	}
	.diagram__desc br {
		display: none;
	}
	.diagram .diagram_desc {
		margin-top: 16px;
	}
}

.surface {
	background-color: #f4f5f5;
}

.diagram_desc {
	margin-top: 24px;
}

.required_mark {
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 768px) {
	.required_mark {
		font-size: 14px;
	}
}
.required_mark {
	position: relative;
	padding-left: 10px;
}
.required_mark::before {
	content: "* ";
	position: absolute;
	top: 0;
	left: 0;
}

.apply {
	display: flex;
	justify-content: center;
	gap: 16px;
	color: #ffffff;
	margin-top: 24px;
}
.apply__block {
	flex: 1;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 40px;
}
.apply__block:nth-child(1) {
	background-color: #3b5ea7;
}
.apply__block:nth-child(2) {
	background-color: #e88640;
}
.apply__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__title {
		font-size: 20px;
		line-height: 140%;
	}
}
.apply__title {
	margin-bottom: 4px;
}
.apply__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__text {
		font-size: 14px;
		line-height: 140%;
	}
}
.apply__text {
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 24px;
}
.apply__button {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__button {
		font-size: 14px;
		line-height: 140%;
	}
}
.apply__button {
	border-radius: 12px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}
.apply__info {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__info {
		font-size: 16px;
	}
}
.apply__info {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.apply__contact-wrapper {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.apply__contact {
	margin-top: 25px;
	flex: 1;
}
.apply__contact p {
	display: flex;
	align-items: center;
	gap: 12px;
	opacity: 0.8;
}
.apply__location {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__location {
		font-size: 16px;
	}
}
.apply__email, .apply__phone {
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.apply__email, .apply__phone {
		font-size: 14px;
		line-height: 140%;
	}
}
.apply__email:last-child, .apply__phone:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.apply {
		flex-direction: column;
		margin-top: 16px;
		gap: 12px;
	}
	.apply__block {
		padding: 24px;
		border-radius: 24px;
	}
	.apply__block:first-child .apply__contact {
		margin-top: 20px;
	}
	.apply__text {
		margin-bottom: 16px;
	}
	.apply__info {
		padding-bottom: 28px;
	}
	.apply__contact-wrapper {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	.apply__contact {
		margin-top: 0px;
	}
	.apply__email, .apply__phone {
		margin-bottom: 8px;
	}
}

@media (max-width: 768px) {
	.cont_section--head {
		padding: 40px 0 32px;
	}
	.cont_section--gray {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cont_section .cont_inner {
		max-width: 1380px;
		margin: 0 auto;
	}
	.cont_section .diagram_desc {
		margin-top: 16px;
	}
}