/* ===============================
   SWELL Minimal Reset for LP Home
   =============================== */
body .l-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.top div#content {
    padding-top: 0;
    margin: 0 auto 30px;
}

.lp-home {
  margin: 0;
  padding: 0;
}

.lp-home .l-container,
.lp-home .l-main,
.lp-home .c-container {
  max-width: none;
  padding: 0;
}

.lp-home section {
  margin: 0;
}

.lp-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-home {
  --lp-color-bg: #fcfbf5;
  --lp-color-text: #2c2d3a;
  --lp-color-main: #2f354a;
  --lp-color-sub: #395962;
  --lp-color-line: #d2d6e1;
  --lp-width: 1280px;
  --lp-gutter: 24px;
  background: url("/wp-content/themes/swell_child/assets/img/bg-circle.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  color: var(--lp-color-text);
  font-family: "Shippori Mincho", serif;
}

.lp-home *,
.lp-home *::before,
.lp-home *::after {
  box-sizing: border-box;
}

.lp-home a {
  color: inherit;
  text-decoration: none;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.lp-home a:hover {
  filter: brightness(1.08);
}

.lp-home a:focus-visible,
.lp-home button:focus-visible {
  outline: 2px solid #8aa7ff;
  outline-offset: 3px;
}

.lp-home h1,
.lp-home h2,
.lp-home h3 {
  margin: 0;
  font-weight: 600;
}

.lp-home p {
  margin: 0;
}

.lp-home .lp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-home .lp-container {
  width: min(var(--lp-width), calc(100% - (var(--lp-gutter) * 2)));
  margin: 0 auto;
}

.lp-home .top-section-title {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #1e1f3b;
}

.l-header__inner.l-container {
    padding: 0 3vw;
    min-height: 60px;
}

.l-fixHeader__inner.l-container {
    padding: 0 3vw;
}

.lp-home .top-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(2px);
  background: rgb(252 251 245 / 90%);
  border-bottom: 1px solid rgb(0 0 0 / 4%);
}

.lp-home .top-header__inner {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-home .top-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.lp-home .top-logo__image {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-home .top-header__nav {
  margin-left: auto;
}

.lp-home .top-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-home .top-header__list {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.top-button {
  /* display: inline-flex; */
  /* align-items: center; */
  justify-content: space-between;
  /* min-height: 55px; */
  /* padding: 14px 16px; */
  /* background: var(--lp-color-main); */
  /* color: #fcfbf5; */
  /* border: 1px solid transparent; */
  /* letter-spacing: 0.13em; */
  /* font-size: 0.9375rem; */
  /* font-weight: 700; */
  /* font-family: "Noto Sans JP", sans-serif; */
}

.top-button--header {
  min-width: 256px;
  color: #fcfbf5!important;
}

.top-button__arrow {
  width: 46px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-home .top-header__hamburger {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: #2f354a;
  padding: 9px 8px;
  flex-direction: column;
  justify-content: space-between;
}

.lp-home .top-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fcfbf5;
}

.lp-home .top-kv {
  position: relative;
  padding: 0 20px;
}

.lp-home .top-kv__media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 700px;
  overflow: hidden;
}

.lp-home .top-kv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: top-kv-fade 24s infinite;
}

.lp-home .top-kv__slide:nth-child(1) {
  animation-delay: 0s;
}

.lp-home .top-kv__slide:nth-child(2) {
  animation-delay: 8s;
}

.lp-home .top-kv__slide:nth-child(3) {
  animation-delay: 16s;
}

.lp-home .top-kv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-home .top-kv__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(220deg, rgb(219 232 234 / 0%) 42%, rgb(219 232 234 / 82%) 100%);
  pointer-events: none;
}

.top-kv__content {
  position: absolute;
  left: max(var(--lp-gutter), calc((100vw - var(--lp-width)) / 2));
  bottom: 7%;
  transform: none;
}

@media screen and (min-width: 1380px) {
.lp-container.top-kv__content {
    padding: 0 20px;
}
}

.top-kv__catch {
  width: min(100%, 1280px);
  display: block;
}

.lp-home .top-intro {
  padding: 110px 0 120px;
}

.lp-home .top-intro .lp-container {
  position: relative;
}

.lp-home .top-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 68px;
  align-items: center;
}

