@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
body.home main,
body.front-page main {
  margin-top: 0;
}

html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 100;
  width: calc(100% - 32px);
  margin: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.25s ease, width 0.25s ease, margin 0.25s ease, border-radius 0.25s ease, background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  top: 0;
  width: 100%;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 0;
  border-bottom-color: rgba(51, 51, 51, 0.05);
  backdrop-filter: blur(10px);
}

.site-header .l-header {
  max-width: calc(1140px + 8%);
  margin: 0 auto;
  padding: 13px 4%;
  position: static !important;
  width: auto !important;
  background: transparent;
}

@media screen and (min-width: 1440px) {
  .site-header .l-header {
    max-width: none !important;
  }
}

.site-header__logo,
.site-header__logo a,
.site-header__logo img {
  display: block;
  line-height: 0;
}

.site-header__logo img {
  width: min(210px, 24vw);
  min-width: 162px;
  height: auto;
  max-height: 48px;
}

.g-nav ul.g-nav-list {
  gap: clamp(12px, 1.35vw, 20px);
}

.g-nav ul.g-nav-list li.g-nav-list-item a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.g-nav ul.g-nav-list li.g-nav-list-item li.dropdown__list a {
  font-size: 1.5rem;
}

header .btn-wrapper .btn-session,
.sp-1050 a.btn-entry {
  border-radius: 999px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}

header .btn-wrapper a {
  padding: 1rem 2.2rem;
}

header .btn-wrapper .btn-session {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 24px rgba(242, 140, 40, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

header .btn-wrapper .btn-session::before {
  content: "";
  display: block;
  position: absolute;
  inset: -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.76) 46%, rgba(255, 255, 255, 0.18) 58%, transparent 72%);
  opacity: 0;
  transform: translateX(-34%) rotate(12deg);
  transition: opacity 0.35s ease, transform 0.65s ease;
}

header .btn-wrapper .btn-session:hover {
  background: var(--main-color);
  color: #fff;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.28), 0 0 22px rgba(255, 214, 122, 0.26);
}

header .btn-wrapper .btn-session:hover::before {
  opacity: 1;
  transform: translateX(34%) rotate(12deg);
}

.dropdown__lists {
  top: 42px;
  filter: drop-shadow(0 18px 32px rgba(30, 38, 54, 0.12));
}

.dropdown__list {
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

.top-mv {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  min-height: calc(100svh - 82px);
  margin-left: -50vw;
  padding: 0;
  overflow: hidden;
  background: #f8f4ee;
}

.top-mv .inner::before,
.top-mv .inner::after,
.top-mv__content::after,
.top-mv__visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
}

.top-mv .inner::before,
.top-mv .inner::after,
.top-mv__content::after,
.top-mv__visual::after,
.top-mv-orbs,
.top-mv-orb {
  display: none !important;
}

.top-mv .inner::before {
  left: 7%;
  top: 8%;
  width: 128px;
  height: 128px;
  background: rgba(127, 191, 127, 0.3);
  z-index: 2;
  box-shadow: 0 18px 42px rgba(39, 48, 48, 0.1);
  animation: fvFloatSoft 3.2s ease-in-out infinite;
}

.top-mv .inner::after {
  right: 16%;
  top: 18%;
  width: 86px;
  height: 86px;
  background: rgba(242, 140, 40, 0.28);
  z-index: 2;
  box-shadow: 0 16px 36px rgba(242, 140, 40, 0.14);
  animation: fvFloatSoft 3.8s ease-in-out infinite reverse;
}

.top-mv-orbs {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.top-mv-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  will-change: transform;
}

.top-mv-orb--01 {
  left: 5%;
  top: 30%;
  width: 54px;
  height: 54px;
  background: rgba(242, 140, 40, 0.34);
  box-shadow: 0 14px 32px rgba(242, 140, 40, 0.14);
  animation: fvDriftA 3.8s ease-in-out infinite;
}

.top-mv-orb--02 {
  left: 22%;
  bottom: 12%;
  width: 104px;
  height: 104px;
  background: rgba(125, 183, 232, 0.28);
  box-shadow: 0 18px 42px rgba(125, 183, 232, 0.14);
  animation: fvDriftB 4.4s ease-in-out infinite reverse;
}

.top-mv-orb--03 {
  left: 34%;
  top: 16%;
  width: 38px;
  height: 38px;
  background: rgba(127, 191, 127, 0.36);
  box-shadow: 0 12px 28px rgba(127, 191, 127, 0.14);
  animation: fvDriftC 3.2s ease-in-out infinite;
}

.top-mv-orb--04 {
  right: 19%;
  top: 5%;
  width: 126px;
  height: 126px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 46px rgba(39, 48, 48, 0.08);
  animation: fvDriftA 4.8s ease-in-out infinite reverse;
}

.top-mv-orb--05 {
  right: 12%;
  bottom: 18%;
  width: 64px;
  height: 64px;
  background: rgba(246, 169, 74, 0.34);
  box-shadow: 0 14px 34px rgba(246, 169, 74, 0.15);
  animation: fvDriftC 3.6s ease-in-out infinite reverse;
}

.top-mv-orb--06 {
  right: 39%;
  bottom: 9%;
  width: 34px;
  height: 34px;
  background: rgba(127, 191, 127, 0.4);
  box-shadow: 0 10px 24px rgba(127, 191, 127, 0.14);
  animation: fvDriftB 3s ease-in-out infinite;
}

.top-mv::before,
.message::before,
.top-business::before,
.top-news::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(260px, 34vw, 560px);
  aspect-ratio: 305 / 174;
  background: url(../image/common/logo-mark.svg) center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}

.top-mv::before {
  content: none;
}

.top-mv::after {
  content: none;
}

.top-mv__inner {
  position: static;
  z-index: auto;
  display: flex;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  min-height: inherit;
  padding-right: 0;
  padding-left: 0;
}

.top-mv__content {
  min-width: 0;
  position: absolute;
  left: clamp(56px, 6.8vw, 132px);
  top: clamp(138px, 17vh, 190px);
  right: auto;
  bottom: auto;
  z-index: 3;
  box-sizing: border-box;
  width: min(920px, calc(100vw - 96px));
  max-width: calc(100vw - 96px);
  margin-top: 0;
  padding: 0;
  isolation: isolate;
}

.top-mv__content::before {
  content: none;
}

.top-mv__content::after {
  right: 34px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border: 12px solid rgba(125, 183, 232, 0.18);
  animation: fvFloatSmall 2.8s ease-in-out infinite;
}

