/* =========================================================
   Hikari Theme - Main Stylesheet  (assets/css/style.css)
   XD準拠：左固定サイドバー320px + 右コンテンツ1600px（設計基準1920px）
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root {
	/* layout */
	--layout-max: 1920px;
	--sidebar-w: 320px;
	--content-max: 1600px;
	--content-inner: 1320px;
	--bp: 1024px;

	/* fonts */
	--font-heading: "M PLUS 1c", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

	/* colors（.agc抽出値） */
	--c-text: #381D0E;
	--c-text-soft: #381D0E;
	--c-muted: #707070;
	--c-bg: #ffffff;
	--c-bg-soft: #FBFBFB;
	--c-border: #e4e1db;

	--c-navy: #374393;
	--c-navy-dark: #2c3676;
	--c-green: #4AA336;
	--c-green-dark: #3d8a2d;
	--c-gold: #B78A44;
	--c-gold-dark: #9d7436;
	--c-amber: #FFBA00;
	--c-red: #DE1F39;
	--c-pink: #DE91BB;

	--radius: 8px;
	--shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* Keep the MENU label on the exact centerline of the hamburger icon. */
@media (max-width: 1024px) {
	.mobile-site-header__menu {
		position: absolute;
		right: 10px;
		bottom: 13px;
		display: block;
		width: 44px;
		padding: 0;
		text-align: center;
		font-size: 8px;
		line-height: 1;
		letter-spacing: .08em;
	}
	.nav-toggle {
		right: 10px;
		left: auto;
		width: 44px;
	}
}

/* Desktop sidebar viewport lock: preserve a visible bottom gutter. */
@media (min-width: 1025px) {
	html, body { overflow-x: clip; }
	.l-sidebar {
		box-sizing: border-box;
		height: 100vh;
		height: 100dvh;
		overflow: hidden;
	}
	.l-sidebar__inner {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		max-height: 100dvh;
		padding-right: 24px;
		padding-bottom: 24px;
		padding-left: 24px;
		overflow: hidden;
	}
	.sidebar-nav,
	.sidebar-actions,
	.sidebar-actions .btn {
		box-sizing: border-box;
		max-width: 100%;
	}
	.sidebar-actions {
		flex: 0 0 auto;
		margin-top: clamp(12px, 2vh, 24px);
		padding-top: clamp(12px, 2vh, 22px);
	}
}

