footer {
  margin-top: 100px;
}
footer .footer-top {
  width: 74%;
  margin: 0 auto;
}
footer .footer-left .footer-logo.logo {
  width: 425px;
  margin-bottom: 40px;
}
footer .footer-left .footer-logo.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-left p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
footer .footer-right {
  justify-content: flex-end;
  gap: 0px 17px;
}
footer .footer-right p.link {
  border: 2px solid #585757;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
footer .footer-right p.link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  font-size: 20px;
  font-weight: 700;
  color: #585757;
}
footer .footer-right p.link a::before {
  content: "";
  display: inline-block;
}
footer .footer-right p.link.tel {
  width: 283px;
  height: 76px;
}
footer .footer-right p.link.tel a::before {
  content: "";
  background: url(../img/footer_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 35px;
  height: 45px;
}
footer .footer-right p.link.mail {
  width: 222px;
  height: 76px;
}
footer .footer-right p.link.mail a::before {
  content: "";
  background: url(../img/footer_icon02.svg) center no-repeat;
  background-size: 100%;
  width: 43px;
  height: 43px;
}
footer .footer-menu.item {
  margin-top: 63px;
  background: #d9613d;
  justify-content: center;
  height: 121px;
}
footer .footer-menu.item .footer-menus {
  width: 100%;
}
footer .footer-menu.item .footer-menus ul.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 85px;
}
footer .footer-menu.item .footer-menus ul.footer-list li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
footer .footer-bot {
  justify-content: center;
}
footer .footer-bot p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.5em;
}

@media screen and (max-width: 900px) {
  footer .footer-top {
    width: 70%;
    margin: 0 auto;
  }
  footer .footer-left.item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    margin-top: 40px;

    flex-wrap: wrap;
  }
  footer .footer-menu.item .footer-menus ul.footer-list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  footer {
    margin-top: 40px;
  }
  footer .footer-top {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer-left .footer-logo.logo {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .footer-left p {
    font-size: 16px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer-right {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-right p.link a {
    font-size: 14px;
    gap: 15px;
  }
  footer .footer-right p.link.tel {
    width: 166px;
    height: 36px;
  }
  footer .footer-right p.link.tel a::before {
    width: 22px;
    height: 28px;
  }
  footer .footer-right p.link.mail {
    width: 116px;
    height: 36px;
  }
  footer .footer-right p.link.mail a::before {
    width: 23px;
    height: 23px;
  }
  footer .footer-menu.item {
    margin-top: 45px;
    height: initial;
    padding: 30px 20px;
  }
  footer .footer-menu.item .footer-menus ul.footer-list {
    gap: 15px 20px;
  }
  footer .footer-menu.item .footer-menus ul.footer-list li a {
    font-size: 16px;
  }
  footer .footer-bot p {
    font-size: 12px;
    line-height: 38px;
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */