footer {
  width: 100%;
  background: #EFF1F0;
}
footer .floatingBnr__wrap {
  position: fixed;
  top: 101px;
  right: 9px;
  z-index: 1001;
}
footer .floatingBnr__wrap a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
footer .spFloatingBnr__wrap {
  display: none;
}
footer .footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 10px;
}
footer .footer__inner .footerLogo__wrap a {
  display: block;
  max-width: 240px;
  margin: 0 auto 27px;
}
footer .footer__inner .recruitLink__wrap {
  display: grid;
  place-items: center;
  margin-bottom: 70px;
}
footer .footer__inner .recruitLink__wrap .recruitLink__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
footer .footer__inner .recruitLink__wrap .recruitLink__content {
  font-size: 14px;
  display: flex;
  gap: 43px;
}
footer .footer__inner small {
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  footer .floatingBnr__wrap {
    display: none;
  }
  footer .spFloatingBnr__wrap {
    width: 100%;
    display: block;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1001;
  }
  footer .spFloatingBnr__wrap.hidden {
    opacity: 0;
    visibility: hidden;
  }
  footer .spFloatingBnr__wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr minmax(auto, 40px);
  }
  footer .spFloatingBnr__wrap ul li a {
    font-size: clamp(0.875rem, 0.637rem + 1.02vw, 1.125rem);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 10px;
    text-align: center;
  }
  footer .spFloatingBnr__wrap ul .spFloatingRecruit__item a {
    color: #fff;
    background: #5E5E5E;
  }
  footer .spFloatingBnr__wrap ul .spFloatingContact__item a {
    color: #fff;
    background: #7DBA8C;
  }
  footer .spFloatingBnr__wrap ul .spFloatingInspection__item a {
    background: #fff;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
  }
  footer .spFloatingBnr__wrap ul .spFloatingTop__item a {
    border-top: 1px solid #D9D9D9;
    background: #fff;
  }
  footer .spFloatingBnr__wrap ul .spFloatingTop__item a picture {
    rotate: 180deg;
  }
  footer .footer__inner {
    max-width: unset;
  }
  footer .footer__inner .recruitLink__wrap .recruitLink__title {
    margin-bottom: 20px;
  }
  footer .footer__inner .recruitLink__wrap .recruitLink__content {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  footer .footer__inner small {
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
  }
}/*# sourceMappingURL=footer.css.map */