#footer {
  margin: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  #footer {
    margin: 6rem 0 0;
  }
}
#footer .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .content-wrapper {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#footer .content-wrapper a.content-item {
  display: flex;
  align-items: center;
  width: 48%;
  height: 15rem;
  padding: 3.5rem;
  position: relative;
  box-shadow: 1rem 1rem 1rem 0 rgba(2, 2, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #footer .content-wrapper a.content-item {
    width: 100%;
    height: 11rem;
    padding: 2rem;
  }
}
#footer .content-wrapper a.content-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .content-wrapper a.content-item.web-application-wrapper {
  background-image: url(../img/common/web_application.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2rem 0 2rem 0;
}
#footer .content-wrapper a.content-item.web-application-wrapper::before {
  background-image: url(../img/common/footer_arrow_green.svg);
}
#footer .content-wrapper a.content-item.contact-wrapper {
  background-image: url(../img/common/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2rem 0 2rem 0;
}
#footer .content-wrapper a.content-item.contact-wrapper::before {
  background-image: url(../img/common/footer_arrow_orange.svg);
}
#footer .content-wrapper a.content-item h2,
#footer .content-wrapper a.content-item p {
  color: var(--color-white);
}
#footer .cooperation-wrapper {
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  #footer .cooperation-wrapper {
    margin: 3rem auto 0;
  }
}
#footer .cooperation-wrapper p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .cooperation-wrapper p {
    font-size: 1rem;
  }
}
#footer .bottom-wrapper {
  background-color: var(--color-border-gray);
  text-align: center;
  padding: 4rem 0 0.5rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #footer .bottom-wrapper {
    padding: 4rem 0 7rem;
  }
}
#footer .bottom-wrapper p,
#footer .bottom-wrapper a {
  color: var(--color-white);
}
#footer .bottom-wrapper .logo-wrapper {
  text-align: center;
}
#footer .bottom-wrapper .logo-wrapper img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #footer .bottom-wrapper .logo-wrapper img {
    width: 100%;
    max-width: 35rem;
  }
}
#footer .bottom-wrapper .logo-wrapper p {
  font-weight: 500;
}
#footer .bottom-wrapper .address-wrapper {
  margin: 2rem 0 0;
}
#footer .bottom-wrapper .address-wrapper p {
  font-size: 1.2rem;
  line-height: 1.6;
}
#footer .bottom-wrapper .address-wrapper .tel {
  font-size: 2rem;
}
#footer .bottom-wrapper ul {
  margin: 2rem 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  #footer .bottom-wrapper ul {
    max-width: 30rem;
    margin: 2rem auto 0;
  }
}
#footer .bottom-wrapper ul li {
  margin: 0 1rem 0 0;
  padding: 0 1rem 0 0;
  border-right: 1px solid var(--color-white);
}
#footer .bottom-wrapper ul li:first-child {
  padding: 0 1rem 0 1rem;
  border-left: 1px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  #footer .bottom-wrapper ul li:nth-child(4) {
    padding: 0 1rem 0 1rem;
    border-left: 1px solid var(--color-white);
  }
}
#footer .bottom-wrapper ul li a {
  font-size: 1.2rem;
}
#footer .bottom-wrapper .copyright {
  margin: 2rem 0 0;
  font-size: 1rem;
}/*# sourceMappingURL=footer.css.map */