/* ==========================================================================
   Yume Group Theme — main.css(デザインカンプ準拠版)
   トーン: 淡いピンク × グリーン / 明朝体 / 写真主導 / 小枝(スプリグ)の飾り
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. デザイントークン
   -------------------------------------------------------------------------- */
:root {
	/* Color */
	--c-white: #ffffff;
	--c-pink-bg: #fdf1ec;      /* 淡いピンクの帯 */
	--c-pink-card: #fbe4dc;    /* サービスカードのピンク */
	--c-pink-soft: #fdece6;
	--c-coral: #e98f8f;        /* ボタンのサーモンピンク */
	--c-coral-deep: #de7676;
	--c-red: #d96e6e;          /* セクションタイトルの紅 */
	--c-orange: #ef9552;       /* TEL・ラベル・番号のオレンジ */
	--c-orange-deep: #df7f33;
	--c-green: #5f8a4f;        /* 見出し・ナビのグリーン */
	--c-green-deep: #4c703f;
	--c-green-soft: #eef3e4;
	--c-cream: #faf1e4;        /* フッターの生成り */
	--c-ink: #595955;
	--c-ink-soft: #7a7a74;
	--c-line: #eadfd4;

	/* Type */
	--font-display: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	--font-body: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;

	/* Layout */
	--container: 1120px;
	--container-narrow: 860px;
	--radius-sm: 12px;
	--radius-md: 18px;
	--radius-lg: 26px;
	--radius-full: 999px;
	--shadow-card: 0 2px 16px rgba(120, 90, 70, 0.10);
}

/* --------------------------------------------------------------------------
   2. リセット・ベース
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 15.5px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: var(--c-ink);
	background: var(--c-white);
	-webkit-font-smoothing: antialiased;
	padding-bottom: 74px; /* スマホ下部固定CTAの高さ分 */
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin: 0 0 0.6em;
	color: var(--c-ink);
}

p {
	margin: 0 0 1em;
}

ul, ol {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--c-green);
	text-underline-offset: 0.25em;
}

a:hover {
	color: var(--c-orange-deep);
}

table {
	border-collapse: collapse;
	width: 100%;
}

button {
	font-family: inherit;
}

:focus-visible {
	outline: 3px solid var(--c-orange);
	outline-offset: 2px;
	border-radius: 4px;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--c-green-deep);
	color: #fff;
	padding: 10px 18px;
	z-index: 200;
	border-radius: 0 0 var(--radius-sm) 0;
}

.skip-link:focus {
	left: 0;
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* 文節単位の折り返し用(この中では改行しない) */
.nb {
	display: inline-block;
}

.pc-only { display: none; }
.sp-only { display: inline; }

@media (min-width: 1024px) {
	.pc-only { display: inline; }
	.sp-only { display: none; }
	body { padding-bottom: 0; }
}

/* --------------------------------------------------------------------------
   3. レイアウト共通
   -------------------------------------------------------------------------- */
.container {
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 20px;
}

.container--narrow {
	max-width: var(--container-narrow);
}

.section {
	padding-block: 60px;
}

.section--white { background: var(--c-white); }
.section--cream { background: var(--c-pink-soft); }
.section--green { background: var(--c-green-soft); }

@media (min-width: 1024px) {
	.section { padding-block: 88px; }
	.container { padding-inline: 28px; }
}

/* --------------------------------------------------------------------------
   4. 小枝(スプリグ)とセクションタイトル
   -------------------------------------------------------------------------- */
.sprig {
	display: block;
	width: 30px;
	height: 36px;
	margin: 0 auto 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 30'%3E%3Cpath d='M13 29C13 17 13 9 13 3' stroke='%23c98a7e' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3Cpath d='M13 8C10 7 8 4.5 8 1.5 11 2.5 13 5 13 8Z' fill='%23d96e6e'/%3E%3Cpath d='M13 8C16 7 18 4.5 18 1.5 15 2.5 13 5 13 8Z' fill='%23e89a94'/%3E%3Cpath d='M13 15c-3-1-5-3.5-5-6.5 3 1 5 3.5 5 6.5Z' fill='%23e89a94'/%3E%3Cpath d='M13 15c3-1 5-3.5 5-6.5-3 1-5 3.5-5 6.5Z' fill='%23d96e6e'/%3E%3Cpath d='M13 22c-3-1-5-3.5-5-6.5 3 1 5 3.5 5 6.5Z' fill='%23a9c48c'/%3E%3Cpath d='M13 22c3-1 5-3.5 5-6.5-3 1-5 3.5-5 6.5Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.sec-title {
	text-align: center;
	font-size: clamp(1.5rem, 1.15rem + 1.6vw, 2.05rem);
	letter-spacing: 0.14em;
	color: var(--c-green-deep);
	margin-bottom: 1.4em;
}

.sec-title--red {
	color: var(--c-red);
}

/* 下層ページの中見出し */
.heading-2 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: var(--c-green-deep);
	margin: 2.6em 0 1.1em;
}

.heading-2::before {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-1px);
}

/* --------------------------------------------------------------------------
   5. ボタン
   -------------------------------------------------------------------------- */
/* お問い合わせ系 */
.btn-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 10px 22px;
	border-radius: var(--radius-full);
	transition: opacity 0.2s ease, background-color 0.2s ease;
	line-height: 1.5;
}

.btn-contact--outline {
	background: #fef7ef;
	border: 1px solid var(--c-orange);
	color: var(--c-orange-deep);
}

.btn-contact--outline:hover {
	background: #fdefdd;
	color: var(--c-orange-deep);
}

.btn-contact--fill {
	background: var(--c-coral);
	color: #fff;
}

.btn-contact--fill:hover {
	background: var(--c-coral-deep);
	color: #fff;
}

.btn-contact--tel {
	background: var(--c-orange);
	color: #fff;
	font-size: 1.05rem;
	letter-spacing: 0.06em;
}

