/**
 * ライラック株式会社
 * トップページ
 * 最終お問い合わせCTA
 */

.lilac-home-contact-cta {
	position: relative;
	width: 100%;
	margin: 0;
	padding: clamp(76px, 9vw, 124px) 20px;
	background:
		radial-gradient(
			circle at 12% 18%,
			rgba(142, 104, 194, 0.12) 0,
			rgba(142, 104, 194, 0) 34%
		),
		radial-gradient(
			circle at 88% 82%,
			rgba(61, 142, 105, 0.1) 0,
			rgba(61, 142, 105, 0) 32%
		),
		linear-gradient(
			135deg,
			#f9f6ff 0%,
			#ffffff 52%,
			#f6faf8 100%
		);
	overflow: hidden;
}

.lilac-home-contact-cta::before,
.lilac-home-contact-cta::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.lilac-home-contact-cta::before {
	top: -110px;
	left: -90px;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(132, 91, 177, 0.1);
}

.lilac-home-contact-cta::after {
	right: -80px;
	bottom: -120px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(32, 119, 83, 0.1);
}

.lilac-home-contact-cta__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
	margin: 0 auto;
}

.lilac-home-contact-cta__header {
	max-width: 800px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	text-align: center;
}

.lilac-home-contact-cta__label {
	margin: 0 0 14px;
	color: #7653a6;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.18em;
}

.lilac-home-contact-cta__title {
	margin: 0;
	color: #302b36;
	font-size: clamp(30px, 4.5vw, 48px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.lilac-home-contact-cta__description {
	margin: 22px 0 0;
	color: #6f6876;
	font-size: clamp(14px, 1.6vw, 17px);
	line-height: 2;
}

.lilac-home-contact-cta__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 32px);
}

.lilac-home-contact-cta__card {
	position: relative;
	display: flex;
	min-width: 0;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(119, 92, 145, 0.12);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow:
		0 18px 48px rgba(61, 46, 74, 0.08),
		0 4px 16px rgba(61, 46, 74, 0.04);
	backdrop-filter: blur(8px);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.lilac-home-contact-cta__card:hover {
	transform: translateY(-5px);
	box-shadow:
		0 24px 60px rgba(61, 46, 74, 0.12),
		0 6px 20px rgba(61, 46, 74, 0.05);
}

.lilac-home-contact-cta__card--company:hover {
	border-color: rgba(118, 83, 166, 0.3);
}

.lilac-home-contact-cta__card--job-seeker:hover {
	border-color: rgba(26, 111, 74, 0.3);
}

.lilac-home-contact-cta__card-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-right: 22px;
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.lilac-home-contact-cta__card--company
	.lilac-home-contact-cta__card-icon {
	color: #7653a6;
	background:
		linear-gradient(
			135deg,
			#f1eafd 0%,
			#faf7ff 100%
		);
}

.lilac-home-contact-cta__card--job-seeker
	.lilac-home-contact-cta__card-icon {
	color: #176c49;
	background:
		linear-gradient(
			135deg,
			#e6f6ee 0%,
			#f5fbf8 100%
		);
}

.lilac-home-contact-cta__card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.lilac-home-contact-cta__card-label {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
}

.lilac-home-contact-cta__card--company
	.lilac-home-contact-cta__card-label {
	color: #7653a6;
}

.lilac-home-contact-cta__card--job-seeker
	.lilac-home-contact-cta__card-label {
	color: #176c49;
}

.lilac-home-contact-cta__card-title {
	margin: 0;
	color: #302b36;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 700;
	line-height: 1.5;
}

.lilac-home-contact-cta__card-text {
	margin: 16px 0 26px;
	color: #706a75;
	font-size: 14px;
	line-height: 1.9;
}

.lilac-home-contact-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding: 15px 18px 15px 22px;
	border-radius: 999px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(49, 39, 60, 0.12);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}

.lilac-home-contact-cta__button:hover,
.lilac-home-contact-cta__button:focus {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(49, 39, 60, 0.18);
}

.lilac-home-contact-cta__button--company {
	background:
		linear-gradient(
			135deg,
			#7653a6 0%,
			#9671c2 100%
		);
}

.lilac-home-contact-cta__button--job-seeker {
	background:
		linear-gradient(
			135deg,
			#176c49 0%,
			#2f8d68 100%
		);
}

.lilac-home-contact-cta__button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 14px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	font-size: 17px;
	line-height: 1;
}

.lilac-home-contact-cta__note {
	margin: clamp(28px, 4vw, 42px) auto 0;
	color: #77707c;
	font-size: 13px;
	line-height: 1.9;
	text-align: center;
}

@media (max-width: 820px) {

	.lilac-home-contact-cta__cards {
		grid-template-columns: 1fr;
	}

	.lilac-home-contact-cta__card {
		max-width: 620px;
		margin: 0 auto;
	}

}

@media (max-width: 600px) {

	.lilac-home-contact-cta {
		padding:
			clamp(64px, 18vw, 84px)
			16px;
	}

	.lilac-home-contact-cta__header {
		margin-bottom: 34px;
	}

	.lilac-home-contact-cta__title {
		font-size: clamp(27px, 8vw, 34px);
		line-height: 1.5;
	}

	.lilac-home-contact-cta__description br {
		display: none;
	}

	.lilac-home-contact-cta__card {
		display: block;
		padding: 26px 22px;
		border-radius: 22px;
	}

	.lilac-home-contact-cta__card-icon {
		width: 50px;
		height: 50px;
		margin: 0 0 18px;
		border-radius: 15px;
	}

	.lilac-home-contact-cta__card-title {
		font-size: 23px;
	}

	.lilac-home-contact-cta__card-text {
		margin-bottom: 22px;
	}

	.lilac-home-contact-cta__button {
		padding: 14px 15px 14px 19px;
		font-size: 13px;
	}

	.lilac-home-contact-cta__note {
		text-align: left;
	}

}

@media (prefers-reduced-motion: reduce) {

	.lilac-home-contact-cta__card,
	.lilac-home-contact-cta__button {
		transition: none;
	}

}