/* ===============================
   Footer Styles (Global)
   Extracted from home.css
   =============================== */

footer#footer {
    background: none;
}

.top-footer {
  padding: 32px 0 16px;
  /* background: var(--color_bg); */
  max-width: 1280px;
  width: 90vw;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.top-footer__nav a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #354665;
  transition: .3s;
}

.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;
}

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

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

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

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

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

/* Responsive */
@media (max-width: 768px) {
.top-footer {
  padding: 32px 0 16px;
  background: var(--lp-color-bg);
  /* font-family: "Noto Sans JP", sans-serif; */
}
.top-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.top-footer__logo {
  display: inline-block;
}
.top-footer__logo img {
  width: 230px;
  height: auto;
  display: block;
}
.top-footer__address {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.6;
  color: #1e1f3b;
}
.top-footer__nav-wrap {
  display: grid;
  justify-items: end;
  gap: 26px;
}
.top-footer__nav {
  display: flex;
  gap: 72px;
}
.top-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.08em;
}
.top-footer__nav a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #2c2d3a;
}
.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;
}
.top-footer__contact-btn img {
  width: 46px;
  height: 20px;
  object-fit: contain;
}
.top-footer__bottom {
  margin-top: 28px;
}
.top-footer__catch {
  display: block;
  margin-bottom: 40px;
}
.top-footer__catch img {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
}
.top-footer__copy {
  text-align: center;
  font-size: 0.75rem;
  color: #9999a1;
  margin-top: 8px;
}
.top-footer {
    padding-top: 0;
  }
.top-footer__inner {
    flex-direction: column;
    gap: 32px;
    padding: 40px  0;
  }
.top-footer__logo img {
    width: 250px;
  }
.top-footer__nav-wrap {
    justify-items: start;
    width: 100%;
    gap: 24px;
  }
.top-footer__nav {
    flex-direction: column;
    gap: 24px;
  }
.top-footer__nav ul {
    gap: 24px;
  }
.top-footer__contact-btn {
    width: 256px;
    min-width: 256px;
    min-height: 55px;
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 0.13em;
  }
.top-footer__contact-btn img {
    width: 46px;
    height: 20px;
  }
.top-footer__bottom {
    margin-top: 20px;
  }
.top-footer__catch img {
    max-width: 346px;
  }
}