.top-mv__label,
.section-head__en {
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.top-mv__label {
  position: absolute;
  left: auto;
  right: clamp(46px, 4vw, 82px);
  bottom: clamp(170px, 17vh, 230px);
  z-index: 4;
  display: inline-block;
  color: #fff;
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: clamp(6.2rem, 7.8vw, 11.8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.85;
  white-space: nowrap;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  transform: rotate(-8deg);
  transform-origin: right center;
  opacity: 0;
  animation: topHeroLabelIn 0.9s ease-out 1.75s forwards;
}

.top-mv__title {
  position: relative;
  z-index: 4;
  margin-top: 0;
  font-size: clamp(5.4rem, 5.9vw, 9rem);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(18px);
  animation: topHeroCopyIn 0.9s ease-out 0.95s forwards;
}

.top-mv__title span {
  display: block;
  position: relative;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.top-mv__title span::before {
  content: none;
}

.top-mv__title span:nth-child(2)::before {
  content: none;
}

.top-mv__title span > * {
  position: relative;
  z-index: 1;
}

.top-mv__title em {
  font-size: 0.62em;
  font-style: normal;
}

.top-mv__title i,
.top-mv__title b {
  font-size: 0.62em;
}

.top-mv__title b {
  color: #fff;
  font-weight: inherit;
}

.top-mv__title i {
  color: #fff;
  font-style: normal;
}

.top-mv__lead {
  display: block;
  margin-top: 42px;
  color: #fff;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(14px);
  animation: topHeroCopyIn 0.8s ease-out 1.35s forwards;
}

.top-mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
  pointer-events: none;
}

.top-mv-scroll__line {
  position: relative;
  display: block;
  width: 1px;
  height: clamp(42px, 6vh, 66px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.top-mv-scroll__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: topMvScrollLine 1.7s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

@keyframes topMvScrollLine {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(200%);
  }
}

.top-mv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.top-btn::before,
.common-btn a::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 255, 255, 0.18) 58%, transparent 72%);
  opacity: 0;
  transform: translateX(-34%) rotate(12deg);
  transition: opacity 0.35s ease, transform 0.65s ease;
}

.top-btn:hover,
.common-btn a:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.28), 0 0 22px rgba(255, 214, 122, 0.26);
}

.top-btn:hover::before,
.common-btn a:hover::before {
  opacity: 1;
  transform: translateX(34%) rotate(12deg);
}

.top-btn--primary {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 14px 26px rgba(242, 140, 40, 0.24);
}

.top-btn--secondary {
  background: #fff;
  color: #273030;
  border: 1px solid rgba(51, 51, 51, 0.14);
}

.top-mv__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.top-mv__visual::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.34), transparent 34%);
  border-radius: 0;
  opacity: 1;
  pointer-events: none;
}

.top-mv__visual::after {
  right: 28px;
  bottom: 30px;
  z-index: 3;
  width: 92px;
  height: 92px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(39, 48, 48, 0.1);
  animation: fvFloatSmall 3.4s ease-in-out infinite reverse;
}

@keyframes fvFloatSoft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(14px, 18px, 0) rotate(8deg);
  }
}

@keyframes fvFloatSmall {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-10px, 14px, 0) scale(1.08);
  }
}

@keyframes fvDriftA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -16px, 0);
  }
}

@keyframes fvDriftB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-14px, 20px, 0) scale(1.08);
  }
}

@keyframes fvDriftC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, 14px, 0) scale(0.92);
  }
}

.top-mv-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: scale(1.035);
  animation: topHeroImageIn 1.05s ease-out 0.15s forwards;
}

@keyframes topHeroImageIn {
  0% {
    opacity: 0;
    transform: scale(1.035);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes topHeroCopyIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes topHeroLabelIn {
  0% {
    opacity: 0;
    transform: translateY(16px) rotate(-8deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-8deg);
  }
}

.message {
  position: relative;
  padding: clamp(62px, 8vw, 104px) 0;
  background: #fff;
  overflow: hidden;
}

.message::before {
  right: 4vw;
  top: -4rem;
  transform: rotate(9deg) scale(1.42);
}

.message__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
}

.message-text {
  text-align: left;
}

.message-text p {
  font-size: clamp(1.8rem, 2.1vw, 2.2rem);
  line-height: 2.1;
  letter-spacing: 0;
}

.message-text p + p {
  margin-top: 18px;
}

.message-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(38, 48, 48, 0.1);
}

.top-first,
.top-company,
.top-business,
.top-facilities,
.top-recruit,
.top-news {
  padding: clamp(70px, 9vw, 118px) 0;
}

.message,
.top-first,
.top-company,
.top-business,
.top-facilities,
.top-recruit,
.top-news,
.footer-cta {
  position: relative;
  overflow: hidden;
}

.message::after,
.top-first::after,
.top-company::after,
.top-business::after,
.top-facilities::after,
.top-recruit::after,
.top-news::after,
.footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  will-change: transform;
}

.message .inner,
.top-first .inner,
.top-company .inner,
.top-business .inner,
.top-facilities .inner,
.top-recruit .inner,
.top-news .inner,
.footer-cta__inner {
  position: relative;
  z-index: 1;
}

.message::after {
  background:
    radial-gradient(circle at 8% 24%, rgba(242, 140, 40, 0.18) 0 34px, transparent 36px),
    radial-gradient(circle at 43% 12%, rgba(127, 191, 127, 0.18) 0 58px, transparent 60px),
    radial-gradient(circle at 90% 78%, rgba(125, 183, 232, 0.18) 0 74px, transparent 76px);
  animation: sectionOrbsFloatA 4.2s ease-in-out infinite;
}

.top-first::after {
  background:
    radial-gradient(circle at 14% 80%, rgba(125, 183, 232, 0.2) 0 52px, transparent 54px),
    radial-gradient(circle at 78% 22%, rgba(242, 140, 40, 0.18) 0 86px, transparent 88px),
    radial-gradient(circle at 92% 72%, rgba(127, 191, 127, 0.18) 0 34px, transparent 36px);
  animation: sectionOrbsFloatB 4.8s ease-in-out infinite reverse;
}

.top-company::after {
  background:
    radial-gradient(circle at 6% 18%, rgba(127, 191, 127, 0.16) 0 94px, transparent 96px),
    radial-gradient(circle at 52% 86%, rgba(246, 169, 74, 0.18) 0 44px, transparent 46px),
    radial-gradient(circle at 88% 20%, rgba(125, 183, 232, 0.16) 0 62px, transparent 64px);
  animation: sectionOrbsFloatC 5s ease-in-out infinite;
}

