/* ==========================================================================
   國友企画 トップページ / 共通カスタムスタイル
   ========================================================================== */

:root {
	--kn-navy: #0a1a35;
	--kn-navy-2: #1a2533;
	--kn-gold: #ded724;
	--kn-gold-deep: #b8860b;
	--kn-orange: #e85d04;
	--kn-text: #222;
	--kn-muted: #666;
	--kn-beige: #f5f0e6;
	--kn-line: #ddd;
	--kn-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	--kn-sans: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--kn-inner: 1200px;
}

html,
body,
body.custom-font-enabled,
button,
input,
select,
textarea {
	font-family: var(--kn-serif);
}

body {
	color: var(--kn-text);
	line-height: 1.8;
	background: #fff;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: strict;
}

html {
	background: #fff;
}

body.custom-background {
	background-color: #fff !important;
	background-image: none !important;
}

.l-container,
.l-container_inner {
	overflow: visible;
	background-color: #fff;
}

.l-content,
.l-content_inner,
.l-main,
.l-main_inner,
#page {
	background-color: #fff;
}

.l-header {
	position: sticky;
	top: 0;
	z-index: 2000;
	background: #fff;
}

.header_nav_toggle {
	display: none;
}

.header_nav {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	overflow: visible;
}

.header_nav_list {
	overflow: visible;
}

.header_nav_sub_toggle {
	display: none;
}

.header_nav_sub {
	display: none;
}

@media (min-width: 1001px) {
	.header_nav_list_item.has-children > a::after {
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		margin-left: 6px;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		vertical-align: middle;
	}

	.header_nav_list_item.has-children::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 14px;
	}

	.header_nav_sub {
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		transform: translateX(-50%);
		min-width: 240px;
		margin: 0;
		padding: 10px 0;
		background: #fff;
		box-shadow: 0 12px 32px rgba(17, 17, 17, 0.12);
		list-style: none;
		z-index: 30;
	}

	.header_nav_sub--cols {
		min-width: 460px;
		padding: 12px 8px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(4, auto);
		grid-auto-flow: column;
		column-gap: 4px;
	}

	.header_nav_list_item.has-children:last-child > .header_nav_sub {
		left: auto;
		right: 0;
		transform: none;
	}

	.header_nav_list_item.has-children:hover > .header_nav_sub,
	.header_nav_list_item.has-children:focus-within > .header_nav_sub {
		display: block;
	}

	.header_nav_list_item.has-children:hover > .header_nav_sub--cols,
	.header_nav_list_item.has-children:focus-within > .header_nav_sub--cols {
		display: grid;
	}

	.header_nav_sub .header_nav_list_item {
		margin: 0;
		font-size: 13px;
		white-space: nowrap;
	}

	.header_nav_sub .header_nav_list_item::after {
		display: none;
	}

	.header_nav_sub a {
		padding: 10px 18px;
		opacity: 1;
	}

	.header_nav_sub a:hover,
	.header_nav_sub a:focus,
	.header_nav_sub .header_nav_list_item.-active > a {
		color: #71582d;
		opacity: 1;
		background: #f7f4ee;
	}
}

.l-content_inner,
.l-page_header_inner,
.footer_contact_inner,
.footer_detail {
	width: min(100% - 40px, 1080px);
	max-width: 1080px;
	box-sizing: border-box;
}

/* ---------- Header / Footer menus ---------- */
.header_logo,
.header_nav,
.header_nav_list_item,
.header_nav_list_item a,
.header_utility,
.header_utility_list_item,
.header_utility_list_item a,
.kn-footer__nav,
.kn-footer__nav a,
.footer_nav,
.footer_nav_list_item,
.footer_nav_list_item a {
	font-family: var(--kn-serif);
}

/* ---------- Reset theme constraints on top ---------- */
body.home,
body.blog {
	background: #fff;
	min-width: 0;
}

body.home .l-container,
body.home .l-container_inner {
	overflow: visible;
}

