@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&text=0123456789%2D&display=swap");

body:has(.hanadokei-preview) #site-header,
body:has(.hanadokei-preview) .lightning_swiper,
body:has(.hanadokei-preview) .page-header,
body:has(.hanadokei-preview) #breadcrumb,
body:has(.hanadokei-preview) .sub-section,
body:has(.hanadokei-preview) > .site-footer,
body:has(.hanadokei-preview) .vk-mobile-nav-menu-btn,
body:has(.hanadokei-preview) #vk-mobile-nav,
body:has(.hanadokei-preview) #page_top {
  display: none !important;
}

body:has(.hanadokei-preview) .site-body,
body:has(.hanadokei-preview) .site-body-container,
body:has(.hanadokei-preview) .main-section,
body:has(.hanadokei-preview) .entry,
body:has(.hanadokei-preview) .entry-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hanadokei-preview {
  --hk-green: #47783c;
  --hk-deep-green: #2f5d39;
  --hk-sage: #81976f;
  --hk-coral: #dc7355;
  --hk-gold: #d5a833;
  --hk-ink: #563b2a;
  --hk-text: #4d4034;
  --hk-muted: #776c5e;
  --hk-cream: #fff7e8;
  --hk-paper: #fffaf0;
  --hk-paper-2: #fbf3e5;
  --hk-white: #ffffff;
  --hk-border: #e5d8bd;
  --hk-soft-border: #efe4cf;
  --hk-shadow: 0 18px 38px rgba(91, 64, 34, 0.11);
  --hk-radius: 8px;
  --hk-content: 1320px;
  --hk-phone-font: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --hk-floral-corner: url("images/hanadokei-floral-corner.png");
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(213, 168, 51, 0.08), transparent 18rem),
    linear-gradient(180deg, #fffaf0 0%, #fff7e9 46%, #fffaf0 100%);
  color: var(--hk-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  overflow-x: hidden;
}

.hanadokei-preview *,
.hanadokei-preview *::before,
.hanadokei-preview *::after {
  box-sizing: border-box;
}

.hanadokei-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hanadokei-num,
.hanadokei-nowrap,
.hanadokei-phone,
.hanadokei-home-phone,
.hanadokei-stat strong,
.hanadokei-fee-boxes strong,
.hanadokei-price {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.hanadokei-phone,
.hanadokei-home-phone,
.hanadokei-nowrap,
.hanadokei-stat strong,
.hanadokei-fee-boxes strong {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.hanadokei-preview a {
  color: inherit;
  text-decoration: none;
}

.hanadokei-preview a:focus-visible,
.hanadokei-preview button:focus-visible,
.hanadokei-preview summary:focus-visible {
  outline: 3px solid rgba(213, 168, 51, 0.75);
  outline-offset: 3px;
}

.hanadokei-wrap {
  width: min(100% - 40px, var(--hk-content));
  margin-inline: auto;
}

.hanadokei-preview h1,
.hanadokei-preview h2,
.hanadokei-preview h3,
.hanadokei-preview p {
  margin: 0;
}

.hanadokei-preview h1,
.hanadokei-preview h2,
.hanadokei-preview h3 {
  padding: 0;
  border: 0;
  background: none;
  color: var(--hk-ink);
  line-height: 1.35;
  letter-spacing: 0;
}

.hanadokei-preview h1::before,
.hanadokei-preview h1::after,
.hanadokei-preview h2::before,
.hanadokei-preview h2::after,
.hanadokei-preview h3::before,
.hanadokei-preview h3::after {
  display: none !important;
  content: none !important;
}

.hanadokei-preview h1 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.45rem;
  font-weight: 700;
}

.hanadokei-preview h2 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 700;
}

.hanadokei-preview h3 {
  font-size: 1.18rem;
  font-weight: 800;
}

.hanadokei-header {
  position: relative;
  z-index: 40;
  background: rgba(255, 250, 240, 0.96);
  border-bottom: 1px solid rgba(229, 216, 189, 0.8);
}

.hanadokei-header-inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: minmax(310px, 360px) minmax(0, 1fr) minmax(245px, auto);
  align-items: center;
  gap: 18px 28px;
  padding: 14px 0;
}

.hanadokei-header-inner > *,
.hanadokei-nav,
.hanadokei-hero-content,
.hanadokei-hero-lead {
  min-width: 0;
  max-width: 100%;
}

.hanadokei-index-mark {
  align-self: stretch;
  min-width: 72px;
  display: grid;
  place-items: center;
  color: var(--hk-deep-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
  background:
    linear-gradient(105deg, rgba(248, 232, 183, 0.68), rgba(255, 250, 240, 0) 70%);
}

.hanadokei-brand {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 310px;
}

.hanadokei-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.hanadokei-brand small {
  display: block;
  color: var(--hk-ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hanadokei-brand strong {
  display: block;
  margin-top: 4px;
  color: var(--hk-ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.98rem;
  line-height: 1.05;
}

.hanadokei-nav {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--hk-ink);
  line-height: 1.25;
}

.hanadokei-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 104px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid var(--hk-soft-border);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.74);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(91, 64, 34, 0.04);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hanadokei-nav a:hover,
.hanadokei-nav a[aria-current="page"] {
  border-color: rgba(213, 168, 51, 0.7);
  background: #fffaf0;
  color: var(--hk-deep-green);
  transform: translateY(-1px);
}

.hanadokei-header-contact {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-width: 245px;
  white-space: nowrap;
}

.hanadokei-header-contact p {
  color: var(--hk-ink);
  font-size: 0.83rem;
  font-weight: 800;
}

.hanadokei-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hk-coral);
  font-family: var(--hk-phone-font);
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1;
}

.hanadokei-preview .hanadokei-phone {
  color: var(--hk-coral);
}

.hanadokei-phone span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(220, 115, 85, 0.12);
  color: var(--hk-coral);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
}

.hanadokei-consult-button,
.hanadokei-recruit-button,
.hanadokei-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--hk-deep-green);
  color: var(--hk-white);
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(47, 93, 57, 0.18);
}

.hanadokei-preview .hanadokei-consult-button,
.hanadokei-preview .hanadokei-recruit-button,
.hanadokei-preview .hanadokei-button {
  color: var(--hk-white);
}

.hanadokei-consult-button {
  background: var(--hk-coral);
  box-shadow: 0 12px 24px rgba(220, 115, 85, 0.24);
}

.hanadokei-recruit-button {
  border: 1px solid rgba(47, 93, 57, 0.24);
  background: #fffdf7;
  color: var(--hk-deep-green);
  box-shadow: 0 10px 22px rgba(47, 93, 57, 0.08);
}

.hanadokei-preview .hanadokei-recruit-button {
  color: var(--hk-deep-green);
}

.hanadokei-button:hover,
.hanadokei-recruit-button:hover,
.hanadokei-consult-button:hover {
  transform: translateY(-1px);
}

.hanadokei-button.is-warm {
  background: var(--hk-coral);
  box-shadow: 0 12px 24px rgba(220, 115, 85, 0.24);
}

.hanadokei-button.is-light {
  background: var(--hk-white);
  color: var(--hk-deep-green);
}

.hanadokei-preview .hanadokei-button.is-light {
  color: var(--hk-deep-green);
}

.hanadokei-hero {
  position: relative;
  min-height: 624px;
  overflow: hidden;
  border-bottom: 1px solid var(--hk-soft-border);
  background: var(--hk-paper);
}

.hanadokei-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hk-hero-image) right center / auto 100% no-repeat;
}

.hanadokei-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 1) 0%, rgba(255, 250, 240, 0.98) 31%, rgba(255, 250, 240, 0.68) 49%, rgba(255, 250, 240, 0.16) 67%, rgba(255, 250, 240, 0) 82%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.15), rgba(92, 58, 31, 0.08));
}

.hanadokei-hero .hanadokei-wrap {
  position: relative;
  z-index: 2;
  min-height: 624px;
  display: flex;
  align-items: center;
  padding: 70px 0 40px;
}

.hanadokei-hero .hanadokei-wrap::before,
.hanadokei-home-contact::after,
.hanadokei-route-section::before,
.hanadokei-about-copy::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.26;
  background: var(--hk-floral-corner) center / contain no-repeat;
}

