/* Footer */
.footer {
  background: white;
  padding: 40px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-custom {
  background-image: url("../images/bg-footer-1.svg");
  background-size: cover;
  font-family: "Raleway !important";
}

.footer-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0px 150px;
  background: white;
  display: flex;
  justify-content: space-between;
}

.address-list {
  list-style: none;
  margin: 40px 0;
  font-size: 14px;
  color: #313a3b;
}

.address-list div {
  margin-bottom: 10px;
}

.footer-email a {
  color: #313a3b;
  font-size: 14px;
}

.navigation {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.navigation a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.navigation .dot {
  width: 6px;
  height: 6px;
  background: #00d488;
  border-radius: 50%;
  margin-right: 8px;
}

/* SP Styles */
.footer-logo-sp {
  height: 40px;
}

.company-info-sp {
  padding: 40px 20px;
  background: #fff;
}

.company-logo-sp {
  text-align: start;
  margin-bottom: 40px;
}

.company-logo-sp .logo-slash {
  color: #0fe47e;
  font-size: 24px;
  margin-right: 8px;
}

.company-logo-sp .logo-text {
  font-size: 24px;
  font-weight: bold;
}

.company-details-sp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.address-item {
  text-align: start;
}

.address-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.address-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.contact-info-sp {
  text-align: start;
  margin: 24px 0;
}

.contact-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.copyright-sp {
  text-align: start;
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .footer-custom.pc {
    display: none;
  }

  .footer-custom.sp {
    display: block;
  }
}

@media (min-width: 769px) {
  .footer-custom.sp {
    display: none;
  }
}