.top-business::after {
  background:
    radial-gradient(circle at 12% 72%, rgba(125, 183, 232, 0.18) 0 78px, transparent 80px),
    radial-gradient(circle at 48% 18%, rgba(242, 140, 40, 0.16) 0 38px, transparent 40px),
    radial-gradient(circle at 94% 50%, rgba(127, 191, 127, 0.18) 0 106px, transparent 108px);
  animation: sectionOrbsFloatA 4.4s ease-in-out infinite reverse;
}

.top-facilities::after {
  background:
    radial-gradient(circle at 9% 34%, rgba(246, 169, 74, 0.2) 0 54px, transparent 56px),
    radial-gradient(circle at 38% 88%, rgba(127, 191, 127, 0.16) 0 84px, transparent 86px),
    radial-gradient(circle at 86% 12%, rgba(125, 183, 232, 0.18) 0 42px, transparent 44px);
  animation: sectionOrbsFloatB 4.6s ease-in-out infinite;
}

.top-recruit::after {
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, 0.12) 0 82px, transparent 84px),
    radial-gradient(circle at 54% 76%, rgba(246, 169, 74, 0.18) 0 40px, transparent 42px),
    radial-gradient(circle at 91% 18%, rgba(125, 183, 232, 0.16) 0 64px, transparent 66px),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.22) 0 118px, transparent 120px),
    radial-gradient(circle at 78% 48%, rgba(255, 217, 122, 0.22) 0 72px, transparent 74px);
  animation: sectionOrbsFloatA 3.6s ease-in-out infinite;
}

.top-news::after {
  background:
    radial-gradient(circle at 16% 76%, rgba(127, 191, 127, 0.16) 0 70px, transparent 72px),
    radial-gradient(circle at 58% 22%, rgba(125, 183, 232, 0.16) 0 34px, transparent 36px),
    radial-gradient(circle at 88% 70%, rgba(242, 140, 40, 0.18) 0 92px, transparent 94px);
  animation: sectionOrbsFloatB 5.2s ease-in-out infinite reverse;
}

.footer-cta::after {
  background:
    radial-gradient(circle at 10% 24%, rgba(255, 255, 255, 0.16) 0 54px, transparent 56px),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.14) 0 92px, transparent 94px),
    radial-gradient(circle at 90% 80%, rgba(125, 183, 232, 0.14) 0 38px, transparent 40px);
  animation: sectionOrbsFloatC 4.2s ease-in-out infinite;
}

@keyframes sectionOrbsFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(12px, -14px, 0);
  }
}

@keyframes sectionOrbsFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-14px, 10px, 0);
  }
}

@keyframes sectionOrbsFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, 12px, 0) scale(1.02);
  }
}

.top-first {
  background: #f8f4ee;
}

.guide-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.4fr 0.7fr 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  min-height: 168px;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(38, 48, 48, 0.08);
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.guide-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--main-color), var(--accent-color));
}

.guide-panel::after {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 255, 255, 0.18) 58%, transparent 72%);
  opacity: 0;
  transform: translateX(-34%) rotate(12deg);
  transition: opacity 0.35s ease, transform 0.65s ease;
}

.guide-panel:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 22px 52px rgba(38, 48, 48, 0.13), 0 0 22px rgba(255, 214, 122, 0.22);
}

.guide-panel:hover::after {
  opacity: 1;
  transform: translateX(34%) rotate(12deg);
}

.guide-panel__en {
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 700;
}

.guide-panel__title {
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
}

.guide-panel__text {
  color: #536160;
  line-height: 1.9;
}

.guide-panel__arrow {
  color: var(--main-color);
  font-weight: 700;
}

.section-head {
  max-width: 680px;
  margin-bottom: 38px;
}

.section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2,
.top-split h2,
.recruit-panel h2 {
  margin-top: 12px;
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.section-head p:not(.section-head__en),
.top-split p,
.recruit-panel p {
  margin-top: 16px;
  color: #536160;
  line-height: 1.9;
}

.top-split .section-head__en {
  color: var(--main-color);
}

.top-split__link {
  margin-top: 34px;
}

.link-card-list,
.business-grid {
  display: grid;
  gap: 18px;
}

.link-card-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-card-list a {
  position: relative;
  min-height: 190px;
  padding: 32px 30px 30px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.link-card-list a::before {
  content: "";
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(242, 140, 40, 0.18), rgba(246, 169, 74, 0.08));
  box-shadow: inset 0 0 0 1px rgba(242, 140, 40, 0.14), 0 14px 28px rgba(242, 140, 40, 0.08);
}

.link-card-list a::after {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  background: var(--main-color);
  pointer-events: none;
  -webkit-mask: var(--card-icon) center / contain no-repeat;
  mask: var(--card-icon) center / contain no-repeat;
}

.link-card-list li:nth-child(1) a {
  --card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
}

.link-card-list li:nth-child(2) a {
  --card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M9 9h1'/%3E%3Cpath d='M9 13h1'/%3E%3Cpath d='M9 17h1'/%3E%3C/svg%3E");
}

.link-card-list li:nth-child(3) a {
  --card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.4 12.6 12 21l-8.4-8.4a5.4 5.4 0 0 1 7.6-7.6l.8.8.8-.8a5.4 5.4 0 0 1 7.6 7.6Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.link-card-list a:hover,
.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 48, 48, 0.1);
}

.link-card-list span {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.link-card-list strong {
  display: block;
  margin-top: 18px;
  font-size: 2.4rem;
  line-height: 1.35;
}

.link-card-list em {
  display: block;
  margin-top: 8px;
  color: #6f7b7a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
}

.link-card-list small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: 700;
}

.link-card-list small::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.link-card-list a:hover small::after {
  transform: translateX(5px);
}

.top-business {
  position: relative;
  background: #fff8ef;
}

.top-business::before {
  left: -2vw;
  top: 2rem;
  transform: rotate(-8deg) scale(1.55);
}

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

.business-card {
  --business-card-color: var(--accent-color);
  --business-card-number-color: rgba(127, 191, 127, 0.34);
  display: block;
  position: relative;
  min-height: 320px;
  padding: 0 0 clamp(30px, 4vw, 44px);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  border-top: 6px solid var(--business-card-color);
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.business-card--blue {
  --business-card-color: var(--accent-color2);
  --business-card-number-color: rgba(125, 183, 232, 0.34);
}

.business-card__number {
  display: block;
  padding: clamp(28px, 4vw, 40px) clamp(30px, 4vw, 44px) 0;
  color: var(--business-card-number-color);
  font-size: clamp(6rem, 8vw, 9rem);
  font-weight: 700;
  line-height: 0.8;
}

.business-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}

