@charset "utf-8";
#footer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#footer .footer_inner {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

#footer .footer_link {
  padding: 40px 0 20px;
  border-bottom: 1px solid #000000;
}

#footer .footer_link ul li {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  text-align: left;
}

#footer .footer_link ul li a {
  font-size: 0.85em;
}

#footer .company {
  padding: 40px 0;
}

#footer .company p {
  line-height: 1.7;
  font-size: 0.85rem;
}

#footer .footer_logo {
  width: 150px;
  position: absolute;
  bottom: 45px;
  right: 194px;
  filter: invert(18%) sepia(66%) saturate(2144%) hue-rotate(206deg) brightness(104%) contrast(101%);
}

@media all and (max-width: 1024px) {
  #footer {
    padding-bottom: 80px;
  }

  #footer .footer_inner {
    max-width: 90%;
  }

  #footer .footer_link ul li {
    letter-spacing: -1px;
  }

  #footer .company p {
    letter-spacing: -1px;
  }

  #footer .footer_logo {
    bottom: 47px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  }

  #footer .footer_logo img {
    width: 100%;
  }
}