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

.hr-about-template-active {
	background: #ffffff;
	color: #000000;
}

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

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

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

.hr-about-page {
	background: #ffffff;
	color: #000000;
	padding-top: 82px;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.hr-about-page h1,
.hr-about-page h2,
.hr-about-page h3,
.hr-about-page h4,
.hr-about-page h5,
.hr-about-page h6,
.hr-about-page h1::before,
.hr-about-page h1::after,
.hr-about-page h2::before,
.hr-about-page h2::after,
.hr-about-page h3::before,
.hr-about-page h3::after,
.hr-about-page h4::before,
.hr-about-page h4::after,
.hr-about-page h5::before,
.hr-about-page h5::after,
.hr-about-page h6::before,
.hr-about-page h6::after {
	border: none !important;
	box-shadow: none !important;
	content: none !important;
	background: transparent !important;
}

.hr-about-template-active .page_top_btn,
.hr-about-template-active .vk-page-top,
.hr-about-template-active .vk_pageTop,
.hr-about-template-active .wpfront-scroll-top-container,
.hr-about-template-active .pagetop,
.hr-about-page .page_top_btn,
.hr-about-page .vk-page-top,
.hr-about-page .vk_pageTop,
.hr-about-page .wpfront-scroll-top-container,
.hr-about-page .pagetop {
	display: none !important;
}

.hr-about-intro {
	max-width: 720px;
	margin: 0 auto;
	padding: 34px 24px 0;
	text-align: center;
}

.hr-about-intro h1 {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: 0.03em;
	color: #000000;
}

.hr-about-intro p {
	margin: 10px 0 0;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-about-greeting {
	padding: 92px 24px 0;
	text-align: center;
}

.hr-about-greeting__inner {
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 68px;
}

.hr-about-greeting h2 {
	margin: 0 0 58px;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #000000;
}

.hr-about-greeting p {
	margin: 0 0 44px;
	font-size: 20px;
	line-height: 2.25;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-about-greeting__signature {
	margin: 52px 0 0 !important;
	font-size: 20px !important;
	line-height: 1.8 !important;
}

.hr-about-people {
	max-width: 940px;
	margin: 0 auto;
	padding: 72px 24px 94px;
}

.hr-about-person {
	padding: 56px 0 52px;
	border-top: 1px solid #b5b5b6;
}

.hr-about-person:first-child {
	padding-top: 82px;
}

.hr-about-person__inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.hr-about-person__photo {
	width: min(100%, 336px);
	margin: 0 auto 22px;
}

.hr-about-person__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.hr-about-person__header h2 {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: 1.95rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;
	color: #000000;
}

.hr-about-person__role {
	margin: 8px 0 0;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	color: #000000;
}

.hr-about-person__name {
	margin: 8px 0 0;
	font-size: 1.18rem;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-about-person__credentials {
	margin: 4px 0 0;
	font-size: 0.8rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
	color: #000000;
}

.hr-about-person__body {
	max-width: 620px;
	margin: 22px auto 0;
}

.hr-about-person__body p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 2.05;
	letter-spacing: 0.04em;
	color: #000000;
	text-align: left;
}

@media (max-width: 991.98px) {
	.hr-about-people {
		padding-left: 16px;
		padding-right: 16px;
	}
}

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

	.hr-about-intro {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hr-about-intro h1 {
		font-size: 2.15rem;
	}

	.hr-about-intro p {
		font-size: 0.82rem;
	}

	.hr-about-greeting {
		padding: 58px 16px 0;
	}

	.hr-about-greeting__inner {
		padding-bottom: 44px;
	}

	.hr-about-greeting h2 {
		margin-bottom: 36px;
		font-size: 18px;
	}

	.hr-about-greeting p {
		margin-bottom: 28px;
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.04em;
	}

	.hr-about-greeting__signature {
		margin-top: 34px !important;
		font-size: 15px !important;
	}

	.hr-about-people {
		padding-top: 34px;
		padding-bottom: 72px;
	}

	.hr-about-person {
		padding: 42px 0 38px;
	}

	.hr-about-person__photo {
		width: min(100%, 280px);
		margin-bottom: 18px;
	}

	.hr-about-person__header h2 {
		font-size: 1.55rem;
	}

	.hr-about-person__name {
		font-size: 1.04rem;
	}

	.hr-about-person__body {
		margin-top: 18px;
	}

	.hr-about-person__body p {
		font-size: 0.76rem;
		line-height: 1.95;
	}
}