.business-card h3 {
  padding: 0 clamp(30px, 4vw, 44px);
  margin-top: 22px;
  font-size: clamp(2.5rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.business-card p {
  padding: 0 clamp(30px, 4vw, 44px);
  margin-top: 18px;
  color: #536160;
  line-height: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--main-color);
  font-weight: 700;
}

.business-card .text-link {
  margin-right: clamp(30px, 4vw, 44px);
  margin-left: clamp(30px, 4vw, 44px);
  color: var(--business-card-color);
}

.text-link::after {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.text-link:hover::after {
  transform: translateX(6px);
}

.top-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
}

.top-split__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.top-recruit {
  background: linear-gradient(135deg, #7fbf7f 0%, #a7d8a6 100%);
  color: #fff;
}

.recruit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.84fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.recruit-panel .section-head__en,
.recruit-panel p {
  color: #fff;
}

.recruit-links {
  display: grid;
  gap: 12px;
}

.recruit-panel__image {
  grid-column: 1 / -1;
}

.recruit-panel__image img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.recruit-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.16);
  border-radius: 8px;
  color: #333;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.recruit-links a::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  transition: transform 0.25s ease, width 0.25s ease;
}

.recruit-links a:hover {
  transform: translateX(8px);
  background: #fff;
  border-color: rgba(51, 51, 51, 0.28);
  box-shadow: 0 16px 30px rgba(40, 76, 52, 0.18);
}

.recruit-links a:hover::after {
  width: 46px;
  transform: translateX(4px);
}

.recruit-links span {
  color: #333;
  font-size: 1.6rem;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
}

.top-news-list {
  border-top: 1px solid var(--gray-line);
}

.top-news {
  position: relative;
}

.top-news::before {
  right: 2vw;
  top: 0;
  opacity: 0.075;
  transform: rotate(11deg) scale(1.45);
}

.top-news .inner,
.message .inner,
.top-business .inner,
.top-mv .inner {
  position: relative;
  z-index: 1;
}

.top-news-list-item {
  border-bottom: 1px solid var(--gray-line);
}

.top-news-list-item a,
.top-news-list-item p {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 18px;
  align-items: baseline;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.top-news-list-item a:hover {
  transform: translateX(8px);
  background: #fff8ef;
  color: var(--main-color);
}

.top-news-list-item--empty {
  border-bottom: 0;
}

.top-news-list-item--empty p {
  display: block;
  margin: 0;
  padding: 28px 30px;
  background: rgba(255, 248, 239, 0.9);
  border: 1px solid rgba(242, 140, 40, 0.16);
  border-radius: 8px;
  color: #536160;
  text-align: center;
}

.top-news-list-item .day {
  color: var(--main-color);
  font-weight: 700;
}

.top-news-list-item .title {
  line-height: 1.7;
}

.footer-cta {
  background:
    linear-gradient(135deg, rgba(242, 140, 40, 0.94), rgba(246, 169, 74, 0.88)),
    url(../image/top/top-facility-care.png) center / cover no-repeat;
  border-top: 1px solid rgba(51, 51, 51, 0.08);
  color: #fff;
}

.footer-cta::before {
  content: "CONTACT  STABLE CARE & SUPPORT  CONTACT  STABLE CARE & SUPPORT  ";
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 0;
  width: max-content;
  color: rgba(255, 255, 255, 0.16);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(6.8rem, 12vw, 17rem);
  font-weight: 800;
  line-height: 0.8;
  white-space: nowrap;
  letter-spacing: 0;
  pointer-events: none;
  animation: ctaMarquee 16s linear infinite;
}

.footer-cta__inner {
  display: block;
  position: relative;
  z-index: 2;
  min-height: 260px;
  padding-top: 82px;
  padding-bottom: 82px;
  text-align: center;
}

@keyframes ctaMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.footer-cta__label {
  color: #fff;
  font-weight: 700;
  opacity: 0.86;
}

.footer-cta__copy {
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
  font-size: clamp(2.6rem, 3.4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-cta__copy span {
  display: inline;
}

.footer-cta__button-wrap {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 34px;
}

.footer-cta__button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(620px, 100%);
  min-height: 74px;
  padding: 0 44px;
  background: #fff;
  color: var(--main-color);
  border-radius: 999px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-cta__button::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(242, 140, 40, 0.2) 46%, rgba(255, 255, 255, 0.5) 58%, transparent 72%);
  opacity: 0;
  transform: translateX(-34%) rotate(12deg);
  transition: opacity 0.35s ease, transform 0.65s ease;
}

.footer-cta__button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2), 0 0 22px rgba(255, 255, 255, 0.28);
}

.footer-cta__button:hover::before {
  opacity: 1;
  transform: translateX(34%) rotate(12deg);
}

.footer-cta__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-cta__tel:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}

.footer-cta__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.footer-cta__tel-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.91.33 1.79.63 2.64a2 2 0 0 1-.45 2.11L8.1 9.9a16 16 0 0 0 6 6l1.43-1.14a2 2 0 0 1 2.11-.45c.85.3 1.73.51 2.64.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.91.33 1.79.63 2.64a2 2 0 0 1-.45 2.11L8.1 9.9a16 16 0 0 0 6 6l1.43-1.14a2 2 0 0 1 2.11-.45c.85.3 1.73.51 2.64.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-cta__tel-text {
  position: relative;
  display: inline-block;
  width: max-content;
  padding-top: 1.9rem;
  text-align: left;
}

.footer-cta__tel-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: clamp(1.15rem, 1.15vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: 0;
  opacity: 0.9;
  white-space: nowrap;
}

.footer-cta__tel-label span {
  display: block;
}

