body.home-page {
  padding-top: 64px;
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: linear-gradient(180deg, #fffef8 0%, #faf6eb 100%);
  color: #645746;
}

body.home-page::before,
body.home-page::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  background: url("assets/rainbow-arc-soft.svg") center center / cover no-repeat;
  transform-origin: center center;
}

body.home-page::before {
  inset: -16vh -24vw -14vh -24vw;
  opacity: 0.34;
  filter: saturate(0.9);
  animation: rainbowArcRiseHome 22s ease-in-out infinite alternate;
}

body.home-page::after {
  inset: -22vh -30vw -20vh -30vw;
  opacity: 0.18;
  filter: blur(12px) saturate(0.84);
  animation: rainbowArcRiseSoftHome 26s ease-in-out infinite alternate;
}

.home-page main {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.home-page section {
  padding: 0 20px;
  margin-bottom: 144px;
}

.home-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(253, 253, 244, 0.96);
  border-bottom: 1px solid rgba(100, 87, 70, 0.08);
  box-shadow: 0 10px 24px rgba(68, 57, 42, 0.06);
  backdrop-filter: blur(10px);
}

.home-page .site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 26px;
  background: linear-gradient(180deg, rgba(253, 253, 244, 0.9), rgba(253, 253, 244, 0));
  z-index: -1;
  pointer-events: none;
}

.home-page .header-frame {
  position: relative;
  min-height: 60px;
  padding: 0 20px;
}

.home-page .brand {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  gap: 10px;
  z-index: 3;
}

.home-page .brand-mark {
  width: 58px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(100, 87, 70, 0.08);
  box-shadow: 0 8px 20px rgba(68, 57, 42, 0.08);
  border-radius: 18px;
}

.home-page .brand-copy {
  text-align: center;
  white-space: nowrap;
}

.home-page .brand-copy strong {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  color: #4f9124;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.home-page .brand-copy span {
  color: rgba(79, 145, 36, 0.9);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
}

.home-page .nav-wing {
  display: flex;
  width: calc(50% - 132px);
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.home-page .nav-wing-left {
  justify-content: flex-end;
  padding-right: 48px;
}

.home-page .nav-wing-right {
  justify-content: flex-start;
  padding-left: 48px;
}

.home-page .wing-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #645746;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.home-page .wing-link::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: -14px;
  bottom: -14px;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}

.home-page .wing-link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.home-page .wing-link.sand::after {
  background: #f2ecdc;
}

.home-page .wing-link.sage::after {
  background: #efe5d6;
}

.home-page .wing-link.gold::after {
  background: #fdf7dd;
}

.home-page .wing-link.sky::after {
  background: #e4f6fc;
}

.home-page .wing-link.rose::after {
  background: #f8e8df;
}

.home-page .wing-link.plain {
  font-size: 0.9rem;
}

.home-page .site-nav {
  display: none;
}

.home-page .nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 28px;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.home-page .nav-toggle span {
  width: 100%;
  margin: 0 0 6px;
  background: #645746;
}

.home-page .nav-toggle span:last-child {
  margin-bottom: 0;
}

.home-page .nav-toggle-label {
  display: none;
}

.home-page .home-kv-lights,
.home-page .about-orbs,
.home-page .home-section-title .flare,
.home-page .orb-set {
  display: none !important;
}

.home-page .site-footer {
  position: relative;
  z-index: 1;
}

.home-page .home-kv {
  position: relative;
  margin: 0 0 64px;
  padding: 6px 20px 0;
  overflow: clip;
}

.home-page .home-kv > .wide-inner {
  position: relative;
  display: grid;
  gap: 14px;
}

.home-page .home-kv-title {
  margin: 0;
  color: #5f5547;
  font-weight: 700;
  font-family: "Yomogi", "Zen Maru Gothic", cursive;
  font-size: clamp(0.98rem, 2vw, 2.05rem);
  letter-spacing: 0.08em;
  line-height: 1.1;
  white-space: nowrap;
}

.home-page .home-kv-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background:
    radial-gradient(circle at left top, rgba(253, 247, 229, 0.92), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 248, 239, 0.96));
  border: 1px solid rgba(100, 87, 70, 0.08);
  box-shadow: 0 24px 56px rgba(68, 57, 42, 0.12);
}

.home-page .home-kv-stage::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(100, 87, 70, 0.08);
  pointer-events: none;
}