.hanadokei-hero .hanadokei-wrap::before {
  left: -80px;
  top: 110px;
  width: 140px;
  height: 190px;
  transform: rotate(-18deg);
}

.hanadokei-hero-content {
  width: min(100%, 520px);
  padding-bottom: 34px;
}

.hanadokei-hero-lead {
  max-width: 390px;
  margin-top: 26px;
  color: var(--hk-text);
  font-weight: 800;
  line-height: 1.9;
  word-break: normal;
}

.hanadokei-hero-actions {
  width: min(1060px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.hanadokei-hero-card {
  min-height: 96px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  column-gap: 13px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--hk-radius);
  color: var(--hk-white);
  box-shadow: var(--hk-shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hanadokei-preview .hanadokei-hero-card {
  color: var(--hk-white);
}

.hanadokei-hero-card:hover,
.hanadokei-route-card:hover,
.hanadokei-media-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(91, 64, 34, 0.16);
}

.hanadokei-hero-card > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 900;
}

.hanadokei-logo-symbol {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hanadokei-logo-symbol-bg {
  fill: rgba(255, 255, 255, 0.08);
}

.hanadokei-logo-symbol-sparkle,
.hanadokei-logo-symbol-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hanadokei-logo-symbol-sparkle {
  stroke-width: 2.5;
  opacity: 0.42;
}

.hanadokei-logo-symbol-line {
  stroke-width: 3.2;
}

.hanadokei-service-mark .hanadokei-logo-symbol {
  width: 31px;
  height: 31px;
}

.hanadokei-hero-card strong,
.hanadokei-hero-card small {
  display: block;
  line-height: 1.35;
}

.hanadokei-hero-card strong {
  font-size: 1.05rem;
}

.hanadokei-hero-card small {
  opacity: 0.92;
  font-size: 0.78rem;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hanadokei-hero-card.is-coral {
  background: linear-gradient(135deg, #e57f60, #d7654d);
}

.hanadokei-hero-card.is-green {
  background: linear-gradient(135deg, #5b8a4a, #3f743f);
}

.hanadokei-hero-card.is-gold {
  background: linear-gradient(135deg, #dfb646, #c99c2c);
}

.hanadokei-hero-card.is-ivory {
  background: rgba(255, 253, 246, 0.94);
  color: var(--hk-ink);
  border-color: var(--hk-border);
}

.hanadokei-preview .hanadokei-hero-card.is-ivory {
  color: var(--hk-ink);
}

.hanadokei-hero-card.is-ivory > span {
  background: rgba(86, 59, 42, 0.08);
  color: var(--hk-ink);
}

.hanadokei-strip {
  background: rgba(255, 250, 240, 0.96);
  border-bottom: 1px solid var(--hk-soft-border);
}

.hanadokei-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hanadokei-stat {
  min-height: 122px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  column-gap: 16px;
  padding: 25px 30px;
  border-right: 1px solid var(--hk-border);
}

.hanadokei-stat:last-child {
  border-right: 0;
}

.hanadokei-stat > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f4ead4;
  color: var(--hk-ink);
  font-size: 0.8rem;
  font-weight: 900;
}

.hanadokei-stat-mark .hanadokei-logo-symbol {
  width: 30px;
  height: 30px;
}

.hanadokei-stat small {
  color: var(--hk-muted);
  font-size: 0.84rem;
  font-weight: 800;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hanadokei-stat strong {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  color: var(--hk-ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.78rem;
  font-weight: 700;
  line-height: 1.14;
}

.hanadokei-num {
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  vertical-align: baseline;
  transform: none;
}

.hanadokei-stat strong > span {
  display: inline-block;
}

.hanadokei-section {
  padding: 76px 0;
}

.hanadokei-section.is-white {
  background: var(--hk-white);
}

.hanadokei-section.is-leaf {
  background: #eef5ea;
}

.hanadokei-section.is-cream {
  background: var(--hk-cream);
}

.hanadokei-section.is-paper {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 247, 232, 0.96)),
    var(--hk-paper);
}

.hanadokei-section-title {
  margin-bottom: 34px;
}

.hanadokei-section-title.is-centered {
  position: relative;
  text-align: center;
}

.hanadokei-section-title.is-centered::after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--hk-coral);
}

.hanadokei-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.hanadokei-section-head p {
  max-width: 720px;
  color: var(--hk-muted);
}

.hanadokei-route-section {
  position: relative;
}

.hanadokei-route-section::before {
  left: -70px;
  top: 40px;
  width: 170px;
  height: 170px;
  transform: rotate(24deg);
}

.hanadokei-route-grid,
.hanadokei-service-grid,
.hanadokei-grid-3,
.hanadokei-grid-4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hanadokei-route-grid,
.hanadokei-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hanadokei-grid-2,
.hanadokei-fee-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.hanadokei-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hanadokei-route-card,
.hanadokei-card,
.hanadokei-note-card,
.hanadokei-media-card,
.hanadokei-fee-card,
.hanadokei-check-card {
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: var(--hk-shadow);
}

.hanadokei-route-card {
  min-height: 244px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 24px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hanadokei-preview .hanadokei-route-card {
  color: var(--hk-text);
}

.hanadokei-route-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--hk-white);
  font-weight: 900;
}

.hanadokei-route-icon .hanadokei-logo-symbol {
  width: 40px;
  height: 40px;
}

.hanadokei-route-icon.is-coral {
  background: var(--hk-coral);
}

.hanadokei-route-icon.is-green {
  background: var(--hk-green);
}

.hanadokei-route-icon.is-gold {
  background: var(--hk-gold);
}

.hanadokei-route-icon.is-sage {
  background: var(--hk-sage);
}

.hanadokei-route-card strong {
  color: var(--hk-ink);
  font-size: 1.07rem;
  font-weight: 900;
}

.hanadokei-route-card small {
  display: block;
  margin-top: 12px;
  color: var(--hk-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.hanadokei-route-card em {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--hk-coral);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 900;
}

.hanadokei-preview .hanadokei-route-card em,
.hanadokei-preview .hanadokei-media-body a {
  color: var(--hk-coral);
}

.hanadokei-route-card em::after,
.hanadokei-media-body a::after,
.hanadokei-button::after {
  content: "→";
  font-weight: 900;
}

.hanadokei-care-points {
  border-top: 1px solid var(--hk-soft-border);
  border-bottom: 1px solid var(--hk-soft-border);
}

.hanadokei-point-grid,
.hanadokei-flow-grid {
  display: grid;
  gap: 22px;
}

.hanadokei-point-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hanadokei-point-card,
.hanadokei-flow-step {
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: rgba(255, 253, 247, 0.88);
  box-shadow: 0 14px 30px rgba(91, 64, 34, 0.08);
}

.hanadokei-point-card {
  min-height: 218px;
  padding: 28px;
}

.hanadokei-point-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 999px;
  color: var(--hk-white);
}

.hanadokei-point-icon .hanadokei-logo-symbol {
  width: 42px;
  height: 42px;
}

.hanadokei-point-icon.is-coral {
  background: var(--hk-coral);
}

.hanadokei-point-icon.is-green {
  background: var(--hk-green);
}

.hanadokei-point-icon.is-gold {
  background: var(--hk-gold);
}

.hanadokei-point-card h3,
.hanadokei-flow-step h3 {
  color: var(--hk-ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.hanadokei-point-card p,
.hanadokei-flow-step p {
  margin-top: 10px;
  color: var(--hk-muted);
  font-weight: 700;
  line-height: 1.8;
}

.hanadokei-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: step;
}

.hanadokei-flow-step {
  position: relative;
  min-height: 212px;
  padding: 30px 24px 26px;
  overflow: hidden;
}

.hanadokei-flow-step::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(213, 168, 51, 0.28);
  border-radius: 999px;
}

.hanadokei-flow-step span {
  display: block;
  margin-bottom: 22px;
  color: var(--hk-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.hanadokei-about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  background: rgba(255, 253, 247, 0.92);
  border-top: 1px solid var(--hk-soft-border);
  border-bottom: 1px solid var(--hk-soft-border);
}

.hanadokei-about-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.hanadokei-about-copy {
  position: relative;
  max-width: 740px;
  padding: 70px 70px 64px;
}

.hanadokei-about-copy::after {
  right: -54px;
  top: 30px;
  width: 160px;
  height: 190px;
  transform: rotate(24deg);
}

.hanadokei-about-copy h2 {
  color: #2f6d5f;
}

.hanadokei-about-copy p {
  margin-top: 20px;
  color: var(--hk-text);
  font-weight: 700;
  line-height: 2;
}

.hanadokei-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 30px 0 28px;
}

.hanadokei-info-grid div {
  display: grid;
  gap: 2px;
  padding-left: 14px;
  border-left: 3px solid var(--hk-soft-border);
}

.hanadokei-info-grid span {
  color: var(--hk-muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.hanadokei-info-grid strong {
  color: var(--hk-ink);
  font-weight: 900;
}

.hanadokei-info-grid div:nth-child(-n + 4) strong {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  white-space: nowrap;
}

.hanadokei-info-grid small {
  color: var(--hk-muted);
  font-weight: 700;
}

.hanadokei-flower-mark {
  display: block;
  width: 54px;
  height: 12px;
  margin-bottom: 18px;
  border-top: 2px solid var(--hk-coral);
}

.hanadokei-media-card {
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hanadokei-media-card img,
.hanadokei-image-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hanadokei-media-body {
  padding: 24px 26px 28px;
  background: rgba(255, 253, 247, 0.96);
}

.hanadokei-media-body h3 + p {
  margin-top: 10px;
}

.hanadokei-media-body p {
  color: var(--hk-text);
  font-weight: 700;
}

.hanadokei-media-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 900;
}

.hanadokei-card,
.hanadokei-note-card,
.hanadokei-check-panel {
  padding: 28px;
}

.hanadokei-card > * + *,
.hanadokei-note-card > * + *,
.hanadokei-check-panel > * + * {
  margin-top: 14px;
}

.hanadokei-fee-check-section {
  padding-top: 16px;
}

.hanadokei-fee-card,
.hanadokei-check-card {
  padding: 34px;
}

.hanadokei-fee-card {
  text-align: center;
}

.hanadokei-fee-card > p {
  color: var(--hk-muted);
  font-weight: 900;
}

.hanadokei-fee-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.hanadokei-fee-boxes div {
  padding: 18px 16px;
  border: 1px solid currentColor;
  border-radius: var(--hk-radius);
  background: #fffaf0;
}

.hanadokei-fee-boxes div > span,
.hanadokei-fee-boxes small {
  display: block;
  font-weight: 900;
}

.hanadokei-fee-boxes strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  margin-top: 4px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.hanadokei-fee-boxes strong .hanadokei-num {
  font-size: 1em;
  transform: none;
}

.hanadokei-fee-range {
  font-size: 0.72em;
  line-height: 1.18;
}

.hanadokei-price-prefix,
.hanadokei-price-suffix {
  font-size: 0.72em;
  line-height: 1;
  transform: none;
}

.hanadokei-fee-boxes .is-coral {
  color: var(--hk-coral);
}

.hanadokei-fee-boxes .is-green {
  color: var(--hk-green);
}

.hanadokei-check-card {
  position: relative;
  overflow: hidden;
}

.hanadokei-check-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -45px;
  width: 260px;
  height: 260px;
  opacity: 0.2;
  background: var(--hk-floral-corner) center / contain no-repeat;
  transform: rotate(-12deg);
}

.hanadokei-check-card > * {
  position: relative;
  z-index: 1;
}

.hanadokei-check-card ul,
.hanadokei-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.hanadokei-check-card li,
.hanadokei-list li {
  position: relative;
  padding-left: 1.7rem;
  margin: 9px 0;
  font-weight: 800;
}

.hanadokei-check-card li::before,
.hanadokei-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid var(--hk-green);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.hanadokei-check-card p {
  margin-top: 18px;
  color: var(--hk-text);
  font-weight: 800;
}

.hanadokei-home-contact {
  position: relative;
  overflow: hidden;
  padding: 34px 0 28px;
  background: rgba(255, 253, 247, 0.92);
  border-top: 1px solid var(--hk-soft-border);
}

.hanadokei-home-contact::after {
  right: 34px;
  bottom: -45px;
  width: 145px;
  height: 145px;
  transform: rotate(-22deg);
}

.hanadokei-home-contact .hanadokei-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.hanadokei-home-contact h2 {
  font-size: 1.55rem;
}

.hanadokei-home-contact p {
  margin-top: 8px;
  color: var(--hk-text);
  font-weight: 800;
}

.hanadokei-home-contact-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 18px;
  align-items: center;
  justify-items: center;
}

.hanadokei-home-phone {
  color: var(--hk-coral);
  font-family: var(--hk-phone-font);
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1;
}

.hanadokei-home-contact-actions small {
  grid-column: 1 / -1;
  color: var(--hk-muted);
  font-weight: 800;
}

.hanadokei-eyebrow,
.hanadokei-label {
  display: block;
  color: var(--hk-deep-green);
  font-size: 0.82rem;
  font-weight: 900;
}

.hanadokei-note {
  margin-top: 14px;
  color: var(--hk-muted);
  font-size: 0.92rem;
}

.hanadokei-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hanadokei-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef5ea;
  color: var(--hk-deep-green);
  font-size: 0.88rem;
  font-weight: 900;
}

.hanadokei-split {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 48px;
  align-items: center;
}

.hanadokei-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--hk-radius);
  box-shadow: var(--hk-shadow);
  background: var(--hk-white);
}

