/* ================================ */
/* Footer                          */
/* ================================ */
.lp-footer {
  background: #B2BCAC;
  padding: 2.5em 1.2em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.6;
  color: #433D3C;
  margin-top: -0.5rem;
}

.footer-inner {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

/* キャッチコピー */
.footer-catch {
  font-weight: 600;
  margin-bottom: 0.6em;
}

/* ナビ */
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  flex-wrap: wrap;
}

.footer-nav a,
.footer-legal a {
  color: #007B43;
  text-decoration: none;
  font-weight: 600;
}

.footer-nav a:hover,
.footer-legal a:hover {
  text-decoration: underline;
}

/* 法務リンク */
.footer-legal {
  margin-top: 0.4em;
  font-size: 0.85em;
}

.footer-legal .sep {
  margin: 0 0.4em;
  color: #555;
}

/* 著作権 */
.copy {
  margin-top: 0.8em;
  color: #333;
}

/* ===================== */
/* Mobile Optimize */
/* ===================== */
@media(max-width: 768px) {
  .footer-nav {
    gap: 0.6em;
  }
}