.btn-contact--tel:hover {
	background: var(--c-orange-deep);
	color: #fff;
}

.btn-contact--lg {
	padding: 14px 34px;
	font-size: 1rem;
}

.btn-contact__note {
	display: block;
	width: 100%;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	opacity: 0.95;
	text-align: center;
}

.btn-contact--tel.btn-contact--lg {
	flex-wrap: wrap;
	font-size: 1.25rem;
}

/* 詳細はこちら */
.btn-detail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 190px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.22em;
	text-decoration: none;
	color: #fff;
	background: var(--c-coral);
	padding: 11px 20px 11px 26px;
	border-radius: var(--radius-full);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-detail:hover {
	background: var(--c-coral-deep);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(233, 143, 143, 0.35);
}

.btn-detail__arrow {
	font-size: 0.62em;
	transform: translateY(1px);
}

.btn-detail--outline {
	background: #fff;
	border: 1px solid var(--c-coral);
	color: var(--c-coral-deep);
}

.btn-detail--outline:hover {
	background: var(--c-pink-soft);
	color: var(--c-coral-deep);
}

/* 旧ボタン(お問い合わせページ等の互換) */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	border-radius: var(--radius-full);
	padding: 13px 28px;
	transition: background-color 0.2s ease;
}

.btn--tel {
	background: var(--c-orange);
	color: #fff;
}

.btn--tel:hover {
	background: var(--c-orange-deep);
	color: #fff;
}

.btn--lg { padding: 15px 32px; }

.btn--tel__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	line-height: 1.4;
}

.btn--tel__number {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

.btn--tel__note {
	font-size: 0.7rem;
	font-weight: 500;
	opacity: 0.95;
}

.tel-link {
	font-weight: 600;
	white-space: nowrap;
	color: var(--c-orange-deep);
}

.icon { flex: 0 0 auto; }

/* --------------------------------------------------------------------------
   6. ヘッダー
   -------------------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	background: transparent;
	z-index: 100;
	transition: box-shadow 0.25s ease;
}

.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.88);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.site-header__top {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-block: 12px 8px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--c-ink);
}

.brand:hover { color: var(--c-ink); }

.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 56px; width: auto; }

.brand__name {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.brand__prefix {
	font-size: 0.72em;
	color: var(--c-ink-soft);
	margin-right: 2px;
}

.site-header__info {
	display: none;
	margin-left: auto;
	text-align: right;
	line-height: 1.6;
}

.site-header__tel {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.02rem;
	letter-spacing: 0.06em;
	color: var(--c-orange-deep);
	margin: 0;
}

.site-header__tel a {
	color: var(--c-orange-deep);
	text-decoration: none;
}

.site-header__tel-label {
	font-size: 0.82em;
}

.site-header__tel-sep {
	margin-inline: 6px;
	color: var(--c-line);
}

.site-header__address {
	font-size: 0.74rem;
	color: var(--c-ink-soft);
	margin: 0;
}

.site-header__contact {
	display: none;
}

@media (min-width: 1024px) {
	.site-header__top { padding-block: 16px 10px; }
	.site-header__info { display: block; }
	.site-header__contact { display: inline-flex; }
	.site-header.is-scrolled { box-shadow: 0 2px 20px rgba(120, 90, 70, 0.14); }
}

@media (max-width: 1023px) {
	.site-header.is-scrolled { box-shadow: 0 2px 14px rgba(120, 90, 70, 0.12); }
}

/* ハンバーガー(モバイルのみ) */
.menu-toggle {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	background: none;
	border: 0;
	padding: 6px 8px;
	margin-left: auto;
	cursor: pointer;
	color: var(--c-green-deep);
	z-index: 130;
	position: relative;
}

.menu-toggle__bars {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 26px;
}

.menu-toggle__bars span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle__label {
	font-size: 0.6rem;
	letter-spacing: 0.14em;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(2) {
	opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 1024px) {
	.menu-toggle { display: none; }
}

/* --------------------------------------------------------------------------
   7. グローバルナビ(モバイル: 右ドロワー / PC: 小枝つき横並び)
   -------------------------------------------------------------------------- */
.nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(90, 70, 60, 0.4);
	z-index: 110;
}

.global-nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100dvh;
	width: min(84vw, 340px);
	background: var(--c-white);
	z-index: 120;
	transform: translateX(105%);
	transition: transform 0.28s ease;
	overflow-y: auto;
	padding: 80px 24px 40px;
	box-shadow: -6px 0 24px rgba(120, 90, 70, 0.15);
}

.global-nav.is-open {
	transform: translateX(0);
}

.global-nav__list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.global-nav__list > li {
	border-bottom: 1px dotted var(--c-line);
}

.global-nav__list a {
	display: block;
	padding: 13px 4px;
	text-decoration: none;
	font-family: var(--font-display);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--c-ink);
	position: relative;
}

.global-nav__list a:hover {
	color: var(--c-green);
}

.global-nav__list .sub-menu {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 0 14px;
}

.global-nav__list .sub-menu li { border: 0; }

.global-nav__list .sub-menu a {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 9px 4px;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	color: var(--c-ink-soft);
}

.global-nav__list .sub-menu a::before {
	content: "─";
	flex: 0 0 auto;
	color: var(--c-pink-card);
}

.global-nav__list .sub-menu .sub-label {
	flex: 1;
	min-width: 0;
}

.global-nav__cta {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 1024px) {
	.nav-overlay { display: none !important; }

	.global-nav {
		position: static;
		height: auto;
		width: auto;
		transform: none;
		transition: none;
		overflow: visible;
		padding: 0;
		box-shadow: none;
		background: none;
		border-top: 1px solid #f3ece3;
	}

	.global-nav__inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.global-nav__list {
		display: flex;
		margin: 0;
		gap: 8px;
	}

	.global-nav__list > li {
		border: 0;
		position: relative;
	}

	.global-nav__list a {
		display: flex;
		align-items: center;
		gap: 7px;
		padding: 14px 22px;
		font-size: 0.95rem;
		color: #6a6a64;
	}

	/* 小枝アイコン */
	.global-nav__list > li > a::before {
		content: "";
		width: 15px;
		height: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
	}

	.global-nav__list a:hover {
		color: var(--c-green);
	}

	.global-nav__list > li > a::after {
		content: "";
		position: absolute;
		left: 22px;
		right: 22px;
		bottom: 7px;
		height: 2px;
		border-radius: 2px;
		background: var(--c-coral);
		transform: scaleX(0);
		transform-origin: left;
		transition: transform 0.25s ease;
	}

	.global-nav__list > li > a:hover::after,
	.global-nav__list > li > a:focus-visible::after {
		transform: scaleX(1);
	}

	.global-nav__list .sub-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		min-width: 310px;
		background: var(--c-white);
		border: 1px solid var(--c-line);
		border-radius: var(--radius-sm);
		box-shadow: var(--shadow-card);
		padding: 10px;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.15s ease;
		z-index: 60;
	}

	.global-nav__list li:hover > .sub-menu,
	.global-nav__list li:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.global-nav__list .sub-menu a {
		display: block;
		padding: 9px 14px;
		border-radius: 6px;
		font-size: 0.88rem;
		color: var(--c-ink);
	}

	.global-nav__list .sub-menu a::before {
		display: none;
	}

	.global-nav__list .sub-menu a:hover {
		background: var(--c-pink-soft);
	}

	.global-nav__cta { display: none; }
}
/* --------------------------------------------------------------------------
   8. トップ: ヒーロー
   -------------------------------------------------------------------------- */
.top-hero {
	background: none;
	padding: 0;
}

.top-hero__media {
	position: relative;
	max-width: none;
	margin: 0;
}

.top-hero__media {
	height: calc(100vh - 72px);
	height: calc(100svh - 72px);
	min-height: 540px;
}

@media (min-width: 1024px) {
	.top-hero__media {
		height: calc(100vh - 130px);
		height: calc(100svh - 130px);
		min-height: 560px;
	}
}

.hero-slider {
	position: absolute;
	inset: 0;
}

.hero-slider__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.4s ease;
}

.hero-slider__slide.is-active {
	opacity: 1;
}

.hero-slider__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 文字の可読性を上げる斜めグラデーション */
.top-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(90, 70, 60, 0.38), rgba(90, 70, 60, 0) 60%);
	pointer-events: none;
}

.top-hero__copy {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: var(--container);
	margin-inline: auto;
	padding: 0 clamp(20px, 5vw, 64px) 40px;
}

.top-hero__catch {
	color: #fff;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.3rem, 6.7vw, 3.05rem);
	letter-spacing: 0.1em;
	line-height: 1.95;
	text-shadow: 0 1px 16px rgba(90, 70, 60, 0.5), 0 0 4px rgba(90, 70, 60, 0.35);
	margin: 0;
}

@media (min-width: 768px) {
	.top-hero__catch { letter-spacing: 0.14em; }
}

.top-hero__catch strong {
	font-weight: 600;
	background: linear-gradient(transparent 70%, rgba(233, 143, 143, 0.55) 70%);
	padding: 0 4px;
}

/* --------------------------------------------------------------------------
   9. トップ: メッセージ
   -------------------------------------------------------------------------- */
.top-message__body {
	line-height: 2.4;
}

.top-message__body a {
	color: var(--c-green);
}

@media (min-width: 768px) {
	.top-message__body { text-align: center; }
}

/* --------------------------------------------------------------------------
   10. トップ: お知らせ
   -------------------------------------------------------------------------- */
.top-news__bg {
	background-size: cover;
	background-position: center;
	padding-block: clamp(48px, 8vw, 90px);
}

.top-news__card {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 22px;
	box-shadow: var(--shadow-card);
	padding: 30px 24px;
	display: grid;
	gap: 18px;
}

.top-news__title {
	font-size: 1.25rem;
	letter-spacing: 0.3em;
	color: var(--c-ink);
	text-align: center;
	margin: 0;
	align-self: center;
}

.top-news__list {
	max-height: 300px;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
	scrollbar-color: var(--c-pink-card) transparent;
}

.news-item {
	padding-block: 14px;
	border-bottom: 1px dotted var(--c-line);
}

.news-item:first-child { padding-top: 0; }

.news-item__date {
	display: inline-block;
	background: var(--c-orange);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 2px 14px;
	border-radius: var(--radius-full);
}

.news-item__title {
	font-size: 1rem;
	letter-spacing: 0.06em;
	margin: 8px 0 4px;
}

.news-item__title a {
	color: var(--c-ink);
	text-decoration: none;
}

.news-item__title a:hover {
	color: var(--c-orange-deep);
	text-decoration: underline;
}

.news-item__excerpt {
	font-size: 0.88rem;
	color: var(--c-ink-soft);
	margin: 0;
	line-height: 1.9;
}

.top-news__more {
	text-align: right;
	margin: 0;
	font-size: 0.9rem;
}

.top-news__more a {
	font-family: var(--font-display);
	font-weight: 600;
	text-decoration: none;
	color: var(--c-green);
}

.top-news__more a:hover { color: var(--c-orange-deep); }

@media (min-width: 900px) {
	.top-news__card {
		grid-template-columns: 170px 1fr;
		padding: 44px 40px;
	}
	.top-news__more { grid-column: 2; }
}

/* --------------------------------------------------------------------------
   11. サービスカード(ピンクパネル)
   -------------------------------------------------------------------------- */
.services-grid {
	display: grid;
	gap: 24px;
}

.service-card {
	display: flex;
	flex-direction: column;
	background: var(--c-pink-card);
	border-radius: var(--radius-lg);
	padding: 28px 24px 26px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 34px rgba(217, 110, 110, 0.18);
}

.service-card__title {
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	color: var(--c-ink);
	margin: 0 0 16px;
	line-height: 1.8;
}

