footer {
  background-color: #333333;
}
footer .footer_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer_logo {
  width: 100%;
  max-width: 210px;
  margin-bottom: 40px;
}
footer .footer_menu {
  margin-bottom: 190px;
  display: flex;
  flex-flow: row wrap;
}
footer .footer_menu a {
  font-size: 20px;
  font-weight: 600;
  font-family: "font-grotesk-bold";
  color: #fff;
  position: relative;
  margin-right: 40px;
}
footer .footer_menu a:not(:last-child):after {
  content: "";
  display: block;
  background-image: url(../img/footer/slash.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_address {
  margin-bottom: 20px;
}
footer .footer_address p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
footer .footer_bottom_text p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
footer .securities {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
footer .securities img {
  width: 100%;
  max-width: 110px;
  margin-right: 20px;
}
footer .footer_right {
  flex: 0 0 470px;
}
footer .footer_banner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
footer .footer_banner a {
  width: 100%;
  max-width: 470px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
footer .footer_banner a:after {
  content: "";
  display: block;
  background-image: url(../img/other/banner_arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  bottom: 10px;
}
footer .footer_banner:first-child img {
  width: 100%;
  max-width: 46px;
  margin-right: 5px;
}
footer .footer_banner:not(:last-child) {
  margin-bottom: 30px;
}
footer .itsumo_link img {
  width: 100%;
  max-width: 200px;
  position: relative;
  bottom: 10px;
}
footer .itsumo_link a:after {
  background-image: url(../img/other/banner_arrow03.png);
}
footer .copyright {
  background-color: #F4F4F4;
  padding: 35px 0;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

@media (min-width: 1px) and (max-width: 1650px) {
  footer .footer_inner {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  footer .footer_left {
    flex: 0 0 49%;
  }
  footer .footer_menu a {
    margin-bottom: 10px;
  }
  footer .footer_right {
    flex: 0 0 45%;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  footer .footer_menu {
    margin-bottom: 90px;
  }
  footer .footer_logo {
    max-width: 140px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  footer .footer_inner {
    width: 92%;
    padding: 45px 0;
    flex-flow: column;
  }
  footer .footer_left {
    flex: 0 0 100%;
    width: 100%;
  }
  footer .footer_right {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer_logo {
    max-width: 150px;
    margin: 0 auto 40px auto;
  }
  footer .footer_menu {
    width: 100%;
    flex-flow: column;
    padding: 0 10px;
    border-top: 1px solid #4D4D4D;
    margin-bottom: 45px;
  }
  footer .footer_menu a {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #4D4D4D;
  }
  footer .footer_menu a:not(:last-child)::after {
    display: none;
  }
  footer .footer_banner:first-child img {
    position: relative;
    bottom: 8px;
  }
  footer .footer_banner:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .footer_banner a {
    font-size: 18px;
  }
  footer .itsumo_link img {
    max-width: 180px;
  }
  footer .footer_address {
    margin-bottom: 10px;
  }
  footer .footer_bottom_text p {
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  footer .securities {
    display: block;
  }
  footer .securities img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .copyright {
    padding: 30px 0;
  }
}/*# sourceMappingURL=footer.css.map */