.footer .container {
  background: var(--color005);
  border-radius: 20px;
  padding: 20px 34px;
}
.footer .sitemap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 650px) {
  .footer .sitemap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.footer .sitemap .logo {
  margin-bottom: 30px;
  width: 188px;
}
.footer .sitemap .logo .t14 {
  font-weight: 400;
  line-height: 140%;
  color: var(--color002);
  text-align: center;
}
.footer .sitemap .list .link {
  width: 100%;
  gap: 12px;
  column-gap: 52px;
}
@media only screen and (max-width: 910px) {
  .footer .sitemap .list .link {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.footer .sitemap .list .link .t14 {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color000);
  width: min-content;
  text-wrap: nowrap;
}
@media only screen and (max-width: 650px) {
  .footer .sitemap .list .link {
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  .footer .sitemap .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer .sitemap .list .contact {
  align-items: flex-end;
}
.footer .sitemap .list .contact * {
  color: var(--color000);
}
@media only screen and (max-width: 650px) {
  .footer .sitemap .list .contact {
    align-items: center;
    gap: 8px;
  }
}
.footer .sitemap .list .contact .tel {
  gap: 10px;
}
.footer .sitemap .list .contact .tel span {
  font-weight: 800;
  font-size: clamp(16px, 1vw + 9px, 26px);
  text-wrap: nowrap;
  line-height: 150%;
  color: var(--color000);
}
@media only screen and (max-width: 650px) {
  .footer .sitemap .list .contact .tel svg {
    width: 25px;
    height: 25px;
  }
}
.footer .sitemap .list .contact .tg {
  font-weight: 400;
  line-height: 130%;
  text-align: right;
  gap: 8px;
}
.footer .signature {
  border-top: 1px solid rgba(255, 255, 255, 0.4117647059);
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 580px) {
  .footer .signature {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .signature .t14 {
  font-weight: 400;
  line-height: 110%;
  color: var(--color000);
  opacity: 0.5;
}/*# sourceMappingURL=style 4.css.map */