body.home .l-mainvisual,
body.home .l-content,
body.home .l-main {
	display: contents;
}

body.home #page,
body.blog #page {
	max-width: none;
	margin: 0;
	background: #fff;
	box-shadow: none;
}

body.home .wrapper--top,
body.blog .wrapper--top {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.home #primary,
body.blog #primary,
body.home .site-content,
body.blog .site-content {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.home #secondary,
body.blog #secondary {
	display: none;
}

body.home .site-content article,
body.blog .site-content article {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

/* 旧フッタースタイルを無効化（kn-footer 使用時） */
body .kn-footer.l-footer,
body .kn-footer .l-footer_inner {
	min-width: 0;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: transparent;
	float: none;
}

.kn-top {
	width: 100%;
	background: #fff;
}

.kn-top img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.kn-inner {
	width: min(100% - 40px, var(--kn-inner));
	margin-inline: auto;
}

.sp-only {
	display: none;
}

/* ---------- Header ---------- */
.kn-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 0;
}

.kn-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: min(100% - 32px, 1280px);
	margin: 0 auto;
	min-height: 72px;
}

.kn-header__logo-text {
	font-family: var(--kn-serif);
	font-size: 22px;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.kn-header__logo a {
	text-decoration: none;
}

.kn-nav {
	flex: 1;
	margin: 0;
}

.kn-nav__toggle {
	display: none;
}

.kn-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-nav__list a {
	font-size: 13px;
	color: #222;
	text-decoration: none;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.kn-nav__list a:hover {
	color: var(--kn-gold-deep);
}

.kn-header__tels {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.kn-header__tel {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 1px solid #222;
	color: #222;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.kn-header__tel img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

/* ---------- Section heads ---------- */
.kn-sec-head {
	text-align: center;
	margin-bottom: 40px;
}

.kn-sec-head__ja {
	font-family: var(--kn-serif);
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 8px;
	color: inherit;
	word-break: keep-all;
	line-break: strict;
	text-wrap: pretty;
}

.kn-sec-head__en {
	font-family: var(--kn-serif);
	font-size: 14px;
	letter-spacing: 0.2em;
	color: var(--kn-gold);
	margin: 0;
}

.kn-sec-head__en--dark {
	color: #444;
	font-family: var(--kn-serif);
	font-weight: 700;
	letter-spacing: 0.15em;
}

.kn-sec-head--light .kn-sec-head__ja {
	color: #fff;
}

/* ---------- Main Visual ---------- */
.kn-mv {
	width: 100%;
	overflow: hidden;
}

.kn-mv__panels {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: min(70vh, 640px);
	align-items: stretch;
}

.kn-mv__panel {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 0;
}

.kn-top .kn-mv__panel > img,
.kn-mv__panel > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.kn-mv__panel--logo {
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kn-mv__logo-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	text-align: center;
	width: 50%;
}
.kn-mv__logo-wrap>p {
	width: 100%;
}

.kn-mv__catch--vertical br {
	display: none;
}

/* ---------- Voice ---------- */

.kn-voice__inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.kn-voice__award {
	width: 25%;
}

.kn-voice__award img {
	width: 100%;
	max-width: 180px;
	display: block;
	margin: 0 auto;
}

.kn-voice__body {
	width: 75%;
	padding: 40px 0 0;
}

.kn-voice__title {
	font-family: var(--kn-serif);
	font-size: clamp(20px, 2.6vw, 28px);
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 20px;
	word-break: keep-all;
	line-break: strict;
	text-wrap: pretty;
}

.kn-voice__letters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-voice__letters li {
	min-width: 0;
}

.kn-voice__letters a {
	display: block;
}

.kn-voice__letters img {
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: top center;
	display: block;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* ---------- Service overview ---------- */
.kn-service-overview {
	position: relative;
	padding: 40px 0 72px;
	overflow: hidden;
}

.kn-bg-text {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-family: var(--kn-serif);
	font-size: clamp(64px, 12vw, 140px);
	color: #e6e6e6;
	line-height: 1;
	pointer-events: none;
	z-index: 0;
}

.kn-service-overview__list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-service-overview__item a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.kn-service-overview__item figure {
	position: relative;
	margin: 0 0 16px;
	overflow: hidden;
}

.kn-service-overview__item figure img {
	width: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.kn-service-overview__item a:hover figure img {
	transform: scale(1.04);
}

.kn-service-overview__item figcaption {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--kn-serif);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	align-items: center;
    justify-items: start;
    padding-left: 20px;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
}

.kn-service-overview__item p {
	font-size: 14px;
	line-height: 1.9;
	color: #444;
	margin: 0;
}

/* ---------- Lead ---------- */
.kn-lead {
	padding: 72px 0;
	background-size: cover;
	background-position: center;
	text-align: center;
}

.kn-lead__title {
	font-family: var(--kn-serif);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	margin: 0 0 28px;
	word-break: keep-all;
	line-break: strict;
	text-wrap: pretty;
}

.kn-lead__text {
	max-width: 820px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2.1;
	text-align: center;
}

.kn-lead__text p {
	margin: 0 0 1.2em;
}

.kn-lead__text p:last-child {
	margin-bottom: 0;
}

/* ---------- Reason ---------- */
.kn-reason {
	background: var(--kn-navy);
	color: #fff;
	padding: 80px 0;
}

.kn-reason__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-reason__list figure {
	position: relative;
	margin: 0 0 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}

.kn-reason__list figure img {
	width: 100%;
    aspect-ratio: 10 / 4;
    object-fit: cover;
    padding-right: 50px;
    display: block;
}

.kn-reason__num {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-family: var(--kn-serif);
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.kn-reason__list p {
	text-align: center;
	font-family: var(--kn-serif);
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

/* ---------- CTA ---------- */
.kn-cta {
	padding: 5% 0;
	background: #fff;
}

.kn-cta__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	width: min(100% - 40px, var(--kn-inner));
	margin: 0 auto;
}

.kn-cta__item {
	position: relative;
	display: block;
	min-height: 140px;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.kn-cta__item:hover {
	color: #fff;
}

.kn-cta__item:hover {
	opacity: 0.92;
	transform: translateY(-2px);
}

.kn-cta__item--tel {
	background-image: url(/wp-content/uploads/2026/08/back2.jpg);
	background-size: cover;
	background-position: center;
}

.kn-cta__item--form {
	background-image: url(/wp-content/uploads/2026/08/back3.jpg);
	background-size: cover;
	background-position: center;
}

.kn-cta__item--online {
	background-size: cover;
	background-position: center;
}

.kn-cta__item--online::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.18);
}

.kn-cta__item--online .kn-cta__title,
.kn-cta__item--online .kn-cta__en {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.kn-cta__frame {
	position: relative;
    z-index: 1;
    display: block;
    min-height: 180px;
    margin: 20px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 22px 20px;
    box-sizing: border-box;
    height: auto;
}

.kn-cta__title {
	display: block;
	font-family: var(--kn-serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
}

.kn-cta__en {
	display: block;
	font-size: 12px;
	letter-spacing: 0.04em;
	opacity: 0.9;
}

.kn-cta__icon {
	position: absolute;
	right: 14px;
	bottom: 12px;
	width: 80px;
	height: 80px;
	object-fit: contain;
}

/* ---------- Banners ---------- */
.kn-bnr-reform,
.kn-bnr-estimate {
	padding: 20px 0 40px;
	text-align: center;
}

.kn-bnr-reform__link,
.kn-bnr-estimate a {
	display: inline-block;
	width: min(100% - 40px, var(--kn-inner));
	transition: opacity 0.25s ease;
}

.kn-bnr-reform__link:hover,
.kn-bnr-estimate a:hover {
	opacity: 0.92;
}

.kn-bnr-reform__img,
.kn-bnr-estimate img {
	width: 100%;
	display: block;
}

/* ---------- Works ---------- */
.kn-works {
	padding: 72px 0 80px;
	background-color: #eceae6;
	background-size: cover;
	overflow: hidden;
}

.kn-works__slider {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.kn-works__row {
	overflow: hidden;
	width: 100%;
}

.kn-works__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-works__list .slick-list {
	overflow: hidden;
	margin: 0 -6px;
}

.kn-works__list .slick-track {
	display: flex !important;
	align-items: stretch;
}

.kn-works__list .slick-slide {
	height: auto;
	padding: 0 6px;
}

.kn-works__list .slick-slide > div {
	height: 100%;
}

.kn-works__item {
	display: block !important;
	float: none;
	width: 100%;
	height: 100%;
}

.kn-works__item a {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
	background: #ddd;
}

.kn-works__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.kn-works__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
	padding: 12px 14px;
	background: rgba(10, 26, 53, 0.78);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	direction: ltr;
	text-align: left;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.kn-works__item a:hover img,
.kn-works__item a:focus-visible img {
	transform: scale(1.05);
}

.kn-works__item a:hover .kn-works__title,
.kn-works__item a:focus-visible .kn-works__title {
	opacity: 1;
	transform: translateY(0);
}

/* ---------- Pickup ---------- */
.kn-pickup {
	padding: 72px 0 80px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.kn-pickup::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background-image: url(/wp-content/uploads/2026/08/back4.webp);
	background-size: cover;
	background-position: top;
	z-index: -1;
}
.kn-pickup::after {
	content: "Question";
	position: absolute;
	right: 2%;
	bottom: 4%;
	font-family: var(--kn-serif);
	font-size: clamp(64px, 12vw, 140px);
	color: rgba(0, 0, 0, 0.05);
	line-height: 1;
	pointer-events: none;
}

.kn-pickup__list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

.kn-pickup__list li:nth-child(even) {
	margin-top: 28%;
}

.kn-pickup__list a {
	display: block;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.kn-pickup__list figure {
	margin: 0 0 18px;
	overflow: hidden;
}

.kn-pickup__list img {
	width: 100%;
	aspect-ratio: 3 / 4;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.4s ease;
}

.kn-pickup__list a:hover img {
	transform: scale(1.04);
}

.kn-pickup__list h3 {
	font-family: var(--kn-serif);
	font-size: 18px;
	color: var(--kn-navy);
	margin: 0 0 10px;
	line-height: 1.5;
	word-break: keep-all;
	line-break: strict;
}

.kn-pickup__list p {
	font-size: 13px;
	color: var(--kn-muted);
	margin: 0 0 18px;
	line-height: 1.7;
}

.kn-pickup__more {
	display: inline-block;
	padding: 10px 22px;
	border: 1px solid #555;
	font-size: 13px;
	letter-spacing: 0.04em;
	width: 100%;
}

.kn-pickup__list a:hover .kn-pickup__more {
	background: var(--kn-navy);
	color: #fff;
	border-color: var(--kn-navy);
}

/* ---------- Message ---------- */
.kn-message {
	padding: 100px 0;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.kn-message::before {
	content: "";
	position: absolute;
	inset: 0;
}

.kn-message .kn-inner {
	position: relative;
	z-index: 1;
}

.kn-message .kn-sec-head__ja {
	overflow-wrap: normal;
	word-break: keep-all;
	line-break: strict;
	text-wrap: balance;
}

.kn-message__text {
	max-width: 42em;
	margin: 0 auto;
	font-family: var(--kn-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 2.2;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: strict;
	text-wrap: pretty;
}

.kn-message__text p {
	margin: 0 0 1.6em;
}

.kn-message__text p:last-child {
	margin-bottom: 0;
}

/* ---------- News ---------- */
.kn-news {
	padding: 64px 0 80px;
	background: #fff;
}

.kn-news__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.kn-news__head h2 {
	font-family: var(--kn-serif);
	font-size: 24px;
	margin: 0 0 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--kn-line);
}

.kn-news__head span {
	font-size: 14px;
	color: var(--kn-gold);
	margin-left: 8px;
	letter-spacing: 0.12em;
}

.kn-news__list {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.kn-news__list li {
	border-bottom: 1px solid var(--kn-line);
}

.kn-news__list a {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	padding: 16px 0;
	color: inherit;
	text-decoration: none;
}

.kn-news__thumb img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	display: block;
	background: #f0f0f0;
}

.kn-news__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-width: 0;
	min-height: 72px;
}

.kn-news__meta time {
	font-size: 12px;
	color: #888;
	margin-bottom: 4px;
}

.kn-news__ttl {
	font-family: var(--kn-serif);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.kn-news__more {
	margin-top: auto;
	align-self: flex-end;
	font-size: 12px;
	color: #888;
}

.kn-news__btn {
	display: block;
	text-align: center;
	background: var(--kn-navy);
	color: #fff !important;
	text-decoration: none;
	padding: 14px;
	font-size: 14px;
	letter-spacing: 0.06em;
	width: 40%;
    margin: 0 0 0 auto;
}

.kn-news__btn:hover {
	opacity: 0.9;
}

/* ---------- Footer ---------- */
.l-footer.kn-footer,
.kn-footer {
	background: transparent !important;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 0;
}

.kn-footer__company {
	background: var(--kn-beige);
	text-align: center;
	padding: 56px 20px 40px;
}

.kn-footer__logo img {
	width: 150px;
	margin-bottom: 20px;
}

.kn-footer__address {
	font-family: var(--kn-serif);
	font-size: 14px;
	line-height: 2;
	margin: 0;
	color: #333;
}

.kn-footer .kn-cta {
	background: linear-gradient(180deg, var(--kn-beige) 50%, var(--kn-navy) 50%);
	padding: 0 0 48px;
	margin-bottom: -1px;
}

.kn-footer__nav-wrap {
	background: var(--kn-navy);
	color: #fff;
	padding: 80px 20px 40px;
}

.kn-footer__detail {
	position: relative;
	width: min(100%, 1080px);
	margin: 0 auto;
	padding-bottom: 70px;
}

.kn-btn .fa-instagram,
.kn-btn .fab {
	margin-right: 8px;
}

.kn-footer__nav {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	justify-content: space-between;
	gap: 24px 40px;
	margin: 0;
}

.kn-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-footer__nav li {
	margin: 0 0 16px;
	letter-spacing: 0.03em;
}

.kn-footer__nav li:last-child {
	margin-bottom: 0;
}

.kn-footer__nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.6;
	opacity: 0.95;
}

.kn-footer__nav a:hover {
	opacity: 1;
	color: var(--kn-gold);
}

.kn-footer__sns {
	position: absolute;
	right: 0;
	bottom: 8px;
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kn-footer__sns a {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.kn-footer__sns a:hover {
	color: var(--kn-gold);
}

.kn-footer__copy {
	position: absolute;
	left: 0;
	bottom: 18px;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

/* Hide default Twenty Twelve header bits if present */
.site-header hgroup,
.site-header .site-title,
.site-header .site-description {
	/* kept for non-top pages via kn-header replacement */
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
	body.nav-open {
		overflow: hidden;
	}

	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	body.admin-bar .l-header {
		top: 32px;
	}

	.l-container {
		padding-top: var(--kn-header-h, 64px);
	}

	.l-header_inner {
		position: relative;
		height: auto;
		min-height: 64px;
		padding: 10px 16px;
	}

	.header_logo {
		margin-right: 0;
		font-size: 16px;
	}

	.header_nav_toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin-left: auto;
		padding: 0;
		border: 1px solid #111;
		background: #fff;
		cursor: pointer;
		z-index: 2;
	}

	.header_nav_toggle__bar,
	.header_nav_toggle__bar::before,
	.header_nav_toggle__bar::after {
		display: block;
		width: 18px;
		height: 2px;
		background: #111;
		position: relative;
	}

	.header_nav_toggle__bar::before,
	.header_nav_toggle__bar::after {
		content: '';
		position: absolute;
		left: 0;
	}

	.header_nav_toggle__bar::before {
		top: -6px;
	}

	.header_nav_toggle__bar::after {
		top: 6px;
	}

	.header_nav_toggle.is-open .header_nav_toggle__bar {
		background: transparent;
	}

	.header_nav_toggle.is-open .header_nav_toggle__bar::before {
		top: 0;
		transform: rotate(45deg);
	}

	.header_nav_toggle.is-open .header_nav_toggle__bar::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.header_nav {
		display: none;
		position: fixed;
		top: var(--kn-header-bottom, var(--kn-header-h, 64px));
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		background: #fff;
		padding: 8px 20px 28px;
		box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
		max-height: calc(100dvh - var(--kn-header-bottom, var(--kn-header-h, 64px)));
		overflow: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		z-index: 1;
	}

	.header_nav.is-open {
		display: flex;
	}

	.header_nav_list {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		width: 100%;
	}

	.header_nav_list_item {
		margin: 0;
		font-size: 16px;
		white-space: normal;
	}

	.header_nav_list_item a {
		padding: 14px 0;
		border-bottom: 1px solid #eee;
	}

	.header_nav_list_item.-active::after {
		display: none;
	}

	.header_nav_list_item.has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}

	.header_nav_list_item.has-children > a {
		display: flex;
		align-items: center;
		flex: 1;
		min-width: 0;
		min-height: 48px;
		padding: 0 8px 0 0;
		border-bottom: 1px solid #eee;
	}

	.header_nav_sub_toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 44px;
		height: 48px;
		margin: 0;
		padding: 0;
		border: 0;
		border-bottom: 1px solid #eee;
		background: transparent;
		cursor: pointer;
	}

	.header_nav_sub_toggle span {
		display: block;
		width: 8px;
		height: 8px;
		border-right: 2px solid #111;
		border-bottom: 2px solid #111;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 0.2s ease;
	}

	.header_nav_list_item.is-sub-open > .header_nav_sub_toggle span {
		transform: rotate(225deg) translateY(-1px);
	}

	.header_nav_sub {
		display: none;
		flex-basis: 100%;
		position: static;
		transform: none;
		min-width: 0;
		margin: 0;
		padding: 4px 0 10px 12px;
		background: #faf9f6;
		box-shadow: none;
		list-style: none;
	}

	.header_nav_list_item.is-sub-open > .header_nav_sub {
		display: block;
	}

	.header_nav_sub .header_nav_list_item {
		margin: 0;
		font-size: 14px;
	}

	.header_nav_sub .header_nav_list_item a {
		padding: 12px 8px;
		border-bottom: 1px solid #eee;
	}

	.header_nav_sub .header_nav_list_item:last-child a {
		border-bottom: 0;
	}

	.header_nav_sub .header_nav_list_item.-active > a {
		color: #71582d;
	}

	.header_utility {
		margin: 16px 0 0;
	}

	.header_utility_list {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.header_utility_list_item a {
		min-width: 0;
		width: 100%;
		height: 44px;
	}

	.l-content_inner,
	.l-page_header_inner,
	.footer_contact_inner,
	.footer_detail {
		width: auto;
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
	}

	.l-page_header {
		margin: 0 16px 48px;
	}

	.l-page_header_inner {
		height: 280px;
		margin: 0;
	}

	.page_ttl {
		font-size: 26px;
	}

	.l-content_inner {
		padding-bottom: 64px;
	}

	.l-sidebar {
		padding-top: 40px;
	}

	.side_nav,
	.side_nav.-recent {
		float: none;
		width: auto;
		max-width: none;
		padding: 0;
	}

	.side_blog {
		margin: 0;
	}

	.gallery_list_item {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}

	.kn-reason__list,
	.kn-pickup__list,
	.kn-cta__inner,
	.kn-news__grid {
		grid-template-columns: 1fr 1fr;
	}

	.kn-pickup__list li:nth-child(even) {
		margin-top: 0;
	}

	.kn-service-overview__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.kn-footer__nav {
		grid-template-columns: repeat(2, 1fr);
		justify-content: stretch;
	}

	.kn-voice__letters {
		grid-template-columns: repeat(2, 1fr);
	}

	.kn-voice__award {
		width: 20%;
	}
	.kn-pickup__list img {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 782px) {
	body.admin-bar .l-header {
		top: 46px;
	}
}

@media (max-width: 700px) {
	.sp-only {
		display: inline;
	}

	.kn-inner {
		width: min(100% - 28px, var(--kn-inner));
	}

	.l-content_inner,
	.l-page_header_inner,
	.footer_contact_inner,
	.footer_detail {
		width: auto;
		max-width: none;
		margin-left: 14px;
		margin-right: 14px;
		padding-bottom: 64px;
	}

	.l-page_header {
		margin: 0 0 32px;
	}

	.l-page_header_inner {
		height: 200px;
		margin: 0;
	}

	.page_ttl {
		font-size: 22px;
	}

	.page_ttl span {
		display: block;
		margin: 8px 0 0;
		font-size: 14px;
	}

	.l-sidebar {
		padding-top: 40px;
	}

	.side_nav,
	.side_nav.-recent {
		float: none;
		width: auto;
		max-width: none;
		padding: 0;
	}

	.side_blog {
		margin: 0;
	}

	.blog_list_img {
		float: none;
		width: auto;
		margin: 0 0 16px;
	}

	.blog_list_more {
		position: static;
		margin-top: 12px;
	}

	.gallery_list_item {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.entry_ttl,
	.entry_body h2,
	.mceContentBody h2 {
		font-size: 22px;
		margin: 40px auto 32px;
	}

	.kn-mv__panels {
		grid-template-columns: 1fr 1fr;
		height: auto;
	}

	.kn-mv__panel,
	.kn-mv__panel--logo {
		height: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	.kn-top .kn-mv__panel > img,
	.kn-mv__panel > img {
		height: 100%;
	}

	.kn-mv__logo-wrap {
		width: 25%;
		gap: 20px;
	}

	.kn-voice__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.kn-voice__letters,
	.kn-reason__list,
	.kn-pickup__list,
	.kn-cta__inner,
	.kn-news__grid,
	.kn-footer__nav,
	.kn-instagram__list,
	.kn-service-overview__list {
		grid-template-columns: 1fr;
	}

	.kn-footer__nav-wrap {
		padding: 48px 20px 32px;
	}

	.kn-footer__detail {
		padding-bottom: 0;
	}

	.kn-footer__nav {
		margin-bottom: 28px;
	}

	.kn-footer__sns {
		position: static;
		justify-content: center;
		margin-bottom: 20px;
	}

	.kn-footer__copy {
		position: static;
		text-align: center;
	}

	.kn-instagram__list {
		grid-template-columns: 1fr 1fr;
	}

	.kn-voice__letters {
		grid-template-columns: 1fr;
	}

	.kn-voice__letters li:nth-child(n + 3) {
		display: none;
	}

	.kn-pickup__list li:nth-child(even) {
		margin-top: 0;
	}

	.kn-works__title {
		font-size: 12px;
		padding: 10px 12px;
	}

	.kn-cta__title {
		font-size: 18px;
	}

	.kn-cta__frame {
		min-height: 140px;
		padding: 18px 16px;
	}

	.kn-lead,
	.kn-reason,
	.kn-works,
	.kn-pickup,
	.kn-message {
		padding: 40px 0;
	}

	.kn-message__text,
	.kn-lead__text {
		text-align: left;
		font-size: 14px;
	}

	.entry_body .alignleft,
	.mceContentBody .alignleft {
		float: none;
		display: block;
		margin: 0 0 20px;
		max-width: 100%;
	}
	.kn-footer__logo img {
		width: 85px;
	}
}