.footer-cta__tel-text strong {
  display: block;
  width: max-content;
  text-align: left;
  font-size: clamp(1.85rem, 1.9vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
}

.site-footer .bottom-area {
  padding: 70px 0 42px;
}

.site-footer .btm-area-wrapper {
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.site-footer .footer-left,
.site-footer .footer-left-top,
.site-footer .footer-right,
.site-footer .footer-link-box,
.site-footer .footer-link-list {
  text-align: center;
}

.site-footer .footer-left .logo img {
  margin-right: auto;
  margin-left: auto;
}

.footer-company-info {
  margin-top: 2.8rem;
  display: grid;
  gap: 0.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer-company-info p {
  margin: 0;
}

.footer-btm-block {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.footer-btm-block .flex {
  justify-content: center;
  gap: 16px 28px;
  text-align: center;
}

.is-waiting {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.scroll-left.is-waiting {
  transform: translateX(-28px);
}

.scroll-right.is-waiting {
  transform: translateX(28px);
}

.fade-in.is-waiting {
  transform: none;
}

.reveal-scale.is-waiting {
  transform: scale(1.04);
}

.reveal-card.is-waiting {
  transform: translateY(22px);
}

.is-waiting.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-scale.is-waiting.is-visible {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .top-mv-photo,
  .top-mv__title,
  .top-mv__lead,
  .top-mv__label {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .top-mv__label {
    transform: rotate(-8deg);
  }

  .is-waiting,
  .reveal-scale.is-waiting,
  .reveal-card.is-waiting {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.footer-right {
  gap: 28px 44px;
  justify-content: center;
}

.footer-list-index {
  font-weight: 700;
}

.footer-link-list a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.page-top-button {
  position: fixed;
  right: clamp(18px, 3.2vw, 48px);
  bottom: clamp(22px, 4vw, 52px);
  z-index: 80;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 74px;
  color: var(--main-color);
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.page-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.page-top-button__circle {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--main-color);
  box-shadow: 0 14px 28px rgba(242, 140, 40, 0.24);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
}

.page-top-button__circle::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.2s ease, transform 0.35s ease;
}

.page-top-button__circle::after {
  content: "↑";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: translate(-50%, -36%);
  transition: opacity 0.2s ease, transform 0.35s ease;
}

.page-top-button:hover .page-top-button__circle,
.page-top-button:focus-visible .page-top-button__circle {
  transform: translateY(-14px);
  box-shadow: 0 18px 34px rgba(242, 140, 40, 0.32);
}

.page-top-button:hover .page-top-button__circle::before,
.page-top-button:focus-visible .page-top-button__circle::before {
  opacity: 0;
  transform: scale(0.4);
}

.page-top-button:hover .page-top-button__circle::after,
.page-top-button:focus-visible .page-top-button__circle::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.page-top-button:focus-visible {
  outline: 2px solid rgba(242, 140, 40, 0.45);
  outline-offset: 6px;
  border-radius: 999px;
}

.mobile-contact-button {
  display: none;
}

.mobile-contact-button__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.mobile-contact-button__icon::before,
.mobile-contact-button__icon::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 14px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.mobile-contact-button__icon::before {
  left: -1px;
  transform: rotate(34deg);
}

.mobile-contact-button__icon::after {
  right: -1px;
  transform: rotate(-34deg);
}

@media (prefers-reduced-motion: reduce) {
  .page-top-button,
  .page-top-button__circle,
  .page-top-button__circle::before,
  .page-top-button__circle::after {
    transition: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-menu .humberger-menu {
    padding-top: 84px;
  }

  .humberger-menu .globalNav {
    display: grid;
    gap: 18px;
    padding: 0 5%;
  }

  .humberger-menu .globalNav > li {
    padding: 12px 0;
  }

  .sp-menu .globaNav-item {
    padding: 2.2rem 0;
    line-height: 1.55;
  }

  .subNavBtn {
    padding: 2.2rem 0;
  }

  .subNav li a {
    padding: 1.15rem 0 1.15rem 1.2rem;
    line-height: 1.55;
  }

  .sp-menu .entry-btn {
    margin-top: 24px;
  }

  .nav-fade__list {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4.8vh, 42px);
  }

  .nav-fade__item {
    margin-bottom: 0 !important;
    min-height: 32px;
  }

  .nav-fade__link {
    line-height: 1.7;
  }

  .nav-fade .common-btn {
    margin-top: clamp(78px, 10vh, 112px) !important;
  }

  .top-mv__inner,
  .message__inner,
  .top-split,
  .recruit-panel,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .top-mv {
    min-height: calc(100svh - 82px);
  }

  .top-mv::after {
    content: none;
  }

  .top-mv__title {
    font-size: clamp(4.8rem, 8vw, 8.4rem);
  }

  .top-mv__content {
    left: clamp(24px, 5vw, 54px);
    top: clamp(120px, 16vh, 160px);
    right: auto;
    bottom: auto;
    width: calc(100vw - 48px);
    max-width: none;
  }

  .top-mv__label {
    left: auto;
    right: 28px;
    bottom: 150px;
    font-size: clamp(5.8rem, 11vw, 9.4rem);
  }

  .top-mv__visual {
    max-width: none;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .top-mv-photo {
    object-position: 72% center;
  }

  .guide-panel {
    grid-template-columns: 1fr;
  }

  .link-card-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .top-mv {
    padding-top: 0;
  }

  .top-mv::after {
    content: none;
  }

  .top-mv__title {
    font-size: clamp(4.6rem, 13vw, 7.4rem);
  }

  .top-mv__content {
    left: 20px;
    top: 96px;
    right: auto;
    bottom: auto;
    width: calc(100vw - 32px);
    padding: 0;
  }

  .top-mv__label {
    display: inline-block;
    right: 16px;
    bottom: 96px;
    font-size: clamp(3.4rem, 10vw, 5.2rem);
    opacity: 0;
  }

  .top-mv__content::before {
    inset: 0;
    border-radius: 28px;
  }

  .top-mv__lead {
    display: block;
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .top-mv-scroll {
    bottom: 0;
    gap: 10px;
  }

  .top-mv-scroll__line {
    height: 36px;
  }

  .top-mv-photo {
    object-position: 76% center;
  }

  .business-grid {
    text-align: left;
  }

  .footer-cta__copy {
    white-space: normal;
  }

  .footer-cta__copy span {
    display: block;
  }

  .top-news-list-item a,
  .top-news-list-item p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .recruit-links a {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer .bottom-area {
    padding: 48px 0 30px;
  }

  .site-footer .btm-area-wrapper {
    display: block;
  }

  .site-footer .footer-left {
    margin-bottom: 34px;
    text-align: center;
  }

  .site-footer .footer-left-top,
  .site-footer .footer-left .logo,
  .site-footer .footer-left .logo a {
    display: grid;
    justify-items: center;
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .site-footer .footer-left .logo img {
    display: block;
    width: min(240px, 58vw);
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer .footer-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    width: 100%;
    text-align: left;
  }

  .site-footer .footer-link-box {
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(51, 51, 51, 0.14);
  }

  .site-footer .footer-list-index {
    position: relative;
    padding: 14px 22px 12px 0;
  }

  .site-footer .footer-list-index .f-size-18 {
    font-size: 1.5rem;
    line-height: 1.45;
  }

  .site-footer .footer-link-list {
    display: block;
    padding: 0 0 12px;
    text-align: left;
  }

  .site-footer .footer-link-list li + li {
    margin-top: 7px;
  }

  .site-footer .footer-link-list a {
    font-size: 1.3rem;
    line-height: 1.45;
  }

  .footer-btm-block .flex {
    flex-direction: column;
  }

  .page-top-button {
    display: none;
  }

  .mobile-contact-button {
    position: fixed;
    right: 18px;
    bottom: 24px;
    z-index: 90;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--main-color);
    box-shadow: 0 16px 30px rgba(242, 140, 40, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .mobile-contact-button:hover,
  .mobile-contact-button:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(242, 140, 40, 0.36);
  }
}

@media screen and (max-width: 460px) {
  .site-header__logo img {
    min-width: 150px;
    width: 150px;
  }

  .top-mv__actions {
    flex-direction: column;
  }

  .top-btn {
    width: 100%;
  }

  .top-mv__title {
    font-size: clamp(4rem, 12.6vw, 5.8rem);
  }

  .top-mv__content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .guide-panel,
  .business-card {
    padding: 24px;
  }

  .link-card-list a {
    padding: 28px 24px 24px;
  }

}

/* stable lower pages */
.stable-subpage {
  background: #fff;
  color: #333;
  overflow: hidden;
}

.stable-sub-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 94px;
  background: linear-gradient(135deg, rgba(255, 169, 85, 0.18), rgba(123, 191, 127, 0.1)), #fffaf3;
}

.stable-sub-hero::before {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -14vw;
  width: 44vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 169, 85, 0.14);
}

.stable-sub-hero__inner {
  position: relative;
  z-index: 1;
}

.stable-sub-hero__en,
.stable-section-head__en {
  margin-bottom: 14px;
  color: #f28c28;
  font-weight: 700;
  letter-spacing: 0;
}

.stable-sub-hero h1 {
  font-size: clamp(4.4rem, 6vw, 7.2rem);
  line-height: 1.1;
  font-family: var(--font-serif, serif);
}

.stable-sub-hero__lead {
  max-width: 720px;
  margin-top: 28px;
  font-size: 1.7rem;
  line-height: 2.1;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-sub-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.55;
  animation: stable-sub-orb 6s ease-in-out infinite alternate;
}

.stable-sub-orb--01 {
  top: 28%;
  right: 18%;
  width: 90px;
  aspect-ratio: 1;
  background: rgba(123, 191, 127, 0.32);
}

.stable-sub-orb--02 {
  bottom: 18%;
  left: 7%;
  width: 58px;
  aspect-ratio: 1;
  background: rgba(125, 183, 232, 0.28);
  animation-delay: -2s;
}

@keyframes stable-sub-orb {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(18px, -22px, 0); }
}

.stable-section {
  position: relative;
  padding: 105px 0;
}

.stable-section--soft {
  background: #f7fbf7;
}

.stable-section--image {
  padding-top: 0;
}

.stable-section--image img,
.stable-two-column img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(51, 51, 51, 0.08);
}

.stable-section-head {
  margin-bottom: 42px;
}

.stable-section-head h2 {
  font-size: clamp(3.2rem, 4.3vw, 5.2rem);
  line-height: 1.2;
  font-family: var(--font-serif, serif);
}

.stable-section-head p.gothic {
  max-width: 760px;
  margin-top: 18px;
  font-size: 1.7rem;
  line-height: 2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.stable-two-column--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.stable-lead {
  margin-bottom: 22px;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 700;
}

.stable-check-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.stable-check-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.stable-check-list li::before {
  content: "";
  position: static;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f28c28;
}

.stable-section--features {
  position: relative;
  overflow: hidden;
  background: #f7d8aa;
}

.stable-section--features::before,
.stable-section--features::after {
  content: none;
  position: absolute;
  z-index: 0;
  width: 220px;
  height: 160px;
  opacity: 0.82;
  background-image:
    linear-gradient(45deg, #fff 0 10px, transparent 10px),
    linear-gradient(45deg, #fff 0 10px, transparent 10px),
    linear-gradient(45deg, #fff 0 10px, transparent 10px);
  background-size: 38px 38px;
  transform: rotate(45deg);
  pointer-events: none;
}

.stable-section--features::before {
  right: 7%;
  top: 42px;
}

.stable-section--features::after {
  left: 4%;
  bottom: 120px;
}

.stable-section--features .inner {
  position: relative;
  z-index: 1;
}

.stable-feature-stack {
  display: grid;
  gap: 90px;
}

.stable-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  background: #fff;
}

.stable-feature-row--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.stable-feature-row--reverse figure {
  order: 2;
}

.stable-feature-row figure {
  min-height: 350px;
  overflow: hidden;
}

.stable-feature-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stable-feature-row__body {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 350px;
  padding: 58px 7%;
  text-align: center;
}

.stable-feature-row__body span {
  display: block;
  margin-bottom: 30px;
  color: #f28c28;
  font-size: clamp(5.6rem, 6vw, 8.2rem);
  font-weight: 800;
  line-height: 1;
}

.stable-feature-row__body h3 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.stable-feature-row__body p {
  max-width: 520px;
  font-size: 1.6rem;
  line-height: 2.05;
  font-weight: 700;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-nowrap {
  white-space: nowrap;
}

.stable-profile-list dd.stable-nowrap {
  display: inline-flex !important;
  align-items: baseline;
  flex-wrap: nowrap !important;
  gap: 0;
  max-width: none;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.stable-profile-list dd.stable-nowrap a {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 0.12em;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.stable-business-detail {
  margin-top: clamp(54px, 7vw, 88px);
}

.stable-business-note {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 54px);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 169, 85, 0.15), rgba(255, 243, 229, 0.92));
}

.stable-business-note--blue {
  background: linear-gradient(135deg, rgba(125, 183, 232, 0.18), rgba(247, 251, 247, 0.94));
}

.stable-business-note::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
}

.stable-business-note h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(2.6rem, 3.6vw, 4rem);
  line-height: 1.45;
  font-family: var(--font-serif, serif);
}

.stable-business-note p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  font-size: 1.65rem;
  line-height: 2.05;
}

.stable-business-feature-grid,
.stable-service-list {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.stable-business-feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stable-service-list {
  grid-template-columns: repeat(3, 1fr);
}

.stable-business-feature-grid article,
.stable-service-list article {
  padding: 30px;
  border: 1px solid rgba(242, 140, 40, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(51, 51, 51, 0.055);
}

.stable-business-feature-grid span {
  display: block;
  margin-bottom: 18px;
  color: rgba(242, 140, 40, 0.55);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.stable-business-feature-grid h4,
.stable-service-list h4 {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.5;
}

.stable-business-feature-grid p,
.stable-service-list p {
  font-size: 1.5rem;
  line-height: 1.9;
}

.stable-flow-list,
.stable-card-grid,
.stable-facility-list {
  display: grid;
  gap: 24px;
}

.stable-flow-list {
  grid-template-columns: repeat(4, 1fr);
}

.stable-flow-list li,
.stable-card,
.stable-facility-card {
  position: relative;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(51, 51, 51, 0.06);
}

.stable-flow-list li span {
  display: block;
  margin-bottom: 20px;
  color: rgba(242, 140, 40, 0.52);
  font-size: 4.8rem;
  line-height: 1;
}

.stable-flow-list h3,
.stable-card h3,
.stable-facility-card h3 {
  margin-bottom: 14px;
  font-size: 2.2rem;
  line-height: 1.45;
}

.stable-flow-list p,
.stable-card p,
.stable-facility-card p {
  font-size: 1.55rem;
  line-height: 1.9;
}

.stable-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.stable-facility-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stable-subpage--facilities .stable-facility-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(58px, 7vw, 92px) clamp(36px, 5vw, 70px);
}

.stable-subpage--facilities .stable-facility-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.stable-subpage--facilities .stable-facility-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 0;
  box-shadow: none;
}

.stable-subpage--facilities .stable-facility-card img[src*="facility-stable-visit"],
.stable-subpage--facilities .stable-facility-card img[src*="facility-earnest-visit"],
.stable-subpage--facilities .stable-facility-card img[src*="facility-ishida"] {
  padding: 22px;
  background: #f1f1f1;
  object-fit: contain;
}

.stable-subpage--facilities .stable-facility-card__service {
  margin-bottom: 7px;
  color: #f28c28;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-subpage--facilities .stable-facility-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 1.7vw, 2.2rem);
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-subpage--facilities .stable-facility-card p:not(.stable-facility-card__service) {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-facility-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.stable-facility-card__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  white-space: nowrap;
  border: 1px solid rgba(242, 140, 40, 0.35);
  border-radius: 999px;
  background: #fff;
  color: #f28c28;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.stable-facility-card__links a::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
}

.stable-facility-card__button--pdf::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h1.5a1.5 1.5 0 0 1 0 3H8v-4'/%3E%3Cpath d='M13 12v4'/%3E%3Cpath d='M16 12h2'/%3E%3Cpath d='M16 14h1.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h1.5a1.5 1.5 0 0 1 0 3H8v-4'/%3E%3Cpath d='M13 12v4'/%3E%3Cpath d='M16 12h2'/%3E%3Cpath d='M16 14h1.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.stable-facility-card__button--web::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.stable-facility-card__links a:hover {
  border-color: #f28c28;
  background: #f28c28;
  color: #fff;
  transform: translateY(-2px);
}

.stable-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff3e5;
  color: #f28c28;
  font-weight: 700;
}

.stable-card__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stable-card {
  text-align: center;
}

.stable-profile-list {
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-profile-list div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-profile-list dt {
  color: #f28c28;
  font-weight: 700;
}

.stable-profile-list dd,
.stable-profile-list a {
  font-size: 1.6rem;
  line-height: 1.9;
}

.stable-profile-list a {
  position: relative;
  color: #f28c28;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.stable-profile-list a:hover {
  color: #333;
  text-decoration-color: #f28c28;
}

.stable-facility-card__service {
  display: block;
  margin-bottom: 14px;
  color: #f28c28;
  font-weight: 700;
}

.stable-interview-list {
  display: grid;
  gap: 28px;
}

.stable-interview-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(51, 51, 51, 0.07);
}

.stable-interview-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 169, 85, 0.12);
}

.stable-interview-card__profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}

.stable-interview-card__icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3e5, #f7fbf7);
  color: #f28c28;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}

.stable-interview-card__role {
  margin-bottom: 8px;
  color: #f28c28;
  font-size: 1.4rem;
  font-weight: 700;
}

.stable-interview-card h3 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.55;
  font-family: var(--font-serif, serif);
}

.stable-interview-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.stable-interview-card__body h4 {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.6;
}

.stable-interview-card__body h4::before {
  content: "Q.";
  margin-right: 6px;
  color: #f28c28;
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
}

.stable-interview-card__body p {
  font-size: 1.55rem;
  line-height: 1.95;
}

.stable-news-list {
  display: grid;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-news-list li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-news-list a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 26px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.stable-news-list a:hover {
  color: #f28c28;
  transform: translateX(8px);
}

.stable-news-list span {
  color: #f28c28;
  font-weight: 700;
}

.stable-news-list strong {
  font-size: 1.7rem;
}

.stable-news-inner {
  max-width: 920px;
}

.stable-news-article__header {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-news-article__header time {
  display: inline-block;
  margin-bottom: 18px;
  color: #f28c28;
  font-size: 1.6rem;
  font-weight: 700;
}

.stable-news-article__header h1 {
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.45;
  font-family: var(--font-serif, serif);
}

.stable-news-article__body {
  padding: 46px 0 58px;
  font-size: 1.65rem;
  line-height: 2.05;
}

.stable-news-article__body > * + * {
  margin-top: 1.4em;
}

.stable-news-article__body h2,
.stable-news-article__body h3 {
  margin-top: 2.2em;
  color: #f28c28;
  line-height: 1.5;
}

.stable-news-article__body h2 {
  font-size: 2.6rem;
}

.stable-news-article__body h3 {
  font-size: 2.1rem;
}

.stable-news-article__body a {
  color: #f28c28;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.stable-news-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.stable-news-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  padding-top: 34px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.stable-news-nav a,
.stable-news-nav__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(242, 140, 40, 0.28);
  border-radius: 999px;
  color: #f28c28;
  font-weight: 700;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.stable-news-nav a:hover,
.stable-news-nav__all:hover {
  background: #f28c28;
  color: #fff;
  transform: translateY(-3px);
}

.stable-news-nav__prev {
  justify-self: start;
}

.stable-news-nav__next {
  justify-self: end;
}

.stable-pagination {
  margin-top: 44px;
  text-align: center;
}

.stable-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff3e5;
  color: #f28c28;
}

.stable-pagination .current {
  background: #f28c28;
  color: #fff;
}

.stable-empty,
.stable-form-placeholder {
  padding: 42px;
  border-radius: 8px;
  background: #fff7ed;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}

.stable-form-placeholder code {
  padding: 2px 6px;
  border-radius: 4px;
  background: #fff;
  color: #f28c28;
}

.stable-form-area div.wpforms-container-full input[type="text"],
.stable-form-area div.wpforms-container-full input[type="email"],
.stable-form-area div.wpforms-container-full input[type="tel"],
.stable-form-area div.wpforms-container-full input[type="url"],
.stable-form-area div.wpforms-container-full input[type="number"],
.stable-form-area div.wpforms-container-full select,
.stable-form-area div.wpforms-container-full textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.stable-form-area div.wpforms-container-full textarea {
  min-height: 180px;
}

.stable-form-area div.wpforms-container-full .wpforms-field-description,
.stable-form-area div.wpforms-container-full .wpforms-field-html,
.stable-form-area div.wpforms-container-full .wpforms-field-html p {
  max-width: 100%;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-form-area div.wpforms-container-full .wpforms-field-html {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.stable-form-area div.wpforms-container-full .wpforms-field-html p,
.stable-form-area div.wpforms-container-full .wpforms-field-html div,
.stable-form-area div.wpforms-container-full .wpforms-field-html span {
  display: inline;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.stable-form-area div.wpforms-container-full .wpforms-field-html a {
  display: inline !important;
  color: #f28c28;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.stable-form-area div.wpforms-container-full .wpforms-field a,
.stable-form-area div.wpforms-container-full .wpforms-field-description a,
.stable-form-area div.wpforms-container-full .wpforms-field-label a,
.stable-form-area div.wpforms-container-full .wpforms-field-label-inline a,
div.wpforms-container-full .wpforms-field-description a {
  display: inline !important;
  color: #f28c28;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.stable-form-area div.wpforms-container-full .wpforms-field-description {
  display: block;
  width: 100%;
  margin-top: 12px;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.stable-form-area div.wpforms-container-full .wpforms-field-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}

.stable-form-area div.wpforms-container-full .wpforms-required-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  bottom: auto !important;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1.2 !important;
}

.stable-form-area div.wpforms-container-full .wpforms-field-html br {
  display: none;
}

.stable-form-area div.wpforms-container-full .wpforms-field-html p + p {
  margin-top: 0;
}

.stable-form-area div.wpforms-container-full .wpforms-field-checkbox ul,
.stable-form-area div.wpforms-container-full .wpforms-field-radio ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.stable-form-area div.wpforms-container-full .wpforms-field-checkbox li,
.stable-form-area div.wpforms-container-full .wpforms-field-radio li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
}

.stable-form-area div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"],
.stable-form-area div.wpforms-container-full .wpforms-field-radio input[type="radio"] {
  flex: 0 0 auto;
  margin-top: 0;
}

.stable-form-area div.wpforms-container-full .wpforms-field-checkbox label,
.stable-form-area div.wpforms-container-full .wpforms-field-radio label {
  display: inline;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.stable-privacy {
  max-width: 920px;
}

.stable-privacy h3 {
  margin-top: 42px;
  margin-bottom: 12px;
  color: #f28c28;
  font-size: 2rem;
}

.stable-privacy p {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 1050px) {
  .stable-sub-hero {
    padding: 128px 0 76px;
  }

  .stable-two-column,
  .stable-two-column--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .stable-flow-list,
  .stable-card-grid--3,
  .stable-facility-list,
  .stable-business-feature-grid,
  .stable-service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .stable-feature-stack {
    gap: 54px;
  }

  .stable-feature-row,
  .stable-feature-row--reverse {
    grid-template-columns: 1fr;
  }

  .stable-feature-row--reverse figure {
    order: 0;
  }

  .stable-feature-row figure {
    min-height: 300px;
  }

  .stable-subpage--facilities .stable-facility-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .stable-sub-hero {
    padding: 112px 0 64px;
  }

  .stable-sub-hero h1 {
    font-size: 4rem;
  }

  .stable-sub-hero__lead,
  .stable-section-head p.gothic {
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .stable-section {
    padding: 72px 0;
  }

  .stable-section--features {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .stable-section--features::before,
  .stable-section--features::after {
    width: 150px;
    height: 110px;
    opacity: 0.65;
  }

  .stable-feature-stack {
    gap: 38px;
  }

  .stable-feature-row figure {
    min-height: 220px;
  }

  .stable-feature-row__body {
    min-height: auto;
    padding: 36px 24px 42px;
  }

  .stable-feature-row__body span {
    margin-bottom: 18px;
    font-size: 5rem;
  }

  .stable-feature-row__body h3 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .stable-feature-row__body p {
    font-size: 1.45rem;
    line-height: 1.9;
  }

  .stable-nowrap {
    font-size: clamp(1.25rem, 3.5vw, 1.55rem);
  }

  .stable-flow-list,
  .stable-card-grid--3,
  .stable-facility-list,
  .stable-business-feature-grid,
  .stable-service-list {
    grid-template-columns: 1fr;
  }

  .stable-subpage--facilities .stable-facility-list {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .stable-profile-list div,
  .stable-news-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stable-news-article__body {
    padding: 34px 0 44px;
    font-size: 1.5rem;
  }

  .stable-news-nav {
    grid-template-columns: 1fr;
  }

  .stable-news-nav__prev,
  .stable-news-nav__next {
    justify-self: stretch;
  }

  .stable-news-nav a,
  .stable-news-nav__all {
    width: 100%;
  }

  .stable-interview-card__profile {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stable-interview-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stable-interview-card__body h4 {
    margin-bottom: 0;
  }

  .stable-interview-card__body h4:not(:first-child) {
    margin-top: 18px;
  }

  .stable-flow-list li,
  .stable-card,
  .stable-facility-card,
  .stable-form-placeholder {
    padding: 28px;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-description,
  .stable-form-area div.wpforms-container-full .wpforms-field-html,
  .stable-form-area div.wpforms-container-full .wpforms-field-html p,
  .stable-form-area div.wpforms-container-full .wpforms-field-html div,
  .stable-form-area div.wpforms-container-full .wpforms-field-html span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field a,
  .stable-form-area div.wpforms-container-full .wpforms-field-description a,
  .stable-form-area div.wpforms-container-full .wpforms-field-label a,
  .stable-form-area div.wpforms-container-full .wpforms-field-label-inline a,
  div.wpforms-container-full .wpforms-field-description a {
    white-space: normal;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.4 !important;
  }

  .stable-form-area div.wpforms-container-full .wpforms-required-label {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: none !important;
    vertical-align: middle !important;
    line-height: 1 !important;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-checkbox ul,
  .stable-form-area div.wpforms-container-full .wpforms-field-radio ul {
    justify-items: start;
    gap: 6px;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-checkbox li,
  .stable-form-area div.wpforms-container-full .wpforms-field-radio li {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: auto !important;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"],
  .stable-form-area div.wpforms-container-full .wpforms-field-radio input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 4px 0 0 !important;
    position: static !important;
    transform: none !important;
    vertical-align: middle !important;
  }

  .stable-form-area div.wpforms-container-full .wpforms-field-checkbox label,
  .stable-form-area div.wpforms-container-full .wpforms-field-radio label {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    line-height: 1.4 !important;
  }
}