.lp-home .top-intro__images {
  position: relative;
}

.lp-home .top-intro__main {
  width: 100%;
  display: block;
  min-height: 620px;
  object-fit: cover;
}

.lp-home .top-intro__body {
  display: grid;
  gap: 20px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.lp-home .top-intro__list {
  display: grid;
  gap: 14px;
  font-weight: 700;
}

.lp-home .top-intro__list li {
  position: relative;
  padding-left: 1.15em;
  line-height: 1.8;
}

.lp-home .top-intro__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.lp-home p.top-intro__message {
  margin-top: 70px;
  text-align: center;
  font-size: clamp(1.05rem, 2.2vw, 2.5rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #1e1f3b;
  font-weight: 700;
}

.lp-home .top-intro__sub {
  position: absolute;
  right: 0;
  top: -30px;
  max-width: 220px;
  width: 17vw;
  object-fit: cover;
  z-index: 2;
}

.lp-home .top-business {
  background: #2c2d3a;
  padding: 85px 0;
  color: #fcfbf5;
  /* min-height: 1025px; */
}

.lp-home .top-business__layout {
  display: grid;
  grid-template-columns: 528px minmax(0, 1fr);
  gap: 4vw;
  align-items: start;
}

.lp-home .top-business__nav {
  display: grid;
  gap: 26px;
  /* width: 40vw; */
}

.lp-home .top-business__en {
  font-size: clamp(3.4rem, 8.2vw, 7.5rem);
  line-height: 0.95;
  font-weight: 400;
  /* margin-bottom: 20px!important; */
  font-family: 'Cormorant Garamond', serif;
}

.lp-home .top-business__title {
  /* margin-top: 28px; */
  font-size: clamp(1.8rem, 2.8vw, 2rem);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.lp-home .top-business__items {
  display: grid;
  gap: 0;
}

.lp-home .top-business__item {
  border-top: 1px solid rgb(252 251 245 / 35%);
  border-bottom: 1px solid rgb(252 251 245 / 35%);
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  transition: filter 0.25s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.lp-home .top-business__item.is-active {
  background-color: rgb(255 255 255 / 6%);
  border-color: rgb(252 251 245 / 55%);
}

.lp-home .top-business__item:hover {
  filter: brightness(1.08);
}

.lp-home .top-business__thumb {
  width: 112px;
  height: 112px;
  object-fit: cover;
  flex-shrink: 0;
}

.lp-home .top-business__text h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.875rem);
  margin-bottom: 6px;
}

.lp-home .top-business__text p {
  font-size: 1rem;
}

.lp-home .top-business__item .top-business__arrow {
  width: 46px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-home .top-business__details {
  position: relative;
  min-height: 760px;
}

.lp-home .top-business__detail-panel {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 14px;
  align-content: start;
  background: #2f354a;
  padding: 4vw 3vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lp-home .top-business__detail-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp-home .top-business__detail-panel--consulting {
  background: #395962;
}

.lp-home .top-business__detail-panel--support {
  background: #5e5c51;
}

.lp-home .top-business__detail-title {
  font-size: clamp(1.8rem, 2vw, 2.75rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}

.lp-home .top-business__detail-lead {
  font-size: 1.0rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.lp-home .top-business__detail-image {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.lp-home .top-business__detail-list {
  display: grid;
  gap: 4px;
}

.lp-home .top-business__detail-list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.15rem;
  line-height: 1.9;
  font-weight: 700;
}

.lp-home .top-business__detail-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.lp-home .top-business__detail-flow {
  background: #d2d6e1;
  color: #2f354a;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lp-home .top-business__detail-text {
  font-size: 1.0rem;
  line-height: 1.8;
}

.lp-home .top-business__detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  justify-self: end;
  color: #fcfbf5;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  min-width: 247px;
}

.lp-home .top-business__detail-link img {
  width: 46px;
  height: 20px;
  object-fit: contain;
}

.lp-home .top-support {
  padding: 88px 0 90px;
}

.lp-home .top-support__en {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e1f3b;
  font-family: 'Cormorant Garamond', serif;
}

.lp-home .top-support__en::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e1f3b;
}

.lp-home .top-support__lead {
  margin-top: 18px;
  font-size: 1.25rem;
  line-height: 1.8;
}

.lp-home .top-support__cards {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-home .top-support__card {
  position: relative;
  min-height: 408px;
  overflow: hidden;
}

.lp-home .top-support__card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-home .top-support__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(44 57 78 / 0%) 58%, rgb(44 57 78 / 80%) 100%);
}

.lp-home .top-support__overlay {
  position: relative;
  z-index: 1;
  padding: 24px;
  color: #fffefa;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.lp-home .top-support__head {
  display: grid;
  gap: 10px;
}

.lp-home .top-support__overlay h3 {
  font-size: clamp(2rem, 2.9vw, 3.5rem);
  line-height: 1.06;
  font-weight: 400;
}

.lp-home .top-support__overlay p {
  font-size: 1.1rem;
}

.lp-home .top-support__overlay ul {
  list-style: disc;
  padding-left: 1.2em;
  display: grid;
  gap: 4px;
  margin-top: auto;
}

.lp-home .top-support__message {
  margin-top: 48px;
  text-align: center;
  color: #1e1f3b;
  font-size: clamp(1.8rem, 2.78vw, 2.5rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.lp-home .top-support__message-line {
  display: inline-block;
  padding-left: 0.42em;
}

.lp-home .top-model {
  padding: 16px 0 88px;
}

.lp-home .top-model__title {
  margin: 0 auto 40px!important;
  width: fit-content;
  min-height: 91px;
  border-radius: 999px;
  background: var(--lp-color-main);
  color: #fcfbf5;
  padding: 20px 40px;
  font-size: clamp(1.25rem, 3.1vw, 2.45rem);
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.lp-home .top-model__image {
  width: min(100%, 1050px);
  margin: 0 auto;
  display: block;
}

.lp-home .top-visual-scroll {
  overflow: hidden;
  margin: 12px 0 88px;
}

.lp-home .top-visual-scroll__track {
  width: max-content;
  display: flex;
  animation: top-visual-flow 68s linear infinite;
}

.lp-home .top-visual-scroll__track img {
  width: min(40vw, 500px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lp-home .top-news {
  padding: 0 0 88px;
}

.lp-home .top-news__en {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2c2d3a;
  font-family: 'Cormorant Garamond', serif;
}

.lp-home .top-news__en::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e1f3b;
}

.lp-home .top-news__list {
  margin-top: 24px;
}

.lp-home .top-news__item {
  border-top: 1px solid var(--lp-color-main);
  border-bottom: 1px solid var(--lp-color-main);
}

.lp-home .top-news__item + .top-news__item {
  margin-top: -1px;
}

.lp-home .top-news__item a {
  min-height: 72px;
  padding: 20px 16px;
  display: grid;
  grid-template-columns: 120px 1fr 15px;
  gap: 32px;
  align-items: center;
}

.lp-home .top-news__item time {
  font-size: 0.95rem;
}

.lp-home .top-news__item span {
  font-size: 1rem;
  line-height: 1.7;
}

.lp-home .top-news__item-arrow {
  width: 15px;
  height: 4px;
  object-fit: contain;
}

.lp-home .top-news__more {
  margin-top: 16px;
  text-align: right;
}

.lp-home .top-news__more a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
}

.lp-home .top-news__more-arrow {
  width: 46px;
  height: 20px;
  object-fit: contain;
}

a.top-news__link:hover {
    opacity: 0.75;
}


.lp-home .top-footer {
  padding: 32px 0 16px;
  background: var(--lp-color-bg);
  /* font-family: "Noto Sans JP", sans-serif; */
}

.lp-home .top-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.lp-home .top-footer__logo {
  display: inline-block;
}

.lp-home .top-footer__logo img {
  width: 230px;
  height: auto;
  display: block;
}

.lp-home p.top-footer__corp {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1e1f3b;
  margin-bottom: 10px;
}

.lp-home .top-footer__address {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.6;
  color: #1e1f3b;
}

.lp-home .top-footer__nav-wrap {
  display: grid;
  justify-items: end;
  gap: 26px;
}

.lp-home .top-footer__nav {
  display: flex;
  gap: 72px;
}

.lp-home .top-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.08em;
}

.lp-home .top-footer__nav a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #2c2d3a;
}

.lp-home .top-footer__contact-btn {
  min-width: 256px;
  min-height: 55px;
  background: #2f354a;
  color: #fcfbf5;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-top: 4px;
  color: #fcfbf5 !important;
}

.lp-home .top-footer__contact-btn img {
  width: 46px;
  height: 20px;
  object-fit: contain;
}

.lp-home .top-footer__bottom {
  margin-top: 28px;
}

.lp-home .top-footer__catch {
  display: block;
  margin-bottom: 40px;
}

.lp-home .top-footer__catch img {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
}

.lp-home .top-footer__copy {
  text-align: center;
  font-size: 0.75rem;
  color: #9999a1;
  margin-top: 8px;
}

@keyframes top-kv-fade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes top-visual-flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .lp-home {
    --lp-gutter: 16px;
  }

  .lp-home .top-header__inner {
    min-height: 76px;
    gap: 8px;
  }

  .lp-home .top-logo {
    max-width: 130px;
  }

  .lp-home .top-header__actions {
    margin-left: auto;
    gap: 8px;
  }

  .lp-home .top-header__nav {
    display: none;
  }

  .top-button {
    /* min-height: 36px; */
    /* padding: 9px 12px; */
    /* font-size: 0.62rem; */
    /* letter-spacing: 0.13em; */
  }

  .top-button--header {
    min-width: 148px;
    min-height: 36px;
    padding: 10px 10px;
    font-size: 0.62rem;
  }

  .lp-home .top-header__hamburger {
    display: inline-flex;
  }

  .top-button__arrow {
    width: 24px;
    height: 13px;
  }

  .lp-home .top-kv {
    padding: 0;
  }

  .lp-home .top-kv__media {
    aspect-ratio: auto;
    min-height: 640px;
    height: 640px;
  }

  .lp-home .top-kv__content {
    bottom: 22px;
  }

  .lp-home .top-kv__catch {
    width: min(100%, 346px);
    padding: 0 1vw;
  }

  .lp-home .top-intro {
    padding: 88px 0 80px;
  }

  .lp-home .top-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-home .top-intro__body {
    order: 1;
  }

  .lp-home .top-intro__images {
    order: 2;
  }

  .lp-home .top-intro__main {
    min-height: 280px;
    width: 60%;
    margin: 0 auto;
  }

  .lp-home .top-intro__sub {
    width: 100px;
    right: -16px;
    top: -63px;
  }

  .lp-home .top-intro__body {
    gap: 14px;
    font-size: 1rem;
    padding-top: 10px;
  }

  .lp-home .top-intro__list {
    gap: 10px;
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .lp-home .top-intro__list li {
    line-height: 1.5;
  }

  .lp-home p.top-intro__message {
    margin-top: 30px;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-top: 40px;
  }

  .lp-home .top-business {
    padding: 32px 0 48px;
    min-height: auto;
  }

  .lp-home .top-business__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-home .top-business__details {
    display: none;
  }

  .lp-home .top-business__nav {
    gap: 14px;
  }

  .lp-home .top-business__en {
    font-size: 5rem;
    line-height: 0.9;
    margin-bottom: 6px !important;
  }

  .lp-home .top-business__title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .lp-home .top-business__items {
    margin-top: 4px;
    border-top: 1px solid rgb(252 251 245 / 35%);
  }

  .lp-home .top-business__thumb {
    width: 70px;
    height: 70px;
  }

  .lp-home .top-business__item {
    padding: 10px 6px;
    gap: 14px;
    border-top: 0;
  }

  .lp-home .top-business__item .top-business__arrow {
    width: 30px;
    height: 13px;
  }

  .lp-home .top-business__text h3 {
    font-size: 1.25rem;
    margin-bottom: 3px;
    line-height: 1.35;
  }

  .lp-home .top-business__text p {
    font-size: 0.6875rem;
    line-height: 1.45;
  }

  .lp-home .top-support {
    padding: 44px 0 56px;
  }

  .lp-home .top-support__lead {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .lp-home .top-support__cards {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-home .top-support__card {
    height: 356px;
    min-height: 356px;
    max-height: 356px;
  }

  .lp-home .top-support__overlay h3 {
    font-size: 3rem;
  }

  .lp-home .top-support__overlay p {
    font-size: 0.95rem;
  }

  .lp-home .top-support__overlay ul {
    font-size: 0.875rem;
  }

  .lp-home .top-support__message {
    margin-top: 26px;
    font-size: 1.6rem;
    line-height: 1.55;
    text-align: left;
    letter-spacing: 0.03em;
  }

  .lp-home .top-support__message-line {
    padding-left: 0;
  }

  .lp-home .top-model {
    padding: 0 0 56px;
  }

  .lp-home .top-model__title {
    margin-bottom: 24px;
    min-height: 56px;
    padding: 12px 18px;
    font-size: 1.125rem;
  }

  .lp-home .top-visual-scroll {
    margin: 0 0 56px;
  }

  .lp-home .top-visual-scroll__track img {
    width: 240px;
  }

  .lp-home .top-news {
    padding: 0 0 56px;
  }

  .lp-home .top-news__item a {
    grid-template-columns: 1fr 15px;
    gap: 8px;
    align-items: start;
  }

  .lp-home .top-news__item time {
    grid-column: 1 / 2;
  }

  .lp-home .top-news__item span {
    grid-column: 1 / 2;
  }

  .lp-home .top-news__item-arrow {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
  }

  .lp-home .top-news__more {
    margin-top: 10px;
  }

  .lp-home .top-footer {
    padding-top: 0;
  }

  .lp-home .top-footer__inner {
    flex-direction: column;
    gap: 32px;
    padding: 40px  0;
  }

  .lp-home .top-footer__logo img {
    width: 210px;
  }

  .lp-home .top-footer__nav-wrap {
    justify-items: start;
    width: 100%;
    gap: 24px;
  }

  .lp-home .top-footer__nav {
    flex-direction: column;
    gap: 24px;
  }

  .lp-home .top-footer__nav ul {
    gap: 24px;
  }

  .lp-home .top-footer__contact-btn {
    width: 256px;
    min-width: 256px;
    min-height: 55px;
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 0.13em;
  }

  .lp-home .top-footer__contact-btn img {
    width: 46px;
    height: 20px;
  }

  .lp-home .top-footer__bottom {
    margin-top: 20px;
  }

  .lp-home .top-footer__catch img {
    max-width: 346px;
  }
}

/* ===============================
   Service Page：指定セクションのみ全幅化
================================ */

/* 背景を持つセクションを100vwにする */
.lp-home .top-contact {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* コンタクト枠は100% */
.lp-home .top-contact > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

