@charset "UTF-8";
#footer {
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  background: #EFEFEF;
}
#footer .inner {
  padding-top: 5.2083333333vw;
  box-sizing: border-box;
}
#footer .box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 89.3%;
  margin: 0 auto;
}
#footer .txt-box {
  padding-top: 0;
  position: relative;
  flex: none;
}
#footer .txt-box .logo {
  width: 19.6vw;
  height: 4.5833333333vw;
  margin-bottom: 2.6041666667vw;
}
#footer .txt-box .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer .txt-box .logo a:hover {
  opacity: 0.8;
}
#footer .txt-box .txt-p {
  color: #000000;
  margin-bottom: 0.2vw;
}
#footer .txt-box .txt-t {
  pointer-events: none;
  display: flex;
  color: #000000;
  margin-bottom: 0.2vw;
}
#footer .txt-box .txt-f {
  color: #000000;
}
#footer .menu-box {
  justify-content: space-between;
  flex: auto;
  padding-left: 2vw;
  padding-top: 1vw;
}
#footer .menu-box .footer-menus {
  width: 100%;
}
#footer .menu-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 5.2083333333vw;
}
#footer .menu-box #menu-footer-menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .menu-box #menu-footer-menu li a {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 0.9375vw;
  font-family: "font-ZKGNb", "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  transition: 1s;
  letter-spacing: 0;
  line-height: 1;
}
#footer .menu-box #menu-footer-menu li a .txt-e {
  display: block;
  color: #2022B0;
  letter-spacing: 0;
}
#footer .menu-box #menu-footer-menu li a:hover {
  opacity: 0.6;
}
#footer .txt-c {
  box-sizing: border-box;
  margin: 0 auto;
  color: #ffffff;
  background: #2022B0;
  margin-top: 5.2083333333vw;
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2vw;
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 80px;
  }
  #footer .box {
    width: 85%;
  }
  #footer .txt-box {
    width: 100%;
  }
  #footer .txt-box .logo {
    width: 250px;
    height: 59px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #footer .txt-box .txt-p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
  }
  #footer .txt-box .txt-t {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #footer .txt-box .txt-f {
    font-size: 14px;
    text-align: center;
  }
  #footer .menu-box {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  #footer .menu-box #menu-footer-menu li {
    width: 48%;
    margin-bottom: 30px;
    border-top: solid 1px #000000;
  }
  #footer .menu-box #menu-footer-menu li a {
    font-size: 14px;
    padding-top: 14px;
    font-weight: 700;
  }
  #footer .menu-box #menu-footer-menu li a .txt-e {
    font-size: 20px;
  }
  #footer .txt-c {
    margin-top: 60px;
    height: 60px;
    gap: 5px;
    font-size: 14px;
  }
  #footer .txt-c .txt-e {
    font-size: 14px;
  }
}
/*# sourceMappingURL=footer.css.map */