:root {
  --sk-orange: #e98a19;
  --sk-orange-dark: #b85b19;
  --sk-brown: #52382a;
  --sk-ink: #2f2925;
  --sk-beige: #f7f1eb;
  --sk-cream: #fffaf1;
  --sk-gold: #c79542;
  --sk-green: #8a9b54;
  --sk-pink: #d9979e;
  --sk-line: #dfcbb8;
  --sk-white: #fff;
  --sk-shadow: 0 18px 48px rgba(83, 56, 37, 0.12);
}

.home .top-silder,
.home .silder {
  display: none !important;
}

/* The legacy logo used to be centred inside the old slider. On the renewed
   front page it otherwise sits on top of the new hero and duplicates the title. */
.home .header-bg .logo-wrap {
  top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  transform: translateX(-50%);
}

.home .header-bg .logo-wrap > .header-text-wrap,
.home .header-bg .logo-wrap > #logo {
  display: none;
}

.sk-renewal,
.sk-renewal * {
  box-sizing: border-box;
}

.sk-renewal {
  overflow: hidden;
  color: var(--sk-ink);
  background: var(--sk-white);
  /* font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif; */
  font-size: 16px;
  line-height: 1.7;
}

.sk-renewal img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.sk-renewal h1,
.sk-renewal h2,
.sk-renewal h3,
.sk-renewal p,
.sk-renewal ul,
.sk-renewal ol {
  margin-top: 0;
}

.sk-renewal a {
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.sk-container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.sk-section {
  position: relative;
  padding: clamp(56px, 5.5vw, 84px) 0;
}

.sk-section-title {
  margin-bottom: clamp(30px, 4vw, 48px);
  text-align: center;
}

.sk-section-title > p {
  margin-bottom: 8px;
  color: #806f62;
  font-size: 0.94rem;
  letter-spacing: 0.12em;
}

.sk-section-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 0;
  color: var(--sk-ink);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.sk-section-title h2::before,
.sk-section-title h2::after {
  width: min(150px, 12vw);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--sk-gold));
}

.sk-section-title h2::after {
  background: linear-gradient(90deg, var(--sk-gold), transparent);
}

.sk-section-title h2 span,
.sk-section-title--left h2 span {
  color: var(--sk-orange);
}

.sk-section-title--left {
  text-align: left;
}

.sk-section-title--left h2 {
  justify-content: flex-start;
}

.sk-section-title--left h2::before {
  display: none;
}

.sk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 34px;
  border: 1px solid var(--sk-orange);
  border-radius: 999px;
  background: var(--sk-orange);
  color: var(--sk-white);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.sk-button:hover,
.sk-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(184, 91, 25, 0.25);
}

.sk-button--light {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.92);
  color: var(--sk-orange-dark);
}

.sk-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--sk-orange-dark);
  font-weight: 700;
  text-underline-offset: 5px;
}

.sk-text-link:hover,
.sk-text-link:focus-visible {
  color: var(--sk-orange);
}

/* Hero */
.sk-hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(580px, 100vh, 810px);
  height: 100vh;
  margin-inline: auto;
  place-items: center;
  isolation: isolate;
}

.sk-hero__image,
.sk-hero__shade {
  position: absolute;
  /* inset: 0; */
  width: 100%;
  /* height: 100%; */
}

.sk-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 65%;
}

.sk-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(37, 24, 17, 0.52), rgba(37, 24, 17, 0.18)), linear-gradient(0deg, rgba(39, 23, 15, 0.25), transparent 55%);
}

.sk-hero__content {
  width: min(900px, calc(100% - 48px));
  padding: clamp(32px, 3vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 252, 247, 0.88);
  box-shadow: 0 24px 70px rgba(31, 19, 13, 0.28);
  text-align: center;
  /* backdrop-filter: blur(4px); */
}

