.nkk-jobs-page-active .l-content,
.nkk-jobs-page-active .l-mainContent,
.nkk-jobs-page-active .l-mainContent__inner,
.nkk-jobs-page-active .post_content,
.nkk-jobs-page-active .c-postContent,
.nkk-jobs-page-active #content,
.nkk-jobs-page-active .l-container {
	overflow: visible;
}

.nkk-jobs-page {
	background: transparent;
	overflow: visible;
	padding: 24px 0 56px;
}

.nkk-jobs-page__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	overflow: visible;
	padding: 0 24px;
	width: 100%;
}

.nkk-jobs-page__header {
	margin-bottom: 40px;
}

.nkk-jobs-page__title {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.nkk-jobs-layout {
	align-items: flex-start;
	display: grid;
	gap: 48px;
	grid-template-columns: 160px minmax(0, 1fr);
	overflow: visible;
}

.nkk-jobs-layout__filter,
.nkk-jobs-layout__content {
	min-width: 0;
}

.nkk-jobs-layout__filter {
	align-self: flex-start;
	height: max-content;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	z-index: 5;
}

.nkk-job-filter {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.nkk-job-filter__link {
	background: transparent;
	border: 0;
	color: #333;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 0 0 22px;
	position: relative;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.nkk-job-filter__link:hover,
.nkk-job-filter__link.is-active {
	background: transparent;
	border-color: transparent;
	color: #333;
}

.nkk-job-filter__link::before {
	background: #333;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0.65em;
	transform: translateY(-50%);
	width: 6px;
}

.nkk-job-filter__link.is-active::before {
	opacity: 1;
}

.nkk-jobs-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nkk-jobs-shortcode {
	overflow: visible;
	width: 100%;
}

.nkk-jobs-shortcode .nkk-jobs-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nkk-job-card {
	background: #fff;
	box-shadow: 5px 6px 10px 1px lightgray;
	box-sizing: border-box;
	color: #333;
	display: flex;
	flex-direction: column;
	height: 560px;
	margin: 0;
	padding: 30px 20px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.32s ease-in-out, box-shadow 0.32s ease-in-out, color 0.32s ease-in-out, transform 0.32s ease-in-out;
}

a.nkk-job-card:hover {
	background: #333;
	box-shadow: 7px 9px 16px 2px lightgray;
	color: #fff;
	transform: translateY(-2px);
}

a.nkk-job-card:hover .nkk-job-card__memo,
a.nkk-job-card:hover .nkk-job-card__title,
a.nkk-job-card:hover .nkk-job-card__description,
a.nkk-job-card:hover .nkk-job-card__section-title,
a.nkk-job-card:hover .nkk-job-card__section-body {
	color: #fff;
}

.nkk-job-card__memo,
.nkk-job-card__title,
.nkk-job-card__description,
.nkk-job-card__section-title,
.nkk-job-card__section-body {
	transition: color 0.32s ease-in-out;
}

.nkk-job-card--single {
	margin: 0 auto;
	max-width: 760px;
	min-height: 0;
}

.nkk-job-card__meta {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 40px;
}

.nkk-job-card__memo {
	color: #ababab;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	padding-right: 8px;
}

.nkk-job-card__company {
	color: #ababab;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	padding-right: 8px;
}

.nkk-job-card__status {
	background: red;
	color: #fff;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 11px 16px;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
}

.nkk-job-card__status:hover {
	background: red;
	color: #fff;
}

.nkk-job-card .nkk-job-card__title {
	background: none;
	border: 0;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 20px 0 0;
	min-height: 70px;
	overflow-wrap: anywhere;
	padding: 0;
}

.nkk-job-card .nkk-job-card__title::before,
.nkk-job-card .nkk-job-card__title::after {
	content: none;
	display: none;
}

.nkk-job-card__description {
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
	margin-top: 24px;
	min-height: 96px;
}

.nkk-job-card__section {
	margin-top: 24px;
	min-height: 120px;
}

.nkk-job-card__section--salary {
	margin-top: 18px;
	min-height: 70px;
}

.nkk-job-card .nkk-job-card__section-title {
	background: none;
	border: 0;
	color: #ababab;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 6px;
	padding: 0;
}

.nkk-job-card .nkk-job-card__section-title::before,
.nkk-job-card .nkk-job-card__section-title::after {
	content: none;
	display: none;
}

.nkk-job-card__section-body {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

.nkk-job-card__section--salary .nkk-job-card__section-body {
	font-size: 15px;
}

.nkk-jobs-empty {
	color: #333;
	font-size: 15px;
	margin: 0;
}

@media (max-width: 1024px) {
	.nkk-jobs-layout {
		gap: 32px;
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.nkk-jobs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nkk-jobs-shortcode .nkk-jobs-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.nkk-jobs-page {
		padding: 20px 0 40px;
	}

	.nkk-jobs-page__inner {
		padding: 0 18px;
	}

	.nkk-jobs-page__header {
		margin-bottom: 24px;
	}

	.nkk-jobs-layout {
		align-items: flex-start;
		display: grid;
		gap: 14px;
		grid-template-columns: 96px minmax(0, 1fr);
		overflow: visible;
	}

	.nkk-jobs-layout__filter {
		align-self: flex-start;
		background: transparent;
		height: max-content;
		margin: 0;
		max-height: none;
		overflow: visible;
		padding: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 88px;
		z-index: 5;
	}

	.nkk-job-filter {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 18px;
		white-space: normal;
	}

	.nkk-job-filter__link {
		font-size: 13px;
		padding-left: 14px;
	}

	.nkk-jobs-grid {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.nkk-jobs-shortcode {
		margin: 0 -18px;
		overflow-x: auto;
		padding: 0 18px 18px;
		-webkit-overflow-scrolling: touch;
	}

	.nkk-jobs-shortcode .nkk-jobs-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 24px;
		width: max-content;
	}

	.nkk-jobs-shortcode .nkk-job-card {
		flex: 0 0 76vw;
		width: 76vw;
	}

	.nkk-job-card {
		height: auto;
		min-height: 560px;
		padding: 26px 20px;
	}

	.nkk-job-card__description,
	.nkk-job-card__section,
	.nkk-job-card__section--salary {
		min-height: 0;
	}
}