.hanadokei-image-frame::after {
  content: attr(data-caption);
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(86, 59, 42, 0.76);
  color: var(--hk-white);
  font-size: 0.86rem;
  font-weight: 900;
}

.hanadokei-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: var(--hk-white);
  box-shadow: var(--hk-shadow);
}

.hanadokei-preview caption {
  padding: 14px 16px;
  background: var(--hk-deep-green);
  color: var(--hk-white);
  text-align: left;
  font-weight: 900;
}

.hanadokei-preview table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.hanadokei-preview th,
.hanadokei-preview td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--hk-border);
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.hanadokei-preview th {
  background: #f7ecd5;
  color: var(--hk-ink);
  font-size: 0.9rem;
}

.hanadokei-price {
  text-align: right !important;
}

.hanadokei-docs {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hanadokei-docs a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: var(--hk-white);
  font-weight: 900;
}

.hanadokei-trust-panel {
  padding: 72px 0;
  background: var(--hk-deep-green);
  color: var(--hk-white);
}

.hanadokei-trust-panel h2 {
  color: var(--hk-white);
}

.hanadokei-trust-panel p {
  color: rgba(255, 255, 255, 0.84);
}

.hanadokei-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 40px;
  align-items: center;
}

.hanadokei-fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hanadokei-fact-list div,
.hanadokei-check-panel {
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: var(--hk-white);
}

.hanadokei-fact-list div {
  padding: 16px;
}

.hanadokei-fact-list span {
  display: block;
  color: var(--hk-muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.hanadokei-fact-list strong {
  display: block;
  color: var(--hk-ink);
  line-height: 1.4;
}

.hanadokei-check-panel {
  box-shadow: var(--hk-shadow);
}

.hanadokei-faq {
  display: grid;
  gap: 12px;
}

.hanadokei-faq details {
  padding: 18px 20px;
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  background: var(--hk-white);
  box-shadow: 0 10px 24px rgba(91, 64, 34, 0.06);
}

.hanadokei-faq summary {
  cursor: pointer;
  color: var(--hk-ink);
  font-weight: 900;
}

.hanadokei-faq p {
  margin-top: 12px;
  color: var(--hk-muted);
}

.hanadokei-page-hero {
  padding: 64px 0 58px;
  border-bottom: 1px solid var(--hk-border);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98), rgba(239, 245, 234, 0.9)),
    var(--hk-cream);
}

.hanadokei-page-hero h1 {
  margin-top: 8px;
  font-size: 2.7rem;
}