.sk-hero__lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
  color: var(--sk-brown);
  line-height: 1.15;
  letter-spacing: 0.18em;
  font-weight: bold;
  white-space: nowrap;
}

.sk-hero__lead-large {
  font-size: clamp(3.4rem, 3.4vw, 5.6rem);
}

.sk-hero__lead-small {
  font-size: clamp(1.6rem, 3.5vw, 3rem);
}

.sk-hero__lead-medium {
  font-size: clamp(2.5rem, 2.7vw, 4rem);
}

.sk-hero__dots {
  margin-bottom: 28px;
  line-height: 0;
}

.sk-hero__dots img {
  width: 80%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.sk-hero h1 {
  margin-bottom: 18px;
  line-height: 0;
}

.sk-hero__logo {
  width: min(100%, 830px);
  margin-inline: auto;
}

.sk-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 610px);
  min-height: 50px;
  margin: 0 auto;
  padding: 14px 44px;
  background: url(../images/obi.webp) center / 100% 100% no-repeat;
  color: #5e5148;
  font-size: clamp(0.85rem, 1.5vw, 1.5rem);
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.sk-hero__mobile-kicker,
.sk-hero__mobile-contact {
  display: none;
}

/* Worries */
.sk-worries {
  padding-bottom: 44px;
  background: var(--sk-white);
}

.sk-worries__heading {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}

.sk-worries__heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
}

.sk-worries__heading h2 span {
  color: #a65d4b;
}

.sk-topic-badges {
  display: flex;
}

.sk-topic-badges span {
  display: grid;
  width: 84px;
  aspect-ratio: 1;
  margin-left: -5px;
  border: 2px solid var(--sk-orange);
  border-radius: 50%;
  background: var(--sk-white);
  color: var(--sk-orange-dark);
  font-size: 1rem;
  line-height: 1.25;
  place-items: center;
  text-align: center;
}

.sk-topic-badges span:nth-child(2) {
  border-color: var(--sk-green);
  color: #6d7d3e;
}

.sk-topic-badges span:nth-child(3) {
  border-color: var(--sk-pink);
  color: #a85c68;
}

.sk-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 34px;
  margin: 0;
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid var(--sk-line);
  border-radius: 22px;
  background: var(--sk-beige);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.35);
  list-style: none;
}

.sk-check-grid li {
  position: relative;
  padding-left: 34px;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
}

.sk-check-grid li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  border: 1px solid #927465;
  content: "✓";
  color: var(--sk-orange-dark);
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

/* Business types */
.sk-businesses {
  padding-top: 28px;
  padding-bottom: 76px;
  background: linear-gradient(180deg, var(--sk-white), #fffdf8);
}

.sk-businesses .sk-section-title h2 {
  display: block;
}

.sk-businesses .sk-section-title h2::before,
.sk-businesses .sk-section-title h2::after {
  display: none;
}

.sk-business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 36px);
  max-width: 900px;
  margin-inline: auto;
}

.sk-business-card {
  margin: 0;
  text-align: center;
}

.sk-business-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--sk-shadow);
}

.sk-business-card h3 {
  width: 88%;
  margin: -22px auto 0;
  padding: 15px 12px;
  color: #554730;
  background: #d7ae4a;
  clip-path: polygon(0 0, 9% 14%, 91% 14%, 100% 0, 93% 100%, 50% 88%, 7% 100%);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
}

.sk-business-card--office h3 {
  background: #b8ca78;
}

.sk-business-card--salon h3 {
  background: #efb0b8;
}

/* About */
.sk-about {
  background: var(--sk-cream);
}

.sk-about::before,
.sk-support::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image: radial-gradient(circle at 15% 15%, #d3bc91 0 1px, transparent 2px), radial-gradient(circle at 85% 75%, #dfc7a8 0 1px, transparent 2px);
  background-size: 34px 34px, 42px 42px;
  pointer-events: none;
}

.sk-about .sk-container,
.sk-support .sk-container {
  position: relative;
}

