.footer-contact {
  padding: 7rem 0;
  background-image: url("../images/footer-contact.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.footer-contact .footer-contact--inner {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer-contact .footer-contact--inner {
    flex-direction: column;
  }
}
.footer-contact .footer-contact--inner .element__01 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 480px) {
  .footer-contact .footer-contact--inner .element__01 {
    align-items: center;
    text-align: center;
  }
}
.footer-contact .footer-contact--inner .element__01 .section-title {
  margin: initial;
}
.footer-contact .footer-contact--inner .element__01 .section-title .section-title__en {
  color: #fff;
}
.footer-contact .footer-contact--inner .element__01 .section-title .section-title__ja {
  color: #fff;
  margin-bottom: 0;
}
.footer-contact .footer-contact--inner .element__01 p {
  color: #fff;
}
.footer-contact .footer-contact--inner .element__01 .tel-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.footer-contact .footer-contact--inner .element__01 .tel-number .tel-number__text {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-contact .footer-contact--inner .element__01 .tel-number .tel-number__text img {
  width: 30px;
}
.footer-contact .footer-contact--inner .element__01 .tel-number .tel-number__text .fs28 {
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.footer-contact .footer-contact--inner .element__01 .tel-number .fs12 {
  font-weight: 700;
  color: #fff;
}
.footer-contact .footer-contact--inner .element__02 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-contact .footer-contact--inner .element__02 .__line {
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 2px solid #fff;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 480px) {
  .footer-contact .footer-contact--inner .element__02 .__line {
    width: 80%;
    margin: 0 auto;
  }
}
.footer-contact .footer-contact--inner .element__02 .__line:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}
.footer-contact .footer-contact--inner .element__02 .__line img {
  width: 35px;
}
.footer-contact .footer-contact--inner .element__02 .__line .fs12 {
  color: #fff;
}
@media (max-width: 480px) {
  .footer-contact .footer-contact--inner .element__02 .common-button02__wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

footer {
  background: #DCD3CC;
  padding: 1.25rem 0 4rem;
  position: relative;
  z-index: 2;
}
footer .footer__block {
  padding: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer__block {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer__block {
    display: block;
    text-align: center;
  }
}
footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-nav {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 480px) {
  footer .footer-nav {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
footer .footer-nav-item {
  margin: 0 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer-nav-item {
    width: 33.3333333333%;
    margin: 0 auto;
  }
  footer .footer-nav-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  footer .footer-nav-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
footer .footer__element01 img {
  width: 100%;
  max-width: 235px;
}
footer address {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
}

footer .footer-nav-item a .footer-nav-item--main-title,
footer .footer-nav-item a .footer-nav-item--sub-title {
  text-align: left;
  transition: 0.5s;
}
@media (max-width: 768px) {
  footer .footer-nav-item a .footer-nav-item--main-title,
  footer .footer-nav-item a .footer-nav-item--sub-title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .footer-nav-item a .footer-nav-item--main-title,
  footer .footer-nav-item a .footer-nav-item--sub-title {
    line-height: 1.4;
  }
}
footer .footer-nav-item a .footer-nav-item--sub-title {
  font-size: 8px;
}

@media (max-width: 480px) {
  footer .footer-nav-item a .footer-nav-item--sub-title {
    font-weight: 400;
  }
}
footer .footer-nav-item a:hover .footer-nav-item--main-title,
footer .footer-nav-item a:hover .footer-nav-item--sub-title {
  color: #7f9066;
}

footer .footer__copyright {
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  footer .footer__copyright {
    width: 100%;
    bottom: 15%;
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */