/* フッター完全一致 - 会社概要ページと同じ */
body > footer.footer,
body > footer.footer * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  direction: ltr !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body > footer.footer {
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 5rem 0 2rem !important;
  width: 100% !important;
  display: block !important;
}

body > footer.footer .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

body > footer.footer .footer-content {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  gap: 3rem !important;
  margin-bottom: 3rem !important;
  align-items: start !important;
}

body > footer.footer .footer-main {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

body > footer.footer .footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.25rem !important;
}

body > footer.footer .footer-logo img {
  height: 80px !important;
  width: auto !important;
  display: block !important;
}

body > footer.footer .footer-logo span {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

body > footer.footer .footer-logo p {
  color: rgba(255,255,255,0.7) !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
}

body > footer.footer .footer-stats {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  margin-top: 0.5rem !important;
}

body > footer.footer .footer-stats span {
  color: #1f4db8 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  position: relative !important;
  padding-left: 1rem !important;
}

body > footer.footer .footer-stats span::before {
  content: '◆' !important;
  position: absolute !important;
  left: 0 !important;
  color: #1f4db8 !important;
}

body > footer.footer .footer-contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

body > footer.footer .contact-item {
  display: block !important;
}

body > footer.footer .contact-item h4 {
  font-size: 1rem !important;
  margin-bottom: 0.5rem !important;
  color: rgba(255,255,255,0.85) !important;
  font-weight: 600 !important;
}

body > footer.footer .contact-item p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

body > footer.footer .phone-large {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #1f4db8 !important;
  font-family: 'Inter', sans-serif !important;
}

body > footer.footer .btn-line {
  background: linear-gradient(135deg, #00b900 0%, #00a000 100%) !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 0.5rem !important;
}

body > footer.footer .footer-nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
}

body > footer.footer .footer-section {
  display: block !important;
}

body > footer.footer .footer-section h4 {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
  color: rgba(255,255,255,0.85) !important;
  font-weight: 600 !important;
}

body > footer.footer .footer-section ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body > footer.footer .footer-section li {
  margin-bottom: 0.5rem !important;
}

body > footer.footer .footer-section a {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  font-size: 0.875rem !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

body > footer.footer .footer-section a:hover {
  color: #1f4db8 !important;
}

body > footer.footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  margin-top: 3rem !important;
  padding-top: 1.5rem !important;
}

body > footer.footer .footer-bottom-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

body > footer.footer .footer-bottom-content p {
  margin: 0 !important;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.875rem !important;
}

body > footer.footer .footer-certifications {
  display: flex !important;
  gap: 1rem !important;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.875rem !important;
}

body > footer.footer .footer-certifications span {
  padding-left: 0 !important;
}

body > footer.footer .footer-certifications span::before {
  display: none !important;
}

@media (max-width: 1023px) {
  body > footer.footer .footer-content {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  body > footer.footer .footer-content {
    grid-template-columns: 1fr !important;
  }
  
  body > footer.footer .footer-nav {
    grid-template-columns: 1fr !important;
  }
}
