footer {
  background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/footer_bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  footer {
    background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/footer_bg-sp.svg");
  }
}

footer a:hover {
  color: #88D2DF;
}

.footer__inner {
  padding: 8rem 12rem 4rem 12rem;
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 4rem 2rem;
  }
}

.footer__inner--up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .footer__inner--up {
    flex-direction: column-reverse;
  }
}

.footer__nav nav .footer__nav--inner {
  display: flex;
  gap: 8rem;
}
@media (max-width: 768px) {
  .footer__nav nav .footer__nav--inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 2rem;
  }
}

.footer__nav-item {
  margin-bottom: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer__nav-item {
    margin-bottom: 2rem;
  }
}

.footer__nav-item:nth-of-type(2) a.footer__nav-link:hover,
.footer__nav-item:nth-of-type(4) a.footer__nav-link:hover,
.footer__nav-item:nth-of-type(5) a.footer__nav-link:hover {
  opacity: 1;
  color: #FFFFFF;
}

.footer__nav-link--sub {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  margin-top: 2rem;
  gap: 1.5rem;
  line-height: 1;
}

.footer__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .footer__contents {
    padding: 0 2rem;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__bottom p {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.footer__contents--sns a {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  width: 18rem;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none;
}

.footer__contents--sns {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.footer__contents--sns a:first-child {
  border-top: 1px solid #FFFFFF;
}

.footer__bottom p {
  font-size: 1.4rem;
}/*# sourceMappingURL=footer.css.map */