.home-page .home-kv-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 16%, rgba(252, 243, 226, 0.82), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f5ed 100%);
  box-shadow: inset 0 0 0 1px rgba(100, 87, 70, 0.06);
}

.home-page .home-kv-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-page .home-kv-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
}

.home-page .home-kv-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: scale(0.992);
  transition: transform 0.8s ease;
}

.home-page .home-kv-slide.is-active img {
  transform: scale(1);
}

.home-page .home-kv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(250, 248, 239, 0.08));
  pointer-events: none;
}

.home-page .home-kv-heading {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 3;
  max-width: calc(100% - 64px);
  padding: 10px 18px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.9);
  border: 1px solid rgba(100, 87, 70, 0.08);
  box-shadow: 0 12px 28px rgba(68, 57, 42, 0.12);
  transform: rotate(-4deg);
}

.home-page .home-kv-lights {
  position: absolute;
  inset: 24px 0 auto;
  height: 500px;
  z-index: 1;
  pointer-events: none;
}

.home-page .home-kv-lights span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(247, 241, 226, 0.7);
  filter: blur(2px);
  animation: homeFloat 7s ease-in-out infinite;
}

.home-page .home-kv-lights span:nth-child(1) {
  width: 92px;
  height: 92px;
  top: 8vh;
  right: 16vw;
}

.home-page .home-kv-lights span:nth-child(2) {
  width: 144px;
  height: 144px;
  top: 16vh;
  right: 6vw;
  animation-delay: -1.6s;
}

.home-page .home-kv-lights span:nth-child(3) {
  width: 64px;
  height: 64px;
  top: 280px;
  left: 12vw;
  animation-delay: -2.8s;
}

.home-page .home-kv-lights span:nth-child(4) {
  width: 190px;
  height: 190px;
  top: 324px;
  left: 4vw;
  animation-delay: -1.2s;
}

.home-page .home-kv-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.home-page .home-kv-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-page .home-kv-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 18px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.home-page .home-kv-dot span {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(100, 87, 70, 0.18);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.home-page .home-kv-dot:hover span,
.home-page .home-kv-dot:focus-visible span,
.home-page .home-kv-dot.is-active span {
  background: #8f7a63;
}

.home-page .home-kv-dot:hover span,
.home-page .home-kv-dot:focus-visible span {
  transform: scaleX(1.04);
}

.home-page .home-kv-dot.is-active span {
  transform: scaleX(1.08);
}

.home-page .home-kv-dot:focus-visible {
  outline: 0;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-kv-track,
  .home-page .home-kv-slide img {
    transition: none;
  }
}

.home-page .home-section-title {
  margin: 0 0 38px;
  position: relative;
  height: 1.2em;
  text-align: center;
  color: #4f9124;
  font-size: 2rem;
}

.home-page .home-section-title .title-text {
  position: relative;
  z-index: 1;
}

.home-page .home-section-title .flare {
  position: absolute;
  left: 50%;
  border-radius: 50%;
}

.home-page .home-section-title .flare-a {
  width: 64px;
  height: 64px;
  top: -18px;
  transform: translateX(-96px);
  background: rgba(252, 243, 226, 0.7);
}

.home-page .home-section-title .flare-b {
  width: 48px;
  height: 48px;
  top: -40px;
  transform: translateX(-82px);
  background: rgba(244, 230, 219, 0.72);
}

.home-page .about-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 36px;
}

.home-page .about-copy {
  width: 45%;
}

.home-page .about-copy h2 {
  margin: 0 0 24px;
  font-size: 2rem;
  color: #645746;
  line-height: 1.55;
  text-align: left;
}

.home-page .about-copy p {
  margin: 0 0 24px;
}

.home-page .about-media {
  width: calc(55% - 36px);
  position: relative;
  min-height: 440px;
}

.home-page .about-photo {
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(68, 57, 42, 0.12);
  object-fit: cover;
}

.home-page .about-photo-main {
  width: 82%;
  aspect-ratio: 321 / 222;
}

.home-page .about-photo-sub {
  width: 70%;
  aspect-ratio: 284 / 196;
  margin-left: auto;
  margin-top: 32px;
}

.home-page .about-orbs span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(253, 247, 229, 0.7);
  filter: blur(2px);
}

.home-page .about-orbs span:nth-child(1) {
  width: 72px;
  height: 72px;
  left: 18%;
  top: 40%;
}

.home-page .about-orbs span:nth-child(2) {
  width: 128px;
  height: 128px;
  left: 28%;
  top: 52%;
}

