#footer {
  background: #005EB7;
}
#footer .box {
  padding-bottom: 1.8229166667vw;
}
#footer .top-box {
  justify-content: space-between;
  padding: 5vw 0;
}
#footer .top-box .htxt {
  color: #ffffff;
}
#footer .top-box .footer-menus {
  width: 30%;
}
#footer .top-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5625vw;
}
#footer .top-box #menu-footer-menu li {
  width: 49%;
}
#footer .top-box #menu-footer-menu li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  transition: 0.5s;
}
#footer .top-box #menu-footer-menu li a::before {
  content: "";
  background: url(../img/footer_menu_srrow.svg) center no-repeat;
  background-size: cover;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 0.4vw;
}
#footer .top-box #menu-footer-menu li a:hover {
  color: #0B328C;
}
#footer .top-box #menu-footer-menu li a:hover .arrow {
  background: #0B328C;
}
#footer .top-box #menu-footer-menu li a:hover {
  color: #0B328C;
}
#footer .bot-box .txt-t {
  color: #ffffff;
  margin-bottom: 0.2604166667vw;
}
#footer .bot-box .txt-p {
  color: #ffffff;
  margin-bottom: 0.2604166667vw;
}
#footer .bot-box .ftlogo {
  width: 8.8541666667vw;
  height: auto;
  display: flex;
  margin-bottom: 1vw;
}
#footer .txt-c {
  border-top: solid 1px #ffffff;
  text-align: center;
  color: #ffffff;
  height: 2.2916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #footer .box {
    padding-bottom: 30px;
  }
  #footer .top-box {
    justify-content: space-between;
    padding: 80px 0 60px;
  }
  #footer .top-box .htxt {
    font-size: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #footer .top-box .footer-menus {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .top-box #menu-footer-menu {
    row-gap: 20px;
    justify-content: center;
  }
  #footer .top-box #menu-footer-menu li {
    width: 45%;
  }
  #footer .top-box #menu-footer-menu li a {
    font-size: 18px;
  }
  #footer .top-box #menu-footer-menu li a::before {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-right: 5px;
  }
  #footer .bot-box .txt-t {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
  }
  #footer .bot-box .txt-p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }
  #footer .bot-box .ftlogo {
    width: 108px;
    height: auto;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #footer .txt-c {
    font-size: 10px;
    height: 40px;
  }
}
/*# sourceMappingURL=footer.css.map */