.sk-about__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  margin-bottom: 48px;
}

.sk-about__intro > img {
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--sk-shadow);
}

.sk-about__intro p {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
}

.sk-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.sk-feature-card {
  overflow: hidden;
  border: 1px solid #ead7c2;
  border-radius: 18px;
  background: var(--sk-white);
  box-shadow: 0 12px 32px rgba(91, 60, 36, 0.08);
}

.sk-feature-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sk-feature-card__body {
  position: relative;
  padding: 26px;
}

.sk-feature-card__number {
  position: absolute;
  top: -30px;
  right: 24px;
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: var(--sk-orange);
  color: var(--sk-white);
  font-size: 1.1rem;
  place-items: center;
}

.sk-feature-card h3 {
  margin-bottom: 12px;
  color: var(--sk-orange-dark);
  font-size: 1.65rem;
}

.sk-feature-card p:last-child,
.sk-exhibition p {
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
}

.sk-exhibition {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding: 28px 34px;
  border-left: 6px solid var(--sk-pink);
  background: #fff4f4;
}

.sk-exhibition__icon {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid var(--sk-pink);
  border-radius: 50%;
  color: #b86470;
  font-size: 1.5rem;
  font-style: italic;
  place-items: center;
}

.sk-exhibition h3 {
  margin-bottom: 4px;
  color: #9e5660;
  font-size: 1.35rem;
}

/* Reviews */
.sk-reviews {
  background: var(--sk-white);
}

.sk-review-lead {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto 44px;
  padding: 30px;
  color: var(--sk-white);
  background: linear-gradient(120deg, #d96f16, #f29a24);
  clip-path: polygon(2% 5%, 98% 0, 95% 94%, 4% 100%);
  text-align: center;
}

.sk-review-lead p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.sk-review-lead h2 {
  margin-bottom: 2px;
  color: var(--sk-white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
}

.sk-score {
  display: grid;
  width: 145px;
  height: 145px;
  border: 3px solid #e0a400;
  border-radius: 50%;
  background: #fff547;
  color: #9f4419;
  line-height: 1;
  place-content: center;
  text-align: center;
  transform: rotate(-5deg);
}

.sk-score small,
.sk-score b {
  font-size: 0.78rem;
}

.sk-score strong {
  font-size: 3.8rem;
}

.sk-score strong span {
  font-size: 1.2rem;
}

.sk-staff-voices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 850px;
  margin: 0 auto 56px;
}

.sk-staff-voices article {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  align-items: end;
}

.sk-staff-voices img {
  width: 145px;
  height: 190px;
  border-radius: 14px 14px 0 0;
  object-fit: cover;
  object-position: top;
}

.sk-staff-voices p {
  position: relative;
  margin-bottom: 18px;
  padding: 22px;
  border: 2px solid #d4bfae;
  border-radius: 22px;
  background: var(--sk-white);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}

.sk-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sk-review-card {
  padding: 28px;
  border: 1px solid #d9cfc8;
  background: #fffdfb;
}

.sk-stars {
  margin-bottom: 5px;
  color: #e6a212;
  font-family: sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.sk-review-card__meta {
  margin-bottom: 12px;
  color: #886f61;
  font-size: 0.86rem;
  font-weight: 700;
}

.sk-review-card p:last-child {
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.94rem;
}

/* Support */
.sk-support {
  background: #fffdf7;
}

.sk-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1000px;
  margin-inline: auto;
}

.sk-support-grid article {
  position: relative;
  padding: 56px 22px 28px;
  border: 1px solid var(--sk-line);
  border-radius: 36% 36% 12px 12px / 18% 18% 12px 12px;
  background: var(--sk-white);
  text-align: center;
}

.sk-support-grid article::before {
  position: absolute;
  top: 22px;
  right: 20px;
  left: 20px;
  height: 1px;
  content: "";
  background: var(--sk-line);
}

.sk-support-grid span {
  position: relative;
  display: grid;
  width: 74px;
  height: 74px;
  margin: -74px auto 16px;
  border-radius: 50%;
  background: var(--sk-orange);
  color: var(--sk-white);
  font-size: 1.35rem;
  font-style: italic;
  place-items: center;
}

.sk-support-grid h3 {
  margin-bottom: 14px;
  color: var(--sk-orange-dark);
  font-size: 1.32rem;
  line-height: 1.5;
}

.sk-support-grid p {
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: left;
}

/* Flow */
.sk-flow {
  background: #fbf7ef;
}

.sk-flow-list {
  display: grid;
  gap: 30px;
  counter-reset: sk-flow;
}

.sk-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) minmax(320px, 40%);
  gap: 30px;
  align-items: center;
  min-height: 310px;
  padding: 34px;
  border: 1px solid #a99482;
  border-left: 8px solid var(--sk-orange);
  border-radius: 18px;
  background: var(--sk-white);
  box-shadow: 0 10px 28px rgba(83, 56, 37, 0.07);
}

.sk-flow-step:not(:last-child)::after {
  position: absolute;
  right: 50%;
  bottom: -22px;
  width: 0;
  height: 0;
  border-top: 14px solid var(--sk-orange);
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  content: "";
  transform: translateX(50%);
}

.sk-flow-step__marker {
  display: grid;
  align-self: stretch;
  align-content: center;
  border-right: 1px solid #dec6a8;
  text-align: center;
}

.sk-flow-step__marker b {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border: 1px solid var(--sk-gold);
  border-radius: 50%;
  color: var(--sk-orange-dark);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 500;
  place-items: center;
}

.sk-flow-step__marker span {
  color: #7f6b5c;
  font-size: 0.82rem;
}

.sk-flow-step__content h3 {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d8b77c;
  color: var(--sk-ink);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-weight: 500;
}

.sk-flow-step__content p,
.sk-flow-step__content li {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
}

.sk-flow-step__content p:last-child,
.sk-flow-step__content ul:last-child {
  margin-bottom: 0;
}

.sk-flow-step__lead {
  color: var(--sk-orange-dark);
  font-weight: 700;
}

.sk-flow-step__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.sk-flow-step > img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  border-radius: 12px;
  object-fit: cover;
}

.sk-flow-step--long {
  min-height: 600px;
  align-items: start;
}

.sk-flow-step--long > img {
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.sk-permits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.sk-permits p {
  margin: 0;
  padding: 12px;
  background: var(--sk-beige);
}

/* Areas */
.sk-areas {
  background: var(--sk-white);
}

.sk-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sk-area-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  background: #222;
  box-shadow: var(--sk-shadow);
  color: var(--sk-white);
}

.sk-area-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(34, 24, 18, 0.78), transparent 55%);
}

.sk-area-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sk-area-card:hover img,
.sk-area-card:focus-visible img {
  transform: scale(1.045);
}

.sk-area-card > span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.88);
  color: var(--sk-brown);
  font-size: 1.45rem;
  text-align: center;
}

.sk-area-card small {
  display: block;
  margin-top: 3px;
  color: var(--sk-orange-dark);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.75rem;
}

/* Strengths */
.sk-strengths {
  /* background: #fff6ce; */
}

.sk-strengths::before {
  /* position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image: linear-gradient(45deg, #e0b552 25%, transparent 25%), linear-gradient(-45deg, #e0b552 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e0b552 75%), linear-gradient(-45deg, transparent 75%, #e0b552 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px; */
}

.sk-strengths .sk-container {
  position: relative;
}

.sk-strength-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px clamp(24px, 6vw, 70px);
  border: 1px solid #d7af42;
  background: rgba(255, 251, 225, 0.94);
  box-shadow: inset 0 0 0 7px rgba(219, 171, 44, 0.12);
  list-style: none;
}

.sk-strength-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed #d6b875;
}