.service-card__cat {
	display: block;
	font-size: 0.94em;
}

.service-card__figure {
	margin: auto 0 20px;
	border-radius: 16px;
	overflow: hidden;
}

.service-card__figure img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.service-card:hover .service-card__figure img {
	transform: scale(1.05);
}

.service-card__btn {
	margin: 0;
}

.services-grid .service-card:nth-child(even) {
	background: #fcebe4;
}

@media (min-width: 640px) {
	.services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
	.services-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
}

/* --------------------------------------------------------------------------
   12. トップ: 採用情報 帯
   -------------------------------------------------------------------------- */
.top-recruit {
	position: relative;
	background-size: cover;
	background-position: center;
}

.top-recruit::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.93) 26% 74%, rgba(255, 255, 255, 0.55));
}

.top-recruit__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-block: clamp(56px, 9vw, 96px);
}

.top-recruit__lead {
	line-height: 2.3;
	margin-bottom: 30px;
}

.top-recruit__btn { margin: 0; }

/* --------------------------------------------------------------------------
   13. 下層: ページバナー・パンくず
   -------------------------------------------------------------------------- */
.page-banner {
	background: linear-gradient(to bottom, transparent 0 42%, var(--c-pink-bg) 42%);
	padding: 0 20px 30px;
}

.page-banner__media {
	position: relative;
	max-width: calc(var(--container) - 40px);
	margin-inline: auto;
	min-height: clamp(190px, 26vw, 280px);
	background-size: cover;
	background-position: center;
	border-radius: 22px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	padding: 0;
}

.page-banner__copy {
	width: 100%;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px clamp(22px, 5vw, 56px);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42) 46%, rgba(255, 255, 255, 0) 74%);
}

.page-banner__en {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.82rem;
	letter-spacing: 0.3em;
	color: var(--c-coral-deep);
	margin: 6px 0 0;
}

.page-banner__meta {
	margin: 0 0 4px;
	font-size: 0.82rem;
	color: var(--c-ink-soft);
}

.page-banner__title {
	font-size: clamp(1.4rem, 1.15rem + 1.5vw, 1.9rem);
	letter-spacing: 0.2em;
	color: var(--c-green-deep);
	margin: 0;
}

.breadcrumb {
	padding-block: 14px 6px;
	font-size: 0.8rem;
	color: var(--c-ink-soft);
}

.breadcrumb__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.breadcrumb__item + .breadcrumb__item::before {
	content: "›";
	margin-right: 6px;
	color: var(--c-line);
}

.breadcrumb a {
	color: var(--c-ink-soft);
}

/* --------------------------------------------------------------------------
   14. 下層: サービス見出し・イントロ・説明帯
   -------------------------------------------------------------------------- */
.svc-head {
	text-align: center;
	margin-bottom: 1.6em;
}

.svc-head__title {
	font-size: clamp(1.4rem, 1.15rem + 1.4vw, 1.85rem);
	letter-spacing: 0.16em;
	color: var(--c-ink);
	margin: 0;
}

.svc-head__sub {
	font-size: 0.92rem;
	letter-spacing: 0.2em;
	color: var(--c-ink-soft);
	margin: 4px 0 0;
}

.svc-catch {
	text-align: center;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.1rem, 0.95rem + 1vw, 1.45rem);
	letter-spacing: 0.12em;
	color: var(--c-red);
	margin: 0 0 2em;
}

.split {
	display: grid;
	gap: 28px;
	align-items: center;
}

.split__visual { margin: 0; }

