@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap");

.hr-thankyou-template-active {
	background: #ffffff;
	color: #6d675f;
}

.hr-thankyou-template-active .site-body,
.hr-thankyou-template-active .siteContent,
.hr-thankyou-template-active .site-main,
.hr-thankyou-template-active .entry-body {
	background: transparent;
}

.hr-thankyou-template-active .page-header,
.hr-thankyou-template-active .entry-header,
.hr-thankyou-template-active .breadcrumb,
.hr-thankyou-template-active .vk_post_imgOuter {
	display: none;
}

.hr-thankyou-page,
.hr-thankyou-page * {
	box-sizing: border-box;
}

.hr-thankyou-page {
	background:
		radial-gradient(circle at top right, rgba(129, 105, 66, 0.08), transparent 28%),
		radial-gradient(circle at left center, rgba(34, 76, 52, 0.06), transparent 30%),
		#ffffff;
	padding-top: 82px;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.hr-thankyou-page h1::before,
.hr-thankyou-page h1::after,
.hr-thankyou-page h2::before,
.hr-thankyou-page h2::after,
.hr-thankyou-page h3::before,
.hr-thankyou-page h3::after {
	content: none !important;
	display: none !important;
}

.hr-thankyou-shell {
	max-width: 1180px;
	margin: 0 auto;
	padding: 72px 24px 112px;
}

.hr-thankyou-card {
	max-width: 860px;
	margin: 0 auto;
	padding: 88px 84px 92px;
	border: 1px solid rgba(176, 161, 139, 0.34);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 24px 60px rgba(46, 38, 27, 0.08);
	text-align: center;
}

.hr-thankyou-card__eyebrow {
	margin: 0 0 16px;
	font-size: 14px;
	letter-spacing: 0.18em;
	color: #947f58;
	text-transform: uppercase;
}

.hr-thankyou-card__title {
	margin: 0;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0.03em;
	color: #645d55;
	white-space: nowrap;
}

.hr-thankyou-card__title-line + .hr-thankyou-card__title-line::before {
	content: "";
}

.hr-thankyou-card__lead {
	margin-top: 34px;
}

.hr-thankyou-card__lead p {
	margin: 0;
	font-size: 16px;
	line-height: 2.05;
	letter-spacing: 0.06em;
	color: #7a7268;
}

.hr-thankyou-card__lead p + p {
	margin-top: 10px;
}

.hr-thankyou-card__action {
	margin-top: 42px;
}

.hr-thankyou-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 246px;
	min-height: 52px;
	padding: 14px 32px;
	border: 1px solid #8b7751;
	background: #8b7751;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.08em;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hr-thankyou-card__button:hover,
.hr-thankyou-card__button:focus-visible {
	background: #705f42;
	border-color: #705f42;
	color: #ffffff;
}

@media (max-width: 991.98px) {
	.hr-thankyou-shell {
		padding: 56px 16px 88px;
	}

	.hr-thankyou-card {
		padding: 68px 32px 72px;
	}

	.hr-thankyou-card__title {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.hr-thankyou-page {
		padding-top: 96px;
	}

	.hr-thankyou-card {
		padding: 52px 22px 56px;
	}

	.hr-thankyou-card__eyebrow {
		font-size: 12px;
	}

	.hr-thankyou-card__title {
		font-size: 22px;
		line-height: 1.24;
		white-space: normal;
	}

	.hr-thankyou-card__title-line {
		display: block;
	}

	.hr-thankyou-card__lead {
		margin-top: 28px;
	}

	.hr-thankyou-card__lead p {
		font-size: 14px;
		line-height: 1.95;
		text-align: left;
	}

	.hr-thankyou-card__button {
		width: 100%;
		max-width: 320px;
	}
}
