/*
Theme Name: 敬七商事
Theme URI: https://yamabiko-suzuran.tsukubair.com/
Author: Tsukuba Research Institute
Description: 聖北会有限会社敬七商事のオリジナルWordPressテーマです。
Version: 1.0.0
Text Domain: keishichi
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #eba4a4;
  --pink-deep: #d98f96;
  --green: #a9ca69;
  --ink: #534741;
  --paper: #fffef8;
  --content: 980px;
  --header-height: clamp(92px, 7.23vw, 120px);
  --hero-top: clamp(73px, 5.7vw, 117px);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "M PLUS 1", "Yu Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  background: #fbfaf1 url("img/fabric-background.jpg") center top / 600px auto repeat;
}
h1, h2, h3 { font-weight: 600; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 999; padding: 8px 16px; background: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(320px, 30%) 1fr;
  background: rgba(255,255,255,.82);
}
.admin-bar .site-header { top: 32px; }
.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px clamp(18px, 2.5vw, 40px);
  background: var(--pink);
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}
.brand small { font-size: clamp(11px, 1vw, 15px); }
.brand strong { margin-top: 4px; font-size: clamp(20px, 2vw, 30px); }
.main-nav { display: flex; align-items: stretch; justify-content: center; background: rgba(255,255,255,.6); }
.main-nav > a, .nav-drop > .office-index-link {
  display: flex; align-items: center; justify-content: center;
  padding: 0 clamp(13px, 1.7vw, 28px);
  border: 0; background: transparent; color: var(--ink);
  font-weight: 700; font-size: clamp(14px, 1.35vw, 19px); white-space: nowrap; cursor: pointer;
}
.main-nav a:hover, .main-nav button:hover { background: rgba(235,164,164,.25); }
.nav-drop { position: relative; display: flex; }
.nav-drop > .office-index-link { padding-right: 5px; }
.nav-drop-toggle { width: 30px; padding: 0 8px 0 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.nav-drop-toggle::after { content: "⌄"; font-size: 16px; }
.submenu {
  position: absolute; top: var(--header-height); left: 0; min-width: 300px; margin: 0; padding: 10px 0;
  list-style: none; background: rgba(255,255,255,.97); box-shadow: 0 12px 25px rgba(70,50,50,.15);
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease;
}
.submenu a { display: block; padding: 8px 20px; font-size: 14px; font-weight: 600; }
.nav-drop:hover .submenu, .nav-drop.open .submenu { opacity: 1; visibility: visible; transform: none; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(var(--hero-top) + 56.25vw);
  margin-top: 0;
  padding-top: var(--header-height);
  overflow: hidden;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: none;
  background: #fbfaf1 url("img/fabric-background.jpg") center / 600px auto;
}
.hero-image {
  position: absolute;
  z-index: 1;
  inset: var(--hero-top) 0 0;
  max-width: 100%;
  overflow: hidden;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  clip-path: url("#hero-wave-clip");
}
.hero-wave-defs { position: absolute; width: 0; height: 0; }
.hero-pink-wave { position: absolute; z-index: 2; inset: 0; width: 100%; max-width: 100%; height: 100%; display: block; overflow: hidden; pointer-events: none; }
.hero::-webkit-scrollbar,
.hero-image::-webkit-scrollbar,
.hero-pink-wave::-webkit-scrollbar { width: 0; height: 0; display: none; }
.hero-pink-wave path { fill: var(--pink); }
.hero.home { --hero-image: url("img/home-hero.jpg"); }
.hero.tomobe { --hero-image: url("img/tomobe-hero.jpg"); }
.hero.station { --hero-image: url("img/station-yamabiko-hero.jpg"); }
.hero.group { --hero-image: url("img/group-home-suzuran-hero.jpg"); }
.hero.day { --hero-image: url("img/day-service-room.jpg"); }
.hero.certification { --hero-image: url("img/certification-hero.jpg"); }
.hero.recruitment { --hero-image: url("img/recruitment-hero.jpg"); }
.hero.company { --hero-image: url("img/company-hero.jpg"); }
.hero.privacy { --hero-image: url("img/privacy-policy-hero.jpg"); }
.hero.general { --hero-image: url("img/general-hero.jpg"); }

.page-wrap { position: relative; z-index: 3; max-width: var(--content); margin: 0 auto; padding: 45px 24px 100px; }
.page-wrap > :not(.hearts) { position: relative; z-index: 2; }
.hearts {
  position: absolute;
  z-index: 1;
  width: 256px;
  top: -108px;
  right: 4%;
  opacity: 0;
  transform: translateY(130px) scale(.92);
  transition: opacity 1.05s ease-out, transform 1.05s cubic-bezier(.16,.78,.28,1);
  will-change: opacity, transform;
  pointer-events: none;
}
.hearts.left { width: 128px; top: 108px; left: -22px; right: auto; }
.hearts.left.is-visible { transition-delay: .12s; }
.hearts.is-visible { opacity: .92; transform: translateY(0) scale(1); }
.lead { max-width: 920px; margin: 0 auto 44px; text-align: center; font-size: clamp(23px, 2.3vw, 32px); font-weight: 700; line-height: 1.55; letter-spacing: .09em; }
.page-title { margin: 10px 0 4px; text-align: center; font-size: clamp(32px, 4vw, 48px); line-height: 1.35; }
.page-kicker { margin: 0; text-align: center; font-size: clamp(20px, 2vw, 29px); font-weight: 700; }
.page-sub { margin: 10px auto 60px; max-width: 900px; color: var(--pink-deep); text-align: center; font-size: clamp(19px, 2vw, 27px); font-weight: 700; line-height: 1.6; }
.page-sub.station-intro {
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
.page-sub.day-service-intro {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1px;
}

.office-buttons {
  width: min(1180px, calc(100vw - 48px));
  margin: 45px 50% 90px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.office-buttons a {
  min-height: 88px; padding: 12px 16px; display: flex; flex-direction: column; justify-content: center;
  border-radius: 22px; background: var(--pink); text-align: center; line-height: 1.3; transition: .2s ease;
}
.office-buttons a:hover { transform: translateY(-4px); box-shadow: 0 9px 18px rgba(83,71,65,.14); }
.office-buttons a:nth-child(4),
.office-buttons a:nth-child(5) { background: var(--green); }
.office-buttons span { font-size: 14px; }
.office-buttons a:nth-child(4) span {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: -0.03em;
}
.office-buttons strong { font-size: 24px; font-weight: 600; }

.section-title { display: flex; align-items: center; gap: 12px; margin: 55px 0 28px; font-size: clamp(28px, 3vw, 40px); font-weight: 500; }
.section-title::before { content: ""; width: 60px; height: 55px; background: url("img/heart-single.png") center/contain no-repeat; }
.news-list { border-top: 1px dashed var(--ink); }
.news-item { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px dashed var(--ink); }
.news-item-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.news-item time { font-size: 22px; }
.news-item h3 { margin: 0 0 6px; font-size: 24px; line-height: 1.4; }
.news-item p { margin: 0; font-size: 15px; }
.more { display: block; margin-top: 8px; text-align: right; text-decoration: underline; }
.category-badges.news-category-badges { gap: 5px; }
.category-badges.news-category-badges a { padding: 3px 8px; font-size: 11px; text-decoration: none; }
.category-badges.news-category-badges a::before { width: 7px; height: 7px; }
.news-archive-link { margin: 28px 0 0; text-align: center; }
.news-archive-link a { display: inline-grid; min-width: 220px; min-height: 56px; place-items: center; padding: 9px 26px; border-radius: 999px; background: var(--green); font-weight: 600; transition: transform .2s, filter .2s; }
.news-archive-link a:hover { transform: translateY(-3px); filter: brightness(.97); }

.wide-banner { width: 100vw; margin-left: calc(50% - 50vw); margin-top: 80px; }
.wide-banner img { width: 100%; height: clamp(210px, 28vw, 390px); object-fit: cover; }
.cards {
  width: min(1180px, calc(100vw - 48px));
  margin-left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 36px;
}
#business-office {
  margin-top: 60px;
  padding-top: 1px;
  border-top: 1px solid rgba(83,71,65,.55);
  scroll-margin-top: 115px;
}
.office-card {
  position: relative;
  grid-column: span 2;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 5px 14px rgba(83,71,65,.12);
  transition: .2s;
}
.office-card:nth-child(4) { grid-column: 2 / span 2; }
.office-card:nth-child(5) { grid-column: 4 / span 2; }
.office-card:hover { transform: translateY(-4px); }
.office-card img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
.office-card div {
  min-height: 142px;
  padding: 24px 54px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e9a0a4;
  text-align: center;
  line-height: 1.35;
}
.office-card:nth-child(4) div,
.office-card:nth-child(5) div { background: var(--green); }
.office-card small { display: block; font-size: 16px; }
.office-card strong { font-size: 30px; font-weight: 600; }
.office-card::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(-45deg);
}
.policy { margin: 75px auto; padding: 48px 70px; border-top: 2px solid rgba(83,71,65,.45); border-bottom: 2px solid rgba(83,71,65,.45); text-align: center; }
.policy h2 {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 2vw, 24px);
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(28px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 10px;
}
.policy h2::before,
.policy h2::after {
  content: "";
  flex: 0 0 auto;
  width: clamp(28px, 2.2vw, 32px);
  aspect-ratio: 1;
  background: var(--pink);
}
.policy p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.75;
}
.policy p + p { margin-top: 34px; }
.policy-image {
  width: min(720px, 100%);
  margin: 42px auto 0;
  opacity: 0;
  transform: translateY(140px) scale(.94);
  transition: opacity 1.05s ease-out, transform 1.05s cubic-bezier(.16,.78,.28,1);
  will-change: opacity, transform;
}
.policy-image.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.home-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 70px; margin: 70px 0 20px; }
.home-actions a {
  position: relative;
  min-height: 100px;
  padding: 20px 70px 20px 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: white;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: .08em;
  transition: transform .2s ease, filter .2s ease;
}
.home-actions a:last-child { grid-column: 1 / -1; }
.home-actions a:hover { transform: translateY(-4px); filter: brightness(1.04); }
.home-actions a::after {
  content: "";
  position: absolute;
  right: 28px;
  width: 20px;
  height: 20px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
}

.content-section { margin: 60px 0; }
.content-section h2, .content-section h3 { line-height: 1.5; }
.content-section h2 { font-size: 28px; }
.bullet-title { display: flex; align-items: center; gap: 12px; }
.bullet-title::before { content: "■"; color: var(--pink); }
.content-section p { margin: 1em 0; }
.content-section li { margin: 7px 0; }
.green-list { list-style: none; padding-left: 20px; }
.green-list li { padding-left: 1.35em; text-indent: -1.35em; }
.green-list li::before {
  content: "●";
  display: inline-block;
  width: 1.35em;
  color: var(--green);
  text-indent: 0;
}
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-box { padding: 24px; border: 2px solid var(--pink); border-radius: 16px; background: rgba(255,255,255,.58); }
.price-box h3 { margin-top: 0; }
.tomobe-pricing {
  width: min(980px, calc(100vw - 40px));
  max-width: none;
  margin: 60px 0 70px 50%;
  transform: translateX(-50%);
}
.tomobe-pricing .tomobe-pricing-title,
.tomobe-pricing .tomobe-info-title {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  font-family: "M PLUS 1", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: -0.1px;
}
.tomobe-pricing .tomobe-pricing-title { font-weight: 500; }
.tomobe-pricing .tomobe-pricing-title::before,
.tomobe-pricing .tomobe-info-title::before {
  content: "■";
  flex: 0 0 auto;
}
.tomobe-price-list { margin: 26px 0 24px; padding-left: 20px; }
.tomobe-price-row {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.tomobe-price-row + .tomobe-price-row { margin-top: 22px; }
.tomobe-room-heading {
  display: flex;
  flex: 0 0 242px;
  align-items: flex-start;
  gap: 0;
  white-space: nowrap;
}
.tomobe-room-heading span { color: var(--green); font-size: 17px; line-height: 1.75; }
.tomobe-room-heading h3 { margin: 0; font-size: 17px; font-weight: 400; line-height: 1.75; letter-spacing: -0.1px; }
.tomobe-price-values {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: start;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.1px;
}
.tomobe-pricing .tomobe-price-note { margin: 0 0 38px 30px; font-size: 17px; line-height: 1.75; letter-spacing: -0.1px; }
.tomobe-pricing .tomobe-info-title { margin-top: 30px; }
.tomobe-pricing .tomobe-meal-price { margin: 12px 0 28px 30px; font-size: 17px; line-height: 1.75; letter-spacing: -0.1px; }
.panorama { margin: 45px 0; width: 100%; max-height: 330px; object-fit: cover; }
.panorama.full-bleed { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.tomobe-promo {
  width: 100vw;
  margin: 95px 0 80px calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--pink);
}
.tomobe-promo-side { width: 100%; height: 100%; object-fit: cover; }
.tomobe-promo-center {
  position: relative;
  min-height: clamp(360px, 28.4vw, 580px);
  padding: 22px 35px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e9a0a4;
  text-align: center;
  line-height: 1.45;
}
.tomobe-promo-center p { margin: 5px 0 12px; font-size: clamp(18px, 1.75vw, 28px); }
.tomobe-promo-center h2 { margin: 2px 0 17px; font-size: clamp(26px, 2.5vw, 40px); line-height: 1.25; }
.tomobe-promo-center h2 a { border-bottom: 3px solid currentColor; text-shadow: 1px 1px white, -1px -1px white; }
.tomobe-promo-qr { width: clamp(115px, 10vw, 160px); margin-top: 5px; }
.tomobe-bubble {
  position: absolute;
  z-index: 2;
  top: -80px;
  right: -7rem;
  width: 9rem;
  aspect-ratio: 128.5 / 121.3;
  transform-origin: 52.84% 50.04%;
  -webkit-transform-origin: 52.84% 50.04%;
  -webkit-animation: tomobe-bubble-swing 2s ease-in-out infinite;
  animation: tomobe-bubble-swing 2s ease-in-out infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
}
.tomobe-bubble svg { width: 100%; height: 100%; overflow: visible; }
.tomobe-bubble circle, .tomobe-bubble polygon { fill: #fdd35c; }
.tomobe-bubble span {
  position: absolute;
  top: 50.04%;
  left: 52.84%;
  width: 82%;
  color: #111;
  font-family: NIS-R4P, "NIS R4P-83pv-RKSJ-H", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1px;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes tomobe-bubble-swing {
  0%, 50%, 100% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
  25%, 75% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
}
@keyframes tomobe-bubble-swing {
  0%, 50%, 100% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
  25%, 75% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
}
.tomobe-service-notes {
  margin: 60px 0;
  padding: 0 12px 55px;
}
.tomobe-service-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tomobe-service-note + .tomobe-service-note { margin-top: 25px; }
.tomobe-service-note > span {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.75;
}
.content-section .tomobe-service-note p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}
.group-home-description {
  margin: 55px 0 60px;
  padding: 0 12px;
}
.content-section.group-home-description p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.75;
}
.content-section.group-home-description p + p { margin-top: 28px; }
.content-section.group-home-description .group-home-contact { text-align: center; }
.page-sub.certification-intro {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1px;
}
.certification-flow {
  margin: 55px 0 70px;
  padding: 0 12px;
  font-size: clamp(16px, 1.25vw, 18px);
}
.certification-block { margin: 0 0 42px; }
.certification-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}
.certification-heading::before { content: "■"; color: var(--pink); }
.certification-flow p { margin: 0; line-height: 1.75; }
.certification-indent { margin-left: clamp(28px, 4vw, 55px) !important; }
.certification-apply-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
  margin: 18px 0 0;
  padding-left: 24px;
}
.certification-steps { margin: 25px 0 0; padding-left: 38px; }
.certification-steps > li { margin-bottom: 28px; padding-left: 3px; }
.certification-steps > li::marker { content: "●"; color: var(--green); font-size: 1.1rem; font-weight: 700; }
.certification-steps strong { font-weight: 500; }
.certification-steps p { margin: 5px 0 0 16px; }
.certification-result > p:not(.certification-indent) { margin-top: 22px; }
.station-banner { width: 100vw; max-width: none; margin: 70px 0 65px calc(50% - 50vw); }
.content-full-banner { width: 100vw; max-width: none; margin: 70px 0 65px calc(50% - 50vw); }
.service-detail { scroll-margin-top: 120px; }
.service-detail h2 { margin-bottom: 20px; }
.service-detail > p { max-width: 920px; line-height: 1.75; }
.service-detail-list { margin: 22px 0 0; padding-left: 40px; }
.service-detail-list > li { margin: 8px 0 30px; padding-left: 3px; }
.service-detail-list > li::marker { color: #eba4a4; }
.service-detail-list strong { font-weight: 500; }
.service-detail-list p { margin: 7px 0 0; line-height: 1.75; }
.recruitment-philosophy {
  margin: 38px 0 55px;
  padding: 0 12px;
  text-align: center;
}
.recruitment-philosophy p { margin: 0; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.75; }
.recruitment-philosophy .recruitment-values {
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.7;
}
.recruitment-philosophy .recruitment-values + p { margin-top: 24px; }
.recruitment-philosophy strong { font-weight: 700; }
.recruitment-jobs { margin: 45px 0 20px; text-align: center; }
.job-opening { margin: 0 0 50px; padding: 0 10px; }
.job-title { display: flex; align-items: center; justify-content: center; margin: 0 0 18px; font-size: clamp(18px, 1.55vw, 22px); font-weight: 600; }
.job-title::before, .job-title::after { content: "■"; margin: 0 10px; color: #eba4a4; font-size: clamp(18px, 1.55vw, 22px); }
.job-opening p { margin: 7px 0; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.65; }
.recruitment-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 15px 0 55px;
  font-size: clamp(16px, 1.25vw, 18px);
}
.recruitment-contact p { margin: 0; }
.recruitment-contact a { text-decoration: underline; text-underline-offset: 3px; }
.info-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.6); }
.info-table th, .info-table td { padding: 14px 18px; border: 1px solid #b9ada6; text-align: left; vertical-align: top; }
.info-table th { width: 22%; background: rgba(223,165,168,.35); }

/* 会社概要：元サイトに合わせた枠なしの二列レイアウト */
.company-overview {
  margin-top: 52px;
  margin-bottom: 72px;
  padding-inline: 12px;
}
.company-overview .bullet-title {
  gap: 9px;
  margin-bottom: 24px;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 600;
}
.company-overview .info-table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: transparent;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
}
.company-overview .info-table th,
.company-overview .info-table td {
  padding: 4px 12px;
  border: 0;
  background: transparent;
  text-align: left;
  vertical-align: top;
}
.company-overview .info-table th {
  width: 22%;
  font-weight: 700;
}