.split__visual img {
	width: 100%;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (min-width: 900px) {
	.split { grid-template-columns: 1.1fr 0.9fr; gap: 52px; }
}

.page-intro {
	display: grid;
	gap: 28px;
	align-items: center;
}

.page-intro__visual { margin: 0; }

.page-intro__visual img {
	width: 100%;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (min-width: 900px) {
	.page-intro { grid-template-columns: 1.1fr 0.9fr; gap: 52px; }
}

.page-lead {
	font-size: 1rem;
	line-height: 2.3;
	margin-bottom: 1.4em;
}

.fact-chips {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.fact-chips li {
	background: #fff;
	border: 1px solid var(--c-coral);
	border-radius: var(--radius-full);
	padding: 4px 15px;
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--c-coral-deep);
}

.fact-chips li::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5 4.5 9.5 10.5 2.5' stroke='%23ef9552' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* 全幅の写真帯 + 白ボックス(ケアマネージャーとは 等) */
.explain-band {
	background-size: cover;
	background-position: center;
	padding: clamp(48px, 8vw, 90px) 20px;
}

.explain-band__box {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	max-width: 920px;
	margin-inline: auto;
	padding: 30px clamp(22px, 4vw, 40px);
}

.explain-band__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.12rem;
	letter-spacing: 0.1em;
	color: var(--c-ink);
	margin: 0 0 0.7em;
}

.explain-band__title::before {
	content: "";
	flex: 0 0 auto;
	width: 16px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.explain-band__box p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   15. 下層: チェックリスト・特徴・流れ・注記
   -------------------------------------------------------------------------- */
.check-list {
	list-style: none;
	display: grid;
	gap: 10px;
	margin-bottom: 1.5em;
}

.check-list li {
	position: relative;
	background: #fdf6f1;
	border-radius: 8px;
	padding: 12px 18px 12px 46px;
	line-height: 1.9;
}

.check-list li::before {
	content: "✓";
	position: absolute;
	left: 16px;
	top: 12px;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	background: var(--c-coral);
	color: #fff;
	border-radius: 50%;
	font-size: 0.72rem;
}

@media (min-width: 768px) {
	.check-list--2col { grid-template-columns: 1fr 1fr; }
}

.features {
	display: grid;
	gap: 18px;
}

.feature {
	background: var(--c-white);
	border-radius: var(--radius-md);
	padding: 24px 26px 18px;
	box-shadow: 0 1px 10px rgba(120, 90, 70, 0.06);
}

.section--white .feature {
	background: #fdf8f4;
	box-shadow: none;
}

.feature__title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.02rem;
	color: var(--c-green-deep);
	border-bottom: 1px dotted var(--c-line);
	padding-bottom: 10px;
	margin-bottom: 0.7em;
}

.feature__title::before {
	content: "";
	flex: 0 0 auto;
	width: 13px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.feature__desc {
	font-size: 0.92rem;
	color: var(--c-ink-soft);
	margin: 0;
	line-height: 2;
}

@media (min-width: 768px) {
	.features { grid-template-columns: 1fr 1fr; gap: 22px; }
}

/* 流れ(オレンジ番号。写真つきにも対応) */
.flow {
	list-style: none;
	display: grid;
	gap: 30px;
	margin-bottom: 1.5em;
}

.flow__step {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	align-items: center;
}

.flow__figure {
	grid-column: 1 / -1;
	margin: 0 0 14px;
}

.flow__figure img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.flow__num {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1.5px solid var(--c-coral);
	border-radius: 50%;
	background: #fff;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.02rem;
	line-height: 1;
	color: var(--c-orange-deep);
}

.flow__title {
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	color: var(--c-orange-deep);
	margin: 0;
}

.flow__desc {
	grid-column: 1 / -1;
	font-size: 0.92rem;
	color: var(--c-ink-soft);
	line-height: 2;
	margin: 8px 0 0;
}

@media (min-width: 700px) {
	.flow { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}

@media (min-width: 1024px) {
	.flow { grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 32px 26px; }
}

.note-box {
	background: var(--c-pink-soft);
	border-radius: 12px;
	text-align: center;
	font-size: 0.9rem;
	padding: 14px 20px;
	margin: 1.5em 0;
}

/* --------------------------------------------------------------------------
   16. 下層: 表・情報グリッド・統計・電話パネル・カード類
   -------------------------------------------------------------------------- */
.info-table {
	background: var(--c-white);
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(120, 90, 70, 0.06);
	margin-bottom: 1.5em;
}

.info-table th,
.info-table td {
	padding: 15px 18px;
	border-bottom: 1px solid #f5eadf;
	text-align: left;
	vertical-align: top;
	line-height: 1.9;
	font-size: 0.95rem;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
	border-bottom: 0;
}

.info-table th {
	color: var(--c-orange-deep);
	font-family: var(--font-display);
	font-weight: 600;
	width: 9.5em;
	white-space: nowrap;
}

@media (max-width: 599px) {
	.info-table th,
	.info-table td {
		display: block;
		width: auto;
	}

	.info-table th {
		border-bottom: 0;
		padding: 14px 18px 0;
		font-size: 0.8rem;
		letter-spacing: 0.12em;
	}

	.info-table td {
		padding: 2px 18px 14px;
	}

	.info-table tr:last-child td {
		border-bottom: 0;
	}
}

.info-grid {
	display: grid;
	gap: 28px;
	align-items: start;
}

.info-grid .info-table { margin-bottom: 0; }

@media (min-width: 1024px) {
	.info-grid { grid-template-columns: 1.15fr 0.85fr; gap: 44px; }
}

.company__map iframe {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--radius-md);
	display: block;
	border: 0;
}

.company__map--wide iframe {
	aspect-ratio: 16 / 7;
	border-radius: 0;
}

@media (max-width: 767px) {
	.company__map--wide iframe { aspect-ratio: 4 / 3; }
}

.stats {
	display: grid;
	gap: 16px;
	margin: 1.5em 0 2em;
}

.stat {
	background: var(--c-white);
	border-radius: var(--radius-md);
	padding: 28px 20px 24px;
	text-align: center;
	box-shadow: 0 1px 10px rgba(120, 90, 70, 0.06);
}

.stat__num {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2rem, 1.5rem + 2.2vw, 2.8rem);
	line-height: 1.15;
	color: var(--c-orange-deep);
}

.stat__label {
	display: block;
	margin-top: 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.94rem;
}

.stat__note {
	display: block;
	margin-top: 2px;
	font-size: 0.78rem;
	color: var(--c-ink-soft);
}

@media (min-width: 640px) {
	.stats { grid-template-columns: repeat(3, 1fr); }
}

.tel-panel {
	background: var(--c-white);
	border-radius: var(--radius-md);
	padding: 30px 26px;
	text-align: center;
	box-shadow: 0 1px 10px rgba(120, 90, 70, 0.06);
}

.tel-panel__label {
	font-family: var(--font-display);
	font-weight: 600;
	margin-bottom: 6px;
}

.tel-panel__number {
	display: inline-block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.6rem, 1.2rem + 2vw, 2.1rem);
	letter-spacing: 0.05em;
	color: var(--c-orange-deep);
	text-decoration: none;
	line-height: 1.3;
}

.tel-panel__note {
	font-size: 0.84rem;
	color: var(--c-ink-soft);
	margin: 8px 0 0;
}

.job-cards,
.facility-cards {
	display: grid;
	gap: 18px;
}

.job-card,
.facility-card {
	background: var(--c-white);
	border-radius: var(--radius-md);
	padding: 24px 26px;
	box-shadow: 0 1px 10px rgba(120, 90, 70, 0.06);
}

.section--white .job-card,
.section--white .facility-card {
	background: #fdf8f4;
	box-shadow: none;
}

.job-card__title,
.facility-card__name {
	font-size: 1.05rem;
	color: var(--c-green-deep);
	margin-bottom: 0.4em;
}

.job-card__type {
	display: inline-block;
	background: var(--c-pink-soft);
	color: var(--c-coral-deep);
	font-size: 0.76rem;
	font-weight: 500;
	border-radius: var(--radius-full);
	padding: 2px 12px;
	margin: 0 0 10px;
}

.job-card__desc,
.facility-card__meta {
	font-size: 0.9rem;
	color: var(--c-ink-soft);
	margin: 0;
	line-height: 2;
}

