.l-footer {
  padding: 100px 0 90px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 50px 0;
  }
}
.l-footer__branding {
  margin-bottom: 100px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__branding {
    margin-bottom: 35px;
  }
  .l-footer__branding img {
    width: 191px;
    height: auto;
  }
}

.l-footer-nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  width: 670px;
  max-width: 100%;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav .menu {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .menu > li {
    width: 100%;
  }
}
.l-footer-nav .menu > li > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.87;
}

.l-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer-info {
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
  }
}
.l-footer-info__left, .l-footer-info__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer-info__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.l-footer-info__copylight i {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  font-style: normal;
}