.sk-strength-list li:last-child {
  border-bottom: 0;
}

.sk-strength-list span {
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sk-orange);
  color: var(--sk-white);
  font-style: italic;
  place-items: center;
}

.sk-strength-list h3 {
  margin-bottom: 5px;
  color: #795026;
  font-size: 1.15rem;
}

.sk-strength-list p {
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.92rem;
}

/* Shops */
.sk-shops {
  background: #fff9dd;
}

.sk-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sk-shop-grid article {
  display: grid;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid #e4d49b;
  background: var(--sk-white);
}

.sk-shop-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-shop-grid article > div {
  padding: 28px 24px;
}

.sk-shop-grid p {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 12px;
  border: 1px solid var(--sk-orange);
  color: var(--sk-orange-dark);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.sk-shop-grid h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.sk-shop-grid span {
  color: #75685f;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 0.78rem;
}

/* Partners */
.sk-partners {
  padding-block: 52px;
  background: #faf7f1;
}

.sk-partners .sk-section-title {
  margin-bottom: 30px;
}

.sk-partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sk-partner-grid > div {
  display: grid;
  min-height: 72px;
  padding: 10px;
  border: 1px solid #e2d9cf;
  background: var(--sk-white);
  place-items: center;
}

.sk-partner-grid img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

/* Contact */
.sk-contact {
  padding-block: 68px;
  color: var(--sk-ink);
  background: linear-gradient(180deg, #fffdf8, #f7eee4);
}

.sk-contact .sk-section-title > p,
.sk-contact .sk-section-title h2 {
  color: var(--sk-ink);
}

.sk-contact .sk-section-title h2::before,
.sk-contact .sk-section-title h2::after {
  background: linear-gradient(90deg, transparent, var(--sk-gold));
}

.sk-contact .sk-section-title h2::after {
  background: linear-gradient(90deg, var(--sk-gold), transparent);
}

.sk-contact__container {
  max-width: 1180px;
}

.sk-contact__intro {
  margin-bottom: 26px;
  text-align: center;
}

.sk-contact__intro p {
  margin-bottom: 14px;
}

.sk-contact__intro a {
  display: inline-block;
  color: var(--sk-orange-dark);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.sk-contact__form {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #e2d3c5;
  border-radius: 10px;
  background: var(--sk-white);
  color: var(--sk-ink);
  box-shadow: 0 16px 44px rgba(83, 56, 37, 0.12);
}

.sk-contact__form p {
  margin-bottom: 20px;
}

.sk-contact__form .contact-item {
  display: block;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.sk-contact__form .form-box input,
.sk-contact__form .form-box textarea,
.sk-contact__form select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #cfc5bc;
  border-radius: 4px;
  background: #fffdfa;
  font: inherit;
}

.sk-contact__form .contact-box {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
}

.sk-contact__form .contact-box p {
  margin-bottom: 0;
}

.sk-contact__form .contact-in {
  min-width: 0;
}

.sk-contact__form .form-box,
.sk-contact__form .checkbox-wrap {
  width: 100%;
  min-width: 0;
}

.sk-contact__form .mand,
.sk-contact__form .any {
  display: grid;
  flex: 0 0 54px;
  min-height: 54px;
  padding: 0;
  place-items: center;
}

.sk-contact__form .checkbox .wpcf7-list-item-label {
  padding-left: 4px;
  font-size: 0.95rem;
}

.sk-contact__form .contact-supple {
  padding-top: 5px;
  font-size: 0.82rem;
}

.sk-contact__form .send-form {
  margin-top: 30px;
}

.sk-contact__form .send-form p {
  margin-bottom: 0;
}

.sk-contact__form .send-form input[type="image"] {
  width: min(100%, 460px);
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.sk-contact__form input[type="submit"] {
  display: block;
  width: min(100%, 360px);
  margin: 28px auto 0;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  background: #4e943d;
  box-shadow: 0 6px 0 #2f6e25;
  color: var(--sk-white);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 900px) {
  .sk-business-grid,
  .sk-area-grid {
    gap: 16px;
  }

  .sk-about__intro {
    grid-template-columns: 1fr;
  }

  .sk-feature-grid,
  .sk-shop-grid {
    grid-template-columns: 1fr;
  }

  .sk-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 20px;
  }

  .sk-flow-step {
    grid-template-columns: 90px minmax(0, 1fr);
    min-height: 0;
  }

  .sk-flow-step > img {
    grid-column: 2;
  }

  .sk-partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sk-contact__form .contact-box {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sk-contact__form .contact-in {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sk-renewal {
    font-size: 15px;
  }

  .sk-container {
    width: min(calc(100% - 28px), 1120px);
  }

  .sk-section {
    padding-block: 56px;
  }

  .sk-section-title h2 {
    gap: 10px;
    letter-spacing: 0.03em;
  }

  .sk-section-title h2::before,
  .sk-section-title h2::after {
    /* width: 32px; */
  }

  .sk-hero {
    min-height: 540px;
  }

  .sk-hero__content {
    width: min(calc(100% - 28px), 820px);
    padding: 30px 16px;
  }

  .sk-hero__lead {
    letter-spacing: 0.09em;
  }

  .sk-worries__heading {
    display: block;
    text-align: center;
  }

  .sk-topic-badges {
    justify-content: center;
    margin-bottom: 20px;
  }

  .sk-check-grid,
  .sk-business-grid,
  .sk-review-grid,
  .sk-staff-voices,
  .sk-area-grid {
    grid-template-columns: 1fr;
  }

  .sk-check-grid {
    padding: 25px 20px;
  }

  .sk-business-grid {
    max-width: 360px;
    margin-inline: auto;
    gap: 34px;
  }

  .sk-feature-card__body {
    padding: 25px 20px;
  }

  .sk-exhibition {
    align-items: flex-start;
    padding: 22px 18px;
  }

  .sk-review-lead {
    gap: 16px;
    padding: 26px 16px;
  }

  .sk-score {
    width: 105px;
    height: 105px;
  }

  .sk-score strong {
    font-size: 2.6rem;
  }

  .sk-staff-voices article {
    grid-template-columns: 105px 1fr;
  }

  .sk-staff-voices img {
    width: 105px;
    height: 155px;
  }

  .sk-staff-voices p {
    padding: 16px;
    font-size: 0.82rem;
  }

  .sk-support-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .sk-flow-step,
  .sk-flow-step--long {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    padding: 24px 18px;
  }

  .sk-flow-step__marker {
    display: flex;
    gap: 15px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #dec6a8;
    padding-bottom: 12px;
  }

  .sk-flow-step__marker b {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .sk-flow-step > img {
    grid-column: 1;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .sk-permits {
    grid-template-columns: 1fr;
  }

  .sk-area-card,
  .sk-area-card img {
    min-height: 0;
  }

  .sk-strength-list {
    padding: 24px 18px;
  }

  .sk-strength-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .sk-strength-list span {
    width: 44px;
    height: 44px;
  }

  .sk-shop-grid article {
    grid-template-columns: 1fr;
  }

  .sk-shop-grid img {
    height: 220px;
  }

  .sk-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-contact__form {
    padding: 24px 18px;
  }

  .sk-contact__form .wpcf7-list-item {
    min-width: 0;
    margin-left: 0;
  }
}

/* Front-page header and hero for phones */
@media (max-width: 48em) {

  .sk-renewal img {
		height: 100%;
		margin-bottom: 10px;
	}
  .home .header-bg {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .home .header-bg > .row {
    width: 100%;
    margin: 0;
  }

  .home .header-bg .conet-parent {
    position: static;
    width: 100%;
  }

  .home .header-bg .conet-wrap {
    position: static;
    width: 100%;
    padding: 10px 12px 0;
    background: transparent;
  }

  .home .header-bg .sns-wrap {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .home .header-bg .sns-wrap > .sns-icon {
    display: block;
    flex: 0 0 28px;
    line-height: 0;
  }

  .home .header-bg .sns-wrap > .sns-icon img,
  .home .header-bg .sns-wrap .tel-icon img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    object-fit: contain;
  }

  .home .header-bg .sns-wrap .tel-icon {
    display: block;
    flex-basis: 28px;
  }

  .home .header-bg .sns-wrap .tel-icon span {
    display: none;
  }

  .home .header-bg .open-close-wrap.sp-none {
    display: none;
  }

  .home .header-bg .logo-wrap {
    display: none;
  }

  .sk-hero {
    height: clamp(320px, 86vw, 360px);
    min-height: 320px;
    max-height: 360px;
  }

  .sk-hero__image,
  .sk-hero__shade {
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .sk-hero__image {
    object-fit: cover;
    object-position: center center;
  }

  .sk-hero__shade {
    background: linear-gradient(180deg, rgba(37, 24, 17, 0.08), rgba(37, 24, 17, 0.18));
  }

  .sk-hero__content {
    width: calc(100% - 28px);
    max-width: 430px;
    padding: 25px 14px 24px;
    border-radius: 10px;
    background: rgba(255, 252, 247, 0.9);
    box-shadow: 0 12px 30px rgba(31, 19, 13, 0.18);
  }

  .sk-hero__mobile-kicker {
    display: block;
    width: 82%;
    margin: 0 auto 1px;
    color: #5e5148;
    font-size: 0.72rem;
    line-height: 1.2;
    text-align: left;
  }

  .sk-hero__mobile-kicker::after {
    margin-left: 4px;
    content: "/";
    color: var(--sk-orange);
    font-weight: 700;
  }

  .sk-hero__lead {
    margin-bottom: 2px;
    letter-spacing: 0.03em;
  }

  .sk-hero__lead-large {
    font-size: clamp(2rem, 9vw, 2.3rem);
  }

  .sk-hero__lead-small {
    font-size: clamp(1rem, 4.4vw, 1.25rem);
  }

  .sk-hero__lead-medium {
    font-size: clamp(1.4rem, 6vw, 1.7rem);
  }

  .sk-hero__dots {
    margin-bottom: 6px;
  }

  .sk-hero__dots img {
    width: 88%;
    margin: 0 auto;
  }

  .sk-hero h1 {
    margin-bottom: 3px;
  }

  .sk-hero__logo {
    width: min(88%, 300px);
    margin: 0 auto;
  }

  .sk-hero__mobile-contact {
    display: block;
    color: #39434d;
  }

  .sk-hero__mobile-contact a {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .sk-hero__mobile-contact a img {
    flex: 0 0 25px;
    width: 25px;
    height: auto;
    margin: 0;
  }

  .sk-hero__mobile-contact a span {
    /* font-size: clamp(1.7rem, 8.2vw, 2.1rem); */
    font-size: clamp(1.7rem, 9.6vw, 8.1rem);
    letter-spacing: 0;
  }

  .sk-hero__mobile-contact p {
    margin: 2px 0 0;
    font-size: clamp(0.64rem, 2.8vw, 0.76rem);
    line-height: 1.3;
    white-space: nowrap;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
  }

  .sk-hero__copy {
    display: none;
  }
}

@media (max-width: 22em) {
  .home .header-bg .sns-wrap {
    gap: 5px;
  }

  .home .header-bg .sns-wrap > .sns-icon {
    flex-basis: 23px;
  }

  .home .header-bg .sns-wrap > .sns-icon img,
  .home .header-bg .sns-wrap .tel-icon img {
    width: 23px;
    height: 23px;
  }

  .sk-hero__content {
    width: calc(100% - 16px);
    padding-inline: 8px;
  }
}

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