/**
 * みつピタジョブ
 * トップページ：求人検索
 */

.mpj-home-search {
	width: 100%;
	margin: 0;
	padding: 52px 20px 64px;
	background: #f5faf7;
}

.mpj-home-search__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.mpj-home-search__heading {
	margin: 0 0 30px;
	text-align: center;
}

.mpj-home-search__label {
	margin: 0 0 8px;
	color: #16824f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.mpj-home-search__title {
	margin: 0;
	color: #20372d;
	font-size: clamp(27px, 3vw, 39px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.mpj-home-search__text {
	margin: 12px 0 0;
	color: #5c6d65;
	font-size: 15px;
	line-height: 1.8;
}

.mpj-home-search__form-wrap,
.mpj-home-search__form-wrap form {
	width: 100%;
	margin: 0;
}

.mpj-home-search__form-wrap .mpj-job-search-form {
	margin-top: 0;
	margin-bottom: 0;
}

.mpj-home-search__footer {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.mpj-home-search__detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #087b43;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.mpj-home-search__detail-link:hover {
	color: #055f34;
}

.mpj-home-search__error {
	padding: 34px 20px;
	background: #ffffff;
	border: 1px solid #dcece3;
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 10px 24px rgba(20, 94, 62, 0.06);
}

.mpj-home-search__error-text {
	margin: 0;
	color: #5c6d65;
	font-size: 15px;
	line-height: 1.8;
}

.mpj-home-search__error-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 18px;
	padding: 10px 24px;
	color: #ffffff;
	background: #087b43;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.mpj-home-search {
		padding: 44px 20px 56px;
	}
}

@media screen and (max-width: 767px) {
	.mpj-home-search {
		padding: 34px 15px 44px;
	}

	.mpj-home-search__heading {
		margin-bottom: 24px;
	}

	.mpj-home-search__title {
		font-size: 26px;
	}

	.mpj-home-search__text {
		font-size: 14px;
	}

	.mpj-home-search__footer {
		margin-top: 20px;
	}

	.mpj-home-search__detail-link {
		width: 100%;
		text-align: center;
	}

	.mpj-home-search__error {
		padding: 28px 16px;
		border-radius: 16px;
	}
}
