@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .palt {
    letter-spacing: 0.03em;
  }
}

.footer,
.footer * {
  box-sizing: border-box;
}

.footer img {
  display: block;
  width: 100%;
}

.footer a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #111111;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer a:hover {
  opacity: 0.8;
}

.footer .box-group-sdgs a {
  transition: none;
}
.footer .box-group-sdgs a:hover {
  opacity: 1;
}

.footer {
  background-color: #eaecf3;
  padding: 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 5%;
  }
}
.footer .inner {
  max-width: 128rem;
  width: 95%;
  padding-top: 6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer .inner {
    padding-top: 4rem;
    width: 100%;
  }
}
.footer .footer-main {
  display: flex;
  justify-content: space-between;
  gap: 4rem 8rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .footer .footer-main {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.footer .footer-main .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
}
@media (max-width: 767px) {
  .footer .footer-main .footer-logo__site {
    display: none;
  }
}
.footer .footer-main .footer-logo__site img {
  max-width: 30rem;
}
.footer .footer-main .footer-logo__other {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  border-radius: 0.8rem;
  padding: 1rem 3rem 1rem;
}
@media (max-width: 767px) {
  .footer .footer-main .footer-logo__other {
    gap: 1.5rem;
    padding: 1rem 2rem 1rem;
  }
}
.footer .footer-main .footer-logo__other img {
  height: auto;
}
.footer .footer-main .footer-logo__other img.logos {
  max-width: 17.1rem;
  margin-bottom: 1rem;
}
.footer .footer-main .footer-logo__other img.iacc {
  max-width: 13.6rem;
}
.footer .footer-main .footer-logo__other img.noharm {
  max-width: 7.6rem;
}
.footer .footer-main .footer-logo__other img.jcma {
  max-width: 11rem;
}
@media (max-width: 767px) {
  .footer .footer-main .footer-logo__other a {
    flex-shrink: 0;
  }
  .footer .footer-main .footer-logo__other a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer .footer-main .footer-logo__other a:nth-child(1) {
    width: calc((100% - 4.5rem) * 124 / 388);
    max-width: 12.4rem;
  }
  .footer .footer-main .footer-logo__other a:nth-child(2) {
    width: calc((100% - 4.5rem) * 99 / 388);
    max-width: 9.9rem;
  }
  .footer .footer-main .footer-logo__other a:nth-child(3) {
    width: calc((100% - 4.5rem) * 55 / 388);
    max-width: 5.5rem;
  }
  .footer .footer-main .footer-logo__other a:nth-child(4) {
    width: calc((100% - 4.5rem) * 110 / 388);
    max-width: 11rem;
  }
}
.footer .footer-main__nav {
  display: flex;
  gap: 3rem 10rem;
  margin-right: 4.5rem;
}
@media (max-width: 767px) {
  .footer .footer-main__nav {
    display: none;
  }
}
.footer .footer-main__nav .nav-box__item {
  display: flex;
  flex-direction: column;
}
.footer .footer-main__nav .nav-box__item:not(:last-child) {
  margin-bottom: 3rem;
}
.footer .footer-main__nav .nav-box__item .en {
  font-size: 2.4rem;
  color: #8a8e9b;
  font-weight: 200;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2rem;
}
.footer .footer-main__nav .nav-box__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-main__nav .nav-box__item a {
    letter-spacing: 0.03em;
  }
}
.footer .footer-main__nav .nav-box__item a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.15rem solid #8a8e9b;
  border-right: 0.15rem solid #8a8e9b;
  transform: rotate(45deg);
  flex-shrink: 0;
  box-sizing: border-box;
}
.footer .footer-main__nav .nav-box__item a:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer .footer-bottom {
  border-top: 0.1rem solid #d7dbeb;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding: 0 0 2rem;
    border-top: none;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
  }
}
.footer .footer-bottom__nav {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media (max-width: 767px) {
  .footer .footer-bottom__nav {
    flex-wrap: wrap;
    gap: 1.5rem 1.2rem;
  }
}
.footer .footer-bottom__nav .nav_item {
  width: auto;
}
@media (max-width: 767px) {
  .footer .footer-bottom__nav .nav_item {
    width: 100%;
  }
}
.footer .footer-bottom__nav a {
  font-size: 1.3rem;
  line-height: 1;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-bottom__nav a {
    font-size: 1.4rem;
    width: 100%;
  }
}
.footer .footer-bottom__nav a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid #8a8e9b;
  border-right: 0.1rem solid #8a8e9b;
  transform: rotate(45deg);
  flex-shrink: 0;
  box-sizing: border-box;
}
.footer .footer-bottom .copyright {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .footer .footer-bottom .copyright {
    text-align: center;
    line-height: 1.3;
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=footer.css.map */