.section__title-head-jcd-jcd {
	position: relative;
}

.section__title-head-jcd .section__title-head-jcd-img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 45.1389%;
	overflow: hidden;
}

.section__title-head-jcd .section__title-head-jcd-img img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section__title-head-jcd-content {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30.56%;
	background-image: var(--bg-overlay-title-job-detail);
	background-size: 102%;
	background-position: center;
	padding: 2.7rem 9.44% 3.7rem 8.611%;
	margin-top: 20.366%;
	border: 1px solid black;
}

.section__title-head-jcd .section__title-head-jcd-content h3 {
	font-family: var(--font-featured);
	font-size: 1.6rem;
	line-height: 1.8rem;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.section__title-head-jcd .section__title-head-jcd-content h1 {
	font-size: 3.6rem;
	line-height: 4.3rem;
	letter-spacing: 0;
	margin-left: -0.2rem;
}

.section__title-head-jcd .section__title-head-jcd-slogan {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-right: 7.4896%;
}

.section__title-head-jcd .section__title-head-jcd-slogan h2 {
	display: block;
	color: black;
	font-size: 3.6rem;
	line-height: 4.8rem;
	font-weight: 530;
	letter-spacing: 0.06em;
	text-shadow: 0px 0px 3px #FFFFFF;
	transform: translateY(-2.4rem);
}

@media screen and (max-width: 1023px) {
	.section__title-head-jcd .section__title-head-jcd-img {
		padding-bottom: 138.67%;
	}

	.section__title-head-jcd-content {
		min-width: 50.4%;
		width: max-content;
		background-size: cover;
		padding: 3rem 2.3rem 3rem 2.3rem;
		margin-top: 29.1919%;
	}

	.section__title-head-jcd .section__title-head-jcd-content h3 {
		font-size: 1.2rem;
		line-height: 1.4rem;
		margin-bottom: 0.9rem;
	}

	.section__title-head-jcd .section__title-head-jcd-content h1 {
		font-size: 2.2rem;
		line-height: 2.6rem;
		margin-left: -0.2rem;
	}

	.section__title-head-jcd .section__title-head-jcd-slogan {
		padding-right: .7rem;
	}

	.section__title-head-jcd .section__title-head-jcd-slogan h2 {
		font-size: 2.4rem;
		line-height: 3.6rem;
		letter-spacing: 0.04em;
		transform: translateY(-1.8rem);
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.section__title-head-jcd .section__title-head-jcd-img {
		padding-bottom: 85%;
	}

	.section__title-head-jcd .section__title-head-jcd-slogan h2 {
		font-size: 3.6rem;
		line-height: 4.8rem;
		transform: translateY(-3rem);
	}
}