/**
 * 職業紹介についてページ
 * HERO
 */

.lilac-employment-agency-hero {
	position: relative;
	width: 100%;
	margin: 0;
	padding: clamp(64px, 8vw, 112px) 20px;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 12% 18%,
			rgba(152, 116, 194, 0.16),
			transparent 34%
		),
		radial-gradient(
			circle at 88% 82%,
			rgba(107, 173, 199, 0.14),
			transparent 34%
		),
		linear-gradient(
			135deg,
			#f8f5ff 0%,
			#ffffff 50%,
			#f4fbff 100%
		);
}

.lilac-employment-agency-hero::before,
.lilac-employment-agency-hero::after {
	position: absolute;
	content: "";
	border-radius: 50%;
	pointer-events: none;
}

.lilac-employment-agency-hero::before {
	top: -120px;
	right: -100px;
	width: 320px;
	height: 320px;
	background: rgba(126, 87, 171, 0.07);
}

.lilac-employment-agency-hero::after {
	bottom: -140px;
	left: -100px;
	width: 360px;
	height: 360px;
	background: rgba(77, 153, 184, 0.06);
}

.lilac-employment-agency-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
	margin: 0 auto;
	display: grid;
	grid-template-columns:
		minmax(0, 0.9fr)
		minmax(0, 1.1fr);
	gap: clamp(40px, 7vw, 88px);
	align-items: center;
}

.lilac-employment-agency-hero__logos {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 3vw, 32px);
	padding: clamp(28px, 4vw, 44px);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(118, 83, 166, 0.14);
	border-radius: 28px;
	box-shadow:
		0 24px 60px rgba(69, 51, 86, 0.10),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
}

.lilac-employment-agency-hero__logo-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lilac-employment-agency-hero__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.lilac-employment-agency-hero__logo--lilac {
	max-height: clamp(70px, 8vw, 104px);
}

.lilac-employment-agency-hero__logo--lifeupjob {
	max-height: clamp(58px, 7vw, 88px);
}

.lilac-employment-agency-hero__divider {
	display: block;
	width: min(100%, 240px);
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent 0%,
			rgba(118, 83, 166, 0.35) 50%,
			transparent 100%
		);
}

.lilac-employment-agency-hero__content {
	min-width: 0;
}

.lilac-employment-agency-hero__label {
	margin: 0 0 14px;
	color: #7653a6;
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.16em;
}

.lilac-employment-agency-hero__title {
	margin: 0;
	color: #2d2733;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	word-break: keep-all;
	overflow-wrap: normal;
}

.lilac-employment-agency-hero__description {
	max-width: 660px;
	margin: clamp(22px, 3vw, 32px) 0 0;
	color: #5f5965;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 2;
	word-break: normal;
	overflow-wrap: break-word;
}

.lilac-employment-agency-hero__license {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: clamp(24px, 3vw, 34px) 0 0;
	padding: 13px 18px;
	color: #554d5d;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(118, 83, 166, 0.18);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.lilac-employment-agency-hero__license span {
	color: #7653a6;
	font-weight: 700;
	letter-spacing: 0.04em;
}

@media (max-width: 900px) {

	.lilac-employment-agency-hero__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.lilac-employment-agency-hero__logos {
		width: min(100%, 620px);
		margin: 0 auto;
	}

	.lilac-employment-agency-hero__content {
		text-align: center;
	}

	.lilac-employment-agency-hero__description {
		margin-right: auto;
		margin-left: auto;
	}

	.lilac-employment-agency-hero__license {
		justify-content: center;
	}

}

@media (max-width: 600px) {

	.lilac-employment-agency-hero {
		padding:
			clamp(52px, 14vw, 72px)
			16px;
	}

	.lilac-employment-agency-hero__inner {
		gap: 34px;
	}

	.lilac-employment-agency-hero__logos {
		gap: 20px;
		padding: 26px 20px;
		border-radius: 22px;
	}

	.lilac-employment-agency-hero__logo--lilac {
		max-height: 76px;
	}

	.lilac-employment-agency-hero__logo--lifeupjob {
		max-height: 66px;
	}

	.lilac-employment-agency-hero__title {
		font-size: clamp(32px, 10vw, 44px);
		line-height: 1.35;
	}

	.lilac-employment-agency-hero__description {
		font-size: 15px;
		line-height: 1.9;
	}

	.lilac-employment-agency-hero__license {
		width: 100%;
		flex-direction: column;
		gap: 4px;
		padding: 14px 16px;
		border-radius: 16px;
	}

}

@media (max-width: 380px) {

	.lilac-employment-agency-hero__title {
		font-size: 30px;
	}

	.lilac-employment-agency-hero__logos {
		padding-right: 16px;
		padding-left: 16px;
	}

}