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

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

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

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

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

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

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

.hr-concept-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.hr-concept-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 6.1;
	object-fit: cover;
}

.hr-concept-hero__copy {
	position: absolute;
	left: 50%;
	top: calc(50% - 20px);
	transform: translate(-50%, -50%);
	width: calc(100% - 48px);
	text-align: center;
	color: #000000;
}

.hr-concept-hero__copy h1 {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: clamp(3.15rem, 5vw, 4rem);
	font-weight: 600;
	line-height: 1;
	color: #000000;
}

.hr-concept-hero__copy p {
	margin: 14px 0 0;
	font-size: 1rem;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-concept-intro {
	padding: 56px 24px 0;
}

.hr-concept-intro__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.hr-concept-intro__inner p {
	margin: 0 0 28px;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #000000;
}

.hr-concept-intro__lead {
	margin-bottom: 30px !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.8 !important;
}

.hr-concept-intro__signature {
	margin-top: 24px !important;
}

.hr-concept-intro__signature-name {
	margin-top: 0 !important;
}

.hr-concept-intro__nowrap {
	white-space: nowrap;
}

.hr-concept-section {
	max-width: 980px;
	margin: 0 auto;
	padding: 54px 24px 0;
}

.hr-concept-section__heading {
	text-align: center;
}

.hr-concept-section__heading h2,
.hr-concept-section__heading p {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
}

.hr-concept-pillar h3,
.hr-concept-values__group h4 {
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-weight: 600;
}

.hr-concept-pillar__sub {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
}

.hr-concept-section__heading h2 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #000000;
}

.hr-concept-section__heading p {
	margin: 4px 0 0;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000000;
}

.hr-concept-section--overview {
	position: relative;
	padding-top: 72px;
	--hr-concept-divider-width: min(67.2vw, 992px);
}

.hr-concept-section--overview::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--hr-concept-divider-width);
	height: 1px;
	background: #b5b5b6;
	transform: translateX(-50%);
}

.hr-concept-overview {
	position: relative;
	max-width: 690px;
	margin: 22px auto 0;
	padding-bottom: 64px;
}

.hr-concept-overview::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 64px;
	left: 124px;
	width: 1px;
	background: #b5b5b6;
}

.hr-concept-overview::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: var(--hr-concept-divider-width);
	height: 1px;
	background: #b5b5b6;
	transform: translateX(-50%);
}

.hr-concept-overview__row {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 20px;
	padding: 6px 0;
}

.hr-concept-overview__row dt,
.hr-concept-overview__row dd {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
	color: #000000;
}

.hr-concept-overview__row dd {
	padding-left: 2em;
}

.hr-concept-overview__row dt {
	text-align: justify;
	text-align-last: justify;
	padding-right: 18px;
}

.hr-concept-section--philosophy {
	padding-top: 96px;
	padding-bottom: 92px;
}

.hr-concept-text-block {
	max-width: 740px;
	margin: 18px auto 0;
	text-align: center;
}

.hr-concept-text-block p {
	margin: 0 0 10px;
	font-size: 0.86rem;
	line-height: 1.95;
	letter-spacing: 0.05em;
	color: #000000;
}

.hr-concept-pillars {
	max-width: 760px;
	margin: 44px auto 0;
	text-align: center;
}

.hr-concept-pillar + .hr-concept-pillar {
	margin-top: 42px;
}

.hr-concept-pillar h3 {
	margin: 0;
	font-size: 1.42rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-concept-pillar__sub {
	margin: 6px 0 0 !important;
	font-size: 0.8rem !important;
	letter-spacing: 0.08em !important;
	color: #000000 !important;
}

.hr-concept-pillar p {
	margin: 12px 0 0;
	font-size: 0.86rem;
	line-height: 1.95;
	letter-spacing: 0.05em;
	color: #000000;
}

.hr-concept-values {
	max-width: 760px;
	margin: 42px auto 0;
}

.hr-concept-values__group + .hr-concept-values__group {
	margin-top: 34px;
}

.hr-concept-values__group h4 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	color: #000000;
}

.hr-concept-values__group ul {
	margin: 0;
	padding-left: 1.2em;
}

.hr-concept-values__group li {
	margin: 0 0 8px;
	font-size: 0.86rem;
	line-height: 1.95;
	letter-spacing: 0.04em;
	color: #000000;
}

@media (max-width: 991.98px) {
	.hr-concept-hero {
		padding: 0;
	}

	.hr-concept-intro {
		padding: 44px 16px 0;
	}

	.hr-concept-section {
		padding-left: 16px;
		padding-right: 16px;
	}
}

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

	.hr-concept-hero__image img {
		aspect-ratio: 1.65 / 1;
	}

	.hr-concept-hero__copy {
		top: 14.5%;
		transform: translateX(-50%);
		width: calc(100% - 32px);
	}

	.hr-concept-hero__copy h1 {
		font-size: 2.7rem;
	}

	.hr-concept-hero__copy p {
		margin-top: 10px;
		font-size: 0.92rem;
	}

	.hr-concept-intro__inner p {
		font-size: 0.88rem;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.04em;
	}

	.hr-concept-intro__inner {
		max-width: 100%;
		text-align: left;
	}

	.hr-concept-intro__signature,
	.hr-concept-intro__signature-name {
		text-align: center;
	}

	.hr-concept-overview__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hr-concept-overview::before,
	.hr-concept-section--overview::before {
		display: none;
	}

	.hr-concept-overview__row dt {
		text-align: left;
		text-align-last: auto;
		padding-right: 0;
	}

	.hr-concept-overview__row dd {
		padding-left: 0;
	}

	.hr-concept-intro__nowrap {
		white-space: normal;
	}

	.hr-concept-pillars,
	.hr-concept-values {
		margin-top: 34px;
	}

	.hr-concept-pillar + .hr-concept-pillar,
	.hr-concept-values__group + .hr-concept-values__group {
		margin-top: 28px;
	}
}