.facility-card__link {
	display: inline-block;
	margin-top: 10px;
	font-size: 0.88rem;
	font-family: var(--font-display);
	font-weight: 600;
}

@media (min-width: 768px) {
	.job-cards { grid-template-columns: 1fr 1fr; }
	.facility-cards { grid-template-columns: 1fr 1fr; gap: 22px; }
}

.link-list {
	list-style: none;
	display: grid;
	gap: 8px;
	margin-bottom: 1.5em;
}

.link-list li {
	padding-left: 22px;
	position: relative;
}

.link-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 13px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

/* --------------------------------------------------------------------------
   17. FAQ アコーディオン
   -------------------------------------------------------------------------- */
.faq {
	display: grid;
	gap: 12px;
	margin-bottom: 1.5em;
}

.faq__item {
	background: var(--c-white);
	border: 1px solid #f3e4da;
	border-radius: var(--radius-md);
	overflow: hidden;
}

.faq__q { margin: 0; }

.faq__button {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	background: none;
	border: 0;
	padding: 16px 18px;
	font: inherit;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--c-ink);
	text-align: left;
	cursor: pointer;
}

.faq__button:hover {
	color: var(--c-coral-deep);
}

.faq__mark {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	background: var(--c-coral);
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.9rem;
}

.faq__mark--a {
	background: var(--c-green);
}

.faq__q-text { flex: 1; }

.faq__chevron {
	position: relative;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border: 1.5px solid var(--c-coral);
	border-radius: 50%;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.faq__chevron::before,
.faq__chevron::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--c-coral-deep);
	border-radius: 2px;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.faq__chevron::before {
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.faq__chevron::after {
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}

.faq__button[aria-expanded="true"] .faq__chevron {
	background: var(--c-coral);
	transform: rotate(180deg);
}

.faq__button[aria-expanded="true"] .faq__chevron::before {
	background: #fff;
}

.faq__button[aria-expanded="true"] .faq__chevron::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.faq__a[hidden] { display: none; }

.faq__a.is-open {
	grid-template-rows: 1fr;
}

.faq__a-inner {
	min-height: 0;
	overflow: hidden;
	display: flex;
	gap: 14px;
	padding: 0 18px;
}

.faq__a.is-open .faq__a-inner {
	padding-bottom: 18px;
}

.faq__a-inner p {
	margin: 3px 0 0;
	font-size: 0.94rem;
	line-height: 2;
}

/* --------------------------------------------------------------------------
   18. メッセージ帯(ページ末尾CTA)
   -------------------------------------------------------------------------- */
.message-band {
	position: relative;
	background-size: cover;
	background-position: center;
}

.message-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.84) 26% 74%, rgba(255, 255, 255, 0.4));
}

.message-band__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-block: clamp(52px, 8vw, 84px);
}

.message-band__text {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.05rem, 0.9rem + 1vw, 1.35rem);
	letter-spacing: 0.12em;
	line-height: 2.3;
	color: var(--c-ink);
	margin-bottom: 0.8em;
}

.message-band__lead {
	color: var(--c-ink-soft);
	margin-bottom: 1.8em;
}

.message-band__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

@media (min-width: 640px) {
	.message-band__actions {
		flex-direction: row;
		justify-content: center;
		gap: 18px;
	}
}

/* --------------------------------------------------------------------------
   19. フッター(生成り)
   -------------------------------------------------------------------------- */
.site-footer {
	position: relative;
	overflow: hidden;
	background: var(--c-cream);
	padding-top: 72px;
}

/* ロゴと同じイタリックセリフの透かし */
.site-footer::before {
	content: "yume group";
	position: absolute;
	left: 50%;
	bottom: 66px;
	transform: translateX(-50%);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 12.5vw;
	line-height: 1;
	white-space: nowrap;
	color: rgba(107, 143, 60, 0.07);
	pointer-events: none;
	user-select: none;
}

@media (min-width: 900px) {
	.site-footer::before {
		left: auto;
		right: -0.04em;
		bottom: 44px;
		transform: none;
		font-size: clamp(110px, 13vw, 170px);
		color: rgba(107, 143, 60, 0.06);
	}
}

.site-footer__grid {
	position: relative;
	z-index: 1;
}

.site-footer__grid {
	display: grid;
	gap: 40px;
}

.site-footer__company {
	text-align: center;
}

.site-footer__logo {
	margin: 0 0 10px;
	display: flex;
	justify-content: center;
}

.site-footer__name {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
}

.site-footer__name span {
	font-size: 0.78em;
	color: var(--c-ink-soft);
	margin-right: 4px;
}

.site-footer__tel {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--c-orange-deep);
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin-bottom: 6px;
}

.site-footer__tel a {
	color: var(--c-orange-deep);
	text-decoration: none;
}

.site-footer__address {
	font-size: 0.85rem;
	color: var(--c-ink-soft);
	margin-bottom: 18px;
}

.site-footer__nav {
	display: grid;
	gap: 8px 48px;
}

.footer-col__title {
	font-family: var(--font-display);
	font-weight: 600;
	margin: 0 0 8px;
	position: relative;
	padding-left: 20px;
}

.footer-col__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 13px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-col__title a {
	color: var(--c-ink);
	text-decoration: none;
}

.footer-col__title a:hover {
	color: var(--c-orange-deep);
	text-decoration: underline;
}

.footer-col__list {
	list-style: none;
	margin: 0 0 18px;
	padding-left: 20px;
}

.footer-col__list li {
	padding-block: 5px;
	border-bottom: 1px dotted #eadfcb;
}

.footer-col__list a {
	font-size: 0.88rem;
	color: var(--c-ink-soft);
	text-decoration: none;
}

.footer-col__list a:hover {
	text-decoration: underline;
}

.footer-col__list a:hover {
	color: var(--c-orange-deep);
}

