.adlp-footer {
  background-color: #174A45;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(175 / 1080 * 100vw), 175px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    gap: calc(40 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) 0 calc(240 / 750 * 100vw);
  }
}

.adlp-footer__box {
  background-color: #fff;
  width: min(calc(560 / 1080 * 100vw), 560px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__box {
    width: calc(580 / 750 * 100vw);
  }
}
.adlp-footer__box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__box-inner {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(40 / 750 * 100vw) calc(38 / 750 * 100vw);
  }
}
.adlp-footer__box-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #222222;
  text-align: right;
  order: 1;
}
@media screen and (max-width: 767px) {
  .adlp-footer__box-text {
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
    order: 2;
  }
  .adlp-footer__box-text p {
    letter-spacing: 0.08em;
  }
}
.adlp-footer__box-badge {
  width: min(calc(147 / 1080 * 100vw), 147px);
  order: 2;
}
@media screen and (max-width: 767px) {
  .adlp-footer__box-badge {
    width: calc(286 / 750 * 100vw);
    order: 1;
  }
}

.adlp-footer__nav {
  display: flex;
  align-items: center;
  gap: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__nav {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
}

.adlp-footer__nav-link {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__nav-link {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.adlp-footer__copyright {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  width: min(calc(525 / 1080 * 100vw), 525px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    font-size: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
/*# sourceMappingURL=lp.css.map */