.hanadokei-page-hero p:not(.hanadokei-breadcrumb) {
  max-width: 760px;
  margin-top: 16px;
  color: var(--hk-text);
  font-weight: 800;
}

.hanadokei-breadcrumb {
  margin-bottom: 14px;
  color: var(--hk-muted);
  font-size: 0.9rem;
}

.hanadokei-cta {
  background: #f4ead4;
  color: var(--hk-ink);
}

.hanadokei-cta .hanadokei-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.hanadokei-cta p {
  margin-top: 12px;
  color: var(--hk-text);
  font-weight: 800;
}

.hanadokei-footer {
  padding: 18px 0;
  background: var(--hk-deep-green);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
}

.hanadokei-footer-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hanadokei-footer a {
  color: var(--hk-white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hanadokei-footer span {
  margin: 0 12px;
  opacity: 0.58;
}

.hanadokei-floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: none;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--hk-border);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 16px 40px rgba(91, 64, 34, 0.2);
  backdrop-filter: blur(14px);
}

.hanadokei-floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef5ea;
  color: var(--hk-deep-green);
  font-weight: 900;
  white-space: nowrap;
}

.hanadokei-floating-cta .is-call {
  background: var(--hk-coral);
  color: var(--hk-white);
}

.hanadokei-map {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--hk-radius);
  box-shadow: var(--hk-shadow);
}

@media (max-width: 1420px) {
  .hanadokei-header-inner {
    grid-template-columns: minmax(310px, auto) minmax(245px, auto);
    gap: 12px 20px;
    padding: 14px 0 12px;
  }

  .hanadokei-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-content: center;
    overflow: visible;
    padding: 4px 0 2px;
  }

  .hanadokei-nav a {
    min-width: 0;
    padding-inline: 12px;
  }

  .hanadokei-header-contact {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 1180px) {
  .hanadokei-header-inner {
    grid-template-columns: minmax(280px, auto) minmax(245px, auto);
  }

  .hanadokei-hero-actions,
  .hanadokei-route-grid,
  .hanadokei-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanadokei-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanadokei-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hanadokei-stat {
    border-bottom: 1px solid var(--hk-border);
  }

  .hanadokei-stat:nth-child(2n) {
    border-right: 0;
  }

  .hanadokei-about-section {
    grid-template-columns: 1fr;
  }

  .hanadokei-about-copy {
    max-width: none;
    padding: 56px 40px;
  }
}

@media (max-width: 860px) {
  .hanadokei-preview h1 {
    font-size: 2.72rem;
  }

  .hanadokei-preview h2 {
    font-size: 1.72rem;
  }

  .hanadokei-header-inner,
  .hanadokei-home-contact .hanadokei-wrap,
  .hanadokei-cta .hanadokei-wrap,
  .hanadokei-grid-2,
  .hanadokei-grid-3,
  .hanadokei-fee-check-grid,
  .hanadokei-point-grid,
  .hanadokei-service-grid,
  .hanadokei-trust-grid,
  .hanadokei-split {
    grid-template-columns: 1fr;
  }

  .hanadokei-brand,
  .hanadokei-header-contact,
  .hanadokei-nav {
    grid-column: auto;
    grid-row: auto;
  }

  .hanadokei-brand {
    min-width: 0;
  }

  .hanadokei-section-head {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }

  .hanadokei-header-contact {
    justify-items: start;
    justify-self: stretch;
    white-space: normal;
  }

  .hanadokei-hero {
    min-height: 760px;
  }

  .hanadokei-hero::before {
    background-size: auto 52%;
    background-position: center top;
  }

  .hanadokei-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.12) 0%, rgba(255, 250, 240, 0.12) 35%, rgba(255, 250, 240, 0.95) 50%, rgba(255, 250, 240, 1) 100%);
  }

  .hanadokei-hero .hanadokei-wrap {
    min-height: 760px;
    align-items: end;
    padding-top: 330px;
  }

  .hanadokei-hero-content {
    width: 100%;
  }

  .hanadokei-route-grid,
  .hanadokei-fee-boxes {
    grid-template-columns: 1fr;
  }

  .hanadokei-home-contact-actions {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .hanadokei-preview {
    font-size: 14px;
    padding-bottom: 0;
  }

  .hanadokei-wrap {
    width: min(100% - 24px, var(--hk-content));
  }

  .hanadokei-header-inner {
    display: block;
    min-height: 0;
    padding: 16px 0 14px;
  }

  .hanadokei-brand {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }

  .hanadokei-brand img {
    width: 58px;
    height: 58px;
  }

  .hanadokei-brand strong {
    font-size: 1.75rem;
  }

  .hanadokei-brand small {
    font-size: 0.74rem;
  }

  .hanadokei-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0;
    overflow: visible;
    padding: 0;
    font-size: 0.74rem;
  }

  .hanadokei-nav a {
    display: grid;
    place-items: center;
    min-height: 34px;
    padding: 5px 6px;
    border: 1px solid var(--hk-soft-border);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.82);
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }

  .hanadokei-header-contact {
    justify-items: stretch;
    gap: 8px;
    min-width: 0;
  }

  .hanadokei-header-contact p {
    font-size: 0.78rem;
  }

  .hanadokei-phone,
  .hanadokei-home-phone {
    font-size: 1.55rem;
  }

  .hanadokei-preview h1 {
    font-size: 2.12rem;
    line-height: 1.42;
  }

  .hanadokei-hero {
    min-height: auto;
  }

  .hanadokei-hero::before {
    background-size: auto 300px;
    background-position: center top;
  }

  .hanadokei-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.04) 0, rgba(255, 250, 240, 0.12) 230px, rgba(255, 250, 240, 0.98) 312px, rgba(255, 250, 240, 1) 100%);
  }

  .hanadokei-hero .hanadokei-wrap {
    min-height: 0;
    display: block;
    padding: 314px 0 34px;
  }

  .hanadokei-hero-content {
    padding-bottom: 0;
  }

  .hanadokei-hero-lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.75;
    word-break: auto-phrase;
  }

  .hanadokei-hero-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .hanadokei-hero-card {
    min-height: 78px;
    grid-template-columns: 32px 1fr;
    column-gap: 9px;
    padding: 13px 12px;
  }

  .hanadokei-hero-card > span {
    width: 32px;
    height: 32px;
    font-size: 0.82rem;
  }

  .hanadokei-service-mark .hanadokei-logo-symbol {
    width: 27px;
    height: 27px;
  }

  .hanadokei-hero-card strong {
    font-size: 0.88rem;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
  }

  .hanadokei-hero-card small {
    font-size: 0.64rem;
  }

  .hanadokei-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanadokei-info-grid {
    grid-template-columns: 1fr;
  }

  .hanadokei-stat {
    min-height: 92px;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 9px;
    padding: 15px 9px;
    border-right: 0;
  }

  .hanadokei-stat:nth-child(odd) {
    border-right: 1px solid var(--hk-border);
  }

  .hanadokei-stat > span {
    width: 30px;
    height: 30px;
  }

  .hanadokei-stat small {
    font-size: 0.69rem;
  }

  .hanadokei-stat strong {
    font-size: 1.2rem;
  }

  .hanadokei-section {
    padding: 46px 0;
  }

  .hanadokei-section-title {
    margin-bottom: 24px;
  }

  .hanadokei-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hanadokei-route-card {
    min-height: 150px;
    padding: 18px 12px 14px;
  }

  .hanadokei-route-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .hanadokei-route-card strong {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hanadokei-route-card small {
    display: none;
  }

  .hanadokei-route-card em {
    padding-top: 12px;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .hanadokei-about-copy,
  .hanadokei-fee-card,
  .hanadokei-check-card,
  .hanadokei-point-card,
  .hanadokei-flow-step,
  .hanadokei-card,
  .hanadokei-note-card,
  .hanadokei-check-panel,
  .hanadokei-media-body {
    padding: 22px;
  }

  .hanadokei-flow-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hanadokei-flow-step {
    min-height: auto;
  }

  .hanadokei-flow-step span {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .hanadokei-about-image img {
    min-height: 260px;
    max-height: 300px;
  }

  .hanadokei-home-contact-actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .hanadokei-home-phone {
    text-align: left;
  }

  .hanadokei-button,
  .hanadokei-consult-button {
    width: 100%;
    min-height: 44px;
  }

  .hanadokei-floating-cta {
    display: none;
  }
}

/* Corporate top/news/recruit/info pages */

body:has(.suncity-corporate) #site-header,
body:has(.suncity-corporate) .lightning_swiper,
body:has(.suncity-corporate) .page-header,
body:has(.suncity-corporate) #breadcrumb,
body:has(.suncity-corporate) > .site-footer,
body:has(.suncity-corporate) .vk-mobile-nav-menu-btn,
body:has(.suncity-corporate) #vk-mobile-nav,
body:has(.suncity-corporate) #page_top {
  display: none !important;
}

body:has(.suncity-corporate) .site-body,
body:has(.suncity-corporate) .site-body-container,
body:has(.suncity-corporate) .main-section,
body:has(.suncity-corporate) .entry,
body:has(.suncity-corporate) .entry-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.hanadokei-preview) #site-header,
body:has(.hanadokei-preview) .lightning_swiper,
body:has(.hanadokei-preview) .page-header,
body:has(.hanadokei-preview) #breadcrumb,
body:has(.hanadokei-preview) .sub-section,
body:has(.hanadokei-preview) > .site-footer,
body:has(.hanadokei-preview) .vk-mobile-nav-menu-btn,
body:has(.hanadokei-preview) #vk-mobile-nav,
body:has(.hanadokei-preview) #page_top {
  display: none !important;
}

