footer {position: relative; z-index: 1; padding-top: 48px; margin-top: auto;
  .footer-logo1 {fill: #54c2f0;}
  .footer-logo2 {fill: #00469b;}
  .footer-logo1, .footer-logo2 {stroke-width: 0px;}

  #logo-footer {width: 90px; height: 80px; display: block;}
}
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;

  img {width: 100%; height: 100%; object-fit: cover; object-position: center -50px;}
}

.foot-top {padding-bottom: 32px;}
.foot-brand__inner {margin-bottom: 30px;}
.foot-name {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin: 30px 0 13px;
  letter-spacing: .02em;
  line-height: 1;
}
.foot-brand p {
  font-size: 12px;
  line-height: 1.9;
  color: #fff;
  max-width: 34ch;
}
.foot-brand .addr {font-size: 14px; color: #fff;}
.foot-nav {display: flex; gap: 32px;}
.foot-col {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-col a {
  display: block;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.foot-col a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}
.foot-bottom {background-color: #000002; padding: 12px 24px;}
.foot-bottom .cp {font-size: 12px; line-height: 1.4; color: #e9e9e9; text-align: center;}

.cta-band {
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.cta-sTit {
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.cta-sTit::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--cyan);
  display: inline-block;
}
.cta-band h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.55;
  color: #fff;
  letter-spacing: .02em;
  margin-top: 16px;
}
.cta-q {
  margin-top: 26px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.cta-q b {font-weight: 700;}
.cta-r .tel {
  font-weight: 700;
  font-size: clamp(2rem, 3.9vw, 56px);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .01em;
}
.cta-r .telnote {font-size: 16px; color: #fff; margin: 5px 0 30px; line-height: 1.2;}
.cta-r .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px;
  border-radius: 999px;
  background: linear-gradient(120deg, #2f7fd0, #57c2ef);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  letter-spacing: .04em;
  box-shadow: 0 18px 40px -16px rgba(47, 127, 208, .8);
  transition: .4s var(--ease);
  border: 0;
}
.cta-r .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 52px -18px rgba(47, 127, 208, .9);
}

@media only screen and (min-width: 768.999px) {
  footer {padding-top: 96px;
    #logo-footer {width: 140px; height: 132px; margin: 0 auto;}
  }
  .foot-top {
    display: flex;
    gap: 50px;
    padding-bottom: 80px;
  }
  .footer-overlay img {object-fit: fill; object-position: center top;}

  .foot-brand {flex: 45%}
  .foot-brand__inner {width: fit-content; margin-bottom: 0;}
  .foot-name {margin: 40px 0 17px;}
  .foot-nav {flex: 55%; gap: 80px;}
  .foot-col {border-left: solid 1px #fff; padding-left: 30px;}
  .foot-bottom {padding-top: 15px; padding-bottom: 15px;}

  .cta-band {margin-bottom: 154px;}
  .cta-inner {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
  }
  .cta-q {font-size: 20px; line-height: 2.35; margin-bottom: 0;}
  .cta-r {margin-bottom: 60px; margin-right: 60px;}
  .cta-r .telnote {font-size: 20px; margin: 10px 0 40px;}
  .cta-r .cta-btn {max-width: 363px; font-size: 22px; padding: 20px 46px;}
}

@media only screen and (max-width: 768px) {
  .container-lg {padding-left: 24px; padding-right: 24px;}
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
}

@media screen and (max-width: 374.999px) {
  .cta-band h2 {font-size: clamp(24px, 3.6vw, 56px);}
}