/* プライバシーポリシー */
.privacy-page { max-width: 1040px; }
.privacy-hearts { top: -112px; right: 4%; }
.privacy-page-title {
  margin: 18px 0 48px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}
.privacy-page-title span { display: block; }
.privacy-policy-section,
.privacy-contact-section {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
}
.privacy-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 600;
}
.privacy-heading::before,
.privacy-heading::after {
  content: "";
  width: .9em;
  height: .9em;
  background: var(--green);
}
.privacy-policy-section h3 {
  margin: 42px 0 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
}
.privacy-policy-section h4,
.privacy-contact-item h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 28px 0 8px;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 700;
}
.privacy-policy-section h4::before,
.privacy-contact-item h3::before {
  content: "";
  flex: 0 0 auto;
  width: .8em;
  height: .8em;
  background: var(--green);
}
.privacy-policy-section ul { margin: 8px 0 20px; padding-left: 2em; }
.privacy-policy-section ul ul { margin: 5px 0 8px; }
.privacy-signature {
  width: max-content;
  max-width: 100%;
  margin: 45px 0 30px auto;
  text-align: right;
}
.privacy-signature p { margin: 0 0 13px; }
.privacy-enacted-date { white-space: nowrap; }
.privacy-contact-section {
  margin-top: 55px;
  padding-top: 45px;
  border-top: 1px solid var(--ink);
}
.privacy-contact-section > h2 {
  margin: 0 0 18px;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 600;
}
.privacy-contact-item { margin-top: 28px; }
.privacy-contact-item p { margin: 0 0 0 1.8em; }
.privacy-contact-link { margin-top: 35px; text-align: center; }
.privacy-contact-link a {
  display: inline-block;
  max-width: 100%;
  padding: 16px 36px;
  border-radius: 9999px;
  background: var(--green);
  color: var(--ink);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  transition: transform .2s ease, filter .2s ease;
}
.privacy-contact-link a:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}
.map { width: 100%; height: 380px; border: 0; }
.slide-heading {
  position: absolute;
  z-index: 4;
  left: 0;
  width: min(715px, 56vw);
  min-height: 120px;
  display: grid;
  grid-template-columns: 36% 64%;
  opacity: 0;
  transform: translateX(-105%);
  transition: opacity .75s ease-out, transform 1s cubic-bezier(.16,.78,.28,1);
}
.slide-heading::before { content: ""; background: #eba4a4; }
.slide-heading.is-visible { opacity: 1; transform: translateX(0); }
.slide-heading-content { padding: 16px 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.72); text-align: center; }
.slide-heading h1, .slide-heading h2 { margin: 0; font-size: clamp(32px, 3.7vw, 48px); font-weight: 500; line-height: 1.25; letter-spacing: .08em; }
.slide-heading p { margin: 4px 0 0; color: #a5a5a5; font-size: clamp(14px, 1.4vw, 19px); letter-spacing: .15em; line-height: 1.3; }
.hero-photo-heading { bottom: 115px; }
.contact-intro { position: relative; min-height: clamp(320px, 40vh, 480px); padding: 0; overflow: hidden; background: url("img/contact-banner.jpg") center/cover; }
.contact-photo-heading { top: 50%; margin-top: -60px; }
.contact-photo-heading .slide-heading-content { background: rgba(255,255,255,.94); }
.contact-copy { max-width: 930px; margin: 0 auto; padding: 55px 20px 8px; }
.contact-copy > p { margin: 0; line-height: 1.85; }
.contact-phone { margin: 65px 0 22px; display: flex; align-items: center; justify-content: center; gap: 18px; font-size: clamp(25px, 2.5vw, 33px); font-weight: 600; line-height: 1.35; }
.contact-phone::before { content: ""; width: 25px; height: 25px; flex: 0 0 auto; background: var(--pink); }
.contact-form { width: min(890px, calc(100% - 40px)); margin: 35px auto 80px; padding: 40px 48px 62px; border: 4px solid var(--green); border-radius: 18px; background: rgba(255,255,255,.96); }
.contact-form h3 { margin: 0 0 22px; text-align: center; font-size: clamp(27px, 2.7vw, 35px); font-weight: 600; }
.field { margin: 0 0 17px; padding: 0; border: 0; }
.field label, .field legend { display: block; margin-bottom: 5px; font-weight: 600; line-height: 1.45; }
.field small { margin-left: 8px; color: var(--pink-deep); font-size: .86em; font-weight: 600; }
.field input:not([type="radio"]):not([type="checkbox"]), .field textarea { width: 100%; padding: 9px 12px; border: 0; border-radius: 10px; outline: 2px solid transparent; background: #d3e4ae; transition: outline-color .2s, background-color .2s; }
.field input:not([type="radio"]):not([type="checkbox"]):focus, .field textarea:focus { outline-color: #91b451; background: #dcebbb; }
.field textarea { min-height: 235px; resize: vertical; }
.radios { display: flex; flex-wrap: wrap; gap: 5px 20px; padding-left: 20px; }
.radios label { display: inline-flex; align-items: center; margin: 0; gap: 3px; }
.privacy-consent { margin-top: 22px; }
.privacy-consent label { display: flex; align-items: center; gap: 8px; }
.privacy-consent a { text-decoration: underline; }
.privacy-consent input { width: 20px; height: 20px; margin-left: 10px; }
.privacy-modal { width: min(960px, calc(100% - 32px)); height: min(820px, calc(100dvh - 32px)); max-width: none; max-height: none; margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: var(--paper); box-shadow: 0 18px 60px rgba(40,31,28,.32); }
.privacy-modal::backdrop { background: rgba(40,31,28,.62); backdrop-filter: blur(3px); }
.privacy-modal[open] { display: grid; grid-template-rows: auto 1fr auto; }
.privacy-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; background: var(--pink); }
.privacy-modal-header h2 { margin: 0; font-size: clamp(20px, 2.2vw, 28px); font-weight: 500; }
.privacy-modal-close { width: 42px; height: 42px; flex: 0 0 auto; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.privacy-modal-frame { width: 100%; height: 100%; border: 0; background: var(--paper); }
.privacy-modal-fallback { margin: 0; padding: 10px 18px 12px; text-align: right; }
.privacy-modal-fallback a { text-decoration: underline; text-underline-offset: 3px; }
.privacy-modal-view .site-header,
.privacy-modal-view .hero,
.privacy-modal-view .site-footer,
.privacy-modal-view .to-top,
.privacy-modal-view .privacy-hearts,
.privacy-modal-view .privacy-page-title,
.privacy-modal-view .privacy-contact-section { display: none; }
.privacy-modal-view .privacy-page { max-width: 900px; padding: 28px 24px 45px; }
.privacy-modal-view .privacy-policy-section { padding: 0; }
.submit { display: block; min-width: 160px; margin: 45px auto 0; padding: 10px 30px; border: 0; border-radius: 10px; background: #d3e4ae; color: var(--ink); font-size: 21px; font-weight: 600; cursor: pointer; transition: transform .2s, filter .2s; }
.submit:hover { transform: translateY(-3px); filter: brightness(.96); }
.form-message { min-height: 1.5em; text-align: center; color: #9d555d; font-weight: 600; }

/* Contact Form 7 */
.cf7-contact-form .wpcf7-form { margin: 0; }
.cf7-contact-form .wpcf7-form-control-wrap { display: block; margin-top: 5px; }
.cf7-contact-form .wpcf7-list-item { margin: 0 20px 0 0; }
.cf7-contact-form .wpcf7-list-item label { display: inline-flex; align-items: center; gap: 4px; font-weight: 400; }
.cf7-contact-form .wpcf7-not-valid-tip { margin-top: 5px; color: #9d555d; font-size: 14px; }
.cf7-contact-form .keishichi-live-error { display: block; color: #c62828; font-weight: 500; }
.cf7-contact-form .field input[aria-invalid="true"]:not([type="radio"]):not([type="checkbox"]),
.cf7-contact-form .field textarea[aria-invalid="true"] { outline-color: #c62828; }
.cf7-contact-form .wpcf7-response-output { margin: 28px 0 0 !important; padding: 12px 16px !important; border-color: var(--green) !important; border-radius: 8px; text-align: center; }
.cf7-contact-form .wpcf7-spinner { display: block; margin: 12px auto 0; }

/* WordPress汎用ページ・投稿・404 */
.entry-page-wrap, .archive-page, .error-page { min-height: 420px; }
.no-hero-main { padding-top: var(--header-height); }
.no-hero-main .page-wrap { padding-top: clamp(55px, 6vw, 85px); }
.entry-article { margin-top: 20px; }
.entry-title { overflow-wrap: anywhere; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0 0 18px; color: #7f746e; }
.entry-meta a { text-decoration: underline; text-underline-offset: 3px; }
.entry-meta .category-badges a { text-decoration: none; }
.entry-content { margin-top: 35px; font-size: 17px; line-height: 1.85; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin: 55px 0 20px; padding-left: 1.3em; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.5; }
.entry-content h2::before { content: "■"; display: inline-block; width: 1.3em; margin-left: -1.3em; color: var(--pink); }
.entry-content h3 { margin: 40px 0 15px; font-size: clamp(20px, 1.8vw, 25px); }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { display: block; height: auto; margin-right: auto; margin-left: auto; border-radius: 5px; }
.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter { float: none; margin-right: auto; margin-left: auto; }
.entry-content figure { margin-right: auto; margin-left: auto; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 70px 0 20px; padding-top: 28px; border-top: 1px dashed var(--ink); }
.post-navigation div:last-child { text-align: right; }
.post-navigation a { text-decoration: underline; text-underline-offset: 3px; }
.archive-news-list { margin-top: 38px; }
.archive-news-list .news-item h2 { margin: 0 0 6px; font-size: 24px; line-height: 1.4; }
.category-news-list { display: grid; gap: 26px; margin-top: 42px; }
.category-news-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 5px 16px rgba(83,71,65,.12);
}
.category-news-content { display: flex; flex-direction: column; align-items: flex-start; padding: 28px 32px 25px; }
.category-news-content h2 { margin: 0 0 18px; font-size: clamp(21px, 2.1vw, 28px); font-weight: 500; line-height: 1.45; }
.category-news-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; color: #756a64; font-size: 14px; }
.category-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.category-badges a { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 999px; background: #eef5dc; color: var(--ink); line-height: 1.4; }
.category-badges a::before { content: ""; width: 9px; height: 9px; flex: 0 0 auto; background: var(--pink); transform: rotate(45deg); }
.category-read-more { margin-top: auto; align-self: flex-end; padding-top: 22px; text-decoration: underline; text-underline-offset: 4px; font-weight: 500; }
.news-empty { margin: 0; padding: 25px 0; border-bottom: 1px dashed var(--ink); }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 5px 10px; border-radius: 8px; background: rgba(255,255,255,.8); }
.page-numbers.current { background: var(--green); }
.error-page { text-align: center; }
.error-code-large { margin: 5px 0 -12px; color: var(--pink-deep); font-size: clamp(75px, 12vw, 150px); font-weight: 700; line-height: 1; }
.error-home-link { margin-top: 38px; }
.error-home-link a { display: inline-grid; min-width: 220px; min-height: 58px; place-items: center; padding: 10px 25px; border-radius: 999px; background: var(--green); font-weight: 600; }

.bottom-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin: 75px 0 10px; }
.bottom-links a { width: 255px; min-height: 62px; display: grid; place-items: center; border-radius: 14px; background: var(--pink); font-weight: 600; }
.site-footer { position: relative; z-index: 4; margin-top: clamp(125px, 14.5vw, 240px); padding: 105px max(24px, calc((100% - 1120px)/2)) 25px; background: var(--pink); }
.footer-wave { position: absolute; z-index: 0; top: clamp(-240px, -14.5vw, -125px); left: 0; width: 100%; height: clamp(190px, 22.5vw, 370px); pointer-events: none; }
.footer-wave-green { fill: var(--green); }
.footer-wave-pink { fill: var(--pink); }
.footer-grid, .copyright { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; margin-top: -120px; }
.footer-brand small, .footer-brand strong { display: block; font-weight: 700; }
.footer-brand strong { margin: 5px 0 18px; font-size: 27px; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin: 6px 0; }
.footer-nav a::before { content: "▶"; margin-right: 8px; color: #fff; font-size: 10px; }
.footer-drop-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.footer-drop-toggle::before {
  content: "▶";
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 10px;
}
.footer-drop-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin: 1px 0 0 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.footer-drop.open .footer-drop-toggle::after { transform: rotate(-135deg) translate(-2px, -2px); }
.footer-drop-toggle:focus { outline: 3px solid rgba(83,71,65,.72); outline-offset: 5px; }
.footer-drop { position: relative; }
.footer-submenu {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 13px);
  left: 0;
  width: min(290px, calc(100vw - 40px));
  list-style: none;
  margin: 0;
  padding: 16px 24px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-shadow: 0 5px 14px rgba(83,71,65,.15);
  color: var(--ink);
}
.footer-drop.open .footer-submenu { display: block; }
.footer-nav .footer-submenu li { margin: 0; }
.footer-nav .footer-submenu li + li { margin-top: 18px; }
.footer-nav .footer-submenu a { position: relative; z-index: 1; display: block; font-size: 16px; line-height: 1.6; cursor: pointer; }
.footer-nav .footer-submenu a::before { content: none; }
.copyright { margin: 45px 0 0; text-align: center; font-size: 12px; }
.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 20; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(103,76,72,.94); box-shadow: 0 3px 12px rgba(58,39,37,.28); color: #fff; font-size: 17px; line-height: 1; opacity: 0; pointer-events: none; transition: opacity .2s, background-color .2s, transform .2s; cursor: pointer; }
.to-top.visible { opacity: 1; pointer-events: auto; }
.to-top:hover { background: rgba(79,57,54,.98); transform: translateY(-2px); }

.scroll-box {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity .85s ease-out var(--reveal-delay, 0ms),
    transform .85s cubic-bezier(.16,.78,.28,1) var(--reveal-delay, 0ms),
    filter .2s ease;
  will-change: opacity, transform;
}
.scroll-box.is-visible { opacity: 1; transform: translateY(0); }
a.scroll-box.is-visible:hover { transform: translateY(-4px); }

@media (max-width: 900px) {
  :root { --header-height: 75px; --hero-top: 75px; }
  body { font-size: 15px; }
  .site-header { height: 75px; display: block; }
  .brand { height: 75px; padding: 9px 20px; padding-right: 75px; }
  .brand small { font-size: 11px; }
  .brand strong { font-size: 21px; }
  .menu-toggle { display: grid; place-items: center; position: absolute; top: 12px; right: 14px; width: 50px; height: 50px; border: 0; background: rgba(255,255,255,.8); color: var(--ink); font-size: 0; cursor: pointer; }
  .menu-toggle::before,
  .menu-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 28px; height: 3px; border-radius: 2px; background: currentColor; transform: translate(-50%, -50%); transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease; }
  .menu-toggle::before { box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor; }
  .menu-toggle::after { opacity: 0; }
  .menu-toggle.active::before { box-shadow: none; transform: translate(-50%, -50%) rotate(45deg); }
  .menu-toggle.active::after { opacity: 1; transform: translate(-50%, -50%) rotate(-45deg); }
  .main-nav { position: absolute; top: 75px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; background: rgba(255,255,255,.98); box-shadow: 0 10px 20px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-drop > .office-index-link { min-height: 49px; justify-content: flex-start; padding: 0 58px 0 24px; }
  .nav-drop { position: relative; display: block; }
  .nav-drop-toggle { position: absolute; z-index: 2; top: 0; right: 8px; width: 44px; height: 49px; padding: 0; }
  .submenu { position: static; display: none; min-width: 0; padding-left: 18px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-drop.open .submenu { display: block; }
  .hero, .hero.home, .hero.general { height: calc(75px + 56.25vw); margin-top: 0; padding-top: 75px; }
  .hero-image { inset: 75px 0 0; }
  .page-wrap { padding: 25px 20px 80px; }
  .no-hero-main .page-wrap { padding-top: 45px; }
  .hearts { width: 170px; top: -85px; right: 2%; }
  .hearts.left { display: block; width: 95px; top: 125px; left: -8px; right: auto; }
  .lead { margin-top: 20px; font-size: 21px; }
  .office-buttons { grid-template-columns: 1fr 1fr; margin-bottom: 65px; }
  .office-buttons a:last-child { grid-column: 1 / -1; }
  .cards { width: min(620px, calc(100vw - 40px)); grid-template-columns: 1fr; gap: 22px; }
  .office-card,
  .office-card:nth-child(4),
  .office-card:nth-child(5),
  .office-card:last-child { grid-column: auto; width: 100%; }
  .office-card div { min-height: 118px; padding-top: 18px; padding-bottom: 18px; }
  .office-card small { font-size: 13px; }
  .office-card strong { font-size: 24px; }
  .office-card::after { right: 20px; bottom: 43px; width: 22px; height: 22px; }
  .news-item { grid-template-columns: 1fr; gap: 4px; }
  .news-item time { font-size: 18px; }
  .slide-heading { width: min(620px, 88vw); grid-template-columns: 27% 73%; min-height: 105px; }
  .hero-photo-heading { bottom: 75px; }
  .hero.company { height: calc(75px + 56.25vw); padding-top: 75px; }
  .hero.company .hero-image { inset: 75px 0 0; background-position: center; }
  .hero.company .hero-photo-heading { bottom: clamp(55px, 18vw, 162px); width: 60vw; min-height: clamp(80px, 15vw, 120px); grid-template-columns: 41% 59%; }
  .hero.company .slide-heading-content { padding: 10px 8px; }
  .hero.company .slide-heading h1 { white-space: nowrap; font-size: clamp(26px, 6vw, 42px); letter-spacing: .04em; }
  .hero.company .slide-heading p { white-space: nowrap; font-size: clamp(11px, 2.3vw, 17px); letter-spacing: .08em; }
  .contact-photo-heading { top: 50%; margin-top: -52px; }
  .tomobe-promo { grid-template-columns: 1fr; }
  .tomobe-promo-side { min-height: 0; aspect-ratio: 4 / 3; }
  .tomobe-promo-center { min-height: 430px; }
  .tomobe-bubble { top: -80px; right: 16px; width: 9rem; }
  .tomobe-bubble span { font-size: 15px; line-height: 1.4; }
  .price-grid { grid-template-columns: 1fr; }
  .tomobe-pricing { width: calc(100vw - 40px); }
  .tomobe-price-list { padding-left: 16px; }
  .tomobe-price-row { flex-direction: column; gap: 8px; }
  .tomobe-room-heading { flex-basis: auto; }
  .tomobe-price-values { grid-template-columns: repeat(2, max-content); padding-left: 24px; }
  .tomobe-pricing .tomobe-price-note,
  .tomobe-pricing .tomobe-meal-price { margin-left: 16px; }
  .policy { padding: 35px 20px; }
  .home-actions { grid-template-columns: 1fr; gap: 22px; }
  .home-actions a,
  .home-actions a:last-child { grid-column: auto; }
  .site-footer { padding-top: 80px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px 24px; margin-top: 0; }
  .footer-brand { grid-column: 1 / -1; }
}

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

@media (max-width: 520px) {
  .hero, .hero.home, .hero.general { height: calc(75px + 56.25vw); }
  .hero { background-position: center; }
  .hero.company { height: calc(75px + 56.25vw); padding-top: 75px; }
  .hero.company .hero-image { inset: 75px 0 0; background-position: center; }
  .hero.company .hero-photo-heading { bottom: 55px; width: 60vw; min-height: 105px; grid-template-columns: 41% 59%; }
  .hero.company .slide-heading-content { padding: 10px 8px; }
  .hero.company .slide-heading h1 { white-space: nowrap; font-size: clamp(26px, 8vw, 32px); letter-spacing: .04em; }
  .hero.company .slide-heading p { white-space: nowrap; font-size: clamp(11px, 3vw, 14px); letter-spacing: .08em; }
  .hearts { width: 135px; top: -66px; }
  .hearts.left { width: 78px; top: 135px; left: 0; }
  .office-buttons, .cards { grid-template-columns: 1fr; }
  .office-card,
  .office-card:nth-child(4),
  .office-card:nth-child(5),
  .office-card:last-child { grid-column: auto; width: 100%; }
  .office-buttons a:last-child { grid-column: auto; }
  .page-title { font-size: 32px; }
  .page-kicker { font-size: 18px; }
  .section-title { font-size: 27px; }
  .price-box { padding: 18px; }
  .tomobe-price-values { width: 100%; grid-template-columns: 1fr; gap: 3px; }
  .tomobe-price-values span:last-child { text-align: right; }
  .home-actions { grid-template-columns: 1fr; margin-top: 45px; }
  .home-actions a,
  .home-actions a:last-child { grid-column: auto; min-height: 82px; font-size: 25px; }
  .tomobe-promo-center { padding: 52px 24px 30px; }
  .tomobe-bubble { top: -120px; right: 16px; width: 9rem; }
  .tomobe-bubble span { font-size: 15px; line-height: 1.4; }
  .tomobe-service-notes { padding-right: 0; padding-left: 0; }
  .content-section .tomobe-service-note p { font-size: 15px; }
  .tomobe-service-note > span { font-size: 15px; }
  .group-home-description { padding-right: 0; padding-left: 0; }
  .content-section.group-home-description .group-home-contact { text-align: left; }
  .certification-flow { padding-right: 0; padding-left: 0; }
  .certification-indent { margin-left: 22px !important; }
  .certification-apply-list { flex-direction: column; gap: 0; }
  .certification-steps { padding-left: 28px; }
  .recruitment-philosophy { padding-right: 0; padding-left: 0; }
  .recruitment-contact { flex-direction: column; gap: 0; }
  .site-footer { padding-top: 65px; }
  .info-table th, .info-table td { display: block; width: 100%; }
  .info-table tr { display: block; margin-bottom: 12px; }
  .company-overview { padding-inline: 0; }
  .company-overview .info-table { border-spacing: 0 6px; }
  .company-overview .info-table th { padding: 0 4px; }
  .company-overview .info-table td { padding: 0 4px 10px; }
  .category-news-content { padding: 22px 20px 20px; }
  .category-news-content h2 { margin-bottom: 14px; }
  .category-read-more { padding-top: 18px; }
  .privacy-hearts { top: -64px; right: 1%; }
  .privacy-page-title { margin-top: 12px; margin-bottom: 38px; font-size: 32px; }
  .privacy-heading { gap: 9px; font-size: 22px; }
  .privacy-policy-section h3 { margin-top: 34px; }
  .privacy-policy-section ul { padding-left: 1.55em; }
  .privacy-contact-section { margin-top: 42px; padding-top: 35px; }
  .privacy-contact-item p { margin-left: 0; }
  .radios { flex-direction: column; }
  .contact-copy { padding-top: 40px; }
  .contact-phone { margin-top: 42px; gap: 11px; }
  .contact-phone::before { width: 18px; height: 18px; }
  .contact-form { width: calc(100% - 28px); padding: 30px 20px 46px; border-width: 3px; }
  .privacy-consent label { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .slide-heading { opacity: 1; transform: none; transition: none; }
  .hearts { opacity: .92; transform: none; transition: none; }
  .policy-image { opacity: 1; transform: none; transition: none; }
  .scroll-box { opacity: 1; transform: none; transition: none; }
}
