@media (min-width: 1030px) {
  html footer.l-footer * {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  html footer.l-footer * {
    font-size: 1.4558689718vw;
  }
}
@media (max-width: 767px) {
  html footer.l-footer * {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html footer.l-footer * {
    font-size: 4.2666666667vw;
  }
}

body footer * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

footer.l-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer.l-footer a:hover {
  text-decoration: none;
}

html footer.l-footer {
  letter-spacing: 0.02em;
  color: #272727;
}

.l-footer--bg-gray {
  background-color: #fbfbfb;
}

.l-footer__inner {
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 40px 10px 20px;
  }
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company-info {
    position: relative;
    left: 0.3125rem;
  }
}

.l-footer__logo {
  width: 192px;
}
.l-footer__logo a {
  display: block;
  padding: 10px 10px 10px 0;
}
.l-footer__logo a img {
  aspect-ratio: 182.18/31.33;
  width: 100%;
  height: 100%;
}

.l-footer__address {
  font-size: 14px;
  font-weight: 400;
}

html footer.l-footer .l-footer__address * {
  font-size: 14px;
}

@media (max-width: 1099px) {
  html footer.l-footer .l-footer__address * {
    font-size: 1.4558689718vw;
  }
}

@media screen and (max-width: 767px) {
  html footer.l-footer .l-footer__address * {
    font-size: 14px;
  }
}

html footer.l-footer .l-footer__tel {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1099px) {
  html footer.l-footer .l-footer__tel {
    font-size: 1.4558689718vw;
  }
}

@media screen and (max-width: 767px) {
  html footer.l-footer .l-footer__tel {
    font-size: 14px;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-footer__link {
  display: inline-block;
  font-weight: 700;
  padding: 10px;
  position: relative;
  color: #272727 !important;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    padding: 0.3125rem;
  }
}
.l-footer__link::after {
  content: "";
  width: calc(100% - 0.625rem);
  height: 2px;
  background-color: #ff8400;
  position: absolute;
  left: 5px;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-footer__link:hover {
  opacity: 1;
}
.l-footer__link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer__contact {
  margin-top: 30px;
}

html footer.l-footer .l-footer__copyright {
  background-color: #ff8400;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px;
}

html footer.l-footer .l-footer__copyright * {
  font-size: 12px;
  font-weight: 700;
}

.l-footer__copyright p {
  color: #fff;
}
