/* Kurashiro header proportions based on the supplied reference. */
.home header .header_box {
  width: min(1540px, 92vw);
}
.home header .header_box .logo a {
  top: 8px;
  width: 285px;
  height: auto;
  aspect-ratio: 1734 / 420;
  padding: 0;
  color: transparent;
  font-size: 0;
}
.home header .header_box .logo a::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/header_logo_company.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.home header .header_box .logo a::after { display: none; }
.home header nav #nav,
.home header nav #nav .main_nav { width: 100%; }
.home header nav #nav { top: 90px; }
.home header nav #nav .main_nav {
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(90deg, #117fdc, #0868d6);
}
.home header .header_box .tel a { left: auto; right: 550px; }
.home header .header_box .button { right: 275px; width: 260px; }
.home header .header_box .form-button {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 220px;
  height: 50px;
  margin: 0;
}
.home header .header_box.active02 .form-button { top: 10px; }
.home header .header_box .form-button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #0564bd;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0564bd, #188be4);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: background-color .3s ease, color .3s ease;
}
.home header .header_box .form-button a::before { content: "✉"; font-size: 18px; }
.home header .header_box .form-button a:hover { color: #0564bd; background: #fff; }

/* Bright photographic hero; keep the existing translucent copy panel. */
.home .key {
  height: 758px;
  padding-top: 45px;
  background-color: #eef9ff;
  background-image: url("img/kurashiro_hero_bg_v2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .key > .inner { position: relative; z-index: 1; }
.home .key .bg_img { display: none; }
.home .key::before,
.home .key .inner::before { content: none; display: none; }
.home .key::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -8px;
  width: min(56vw, 820px);
  height: 360px;
  background: url("img/hero_wind_effect.svg") left top / contain no-repeat;
  opacity: .82;
  pointer-events: none;
  z-index: 0;
}
.home .hero-mobile-support { display: contents; }
.home .hero-mobile-reviews-badge,
.home .hero-mobile-staff { display: none; }
.home .cont02 > .pose-2 { display: none !important; }

@media screen and (min-width: 768px) {
  .home .key { height: 928px; }
  .home .key .inner::after {
    bottom: -520px;
    background-image: url("img/kurashiro_hero_strip_v3.png");
  }
  .home .key .inner .text_box::before { right: -175px; }
  .home .key .text04.consultation-free {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 1.05;
  }
  .home .key .text04.consultation-free span { padding-right: 0; font-size: 15px; line-height: 1.15; }
  .home .key .text04.consultation-free strong { font-size: 29px; white-space: nowrap; }
  .home .topic_wrap { width: min(1180px, calc(100% - 48px)); max-width: none; margin-top: 255px; }
  .home .topic_wrap .reviews_wrap { width: min(100%, 1080px); margin-top: 0; }
  .home .topic_wrap .reviews_wrap .reviews_box { width: 100%; }
}

@media screen and (min-width: 1400px) {
  .home .key > .inner {
    width: 100%;
    max-width: none;
  }
  .home .key .inner .text_box {
    left: 0;
    width: 1100px;
    padding: 70px 350px 70px 80px;
    border-radius: 0 18px 18px 0;
    background: rgba(255,255,255,.76);
  }
  .home .key .inner .text_box::before { right: 0; }
}

@media screen and (max-width: 767px) {
  .home header,
  .home header .header_box { height: 110px; }
  .home header .header_box { width: 100%; }
  .home header .header_box::before { width: 100vw; height: 110px; }
  .home header .header_box .logo a {
    top: 7px;
    left: 10px;
    width: min(285px, calc(100vw - 90px));
  }
  .home header .header_box .form-button { display: none; }
  .home #nav-btn { top: 30px; }
  .home .key { background-position: 64% top; }
  .home .key .inner::after { background-image: url("img/kurashiro_hero_strip_v3.png"); }
  .home .key::after { top: 38px; left: -18px; width: 110vw; height: 250px; opacity: .46; }
  .home .key .text04.consultation-free {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1.05;
  }
  .home .key .text04.consultation-free span { padding-right: 0; font-size: 10px; line-height: 1.1; }
  .home .key .text04.consultation-free strong { font-size: 17px; white-space: nowrap; }
  .home .topic_wrap .reviews_wrap { margin-top: 0; }
}

/* Mascot decoration system */
.home .cont04::before,
.home .cont04::after,
.home .cont05 .inner::after,
.home .cont07 .inner::before,
.home .cont09 .inner::before { content: none !important; background: none !important; }
.home .cont01, .home .cont02, .home .cont03, .home .cont04, .home .cont05,
.home .cont06, .home .cont07, .home .cont08, .home .cont10, .home .contact_box { position: relative; }
.home .kurashiro-bear-pose {
  position: absolute;
  z-index: 3;
  display: block;
  width: 118px;
  height: 148px;
  pointer-events: none;
  background-image: url("img/kurashiro_bear_poses.png");
  background-repeat: no-repeat;
  background-size: 500% 200%;
  filter: drop-shadow(0 7px 8px rgba(2,48,96,.11));
}
.home .pose-1 { left: 24px; bottom: 24px; background-position: 0 0; }
.home .pose-2 { right: 24px; top: 18%; background-position: 25% 0; }
.home .pose-3 { left: 24px; top: 35%; background-position: 50% 0; }
.home .pose-4 { right: 24px; top: 24px; background-position: 75% 0; }
.home .pose-5 { left: 24px; bottom: 24px; background-position: 100% 0; }
.home .pose-6 { right: 24px; bottom: 24px; background-position: 0 100%; }
.home .pose-7 { left: 24px; top: 24px; background-position: 25% 100%; }
.home .pose-8 { right: 24px; top: 20%; background-position: 50% 100%; }
.home .pose-8 { clip-path: inset(0 10px 0 0); }
.home .pose-9 { left: 24px; bottom: 24px; background-position: 75% 100%; }
.home .pose-10 { right: 24px; bottom: 24px; background-position: 100% 100%; }
.home .cont02 > .pose-2 { right: -116px; top: 26%; }
.home .cont03 .inner:nth-of-type(1)::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
@media screen and (max-width: 1499px) {
  .home .cont02 > .pose-2 { display: none; }
}
@media screen and (max-width: 1280px) {
  .home .kurashiro-bear-pose { width: 88px; height: 110px; }
  .home .pose-8 { clip-path: inset(0 8px 0 0); }
  .home .pose-1, .home .pose-3, .home .pose-5, .home .pose-7, .home .pose-9 { left: 12px; }
  .home .pose-2, .home .pose-4, .home .pose-6, .home .pose-8, .home .pose-10 { right: 12px; }
  .home .pose-4, .home .pose-7 { top: 18px; }
  .home .pose-1, .home .pose-5, .home .pose-6, .home .pose-9, .home .pose-10 { bottom: 18px; }
}
@media screen and (max-width: 767px) {
  .home .kurashiro-bear-pose { width: 58px; height: 73px; opacity: .9; }
  .home .pose-1, .home .pose-3, .home .pose-5, .home .pose-7, .home .pose-9 { left: 8px; }
  .home .pose-7 { top: 12px; }
  .home .pose-1, .home .pose-5, .home .pose-9 { bottom: 12px; }
  .home .pose-2, .home .pose-4, .home .pose-6, .home .pose-8, .home .pose-10 { display: none; }

  .home .cont03 .cont03_01 .service_box .cont {
    display: flex;
    padding-top: 0;
    flex-direction: column;
  }
  .home .cont03 .cont03_01 .service_box .cont figure {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: 100%;
    aspect-ratio: 1450 / 1086;
  }
  .home .cont03 .cont03_01 .service_box .cont figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .cont03 .cont03_01 .service_box .cont .h_box { order: 2; }
  .home .cont03 .cont03_01 .service_box .cont .h_box .text01 {
    display: grid;
    gap: 8px;
  }
  .home .cont03 .cont03_01 .service_box .cont .h_box .text01 .span01,
  .home .cont03 .cont03_01 .service_box .cont .h_box .text01 .span02 {
    display: block;
    width: fit-content;
    white-space: nowrap;
  }
  .home .cont03 .cont03_01 .service_box .cont .h_box .text01 .span02 {
    justify-self: end;
  }
  .home .cont03 .cont03_01 .service_box .cont .text03 { order: 3; }
  .home .cont03 .cont03_01 .service_box .cont .button { order: 4; }
  .home .cont03 .cont03_01 .service_box .cont .text03.has-service-bear {
    position: relative;
    min-height: 73px;
    padding-left: 72px;
  }
  .home .cont03 .cont03_01 .service_box .cont .text03.has-service-bear > .pose-3 {
    top: 0;
    left: 4px;
  }
}

/* Kurashiro feature panel: match the approved three-card design. */
.home .cont01.feature_image_section {
  background-color: #f8fcff;
  background-image: url("img/kurashiro_feature_pattern.svg"), radial-gradient(circle at 50% 40%, rgba(255,255,255,.96), rgba(232,245,255,.64));
  background-size: 300px 150px, 100% 100%;
  padding: 42px 24px 36px;
}
.home .feature_image_section .feature-inner { max-width: 1480px; }
.home .feature_image_section .feature-brand {
  font-size: 29px;
  color: #0759cd;
  text-transform: none;
}
.home .feature_image_section h2 {
  margin-top: 8px;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: .04em;
}
.home .feature_image_section .feature-subtitle {
  gap: 26px;
  margin-top: 12px;
  font-size: clamp(18px, 1.7vw, 27px);
  letter-spacing: .12em;
}
.home .feature_image_section .feature-subtitle::before,
.home .feature_image_section .feature-subtitle::after { width: 76px; }
.home .feature_image_section .feature-lead {
  margin-top: 34px;
  font-size: clamp(23px, 2.1vw, 34px);
  letter-spacing: .05em;
}
.home .feature_image_section .feature-cards {
  gap: 26px;
  margin: 24px auto 0;
  width: min(100%, 1470px);
}
.home .feature_image_section .feature-card {
  min-height: 382px;
  padding: 24px 26px 22px;
  border: 2px solid #082e9b;
  border-radius: 20px;
  box-shadow: 0 9px 24px rgba(10, 62, 145, .05);
}
.home .feature_image_section .feature-card-heading {
  gap: 20px;
  min-height: 122px;
}
.home .feature_image_section .feature-card-heading p {
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.42;
}
.home .feature_image_section .feature-icon {
  position: relative;
  flex: 0 0 116px;
  width: 116px;
  height: 116px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
}
.home .feature_image_section .feature-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150px;
  height: 150px;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.home .feature_image_section .feature-icon-review img,
.home .feature_image_section .feature-icon-video img,
.home .feature_image_section .feature-icon-price img { width: 158px; height: 158px; }
.home .feature_image_section .feature-icon svg {
  width: 94px;
  height: 94px;
  stroke: #0759cd;
  stroke-width: 4;
}
.home .feature_image_section .feature-icon svg .feature-icon-accent {
  fill: #f5b600;
  stroke: #f5b600;
}
.home .feature_image_section .feature-icon svg .feature-icon-stars {
  fill: #f5b600;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -1px;
}
.home .feature_image_section .feature-card-license .feature-icon {
  flex-basis: 142px;
  width: 142px;
  height: 152px;
}
.home .feature_image_section .feature-card-license .feature-icon img {
  width: 166px;
  height: 166px;
}
.home .feature_image_section .feature-icon-label {
  position: absolute;
  z-index: 1;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 3px rgba(1, 31, 93, .78);
}
.home .feature_image_section .feature-value {
  margin-top: 18px;
  font-size: clamp(29px, 2.3vw, 39px);
}
.home .feature_image_section .feature-value strong { font-size: clamp(52px, 5vw, 82px); }
.home .feature_image_section .feature-card-license .feature-value strong { font-size: clamp(46px, 4vw, 68px); }
.home .feature_image_section .feature-card-license .feature-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .08em;
  white-space: nowrap;
  font-size: clamp(23px, 1.7vw, 30px);
  letter-spacing: 0;
}
.home .feature_image_section .feature-card-license .feature-value strong {
  flex: 0 0 auto;
  font-size: clamp(48px, 3.5vw, 62px);
  letter-spacing: 0;
}
.home .feature_image_section .feature-description {
  margin-top: 20px;
  padding-top: 18px;
  font-size: clamp(16px, 1.35vw, 21px);
}
.home .feature_image_section .feature-card-detail .feature-value {
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 1.8vw, 32px);
  line-height: 1.25;
}
.home .feature_image_section .feature-card-license .feature-description {
  position: relative;
  border-top: 2px solid #e9a800;
}
.home .feature_image_section .feature-card-license .feature-description::before {
  content: "★★★";
  position: absolute;
  top: -16px;
  left: 50%;
  padding: 0 12px;
  transform: translateX(-50%);
  color: #e9a800;
  background: #fff;
}
.home .feature_image_section .feature-bear {
  right: 0;
  bottom: 14px;
  width: 94px;
}
.home .feature_image_section > .pose-1 { display: none; }

.home .cont03 .cont03_01 .service_box .cont .text03 {
  padding-left: 12px;
}

.home .contact_box .info_box .btn-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-left: 12px;
  padding-right: 12px;
  background: #065aaa;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.home .contact_box .info_box .btn-02 a::before { content: "✉"; flex: 0 0 auto; font-size: 16px; line-height: 1; }
.home .contact_box .info_box .btn-02 a:hover { background: #fff; }
@media screen and (min-width: 768px) {
  .home .contact_box .info_box { transform: translateX(-32px); }
  .home .contact_box .info_box .tel { margin-left: 0; }
}

.home .price-simulation-link {
  width: min(460px, calc(100% - 32px));
  margin: 34px auto 0;
  text-align: center;
}
.home .price-simulation-link a {
  display: block;
  padding: 14px 26px;
  border: 2px solid #065aaa;
  border-radius: 999px;
  color: #065aaa;
  background: #fff;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 800;
  transition: color .25s ease, background-color .25s ease;
}
.home .price-simulation-link a:hover {
  color: #fff;
  background: #065aaa;
}

/* High-intent reservation entry in the open space below the hero copy. */
.home .hero-reservation-pop {
  position: absolute;
  z-index: 6;
  top: 610px;
  left: clamp(380px, 32vw, 480px);
  display: grid;
  width: 250px;
  height: 250px;
  place-items: center;
  padding: 45px 26px 55px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(255,255,255,.22), transparent 33%),
    linear-gradient(125deg, #ffad19 0%, #ff7900 55%, #f24a00 100%);
  box-shadow: 0 17px 35px rgba(191,69,0,.34), 0 0 0 5px rgba(255,177,28,.25);
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transform: rotate(-1deg);
  transition: transform .22s ease, box-shadow .22s ease;
}
.home .hero-reservation-pop::before {
  content: none;
  display: none;
}
.home .hero-reservation-pop::after {
  content: "›";
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #f26400;
  background: #fff;
  box-shadow: 0 5px 12px rgba(126,42,0,.2);
  font-size: 38px;
  line-height: 1;
  transform: translateX(50%);
}
.home .hero-reservation-pop strong { display: block; font-size: 27px; line-height: 1.28; letter-spacing: .015em; text-shadow: 0 2px 2px rgba(126,42,0,.24); }
.home .hero-reservation-pop small { display: block; color: #fff8dc; font-size: 12px; font-weight: 900; line-height: 1.35; letter-spacing: .06em; }
.home .hero-reservation-pop:hover,
.home .hero-reservation-pop:focus-visible { box-shadow: 0 20px 42px rgba(191,69,0,.42), 0 0 0 6px rgba(255,197,54,.42); transform: rotate(0) translateY(-4px); }

/* Shared accessible modal shell. */
html.home-modal-open,
html.home-modal-open body { overflow: hidden; }
.home .home-modal[hidden] { display: none !important; }
.home .home-modal {
  position: fixed;
  z-index: 30000;
  inset: 0;
  display: grid;
  box-sizing: border-box;
  place-items: center;
  padding: 24px;
}
.home .home-modal *,
.home .home-modal *::before,
.home .home-modal *::after { box-sizing: border-box; }
.home .home-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(2,27,55,.72);
  cursor: pointer;
  backdrop-filter: blur(5px);
}
.home .home-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: calc(100dvh - 48px);
  overflow: auto;
  border-radius: 28px;
  outline: 0;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,28,63,.34);
  overscroll-behavior: contain;
}
.home .home-modal__close {
  position: sticky;
  z-index: 10;
  top: 12px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 12px 12px -58px auto;
  padding: 0 0 4px;
  border: 2px solid #d2e7f7;
  border-radius: 50%;
  color: #063b74;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 18px rgba(3,46,91,.14);
  font: 500 34px/1 Arial, sans-serif;
  cursor: pointer;
}
.home .home-modal__close:hover,
.home .home-modal__close:focus-visible { color: #fff; background: #075fc8; }

/* Reservation/contact choice modal. */
.home .home-contact-modal__dialog { max-width: 790px; padding: 30px 34px 34px; background: radial-gradient(circle at 10% 0, #e3f4ff 0 170px, transparent 172px), #fff; }
.home .home-contact-modal__heading { padding: 4px 52px 0; text-align: center; }
.home .home-contact-modal__heading > span { display: inline-block; padding: 5px 16px; border-radius: 999px; color: #7d5200; background: #ffec9c; font-size: 13px; font-weight: 900; }
.home .home-contact-modal__heading h2 { margin: 12px 0 8px; color: #07346c; font-size: clamp(28px, 4vw, 42px); line-height: 1.35; }
.home .home-contact-modal__heading p { margin: 0; color: #526b82; font-size: 15px; line-height: 1.7; }
.home .home-contact-modal__methods { display: grid; gap: 13px; margin-top: 26px; }
.home .home-contact-method {
  display: grid;
  grid-template-columns: 68px 1fr 38px;
  align-items: center;
  gap: 17px;
  min-height: 112px;
  padding: 17px 20px;
  border: 2px solid #c9e1f4;
  border-radius: 19px;
  color: #123b69;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(3,56,111,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home .home-contact-method:hover,
.home .home-contact-method:focus-visible { border-color: #0b72d5; box-shadow: 0 12px 28px rgba(3,70,140,.16); transform: translateY(-2px); }
.home .home-contact-method__icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #218bef, #075dc5); font-size: 27px; font-weight: 900; }
.home .home-contact-method.is-line .home-contact-method__icon { border-radius: 50%; background: #06c755; font-size: 13px; }
.home .home-contact-method.is-form .home-contact-method__icon { background: linear-gradient(145deg, #0d78d6, #06488f); }
.home .home-contact-method__copy { display: block; min-width: 0; }
.home .home-contact-method__copy small,
.home .home-contact-method__copy strong,
.home .home-contact-method__copy b,
.home .home-contact-method__copy em { display: block; }
.home .home-contact-method__copy small { color: #0972d0; font-size: 12px; font-weight: 900; line-height: 1.4; }
.home .home-contact-method.is-line .home-contact-method__copy small { color: #048a3b; }
.home .home-contact-method__copy strong { margin-top: 2px; color: #082f61; font-size: 22px; line-height: 1.4; }
.home .home-contact-method__copy b { margin-top: 2px; color: #0868c7; font-size: 19px; line-height: 1.35; }
.home .home-contact-method__copy em { margin-top: 3px; color: #60768c; font-size: 12px; font-style: normal; font-weight: 700; line-height: 1.4; }
.home .home-contact-method__arrow { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: #0b71d2; font-size: 29px; line-height: 1; }
.home .home-contact-modal__note { margin: 20px 0 0; padding: 13px 16px; border-radius: 12px; color: #526b82; background: #eff8ff; font-size: 12px; line-height: 1.7; text-align: center; }

/* The same estimator used on the price page, presented inside a HOME modal. */
.home .home-price-modal__dialog { max-width: 1240px; padding: 14px; background: #f5fbff; }
.home .home-price-modal .quote-estimator { position: relative; isolation: isolate; overflow: hidden; margin: 0; padding: 50px 36px 36px; border: 0; border-radius: 22px; color: #17283b; background: radial-gradient(circle at 0 0, rgba(88,177,255,.17) 0 165px, transparent 167px), linear-gradient(180deg, #fff, #fafdff); box-shadow: inset 0 0 0 1px rgba(117,177,226,.2); }
.home .home-price-modal .quote-estimator::before { content: ""; position: absolute; z-index: -1; top: 27px; left: 50%; width: 230px; height: 40px; border-top: 4px dashed #d7ebfb; border-radius: 50%; transform: translateX(-50%) rotate(-3deg); }
.home .home-price-modal .quote-estimator-heading { margin: 0 60px 34px; text-align: center; }
.home .home-price-modal .quote-kicker { display: inline-block; margin: 0 0 8px; padding: 5px 14px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #197fe3, #075fc5); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.home .home-price-modal .quote-estimator-heading h2 { margin: 0 0 10px; color: #082e79; font-size: clamp(31px, 4vw, 47px); line-height: 1.3; letter-spacing: .04em; }
.home .home-price-modal .quote-estimator-heading > p:last-child { margin: 0; color: #385475; font-size: 14px; font-weight: 700; line-height: 1.8; }
.home .home-price-modal .quote-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(285px, .65fr); gap: 26px; align-items: start; }
.home .home-price-modal .quote-group + .quote-group { margin-top: 30px; }
.home .home-price-modal .quote-group-heading { display: grid; min-height: 60px; grid-template-columns: 60px 1fr auto; align-items: center; gap: 14px; margin: 0 0 15px; }
.home .home-price-modal .quote-group-heading > span { display: grid; width: 60px; height: 60px; place-items: center; border: 4px solid #eaf5ff; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #2388ed, #075fc8); box-shadow: 0 7px 15px rgba(7,94,194,.18); font-size: 12px; font-weight: 900; }
.home .home-price-modal .quote-group-heading h3 { margin: 0; color: #082e79; font-size: 22px; line-height: 1.4; }
.home .home-price-modal .quote-group-heading p { margin: 0; padding: 8px 14px; border-radius: 999px; color: #815000; background: #ffedb5; font-size: 12px; font-weight: 800; white-space: nowrap; }
.home .home-price-modal .quote-item-list { display: grid; gap: 12px; }
.home .home-price-modal .quote-group:first-child .quote-item-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home .home-price-modal .quote-group:nth-child(2) .quote-item-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home .home-price-modal .quote-item { display: flex; min-height: 130px; justify-content: space-between; align-items: center; gap: 14px; padding: 18px; border: 2px solid #d3e2ef; border-radius: 17px; background: #fff; box-shadow: 0 7px 18px rgba(4,63,117,.05); }
.home .home-price-modal .quote-item:focus-within { border-color: #126ed2; box-shadow: 0 0 0 4px rgba(5,100,189,.1); }
.home .home-price-modal .quote-item > div { min-width: 0; }
.home .home-price-modal .quote-item strong { display: block; color: #082e79; font-size: 15px; line-height: 1.55; }
.home .home-price-modal .quote-item div > span { display: block; margin-top: 5px; color: #526b82; font-size: 12px; line-height: 1.5; }
.home .home-price-modal .quote-item .quote-service-prices { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 9px; margin-top: 9px; }
.home .home-price-modal .quote-regular-price { width: 100%; color: #718598; }
.home .home-price-modal .quote-special-price { width: fit-content; padding: 3px 8px; border-radius: 999px; color: #075fca; background: #e7f3ff; font-weight: 800; white-space: nowrap; }
.home .home-price-modal .quote-special-price b { margin: 0 2px; font-size: 20px; }
.home .home-price-modal .quote-item label { flex: 0 0 auto; color: #183e69; font-size: 11px; font-weight: 800; text-align: center; }
.home .home-price-modal .quote-item select { display: block; min-width: 82px; margin-top: 4px; padding: 9px 25px 9px 9px; border: 2px solid #b8d6ed; border-radius: 9px; color: #083773; background: #fff; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item { min-height: 185px; flex-direction: column; align-items: stretch; text-align: center; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item > div::before { display: grid; width: 50px; height: 50px; place-items: center; margin: 0 auto 10px; border: 2px solid #b7d9f5; border-radius: 15px; color: #075fc8; background: #f4faff; font-size: 24px; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item:nth-child(1) > div::before { content: "◎"; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item:nth-child(2) > div::before { content: "✦"; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item:nth-child(3) > div::before { content: "⌁"; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item:nth-child(4) > div::before { content: "▣"; }
.home .home-price-modal .quote-group:nth-child(2) .quote-item label { margin: auto auto 0; }
.home .home-price-modal .quote-summary { position: sticky; top: 0; overflow: hidden; padding: 0 22px 22px; border: 2px solid #d2e4f3; border-radius: 20px; color: #153b67; background: #fff; box-shadow: 0 14px 30px rgba(3,45,86,.14); }
.home .home-price-modal .quote-summary-kicker { position: absolute; top: 14px; right: 18px; margin: 0; color: #cceaff; font-size: 9px; letter-spacing: .12em; }
.home .home-price-modal .quote-summary h3 { margin: 0 -22px 18px; padding: 21px 22px; color: #fff; background: linear-gradient(140deg, transparent 0 58%, rgba(255,255,255,.12) 58% 64%, transparent 64%), linear-gradient(135deg, #2389ef, #075dca); font-size: 26px; }
.home .home-price-modal .quote-lines { margin: 0; padding: 0; list-style: none; }
.home .home-price-modal .quote-lines li,
.home .home-price-modal .quote-discount { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #dce9f4; color: #294b70; font-size: 12px; line-height: 1.5; }
.home .home-price-modal .quote-discount[hidden],
.home .home-price-modal .quote-savings[hidden] { display: none; }
.home .home-price-modal .quote-lines li strong,
.home .home-price-modal .quote-discount strong { flex: 0 0 auto; }
.home .home-price-modal .quote-empty { color: #7790aa; }
.home .home-price-modal .quote-discount { color: #129233; font-weight: 800; }
.home .home-price-modal .quote-regular-total { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 16px 0 0; color: #526b82; font-size: 12px; }
.home .home-price-modal .quote-regular-total del { flex: 0 0 auto; font-size: 17px; }
.home .home-price-modal .quote-total { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; margin: 18px 0 0; padding-top: 17px; border-top: 2px solid #bad8f2; color: #123c6f; }
.home .home-price-modal .quote-total span { font-size: 12px; }
.home .home-price-modal .quote-total strong { color: #0a61ca; font-size: clamp(33px, 4vw, 44px); line-height: 1; white-space: nowrap; }
.home .home-price-modal .quote-savings { margin-top: 16px; padding: 12px; border-radius: 12px; color: #704500; background: linear-gradient(135deg, #fff7d6, #ffe292); text-align: center; }
.home .home-price-modal .quote-savings > span { display: block; font-size: 11px; }
.home .home-price-modal .quote-savings strong { font-size: 17px; }
.home .home-price-modal .quote-savings b { color: #bd3f00; font-size: 24px; }
.home .home-price-modal .quote-summary-note { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid #dce9f4; color: #526b82; font-size: 11px; line-height: 1.7; }

@media screen and (max-width: 1020px) {
  .home .home-price-modal .quote-layout { grid-template-columns: 1fr; }
  .home .home-price-modal .quote-summary { position: static; }
  .home .home-price-modal .quote-group:nth-child(2) .quote-item-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 767px) {
  .home .hero-reservation-pop { top: 445px; left: calc(100vw - 102px); width: 170px; height: 170px; min-height: 0; padding: 29px 16px 40px; border-width: 3px; border-radius: 50%; transform: translateX(-50%) rotate(-1deg); }
  .home .hero-reservation-pop:hover,
  .home .hero-reservation-pop:focus-visible { transform: translateX(-50%) translateY(-3px); }
  .home .hero-reservation-pop::after { right: 50%; bottom: 11px; width: 32px; height: 32px; font-size: 27px; }
  .home .hero-reservation-pop strong { font-size: 20px; }
  .home .hero-reservation-pop small { font-size: 9px; }
  .home .home-modal { align-items: end; padding: 9px; }
  .home .home-modal__dialog { max-height: calc(100dvh - 18px); border-radius: 23px; }
  .home .home-modal__close { top: 9px; width: 42px; height: 42px; margin: 9px 9px -51px auto; font-size: 31px; }
  .home .home-contact-modal__dialog { padding: 24px 15px 20px; }
  .home .home-contact-modal__heading { padding: 3px 38px 0; }
  .home .home-contact-modal__heading > span { padding: 4px 11px; font-size: 10px; }
  .home .home-contact-modal__heading h2 { margin-top: 9px; font-size: 26px; }
  .home .home-contact-modal__heading p { font-size: 12px; }
  .home .home-contact-modal__methods { gap: 9px; margin-top: 18px; }
  .home .home-contact-method { grid-template-columns: 50px 1fr 28px; gap: 11px; min-height: 91px; padding: 12px; border-radius: 15px; }
  .home .home-contact-method__icon { width: 48px; height: 48px; border-radius: 14px; font-size: 22px; }
  .home .home-contact-method.is-line .home-contact-method__icon { font-size: 10px; }
  .home .home-contact-method__copy small { font-size: 10px; }
  .home .home-contact-method__copy strong { font-size: 17px; }
  .home .home-contact-method__copy b { font-size: 15px; }
  .home .home-contact-method__copy em { font-size: 10px; }
  .home .home-contact-method__arrow { width: 28px; height: 28px; font-size: 23px; }
  .home .home-contact-modal__note { margin-top: 14px; padding: 10px; font-size: 10px; }
  .home .home-price-modal__dialog { padding: 7px; }
  .home .home-price-modal .quote-estimator { padding: 42px 12px 20px; border-radius: 18px; }
  .home .home-price-modal .quote-estimator-heading { margin: 0 34px 26px 0; text-align: left; }
  .home .home-price-modal .quote-estimator-heading h2 { font-size: 25px; }
  .home .home-price-modal .quote-estimator-heading > p:last-child { font-size: 11px; }
  .home .home-price-modal .quote-group-heading { min-height: 52px; grid-template-columns: 52px 1fr; gap: 10px; }
  .home .home-price-modal .quote-group-heading > span { width: 52px; height: 52px; font-size: 10px; }
  .home .home-price-modal .quote-group-heading h3 { font-size: 18px; }
  .home .home-price-modal .quote-group-heading p { grid-column: 1 / -1; justify-self: start; white-space: normal; }
  .home .home-price-modal .quote-group:first-child .quote-item-list,
  .home .home-price-modal .quote-group:nth-child(2) .quote-item-list { grid-template-columns: 1fr; }
  .home .home-price-modal .quote-item,
  .home .home-price-modal .quote-group:nth-child(2) .quote-item { min-height: 0; padding: 15px 13px; }
  .home .home-price-modal .quote-item strong { font-size: 13px; }
  .home .home-price-modal .quote-group:nth-child(2) .quote-item { flex-direction: row; align-items: center; text-align: left; }
  .home .home-price-modal .quote-group:nth-child(2) .quote-item > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 9px; }
  .home .home-price-modal .quote-group:nth-child(2) .quote-item > div::before { grid-row: 1 / 3; width: 40px; height: 40px; margin: 0; font-size: 20px; }
  .home .home-price-modal .quote-group:nth-child(2) .quote-item label { margin: 0 0 0 auto; }
  .home .home-price-modal .quote-summary { padding: 0 15px 17px; }
  .home .home-price-modal .quote-summary h3 { margin: 0 -15px 16px; padding: 18px 15px; }
}

@media screen and (max-width: 1280px) {
  .home .feature_image_section .feature-cards { width: 100%; gap: 18px; }
  .home .feature_image_section .feature-card { min-height: 330px; padding: 20px; }
  .home .feature_image_section .feature-card-heading { min-height: 98px; }
  .home .feature_image_section .feature-icon { flex-basis: 88px; width: 88px; height: 88px; }
  .home .feature_image_section .feature-icon img { width: 116px; height: 116px; }
  .home .feature_image_section .feature-icon svg { width: 76px; height: 76px; }
  .home .feature_image_section .feature-card-license .feature-icon { flex-basis: 105px; width: 105px; height: 112px; }
  .home .feature_image_section .feature-card-license .feature-icon img { width: 124px; height: 124px; }
  .home .feature_image_section .feature-icon-label { font-size: 16px; }
  .home .feature_image_section .feature-card-license .feature-value { font-size: 24px; }
  .home .feature_image_section .feature-card-license .feature-value strong { font-size: 48px; }
}

@media screen and (min-width: 768px) {
  .home .feature_image_section .feature-card:last-child .feature-description {
    padding-right: 78px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .home .cont01.feature_image_section { padding: 42px 14px 34px; background-size: 210px 105px, 100% 100%; }
  .home .feature_image_section .feature-brand { font-size: 21px; }
  .home .feature_image_section h2 { font-size: 37px; }
  .home .feature_image_section .feature-subtitle { gap: 10px; font-size: 13px; letter-spacing: .04em; }
  .home .feature_image_section .feature-subtitle::before,
  .home .feature_image_section .feature-subtitle::after { width: 24px; }
  .home .feature_image_section .feature-lead { margin-top: 26px; font-size: 19px; }
  .home .feature_image_section .feature-cards { width: 100%; gap: 16px; }
  .home .feature_image_section .feature-card { min-height: 0; padding: 18px; }
  .home .feature_image_section .feature-card-heading { min-height: 76px; }
  .home .feature_image_section .feature-card-heading p { font-size: 21px; }
  .home .feature_image_section .feature-icon { flex-basis: 70px; width: 70px; height: 70px; }
  .home .feature_image_section .feature-icon img { width: 94px; height: 94px; }
  .home .feature_image_section .feature-icon svg { width: 62px; height: 62px; }
  .home .feature_image_section .feature-card-license .feature-icon { flex-basis: 82px; width: 82px; height: 88px; }
  .home .feature_image_section .feature-card-license .feature-icon img { width: 98px; height: 98px; }
  .home .feature_image_section .feature-icon-label { font-size: 13px; }
  .home .feature_image_section .feature-value { font-size: 28px; }
  .home .feature_image_section .feature-value strong { font-size: 48px; }
  .home .feature_image_section .feature-card-detail .feature-value { min-height: 0; font-size: 25px; }
  .home .feature_image_section .feature-card-license .feature-value strong { font-size: 44px; }
  .home .feature_image_section .feature-description { font-size: 15px; }
  .home .feature_image_section .feature-bear { right: 8px; bottom: 8px; width: 58px; }
}

.home .cont02 figure .kurashiro-about-photo,
.home .cont03 .cont03_01 .service_box .cont figure .kurashiro-normal-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .cont02 figure .kurashiro-about-photo { object-position: center; }
.home .cont03 .cont03_01 .service_box .cont figure .kurashiro-normal-photo { object-position: center 38%; }

/* Match reason 06 to the decorated badge used by reasons 01–05. */
.home .cont05 .box .item:nth-of-type(6)::before {
  width: 144px;
  height: 134px;
  left: -66px;
  top: 1px;
  border: 0;
  border-radius: 0;
  background: url("img/reason_06.svg") center center / cover no-repeat;
}
.home .cont05 .box .item:nth-of-type(6)::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .home .cont05 .box .item:nth-of-type(6)::before {
    width: 100.8px;
    height: 93.8px;
    left: -13px;
    top: -35px;
  }
}

.home .cont09 .inner {
  display: block;
  height: auto;
  min-height: 0;
  padding: 0 24px;
}
.home .cont09 .inner::before,
.home .cont09 figure { display: none; }
.home .cont09 .text_box {
  position: relative;
  inset: auto;
  width: min(900px, 100%);
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 64px clamp(38px, 6vw, 82px);
  overflow: hidden;
  border: 3px solid #065aaa;
  border-radius: 18px;
  text-align: left;
}
.home .cont09 .text_box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(520px, 72vw);
  height: min(520px, 72vw);
  transform: translate(-50%, -50%);
  background: url("img/header_logo_company.png") left center / auto 100% no-repeat;
  opacity: .045;
  pointer-events: none;
}
.home .cont09 .text_box > * { position: relative; z-index: 1; }
.home .cont09 h2 {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.4;
  text-align: center;
}
.home .cont09 .text_box .text01 {
  width: max-content;
  margin: 30px auto 0;
}
.home .cont09 .text_box .info_box {
  width: max-content;
  margin: 24px auto 0;
}
.home .cont09 .text_box .text02 {
  max-width: 760px;
  margin: 26px auto 0;
  line-height: 1.85;
  text-align: center;
}
.home .cont09 .button { margin: 30px auto 0; }
@media screen and (max-width: 767px) {
  .home .cont09 { padding: 60px 0; }
  .home .cont09 .inner { padding: 0 14px; }
  .home .cont09 .text_box {
    width: 100%;
    padding: 44px 20px 40px;
    border: 2px solid #065aaa;
    border-radius: 12px;
  }
  .home .cont09 .text_box::before { top: 6px; width: 94%; height: 132px; }
  .home .cont09 h2 { font-size: 22px; line-height: 1.5; }
  .home .cont09 .text_box .text01 { font-size: 20px; }
  .home .cont09 .text_box .info_box { width: fit-content; }
  .home .cont09 .button { width: 100%; }
}

.home footer.kurashiro-footer { padding: 64px 0 100px; color: #07346c; background: #e2f1ff; }
.home .kurashiro-footer-grid { display: grid; width: min(1180px, calc(100% - 48px)); margin: 0 auto; grid-template-columns: 1.05fr .75fr 1.65fr; gap: 36px; }
.home .kurashiro-footer-grid section { margin: 0; padding: 0; border: 0; background: none; }
.home .kurashiro-footer-grid h2 { margin: 0 0 22px; padding: 0; color: #07346c; background: none; font-size: 20px; font-weight: 900; letter-spacing: .04em; text-align: left; }
.home .kurashiro-footer-grid h2::before, .home .kurashiro-footer-grid h2::after { display: none; }
.home .kurashiro-footer-grid ul { margin: 0; padding-left: 1.25em; }
.home .kurashiro-footer-grid li { margin: 0 0 8px; color: #07346c; list-style: disc; }
.home .kurashiro-footer-grid a { color: #07346c; font-weight: 700; }
.home .kurashiro-footer-logo { display: block; width: 310px; height: auto; margin-bottom: 28px; mix-blend-mode: multiply; }
.home .kurashiro-footer-company p { margin: 10px 0; color: #07346c; font-weight: 700; }
.home .kurashiro-footer-area-scroll {
  max-height: 470px;
  overflow-y: auto;
  padding: 20px 22px;
  border: 1px solid rgba(7,91,169,.32);
  border-radius: 12px;
  background: rgba(255,255,255,.58);
  scrollbar-gutter: stable;
}
.home .kurashiro-footer-area-scroll:focus { outline: 2px solid #075ba9; outline-offset: 3px; }
.home .kurashiro-footer-area-group + .kurashiro-footer-area-group { margin-top: 22px; }
.home .kurashiro-footer-area-group h3 { margin: 0 0 12px; color: #07346c; font-size: 18px; font-weight: 900; letter-spacing: .03em; }
.home .kurashiro-footer-area-group ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 18px;
  margin: 0;
  padding-left: 1.2em;
}
.home .kurashiro-footer-area-group li { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.6; }
.home .kurashiro-footer-area-group a { display: block; padding: 2px 3px; border-radius: 5px; }
.home .kurashiro-footer-area-group a:hover,
.home .kurashiro-footer-area-group a:focus-visible { background: rgba(7,91,169,.1); text-decoration: underline; text-underline-offset: 4px; }
.home .kurashiro-footer-area-scroll::-webkit-scrollbar { width: 8px; }
.home .kurashiro-footer-area-scroll::-webkit-scrollbar-track { background: rgba(7,91,169,.1); border-radius: 999px; }
.home .kurashiro-footer-area-scroll::-webkit-scrollbar-thumb { background: rgba(7,91,169,.58); border-radius: 999px; }
.home .kurashiro-footer-copy { width: min(1180px, calc(100% - 48px)); margin: 46px auto 0; color: #07346c; text-align: right; font-weight: 700; }
@media screen and (max-width: 767px) {
  .home .kurashiro-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .home .kurashiro-footer-logo { width: 260px; }
  .home .kurashiro-footer-area-scroll { max-height: 500px; padding: 17px 14px; }
  .home .kurashiro-footer-area-group ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 14px; }
  .home .kurashiro-footer-area-group h3 { font-size: 18px; }
  .home .kurashiro-footer-area-group li { font-size: 16px; }
  .home .kurashiro-footer-copy { text-align: center; }
}

/* Five-step usage flow, based on the supplied card reference. */
.home .cont07 {
  isolation: isolate;
  overflow: hidden;
  padding: 76px 20px 88px;
  background:
    radial-gradient(circle at 0 0, rgba(88, 177, 255, .34) 0 170px, transparent 172px),
    radial-gradient(circle at 100% 100%, rgba(88, 177, 255, .22) 0 210px, transparent 212px),
    linear-gradient(135deg, #f7fcff 0%, #fff 50%, #eef8ff 100%);
}
.home .cont07::before,
.home .cont07::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 170px;
  opacity: .45;
  pointer-events: none;
  background-image: radial-gradient(circle, #79bdf3 3px, transparent 4px);
  background-size: 18px 18px;
}
.home .cont07::before { top: 62px; left: 36px; clip-path: polygon(0 0, 100% 0, 66% 100%, 0 72%); }
.home .cont07::after { right: 34px; bottom: 42px; clip-path: polygon(26% 0, 100% 18%, 100% 100%, 0 72%); }
.home .cont07 .inner {
  width: min(1600px, 100%);
  max-width: none;
  margin: 0 auto;
}
.home .cont07 .flow-heading { position: relative; z-index: 2; text-align: center; }
.home .cont07 .flow-kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  padding: 0 18px 7px;
  border-bottom: 8px solid #ffec8a;
  color: #082a63;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 900;
  line-height: .7;
  transform: rotate(-1deg);
}
.home .cont07 .flow-kicker span {
  color: #167bea;
  font-size: 1.75em;
  line-height: .5;
}
.home .cont07 .flow-heading h2 {
  margin-top: 22px;
  color: #082a63;
  font-size: clamp(46px, 5.2vw, 78px);
  letter-spacing: .08em;
  line-height: 1.1;
  text-shadow: 0 3px 0 rgba(255,255,255,.9);
}
.home .cont07 .flow-heading h2::before {
  content: "✦";
  margin-right: 16px;
  color: #ffc41c;
  font-size: .5em;
  vertical-align: .28em;
}
.home .cont07 .flow-lead {
  margin: 14px 0 0;
  color: #18345d;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 700;
  letter-spacing: .04em;
}
.home .cont07 > .pose-7 {
  z-index: 1;
  top: 12px;
  right: 6%;
  left: auto;
  width: 156px;
  height: 196px;
  background-position: 25% 100%;
  transform: rotate(5deg);
}
.home .cont07 .box {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}
.home .cont07 .box .item,
.home .cont07 .box .item:nth-of-type(2),
.home .cont07 .box .item:nth-of-type(3) {
  position: relative;
  width: auto;
  height: auto;
  min-height: 510px;
  padding: 72px 24px 28px;
  border: 2px solid #cce4fb;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(24, 112, 205, .08);
}
.home .cont07 .box .item::before {
  content: "›";
  z-index: 4;
  right: -31px;
  top: 48%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  clip-path: none;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #1685ee, #075dc4);
  box-shadow: 0 5px 12px rgba(7, 88, 181, .2);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}
.home .cont07 .box .item:last-of-type::before { display: none; }
.home .cont07 .flow-step {
  position: absolute;
  z-index: 3;
  top: -38px;
  left: 50%;
  display: flex;
  width: 92px;
  height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #268df2, #075fca);
  box-shadow: 0 8px 16px rgba(0, 91, 192, .18);
  line-height: 1;
  transform: translateX(-50%);
}
.home .cont07 .flow-step small { font-size: 16px; font-weight: 900; letter-spacing: .04em; }
.home .cont07 .flow-step strong { margin-top: 3px; font-size: 33px; font-weight: 900; }
.home .cont07 .box .item h3 {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #082a63;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.35;
}
.home .cont07 .box .item h3::before { content: none; display: none; }
.home .cont07 .flow-visual {
  position: relative;
  height: 210px;
  margin: 5px -2px 0;
}
.home .cont07 .flow-bear {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  display: block;
  width: 152px;
  height: 190px;
  background: url("img/kurashiro_bear_poses.png") 0 0 / 500% 200% no-repeat;
  filter: drop-shadow(0 8px 7px rgba(2,48,96,.08));
  transform: translateX(-50%);
}
.home .cont07 .flow-bear--1 { background-position: 0 0; }
.home .cont07 .flow-bear--2 {
  background-position: 50% 100%;
  /* The neighbouring pose slightly crosses the sprite-cell boundary. */
  clip-path: inset(0 18px 0 0);
}
.home .cont07 .flow-bear--3 {
  background-position: 75% 0;
  clip-path: inset(0 14px 14px 0);
}
.home .cont07 .flow-bear--4 {
  background-position: 25% 0;
  /* Keep the full bear visible while hiding the adjacent pose fragment. */
  clip-path: inset(0 0 0 18px);
}
.home .cont07 .flow-bear--5 { background-position: 50% 0; }
.home .cont07 .flow-symbol {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 4px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid #acd5fa;
  border-radius: 50%;
  color: #177fe5;
  background: #fff;
  box-shadow: 0 4px 10px rgba(26, 126, 219, .1);
  font-size: 28px;
  font-weight: 900;
}
.home .cont07 .flow-symbol--contact { color: #fff; background: #1d80e0; }
.home .cont07 .box .item > p:last-child {
  margin: 14px 0 0;
  color: #18345d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.home .cont07 .button {
  width: min(540px, 100%);
  height: 66px;
  margin: 34px auto 0;
}
.home .cont07 .button a {
  border: 2px solid #086bd1;
  border-radius: 34px;
  background: linear-gradient(180deg, #2189ef, #0863ca);
  box-shadow: 0 7px 0 #084ba0, 0 12px 24px rgba(5, 77, 160, .2);
  font-size: 20px;
  line-height: 62px;
}
.home .cont07 .button a::before {
  content: "→";
  right: 28px;
  width: auto;
  height: auto;
  clip-path: none;
  background: none;
  font-size: 27px;
  line-height: 1;
}
.home .cont07 .button a:hover { background: #fff; }
.home .cont07 .button a:hover::before { color: #065aaa; background: none; }

@media screen and (max-width: 1199px) {
  .home .cont07 > .pose-7 { width: 104px; height: 130px; right: 3%; }
  .home .cont07 .box { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 58px; }
  .home .cont07 .box .item::before { display: none; }
  .home .cont07 .box .item { min-height: 490px; }
}
@media screen and (max-width: 767px) {
  .home .cont07 { padding: 58px 14px 68px; }
  .home .cont07::before, .home .cont07::after { width: 100px; height: 100px; background-size: 14px 14px; }
  .home .cont07 > .pose-7 { display: none; }
  .home .cont07 .flow-kicker { border-bottom-width: 6px; font-size: 18px; }
  .home .cont07 .flow-heading h2 { margin-top: 18px; font-size: 38px; letter-spacing: .05em; }
  .home .cont07 .flow-heading h2::before { margin-right: 8px; }
  .home .cont07 .flow-lead { max-width: 330px; margin: 12px auto 0; font-size: 14px; line-height: 1.7; }
  .home .cont07 .box { grid-template-columns: 1fr; gap: 54px; max-width: 390px; margin: 54px auto 0; }
  .home .cont07 .box .item,
  .home .cont07 .box .item:nth-of-type(2),
  .home .cont07 .box .item:nth-of-type(3) { min-height: 0; padding: 62px 26px 28px; border-radius: 22px; }
  .home .cont07 .flow-step { top: -34px; width: 82px; height: 82px; }
  .home .cont07 .flow-step small { font-size: 14px; }
  .home .cont07 .flow-step strong { font-size: 29px; }
  .home .cont07 .box .item h3 { min-height: 44px; font-size: 22px; }
  .home .cont07 .flow-visual { height: 184px; }
  .home .cont07 .flow-bear { width: 136px; height: 170px; }
  .home .cont07 .flow-symbol { right: 10%; }
  .home .cont07 .box .item > p:last-child { font-size: 15px; }
  .home .cont07 .button { height: 58px; margin-top: 30px; }
  .home .cont07 .button a { font-size: 16px; line-height: 54px; }
}

/* HOME: before / after showcase between reviews and features */
.home .before-after-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 82px 24px 76px;
  color: #082f69;
  background:
    radial-gradient(circle at 7% 14%, rgba(62, 166, 255, .18) 0 70px, transparent 72px),
    radial-gradient(circle at 94% 86%, rgba(46, 151, 244, .14) 0 110px, transparent 112px),
    linear-gradient(160deg, #fff 0%, #f7fbff 46%, #e8f6ff 100%);
}
.home .before-after-section::before,
.home .before-after-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 150px;
  border: 22px solid rgba(74, 170, 249, .12);
  border-right: 0;
  border-bottom: 0;
  border-radius: 50% 0 0;
  transform: rotate(-10deg);
}
.home .before-after-section::before { top: 110px; left: -250px; }
.home .before-after-section::after { right: -250px; bottom: 35px; transform: rotate(170deg); }
.home .before-after-inner { width: min(1460px, 100%); margin: 0 auto; }
.home .before-after-heading {
  position: relative;
  height: auto;
  min-height: 0;
  text-align: center;
}
.home .before-after-heading::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -30px;
  left: 50%;
  width: min(720px, 96vw);
  height: 170px;
  background: repeating-conic-gradient(from -5deg at 50% 48%, rgba(255, 199, 20, .52) 0 2deg, transparent 2deg 11deg);
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 0 38%, #000 41% 68%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, transparent 0 38%, #000 41% 68%, transparent 72%);
  pointer-events: none;
  transform: translateX(-50%);
}
.home .before-after-heading > * { position: relative; z-index: 1; }
.home .before-after-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  padding: 13px 48px 15px;
  color: #fff;
  border: 3px solid #fff0a2;
  background:
    linear-gradient(105deg, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(100deg, #062e71 0%, #075fc8 55%, #118fe9 100%);
  box-shadow: 0 0 0 5px rgba(255, 200, 25, .18), 0 13px 28px rgba(4, 63, 139, .28);
  clip-path: polygon(2% 14%, 17% 6%, 31% 12%, 46% 1%, 61% 11%, 77% 4%, 98% 14%, 100% 50%, 97% 88%, 79% 95%, 62% 89%, 46% 100%, 29% 91%, 5% 97%, 0 52%);
  filter: drop-shadow(0 5px 0 rgba(255, 181, 0, .28));
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  transform: rotate(-1deg);
}
.home .before-after-eyebrow strong {
  color: #ffe557;
  font-size: clamp(34px, 3.4vw, 52px);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: .01em;
  text-shadow: 0 3px 0 #bf7100, 0 0 12px rgba(255, 240, 116, .7);
}
.home .before-after-eyebrow span {
  padding-top: 4px;
  font-size: clamp(20px, 2vw, 30px);
  text-shadow: 0 2px 0 rgba(0, 38, 93, .45);
}
.home .before-after-heading h2 {
  margin: 0;
  color: #095cbb;
  font-size: clamp(36px, 4.15vw, 66px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: .035em;
  text-shadow: 0 4px 0 #fff, 0 9px 16px rgba(0, 83, 178, .08);
}
.home .before-after-heading h2 span { color: #073d89; font-weight: 900; }
.home .before-after-heading h2::after {
  content: "";
  display: block;
  width: min(610px, 78%);
  height: 11px;
  margin: 6px auto 0;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #ffe868 15% 85%, transparent);
  transform: rotate(-1deg);
}
.home .before-after-lead {
  margin: 15px auto 30px;
  color: #24486d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.home .before-after-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.home .before-after-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 5px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 61, 130, .18);
}
.home .before-after-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.home .before-after-card figcaption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-width: 150px;
  padding: 10px 26px 12px;
  color: #fff;
  background: rgba(41, 55, 72, .92);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  font-family: Arial, sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.home .before-after-card--after figcaption { background: linear-gradient(110deg, #28a5ff, #0871df); }
.home .before-after-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #37afff, #0870db);
  box-shadow: 0 7px 20px rgba(0, 82, 176, .25);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.home .before-after-targets {
  position: relative;
  max-width: 1180px;
  margin: 38px auto 0;
  padding: 28px 28px 30px;
  border: 2px solid #8dcaff;
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(21, 117, 207, .12);
  text-align: center;
}
.home .before-after-target-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -51px 0 10px;
  padding: 8px 25px;
  border-radius: 999px;
  color: #063f8e;
  background: #fff4a9;
  box-shadow: 0 6px 16px rgba(174, 123, 0, .15);
  font-size: 16px;
  font-weight: 800;
}
.home .before-after-target-kicker strong {
  color: #e36b00;
  font-size: 20px;
  font-weight: 1000;
}
.home .before-after-targets h3 {
  margin: 0 0 22px;
  color: #073d89;
  font-size: clamp(23px, 2.5vw, 35px);
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.35;
}
.home .before-after-target-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home .before-after-target-list p {
  position: relative;
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 17px 20px;
  border: 3px solid #238be8;
  border-radius: 25px;
  color: #174b7c;
  background: linear-gradient(145deg, #fff 0%, #f5fbff 100%);
  box-shadow: 0 8px 18px rgba(13, 110, 201, .1);
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}
.home .before-after-target-list p::after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: -13px;
  width: 22px;
  height: 22px;
  border-right: 3px solid #238be8;
  border-bottom: 3px solid #238be8;
  background: #f8fcff;
  transform: rotate(45deg);
}
.home .before-after-target-list p strong {
  color: #0666c5;
  font-size: 1.18em;
  font-weight: 1000;
  background: linear-gradient(transparent 66%, #fff0a4 66%);
}
.home .before-after-target-icon {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: #e5f3ff;
  box-shadow: inset 0 0 0 2px #c1e2ff;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .before-after-section { padding: 58px 14px 55px; }
  .home .before-after-heading::before { top: -20px; width: 110vw; height: 115px; opacity: .72; }
  .home .before-after-eyebrow { gap: 8px; margin-bottom: 16px; padding: 10px 20px 12px; border-width: 2px; }
  .home .before-after-eyebrow strong { font-size: 28px; }
  .home .before-after-eyebrow span { padding-top: 3px; font-size: 16px; letter-spacing: .01em; }
  .home .before-after-heading h2 { font-size: 34px; line-height: 1.22; }
  .home .before-after-heading h2 span { display: block; font-size: 28px; }
  .home .before-after-lead { margin-bottom: 22px; font-size: 14px; }
  .home .before-after-grid { grid-template-columns: 1fr; gap: 18px; }
  .home .before-after-card { border-width: 4px; border-radius: 16px; }
  .home .before-after-card figcaption { min-width: 105px; padding: 8px 19px 10px; font-size: 24px; }
  .home .before-after-arrow { width: 58px; height: 58px; border-width: 4px; font-size: 35px; transform: translate(-50%, -50%) rotate(90deg); }
  .home .before-after-targets { margin-top: 34px; padding: 25px 13px 24px; border-radius: 22px; }
  .home .before-after-target-kicker { margin-top: -47px; padding: 7px 17px; font-size: 13px; }
  .home .before-after-target-kicker strong { font-size: 17px; }
  .home .before-after-targets h3 { margin: 5px 0 16px; font-size: 21px; }
  .home .before-after-target-list { grid-template-columns: 1fr; gap: 16px; }
  .home .before-after-target-list p { min-height: 78px; justify-content: flex-start; padding: 12px 18px; border-width: 2px; border-radius: 20px; font-size: 15px; }
  .home .before-after-target-list p::after { right: 30px; bottom: -9px; width: 15px; height: 15px; border-width: 0 2px 2px 0; }
  .home .before-after-target-icon { flex-basis: 48px; width: 48px; height: 48px; font-size: 25px; }
}

/* Approved pale Kurashiro pattern for the feature and company panels. */
.home .cont01.feature_image_section,
.home .cont09 {
  background-color: #fbfdff;
  background-image: linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,.18)), url("img/kurashiro_feature_pattern_v3.webp");
  background-position: center top;
  background-size: cover;
}
.home .cont09 .inner { background-color: transparent; }
.home .cont09 .text_box::before { content: none !important; display: none !important; background: none !important; }
.home .cont09 .text_box {
  padding: 38px 34px;
  border: 1px solid rgba(116, 183, 244, .28);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 32px rgba(17, 89, 158, .08);
  backdrop-filter: blur(2px);
}

/* Footer area directory: larger and ready for future municipality links. */
#kurashiro-footer .area_box { width: min(660px, 100%); }
#kurashiro-footer .area_box .text01 { font-size: 20px; font-weight: 900; letter-spacing: .05em; }
#kurashiro-footer .area_box .area_list {
  width: 100%;
  max-height: 470px;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 13px;
  background: rgba(255,255,255,.07);
  box-sizing: border-box;
  line-height: 1.55;
  scrollbar-color: rgba(255,255,255,.8) rgba(255,255,255,.15);
  scrollbar-width: thin;
}
#kurashiro-footer .area_box .area_list::-webkit-scrollbar { width: 8px; }
#kurashiro-footer .area_box .area_list::-webkit-scrollbar-track { border-radius: 8px; background: rgba(255,255,255,.14); }
#kurashiro-footer .area_box .area_list::-webkit-scrollbar-thumb { border-radius: 8px; background: rgba(255,255,255,.78); }
#kurashiro-footer .area_box .area_list > li {
  padding-left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
#kurashiro-footer .area_box .area_list > li::before { content: none; display: none; }
#kurashiro-footer .area_box .area_list > li + li {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.28);
}
#kurashiro-footer .area_box .area_list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 20px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
#kurashiro-footer .area_box .area_list ul li {
  position: relative;
  min-width: 0;
  padding: 4px 4px 4px 17px;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  transition: background-color .2s ease;
}
#kurashiro-footer .area_box .area_list ul li::before {
  content: "";
  position: absolute;
  top: .88em;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
#kurashiro-footer .area_box .area_list ul li:has(a:hover),
#kurashiro-footer .area_box .area_list ul li:has(a:focus-visible) { background: rgba(255,255,255,.14); }
#kurashiro-footer .area_box .area_list a {
  display: block;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
#kurashiro-footer .area_box .area_list a:hover,
#kurashiro-footer .area_box .area_list a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
@media screen and (max-width: 767px) {
  #kurashiro-footer .area_box { width: 100%; margin: 30px 0 0; }
  #kurashiro-footer .area_box .text01 { font-size: 20px; }
  #kurashiro-footer .area_box .area_list { height: auto; max-height: 500px; padding: 17px 14px; }
  #kurashiro-footer .area_box .area_list > li { font-size: 18px; }
  #kurashiro-footer .area_box .area_list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 12px; }
  #kurashiro-footer .area_box .area_list ul li { font-size: 16px; line-height: 1.55; }
}

/* Preserve the live hero footprint after removing only the three tagline pills. */
@media screen and (min-width: 768px) {
  .home .key .inner .text_box .text03 {
    margin-top: 79px;
  }
}
.home .key .inner .text_item.hero-benefits {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  line-height: 60px;
  text-align: center;
}
.home .key .text04.sudden-cost-free {
  flex-direction: column;
  gap: 0;
  line-height: 1;
}
.home .key .text04.sudden-cost-free span {
  padding: 0;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .04em;
}
.home .key .text04.sudden-cost-free strong {
  font-size: 26px;
  line-height: 1.1;
}

/* 2026-09 mobile fit pass: keep the page responsive while preserving the live hero scale. */
@media screen and (max-width: 767px) {
  html,
  body,
  .wrap {
    width: 100% !important;
    max-width: 100%;
    overflow-x: clip;
  }

  html { scroll-padding-top: 88px; }
  .home [id] { scroll-margin-top: 88px; }
  .home .inner { width: 100%; padding-right: 16px; padding-left: 16px; }

  .home header,
  .home header .header_box { height: 84px; }
  .home header .header_box::before { height: 84px; }
  .home header .header_box .logo a {
    top: 9px;
    left: 12px;
    width: min(238px, calc(100vw - 82px));
  }
  .home #nav-btn { top: 20px; right: 12px; }

  .home .key {
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    padding-top: 18px;
    overflow: hidden;
    background-color: #eef9ff;
    background-image: none;
  }
  .home .key > .inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 0;
  }
  .home .key .inner .text_box {
    position: relative;
    left: auto;
    box-sizing: border-box;
    width: calc(100% - 24px);
    height: auto;
    margin: 0 12px;
    padding: 16px 14px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.94);
  }
  .home .key .inner .text_box .text01:nth-of-type(1) {
    left: 0;
    width: 100%;
    font-size: clamp(14px, 4.1vw, 17px);
    line-height: 1.55;
    text-align: center;
    white-space: normal;
    transform: none;
  }
  .home .key .inner .text_box > .hero-title { margin-top: 8px; text-align: left; }
  .home .key .inner .text_box > .hero-title img {
    display: inline;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .home .key .inner .text_box .text03 { margin-top: 14px; }
  .home .key .inner .text_box .text03 img {
    display: inline;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .home .key .inner .text_item.hero-benefits {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    margin-top: 14px;
    line-height: 60px;
  }
  .home .key .inner .text_item .text04 {
    box-sizing: border-box;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 7px 4px;
    border-radius: 10px;
    font-size: 18px;
  }
  .home .key .inner .text_item .text04.consultation-free span { font-size: 12px; }
  .home .key .inner .text_item .text04.consultation-free strong { font-size: 17px; }
  .home .key .inner .text_item .text04.consultation-free {
    flex-direction: column;
    gap: 0;
    line-height: 1.05;
  }
  .home .key .inner .text_item .text04.sudden-cost-free { line-height: 1.05; }
  .home .key .inner .text_item .text04.sudden-cost-free span { font-size: 10px; }
  .home .key .inner .text_item .text04.sudden-cost-free strong { font-size: 18px; }

  .home .key .inner .text_box::before {
    content: none;
    display: none;
  }
  .home .hero-mobile-support {
    position: relative;
    z-index: 3;
    display: grid;
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 12px;
    margin: 16px 0 18px;
    padding: 0 18px;
  }
  .home .hero-mobile-reviews-badge {
    display: block;
    width: 142px;
    height: 138px;
    justify-self: start;
    background: url("img/hero_google_reviews_badge.png") center / contain no-repeat;
  }
  .home .hero-reservation-pop {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    min-height: 150px;
    justify-self: end;
    padding: 24px 12px 36px;
    border-width: 3px;
    transform: rotate(-1deg);
  }
  .home .hero-reservation-pop:hover,
  .home .hero-reservation-pop:focus-visible { transform: translateY(-3px); }
  .home .hero-reservation-pop::after { bottom: 11px; width: 32px; height: 32px; font-size: 27px; }
  .home .hero-reservation-pop strong { font-size: 20px; }
  .home .hero-reservation-pop small { font-size: 9px; }

  .home .hero-mobile-staff {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: clamp(330px, 100vw, 390px);
    background-color: #eef9ff;
    background-image: url("img/kurashiro_hero_bg_v2.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  .home .key .inner::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    display: block;
    flex: 0 0 auto;
    width: 116vw;
    height: 130px;
    margin-top: 0;
    transform: translateX(-50%) rotate(-5deg);
  }
  .home .topic_wrap { margin: 70px auto 80px; padding: 0 20px; }

  body:has(.home) { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .home button,
  .home a { touch-action: manipulation; }
  .home .cont01.feature_image_section,
  .home .before-after-section,
  .home .cont07 { scroll-margin-top: 88px; }
}

@media screen and (max-width: 359px) {
  .home header .header_box .logo a { width: calc(100vw - 100px); }
  .home .key .inner .text_box {
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home .key .inner .text_item .text04.consultation-free strong,
  .home .key .inner .text_item .text04.sudden-cost-free strong { font-size: 16px; }
  .home .hero-mobile-support { gap: 8px; padding: 0 10px; }
  .home .hero-mobile-reviews-badge { width: 130px; height: 126px; }
  .home .hero-reservation-pop {
    width: 136px;
    height: 136px;
    min-height: 136px;
    padding: 21px 9px 32px;
  }
  .home .hero-reservation-pop strong { font-size: 18px; }
}