/* TOP service logo: match the 210px mobile design artwork. */
@media (max-width: 640px) {
	.front-page .fp-service .section-head {
		position: relative;
		z-index: 2;
		margin-bottom: 150px;
	}
	.front-page .service-card {
		padding-top: 85px;
		overflow: visible;
	}
	.front-page .service-card + .service-card {
		margin-top: 125px;
	}
	.front-page .service-card__logo {
		top: -105px;
		left: 50%;
		width: 210px;
		height: 210px;
		padding: 20px;
		border-radius: 50%;
		transform: translateX(-50%);
	}
	.front-page .service-card__media {
		background: #fff;
		text-align: center;
	}
	.front-page .service-card__media img {
		aspect-ratio: 834 / 688;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 640px) {
	.site-footer { position: relative; }
	.site-footer .pagetop {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}

/* PDF corrections 28-31. */
.philosophy-mobile-break { display: none; }

@media (max-width: 640px) {
	.philosophy-mobile-break { display: inline; }
	.philosophy-page .philosophy-block--mission .lower-title {
		margin-bottom: 32px;
	}
	.site-footer__note { text-align: center; }
}

/* =========================================================
   Designer revision pass (WEB修正依頼.pdf)
   ========================================================= */

/* Put directional arrows at the trailing edge of every wide CTA. */
.btn,
.contact-btn,
.service-hero-btn {
	position: relative;
}
.btn .arrow,
.service-recruit-cta__btn .arrow {
	position: absolute;
	right: 1.25em;
	margin-left: 0;
}
.service-hero-btn span:last-child { margin-left: auto; }
.contact-btn--primary { padding-inline: 3rem; }

/* TOP */
.fp-philosophy__more {
	width: 100%;
	justify-content: center;
	border-color: currentColor;
}
.fp-philosophy__inner { max-width: 1200px; }
.fp-philosophy__body > p:last-child { width: 100%; }
.service-card__actions .btn--ghost { border-color: currentColor; }
.service-card__logo {
	width: 180px;
	height: 180px;
	padding: 16px;
	border-radius: 0 0 120px;
}
.fp-recruit .fp-more,
.fp-news .fp-more { max-width: 520px; }

/* Service pages */
.service-page .focus-section { background: #FBFBFB; }
.service-page .lower-center-head > span,
.service-page .service-about__label {
	font-size: 15px;
	letter-spacing: .34em;
}
.service-page .service-about__media img,
.service-page .service-item__media img,
.service-page .support-row__media img {
	border-radius: 0;
}
.service-page .service-about__panel {
	align-items: center;
	padding-block: 0;
}
.service-page .service-about__body { align-self: center; }
.service-page .service-about__text { text-align: justify; }
.service-page .focus-points li {
	position: relative;
	padding-left: 1.25em;
}
.service-page .focus-points li::before {
	content: "\25CF";
	position: absolute;
	left: 0;
	color: var(--service-accent, #ef805c);
}

/* Kitchen */
.kitchen-mobile-break { display: none; }
.kitchen-page .kitchen-intro__inner { max-width: 940px; }
.kitchen-page .kitchen-intro h1 { max-width: 620px; }
.kitchen-page .support-row__head::after {
	flex: 0 0 60px;
	width: 60px;
	max-width: 60px;
}
.kitchen-page .kitchen-join__body .btn { width: 100%; }

/* Vacancy and company */
.vacancy-page .home-card__body h2 { font-size: 22px; }
.company-page .company-profile__row dt { text-align: right; }
.company-page .company-profile__row dd { font-weight: 400; }

/* Tablet uses the same navigation treatment as mobile. */
@media (min-width: 641px) and (max-width: 1024px) {
	.mobile-site-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 115;
		display: grid;
		grid-template-columns: 112px 1fr 52px;
		align-items: center;
		height: 64px;
		padding: 7px 12px;
		border-bottom: 1px solid #eee9e5;
		background: #fff;
	}
	.mobile-site-header__logo { display: flex; align-items: center; height: 50px; }
	.mobile-site-header__logo img { width: 105px; height: 46px; object-fit: contain; }
	.mobile-site-header__catch {
		display: block;
		margin: 0;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .12em;
		white-space: nowrap;
	}
	.mobile-site-header__menu {
		position: absolute;
		right: 10px;
		bottom: 13px;
		display: block;
		width: 44px;
		padding: 0;
		text-align: center;
		font-size: 8px;
		letter-spacing: .08em;
	}
	.l-main { padding-top: 64px; }
	.nav-toggle {
		top: 6px;
		right: 10px;
		left: auto;
		width: 44px;
		height: 40px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	body.admin-bar .mobile-site-header { top: 32px; }
	body.admin-bar .nav-toggle { top: 38px; }
}

@media (max-width: 640px) {
	/* Shared mobile typography and images */
	body .lower-page .lower-section :where(h1, h2, h3, h4) {
		font-size: 22px;
		line-height: 1.6;
	}
	.lower-page .image-text__media img,
	.lower-page .service-item__media img,
	.lower-page .support-row__media img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	/* TOP spacing and card presentation */
	.front-page .section-head { margin-bottom: 56px; }
	.front-page .fp-partners .section-head,
	.front-page .fp-recruit .section-head,
	.front-page .fp-news .section-head { margin-bottom: 64px; }
	.front-page .service-card {
		padding-top: 6.5rem;
	}
	.front-page .service-card__logo {
		top: -22px;
		left: 50%;
		width: 126px;
		height: 126px;
		padding: 12px;
		border-radius: 0 0 63px;
		transform: translateX(-50%);
	}
	.front-page .service-card__media img {
		aspect-ratio: 4 / 3;
		object-position: center;
	}
	.front-page .service-card__title {
		display: block;
		text-align: center;
	}
	.front-page .service-card__title::before { display: none; }
	.front-page .service-card__actions .btn,
	.front-page .partner-row__body .btn,
	.front-page .fp-more .btn { padding-inline: 3.25rem; }
	.front-page .partner-row { margin-bottom: 82px; }
	.front-page .fp-recruit,
	.front-page .fp-news { padding-top: 90px; }
	.site-footer { padding-bottom: 92px; }
	.pagetop {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.site-footer { position: relative; }

	/* Service pages */
	.service-page .service-logo-lead__logo {
		width: 160px;
		max-width: 160px;
		height: auto;
	}
	.service-page .service-about__body { text-align: center; }
	.service-page .service-about__title { text-align: center; }
	.service-page .service-about__text { text-align: justify; }
	.service-page .lower-center-head > span,
	.service-page .service-about__label { font-size: 14px; }
	.service-page .focus-section { background: #FBFBFB; }
	.service-page .focus-points li { text-align: left; }

	/* Kitchen line breaks and horizontal breathing room */
	.kitchen-mobile-break { display: inline; }
	body .kitchen-page .kitchen-message .lower-center-head,
	body .kitchen-page .kitchen-message-list .support-row__body,
	body .kitchen-page .kitchen-feature .image-text__body,
	body .kitchen-page .kitchen-work .image-text__body {
		width: calc(100% - 48px);
	}
	body .kitchen-page .kitchen-message-list .support-row__media {
		width: calc(100% - 48px);
	}
	.kitchen-page .support-row__head::after { max-width: none; }

	/* Company details */
	.company-page .company-profile__row dt,
	.company-page .company-profile__row dd { text-align: center; }
}

/* Audited PDF 12-32 responsive values. */
@media (max-width: 1024px) {
	.site-footer { position: relative; }
	.site-footer .pagetop { position: absolute; right: 20px; bottom: 20px; }
}

@media (max-width: 640px) {
	.site-footer .pagetop {
		right: 50%;
		width: 48px;
		margin-right: -24px;
	}
	.front-page .fp-service .service-card { padding-top: 85px; overflow: visible; }
	.front-page .fp-service .service-card__logo {
		top: -105px;
		left: 50%;
		width: 210px;
		height: 210px;
		padding: 20px;
		border-radius: 50%;
		transform: translateX(-50%);
	}
	.front-page .fp-service .service-card__media img {
		aspect-ratio: 834 / 688;
		object-fit: cover;
		object-position: center;
	}
	.philosophy-page .philosophy-block--mission .image-text__body p:not(.lower-label) {
		font-size: var(--ja-body-size);
		line-height: 2;
		text-align: justify;
		text-justify: inter-character;
	}
	.philosophy-page .philosophy-block--mission .image-text__media img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}

/* PDF 12-32: component-scoped responsive corrections. */
@media (max-width: 1024px) {
	.site-footer { position: relative; }
	.site-footer .pagetop {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 640px) {
	.front-page .fp-service .service-card {
		padding-top: 85px;
		overflow: visible;
	}
	.front-page .fp-service .service-card__logo {
		top: -105px;
		left: 50%;
		width: 210px;
		height: 210px;
		padding: 20px;
		border-radius: 50%;
		transform: translateX(-50%);
	}
	.front-page .fp-service .service-card__media img {
		aspect-ratio: 834 / 688;
		object-fit: cover;
		object-position: center;
	}
	.philosophy-page .philosophy-block--mission .image-text__body p:not(.lower-label) {
		font-size: var(--ja-body-size);
		line-height: 2;
		text-align: justify;
		text-justify: inter-character;
	}
	.philosophy-page .philosophy-block--mission .image-text__media img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}

@media (max-width: 1024px) {
	.mobile-site-header__menu {
		position: absolute;
		right: 10px;
		bottom: 13px;
		display: block;
		width: 44px;
		padding: 0;
		text-align: center;
		font-size: 8px;
		line-height: 1;
		letter-spacing: .08em;
	}
	.nav-toggle {
		right: 10px;
		left: auto;
		width: 44px;
	}
}

/* =========================================================
   TOP / mobile layout
   ========================================================= */
.mobile-site-header { display: none; }

@media (max-width: 640px) {
	.l-main { padding-top: 64px; }
	.mobile-site-header {
		position: fixed; top: 0; right: 0; left: 0; z-index: 115;
		display: grid; grid-template-columns: 112px 1fr 52px; align-items: center;
		height: 64px; padding: 7px 12px;
		border-bottom: 1px solid #eee9e5; background: #fff;
	}
	body.admin-bar .mobile-site-header { top: 46px; }
	body.admin-bar .nav-toggle { top: 52px; }
	.mobile-site-header__logo { display: flex; align-items: center; height: 50px; }
	.mobile-site-header__logo img { width: 105px; height: 46px; object-fit: contain; }
	.mobile-site-header__catch {
		margin: 0; text-align: center; font-size: 12px; font-weight: 700;
		letter-spacing: .12em; white-space: nowrap;
	}
	.mobile-site-header__menu {
		align-self: end; padding-bottom: 2px; text-align: center;
		font-size: 8px; letter-spacing: .16em;
	}
	.nav-toggle {
		top: 6px; right: 10px; left: auto;
		width: 44px; height: 40px; border: 0; border-radius: 0;
		background: transparent; box-shadow: none;
	}

	.front-page .section { padding-block: 72px; }
	.front-page .l-container { width: 100%; padding-inline: 22px; }
	.fp-hero__img {
		height: min(133vw, 570px); min-height: 0;
		object-fit: cover; object-position: center;
	}

	.front-page .fp-philosophy { padding-top: 54px; padding-bottom: 0; }
	.fp-philosophy__inner {
		display: flex; flex-direction: column; gap: 50px;
		padding-inline: 22px;
	}
	.fp-philosophy__body { order: 1; }
	.fp-philosophy__media {
		order: 2; width: calc(100% + 44px); margin: 0 -22px;
	}
	.fp-philosophy__media img { width: 100%; border-radius: 0; }
	.fp-philosophy__title { font-size: 20px; line-height: 1.7; margin-bottom: 30px; }
	.fp-philosophy__text { font-size: 15px; line-height: 2; margin-bottom: 30px; }
	.fp-philosophy__more { width: 100%; min-height: 56px; }

	.front-page .fp-service { padding-top: 120px; padding-bottom: 82px; background: #FBFBFB; }
	.fp-service .section-head,
	.fp-partners .section-head,
	.fp-recruit .section-head,
	.fp-news .section-head { margin-bottom: 64px; }
	.fp-service .section-head__ja,
	.fp-partners .section-head__ja,
	.fp-recruit .section-head__ja,
	.fp-news .section-head__ja { font-size: 20px; }
	.fp-service .l-container { padding-inline: 15px; }
	.service-card {
		display: flex; flex-direction: column; gap: 22px;
		padding: 108px 14px 24px; margin-bottom: 92px;
		border-radius: 8px; box-shadow: none;
	}
	.service-card:last-child { margin-bottom: 0; }
	.service-card__logo {
		top: 18px; left: 50%; width: 112px; height: 88px;
		padding: 0; transform: translateX(-50%);
		background: transparent; border-radius: 0;
	}
	.service-card__media { width: 100%; margin: 0; }
	.service-card__media img { width: 100%; aspect-ratio: 1.55 / 1; border-radius: 6px; }
	.service-card__title { font-size: 18px; line-height: 1.55; }
	.service-card__text { font-size: 15px; line-height: 1.9; }
	.service-card__actions { grid-template-columns: 1fr; gap: 12px; }
	.service-card__actions .btn { min-height: 54px; }

	.front-page .fp-partners { padding-top: 120px; padding-bottom: 70px; }
	.fp-partners .l-container { padding-inline: 0; }
	.partner-row { gap: 30px; margin-bottom: 78px; }
	.partner-row__media,
	.partner-slider__viewport,
	.partner-row__media img { border-radius: 0; }
	.partner-row__body { width: auto; margin-inline: 22px; text-align: left; }
	.partner-row__title {
		margin-bottom: 28px; text-align: center;
		font-size: 18px; line-height: 1.65;
	}
	.partner-row__text { margin-bottom: 28px; font-size: 15px; line-height: 2; }
	.partner-row__body .btn { min-height: 56px; }

	.front-page .fp-recruit { padding-top: 120px; padding-bottom: 78px; background: #FBFBFB; }
	.fp-recruit .l-container { padding-inline: 22px; }
	.recruit-grid { grid-template-columns: 1fr; gap: 22px; }
	.recruit-card:nth-child(n+4) { display: none; }
	.recruit-card {
		padding: 16px 16px 18px;
		border: 0;
		box-shadow: 0 3px 12px rgba(56, 29, 14, .08);
	}
	.recruit-card__link { gap: 14px; }
	.recruit-card__text { font-size: 15px; line-height: 1.75; }
	.fp-recruit .fp-more { margin-top: 36px; }
	.fp-recruit .fp-more .btn { min-height: 56px; }

	.front-page .fp-news { padding-top: 120px; padding-bottom: 82px; }
	.fp-news .l-container { padding-inline: 22px; }
	.fp-news-list__link {
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 12px; padding: 18px 0;
	}
	.fp-news-list__date { font-size: 12px; }
	.fp-news-list__link .cat-label { width: 100%; padding-block: 6px; }
	.fp-news-list__title {
		grid-column: 1 / -1; font-size: 14px; line-height: 1.75;
	}
	.fp-news .fp-more { margin-top: 36px; }
	.fp-news .fp-more .btn { min-height: 56px; }
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; }

body {
	margin: 0;
	overflow-x: clip;
	font-family: var(--font-body);
	color: var(--c-text);
	background: var(--c-bg);
	line-height: 1.9;
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

a { color: var(--c-navy); text-decoration: none; transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease; }
a:hover, a:focus { color: var(--c-gold-dark); }

h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.45; font-weight: 700; }

/* ---------- Accessibility ---------- */
.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 1000;
	background: #fff; padding: 0.5em 1em;
}
.skip-link:focus { left: 0; }

/* =========================================================
   Layout : 左サイドバー + 右メイン
   ========================================================= */
.l-layout { position: relative; }

.l-sidebar {
	position: fixed;
	top: 0; left: 0;
	width: var(--sidebar-w);
	height: 100vh;
	overflow-y: auto;
	background: var(--c-bg);
	border-right: 1px solid var(--c-border);
	z-index: 100;
}
.l-sidebar__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	padding: 40px 24px;
	text-align: center;
}

.l-main {
	margin-left: var(--sidebar-w);
	width: calc(100% - var(--sidebar-w));
	min-width: 0;
	max-width: var(--content-max);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.l-main > .site-main { flex: 1 0 auto; }

/* コンテンツ内の共通コンテナ */
.l-container {
	width: 100%;
	max-width: var(--content-inner);
	margin-inline: auto;
	padding-inline: clamp(24px, 0, 48px);
}
.l-container--narrow { max-width: 820px; }

/* =========================================================
   Sidebar 内パーツ
   ========================================================= */
.sidebar-branding { margin-bottom: 28px; }

.sidebar-logo { display: inline-block; }
.sidebar-logo img,
.sidebar-branding .custom-logo { width: 150px; height: auto; }

.sidebar-catch {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.16em;
	line-height: 1.25;
	color: var(--c-text);
	margin: 12px auto 32px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.sidebar-nav { width: 100%; }
.sidebar__menu {
	list-style: none;
	margin: 0; padding: 0;
	width: 100%;
	border-top: 1px solid var(--c-border);
}
.sidebar__menu li { border-bottom: 1px solid var(--c-border); }
.sidebar__menu a {
	display: block;
	padding: 15px 6px;
	color: var(--c-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
.sidebar__menu a:hover { color: var(--c-gold-dark); }

.sidebar-actions {
	width: 100%;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* Fit the fixed desktop navigation within shorter monitor heights. */
@media (min-width: 1025px) {
	.l-sidebar {
		height: 100dvh;
		overflow: hidden;
	}
	.l-sidebar__inner {
		box-sizing: border-box;
		min-height: 0;
		height: 100%;
		padding-block: clamp(20px, 3vh, 32px) clamp(12px, 1.6vh, 18px);
		overflow: hidden;
	}
	.sidebar-branding { margin-bottom: clamp(12px, 1.8vh, 20px); }
	.sidebar-logo img,
	.sidebar-branding .custom-logo {
		width: clamp(118px, 15vh, 150px);
		max-height: 22vh;
		object-fit: contain;
	}
	.sidebar-catch {
		margin-block: clamp(8px, 1.2vh, 13px) clamp(16px, 2.2vh, 26px);
		font-size: 2.4vh;
		line-height: 1.25;
		white-space: nowrap;
	}
	.sidebar__menu a {
		padding-block: clamp(9px, 1.25vh, 14px);
		font-size: clamp(14px, 1.55vh, 15px);
	}
	.sidebar-actions {
		margin-top: auto;
		gap: clamp(8px, 1.2vh, 12px);
		padding-top: clamp(16px, 2.5vh, 28px);
	}
	.sidebar-actions .btn {
		min-height: clamp(44px, 5.4vh, 52px);
		padding-block: 8px;
		font-size: 16px;
	}
}

/* Hide the vertical catch before a short viewport can force it into columns. */
@media (min-width: 1025px) and (max-height: 820px) {
	.sidebar-catch { display: none; }
	.sidebar-branding { margin-bottom: clamp(18px, 2.8vh, 26px); }
	.sidebar__menu a { padding-block: clamp(10px, 1.5vh, 15px); }
	.sidebar-actions { padding-top: clamp(14px, 2.2vh, 22px); }
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em;
	border-radius: 4px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	border: 2px solid transparent;
	cursor: pointer;
	text-align: center;
}
.btn--navy  { background: var(--c-navy); }
.btn--navy:hover,  .btn--navy:focus  { background: var(--c-navy-dark); color: #fff; }
.btn--gold  { background: var(--c-gold); }
.btn--gold:hover,  .btn--gold:focus  { background: var(--c-gold-dark); color: #fff; }
.btn--green { background: var(--c-green); }
.btn--green:hover, .btn--green:focus { background: var(--c-green-dark); color: #fff; }
.btn--ghost {
	background: transparent; color: var(--c-navy); border-color: var(--c-border);
}
.btn--ghost:hover, .btn--ghost:focus { border-color: var(--c-navy); color: var(--c-navy); }

/* =========================================================
   汎用セクション / 見出し
   ========================================================= */
.section { padding-block: clamp(3rem, 6vw, 6rem); }
.section--soft { background: var(--c-bg-soft); }

.section-label {
	font-family: var(--font-heading);
	color: var(--c-gold);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	letter-spacing: 0.14em;
	font-weight: 800;
	margin: 0 0 0.3em;
}
.section-title {
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	margin: 0 0 1.5rem;
}

.page-header { padding-block: clamp(2rem, 5vw, 3.5rem); }
.page-header__title { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 0; }
.page-header__desc { color: var(--c-muted); margin-top: 0.5rem; }

/* 中央寄せセクション見出し（英字ラベル＋日本語） */
.section-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head__en {
	display: block; font-family: var(--font-heading); font-weight: 800;
	color: var(--c-gold); letter-spacing: 0.24em; font-size: 0.9rem; margin-bottom: 0.5rem;
}
.section-head__ja { font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: 0.14em; margin: 0; }
.front-page .section-head__ja { color: #381D0E; }

/* =========================================================
   共通ページヒーロー帯 ＋ パンくず
   ========================================================= */
.page-hero {
	width: 100%;
	height: clamp(160px, 21vw, 360px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.breadcrumb { padding: 1rem 0 0; font-size: 0.8rem; color: var(--c-muted); }
.breadcrumb a { color: var(--c-muted); text-decoration: underline; }
.breadcrumb a:hover { color: var(--c-gold-dark); }
.breadcrumb__sep { margin: 0 0.6em; color: var(--c-border); }

@media (max-width: 640px) {
	.breadcrumb .l-container { padding-inline: 20px; }
}

/* =========================================================
   カテゴリー カラーラベル（XD準拠）
   ========================================================= */
.cat-label {
	display: inline-block; color: #fff; font-size: 0.72rem; font-weight: 700;
	line-height: 1.4; padding: 7px 0; width: 146px; text-align: center; border-radius: 4px; white-space: nowrap;
}

.cat-label.is-news   { background: var(--c-gold); }
.cat-label.is-topics { background: var(--c-red); }
.cat-label.is-senior { background: var(--c-amber); color: #fff; }
.cat-label.is-work   { background: var(--c-navy); }
.cat-label.is-pr     { background: var(--c-green); }
.cat-label.is-default{ background: var(--c-muted); }

/* =========================================================
   新着情報 一覧（2カラムカード）
   ========================================================= */
.news-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem clamp(1.5rem, 4vw, 3.5rem);
	list-style: none; margin: 0; padding: 0;
}
.news-card { border-bottom: 1px solid var(--c-border); padding-bottom: 1.5rem; }
.news-card__link { display: flex; gap: 1.2rem; color: var(--c-text); align-items: flex-start; }
.news-card__link:hover .news-card__title { color: var(--c-gold-dark); }
.news-card__thumb { position: relative; flex: 0 0 clamp(120px, 14vw, 180px); }
.news-card__thumb img {
	width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; display: block;
}
.news-card__thumb .cat-label { position: absolute; left: 8px; bottom: 8px; }
.news-card__body { flex: 1 1 auto; min-width: 0; }
.news-card__date { color: var(--c-muted); font-size: 0.78rem; font-variant-numeric: tabular-nums; }
.news-card__title { font-size: 1rem; margin: 0.35em 0 0.5em; line-height: 1.5; }
.news-card__excerpt { font-size: 0.82rem; color: var(--c-muted); margin: 0; }

/* =========================================================
   お知らせ詳細（single）追加スタイル
   ========================================================= */
.single-post .entry__cat-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.single-post .entry__cat-row .entry__date { color: var(--c-muted); font-size: 0.85rem; }
.entry__content h2 {
	border-bottom: none;
	padding: 0 0 0 0.7em;
	border-left: 6px solid var(--c-gold);
	font-size: 1.3rem;
}
.post-nav {
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
	margin-top: 3rem; padding-top: 2rem;
}
.post-nav__prev { text-align: left; }
.post-nav__next { text-align: right; }
.post-nav__prev a, .post-nav__next a { color: var(--c-gold-dark); font-size: 0.9rem; }
.post-nav__list .btn { white-space: nowrap; }

/* =========================================================
   お知らせ一覧（投稿）
   ========================================================= */
.news-list { list-style: none; margin: 0; padding: 0; }
.news-list__item + .news-list__item { border-top: 1px solid var(--c-border); }
.news-list__link {
	display: flex; align-items: center; gap: 1rem;
	padding: 1rem 0.25rem; color: var(--c-text); flex-wrap: wrap;
}
.news-list__link:hover { color: var(--c-gold-dark); }
.news-list__date {
	color: var(--c-muted); font-size: 0.85rem;
	font-variant-numeric: tabular-nums; white-space: nowrap;
}
.news-list__cat {
	font-size: 0.72rem; background: var(--c-navy); color: #fff;
	padding: 0.2em 0.9em; border-radius: 999px; white-space: nowrap;
}
.news-list__title { flex: 1 1 60%; font-weight: 500; }
.news-list__empty { color: var(--c-muted); padding-block: 2rem; }

/* =========================================================
   投稿・固定ページ本文
   ========================================================= */
.entry { padding-block: clamp(1.5rem, 4vw, 2.5rem); }
.entry__meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; color: var(--c-muted); font-size: 0.85rem; }
.entry__cat { background: var(--c-navy); color: #fff; padding: 0.2em 0.9em; border-radius: 999px; }
.entry__title { font-size: clamp(1.5rem, 4vw, 2.2rem); margin: 0 0 1rem; }
.entry__thumbnail { margin: 0 0 1.5rem; }
.entry__thumbnail img { width: 100%; border-radius: var(--radius); }
.entry__content > * { margin-block: 1.2em; }
.entry__content h2 { font-size: 1.5rem; margin-top: 2em; padding-bottom: 0.3em; border-bottom: 2px solid var(--c-border); }
.entry__content h3 { font-size: 1.25rem; margin-top: 1.6em; }
.entry__content img { border-radius: var(--radius); }
.entry__content a { text-decoration: underline; }
.entry__content blockquote {
	margin-inline: 0; padding: 0.5rem 1.25rem;
	border-left: 4px solid var(--c-gold); background: var(--c-bg-soft); color: var(--c-muted);
}

.post-navigation { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid var(--c-border); flex-wrap: wrap; }
.post-back { text-align: center; padding-block: 1.5rem; }

/* pagination */
.pagination { padding-block: 2rem; }
.pagination .nav-links { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding-inline: 0.5rem;
	border: 1px solid var(--c-border); border-radius: var(--radius); color: var(--c-text);
}
.pagination .page-numbers.current { background: var(--c-gold); color: #fff; border-color: var(--c-gold); }
.pagination a.page-numbers:hover { border-color: var(--c-gold); color: var(--c-gold-dark); }

/* search form */
.search-form { display: flex; gap: 0.5rem; margin-block: 1rem; flex-wrap: wrap; }
.search-form__field {
	flex: 1 1 200px; padding: 0.6em 0.9em;
	border: 1px solid var(--c-border); border-radius: var(--radius); font-size: 1rem;
}

/* Contact Form 7 */
.wpcf7-form p { margin-block: 1rem; }
.wpcf7-form label { display: block; font-weight: 700; margin-bottom: 0.35rem; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%; padding: 0.7em 0.9em;
	border: 1px solid var(--c-border); border-radius: var(--radius);
	font-size: 1rem; font-family: inherit; background: #fff;
}
.wpcf7-form textarea { min-height: 160px; resize: vertical; }
.wpcf7-form input[type="submit"] {
	appearance: none; background: var(--c-navy); color: #fff; border: none;
	padding: 0.85em 2.5em; border-radius: 4px; font-weight: 700; font-size: 1rem; cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover { background: var(--c-navy-dark); }

/* comments */
.comments-area { padding-block: 2rem; border-top: 1px solid var(--c-border); }
.comment-list { list-style: none; padding: 0; }

/* =========================================================
   フロントページ（TOP）
   ========================================================= */
.btn .arrow { margin-left: 0.7em; font-weight: 400; opacity: 0.8; }
.front-mobile-break { display: none; }
.fp-more { text-align: center; margin-top: clamp(2rem, 4vw, 3rem); }

/* Hero */
.fp-hero { width: 100%; line-height: 0; }
.fp-hero__img { width: 100%; height: clamp(240px, 42vw, 800px); object-fit: cover; display: block; }

/* 経営理念 */
.fp-philosophy__inner {
	display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center;
}
.fp-philosophy__body { min-width: 0; }
.fp-philosophy__media img { width: 100%; border-radius: 6px; }
.fp-philosophy__title { font-size: clamp(1.3rem, 2.4vw, 1.8rem); margin: 0 0 1.2rem; line-height: 1.6; }
.fp-philosophy__text { color: var(--c-text-soft); font-size: 0.95rem; margin: 0 0 1.5rem; }

/* SERVICE カード */
.fp-service .section-head { display: block; margin-bottom: 4rem; }
.fp-service .section-head__en { margin-bottom: 0.35rem; line-height: 0; }
.fp-service .section-head__en img { display: inline-block; width: 120px; height: 15px; }
.fp-service .section-head__ja { font-size: 2rem; line-height: 1.25; }
.fp-service .l-container { max-width: 1173px; padding-inline: 0; }
.service-card {
	position: relative;
	display: grid; grid-template-columns: 420px minmax(0, 504px); gap: 3.5rem;
	justify-content: space-between;
	align-items: center; background: #fff; border-radius: 10px;
	padding: 5rem; margin-bottom: 4rem;
	box-shadow: none;
}
.service-card__media img { width: 100%; aspect-ratio: 420 / 342; object-fit: cover; border-radius: 6px; display: block; }
.service-card__logo {
	position: absolute; z-index: 1; top: 1.5rem; left: 1.5rem;
	width: 128px; height: 128px; object-fit: contain;
	padding: 16px; margin: 0; background: #fff; border-radius: 0 0 64px;
}
.service-card__title {
	display: flex; align-items: center; gap: 0.8rem;
	padding-bottom: 0.8rem; border-bottom: 1px solid var(--c-border);
	font-size: clamp(1.15rem, 2vw, 1.4rem); margin: 0 0 1.35rem;
}
.service-card__title::before {
	content: ""; flex: 0 0 auto; width: 22px; height: 22px;
	background: url("../img/colorful_logo.png") center / contain no-repeat;
}
.service-card__text { font-size: 0.9rem; line-height: 1.9; color: var(--c-text-soft); margin: 0 0 1.6rem; }
.service-card__actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 0; }
.service-card__actions .btn { width: 100%; font-size: 0.85rem; padding: 0.65em 1.4em; }
.fp-service .service-card + .service-card .service-card__actions { grid-template-columns: 1fr; }
.fp-service .service-card + .service-card .service-card__actions .btn--navy { display: none; }

@media (max-width: 1200px) {
	.fp-service .l-container { padding-inline: clamp(24px, 4vw, 48px); }
	.service-card {
		grid-template-columns: minmax(0, 420px) minmax(0, 504px);
		gap: clamp(2rem, 4vw, 3.5rem);
		padding: clamp(3rem, 6.5vw, 5rem);
	}
}

/* PARTNERS */
.fp-partners .l-container { max-width: none; padding-inline: 0; }
.fp-partners .section-head { margin-bottom: 6rem; }
.fp-partners .section-head__en { margin-bottom: 0.35rem; line-height: 0; }
.fp-partners .section-head__en img { display: inline-block; width: 279px; height: 15px; }
.fp-partners .section-head__ja { font-size: 2rem; line-height: 1.25; }
.partner-row {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center; margin-bottom: 7rem;
}
.partner-row--reverse .partner-row__media { order: 2; }
.partner-row__media img { width: 100%; border-radius: 6px; display: block; }
.partner-row__body { width: min(540px, calc(100% - 40px)); margin-inline: auto; }
.partner-row__title { font-size: clamp(1.1rem, 2vw, 1.4rem); margin: 0 0 1rem; }
.partner-row__text { font-size: 0.9rem; color: var(--c-text-soft); margin: 0 0 1.3rem; }
.partner-row__body > p:last-child { margin: 0; }
.partner-row__body .btn { width: 100%; }

/* パートナー画像スライダー */
.partner-slider__viewport { overflow: hidden; border-radius: 6px; }
.partner-slider__track { display: flex; transition: transform 0.4s ease; }
.partner-slider__slide { flex: 0 0 100%; min-width: 0; }
.partner-slider__slide img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; display: block; }
.partner-slider__placeholder {
	display: flex; align-items: center; justify-content: center;
	aspect-ratio: 5 / 3; background: var(--c-bg-soft); color: var(--c-muted);
	font-size: 0.85rem; letter-spacing: 0.08em;
}
.partner-slider__dots { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.partner-slider__dot {
	width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%;
	background: var(--c-border); cursor: pointer; transition: background 0.2s ease;
}
.partner-slider__dot:hover { background: var(--c-muted); }
.partner-slider__dot.is-active { background: var(--c-gold); }

@media (max-width: 1200px) {
	.partner-row__body { width: min(540px, calc(100% - 48px)); }
}

/* RECRUIT（バナー画像＋説明のカード） */
.fp-recruit .l-container { max-width: 1173px; padding-inline: 0; }
.fp-recruit .section-head { margin-bottom: 6rem; }
.fp-recruit .section-head__en { margin-bottom: 0.35rem; line-height: 0; }
.fp-recruit .section-head__en img { display: inline-block; width: 122px; height: 15px; }
.fp-recruit .section-head__ja { font-size: 2rem; line-height: 1.25; }
.recruit-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem 1.5rem;
}
.recruit-card {
	display: flex; /* 子リンクをカード高さいっぱいに伸ばす */
	background: #fff; border: 1px solid #b9b9b9; border-radius: 6px;
	padding: 12px 12px 16px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.recruit-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
/* 画像＋テキストを1ブロックとして縦積み。行内でテキスト量が違っても高さは揃う（gridのstretch＋flex） */
.recruit-card__link {
	display: flex; flex-direction: column; gap: 14px;
	width: 100%; color: var(--c-text);
}
.recruit-card__media { display: block; }
.recruit-card__media img { width: 100%; aspect-ratio: 393 / 296; object-fit: cover; display: block; border-radius: 0; }
.recruit-card__text {
	display: block; font-size: 18px; line-height: 1.75; color: var(--c-text-soft);
}
.fp-recruit .fp-more { max-width: 448px; margin: 3rem auto 0; }
.fp-recruit .fp-more .btn { width: 100%; }

@media (max-width: 1200px) {
	.fp-recruit .l-container { padding-inline: clamp(24px, 4vw, 48px); }
}

/* INFORMATION 新着情報（TOP） */
.fp-news .l-container { max-width: 1173px; padding-inline: 0; }
.fp-news .section-head { margin-bottom: 4rem; }
.fp-news .section-head__en { margin-bottom: 0.35rem; line-height: 0; }
.fp-news .section-head__en img { display: inline-block; width: 204px; height: 15px; }
.fp-news .section-head__ja { font-size: 2rem; line-height: 1.25; }
.fp-news-list { list-style: none; margin: 0 auto; padding: 0; max-width: 1173px; }
.fp-news-list__item { border-bottom: 1px solid var(--c-border); }
.fp-news-list__item:first-child { border-top: 1px solid var(--c-border); }
.fp-news-list__link {
	display: grid; grid-template-columns: 8.5em 146px minmax(0, 1fr);
	align-items: center; column-gap: 1.5rem; padding: 1.1rem 0; color: var(--c-text);
}
.fp-news-list__link:hover .fp-news-list__title { color: var(--c-gold-dark); }
.fp-news-list__date { color: var(--c-muted); font-size: 17px; font-variant-numeric: tabular-nums; white-space: nowrap; text-align: left; }
.fp-news-list__link .cat-label { font-size: 15px; }
.fp-news-list__title { min-width: 0; font-weight: 500; font-size: 17px; }
.fp-news .fp-more { max-width: 448px; margin: 3rem auto 0; }
.fp-news .fp-more .btn { width: 100%; }

@media (max-width: 1200px) {
	.fp-news .l-container { padding-inline: clamp(24px, 4vw, 48px); }
}

@media (max-width: 768px) {
	.fp-philosophy__inner,
	.service-card,
	.partner-row { grid-template-columns: 1fr; }
	.partner-row--reverse .partner-row__media { order: 0; }
	.fp-partners .l-container { padding-inline: 20px; }
	.fp-partners .section-head { margin-bottom: 2.5rem; }
	.fp-partners .section-head__ja { font-size: 1.5rem; }
	.partner-row { gap: 2rem; margin-bottom: 4rem; }
	.partner-row__body { width: 100%; }
	.fp-recruit .section-head { margin-bottom: 2.5rem; }
	.fp-recruit .section-head__ja { font-size: 1.5rem; }
	.recruit-grid { grid-template-columns: 1fr 1fr; }
	.fp-news .section-head { margin-bottom: 2.5rem; }
	.fp-news .section-head__ja { font-size: 1.5rem; }
	.fp-news-list__link { grid-template-columns: 100px minmax(0, 1fr); gap: 0.75rem 1rem; }
	.fp-news-list__link .cat-label { width: 100%; }
	.fp-news-list__title { grid-column: 1 / -1; }
	.fp-service .section-head { margin-bottom: 2.5rem; }
	.fp-service .section-head__ja { font-size: 1.5rem; }
	.service-card { gap: 1.5rem; padding: 4.5rem 1.25rem 1.5rem; }
	.service-card__logo { top: 0.75rem; left: 0.75rem; width: 88px; height: 88px; padding: 10px; }
	.service-card__actions { grid-template-columns: 1fr; }
}

/* =========================================================
   Footer（全ページ共通）
   ========================================================= */
.site-footer { background: var(--c-bg); border-top: 1px solid var(--c-border); }
.site-footer__inner {
	max-width: var(--content-inner);
	margin-inline: auto;
	padding: 2.5rem clamp(20px, 5vw, 80px) 1.5rem;
	display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.footer-logo { display: inline-block; }
.footer-logo img { width: 150px; height: auto; }
.site-footer__privacy { display: block; font-size: 0.8rem; color: var(--c-muted); margin-top: 0.75rem; }

.footer-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-menu a { color: var(--c-text); font-size: 0.9rem; }

.site-footer__bottom {
	border-top: 1px solid var(--c-border);
	padding: 1rem clamp(20px, 5vw, 80px);
	display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.site-footer__note { margin: 0; font-size: 0.72rem; color: var(--c-muted); }
.site-footer__copy { margin: 0; font-size: 0.75rem; color: var(--c-muted); }

/* =========================================================
   Page top ボタン
   ========================================================= */
.pagetop {
	position: fixed;
	right: 28px; bottom: 28px;
	z-index: 90;
	display: inline-flex; flex-direction: column; align-items: center; gap: 2px;
	width: 56px; padding: 10px 0;
	background: var(--c-text); color: #fff; border-radius: 6px;
	font-size: 10px; letter-spacing: 0.1em;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.pagetop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.pagetop:hover { color: #fff; background: #000; }
.pagetop__arrow { font-size: 14px; line-height: 1; }

/* =========================================================
   SP：ハンバーガー / fade menu
   ========================================================= */
.nav-toggle { display: none; }
.nav-overlay { display: none; }

@media (max-width: 1024px) {
	.l-sidebar {
		width: 280px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.28s ease, visibility 0s linear 0.28s;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	}
	.is-nav-open .l-sidebar {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s;
	}

	.l-main { margin-left: 0; width: 100%; max-width: none; padding-top: 64px; }

	.nav-toggle {
		display: inline-flex; align-items: center; justify-content: center;
		position: fixed; top: 12px; left: 12px; z-index: 120;
		width: 44px; height: 44px;
		background: #fff; border: 1px solid var(--c-border); border-radius: 8px; cursor: pointer;
	}
	.nav-toggle__bar,
	.nav-toggle__bar::before,
	.nav-toggle__bar::after {
		content: ""; position: absolute; left: 50%;
		width: 20px; height: 2px; background: var(--c-text);
		transform: translateX(-50%); transition: transform 0.25s ease, opacity 0.25s ease;
	}
	.nav-toggle__bar { top: 50%; margin-top: -1px; }
	.nav-toggle__bar::before { top: -6px; }
	.nav-toggle__bar::after { top: 6px; }
	.is-nav-open .nav-toggle__bar { background: transparent; }
	.is-nav-open .nav-toggle__bar::before { transform: translateX(-50%) translateY(6px) rotate(45deg); }
	.is-nav-open .nav-toggle__bar::after { transform: translateX(-50%) translateY(-6px) rotate(-45deg); }

	/* オーバーレイ（暗幕）はメニューを開いた時だけ表示 */
	.nav-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.4); z-index: 110; }
	.is-nav-open .nav-overlay { display: block; }

	.news-list__title { flex-basis: 100%; }
}

@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
	.l-sidebar { transition: none; }
}

@media (max-width: 600px) {
	body { font-size: 15px; }
	.pagetop { right: 16px; bottom: 16px; width: 48px; }
	.site-footer__inner,
	.site-footer__bottom { justify-content: center; text-align: center; }
}

/* =========================================================
   下層ページ共通 / XD未実装ページ補完
   ========================================================= */
.lower-page .section-head.lower-section-head { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.lower-lead {
	max-width: 760px;
	margin: 1rem auto 0;
	color: var(--c-text-soft);
	font-size: 0.95rem;
	line-height: 1.9;
}
.lower-label {
	display: inline-block;
	font-family: var(--font-heading);
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--service-color, var(--c-gold));
	font-size: 0.86rem;
	margin: 0 0 0.8rem;
}
.lower-label--green { color: var(--c-green); }
.lower-heading-image {
	display: inline-block;
	width: auto;
	height: 15px;
}
.lower-cta { text-align: center; margin-top: clamp(2rem, 4vw, 3rem); }

/* 経営理念 */
.philosophy-lead {
	max-width: 920px;
	margin-inline: auto;
	text-align: center;
}
.philosophy-lead__catch {
	font-family: var(--font-heading);
	font-size: clamp(1.55rem, 3.2vw, 2.45rem);
	font-weight: 800;
	line-height: 1.65;
	letter-spacing: 0.08em;
	color: var(--c-text);
	margin: 0 0 1.4rem;
}
.philosophy-lead__text {
	max-width: 760px;
	margin: 0 auto;
	color: var(--c-text-soft);
}
.philosophy-statement {
	background: #fff;
	border-radius: 14px;
	box-shadow: var(--shadow);
	padding: clamp(1.6rem, 4vw, 3rem);
	border-left: 8px solid var(--c-gold);
}
.philosophy-statement + .philosophy-statement { margin-top: 1.5rem; }
.philosophy-statement--vision { border-left-color: var(--c-green); }
.philosophy-statement__label,
.slogan-box__label {
	font-family: var(--font-heading);
	font-weight: 800;
	letter-spacing: 0.22em;
	color: var(--c-gold);
	margin: 0 0 0.5rem;
}
.philosophy-statement--vision .philosophy-statement__label { color: var(--c-green); }
.philosophy-statement__title {
	font-size: clamp(1.25rem, 2.4vw, 1.8rem);
	margin: 0 0 0.8rem;
}
.value-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1rem, 2.5vw, 2rem);
}
.value-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--c-border);
	border-radius: 14px;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	overflow: hidden;
}
.value-card__num {
	position: absolute;
	right: 1rem;
	top: 0.3rem;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(183, 138, 68, 0.15);
}
.value-card__title { font-size: 1.25rem; margin: 0 0 0.6rem; }
.slogan-box {
	max-width: 860px;
	margin-inline: auto;
	text-align: center;
	background: #fff;
	border-radius: 18px;
	padding: clamp(2rem, 5vw, 4rem);
	box-shadow: var(--shadow);
}
.slogan-box__title {
	font-size: clamp(1.6rem, 3.6vw, 2.6rem);
	letter-spacing: 0.18em;
	margin: 0 0 1rem;
}

/* 事業紹介 */
.service-hero-lower__inner {
	display: grid;
	grid-template-columns: 1fr 48%;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
}
.service-hero-lower__logo { width: 132px; height: auto; margin-bottom: 0.8rem; }
.service-hero-lower__title {
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	margin: 0 0 1rem;
	line-height: 1.55;
}
.service-hero-lower__media img { width: 100%; border-radius: 12px; box-shadow: var(--shadow); }
.service-hero-lower__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.btn--service { background: var(--service-color, var(--c-gold)); color: #fff; }
.btn--service:hover,
.btn--service:focus { opacity: 0.85; color: #fff; }
.service-step-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2.5vw, 2rem);
}
.service-step-card {
	background: #fff;
	border-radius: 14px;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	box-shadow: var(--shadow);
	border-top: 8px solid var(--service-color, var(--c-gold));
}
.service-step-card__num {
	display: block;
	font-family: var(--font-heading);
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
	color: var(--service-color, var(--c-gold));
	margin-bottom: 1rem;
}
.service-step-card h3 { font-size: 1.15rem; margin: 0 0 0.6rem; }
.service-step-card p { margin: 0; font-size: 0.9rem; color: var(--c-text-soft); }

/* 空室状況 */
.vacancy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2.5vw, 1.6rem);
}
.vacancy-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--c-border);
	border-radius: 14px;
	padding: 2.1rem 1.4rem 1.5rem;
	box-shadow: var(--shadow);
}
.vacancy-card__status {
	position: absolute;
	top: 0;
	right: 1rem;
	transform: translateY(-50%);
	background: var(--c-green);
	color: #fff;
	border-radius: 999px;
	padding: 0.3em 1em;
	font-size: 0.78rem;
	font-weight: 700;
}
.vacancy-card__status.is-alert { background: var(--c-red); }
.vacancy-card__title { font-size: 1.15rem; margin: 0 0 0.35rem; }
.vacancy-card__area { color: var(--c-muted); margin: 0 0 1rem; font-size: 0.9rem; }
.vacancy-card__room { font-family: var(--font-heading); color: var(--c-navy); font-weight: 800; margin: 0; }

/* ひかりキッチン */
.kitchen-hero__inner {
	display: grid;
	grid-template-columns: 1fr 48%;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
}
.kitchen-hero__title {
	font-size: clamp(1.65rem, 3.4vw, 2.5rem);
	line-height: 1.55;
	margin: 0 0 1rem;
}
.kitchen-hero__media img { width: 100%; border-radius: 12px; box-shadow: var(--shadow); }
.kitchen-info-card {
	position: relative;
	background: #fff;
	border-radius: 14px;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	border-left: 8px solid var(--c-green);
	box-shadow: var(--shadow);
}
.kitchen-info-card + .kitchen-info-card { margin-top: 1.4rem; }
.kitchen-info-card__label {
	display: inline-block;
	background: var(--c-green);
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 800;
	letter-spacing: 0.16em;
	border-radius: 999px;
	padding: 0.25em 1.1em;
	font-size: 0.78rem;
	margin-bottom: 0.8rem;
}
.kitchen-info-card h2 { margin: 0 0 0.6rem; font-size: 1.3rem; }
.kitchen-info-card p { margin: 0; color: var(--c-text-soft); }

/* 会社概要 */
.company-table-wrap {
	background: #fff;
	border-radius: 14px;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.company-table { width: 100%; border-collapse: collapse; }
.company-table th,
.company-table td { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--c-border); text-align: left; vertical-align: top; }
.company-table tr:last-child th,
.company-table tr:last-child td { border-bottom: 0; }
.company-table th { width: 28%; background: var(--c-bg-soft); color: var(--c-text); font-weight: 700; }

/* 求人一覧 */
.job-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2.5vw, 1.8rem);
}
.job-card {
	background: #fff;
	border: 1px solid var(--c-border);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
}
.job-card__media { margin: 0; background: var(--c-bg-soft); }
.job-card__media img { width: 100%; display: block; }
.job-card__body { padding: 1.3rem; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.job-card__type {
	display: inline-block;
	background: var(--c-gold);
	color: #fff;
	font-weight: 700;
	font-size: 0.78rem;
	border-radius: 999px;
	padding: 0.25em 0.9em;
	margin-bottom: 0.8rem;
}
.job-card__title { font-size: 1.05rem; margin: 0 0 0.6rem; }
.job-card__meta { color: var(--c-muted); font-size: 0.86rem; margin: 0 0 1.2rem; }
.job-card .btn { margin-top: auto; font-size: 0.85rem; padding: 0.65em 1.2em; }

@media (max-width: 900px) {
	.value-grid,
	.service-hero-lower__inner,
	.kitchen-hero__inner { grid-template-columns: 1fr; }
	.service-step-grid,
	.vacancy-grid,
	.job-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.value-grid,
	.service-step-grid,
	.vacancy-grid,
	.job-grid { grid-template-columns: 1fr; }
	.company-table,
	.company-table tbody,
	.company-table tr,
	.company-table th,
	.company-table td { display: block; width: 100%; }
	.company-table th { border-bottom: 0; padding-bottom: 0.5rem; }
	.company-table td { padding-top: 0.5rem; }
	.service-hero-lower__actions { flex-direction: column; align-items: stretch; }
}

/* =========================================================
   Lower pages implementation from XD screenshots
   ========================================================= */
.lower-page { background: #fff; }
.lower-section { padding-block: clamp(56px, 7vw, 120px); }
.lower-container { max-width: 1240px; }
.lower-label {
	font-family: var(--font-heading);
	font-size: clamp(25px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: .28em;
	line-height: 1.2;
	color: var(--c-gold);
	margin: 0 0 22px;
}
.lower-title {
	font-size: clamp(20px, 2.1vw, 30px);
	line-height: 1.65;
	letter-spacing: .04em;
	margin: 0 0 24px;
}
.lower-center-head { text-align: center; margin-bottom: clamp(44px, 5vw, 72px); }
.lower-center-head span {
	display: block;
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .35em;
	line-height: 1;
	margin-bottom: 10px;
	color: var(--c-text);
}
.lower-center-head h1,
.lower-center-head h2 {
	font-size: clamp(24px, 2.5vw, 32px);
	line-height: 1.45;
	letter-spacing: .14em;
	margin: 0;
}
.image-text {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
	gap: clamp(42px, 6vw, 84px);
	align-items: center;
}
.image-text--reverse { grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); }
.image-text__media { margin: 0; }
.image-text__media img { width: 100%; display: block; object-fit: cover; }
.image-text__media--tall img { aspect-ratio: 1 / 1.15; }
.image-text__body p { font-family: var(--font-body); font-size: 20px; font-weight: 500; line-height: 2; margin: 0 0 40px; color: var(--c-text); }
.page-hero--photo {
	height: clamp(180px, 18vw, 300px);
	background-size: cover;
	background-position: center;
}

/* Philosophy */
.philosophy-block--mission { padding-top: clamp(64px, 7vw, 110px); }
.value-layout { display: grid; grid-template-columns: 34% 1fr; gap: clamp(48px, 7vw, 88px); align-items: start; }
.value-layout__media { margin: 0; }
.value-layout__media img { width: 100%; display: block; object-fit: cover; }
.value-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px 72px; }
.value-list-card { border-top: 1px solid var(--c-border); padding-top: 20px; }
.value-list-card h2 { font-size: 25px; margin: 0 0 18px; }
.value-list-card ul { margin: 0; padding-left: 0; list-style: none; font-size: 17px; line-height: 1.9; }
.slogan-layout { display: grid; grid-template-columns: 1fr 42%; gap: clamp(42px, 6vw, 84px); align-items: center; }
.slogan-layout__body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px 64px; }
.slogan-layout__body section:first-child { grid-column: 1; }
.slogan-layout__body section:last-child { grid-column: 1; }
.slogan-layout__body h2 { border-bottom: 1px solid var(--c-border); padding-bottom: 12px; font-size: 25px; margin: 0 0 18px; }
.slogan-layout__body p { font-size: 17px; line-height: 2; margin: 0 0 1em; }
.slogan-layout__media { margin: 0; }
.slogan-layout__media img { width: 100%; display: block; opacity: .72; }

/* Philosophy page */
.philosophy-page .lower-container { max-width: none; padding-inline: 0; }
.philosophy-page .image-text { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.philosophy-page .image-text--mission { grid-template-columns: 834px minmax(0, 1fr); }
.philosophy-page .philosophy-block--vision .image-text { grid-template-columns: minmax(0, 1fr) 794px; }
.philosophy-page .image-text__body { width: min(540px, calc(100% - 48px)); margin-inline: auto; }
.philosophy-page .image-text__media img { width: 100%; object-fit: cover; }
.philosophy-page .image-text--mission .image-text__media { width: 834px; height: 526px; }
.philosophy-page .image-text--mission .image-text__media img { width: 834px; height: 526px; aspect-ratio: 834 / 526; }
.philosophy-page .philosophy-block--vision .image-text__media { width: 794px; height: 550px; }
.philosophy-page .philosophy-block--vision .image-text__media { height: auto; }
.philosophy-page .philosophy-block--vision .image-text__media img { width: 100%; height: auto; }
.philosophy-page .image-text__body p:not(.lower-label) {
	font-size: 17px;
	line-height: 2;
	margin-bottom: 28px;
}
.philosophy-page .lower-label { display: block; line-height: 0; margin-bottom: 28px; }
.philosophy-page .lower-label img { display: block; width: auto; height: 38.5px; }
.philosophy-page .lower-title { font-size: 25px; line-height: 1.65; margin-bottom: 28px; }
.philosophy-page .value-layout {
	grid-template-columns: 371px minmax(0, 1fr);
	gap: 96px;
	align-items: start;
}
.philosophy-page .value-layout__media img { width: 371px; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.philosophy-page .value-layout__body { max-width: 980px; }
.philosophy-page .value-list-grid { gap: 44px 72px; }
.philosophy-page .value-list-card h2 { font-size: 25px; }
.philosophy-page .value-list-card ul { font-size: 17px; }
.philosophy-page .philosophy-block--slogan .lower-container { position: relative; }
.philosophy-page .philosophy-block--slogan .lower-label {
	position: relative;
	z-index: 1;
	margin-left: 130px;
}
.philosophy-page .slogan-layout {
	display: block;
	position: relative;
	min-height: 699px;
	padding-left: 130px;
}
.philosophy-page .slogan-layout__body {
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(2, 475px);
	gap: 44px 80px;
}
.philosophy-page .slogan-layout__media {
	position: absolute;
	z-index: 0;
	top: -94px;
	right: 0;
}
.philosophy-page .slogan-layout__media picture { display: block; }
.philosophy-page .slogan-layout__media img { width: 584px; height: 699px; object-fit: cover; }

/* Philosophy image framing from the XD layouts. */
@media (min-width: 1025px) {
	.philosophy-page .value-layout {
		grid-template-columns: 371px minmax(0, 1fr);
	}
	.philosophy-page .value-layout__media img {
		width: 371px;
		height: 574px;
		aspect-ratio: auto;
		object-fit: cover;
		object-position: 60% center;
	}
}

/* Service pages */
.service-page--happy { --service-accent: #DE91BB; --service-second: #EE7B4C; }
.service-page--work { --service-accent: #4AA336; --service-second: #374393; }
.service-mobile-break { display: none; }
.service-lower-hero {
	position: relative;
	min-height: clamp(280px, 31vw, 500px);
	background-image: var(--service-hero-image);
	background-size: cover;
	background-position: center;
	display: grid;
	place-items: center;
	isolation: isolate;
}
.service-lower-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(0,0,0,.08)); z-index: -1; }
.service-lower-hero__body { text-align: center; color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.2); }
.service-lower-hero__copy { font-family: cursive; font-size: clamp(32px, 4vw, 58px); line-height: 1.2; margin: 0 0 12px; }
.service-lower-hero__sub { margin: 0; font-weight: 700; }
.service-lower-hero__actions {
	position: absolute;
	left: 50%;
	bottom: 34px;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 10px;
	width: min(760px, calc(100% - 40px));
}
.service-hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	padding: 17px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.service-hero-btn:hover,
.service-hero-btn:focus { color: #fff; opacity: .9; }
.service-hero-btn--primary { background: var(--service-accent); }
.service-hero-btn--secondary { background: var(--service-second); }
.service-logo-lead__inner { display: grid; grid-template-columns: 230px 1fr; gap: 72px; align-items: center; max-width: 860px; }
.service-logo-lead__logo { width: 190px; height: auto; }
.service-logo-lead__catch { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.75; margin: 0; }
.service-page .lower-label { color: var(--service-accent); }
.service-items { max-width: 1186px; }
.service-item { display: grid; grid-template-columns: 653px minmax(0, 400px); column-gap: 72px; align-items: center; margin-bottom: clamp(56px, 7vw, 96px); }
.service-item--reverse { grid-template-columns: minmax(0, 400px) 653px; }
.service-item--reverse .service-item__media { order: 2; }
.service-item__media { width: 653px; margin: 0; }
.service-item__media img { width: 653px; height: auto; display: block; aspect-ratio: 653 / 407; object-fit: cover; }
.service-item__body h3 { font-family: var(--font-heading); font-size: 30px; font-weight: 700; line-height: 1.5; margin: 0 0 22px; border-bottom: 1px solid currentColor; padding-bottom: 12px; }
.service-item__body p { font-family: var(--font-body); font-size: 20px; font-weight: 500; line-height: 2; margin: 0 0 40px; }
.focus-section { text-align: center; }
.focus-section__text { max-width: 1000px; margin-inline: auto; text-align: left; }
.focus-section__text p { font-size: 17px; line-height: 2.15; margin: 0 0 40px; }
.focus-points { display: grid; grid-template-columns: max-content; justify-content: center; list-style: none; margin: 64px auto 0; padding: 64px clamp(40px, 10%, 100px); max-width: 1000px; border: 1px solid var(--service-second, #EE7B4C); box-sizing: border-box; }

.focus-points li { display: flex; align-items: center; width: 100%; font-family: var(--font-body); font-size: 25px; font-weight: 500; line-height: 1.6; text-align: left; color: var(--c-text); }

.focus-points li + li { margin-top: 12px; }

.focus-points li::before { content: ""; width: 17px; height: 17px; margin-right: 10px; border-radius: 50%; background: var(--service-second, #EE7B4C); flex-shrink: 0; }
.support-list { max-width: 1060px; margin-inline: auto; }
.support-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 6vw, 80px); align-items: center; margin-bottom: clamp(56px, 7vw, 96px); }
.support-row--reverse .support-row__media { order: 2; }
.support-row__media { margin: 0; }
.support-row__media img { width: 100%; border-radius: 8px; aspect-ratio: 1.42 / 1; object-fit: cover; }
.support-row__head {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 16px;
}
.support-row__head::after {
	content: "";
	flex: 1 1 auto;
	height: 2px;
	background: var(--support-color, var(--service-accent, var(--c-gold)));
}
.support-row__num {
	display: block;
	color: var(--support-color, var(--service-accent, var(--c-gold)));
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}
.support-row__body h3 { font-size: 28px; line-height: 1.55; margin: 0 0 20px; }
.support-row__body p { font-size: 17px; line-height: 2; margin: 0; }
.service-recruit-cta {
	min-height: 1080px;
	background-size: cover;
	background-position: left center;
	background-attachment: fixed;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: clamp(86px, 8vw, 128px) clamp(72px, 10vw, 176px) clamp(80px, 8vw, 120px);
}
.service-recruit-cta__body { width: min(520px, 100%); }
.service-recruit-cta__body .lower-label { font-size: clamp(30px, 4vw, 46px); letter-spacing: .32em; margin-bottom: 20px; }
.service-recruit-cta__body h2 { font-size: 25px; margin: 0 0 34px; }
.service-recruit-cta__body p { font-size: 17px; line-height: 2.05; margin: 0 0 1.65em; font-weight: 700; }
.service-recruit-cta__lead { padding-bottom: 28px; margin-bottom: 34px; border-bottom: 1px solid rgba(56, 29, 14, .35); }
.service-recruit-cta__main { margin-bottom: 38px; }
.service-recruit-cta__btn { width: 100%; max-width: 440px; min-height: 58px; justify-content: center; }

/* Vacancy */
.vacancy-container { max-width: 1180px; }
.vacancy-head { text-align: center; margin-bottom: 56px; }
.vacancy-head h1 { font-size: 30px; margin: 0 0 34px; }
.vacancy-head p { font-size: 20px; line-height: 2; margin: 0; }
.vacancy-head p span { display: block; }
.vacancy-mobile-break { display: none; }
.vacancy-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.home-card { border: 1px solid #bdbdbd; border-radius: 6px; padding: 16px 16px 14px; background: #fff; }
.home-card__media { margin: 0 0 16px; }
.home-card__media img { width: 100%; aspect-ratio: 1.33 / 1; object-fit: cover; display: block; }
.home-card__body { text-align: center; }
.home-card__body h2 { font-size: 30px; line-height: 1.3; margin: 0 0 10px; }
.home-card__status { font-family: var(--font-heading); font-size: 24px; font-weight: 800; margin: 0 0 18px; }
.home-card__availability.is-available { color: var(--c-red); }
.home-card__availability.is-full { color: #B78A44; }
.home-card__btn { display: block; background: var(--c-green); color: #fff; padding: 14px 12px; border-radius: 3px; font-weight: 700; font-size: 18px; }
.home-card__btn:hover,
.home-card__btn:focus { color: #fff; background: var(--c-green-dark); }

/* Kitchen */
.kitchen-page { color: #381D0E; }
.kitchen-page :where(h1, h2, h3, h4, p, li, dt, dd) { color: #381D0E; }
.kitchen-page .page-hero--photo {
	height: auto;
	aspect-ratio: 4 / 1;
}
.kitchen-page .lower-label { color: var(--c-gold); }
.kitchen-intro__inner { max-width: 820px; display: grid; grid-template-columns: 250px 1fr; gap: 62px; align-items: center; }
.kitchen-intro__logo { width: 220px; height: auto; }
.kitchen-intro h1 { font-size: 30px; line-height: 1.65; margin: 0; }
.kitchen-message .support-row__num { color: var(--support-color, var(--c-gold)); }
.kitchen-message .support-row__head::after { background: var(--support-color, var(--c-gold)); }
.kitchen-join__body { width: min(520px, 100%); margin-left: auto; }
.kitchen-join h2 { font-size: 30px; line-height: 1.65; margin: 0 0 24px; }
.kitchen-join p { font-size: 17px; line-height: 2.1; }

/* Company */
.company-container { max-width: 1180px; }
.company-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; align-items: stretch; }
.company-profile { border-top: 1px solid #9c9c9c; }
.company-profile__row { display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center; border-bottom: 1px solid #9c9c9c; padding: 28px 0; }
.company-profile__row dt { color: var(--c-gold); font-weight: 800; font-size: 17px; }
.company-profile__row dd { margin: 0; font-weight: 700; font-size: 17px; line-height: 1.8; }
.company-map { min-height: 520px; }
.company-map iframe { width: 100%; height: 100%; min-height: 520px; display: block; }

/* News single XD adjustment */
.news-single-container { max-width: 840px; }
.news-single { padding-top: clamp(60px, 7vw, 100px); }
.news-single__meta { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; }
.news-single__meta time { font-size: 15px; font-weight: 700; color: var(--c-text); }
.news-single__title { font-size: clamp(24px, 2.7vw, 34px); line-height: 1.65; margin: 0 0 34px; }
.news-single__thumbnail { margin: 0 0 54px; }
.news-single__thumbnail img { width: 100%; display: block; }
.news-single__content { font-size: 17px; line-height: 2.15; }
.news-single__content h2 { border-left: 8px solid var(--c-gold); border-bottom: 0; padding: 0 0 0 16px; font-size: 24px; line-height: 1.7; margin: 2.5em 0 1.5em; }
.news-single__content hr { border: 0; border-top: 2px solid var(--c-gold); margin: 2.5em 0; }
.news-single-nav { margin-bottom: clamp(70px, 8vw, 120px); }

@media (max-width: 1024px) {
	.image-text,
	.image-text--reverse,
	.value-layout,
	.slogan-layout,
	.service-item,
	.support-row,
	.company-layout { grid-template-columns: 1fr; }
	.service-item--reverse .service-item__media,
	.support-row--reverse .support-row__media { order: 0; }
	.slogan-layout__body { grid-template-columns: 1fr; }
	.service-lower-hero__actions { position: static; transform: none; width: auto; margin: 20px; grid-template-columns: 1fr; }
	.service-lower-hero { padding-top: 90px; }
	.philosophy-page .lower-container { padding-inline: 24px; }
	.philosophy-page .image-text,
	.philosophy-page .image-text.image-text--mission,
	.philosophy-page .value-layout,
	.philosophy-page .slogan-layout { grid-template-columns: 1fr; gap: 40px; padding-left: 0; }
	.philosophy-page .philosophy-block--vision .image-text { grid-template-columns: 1fr; }
	.philosophy-page .slogan-layout { display: grid; min-height: 0; }
	.philosophy-page .slogan-layout__body { grid-template-columns: 1fr; }
	.philosophy-page .slogan-layout__media { position: static; }
	.philosophy-page .image-text__body,
	.philosophy-page .value-layout__body { width: 100%; max-width: none; }
	.philosophy-page .image-text__media,
	.philosophy-page .image-text--mission .image-text__media,
	.philosophy-page .philosophy-block--vision .image-text__media { width: 100%; height: auto; }
	.philosophy-page .image-text--mission .image-text__media img,
	.philosophy-page .philosophy-block--vision .image-text__media img { width: 100%; height: auto; }
	.philosophy-page .image-text--mission .image-text__media,
	.philosophy-page .value-layout__media { order: 2; }
	.philosophy-page .value-layout__media img,
	.philosophy-page .slogan-layout__media img { width: 100%; height: auto; }
	.philosophy-page .philosophy-block--slogan .lower-label { margin-left: 0; }
	.vacancy-card-grid { grid-template-columns: repeat(2, 1fr); }
	.service-logo-lead__inner,
	.kitchen-intro__inner { grid-template-columns: 1fr; text-align: center; gap: 24px; }
	.service-logo-lead__logo,
	.kitchen-intro__logo { margin-inline: auto; }
	.service-recruit-cta { min-height: auto; justify-content: center; background-position: center; background-attachment: scroll; padding: 64px 24px; }
}
@media (max-width: 640px) {
	.front-mobile-break { display: inline; }
	.lower-section { padding-block: 48px; }
	.kitchen-page .page-hero--photo {
		height: 180px;
		aspect-ratio: auto;
	}
	.philosophy-page .lower-container { padding-inline: 20px; }
	.philosophy-page .image-text,
	.philosophy-page .image-text.image-text--mission,
	.philosophy-page .value-layout,
	.philosophy-page .slogan-layout { gap: 28px; }
	.philosophy-page .lower-label { margin-bottom: 20px; }
	.philosophy-page .lower-label img { height: 19.25px; }
	.philosophy-page .lower-title { font-size: 20px; margin-bottom: 20px; }
	.philosophy-page .image-text__body p:not(.lower-label),
	.philosophy-page .slogan-layout__body p,
	.philosophy-page .value-list-card ul { font-size: 18px; line-height: 2; }
	.philosophy-page .image-text__body p:not(.lower-label) { margin-bottom: 22px; }
	.philosophy-page .value-list-grid { gap: 28px; }
	.philosophy-page .value-list-card h2,
	.philosophy-page .slogan-layout__body h2 { font-size: 20px; }
	.philosophy-page .slogan-layout__media img {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		object-fit: contain;
	}
	.value-list-grid,
	.vacancy-card-grid { grid-template-columns: 1fr; }
	.company-profile__row { grid-template-columns: 1fr; gap: 8px; }
	.company-map iframe { height: 360px; }
	.post-nav.news-single-nav { grid-template-columns: 1fr; text-align: center; }
	.post-nav__prev,
	.post-nav__next { text-align: center; }
}

/* Vacancy mobile layout */
@media (max-width: 640px) {
	.vacancy-page .page-hero--photo {
		height: 140px;
		min-height: 140px;
		background-position: center center;
	}

	.vacancy-page .vacancy-section {
		padding-block: 48px 64px;
	}

	.vacancy-page .vacancy-container {
		padding-inline: 20px;
	}

	.vacancy-page .vacancy-head {
		margin-bottom: 36px;
		padding-inline: 15px;
	}

	.vacancy-page .vacancy-head h1 {
		font-size: 20px;
		line-height: 1.65;
		margin-bottom: 24px;
	}

	.vacancy-page .vacancy-mobile-break { display: inline; }

	.vacancy-page .vacancy-head p {
		font-size: 15px;
		line-height: 2;
		text-align: left;
	}

	.vacancy-page .vacancy-head p span + span { margin-top: 28px; }

	.vacancy-page .vacancy-card-grid {
		gap: 16px;
	}

	.vacancy-page .home-card {
		padding: 10px 10px 12px;
		border-radius: 5px;
	}

	.vacancy-page .home-card__media {
		margin-bottom: 12px;
	}

	.vacancy-page .home-card__body h2 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 4px;
	}

	.vacancy-page .home-card__status {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 12px;
	}

	.vacancy-page .home-card__btn {
		padding: 12px 8px;
		font-family: var(--font-body);
		font-size: 20px;
		font-weight: 700;
	}
}


/* =========================================================
   Footer XD alignment fix
   - footer logo / privacy / note / copyright are arranged like XD.
   ========================================================= */
.site-footer {
	background: #fff;
	border-top: 1px solid var(--c-border);
}
.site-footer__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 54px clamp(48px, 5vw, 78px) 42px;
	display: block;
}
.site-footer__brand {
	display: inline-block;
	text-align: left;
}
.footer-logo {
	display: inline-block;
	line-height: 0;
}
.footer-logo img {
	width: 240px;
	max-width: 100%;
	height: auto;
}
.site-footer__privacy {
	display: inline-block;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--c-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.footer-navigation {
	display: none;
}
.site-footer__bottom {
	border-top: 1px solid var(--c-border);
	padding: 24px clamp(48px, 5vw, 78px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: nowrap;
}
.site-footer__note,
.site-footer__copy {
	font-size: 13px;
	line-height: 1.6;
	color: var(--c-text);
}
.site-footer__note {
	max-width: 720px;
}
.site-footer__copy {
	white-space: nowrap;
	text-align: right;
}
.pagetop {
	right: 38px;
	bottom: 48px;
	width: 48px;
	padding: 8px 0 7px;
	border-radius: 6px;
	background: #3a1b0c;
}
.pagetop__arrow { font-size: 15px; }
.pagetop__label { margin-top: 2px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }

@media (max-width: 1024px) {
	.site-footer__inner {
		padding: 42px 24px 30px;
	}
	.footer-logo img {
		width: 210px;
	}
	.site-footer__bottom {
		padding: 20px 24px;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
	.site-footer__copy {
		white-space: normal;
		text-align: left;
	}
}

@media (max-width: 600px) {
	.site-footer__inner,
	.site-footer__bottom {
		text-align: left;
		justify-content: flex-start;
	}
	.pagetop {
		right: 16px;
		bottom: 16px;
		width: 44px;
	}
}

/* =========================================================
   Final visual adjustment: footer / service hero / logo lead
   ========================================================= */
.site-footer__inner {
	padding: 48px clamp(62px, 6vw, 92px) 38px;
}
.footer-logo img {
	width: auto;
	height: 86px;
	max-width: 260px;
	object-fit: contain;
	object-position: left center;
}
.site-footer__privacy {
	display: inline-block;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.35;
	color: var(--c-text);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}
.site-footer__privacy:hover,
.site-footer__privacy:focus {
	color: var(--c-text);
	opacity: .72;
}
.site-footer__bottom {
	padding: 20px clamp(62px, 6vw, 92px);
}
.site-footer__note,
.site-footer__copy {
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
}
.pagetop {
	right: 42px;
	bottom: 44px;
}

/* 下層サービスHero：キャッチ文は画像側に含まれる前提。高さとCTA位置をXD寄せ */
.service-lower-hero {
	min-height: clamp(340px, 26.5vw, 460px);
	place-items: initial;
	background-size: cover;
	background-position: center center;
}
.service-lower-hero__body,
.service-lower-hero__copy,
.service-lower-hero__sub {
	display: none;
}
.service-lower-hero__shade {
	background: linear-gradient(90deg, rgba(255,255,255,.05), rgba(0,0,0,.04));
}
.service-lower-hero__actions {
	bottom: 54px;
	width: min(760px, calc(100% - 80px));
	gap: 48px;
}
.service-hero-btn {
	min-height: 58px;
	border: 2px solid rgba(255,255,255,.85);
	box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

/* Hero直下のロゴ＋キャッチ：テキスト列を広くしてXDの改行へ寄せる */
.service-logo-lead {
	padding-block: clamp(62px, 7vw, 96px);
}
.service-logo-lead__inner {
	max-width: 1040px;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 88px;
	justify-content: center;
}
.service-logo-lead__logo {
	width: 170px;
	justify-self: center;
}
.service-logo-lead__catch {
	font-size: clamp(25px, 2.1vw, 30px);
	line-height: 1.78;
	letter-spacing: .03em;
}

@media (max-width: 1024px) {
	.footer-logo img { height: 74px; }
	.service-lower-hero { min-height: 320px; }
	.service-lower-hero__actions {
		bottom: 28px;
		gap: 14px;
		width: min(720px, calc(100% - 36px));
	}
	.service-logo-lead__inner {
		grid-template-columns: 160px 1fr;
		gap: 36px;
	}
	.service-logo-lead__logo { width: 140px; }
}

@media (max-width: 640px) {
	.site-footer__inner,
	.site-footer__bottom {
		padding-left: 24px;
		padding-right: 24px;
	}
	.site-footer__bottom {
		display: block;
		text-align: left;
	}
	.site-footer__copy { margin-top: 12px; text-align: left; white-space: normal; }
	.service-lower-hero { min-height: 300px; }
	.service-lower-hero__actions {
		grid-template-columns: 1fr;
		bottom: 20px;
	}
	.service-logo-lead__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center;
	}
}


/* =========================================================
   2026-07-08 precise correction v3
   XD実測値寄せ：フッター / サービスHero / Hero下ロゴ導入
   ========================================================= */
/* Footer: XDは横長ロゴ W273/H85 前提。縦長ロゴを潰さないよう幅基準に戻す */
.site-footer {
	background: #fff;
	border-top: 1px solid var(--c-border);
}
.site-footer__inner {
	padding: 56px 100px 44px;
	display: block;
	text-align: left;
}
.site-footer__brand {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.footer-logo,
.footer-logo img {
	display: block;
}
.footer-logo img {
	width: 273px;
	height: auto;
	max-width: 273px;
	max-height: none;
	object-fit: contain;
	object-position: left top;
}
.site-footer__privacy {
	display: inline-block;
	margin: 12px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.35;
	color: var(--c-text);
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid currentColor;
}
.site-footer__bottom {
	padding: 22px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	border-top: 1px solid var(--c-border);
}
.site-footer__note,
.site-footer__copy {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--c-text);
}
.site-footer__copy {
	white-space: nowrap;
	text-align: right;
}
.pagetop {
	right: 42px;
	bottom: 50px;
	width: 48px;
	min-height: 58px;
}

/* Service lower hero: XDは右コンテンツ幅1600pxに対して高さ800px */
.service-lower-hero {
	width: 100%;
	height: 800px;
	min-height: 800px;
	max-height: none;
	padding: 0;
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}
.service-lower-hero__body,
.service-lower-hero__copy,
.service-lower-hero__sub,
.service-lower-hero__shade {
	display: none;
}
.service-lower-hero__actions {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	width: 960px;
	max-width: calc(100% - 160px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin: 0;
}
.service-hero-btn {
	min-height: 58px;
	padding: 0 34px;
	border: 2px solid rgba(255,255,255,.85);
	box-shadow: none;
	font-size: 18px;
	border-radius: 4px;
}

/* Hero直下：XD実測に近い logo 257px / text開始を右に固定 */
.service-logo-lead {
	padding-block: 74px 86px;
}
.service-logo-lead__inner {
	max-width: 900px;
	padding-inline: 0;
	display: grid;
	grid-template-columns: 258px minmax(0, 1fr);
	gap: 0;
	align-items: center;
	justify-content: center;
}
.service-logo-lead__logo {
	width: 257px;
	max-width: 257px;
	height: auto;
	justify-self: start;
}
.service-logo-lead__catch {
	font-size: 30px;
	line-height: 1.75;
	letter-spacing: .02em;
	font-weight: 800;
	margin: 0;
	padding-left: 0;
	white-space: normal;
}

@media (max-width: 1024px) {
	.site-footer__inner { padding: 42px 32px 32px; }
	.site-footer__bottom {
		padding: 20px 32px;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
	.footer-logo img { width: 220px; max-width: 220px; }
	.site-footer__copy { white-space: normal; text-align: left; }
	.service-lower-hero {
		height: 520px;
		min-height: 520px;
	}
	.service-lower-hero__actions {
		width: min(760px, calc(100% - 48px));
		max-width: calc(100% - 48px);
		gap: 24px;
		bottom: 48px;
	}
	.service-logo-lead__inner {
		max-width: 760px;
		grid-template-columns: 190px 1fr;
		gap: 30px;
		padding-inline: 24px;
	}
	.service-logo-lead__logo { width: 180px; max-width: 180px; }
	.service-logo-lead__catch { font-size: 24px; }
}
@media (max-width: 640px) {
	.service-lower-hero {
		height: 360px;
		min-height: 360px;
	}
	.service-lower-hero__actions {
		grid-template-columns: 1fr;
		gap: 12px;
		bottom: 20px;
	}
	.service-hero-btn { font-size: 14px; }
	.service-logo-lead__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.service-logo-lead__logo { justify-self: center; }
	.pagetop { right: 16px; bottom: 16px; }
}

/* =========================================================
   2026-07-08 correction v4
   XD実測：Hero下ロゴ / フッターロゴ / フッター罫線削除 / Recruit背景スモーク
   ========================================================= */

/* Hero下ロゴ：XD group105 = W257.43 / H319.24 */
.service-logo-lead__inner {
	max-width: 960px;
	grid-template-columns: 257px minmax(0, 1fr);
	column-gap: 96px;
	align-items: center;
}
.service-logo-lead__logo {
	width: 257px;
	max-width: 257px;
	height: auto;
}
.service-logo-lead__catch {
	max-width: 560px;
	font-size: 30px;
	line-height: 1.78;	
}

/* Footer：XD group98 = W273.43 / H84.9。縦横比を維持しつつ、不要な罫線を消す */
.site-footer {
	border-top: 0;
	background: #fff;
}
.site-footer__inner {
	padding: 53px 100px 34px;
	border: 0;
}
.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
.site-footer .footer-logo,
.site-footer .footer-logo img {
	display: block;
}
.site-footer .footer-logo img {
	width: 273px;
	height: auto;
	max-width: 273px;
	max-height: 85px;
	object-fit: contain;
	object-position: left center;
}
.site-footer__privacy {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	color: var(--c-text);
}
.site-footer__privacy::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 2px;
	background: currentColor;
}
.site-footer__bottom {
	border-top: 0; /* 指定：reCAPTCHA/Copyright上の線を消す */
	padding: 25px 100px 26px;
}

/* Recruit CTA背景：原画に白スモークを重ねてXDの淡い見え方に戻す */
.service-recruit-cta {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.service-recruit-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .68);
	pointer-events: none;
	z-index: 0;
}
.service-recruit-cta__body {
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {
	.service-logo-lead__inner {
		grid-template-columns: 190px 1fr;
		column-gap: 42px;
	}
	.service-logo-lead__logo {
		width: 190px;
		max-width: 190px;
	}
	.site-footer__inner,
	.site-footer__bottom {
		padding-left: 42px;
		padding-right: 42px;
	}
	.site-footer .footer-logo img {
		width: 220px;
		max-width: 220px;
		max-height: 69px;
	}
	.service-recruit-cta { background-attachment: scroll; }
}
@media (max-width: 640px) {
	.service-logo-lead__inner {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}
	.service-logo-lead__logo {
		width: 170px;
		max-width: 170px;
	}
	.site-footer .footer-logo img {
		width: 200px;
		max-width: 200px;
		max-height: 62px;
	}
}

/* Service focus responsive adjustment */
@media (max-width: 768px) {
	.focus-points { grid-template-columns: 1fr; padding: 40px 24px; }

	.focus-points li { font-size: 17px; line-height: 1.8; }

	.focus-points li::before { width: 13px; height: 13px; margin-right: 8px; }
}



/* =========================================================
   2026-07-09 Service page typography adjustment
   ========================================================= */

/* CURRENT FOCUS 本文（XD準拠） */
.service-page .focus-section__text p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
	margin: 0 0 40px;
}


/* =========================================================
   2026-07-09 Service support section complete adjustment
   XD準拠：画像653px / テキスト上下中央 / ブロック間120px / 番号ライン60px
   ========================================================= */

.service-page .support-list {
	max-width: 1186px;
	margin-inline: auto;
}

.service-page .support-row {
	display: grid;
	grid-template-columns: 653px minmax(0, 400px);
	column-gap: 72px;
	align-items: center;
	margin-bottom: 120px;
}

.service-page .support-row:last-child {
	margin-bottom: 0;
}

.service-page .support-row--reverse {
	grid-template-columns: minmax(0, 400px) 653px;
}

.service-page .support-row--reverse .support-row__media {
	order: 2;
}

.service-page .support-row--reverse .support-row__body {
	order: 1;
}

.service-page .support-row__media {
	width: 653px;
	margin: 0;
}

.service-page .support-row__media img {
	display: block;
	width: 653px;
	height: auto;
	aspect-ratio: 653 / 407;
	object-fit: cover;
	border-radius: 8px;
}

.service-page .support-row__body {
	width: 100%;
	max-width: 400px;
	align-self: center;
}

.service-page .support-row__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.service-page .support-row__head::after {
	content: "";
	flex: 0 0 60px;
	width: 60px;
	height: 1px;
	background: var(--support-color, var(--service-accent, var(--c-gold)));
}

.service-page .support-row__num {
	display: block;
	color: var(--support-color, var(--service-accent, var(--c-gold)));
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.service-page .support-row__body h3 {
	font-family: "M PLUS 1c", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin: 0 0 22px;
}

.service-page .support-row__body p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.35;
	letter-spacing: 0;
	margin: 0;
}

.service-page .support-row__body p + p {
	margin-top: 32px;
}

@media (max-width: 1280px) {
	.service-page .support-list {
		max-width: 100%;
	}

	.service-page .support-row,
	.service-page .support-row--reverse {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
		column-gap: 56px;
	}

	.service-page .support-row__media {
		width: 100%;
	}

	.service-page .support-row__media img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.service-page .support-row,
	.service-page .support-row--reverse {
		grid-template-columns: 1fr;
		row-gap: 32px;
		margin-bottom: 80px;
	}

	.service-page .support-row--reverse .support-row__media,
	.service-page .support-row--reverse .support-row__body {
		order: 0;
	}

	.service-page .support-row__body {
		max-width: none;
	}

	.service-page .support-row__media {
		width: 100%;
	}

	.service-page .support-row__media img {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.service-page .support-row,
	.service-page .support-row--reverse {
		margin-bottom: 64px;
	}

	.service-page .support-row__body h3 {
		font-size: 24px;
		letter-spacing: 0.12em;
	}

	.service-page .support-row__body p {
		font-size: 16px;
		line-height: 2.1;
	}

	.service-page .support-row__head::after {
		flex-basis: 60px;
		width: 60px;
	}
}

/* =========================================================
   2026-07-09 Service ABOUT block rebuild
   page-service.php の SERVICE ブロックをXDの薄ベージュカード構造へ寄せる
   ========================================================= */
.service-page .service-about {
	padding: 0 0 clamp(70px, 7vw, 112px);
	background: #fff;
}

.service-page .service-about__panel {
	width: min(1160px, calc(100% - 120px));
	min-height: 415px;
	margin: 0 auto;
	padding: clamp(58px, 6vw, 88px) clamp(64px, 7vw, 116px);
	background: #f7f5f1;
	border-radius: 14px;
	display: grid;
	grid-template-columns: minmax(300px, 370px) minmax(420px, 1fr);
	column-gap: clamp(72px, 8vw, 132px);
	align-items: center;
	box-sizing: border-box;
}

.service-page .service-about__body {
	width: 100%;
	max-width: 370px;
}

.service-page .service-about__label {
	font-family: var(--font-heading);
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: .42em;
	color: var(--service-accent);
	margin: 0 0 28px;
}

.service-page .service-about__title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: .02em;
	margin: 0 0 28px;
	color: var(--c-text);
}

.service-page .service-about__text p {
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 2.05;
	letter-spacing: 0;
	color: var(--c-text);
	margin: 0 0 28px;
}

.service-page .service-about__text p:last-child {
	margin-bottom: 0;
}

.service-page .service-about__media {
	width: 100%;
	max-width: 520px;
	margin: 0;
	justify-self: end;
}

.service-page .service-about__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 560 / 407;
	object-fit: cover;
	border-radius: 6px;
}

@media (max-width: 1280px) {
	.service-page .service-about__panel {
		width: min(1040px, calc(100% - 88px));
		padding: 58px 76px;
		grid-template-columns: minmax(280px, 360px) minmax(360px, 1fr);
		column-gap: 72px;
	}

	.service-page .service-about__media {
		max-width: 430px;
	}

	.service-page .service-about__label {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.service-page .service-about {
		padding-bottom: 80px;
	}

	.service-page .service-about__panel {
		width: min(760px, calc(100% - 48px));
		padding: 48px 40px;
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	.service-page .service-about__body,
	.service-page .service-about__media {
		max-width: none;
	}

	.service-page .service-about__media {
		justify-self: stretch;
	}
}

@media (max-width: 640px) {
	.service-page .service-about {
		padding-bottom: 64px;
	}

	.service-page .service-about__panel {
		width: calc(100% - 32px);
		padding: 36px 24px;
		border-radius: 10px;
	}

	.service-page .service-about__label {
		font-size: 24px;
		letter-spacing: .32em;
		margin-bottom: 22px;
	}

	.service-page .service-about__title {
		font-size: 21px;
	}

	.service-page .service-about__text p {
		font-size: 15px;
		line-height: 1.95;
	}
}

/* =========================================================
   2026-07-09 Service about adjustment v9
   背景幅は維持 / 画像右端固定 / テキストを画像除外エリア中央 / 背景色 #FBFBFB
   ========================================================= */
.service-page .service-about {
	padding: 0;
	background: #fff;
}

.service-page .service-about__panel {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 76px 0 76px clamp(56px, 9vw, 146px);
	box-sizing: border-box;
	background: #FBFBFB;
	border-radius: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(520px, 703px);
	column-gap: 0;
	align-items: center;
}

.service-page .service-about__body {
	width: 430px;
	max-width: 430px;
	justify-self: center;
	align-self: center;
	margin: 0;
}

.service-page .service-about__label {
	font-family: var(--font-heading);
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .42em;
	color: var(--service-accent, var(--c-pink));
	margin: 0 0 32px;
}

.service-page .service-about__title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: .02em;
	margin: 0 0 30px;
	color: var(--c-text);
}

.service-page .service-about__text p {
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 2.05;
	letter-spacing: 0;
	color: var(--c-text);
	margin: 0 0 32px;
}

.service-page .service-about__text p:last-child {
	margin-bottom: 0;
}

.service-page .service-about__media {
	width: 703px;
	max-width: 703px;
	margin: 0;
	justify-self: end;
	align-self: center;
}

.service-page .service-about__media img {
	display: block;
	width: 703px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 703 / 920;
	object-fit: cover;
	border-radius: 6px;
}

@media (max-width: 1280px) {
	.service-page .service-about__panel {
		padding: 70px 0 70px clamp(44px, 7vw, 90px);
		grid-template-columns: minmax(0, 1fr) minmax(440px, 58vw);
	}

	.service-page .service-about__body {
		width: 410px;
		max-width: min(410px, calc(100% - 32px));
	}

	.service-page .service-about__media {
		width: 58vw;
		max-width: 703px;
	}

	.service-page .service-about__media img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.service-page .service-about__panel {
		padding: 52px 40px;
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	.service-page .service-about__body {
		width: 100%;
		max-width: 560px;
		justify-self: center;
	}

	.service-page .service-about__media {
		width: min(703px, 100%);
		max-width: 703px;
		justify-self: center;
	}
}

@media (max-width: 640px) {
	.service-page .service-about__panel {
		padding: 40px 24px;
	}

	.service-page .service-about__label {
		font-size: 26px;
		letter-spacing: .32em;
		margin-bottom: 24px;
	}

	.service-page .service-about__title {
		font-size: 21px;
		margin-bottom: 24px;
	}

	.service-page .service-about__text p {
		font-size: 15px;
		line-height: 1.95;
	}
}

/* =========================================================
   2026-07-09 Service about adjustment v10
   画像右端固定は維持 / 左側エリア内でテキストを完全中央 / 背景色 #FBFBFB
   ========================================================= */
.service-page .service-about__panel {
	padding: 76px 0;
	background: #FBFBFB;
	grid-template-columns: minmax(0, 1fr) 703px;
	column-gap: 0;
}

.service-page .service-about__body {
	width: 430px;
	max-width: 430px;
	justify-self: center;
	align-self: center;
	margin: 0;
}

.service-page .service-about__media {
	width: 703px;
	max-width: 703px;
	justify-self: end;
	margin: 0;
	overflow: hidden;
}

.service-page .service-about__media img {
	width: 703px;
	max-width: 100%;
	aspect-ratio: 703 / 920;
	object-fit: cover;
}

.service-page--happy .service-about__media img { transform: scale(1.02); }

@media (max-width: 1280px) {
	.service-page .service-about__panel {
		padding: 70px 0;
		grid-template-columns: minmax(0, 1fr) minmax(440px, 58vw);
	}

	.service-page .service-about__body {
		width: 410px;
		max-width: min(410px, calc(100% - 32px));
		justify-self: center;
	}

	.service-page .service-about__media {
		width: 58vw;
		max-width: 703px;
	}
}

@media (max-width: 1024px) {
	.service-page .service-about__panel {
		padding: 52px 40px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.service-page .service-about__panel {
		padding: 40px 24px;
	}
}

/* =========================================================
   2026-07-10 Service page main width + typography adjustment v12
   ノートPC・ブラウザズーム時も右メイン領域を残り幅いっぱいに使用
   ========================================================= */

/* 左サイドバーを除いた残り幅を、max-widthで制限せず全面使用する */
.l-main {
	width: calc(100vw - var(--sidebar-w));
	max-width: none;
	min-width: 0;
}

/* SERVICEブロックは拡張されたメイン領域いっぱいを維持 */
.service-page .service-about,
.service-page .service-about__panel {
	width: 100%;
	max-width: none;
}

/* XD指定：見出し M PLUS 1c / 30px Bold / 行間45px */
.service-page .service-about__title {
	font-family: "M PLUS 1c", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0;
}

/* XD指定：本文 Noto Sans JP / 20px Medium / 行間40px */
.service-page .service-about__text p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
	.l-main {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.service-page .service-about__title {
		font-size: 24px;
		line-height: 36px;
	}

	.service-page .service-about__text p {
		font-size: 16px;
		line-height: 32px;
	}
}

/* Happy Senior mobile layout */
@media (max-width: 640px) {
	.service-page--happy .service-lower-hero {
		height: 260px;
		min-height: 260px;
		background-position: center center;
	}

	.service-page--happy .service-logo-lead {
		padding-block: 48px;
	}

	.service-page--happy .service-logo-lead__inner {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.service-page--happy .service-logo-lead__catch {
		order: -1;
		height: 210px;
		padding: 0;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		font-size: 16px;
		line-height: 2;
		letter-spacing: .08em;
		text-align: left;
	}

	.service-page--happy .service-logo-lead__logo {
		width: 150px;
		max-width: 150px;
	}

	.service-page--happy .service-about__panel {
		padding: 0 20px 40px;
		row-gap: 32px;
		background: #fff;
	}

	.service-page--happy .service-about__media {
		order: -1;
	}

	.service-page--happy .service-about__media img {
		aspect-ratio: 653 / 407;
	}

	.service-page--happy .service-recruit-cta {
		display: block;
		min-height: 0;
		padding: 390px 20px 64px;
		background-color: #eef6fb;
		background-size: auto 390px;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

	.service-page--happy .service-recruit-cta::before {
		height: 390px;
		bottom: auto;
	}

	.service-page--happy .service-recruit-cta__body {
		width: 100%;
		padding-top: 42px;
	}
}


/* =========================================================
   HIKARI KITCHEN final adjustment
   MESSAGE / KITCHEN / WORK / JOIN US
   ========================================================= */

/* MESSAGEブロックの背景は白 */
.kitchen-page .kitchen-message.section--soft {
	background: #fff;
}
.kitchen-page .lower-container { max-width: 1176px; }
.kitchen-page .kitchen-message .lower-container {
	max-width: 1200px;
	padding-inline: 0;
}
.kitchen-page .kitchen-group {
	padding-block: 0;
	background: #fbfbfb;
}
.kitchen-page .kitchen-group .lower-container {
	max-width: none;
	padding-inline: 0;
}
.kitchen-page .kitchen-group .image-text {
	grid-template-columns: minmax(0, 1fr) 703px;
	gap: 0;
	min-height: 920px;
}
.kitchen-page .kitchen-group .image-text__body {
	width: 517px;
	max-width: calc(100% - 48px);
	margin-inline: auto;
}
.kitchen-page .kitchen-group .image-text__media {
	width: 703px;
	height: 920px;
}
.kitchen-page .kitchen-feature .lower-container,
.kitchen-page .kitchen-work .lower-container {
	max-width: none;
	padding-inline: 0;
}
.kitchen-page .kitchen-feature .image-text,
.kitchen-page .kitchen-work .image-text {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}
.kitchen-page .kitchen-feature .image-text__body,
.kitchen-page .kitchen-work .image-text__body {
	width: min(575px, calc(100% - 48px));
	margin-inline: auto;
}
.kitchen-page .kitchen-feature .image-text__media,
.kitchen-page .kitchen-work .image-text__media {
	width: 100%;
}
.kitchen-page .kitchen-group .image-text__media img {
	width: 703px;
	height: 920px;
	aspect-ratio: 703 / 920;
	object-fit: cover;
}
.kitchen-page .kitchen-feature .image-text__media img {
	width: 100%;
	aspect-ratio: 799 / 480;
	object-fit: cover;
}
.kitchen-page .kitchen-work .image-text__media img {
	width: 100%;
	aspect-ratio: 794 / 550;
	object-fit: cover;
}
.kitchen-page .lower-label { line-height: 0; }
.kitchen-page .lower-label img { display: block; width: auto; height: 38.5px; }
.kitchen-page .lower-center-head span img { display: inline-block; width: 133px; height: 15px; }

/* MESSAGE：PCは画像最大600px、本文最大520px */
.kitchen-page .kitchen-message-list {
	max-width: 1200px;
	margin-inline: auto;
}

.kitchen-page .kitchen-message-list .support-row,
.kitchen-page .kitchen-message-list .support-row--reverse {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 600px));
	column-gap: 0;
	align-items: center;
	justify-content: center;
}

.kitchen-page .kitchen-message-list .support-row--reverse {
	grid-template-columns: repeat(2, minmax(0, 600px));
}

.kitchen-page .kitchen-message-list .support-row__media {
	width: 100%;
	max-width: 600px;
	justify-self: center;
}

.kitchen-page .kitchen-message-list .support-row__media img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	aspect-ratio: 600 / 450;
	object-fit: cover;
}
.kitchen-page .kitchen-message-list .support-row--message-2 .support-row__media img {
	aspect-ratio: 16 / 9;
}

.service-page--happy .service-item:nth-child(3) .service-item__media img {
	aspect-ratio: 4 / 3;
}

.kitchen-page .kitchen-message-list .support-row__body {
	width: min(520px, calc(100% - 40px));
	max-width: 520px;
	justify-self: center;
}

/* 段落間をデザインの1行分より広く取る */
.kitchen-page .kitchen-copy p {
	margin: 0;
}

.kitchen-page .kitchen-copy p + p,
.kitchen-page .kitchen-join__lead p + p,
.kitchen-page .kitchen-join__main p + p {
	margin-top: 40px;
}

.kitchen-page .kitchen-copy--message p + p {
	margin-top: 40px;
}

/* KITCHEN / WORK 本文 */
.kitchen-page .kitchen-feature .image-text__body,
.kitchen-page .kitchen-work .image-text__body {
	max-width: 575px;
}

.kitchen-page .kitchen-feature .kitchen-copy p,
.kitchen-page .kitchen-work .kitchen-copy p,
.kitchen-page .kitchen-join__body p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.1;
}

/* JOIN US */
.kitchen-page .kitchen-join {
	position: relative;
	background: url("../img/kitchen_background_image.jpg") center / cover no-repeat fixed;
}
.kitchen-page .kitchen-join__mobile-image { display: none; }
.kitchen-page .kitchen-join__lead--mobile { display: none; }

.kitchen-page .kitchen-join__body {
	width: min(520px, 100%);
	margin-left: auto;
}

.kitchen-page .kitchen-join__lead {
	padding-bottom: 36px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(55, 29, 14, .35);
}

.kitchen-page .kitchen-join__main {
	margin-bottom: 42px;
}

@media (max-width: 1280px) {
	.kitchen-page .kitchen-group .image-text {
		grid-template-columns: minmax(0, 1fr) minmax(440px, 44vw);
	}
	.kitchen-page .kitchen-group .image-text__media {
		width: 44vw;
		max-width: 703px;
	}
	.kitchen-page .kitchen-group .image-text__media img {
		width: 100%;
	}
	.kitchen-page .kitchen-message-list .support-row,
	.kitchen-page .kitchen-message-list .support-row--reverse {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0;
	}
}

@media (max-width: 1024px) {
	.kitchen-page .kitchen-message .lower-container {
		padding-inline: 35px;
	}
	.kitchen-page .kitchen-group .image-text,
	.kitchen-page .kitchen-feature .image-text,
	.kitchen-page .kitchen-work .image-text {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.kitchen-page .kitchen-group {
		padding-block: 48px;
	}
	.kitchen-page .kitchen-group .lower-container {
		padding-inline: 24px;
	}
	.kitchen-page .kitchen-feature .lower-container,
	.kitchen-page .kitchen-work .lower-container {
		padding-inline: 24px;
	}
	.kitchen-page .kitchen-group .image-text {
		min-height: 0;
	}
	.kitchen-page .kitchen-group .image-text__body,
	.kitchen-page .kitchen-group .image-text__media {
		width: 100%;
		max-width: none;
		height: auto;
	}
	.kitchen-page .kitchen-feature .image-text__body,
	.kitchen-page .kitchen-work .image-text__body {
		width: 100%;
	}
	.kitchen-page .kitchen-group .image-text__media img {
		width: 100%;
		height: auto;
	}
	.kitchen-page .kitchen-message-list .support-row,
	.kitchen-page .kitchen-message-list .support-row--reverse {
		grid-template-columns: 1fr;
		row-gap: 32px;
	}

	.kitchen-page .kitchen-message-list .support-row--reverse .support-row__media,
	.kitchen-page .kitchen-message-list .support-row--reverse .support-row__body {
		order: 0;
	}

	.kitchen-page .kitchen-message-list .support-row__body,
	.kitchen-page .kitchen-feature .image-text__body,
	.kitchen-page .kitchen-work .image-text__body,
	.kitchen-page .kitchen-join__body {
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.kitchen-page .kitchen-join { background-attachment: scroll; }
	.kitchen-page .lower-label img { height: 19.25px; }
	.kitchen-page .kitchen-pc-break { display: none; }
	.kitchen-page .kitchen-copy p + p,
	.kitchen-page .kitchen-copy--message p + p,
	.kitchen-page .kitchen-join__lead p + p,
	.kitchen-page .kitchen-join__main p + p {
		margin-top: 30px;
	}

	.kitchen-page .kitchen-feature .kitchen-copy p,
	.kitchen-page .kitchen-work .kitchen-copy p,
	.kitchen-page .kitchen-join__body p {
		font-size: 16px;
		line-height: 2;
	}
}

/* Company */
.company-page .company-head { margin-bottom: 56px; }
.company-page .company-container { max-width: 1180px; }
.company-page .company-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; }

/* Happy Senior：アクセント見出し以外の通常文字色 */
.service-page--happy { color: #381D0E; }
.service-page--happy .service-about__title,
.service-page--happy .service-about__text p,
.service-page--happy .service-logo-lead__catch,
.service-page--happy .service-item__body p,
.service-page--happy .focus-section__text p,
.service-page--happy .focus-points li,
.service-page--happy .support-row__body p { color: #381D0E; }

/* Privacy policy */
.privacy-container { max-width: 1000px; }
.privacy-container > h1 {
	margin: 0 0 64px;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}
.privacy-container p,
.privacy-container li,
.privacy-container address {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
}
.privacy-container > p { margin-bottom: 54px; }
.privacy-container section + section { margin-top: 50px; }
.privacy-container h2 {
	margin: 0 0 22px;
	padding: 0 0 14px;
	border-bottom: 2px solid var(--c-gold);
	color: var(--c-gold);
	font-size: 25px;
	line-height: 1.5;
}
.privacy-container ul { margin: 20px 0 0; padding: 0; list-style: none; }
.privacy-container li::before { content: "●"; margin-right: .25em; }

/* Contact input / confirmation / completion */
.contact-container { max-width: 960px; }
.contact-head { margin-bottom: 64px; text-align: center; }
.contact-head span {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .34em;
}
.contact-head h1 { margin: 0; font-size: 30px; letter-spacing: .12em; }
.contact-errors {
	margin: 0 auto 28px;
	padding: 14px 18px;
	border: 1px solid var(--c-red);
	color: var(--c-red);
	font-weight: 700;
}
.contact-fields { display: grid; gap: 34px; }
.contact-field {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: center;
	margin: 0;
	font-size: 17px;
	font-weight: 700;
}
.contact-field em,
.contact-confirm__row dt span { margin-left: 4px; color: var(--c-red); font-style: normal; }
.contact-field input[type="text"],
.contact-field input[type="tel"],
.contact-field input[type="email"],
.contact-field textarea {
	width: 100%;
	min-height: 68px;
	padding: 14px 18px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	font: inherit;
}
.contact-field textarea { min-height: 88px; resize: vertical; }
.contact-field--genre { padding: 0; border: 0; }
.contact-field--genre legend { float: left; width: 210px; }
.contact-field--genre > div { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
.contact-field--genre label { display: inline-flex; gap: 7px; align-items: center; white-space: nowrap; }
.contact-field--genre input { accent-color: var(--c-gold); }
.contact-actions { display: flex; justify-content: center; gap: 24px; margin-top: 64px; }
.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 448px;
	min-height: 58px;
	padding: 12px 22px;
	border: 1px solid var(--c-gold);
	border-radius: 3px;
	background: #fff;
	color: var(--c-gold);
	font-weight: 700;
	cursor: pointer;
}
.contact-btn--primary { background: var(--c-gold); color: #fff; }
.contact-actions--confirm .contact-btn--back { width: 300px; }
.contact-actions--confirm .contact-btn--primary { width: 456px; }
.contact-confirm { display: grid; gap: 0; }
.contact-confirm__row {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	min-height: 104px;
	align-items: center;
}
.contact-confirm__row dt { font-size: 17px; font-weight: 700; }
.contact-confirm__row dd {
	min-height: 70px;
	margin: 0;
	padding: 22px 0 22px 48px;
	border-left: 1px solid #bbb;
	font-size: 17px;
	line-height: 1.8;
}
.contact-recaptcha { display: flex; justify-content: center; margin-top: 40px; }
.contact-complete { max-width: 840px; margin-inline: auto; text-align: center; }
.contact-complete h1 { margin: 0 0 64px; font-size: 30px; line-height: 1.5; letter-spacing: .12em; }
.contact-complete p { margin: 0 0 30px; font-size: 17px; line-height: 2; }
.contact-complete hr { margin: 54px 0; border: 0; border-top: 2px solid var(--c-gold); }
.contact-complete__note { font-size: 15px; }
.contact-complete .contact-btn { margin: 64px auto 0; }

/* 404 */
.error-section { min-height: 520px; }
.error-container { max-width: 840px; text-align: center; }
.error-container .lower-label { margin-bottom: 18px; color: var(--c-gold); }
.error-container h1 { margin: 0 0 36px; }
.error-page__message { margin: 0 0 48px; }
.error-page__button { width: min(448px, 100%); min-height: 58px; margin-inline: auto; }

@media (max-width: 1024px) {
	.company-page .company-layout { grid-template-columns: 1fr; }
	.company-page .company-map,
	.company-page .company-map iframe { height: 520px; min-height: 520px; }
	.contact-container { max-width: 760px; }
}

@media (max-width: 640px) {
	.company-page .company-head { margin-bottom: 40px; }
	.company-page .company-section { padding-top: 40px; }
	.company-page .company-container {
		width: 100%;
		padding-inline: 35px;
		box-sizing: border-box;
	}
	.company-page .company-profile__row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 24px 8px;
		text-align: center;
	}
	.company-page .company-profile__row dt,
	.company-page .company-profile__row dd { font-size: 16px; }
	.company-page .company-map,
	.company-page .company-map iframe { height: 430px; min-height: 430px; }

	.privacy-container { padding-inline: 20px; }
	.privacy-container > h1 { margin-bottom: 42px; font-size: 22px; }
	.privacy-container > p { margin-bottom: 40px; }
	.privacy-container section + section { margin-top: 38px; }
	.privacy-container h2 { font-size: 19px; }
	.privacy-container p,
	.privacy-container li,
	.privacy-container address { font-size: 15px; line-height: 1.9; }

	.contact-section { padding-top: 44px; }
	.contact-container { padding-inline: 20px; }
	.contact-head { margin-bottom: 42px; }
	.contact-head h1 { font-size: 24px; }
	.contact-fields { gap: 24px; }
	.contact-field { grid-template-columns: 1fr; gap: 10px; font-size: 15px; }
	.contact-field input[type="text"],
	.contact-field input[type="tel"],
	.contact-field input[type="email"] { min-height: 52px; }
	.contact-field textarea { min-height: 130px; }
	.contact-field--genre legend { float: none; width: auto; margin-bottom: 12px; }
	.contact-field--genre > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.contact-actions,
	.contact-actions--confirm { flex-direction: column; gap: 14px; margin-top: 42px; }
	.contact-btn,
	.contact-actions--confirm .contact-btn--back,
	.contact-actions--confirm .contact-btn--primary { width: 100%; }
	.contact-confirm__row { display: block; min-height: 0; margin-bottom: 28px; }
	.contact-confirm__row dt,
	.contact-confirm__row dd { font-size: 15px; }
	.contact-confirm__row dt { padding-bottom: 10px; border-bottom: 1px solid #aaa; }
	.contact-confirm__row dd { min-height: 0; padding: 14px 0 0; border-left: 0; }
	.contact-recaptcha { justify-content: flex-start; margin-top: 32px; overflow-x: auto; }
	.contact-complete h1 { margin-bottom: 42px; font-size: 24px; }
	.contact-complete p { font-size: 15px; text-align: left; }
	.contact-complete__pc-break { display: none; }
	.contact-complete hr { margin: 40px 0; }
	.error-section { min-height: 420px; padding-block: 72px; }
	.error-container { padding-inline: 35px; }
	.error-container h1 { margin-bottom: 28px; font-size: 22px; }
	.error-page__message { margin-bottom: 40px; font-size: 15px; line-height: 2; }
}

/* TOP mobile final cascade */
@media (max-width: 640px) {
	.nav-toggle {
		top: 6px; right: 10px; left: auto;
		width: 44px; height: 40px; border: 0; border-radius: 0;
		background: transparent; box-shadow: none;
	}
	body.admin-bar .nav-toggle { top: 52px; }
	.front-page .section { padding-block: 72px; }
	.front-page .l-container { width: 100%; padding-inline: 22px; }
	.front-page .fp-hero__img {
		height: min(133vw, 570px);
		min-height: 0;
		object-fit: cover;
		object-position: center;
	}
	.front-page .fp-philosophy { padding-top: 54px; padding-bottom: 0; }
	.front-page .fp-philosophy__inner {
		display: flex;
		flex-direction: column;
		gap: 50px;
		padding-inline: 22px;
	}
	.front-page .fp-philosophy__body { order: 1; }
	.front-page .fp-philosophy__media {
		order: 2;
		width: calc(100% + 44px);
		margin: 0 -22px;
	}
	.front-page .fp-philosophy__media img { width: 100%; border-radius: 0; }
	.front-page .fp-philosophy__title { font-size: 20px; line-height: 1.7; margin-bottom: 30px; }
	.front-page .fp-philosophy__text { font-size: 15px; line-height: 2; margin-bottom: 30px; }
	.front-page .fp-philosophy__more { width: 100%; min-height: 56px; }

	.front-page .fp-service { padding-top: 120px; padding-bottom: 82px; background: #FBFBFB; }
	.front-page .fp-service .l-container { padding-inline: 15px; }
	.front-page .section-head { margin-bottom: 64px; }
	.front-page .section-head__ja { font-size: 20px; }
	.front-page .service-card {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 22px;
		padding: 108px 14px 40px;
		margin-bottom: 92px;
		border-radius: 8px;
		box-shadow: none;
	}
	.front-page .service-card:last-child { margin-bottom: 0; }
	.front-page .service-card__logo {
		top: 18px; left: 50%;
		width: 112px; height: 88px;
		padding: 0;
		transform: translateX(-50%);
		background: transparent;
		border-radius: 0;
	}
	.front-page .service-card__media { width: 100%; margin: 0; }
	.front-page .service-card__media img { width: 100%; aspect-ratio: 1.55 / 1; border-radius: 6px; }
	.front-page .service-card__title { font-size: 18px; line-height: 1.55; }
	.front-page .service-card__text { font-size: 15px; line-height: 1.9; }
	.front-page .service-card__actions { grid-template-columns: 1fr; gap: 12px; }
	.front-page .service-card__actions .btn { min-height: 54px; }

	.front-page .fp-partners { padding-top: 120px; padding-bottom: 70px; }
	.front-page .fp-partners .l-container { padding-inline: 0; }
	.front-page .partner-row { grid-template-columns: 1fr; gap: 30px; margin-bottom: 78px; }
	.front-page .partner-row--reverse .partner-row__media { order: 0; }
	.front-page .partner-row__media,
	.front-page .partner-slider__viewport,
	.front-page .partner-row__media img { border-radius: 0; }
	.front-page .partner-row__body { width: auto; margin-inline: 22px; text-align: left; }
	.front-page .partner-row__title {
		margin-bottom: 28px;
		text-align: center;
		font-size: 18px;
		line-height: 1.65;
	}
	.front-page .partner-row__text { margin-bottom: 28px; font-size: 15px; line-height: 2; }
	.front-page .partner-row__body .btn { min-height: 56px; }

	.front-page .fp-recruit { padding-top: 120px; padding-bottom: 78px; background: #FBFBFB; }
	.front-page .fp-recruit .l-container { padding-inline: 22px; }
	.front-page .recruit-grid { grid-template-columns: 1fr; gap: 22px; }
	.front-page .recruit-card:nth-child(n+4) { display: none; }
	.front-page .recruit-card {
		padding: 16px 16px 18px;
		border: 0;
		box-shadow: 0 3px 12px rgba(56, 29, 14, .08);
	}
	.front-page .recruit-card__link { gap: 14px; }
	.front-page .recruit-card__text { font-size: 15px; line-height: 1.75; }
	.front-page .fp-recruit .fp-more { margin-top: 36px; }
	.front-page .fp-recruit .fp-more .btn { min-height: 56px; }

	.front-page .fp-news { padding-top: 120px; padding-bottom: 82px; }
	.front-page .fp-news .l-container { padding-inline: 22px; }
	.front-page .fp-news-list__link {
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 12px;
		padding: 18px 0;
	}
	.front-page .fp-news-list__date { font-size: 12px; }
	.front-page .fp-news-list__link .cat-label { width: 100%; padding-block: 6px; }
	.front-page .fp-news-list__title {
		grid-column: 1 / -1;
		font-size: 14px;
		line-height: 1.75;
	}
	.front-page .fp-news .fp-more { margin-top: 36px; }
	.front-page .fp-news .fp-more .btn { min-height: 56px; }
}

.mobile-footer-content { display: none; }
.site-footer .footer-logo picture { display: block; }

@media (max-width: 640px) {
	.site-footer {
		background: #fbfbfb;
	}
	.site-footer__inner {
		display: block;
		padding: 76px 22px 30px;
		text-align: center;
	}
	.site-footer__brand {
		display: block;
		width: 100%;
	}
	.site-footer .footer-logo {
		width: fit-content;
		margin-inline: auto;
	}
	.site-footer .footer-logo img {
		width: 150px;
		max-width: 150px;
		max-height: none;
	}
	.site-footer__brand > .site-footer__privacy {
		display: none;
	}
	.footer-navigation { display: none; }
	.mobile-footer-content {
		display: block;
		margin-top: 42px;
	}
	.mobile-footer-content__company {
		margin: 0 0 16px;
		font-size: 18px;
		font-weight: 700;
	}
	.mobile-footer-content__address {
		margin: 0 0 32px;
		font-size: 13px;
		line-height: 1.9;
	}
	.mobile-footer-content__nav,
	.mobile-footer-content__links {
		display: grid;
	}
	.mobile-footer-content__nav {
		margin-bottom: 30px;
		border-top: 1px solid #e4e1db;
	}
	.mobile-footer-content__nav a {
		padding: 10px 4px;
		border-bottom: 1px solid #e4e1db;
		color: var(--c-text);
		font-size: 13px;
	}
	.mobile-footer-content__links { gap: 12px; }
	.mobile-footer-content__links a {
		color: var(--c-text);
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
	}
	.mobile-footer-content__links a:last-child {
		margin-top: 8px;
		text-decoration: underline;
	}
	.site-footer__bottom {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 24px 22px 30px;
		border-top: 1px solid #aaa;
		text-align: center;
	}
	.site-footer__note,
	.site-footer__copy {
		width: 100%;
		margin: 0;
		text-align: center;
		font-size: 10px;
		line-height: 1.7;
	}
}

/* Full-screen navigation whenever the compact header is active. */
@media (max-width: 1024px) {
	html.is-nav-open,
	body.is-nav-open { overflow: hidden; overscroll-behavior: none; }
	.l-sidebar {
		top: 0;
		z-index: 116;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		border-right: 0;
		background: rgba(255, 255, 255, .98);
		box-shadow: none;
		backdrop-filter: blur(1px);
	}
	body.admin-bar .l-sidebar {
		top: 0;
		height: 100vh;
		height: 100dvh;
	}
	.l-sidebar__inner {
		justify-content: flex-start;
		min-height: 100%;
		padding: 12px 30px 54px;
	}
	.sidebar-branding { margin: 0 0 20px; }
	.sidebar-logo img,
	.sidebar-branding .custom-logo {
		width: 105px;
		max-height: 132px;
		object-fit: contain;
	}
	.sidebar-catch { display: none; }
	.sidebar-nav { width: 100%; }
	.sidebar__menu { border-top: 1px solid #e2dfdc; }
	.sidebar__menu a {
		padding: 17px 4px;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.5;
	}
	.sidebar-actions {
		width: 100%;
		margin-top: 56px;
		gap: 12px;
	}
	.sidebar-actions .btn {
		min-height: 53px;
		font-size: 18px;
		letter-spacing: .08em;
	}
	.is-nav-open .nav-overlay { display: none; }
	.is-nav-open .mobile-site-header { visibility: hidden; }
}

@media (max-width: 782px) {
	body.admin-bar .l-sidebar {
		top: 0;
		height: 100vh;
		height: 100dvh;
	}
}

/* Happy Senior / mobile final layout */
@media (max-width: 640px) {
	.service-page--happy .lower-section { padding-block: 68px; }
	.service-page--happy .service-lower-hero {
		height: auto;
		min-height: 0;
		aspect-ratio: 430 / 574;
		background-image: url("../img/service-happy-hero-sp.jpg");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.service-page--happy .service-lower-hero__actions {
		bottom: 18px;
		grid-template-columns: 1fr;
		gap: 6px;
		width: calc(100% - 76px);
	}
	.service-page--happy .service-hero-btn {
		min-height: 34px;
		padding: 6px 12px;
		font-size: 11px;
	}

	.service-page--happy .breadcrumb .l-container { padding-inline: 20px; }
	.service-page--happy .service-logo-lead { padding-block: 88px 58px; }
	.service-page--happy .service-logo-lead__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 44px;
		padding-inline: 24px;
	}
	.service-page--happy .service-logo-lead__catch {
		order: -1;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 14px;
		width: auto;
		height: auto;
		margin: 0;
		writing-mode: horizontal-tb;
		font-size: 21px;
		line-height: 2;
		letter-spacing: 0;
		text-align: start;
	}
	.service-page--happy .service-logo-lead__catch-line {
		display: block;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.service-page--happy .service-logo-lead__catch-break { display: none; }
	.service-page--happy .service-logo-lead__logo {
		width: 108px;
		max-width: 108px;
	}

	.service-page--happy .service-about { padding: 0; }
	.service-page--happy .service-about__panel {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 0;
		padding: 0;
		background: #FBFBFB;
	}
	.service-page--happy .service-about__media {
		order: 0;
		width: 100%;
		margin: 0;
	}
	.service-page--happy .service-about__media img {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		object-fit: contain;
	}
	.service-page--happy .service-about__body {
		order: 1;
		width: 100%;
		padding: 42px 35px 0;
	}
	.service-page--happy .service-about__label { font-size: 13px; letter-spacing: .28em; }
	.service-page--happy .service-about__title { font-size: 18px; }
	.service-page--happy .service-about__text p {
		font-size: 18px;
		font-weight: 500;
		line-height: 2;
	}

	.service-page--happy .service-items-section { padding-block: 68px; }
	.service-page--happy .service-items { padding-inline: 35px; }
	.service-page--happy .service-item,
	.service-page--happy .service-item--reverse {
		display: flex;
		flex-direction: column;
		gap: 28px;
		width: 100%;
		margin-bottom: 78px;
	}
	.service-page--happy .service-item:last-child { margin-bottom: 0; }
	.service-page--happy .service-item__media,
	.service-page--happy .service-item--reverse .service-item__media {
		order: 0;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.service-page--happy .service-item__media img {
		width: 100%;
		aspect-ratio: 653 / 407;
	}
	.service-page--happy .service-item__body {
		align-self: stretch;
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.service-page--happy .service-item__body h3 {
		padding-bottom: 16px;
		margin-bottom: 25px;
		border-bottom-width: 2px;
		font-size: 18px;
		line-height: 1.6;
	}
	.service-page--happy .service-item__body p {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 500;
		line-height: 2;
	}

	.service-page--happy .focus-section { padding-block: 72px; }
	.service-page--happy .focus-section .lower-container { padding-inline: 35px; }
	.service-page--happy .lower-center-head { margin-bottom: 42px; }
	.service-page--happy .focus-section .lower-center-head h2 {
		max-width: 250px;
		margin-inline: auto;
		font-size: 21px;
		line-height: 1.65;
	}
	.service-page--happy .focus-section__text p {
		margin-bottom: 28px;
		font-size: 18px;
		font-weight: 500;
		line-height: 2;
	}
	.service-page--happy .focus-points {
		margin-top: 40px;
		padding: 16px 14px;
	}
	.service-page--happy .focus-points li {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.8;
	}
	.service-page--happy .focus-points li + li { margin-top: 10px; }

	.service-page--happy .support-section { padding-block: 72px; }
	.service-page--happy .support-section .lower-container { padding-inline: 35px; }
	.service-page--happy .support-row,
	.service-page--happy .support-row--reverse {
		display: flex;
		flex-direction: column;
		gap: 28px;
		margin-bottom: 76px;
	}
	.service-page--happy .support-row__media,
	.service-page--happy .support-row--reverse .support-row__media {
		order: 0;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.service-page--happy .support-row__media img {
		width: 100%;
		aspect-ratio: 1.42 / 1;
	}
	.service-page--happy .support-row__body { order: 1; width: 100%; }
	.service-page--happy .support-row__body h3 {
		font-size: 24px;
		line-height: 1.7;
		letter-spacing: .1em;
	}
	.service-page--happy .support-row__body p {
		font-size: 18px;
		font-weight: 500;
		line-height: 2;
		text-align: justify;
		text-justify: inter-character;
	}

	.service-page--happy .service-recruit-cta {
		padding: calc(100vw * 563 / 430) 24px 68px;
		background-color: #fff;
		background-image: url("../img/service-recruit-bg-sp.jpg");
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.service-page--happy .service-recruit-cta::before { display: none; }
	.service-page--happy .service-recruit-cta__body {
		padding: 38px 0 0;
		background: #fff;
	}
	.service-page--happy .service-recruit-cta__body .lower-label { line-height: 0; }
	.service-page--happy .service-recruit-cta__body h2 {
		margin-bottom: 34px;
		font-size: 25px;
	}
	.service-page--happy .service-recruit-cta__body p {
		font-size: 18px;
		font-weight: 500;
		line-height: 2;
	}
}

/* Lower pages：スマホ本文サイズ */
@media (max-width: 640px) {
	body .kitchen-page .kitchen-intro__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		padding-inline: 20px;
		text-align: center;
	}
	body .kitchen-page .kitchen-intro__logo {
		order: 1;
		width: 185px;
		max-width: 100%;
		margin: 0 auto;
	}
	body .kitchen-page .kitchen-intro h1 {
		order: 0;
		height: 390px;
		margin: 0;
		font-family: var(--font-heading);
		font-size: 18px;
		font-weight: 700;
		line-height: 1.9;
		letter-spacing: .02em;
		text-align: left;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: normal;
	}
	body .kitchen-page .kitchen-group .image-text__media {
		order: -1;
	}
	body .kitchen-page .kitchen-group .lower-container {
		padding-inline: 0;
	}
	body .kitchen-page .kitchen-group .image-text__body {
		order: 0;
		width: calc(100% - 70px);
		margin-inline: auto;
	}
	body .kitchen-page .kitchen-group .image-text,
	body .kitchen-page .kitchen-feature .image-text,
	body .kitchen-page .kitchen-work .image-text {
		gap: 48px;
	}
	body .kitchen-page .kitchen-message .lower-container,
	body .kitchen-page .kitchen-feature .lower-container,
	body .kitchen-page .kitchen-work .lower-container {
		padding-inline: 0;
	}
	body .kitchen-page .kitchen-message .lower-center-head,
	body .kitchen-page .kitchen-message-list .support-row__body,
	body .kitchen-page .kitchen-feature .image-text__body,
	body .kitchen-page .kitchen-work .image-text__body {
		width: calc(100% - 70px);
		margin-inline: auto;
	}
	body .kitchen-page .kitchen-feature .image-text__media,
	body .kitchen-page .kitchen-feature .image-text__media img,
	body .kitchen-page .kitchen-work .image-text__media,
	body .kitchen-page .kitchen-work .image-text__media img {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}
	body .kitchen-page .kitchen-message-list .support-row__media {
		width: calc(100% - 70px);
		max-width: none;
		margin-inline: auto;
	}
	body .kitchen-page .kitchen-message-list .support-row__media img {
		width: 100%;
		max-width: none;
	}
	body .kitchen-page .kitchen-work .image-text__media {
		order: -1;
	}
	body .kitchen-page .kitchen-join {
		padding-top: 0;
		background: #fff;
		background-image: none;
		background-attachment: scroll;
	}
	body .kitchen-page .kitchen-join__mobile-image {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		opacity: 1;
	}
	body .kitchen-page .kitchen-join .lower-container {
		padding-top: 48px;
		padding-inline: 35px;
	}
	body .kitchen-page .kitchen-join__lead--desktop {
		display: none;
	}
	body .kitchen-page .kitchen-join__lead--mobile {
		display: block;
	}
	body .kitchen-page .kitchen-join__main br {
		display: none;
	}
	body .lower-page .lower-section :where(h1, h2, h3, h4) {
		font-family: var(--font-heading);
		font-size: 22px;
		font-weight: 700;
	}
	body .kitchen-page .kitchen-join__body h2 {
		font-family: var(--font-heading);
		font-size: 22px;
		font-weight: 700;
	}
	body .kitchen-page .kitchen-join__body p {
		font-family: var(--font-body);
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
	}
	.service-page--happy .service-desktop-comma { display: none; }
	.service-page--happy .service-mobile-break { display: inline; }
	body .service-page--happy .support-row__body h3 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.55;
	}
}

/* Consolidated designer revisions. */
.btn, .contact-btn, .service-hero-btn { position: relative; }
.btn .arrow, .contact-btn .arrow, .service-recruit-cta__btn .arrow {
	position: absolute;
	right: 1.25em;
	margin-left: 0;
}
.service-hero-btn span:last-child { margin-left: auto; }
.fp-philosophy__more {
	width: 100%;
	justify-content: center;
	border-color: currentColor;
}
.fp-philosophy__inner { max-width: 1200px; }
.fp-philosophy__body > p:last-child { width: 100%; }
.service-card__actions .btn--ghost { border-color: currentColor; }
.service-card__logo {
	width: 180px;
	height: 180px;
	border-radius: 0 0 120px;
}
.fp-recruit .fp-more, .fp-news .fp-more { max-width: 520px; }
.service-page .focus-section { background: #FBFBFB; }
.service-page .lower-center-head > span { font-size: 15px; letter-spacing: .34em; }
.service-page .lower-center-head .service-heading-image {
	display: inline-block;
	width: auto;
	height: 15px;
}
.service-page .service-about__label {
	display: block;
	width: 253px;
	height: 29px;
	background-color: var(--service-accent);
	-webkit-mask: url("../img/service_text.png") center / contain no-repeat;
	mask: url("../img/service_text.png") center / contain no-repeat;
	font-size: 0;
	letter-spacing: 0;
}
.service-page .service-about__media img,
.service-page .service-item__media img { border-radius: 0; }
.service-page .support-row__media {
	overflow: hidden;
	border-radius: 25px;
}
.service-page .support-row__media img {
	aspect-ratio: 4 / 3;
	border-radius: 25px;
}
.service-page .service-about__panel { align-items: center; padding-block: 0; }
.service-page .service-about__body { align-self: center; }
.service-page .service-about__text { text-align: justify; }
.service-page .focus-points li { display: block; position: relative; padding-left: 0; }
.service-page .focus-points li::before {
	display: none;
}
.service-page .focus-points__bullet {
	display: inline;
	margin-right: .25em;
	color: var(--service-second, var(--service-accent));
}
.service-page .service-recruit-heading-image {
	display: inline-block;
	width: auto;
	height: 30px;
}
.kitchen-mobile-break { display: none; }
.kitchen-page .kitchen-intro__inner { max-width: 940px; }
.kitchen-page .kitchen-intro h1 { max-width: 620px; }
.kitchen-page .support-row__head::after {
	flex: 0 0 60px;
	width: 60px;
	max-width: 60px;
}
.kitchen-page .kitchen-join__body .btn { width: 100%; }
@media (min-width: 641px) {
	.vacancy-page .home-card__body h2 { font-size: 22px; }
}
.company-page .company-profile__row dt { text-align: right; }
.company-page .company-profile__row dd { font-weight: 400; }

@media (min-width: 641px) {
	.breadcrumb .l-container {
		max-width: none;
		padding-left: 48px;
	}
}

@media (min-width: 641px) {
	.service-page .support-section .lower-center-head h2 { white-space: nowrap; }
}

@media (min-width: 641px) and (max-width: 1024px) {
	.mobile-site-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 115;
		display: grid;
		grid-template-columns: 112px 1fr 52px;
		align-items: center;
		height: 64px;
		padding: 7px 12px;
		border-bottom: 1px solid #eee9e5;
		background: #fff;
	}
	.mobile-site-header__logo { display: flex; align-items: center; height: 50px; }
	.mobile-site-header__logo img { width: 105px; height: 46px; object-fit: contain; }
	.mobile-site-header__catch {
		display: block;
		margin: 0;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .12em;
		white-space: nowrap;
	}
	.mobile-site-header__menu {
		display: block;
		align-self: end;
		padding-bottom: 1px;
		text-align: center;
		font-size: 8px;
		letter-spacing: .08em;
	}
	.l-main { padding-top: 64px; }
	.nav-toggle {
		top: 6px;
		right: 10px;
		left: auto;
		width: 44px;
		height: 40px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	body.admin-bar .mobile-site-header { top: 32px; }
	body.admin-bar .nav-toggle { top: 38px; }
}

@media (max-width: 640px) {
	.philosophy-page .image-text__body p:not(.lower-label) {
		font-size: 18px;
		line-height: 2;
		text-align: justify;
		text-justify: inter-character;
	}
	body .lower-page .lower-section :where(h1, h2, h3, h4) {
		font-size: 22px;
		line-height: 1.6;
	}
	.lower-page .image-text__media img,
	.lower-page .service-item__media img,
	.lower-page .support-row__media img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
	.front-page .section-head { margin-bottom: 56px; }
	.front-page .fp-partners .section-head,
	.front-page .fp-recruit .section-head,
	.front-page .fp-news .section-head { margin-bottom: 64px; }
	.front-page .service-card { padding-top: 6.5rem; }
	.front-page .service-card__logo {
		top: -22px;
		left: 50%;
		width: 126px;
		height: 126px;
		border-radius: 0 0 63px;
		transform: translateX(-50%);
	}
	.front-page .service-card__media img { aspect-ratio: 4 / 3; object-position: center; }
	.front-page .service-card__title { display: block; text-align: center; }
	.front-page .service-card__title::before { display: none; }
	.front-page .service-card__actions .btn,
	.front-page .partner-row__body .btn,
	.front-page .fp-more .btn { padding-inline: 3.25rem; }
	.front-page .partner-row { margin-bottom: 82px; }
	.front-page .fp-recruit, .front-page .fp-news { padding-top: 120px; }
	.site-footer { position: relative; padding-bottom: 92px; }
	.pagetop { position: absolute; right: 20px; bottom: 20px; }
	.service-page .service-logo-lead__logo {
		width: 160px;
		max-width: 160px;
		height: auto;
	}
	.service-page .service-about__body,
	.service-page .service-about__title { text-align: left; }
	.service-page .service-about__text { text-align: justify; }
	.service-page .lower-center-head > span { font-size: 15px; }
	.service-page .service-about__label {
		width: 160px;
		height: 19px;
		margin-bottom: 40px;
		font-size: 0;
	}
	.service-page .service-about__title { margin-bottom: 40px; }
	.service-page .service-recruit-heading-image { height: 15px; }
	.service-page .focus-section { background: #FBFBFB; }
	.service-page .focus-points li { text-align: left; }
	.kitchen-mobile-break { display: inline; }
	body .kitchen-page .kitchen-message .lower-center-head,
	body .kitchen-page .kitchen-message-list .support-row__body,
	body .kitchen-page .kitchen-feature .image-text__body,
	body .kitchen-page .kitchen-work .image-text__body,
	body .kitchen-page .kitchen-message-list .support-row__media {
		width: calc(100% - 48px);
	}
	.kitchen-page .support-row__head::after { max-width: none; }
	.company-page .company-profile__row dt,
	.company-page .company-profile__row dd { text-align: center; }
}

/* Audited PDF 12-32 responsive values (final cascade). */
@media (max-width: 1024px) {
	.site-footer { position: relative; }
	.site-footer .pagetop { position: absolute; right: 20px; bottom: 20px; }
}
@media (max-width: 640px) {
	.front-page .fp-service .service-card { padding-top: 85px; overflow: visible; }
	.front-page .fp-service .service-card__logo {
		top: -105px; left: 50%; width: 210px; height: 210px;
		padding: 20px; border-radius: 50%; transform: translateX(-50%);
	}
	.front-page .fp-service .service-card__media img {
		aspect-ratio: 834 / 688; object-fit: cover; object-position: center;
	}
	.philosophy-page .philosophy-block--mission .image-text__body p:not(.lower-label) {
		font-size: var(--ja-body-size); line-height: 2; text-align: justify; text-justify: inter-character;
	}
	.philosophy-page .philosophy-block--mission .image-text__media img {
		width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
	}
}

/* Footer page-top control: static placement matching the footer design. */
.site-footer .site-footer__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: end;
}
.site-footer .pagetop {
	position: static;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	width: 48px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--c-text);
	opacity: 1;
	visibility: visible;
	transform: none;
	transition: opacity .2s ease;
}
.site-footer .pagetop__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background: var(--c-text);
	color: #fff;
}
.site-footer .pagetop__arrow {
	font-size: 14px;
	line-height: 1;
}
.site-footer .pagetop__label {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.site-footer .pagetop:hover,
.site-footer .pagetop:focus {
	background: transparent;
	color: var(--c-text);
	opacity: .72;
}

@media (max-width: 640px) {
	.site-footer .site-footer__bottom {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 30px;
		padding-top: 52px;
	}
	.site-footer .pagetop {
		order: -1;
		width: 72px;
		margin: 0 auto;
		gap: 14px;
	}
	.site-footer .pagetop__icon {
		width: 72px;
		height: 72px;
		border-radius: 7px;
	}
	.site-footer .pagetop__arrow { font-size: 30px; }
	.site-footer .pagetop__label { font-size: 24px; }
}

/* Happy Senior hero CTA alignment. */
.service-recruit-cta__mobile-image { display: none; }
.service-recruit-cta { background-image: var(--service-recruit-image); }

@media (min-width: 1025px) {
	.service-page--happy .service-about__body {
		width: 495px;
		max-width: 495px;
	}
}

.service-page--happy .service-lower-hero__actions {
	width: 852px;
	max-width: calc(100% - 160px);
	gap: 36px;
	bottom: 60px;
}
.service-page--happy .service-hero-btn {
	position: relative;
	min-height: 60px;
	padding: 10px 52px;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.service-page--happy .service-hero-btn > span {
	position: absolute;
	right: 18px;
	margin: 0;
}

@media (max-width: 640px) {
	.service-page--happy .service-recruit-cta {
		padding: 0 35px 68px;
		background-image: none;
		background-color: #fff;
	}
	.service-page--happy .service-recruit-cta__mobile-image {
		display: block;
		width: calc(100% + 70px);
		max-width: none;
		height: auto;
		margin-inline: -35px;
	}
	.service-page--happy .service-recruit-cta__body {
		padding-top: 48px;
	}
	.service-page--happy .service-about__body {
		padding-bottom: 64px;
	}
	.service-page--happy .service-items-section {
		padding-top: 120px;
	}
	.service-page--happy .service-lower-hero__actions {
		width: calc(100% - 76px);
		max-width: none;
		gap: 12px;
		bottom: 30px;
	}
	.service-page--happy .service-hero-btn {
		min-height: 70px;
		padding: 10px 48px;
		font-size: 18px;
		line-height: 1.55;
	}
	.service-page--happy .service-hero-btn > span { right: 16px; }
	.kitchen-page .kitchen-message-list .kitchen-pc-break { display: inline; }
	body .kitchen-page .kitchen-message { padding-top: 120px; }
}

/* Mobile text-block gutters shared across pages. */
@media (max-width: 640px) {
	.service-recruit-desktop-break { display: none; }
	.service-recruit-mobile-quote,
	.service-recruit-mobile-question {
		display: block;
		margin-bottom: 1.65em;
	}

	.front-page .fp-philosophy__inner,
	.philosophy-page .lower-container,
	.privacy-container,
	.contact-container,
	.news-single-container,
	body .kitchen-page .kitchen-intro__inner,
	.service-page .service-items,
	.service-page .focus-section .lower-container,
	.service-page .support-section .lower-container {
		padding-inline: 35px;
	}

	.front-page .partner-row__body {
		margin-inline: 35px;
	}

	.service-page .service-about__body {
		padding-right: 35px;
		padding-left: 35px;
	}

	.service-page .service-logo-lead__inner {
		padding-inline: 35px;
	}

	.service-page .service-recruit-cta {
		padding-right: 35px;
		padding-left: 35px;
	}
}

/* Shared Japanese typography (English labels and controls are excluded). */
:root {
	--ja-heading-size: 25px;
	--ja-heading-line-height: 1.65;
	--ja-body-size: 17px;
	--ja-body-line-height: 2;
}
.site-main :is(h1, h2, h3, h4):not(.screen-reader-text) {
	font-family: var(--font-heading);
	font-size: var(--ja-heading-size);
	font-weight: 700;
	line-height: var(--ja-heading-line-height);
	letter-spacing: .04em;
}
.site-main :is(p, li, dt, dd):not(.lower-label):not(.service-about__label) {
	font-family: var(--font-body);
	font-size: var(--ja-body-size);
	font-weight: 500;
	line-height: var(--ja-body-line-height);
}

@media (max-width: 640px) {
	:root {
		--ja-heading-size: 20px;
		--ja-heading-line-height: 1.7;
		--ja-body-size: 15px;
	}
	.site-main :is(h1, h2, h3, h4):not(.screen-reader-text) {
		letter-spacing: normal;
	}
	.philosophy-page .philosophy-block--mission .image-text__body p:not(.lower-label) {
		font-size: var(--ja-body-size);
	}
	.service-page--happy .support-section .lower-center-head h2 {
		width: calc(100% + 70px);
		margin-inline: -35px;
		font-size: clamp(18px, 5vw, 20px);
		white-space: nowrap;
	}
}

/* Philosophy: bridge the fixed 1920px desktop design and the SP layout. */
@media (min-width: 1200px) and (max-width: 1599px) {
	.philosophy-page .image-text--mission {
		grid-template-columns: 52% minmax(0, 48%);
	}
	.philosophy-page .philosophy-block--vision .image-text {
		grid-template-columns: 48% minmax(0, 52%);
	}
	.philosophy-page .image-text--mission .image-text__media,
	.philosophy-page .philosophy-block--vision .image-text__media {
		width: 100%;
		height: auto;
	}
	.philosophy-page .image-text--mission .image-text__media img,
	.philosophy-page .philosophy-block--vision .image-text__media img {
		width: 100%;
		height: auto;
	}
	.philosophy-page .value-layout {
		grid-template-columns: 300px minmax(0, 1fr);
		gap: 56px;
	}
	.philosophy-page .value-layout__media img {
		width: 300px;
		height: 464px;
	}
	.philosophy-page .philosophy-block--slogan .lower-label {
		margin-left: 48px;
	}
	.philosophy-page .slogan-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 36%;
		gap: 48px;
		min-height: 0;
		padding-inline: 48px 0;
	}
	.philosophy-page .slogan-layout__body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 40px;
	}
	.philosophy-page .slogan-layout__media {
		position: static;
	}
	.philosophy-page .slogan-layout__media img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.philosophy-page .lower-container {
		padding-inline: 32px;
	}
	.philosophy-page .image-text,
	.philosophy-page .image-text.image-text--mission,
	.philosophy-page .philosophy-block--vision .image-text,
	.philosophy-page .value-layout,
	.philosophy-page .slogan-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 40px;
		padding-left: 0;
	}
	.philosophy-page .image-text__body,
	.philosophy-page .value-layout__body {
		width: min(680px, 100%);
		max-width: none;
		margin-inline: auto;
	}
	.philosophy-page .image-text__media,
	.philosophy-page .image-text--mission .image-text__media,
	.philosophy-page .philosophy-block--vision .image-text__media {
		width: 100%;
		height: auto;
	}
	.philosophy-page .image-text__media img,
	.philosophy-page .image-text--mission .image-text__media img,
	.philosophy-page .philosophy-block--vision .image-text__media img {
		width: 100%;
		height: auto;
	}
	.philosophy-page .image-text--mission .image-text__media,
	.philosophy-page .value-layout__media {
		order: 2;
	}
	.philosophy-page .value-layout__media img {
		width: min(371px, 100%);
		height: auto;
		aspect-ratio: 371 / 574;
	}
	.philosophy-page .philosophy-block--slogan .lower-label {
		margin-left: 0;
	}
	.philosophy-page .slogan-layout {
		min-height: 0;
	}
	.philosophy-page .slogan-layout__body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.philosophy-page .slogan-layout__media {
		position: static;
	}
	.philosophy-page .slogan-layout__media img {
		width: min(584px, 100%);
		height: auto;
	}
}

/* Philosophy final image sources: show supplied PC/SP artwork without cropping. */
.philosophy-page .image-text__media picture,
.philosophy-page .value-layout__media picture {
	display: block;
	width: 100%;
}
.philosophy-page .image-text__media picture img,
.philosophy-page .value-layout__media picture img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	transform: none;
}