/* フッターメニュー(管理画面から割り当てた場合のフォールバック表示) */
.footer-nav__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.footer-nav__list a {
	font-size: 0.88rem;
	color: var(--c-ink-soft);
}

.site-footer__copy {
	border-top: 1px solid #efe3cd;
	margin: 44px 0 0;
	padding: 16px 20px;
	text-align: center;
	font-size: 0.78rem;
	color: var(--c-ink-soft);
}

@media (min-width: 900px) {
	.site-footer__grid {
		grid-template-columns: 320px 1fr;
		gap: 64px;
	}
	.site-footer__nav {
		grid-template-columns: 1fr 1fr;
		border-left: 1px solid #efe3cd;
		padding-left: 56px;
	}
}

/* --------------------------------------------------------------------------
   20. スマホ用 下部固定CTA
   -------------------------------------------------------------------------- */
.fixed-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0 -4px 18px rgba(120, 90, 70, 0.18);
}

.fixed-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
}

.fixed-cta__tel { background: var(--c-orange); }
.fixed-cta__contact { background: var(--c-coral); }

.fixed-cta__sub {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
}

@media (min-width: 1024px) {
	.fixed-cta { display: none; }
}

/* --------------------------------------------------------------------------
   21. お知らせ一覧・記事・本文
   -------------------------------------------------------------------------- */
.news-list {
	list-style: none;
	margin-bottom: 2em;
}

.news-list__item {
	border-bottom: 1px dotted var(--c-line);
}

.news-list__link {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 16px;
	padding: 16px 4px;
	text-decoration: none;
	color: var(--c-ink);
}

.news-list__link:hover .news-list__title {
	color: var(--c-orange-deep);
	text-decoration: underline;
}

.news-list__date {
	flex: 0 0 auto;
	display: inline-block;
	background: var(--c-orange);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 2px 14px;
	border-radius: var(--radius-full);
}

.news-list__title {
	font-family: var(--font-display);
	font-weight: 500;
}

.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-block: 2em;
}

.pagination .page-numbers {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid var(--c-line);
	border-radius: 6px;
	text-decoration: none;
	color: var(--c-ink);
	font-family: var(--font-display);
}

.pagination .page-numbers.current {
	background: var(--c-coral);
	border-color: var(--c-coral);
	color: #fff;
}

.pagination a.page-numbers:hover {
	background: var(--c-pink-soft);
	color: var(--c-ink);
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-block: 2.5em 1em;
	font-size: 0.9rem;
}

.post-nav a { text-decoration: none; }
.post-nav a:hover { text-decoration: underline; }

.page-thumbnail {
	margin: 0 0 1.8em;
}

.page-thumbnail img {
	border-radius: var(--radius-md);
	width: 100%;
	height: auto;
}

.entry-content {
	line-height: 2.2;
}

.entry-content h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.25rem;
	color: var(--c-green-deep);
	margin: 2.2em 0 1em;
}

.entry-content h2::before {
	content: "";
	flex: 0 0 auto;
	width: 16px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.entry-content h3 {
	font-size: 1.08rem;
	color: var(--c-ink);
	padding-left: 12px;
	border-left: 3px solid var(--c-coral);
	margin: 1.8em 0 0.8em;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.5em;
	margin-bottom: 1.2em;
}

.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }

.entry-content img {
	border-radius: var(--radius-sm);
	margin-block: 0.6em;
}

.entry-content blockquote {
	margin: 1.2em 0;
	padding: 14px 20px;
	background: var(--c-pink-soft);
	border-left: 3px solid var(--c-coral);
	border-radius: 4px;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid var(--c-line);
	padding: 10px 14px;
}

/* --------------------------------------------------------------------------
   22. お問い合わせ・エントリーフォーム
   -------------------------------------------------------------------------- */
.company-slogan {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.12rem;
	letter-spacing: 0.16em;
	color: var(--c-red);
	margin-bottom: 12px;
}

.contact-tel-box {
	background: var(--c-pink-soft);
	border-radius: var(--radius-md);
	padding: 28px 24px;
	text-align: center;
	margin-block: 1.5em 2.5em;
}

.contact-tel-box__label {
	font-family: var(--font-display);
	font-weight: 600;
	margin-bottom: 12px;
}

.contact-form-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	color: var(--c-green-deep);
	margin: 2.2em 0 1em;
}

.contact-form-heading::before {
	content: "";
	flex: 0 0 auto;
	width: 17px;
	height: 21px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-note {
	font-size: 0.85rem;
	color: var(--c-ink-soft);
}

.contact-form-area p { margin-bottom: 1.2em; }

.contact-form-area label {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.92rem;
	margin-bottom: 4px;
}

.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"],
.contact-form-area select,
.contact-form-area textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #e4d5c7;
	border-radius: 6px;
	background: #fffdfa;
	font: inherit;
	color: var(--c-ink);
}

.contact-form-area textarea { min-height: 170px; }

.contact-form-area input:focus,
.contact-form-area select:focus,
.contact-form-area textarea:focus {
	outline: 2px solid var(--c-orange);
	outline-offset: 1px;
}