body:has(.hanadokei-preview) .site-body,
body:has(.hanadokei-preview) .site-body-container,
body:has(.hanadokei-preview) .main-section,
body:has(.hanadokei-preview) .entry,
body:has(.hanadokei-preview) .entry-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.suncity-corporate {
  --sc-green: #386858;
  --sc-deep-green: #23483d;
  --sc-ink: #2f3430;
  --sc-muted: #65706a;
  --sc-paper: #f6f3ec;
  --sc-cream: #fffaf0;
  --sc-white: #ffffff;
  --sc-coral: #d97838;
  --sc-gold: #d5a833;
  --sc-blue: #597b91;
  --sc-sage: #7e936d;
  --sc-line: #e3ddd0;
  --sc-soft-line: #eee7d8;
  --sc-shadow: 0 18px 42px rgba(47, 52, 48, 0.12);
  --sc-radius: 8px;
  --sc-content: 1220px;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(180deg, var(--sc-paper) 0%, #fffdf8 42%, var(--sc-paper) 100%);
  color: var(--sc-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.suncity-corporate *,
.suncity-corporate *::before,
.suncity-corporate *::after {
  box-sizing: border-box;
}

.suncity-corporate img {
  display: block;
  max-width: 100%;
  height: auto;
}

.suncity-corporate a {
  color: inherit;
  text-decoration: none;
}

.suncity-corporate a:focus-visible,
.suncity-corporate summary:focus-visible {
  outline: 3px solid rgba(217, 120, 56, 0.65);
  outline-offset: 3px;
}

.suncity-corporate h1,
.suncity-corporate h2,
.suncity-corporate h3,
.suncity-corporate p {
  margin: 0;
}

.suncity-corporate h1,
.suncity-corporate h2,
.suncity-corporate h3 {
  padding: 0;
  border: 0;
  background: none;
  color: var(--sc-ink);
  line-height: 1.36;
  letter-spacing: 0;
}

.suncity-corporate h1::before,
.suncity-corporate h1::after,
.suncity-corporate h2::before,
.suncity-corporate h2::after,
.suncity-corporate h3::before,
.suncity-corporate h3::after {
  display: none !important;
  content: none !important;
}

.suncity-corporate h1 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4rem;
  font-weight: 700;
}

.suncity-corporate h2 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.suncity-corporate h3 {
  font-size: 1.16rem;
  font-weight: 800;
}

.suncity-wrap {
  width: min(100% - 40px, var(--sc-content));
  margin-inline: auto;
}

.suncity-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(227, 221, 208, 0.86);
  backdrop-filter: blur(12px);
}

.suncity-header-inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr) minmax(190px, auto);
  align-items: center;
  gap: 18px 28px;
  padding: 14px 0;
}

.suncity-brand {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.suncity-brand img,
.suncity-brand-mark {
  width: 66px;
  height: 66px;
}

.suncity-brand img {
  object-fit: contain;
}

.suncity-brand-mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fffaf0;
  box-shadow: inset 0 0 0 1px rgba(229, 216, 189, 0.9), 0 8px 18px rgba(47, 52, 48, 0.08);
}

.suncity-brand-mark svg {
  width: 58px;
  height: 58px;
}

.suncity-brand-mark .is-center {
  fill: var(--sc-deep-green);
}

.suncity-brand-mark .is-petals ellipse {
  fill: var(--sc-coral);
  opacity: 0.92;
}

.suncity-brand-mark .is-petals ellipse:nth-child(2n) {
  fill: var(--sc-gold);
}

.suncity-brand-mark .is-petals ellipse:nth-child(3n) {
  fill: var(--sc-green);
}

.suncity-brand small {
  display: block;
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.suncity-brand strong {
  display: block;
  margin-top: 4px;
  color: var(--sc-deep-green);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.46rem;
  line-height: 1.18;
}

.suncity-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.suncity-nav::-webkit-scrollbar {
  display: none;
}

.suncity-nav a {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--sc-soft-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--sc-ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(47, 52, 48, 0.04);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.suncity-nav a:hover {
  border-color: rgba(217, 120, 56, 0.52);
  background: var(--sc-white);
  color: var(--sc-green);
  transform: translateY(-1px);
}

.suncity-header-contact {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.suncity-phone {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--sc-green);
  color: var(--sc-white) !important;
  font-size: 1rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}

.suncity-header-contact.is-quiet {
  gap: 2px;
}

.suncity-header-tel {
  color: var(--sc-deep-green) !important;
  font-size: 0.96rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.suncity-nav a[aria-current="page"] {
  border-color: rgba(56, 104, 88, 0.42);
  background: var(--sc-green);
  color: var(--sc-white);
}

.suncity-hero {
  min-height: 620px;
  display: grid;
  align-items: end;
  padding: 62px 0 72px;
  background:
    linear-gradient(90deg, rgba(35, 72, 61, 0.9), rgba(47, 52, 48, 0.72) 52%, rgba(47, 52, 48, 0.16)),
    var(--suncity-hero-image) center/cover;
  border-bottom: 1px solid rgba(35, 72, 61, 0.42);
}

.suncity-hero.is-simple {
  min-height: 560px;
}

.suncity-hero.is-simple .suncity-hero-inner {
  grid-template-columns: minmax(0, 780px);
}

.suncity-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  align-items: end;
  gap: 38px;
}

.suncity-hero-copy {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
}

.suncity-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sc-coral);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.suncity-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.suncity-hero .suncity-eyebrow {
  color: #ffd4b6;
}

.suncity-hero h1 {
  margin-top: 18px;
  color: var(--sc-white);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.24);
}

.suncity-hero-lead {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.9;
}

.suncity-hero-actions,
.suncity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.suncity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 180px;
  padding: 12px 22px;
  border: 1px solid var(--sc-green);
  border-radius: 999px;
  background: var(--sc-white);
  color: var(--sc-deep-green) !important;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 12px 26px rgba(47, 52, 48, 0.1);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.suncity-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(47, 52, 48, 0.16);
}

.suncity-button.is-warm {
  border-color: var(--sc-coral);
  background: var(--sc-coral);
  color: var(--sc-white) !important;
}

.suncity-button.is-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
}

.suncity-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--sc-radius);
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 28px 66px rgba(20, 28, 24, 0.24);
}

.suncity-panel-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #f7ead7;
  color: #93622b;
  font-size: 0.76rem;
  font-weight: 900;
}

.suncity-hero-panel h2 {
  font-size: 1.56rem;
}

.suncity-hero-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.suncity-hero-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-hero-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sc-coral);
}