.home-page .about-orbs span:nth-child(3) {
  width: 48px;
  height: 48px;
  right: 16%;
  top: 24%;
}

.home-page .button-outer {
  display: flex;
  justify-content: flex-end;
}

.home-page .circle-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-height: 64px;
  color: #645746;
  font-weight: 700;
  white-space: nowrap;
}

.home-page .circle-link .label {
  display: block;
  line-height: 1.2;
}

.home-page .circle-link .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #cfb79a;
  flex-shrink: 0;
}

.home-page .circle-link .icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-right: 2px solid #645746;
  border-bottom: 2px solid #645746;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

.home-page .circle-link:hover .icon::after {
  transform: translate(calc(-50% + 6px), -50%) rotate(-45deg);
}

.home-page .news-list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  border-top: 1px solid #a0a0a0;
}

.home-page .news-list li {
  border-bottom: 1px solid #a0a0a0;
}

.home-page .news-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 24px 12px;
  color: #645746;
}

.home-page .news-link:hover h3 {
  text-decoration: underline;
}

.home-page .news-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 250px;
}

.home-page .news-meta time {
  display: block;
  width: 6em;
  font-weight: 700;
}

.home-page .news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 20px;
  border-radius: 16px;
  background: rgba(255, 253, 246, 0.9);
  border: 1px solid rgba(95, 85, 71, 0.08);
  color: #4f9124;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-page .news-link h3 {
  margin: 0;
  padding-right: 24px;
  font-size: 1.1rem;
  text-align: left;
}

.home-page .news-link .arrow {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-right: 2px solid #645746;
  border-bottom: 2px solid #645746;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

.home-page .news-link:hover .arrow {
  transform: translateY(-50%) translateX(6px) rotate(-45deg);
}

.home-page .services-feature {
  display: flex;
  gap: 36px;
  align-items: center;
}

.home-page .services-feature-media {
  width: 50%;
  display: grid;
  gap: 18px;
}

.home-page .services-feature-photo {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(68, 57, 42, 0.12);
}

.home-page .services-feature-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 556 / 272;
  object-fit: cover;
}

.home-page .services-feature-copy {
  width: calc(50% - 36px);
}

.home-page .services-feature-copy h3 {
  margin: 0 0 18px;
  color: #4f9124;
  text-align: center;
  font-size: 1.7rem;
}

.home-page .services-feature-copy p {
  margin: 0 0 18px;
}

.home-page .service-tags {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .service-tags li {
  list-style: none;
}

.home-page .service-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(95, 85, 71, 0.1);
  font-weight: 700;
  color: #645746;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-page .service-tags a:hover {
  color: #4c7c31;
  background: rgba(241, 230, 212, 0.78);
  border-color: rgba(179, 154, 125, 0.2);
  transform: translateY(-1px);
}

.home-page #recruit {
  background: linear-gradient(135deg, #f1e6d5 0%, #e8ddcc 100%);
  color: #645746;
  margin-bottom: 0;
  padding: 0 20px;
}

.home-page .recruit-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 36px;
  padding: 48px 0;
}

.home-page .recruit-copy {
  width: 50%;
}

.home-page .recruit-copy h2 {
  margin: 0 0 18px;
  color: #645746;
  font-size: 2rem;
}

.home-page .recruit-copy p {
  margin: 0;
  color: rgba(100, 87, 70, 0.88);
}

.home-page .recruit-copy .circle-link {
  margin-top: 28px;
  color: #645746;
}

.home-page .recruit-copy .circle-link .icon {
  background: #cfb79a;
}

.home-page .recruit-copy .circle-link .icon::after {
  border-right-color: #645746;
  border-bottom-color: #645746;
}

.home-page .recruit-visual {
  width: calc(50% - 36px);
  border-radius: 24px;
  aspect-ratio: 556 / 576;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.home-page .recruit-visual.has-image {
  aspect-ratio: auto;
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(95, 85, 71, 0.08);
  box-shadow: 0 18px 40px rgba(68, 57, 42, 0.08);
}

.home-page .recruit-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.home-page .recruit-visual.has-image img {
  border-radius: 18px;
}

.home-page #contact {
  background: linear-gradient(180deg, rgba(246, 239, 227, 0.92) 0%, rgba(241, 232, 220, 0.96) 100%);
  padding-top: 100px;
  padding-bottom: 160px;
  margin-bottom: 0;
}

.home-page .contact-square {
  padding: 80px 24px;
  border-radius: 24px;
  background: rgba(255, 253, 246, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(68, 57, 42, 0.08);
}

.home-page .contact-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.home-page .contact-tel {
  width: 50%;
  max-width: 320px;
  text-align: center;
}

.home-page .contact-tel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #4f9124;
}

.home-page .contact-tel a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #645746;
}

.home-page .contact-tel span {
  margin-top: 8px;
  font-size: 1rem;
}

.home-page .contact-meta {
  display: flex;
  gap: 4px 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-page .contact-meta span {
  margin-top: 0;
  white-space: nowrap;
}

.home-page .contact-mail {
  width: 50%;
  max-width: 360px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 36px;
  border: 1px solid #645746;
  background: #fff;
  color: #645746;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  word-break: keep-all;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-page .contact-mail::before {
  content: "";
  width: 24px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  box-sizing: border-box;
}

.home-page .contact-mail:hover {
  background: #645746;
  color: #fff;
}

.home-page .site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.84) 0%, rgba(243, 237, 225, 0.97) 100%);
  border-top: 1px solid rgba(95, 85, 71, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #645746;
  padding: 0 20px 64px;
}

.home-page .footer-shell {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 32px 48px;
  padding-top: 38px;
  border-top: 0;
  color: rgba(100, 87, 70, 0.84);
}

.home-page .site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1160px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(241, 230, 212, 0),
    rgba(241, 230, 212, 0.76),
    rgba(246, 236, 214, 0.82),
    rgba(244, 230, 222, 0.46),
    rgba(231, 237, 244, 0.24),
    rgba(241, 230, 212, 0)
  );
}

.home-page .footer-nav-wrap {
  display: flex;
  gap: 14px 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-page .footer-nav-column {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-page .footer-nav-column a {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(95, 85, 71, 0.08);
  box-shadow: 0 10px 24px rgba(68, 57, 42, 0.05);
  color: #645746;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-page .footer-nav-column a:hover {
  color: #4c7c31;
  background: rgba(241, 230, 212, 0.78);
  border-color: rgba(179, 154, 125, 0.2);
  transform: translateY(-1px);
}

.home-page .footer-company {
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.home-page .footer-company-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-page .footer-company-head img {
  width: 60px;
  height: 60px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(95, 85, 71, 0.08);
  box-shadow: 0 14px 30px rgba(68, 57, 42, 0.06);
  border-radius: 18px;
  object-fit: contain;
}

.home-page .footer-company h2 {
  margin: 0;
  font-size: 1.55rem;
  color: #4c7c31;
}

.home-page .footer-company address {
  font-style: normal;
  color: rgba(100, 87, 70, 0.82);
}

.home-page .footer-company-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(95, 85, 71, 0.08);
  box-shadow: 0 10px 24px rgba(68, 57, 42, 0.05);
  color: #645746;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-page .footer-company-link:hover {
  color: #4c7c31;
  background: rgba(241, 230, 212, 0.78);
  border-color: rgba(179, 154, 125, 0.2);
  transform: translateY(-1px);
}

.home-page .footer-company-meta {
  color: rgba(100, 87, 70, 0.8);
  font-size: 0.92rem;
}

.home-page .footer-copy {
  display: block;
  max-width: 880px;
  margin: 24px auto 0;
  text-align: right;
  color: rgba(100, 87, 70, 0.7);
}

@keyframes homeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -24px, 0);
  }
}

@media (max-width: 1100px) {
  .home-page .nav-wing {
    gap: 18px;
  }

  .home-page .nav-wing-left {
    padding-right: 24px;
  }

  .home-page .nav-wing-right {
    padding-left: 24px;
  }

  .home-page .wing-link {
    font-size: 0.9rem;
  }
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .home-page .nav-wing {
    gap: 18px;
  }

  .home-page .nav-wing-left {
    padding-right: 34px;
  }

  .home-page .nav-wing-right {
    padding-left: 34px;
  }

  .home-page .wing-link {
    gap: 8px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1080px) {
  .home-page .nav-wing {
    display: none;
  }

  .home-page .nav-toggle {
    display: block;
  }

  .home-page .brand {
    left: 20px;
    transform: none;
    top: 7px;
  }

  .home-page .brand-mark {
    width: 48px;
    padding: 4px;
    border-radius: 15px;
  }

  .home-page .brand-copy {
    text-align: left;
  }

  .home-page .brand-copy strong {
    font-size: 0.86rem;
  }

  .home-page .brand-copy span {
    display: none;
  }

  .home-page .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: block;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(253, 253, 244, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .home-page .site-nav ul {
    display: grid;
    gap: 12px;
    justify-content: stretch;
  }

  .home-page .site-nav a {
    justify-content: flex-start;
    padding: 8px 0;
    font-size: 1rem;
    font-weight: 700;
    background: none;
  }

  .home-page .site-nav a:hover {
    transform: none;
  }

  .home-page .site-header.is-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-page .site-header.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .home-page .site-header.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .home-page .site-header.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 920px) {
  .home-page .about-inner,
  .home-page .services-feature,
  .home-page .recruit-inner,
  .home-page .contact-contents,
  .home-page .footer-shell {
    flex-direction: column;
  }

  .home-page .about-copy,
  .home-page .about-media,
  .home-page .services-feature-media,
  .home-page .services-feature-copy,
  .home-page .recruit-copy,
  .home-page .recruit-visual,
  .home-page .contact-tel,
  .home-page .contact-mail {
    width: 100%;
    max-width: none;
  }

  .home-page .about-media {
    min-height: 0;
  }

  .home-page .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-right: 28px;
  }

  .home-page .news-meta {
    min-width: 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .home-page .footer-nav-wrap {
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-page .brand-mark {
    width: 44px;
    padding: 4px;
    border-radius: 14px;
  }

  body.home-page {
    padding-top: 64px;
  }

  .home-page section {
    margin-bottom: 96px;
  }

  .home-page .home-kv {
    padding-top: 4px;
  }

  .home-page .home-kv > .wide-inner {
    gap: 10px;
  }

  .home-page .home-kv-title {
    font-size: 0.84rem;
    letter-spacing: 0.04em;
  }

  .home-page .home-kv-stage {
    padding: 10px;
    border-radius: 22px;
  }

  .home-page .home-kv-stage::before {
    inset: 10px;
    border-radius: 16px;
  }

  .home-page .home-kv-media {
    aspect-ratio: 4 / 3.05;
    border-radius: 16px;
  }

  .home-page .home-kv-slide {
    padding: 10px;
  }

  .home-page .home-kv-heading {
    top: 14px;
    right: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 12px 9px;
  }

  .home-page .home-kv-lights {
    height: 360px;
  }

  .home-page .home-kv-lights span:nth-child(1) {
    right: 8vw;
  }

  .home-page .home-kv-lights span:nth-child(2) {
    right: -2vw;
  }

  .home-page .home-kv-lights span:nth-child(3) {
    top: 210px;
    left: -4vw;
  }

  .home-page .home-kv-lights span:nth-child(4) {
    top: 236px;
    left: -16vw;
    width: 124px;
    height: 124px;
  }

  .home-page .home-kv-bottom {
    gap: 0;
    max-width: 100%;
  }

  .home-page .home-kv-controls {
    gap: 8px;
  }

  .home-page .home-kv-dot {
    width: 42px;
  }

  .home-page .home-section-title {
    font-size: 1.6rem;
  }

  .home-page .home-section-title .flare-a {
    width: 48px;
    height: 48px;
    transform: translateX(-72px);
  }

  .home-page .home-section-title .flare-b {
    width: 36px;
    height: 36px;
    transform: translateX(-60px);
    top: -28px;
  }

  .home-page .about-copy h2,
  .home-page .recruit-copy h2 {
    font-size: 1.6rem;
  }

  .home-page .circle-link {
    gap: 14px;
  }

  .home-page .contact-square {
    padding: 48px 20px;
  }

  .home-page .contact-tel a {
    font-size: 1.6rem;
  }

  .home-page .contact-tel span {
    font-size: 0.94rem;
  }

  .home-page .contact-mail {
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .home-page .site-footer {
    padding-bottom: 40px;
  }
}

@keyframes rainbowArcRiseHome {
  0% {
    transform: translate3d(-1vw, 2vh, 0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translate3d(1vw, -2vh, 0) scale(1.015);
    opacity: 0.38;
  }
}

@keyframes rainbowArcRiseSoftHome {
  0% {
    transform: translate3d(-1.5vw, 1.5vh, 0) scale(1.04);
    opacity: 0.14;
  }

  100% {
    transform: translate3d(1.5vw, -2.5vh, 0) scale(1.07);
    opacity: 0.22;
  }
}