.contact-form-area input[type="submit"],
.contact-form-area button[type="submit"] {
	display: inline-block;
	background: var(--c-coral);
	color: #fff;
	border: 0;
	border-radius: var(--radius-full);
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.16em;
	padding: 14px 46px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.contact-form-area input[type="submit"]:hover,
.contact-form-area button[type="submit"]:hover {
	background: var(--c-coral-deep);
}

/* プライバシーポリシー枠(エントリーフォーム) */
.privacy-box {
	border: 1px solid #f0ddd2;
	border-radius: 4px;
	margin-block: 2.5em 1.5em;
	overflow: hidden;
}

.privacy-box__head {
	background: var(--c-pink-card);
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: 0.14em;
	padding: 12px 22px;
	margin: 0;
}

.privacy-box__body {
	max-height: 320px;
	overflow-y: auto;
	padding: 20px 22px;
	font-size: 0.88rem;
	line-height: 2;
	scrollbar-width: thin;
}

.privacy-box__body h3 {
	font-size: 0.95rem;
	color: var(--c-orange-deep);
	margin: 1.4em 0 0.3em;
}

.privacy-box__body h3:first-child { margin-top: 0; }

.privacy-box__body p { margin-bottom: 0.6em; }

/* --------------------------------------------------------------------------
   23. モーション(スクロールリビール)
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.reveal {
		opacity: 0;
		transform: translateY(24px);
		transition: opacity 0.7s ease, transform 0.7s ease;
		transition-delay: var(--reveal-delay, 0s);
	}

	.reveal.is-visible {
		opacity: 1;
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   23c. 2026モダナイズ: ヒーロー装飾 / 流れる帯 / 英字サブタイトル / 水彩ブロブ
   -------------------------------------------------------------------------- */
.top-hero__media {
	border-radius: 0;
	overflow: hidden;
}

.top-hero__badges {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
}

.top-hero__badges li {
	background: rgba(255, 255, 255, 0.92);
	border-radius: var(--radius-full);
	padding: 5px 16px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: var(--c-ink);
	box-shadow: 0 2px 10px rgba(120, 90, 70, 0.12);
}

.top-hero__badges li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5 4.5 9.5 10.5 2.5' stroke='%23de7676' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.top-hero__area {
	display: inline-block;
	background: rgba(255, 255, 255, 0.92);
	border-radius: var(--radius-full);
	padding: 6px 18px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	color: var(--c-green-deep);
	box-shadow: 0 2px 10px rgba(120, 90, 70, 0.14);
	margin: 0 0 18px;
}

.hero-slider__dots {
	position: absolute;
	right: 26px;
	bottom: 22px;
	z-index: 2;
	display: flex;
	gap: 10px;
}

.hero-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: var(--radius-full);
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.hero-slider__dot:hover {
	background: #fff;
}

.hero-slider__dot.is-active {
	width: 28px;
	background: #fff;
}

@media (max-width: 767px) {
	.hero-slider__dots { right: 16px; bottom: 14px; }
}

.top-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	z-index: 1;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.72rem;
	letter-spacing: 0.32em;
	padding-bottom: 30px;
	text-shadow: 0 1px 8px rgba(90, 70, 60, 0.45);
}

.top-hero__scroll::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1.5px;
	height: 22px;
	background: #fff;
	transform: translateX(-50%);
}

/* サービス名がゆっくり流れる帯 */
.strip {
	overflow: hidden;
	background: var(--c-pink-bg);
	padding-block: 15px;
}

.strip__track {
	display: flex;
	width: max-content;
}

.strip__list {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.strip__list li {
	display: flex;
	align-items: center;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.18em;
	color: var(--c-red);
	white-space: nowrap;
}

.strip__list li::after {
	content: "";
	width: 13px;
	height: 16px;
	margin-inline: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V6' stroke='%23c98a7e' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 13C7.5 12.2 4.5 9 4.5 4.8 9 5.6 12 8.8 12 13Z' fill='%23d96e6e'/%3E%3Cpath d='M12 13c4.5-.8 7.5-4 7.5-8.2C15 5.6 12 8.8 12 13Z' fill='%238fb473'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.85;
}

/* 見出しの英字サブ(ロゴと同じイタリックセリフ) */
.sec-title__en {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 0.56em;
	letter-spacing: 0.3em;
	color: var(--c-coral);
	margin-top: 8px;
}

.top-news__title .sec-title__en {
	font-size: 0.72rem;
	color: var(--c-orange);
	margin-top: 6px;
}

/* 水彩風ブロブの背景 */
.has-wash {
	position: relative;
	overflow: hidden;
}

.has-wash::before,
.has-wash::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
	filter: blur(12px);
	opacity: 0.65;
}

.has-wash::before {
	width: 460px;
	height: 400px;
	top: -160px;
	right: -190px;
	background: var(--c-pink-soft);
	border-radius: 52% 48% 44% 56% / 55% 46% 54% 45%;
}

.has-wash::after {
	width: 400px;
	height: 340px;
	bottom: -150px;
	left: -170px;
	background: var(--c-green-soft);
	border-radius: 46% 54% 58% 42% / 48% 56% 44% 52%;
}

.has-wash > .container {
	position: relative;
	z-index: 1;
}

/* モーション(reduced-motion時は無効) */
@media (prefers-reduced-motion: no-preference) {
	.hero-slider__slide.is-active img {
		animation: yume-kenburns 7.5s ease-out forwards;
	}

	@keyframes yume-kenburns {
		from { transform: scale(1.08); }
		to { transform: scale(1); }
	}

	.strip__track {
		animation: yume-strip 38s linear infinite;
	}

	@keyframes yume-strip {
		to { transform: translateX(-50%); }
	}

	.top-hero__scroll::after {
		animation: yume-scrollcue 1.9s ease-in-out infinite;
	}

	@keyframes yume-scrollcue {
		0% { transform: translateX(-50%) scaleY(0); transform-origin: top; }
		45% { transform: translateX(-50%) scaleY(1); transform-origin: top; }
		55% { transform: translateX(-50%) scaleY(1); transform-origin: bottom; }
		100% { transform: translateX(-50%) scaleY(0); transform-origin: bottom; }
	}
}

/* --------------------------------------------------------------------------
   23b. 補助(構造ラッパー)
   -------------------------------------------------------------------------- */
.site-header__brand { flex: 0 0 auto; }
.page-intro__copy { min-width: 0; }
.post-nav__prev { margin-right: auto; }
.post-nav__next { margin-left: auto; text-align: right; }

/* --------------------------------------------------------------------------
   24. 印刷
   -------------------------------------------------------------------------- */
@media print {
	.site-header,
	.fixed-cta,
	.message-band,
	.breadcrumb,
	.site-footer__nav {
		display: none !important;
	}

	body { padding-bottom: 0; }
}
