/* =====================
 MOTHERSHIP FOOTER
====================== */

body.page-id-4145 .mother-footer {
  background: #0aa0cf;
  color: #fff;
  padding: 32px 24px 24px; /* CTAとの距離をさらに詰める */
}

body.page-id-4145 .mother-footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

body.page-id-4145 .mother-footer-center {
  text-align: center;
  margin-bottom: 48px;
}

body.page-id-4145 .mother-footer-logo {
  width: 220px;
  height: auto;
  margin: 0 auto 8px;
  display: block;
}

body.page-id-4145 .mother-footer-domain {
  font-size: 13px;
  opacity: .9;
}

body.page-id-4145 .mother-footer-cols {
  display: flex;
  justify-content: center; /* PC：2カラム全体を中央寄りに */
  gap: 160px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

body.page-id-4145 .mother-footer-left,
body.page-id-4145 .mother-footer-right {
  flex: 0 0 auto;
  max-width: 340px;
}

body.page-id-4145 .mother-footer-left {
  text-align: left;
}

body.page-id-4145 .mother-footer-right {
  text-align: left;
}

body.page-id-4145 .mother-footer-lead {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  font-weight: 700;
}

body.page-id-4145 .mother-footer-company {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

body.page-id-4145 .mother-footer-company-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

body.page-id-4145 .mother-footer-company-link:hover {
  text-decoration: underline;
}

body.page-id-4145 .mother-footer-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.35);
  text-align: center;
  font-size: 12px;
}

body.page-id-4145 .mother-footer-bottom a {
  color: #fff;
  text-decoration: none;
  opacity: .85;
  margin-right: 8px;
}

body.page-id-4145 .mother-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body.page-id-4145 .mother-footer-center {
    margin-bottom: 32px;
  }

  body.page-id-4145 .mother-footer-logo {
    width: 200px;
  }

  body.page-id-4145 .mother-footer-cols {
    flex-direction: column;
    gap: 24px;
    text-align: left;
    max-width: 360px;   /* 左揃えのまま中央寄りに */
    margin-left: auto;
    margin-right: auto;
  }

  body.page-id-4145 .mother-footer-left,
  body.page-id-4145 .mother-footer-right {
    max-width: none;
  }
}