.suncity-phone-card {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(217, 120, 56, 0.28);
  border-radius: var(--sc-radius);
  background: linear-gradient(135deg, #fff8ee, #ffffff);
  color: var(--sc-ink) !important;
}

.suncity-phone-card small {
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-phone-card strong {
  color: var(--sc-coral);
  font-size: 1.68rem;
  line-height: 1.15;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}

.suncity-phone-card.is-green strong {
  color: var(--sc-green);
}

.suncity-strip {
  background: var(--sc-white);
  border-bottom: 1px solid var(--sc-line);
}

.suncity-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--sc-line);
  border-left: 1px solid var(--sc-line);
  border-right: 1px solid var(--sc-line);
}

.suncity-stats div {
  display: grid;
  gap: 4px;
  min-height: 128px;
  align-content: center;
  padding: 24px;
  background: var(--sc-white);
}

.suncity-stats small {
  color: var(--sc-muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.suncity-stats strong {
  color: var(--sc-green);
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.suncity-stats span {
  color: var(--sc-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.suncity-section {
  padding: 82px 0;
}

.suncity-section.is-paper {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(246, 243, 236, 0)),
    var(--sc-paper);
}

.suncity-section.is-white {
  background: var(--sc-white);
}

.suncity-section.is-muted {
  background: linear-gradient(135deg, #eef5f1, #fff8ee);
  border-top: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
}

.suncity-section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.suncity-section-head h2 {
  margin-top: 12px;
}

.suncity-section-head p:not(.suncity-eyebrow) {
  margin-top: 14px;
  color: var(--sc-muted);
  font-size: 1.04rem;
  font-weight: 600;
}

.suncity-news-band {
  padding: 54px 0;
  background: var(--sc-white);
  border-bottom: 1px solid var(--sc-line);
}

.suncity-news-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.suncity-news-head h2 {
  margin-top: 12px;
}

.suncity-news-head p:not(.suncity-eyebrow) {
  margin-top: 14px;
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-news-more {
  display: inline-flex;
  margin-top: 20px;
  color: var(--sc-green);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.suncity-news-list {
  display: grid;
  gap: 12px;
}

.suncity-news-item {
  display: grid;
  grid-template-columns: 164px minmax(220px, 0.64fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 18px 22px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: #fffdf8;
  box-shadow: 0 8px 22px rgba(47, 52, 48, 0.04);
}

.suncity-news-item div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.suncity-news-item time {
  color: var(--sc-muted);
  font-size: 0.86rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.suncity-news-item span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef5f1;
  color: var(--sc-green);
  font-size: 0.76rem;
  font-weight: 900;
}

.suncity-news-item strong {
  color: var(--sc-ink);
  font-size: 1rem;
  line-height: 1.45;
}

.suncity-news-item p {
  color: var(--sc-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.suncity-news-archive-list {
  display: grid;
  gap: 18px;
}

.suncity-news-archive-card a {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-news-archive-card h2 {
  color: var(--sc-ink);
  font-size: 1.55rem;
}

.suncity-news-archive-card p {
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.suncity-news-meta time {
  color: var(--sc-muted);
  font-size: 0.88rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.suncity-news-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef5f1;
  color: var(--sc-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-news-single-hero .suncity-news-meta {
  margin-top: 18px;
}

.suncity-news-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 30px;
  align-items: start;
}

.suncity-news-content {
  padding: 34px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-news-content > * + * {
  margin-top: 20px;
}

.suncity-news-content p,
.suncity-news-content li {
  color: var(--sc-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.95;
}

.suncity-news-content strong {
  font-weight: 900;
}

.suncity-news-content a {
  color: var(--sc-green);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.suncity-news-content img,
.suncity-news-content object {
  max-width: 100%;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
}

.suncity-news-content .wp-block-file {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: #fffdf8;
}

.suncity-news-content .wp-block-file object {
  flex: 1 1 100%;
  min-height: 520px;
}

.suncity-news-content .wp-block-file__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--sc-green);
  color: var(--sc-white) !important;
}

.suncity-news-side {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 12px;
}

.suncity-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.suncity-route-card {
  min-height: 236px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--sc-line);
  border-top: 6px solid var(--sc-green);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.suncity-route-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sc-shadow);
}

.suncity-route-card span {
  color: var(--sc-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.suncity-route-card strong {
  color: var(--sc-ink);
  font-size: 1.22rem;
  line-height: 1.38;
  font-weight: 900;
}

.suncity-route-card small {
  color: var(--sc-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.suncity-route-card.is-coral {
  border-top-color: var(--sc-coral);
}

.suncity-route-card.is-blue {
  border-top-color: var(--sc-blue);
}

.suncity-route-card.is-gold {
  border-top-color: var(--sc-gold);
}

.suncity-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.suncity-service-card {
  min-width: 0;
  min-height: 100%;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
  overflow: hidden;
}

.suncity-service-card a,
.suncity-service-card-inner {
  display: grid;
  min-height: 100%;
  color: inherit;
}

.suncity-service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--sc-paper);
}

.suncity-service-card a > div,
.suncity-service-card-inner > div {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border-top: 5px solid var(--sc-green);
}

.suncity-service-card.is-coral a > div,
.suncity-service-card.is-coral .suncity-service-card-inner > div {
  border-top-color: var(--sc-coral);
}

.suncity-service-card.is-gold a > div,
.suncity-service-card.is-gold .suncity-service-card-inner > div {
  border-top-color: var(--sc-gold);
}

.suncity-service-card.is-blue a > div,
.suncity-service-card.is-blue .suncity-service-card-inner > div {
  border-top-color: var(--sc-blue);
}

.suncity-service-card.is-sage a > div,
.suncity-service-card.is-sage .suncity-service-card-inner > div {
  border-top-color: var(--sc-sage);
}

.suncity-service-card span {
  color: var(--sc-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-service-card.is-coral span {
  color: var(--sc-coral);
}

.suncity-service-card.is-gold span {
  color: #9b741e;
}

.suncity-service-card.is-blue span {
  color: var(--sc-blue);
}

.suncity-service-card.is-sage span {
  color: var(--sc-sage);
}

.suncity-service-card p {
  color: var(--sc-muted);
  font-size: 0.96rem;
}

.suncity-service-card em {
  width: max-content;
  margin-top: 6px;
  color: var(--sc-green);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.suncity-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.suncity-service-grid.is-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.suncity-other-services {
  padding: 26px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background:
    linear-gradient(135deg, rgba(56, 104, 88, 0.07), rgba(217, 120, 56, 0.05)),
    var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-other-services h3 {
  margin-bottom: 14px;
}

.suncity-other-services ul,
.suncity-compact-history ol,
.suncity-doc-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suncity-other-services li {
  display: grid;
  gap: 2px;
  padding: 13px 0;
  border-top: 1px solid var(--sc-soft-line);
}

.suncity-other-services li:first-child {
  border-top: 0;
}

.suncity-other-services span {
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-other-services strong {
  color: var(--sc-ink);
  font-size: 0.98rem;
  line-height: 1.45;
}

.suncity-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 42px;
}

.suncity-split > div:first-child p:not(.suncity-eyebrow) {
  margin-top: 16px;
  color: var(--sc-muted);
  font-size: 1.05rem;
  font-weight: 600;
}

.suncity-flow-panel {
  padding: 28px;
  border: 1px solid rgba(56, 104, 88, 0.18);
  border-radius: var(--sc-radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--sc-shadow);
}

.suncity-flow {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: suncity-flow;
  list-style: none;
}

.suncity-flow li {
  counter-increment: suncity-flow;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--sc-soft-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
}

.suncity-flow li::before {
  content: counter(suncity-flow);
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sc-green);
  color: var(--sc-white);
  font-weight: 900;
}

.suncity-flow strong,
.suncity-flow span {
  display: block;
  grid-column: 2;
}

.suncity-flow strong {
  color: var(--sc-ink);
  font-size: 1rem;
  line-height: 1.45;
}

.suncity-flow span {
  margin-top: 4px;
  color: var(--sc-muted);
  font-size: 0.93rem;
}

.suncity-corporation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 30px;
  align-items: stretch;
}

.suncity-philosophy,
.suncity-table-card {
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-philosophy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(56, 104, 88, 0.1), rgba(217, 120, 56, 0.06)),
    var(--sc-white);
}

.suncity-philosophy h2 {
  color: var(--sc-deep-green);
  font-size: 2.45rem;
}

.suncity-philosophy p:not(.suncity-eyebrow) {
  color: var(--sc-muted);
  font-size: 1.05rem;
  font-weight: 600;
}

.suncity-table-card {
  padding: 30px;
}

.suncity-table-card h2 {
  margin-bottom: 18px;
  font-size: 1.8rem;
}

.suncity-table-card table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.suncity-table-card th,
.suncity-table-card td {
  padding: 17px 16px;
  border-top: 1px solid var(--sc-line);
  vertical-align: top;
  text-align: left;
}

.suncity-table-card th {
  width: 28%;
  color: var(--sc-muted);
  font-weight: 900;
}

.suncity-table-card td {
  color: var(--sc-ink);
  font-weight: 700;
}

.suncity-compact-history {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--sc-line);
}

.suncity-compact-history h3 {
  margin-bottom: 12px;
}

.suncity-compact-history li {
  position: relative;
  padding-left: 18px;
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-compact-history li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sc-coral);
}

.suncity-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: suncity-history;
}

.suncity-timeline li {
  counter-increment: suncity-history;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  color: var(--sc-ink);
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(47, 52, 48, 0.04);
}

.suncity-timeline li::before {
  content: counter(suncity-history);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sc-coral);
  color: var(--sc-white);
  font-weight: 900;
}

.suncity-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: stretch;
}

.suncity-access-grid > div:first-child {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
}

.suncity-access-grid > div:first-child p:not(.suncity-eyebrow) {
  color: var(--sc-muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.suncity-map {
  min-height: 360px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
  overflow: hidden;
}

.suncity-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.suncity-final-cta {
  padding: 78px 0;
  background:
    linear-gradient(90deg, rgba(35, 72, 61, 0.96), rgba(47, 52, 48, 0.88)),
    var(--suncity-hero-image, linear-gradient(90deg, #386858, #2f3430));
  color: var(--sc-white);
}

.suncity-final-cta .suncity-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 32px;
  align-items: center;
}

.suncity-final-cta h2,
.suncity-final-cta p {
  color: var(--sc-white);
}

.suncity-final-cta h2 {
  margin-top: 12px;
}

.suncity-final-cta p:not(.suncity-eyebrow) {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  font-weight: 600;
}

.suncity-final-actions {
  display: grid;
  gap: 12px;
}

.suncity-final-actions .suncity-phone-card {
  margin-top: 0;
}

.suncity-disclosure-band {
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(35, 72, 61, 0.95), rgba(47, 52, 48, 0.9)),
    var(--sc-deep-green);
  color: var(--sc-white);
}

.suncity-disclosure-band .suncity-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.suncity-disclosure-band h2,
.suncity-disclosure-band p {
  color: var(--sc-white);
}

.suncity-disclosure-band h2 {
  margin-top: 12px;
}

.suncity-disclosure-band p:not(.suncity-eyebrow) {
  margin-top: 14px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
  font-weight: 700;
}

.suncity-page-hero {
  padding: 78px 0 70px;
  background:
    linear-gradient(135deg, rgba(56, 104, 88, 0.12), rgba(217, 120, 56, 0.08)),
    var(--sc-paper);
  border-bottom: 1px solid var(--sc-line);
}

.suncity-page-hero .suncity-wrap {
  max-width: 900px;
}

.suncity-page-hero h1 {
  margin-top: 12px;
  color: var(--sc-deep-green);
}

.suncity-page-hero p:not(.suncity-breadcrumb):not(.suncity-eyebrow) {
  margin-top: 16px;
  color: var(--sc-muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.suncity-breadcrumb {
  margin-bottom: 20px;
  color: var(--sc-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.suncity-breadcrumb a {
  color: var(--sc-green);
  border-bottom: 1px solid currentColor;
}

.suncity-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.suncity-doc-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-doc-card h2 {
  font-size: 1.45rem;
}

.suncity-doc-card-head p {
  margin-top: 8px;
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-doc-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 0;
  border-top: 1px solid var(--sc-soft-line);
  color: var(--sc-deep-green);
  font-weight: 900;
  line-height: 1.45;
}

.suncity-doc-list a::after {
  content: "開く";
  flex: 0 0 auto;
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-recruit-hero {
  padding: 76px 0 84px;
  background:
    linear-gradient(135deg, rgba(56, 104, 88, 0.12), rgba(217, 120, 56, 0.08)),
    var(--sc-paper);
  border-bottom: 1px solid var(--sc-line);
}

.suncity-recruit-page-hero .suncity-wrap {
  max-width: 1040px;
}

.suncity-recruit-apply-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.suncity-recruit-apply-card {
  display: grid;
  gap: 4px;
  min-height: 108px;
  align-content: center;
  padding: 22px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-recruit-apply-card span {
  color: var(--sc-muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.suncity-recruit-apply-card strong {
  color: var(--sc-deep-green);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.38;
}

.suncity-recruit-apply-card.is-call {
  border-color: rgba(217, 120, 56, 0.34);
  background: #fff8ee;
}

.suncity-recruit-apply-card.is-call strong {
  color: var(--sc-coral);
  font-variant-numeric: tabular-nums;
}

.suncity-recruit-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 44px;
  align-items: center;
}

.suncity-recruit-copy h1 {
  margin-top: 14px;
  color: var(--sc-deep-green);
  font-size: 3.45rem;
}

.suncity-recruit-copy > p:not(.suncity-eyebrow):not(.suncity-breadcrumb) {
  margin-top: 20px;
  color: var(--sc-muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.suncity-recruit-photo-collage {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 250px 180px;
  gap: 14px;
}

.suncity-recruit-photo-collage img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--sc-radius);
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(47, 52, 48, 0.12);
}

.suncity-recruit-photo-collage .is-main {
  grid-row: 1 / span 2;
}

.suncity-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.suncity-job-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--sc-line);
  border-top: 6px solid var(--sc-green);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-job-card.is-gold {
  border-top-color: var(--sc-gold);
}

.suncity-job-card.is-blue {
  border-top-color: var(--sc-blue);
}

.suncity-job-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: start;
}

.suncity-job-card-head span,
.suncity-job-card-head strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.3;
}

.suncity-job-card-head span {
  background: #f7ead7;
  color: #93622b;
}

.suncity-job-card-head strong {
  background: #eef5f1;
  color: var(--sc-green);
}

.suncity-job-card h3 {
  font-size: 1.34rem;
}

.suncity-job-card p {
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-job-place {
  color: var(--sc-deep-green) !important;
  font-weight: 900 !important;
}

.suncity-job-place a {
  border-bottom: 1px solid currentColor;
}

.suncity-job-facts {
  display: grid;
  gap: 10px;
}

.suncity-job-facts div {
  padding: 14px;
  border: 1px solid var(--sc-soft-line);
  border-radius: var(--sc-radius);
  background: #fffdf8;
}

.suncity-job-facts small {
  display: block;
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.suncity-job-facts strong {
  display: block;
  margin-top: 3px;
  color: var(--sc-ink);
  font-size: 0.98rem;
}

.suncity-job-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suncity-job-card li {
  position: relative;
  padding-left: 17px;
  color: var(--sc-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.suncity-job-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sc-coral);
}

.suncity-job-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.suncity-job-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(56, 104, 88, 0.24);
  border-radius: 999px;
  background: var(--sc-white);
  color: var(--sc-deep-green);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.suncity-job-actions a.is-call {
  border-color: var(--sc-coral);
  background: var(--sc-coral);
  color: var(--sc-white);
}

.suncity-workplace-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.suncity-workplace-links a {
  display: grid;
  gap: 8px;
  min-height: 142px;
  align-content: center;
  padding: 26px;
  border: 1px solid var(--sc-line);
  border-left: 6px solid var(--sc-green);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 12px 30px rgba(47, 52, 48, 0.06);
}

.suncity-workplace-links a:nth-child(2) {
  border-left-color: var(--sc-gold);
}

.suncity-workplace-links strong {
  color: var(--sc-ink);
  font-size: 1.2rem;
  line-height: 1.45;
}

.suncity-workplace-links span {
  color: var(--sc-muted);
  font-weight: 700;
}

.suncity-recruit-story {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
}

.suncity-recruit-story h2 {
  margin-top: 12px;
}

.suncity-recruit-story > div:first-child p:not(.suncity-eyebrow) {
  margin-top: 16px;
  color: var(--sc-muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.suncity-recruit-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.suncity-recruit-points div {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 10px 24px rgba(47, 52, 48, 0.05);
}

.suncity-recruit-points span {
  color: var(--sc-coral);
  font-size: 0.82rem;
  font-weight: 900;
}

.suncity-recruit-points strong {
  display: block;
  margin-top: 10px;
  color: var(--sc-ink);
  font-size: 1.08rem;
  line-height: 1.45;
}

.suncity-recruit-points p {
  margin-top: 10px;
  color: var(--sc-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.suncity-recruit-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.suncity-recruit-flow .suncity-section-head {
  margin-bottom: 0;
}

.suncity-recruit-flow ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suncity-recruit-flow li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 14px;
  padding: 18px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-white);
  box-shadow: 0 8px 20px rgba(47, 52, 48, 0.04);
}

.suncity-recruit-flow li span {
  grid-row: 1 / span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--sc-green);
  color: var(--sc-white);
  font-weight: 900;
}

.suncity-recruit-flow li strong {
  color: var(--sc-ink);
  font-size: 1.02rem;
  line-height: 1.45;
}

.suncity-recruit-flow li p {
  grid-column: 2;
  color: var(--sc-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.suncity-footer {
  padding: 56px 0 28px;
  background: var(--sc-ink);
  color: rgba(255, 255, 255, 0.78);
}

.suncity-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 36px;
}

.suncity-footer h2,
.suncity-footer h3 {
  color: var(--sc-white);
}

.suncity-footer h2 {
  font-size: 1.72rem;
}

.suncity-footer h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.suncity-footer p {
  margin-top: 10px;
}

.suncity-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suncity-footer a {
  color: rgba(255, 255, 255, 0.8);
}

.suncity-footer-bottom {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}

.suncity-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 60;
  display: none;
  width: min(100% - 22px, 520px);
  transform: translateX(-50%);
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(227, 221, 208, 0.92);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 40px rgba(47, 52, 48, 0.16);
  backdrop-filter: blur(10px);
}

.suncity-floating-cta a {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--sc-paper);
  color: var(--sc-ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.suncity-floating-cta a.is-call {
  background: var(--sc-coral);
  color: var(--sc-white);
}

@media (max-width: 1100px) {
  .suncity-header-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .suncity-nav {
    justify-content: start;
    width: 100%;
    padding-bottom: 2px;
  }

  .suncity-header-contact {
    justify-items: start;
  }

  .suncity-route-grid,
  .suncity-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suncity-service-layout {
    grid-template-columns: 1fr;
  }

  .suncity-news-layout {
    grid-template-columns: 1fr;
  }

  .suncity-news-single-layout {
    grid-template-columns: 1fr;
  }

  .suncity-news-side {
    position: static;
  }

  .suncity-news-item {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .suncity-news-item p {
    grid-column: 2;
  }

  .suncity-recruit-hero-grid,
  .suncity-job-grid,
  .suncity-recruit-story,
  .suncity-recruit-flow,
  .suncity-workplace-links {
    grid-template-columns: 1fr;
  }

  .suncity-recruit-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .suncity-corporate h1 {
    font-size: 3rem;
  }

  .suncity-corporate h2 {
    font-size: 1.82rem;
  }

  .suncity-hero {
    min-height: auto;
    padding: 44px 0 54px;
  }

  .suncity-hero-inner,
  .suncity-split,
  .suncity-corporation-grid,
  .suncity-access-grid,
  .suncity-final-cta .suncity-wrap,
  .suncity-disclosure-band .suncity-wrap,
  .suncity-doc-grid,
  .suncity-recruit-points {
    grid-template-columns: 1fr;
  }

  .suncity-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suncity-section {
    padding: 62px 0;
  }

  .suncity-recruit-copy h1 {
    font-size: 2.6rem;
  }

  .suncity-recruit-apply-boxes {
    grid-template-columns: 1fr;
  }

  .suncity-news-item {
    grid-template-columns: 1fr;
  }

  .suncity-news-item p {
    grid-column: auto;
  }

  .suncity-news-content {
    padding: 22px;
  }

  .suncity-news-content .wp-block-file object {
    min-height: 340px;
  }

  .suncity-floating-cta {
    display: none;
  }

  .suncity-footer {
    padding-bottom: 36px;
  }
}

@media (max-width: 640px) {
  .suncity-wrap {
    width: min(100% - 28px, var(--sc-content));
  }

  .suncity-corporate h1 {
    font-size: 2.48rem;
  }

  .suncity-corporate h2 {
    font-size: 1.58rem;
  }

  .suncity-news-single-hero h1 {
    font-size: 2.14rem;
    line-height: 1.45;
  }

  .suncity-news-archive-card h2 {
    font-size: 1.38rem;
    line-height: 1.5;
  }

  .suncity-header {
    position: relative;
  }

  .suncity-header-inner {
    min-height: 0;
    padding: 12px 0;
  }

  .suncity-brand {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .suncity-brand img,
  .suncity-brand-mark {
    width: 52px;
    height: 52px;
  }

  .suncity-brand-mark svg {
    width: 46px;
    height: 46px;
  }

  .suncity-brand strong {
    font-size: 1.14rem;
  }

  .suncity-nav a {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 0.78rem;
  }

  .suncity-nav {
    flex-wrap: wrap;
    overflow: visible;
  }

  .suncity-nav a {
    flex: 1 1 calc(33.333% - 8px);
  }

  .suncity-phone {
    min-height: 38px;
    font-size: 0.92rem;
  }

  .suncity-hero-copy {
    max-width: 100%;
  }

  .suncity-hero-lead {
    font-size: 1.04rem;
  }

  .suncity-hero-panel,
  .suncity-flow-panel,
  .suncity-philosophy,
  .suncity-table-card,
  .suncity-access-grid > div:first-child {
    padding: 22px;
  }

  .suncity-button {
    width: 100%;
    min-width: 0;
  }

  .suncity-route-grid,
  .suncity-service-grid,
  .suncity-stats,
  .suncity-footer-grid {
    grid-template-columns: 1fr;
  }

  .suncity-service-grid.is-featured {
    grid-template-columns: 1fr;
  }

  .suncity-stats div {
    min-height: 96px;
    padding: 18px;
  }

  .suncity-route-card {
    min-height: 0;
  }

  .suncity-table-card table,
  .suncity-table-card tbody,
  .suncity-table-card tr,
  .suncity-table-card th,
  .suncity-table-card td {
    display: block;
    width: 100%;
  }

  .suncity-table-card th {
    padding-bottom: 4px;
    border-top: 1px solid var(--sc-line);
  }

  .suncity-table-card td {
    padding-top: 4px;
    border-top: 0;
  }

  .suncity-flow li,
  .suncity-timeline li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .suncity-flow li::before,
  .suncity-timeline li::before {
    width: 34px;
    height: 34px;
  }

  .suncity-phone-card strong {
    font-size: 1.35rem;
  }

  .suncity-floating-cta {
    grid-template-columns: 1fr;
    border-radius: var(--sc-radius);
  }

  .suncity-recruit-hero {
    padding: 48px 0 56px;
  }

  .suncity-recruit-copy h1 {
    font-size: 2.18rem;
  }

  .suncity-recruit-photo-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 130px;
    gap: 10px;
  }

  .suncity-recruit-photo-collage .is-main {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .suncity-job-actions {
    grid-template-columns: 1fr;
  }

  .suncity-job-card,
  .suncity-recruit-points div,
  .suncity-recruit-flow li {
    padding: 20px;
  }

  .suncity-recruit-flow li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .suncity-recruit-flow li span {
    width: 34px;
    height: 34px;
  }
}
