@charset "UTF-8";
#footer {
  background: #1B1D22;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
#footer .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  box-sizing: border-box;
}
#footer .box {
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .txt-box {
  padding-top: 0;
  position: relative;
}
#footer .txt-box .logo {
  width: 16vw;
  height: 3vw;
  margin-bottom: 1.5625vw;
}
#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: #ffffff;
}
#footer .txt-box .txt-t {
  pointer-events: none;
  display: flex;
  color: #ffffff;
}
#footer .txt-box .txt-f {
  color: #ffffff;
}
#footer .txt-box .icons {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
  margin-top: 1.8229166667vw;
}
#footer .txt-box .icons img {
  width: auto;
  height: 5.2083333333vw;
}
#footer .menu-box {
  justify-content: space-between;
  width: 33%;
}
#footer .menu-box .footer-menus {
  width: 100%;
}
#footer .menu-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw 5%;
}
#footer .menu-box #menu-footer-menu li {
  width: 30%;
}
#footer .menu-box #menu-footer-menu li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: 0.5s;
}
#footer .menu-box #menu-footer-menu li a::after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
#footer .menu-box #menu-footer-menu li a::before {
  content: "";
  background: #3C5DFF;
  z-index: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.5px;
  left: 0;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#footer .menu-box #menu-footer-menu li a:hover::before {
  content: "";
  transform: scale(1, 1);
}
#footer .txt-c {
  box-sizing: border-box;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #footer .txt-box {
    padding-top: 0;
    position: relative;
    order: 2;
  }
  #footer .txt-box .logo {
    width: 235px;
    height: 45px;
    margin-bottom: 30px;
  }
  #footer .txt-box .txt-p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer .txt-box .txt-t {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer .txt-box .txt-f {
    font-size: 14px;
  }
  #footer .txt-box .icons {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
  #footer .txt-box .icons img {
    width: auto;
    height: 70px;
  }
  #footer .menu-box {
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    order: 1;
  }
  #footer .menu-box #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0;
    height: 100%;
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu li {
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu li a {
    font-size: 14px;
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu li a:after {
    background: rgba(255, 255, 255, 0.3);
  }
  #footer .txt-c {
    margin-top: 80px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */