@charset "UTF-8";
#footer {
  background: #F9F9F9;
  box-sizing: border-box;
  position: relative;
}
#footer .inner {
  padding-top: 3.6458333333vw;
  padding-bottom: 4.6875vw;
  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-box {
  width: 16.536458333333336vw;
  height: 3.177083333333333vw;
  margin-bottom: 1.25vw;
}
#footer .txt-box .logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer .txt-box .logo-box a:hover {
  opacity: 0.8;
}
#footer .txt-box .txt-t {
  pointer-events: none;
  display: flex;
}
#footer .menu-box {
  justify-content: space-between;
  align-items: flex-start;
}
#footer .menu-box .footer-menus {
  width: 100%;
}
#footer .menu-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5625vw;
}
#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 {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.8333333333vw;
  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::before {
  content: "ー";
  color: #6F9EED;
}
#footer .menu-box #menu-footer-menu li a:hover {
  color: #333333;
}
#footer .menu-box #menu-footer-menu li a:hover .arrow {
  background: #333333;
}
#footer .menu-box #menu-footer-menu li a:hover {
  color: #333333;
}
#footer .txt-c {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 2.0833333333vw;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
  border-top: solid 0.1041666667vw rgba(37, 62, 84, 0.35);
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 90px;
  }


  #footer .box {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  #footer .txt-box {
    padding-top: 0;
    position: relative;
    order: 2;
  }
  #footer .txt-box .logo-box {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #footer .txt-box .logo-box a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  #footer .txt-box .logo-box a:hover {
    opacity: 0.8;
  }
  #footer .txt-box .txt-p {
    font-size: 16px;
    text-align: center;
  }
  #footer .txt-box .txt-t {
    margin-top: 20px;
    gap: 10px;
    font-size: 16px;
    pointer-events: painted;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  #footer .txt-box .txt-t svg {
    display: flex;
    width: 32px;
    height: 32px;
  }
  #footer .txt-box .txt-n {
    margin-top: 10px;
    font-size: 12px;
  }
  #footer .txt-box .txt-l {
    width: 100%;
    height: 60px;
    font-size: 16px;
    max-height: 60px;
    border-radius: 60px;
    font-size: 16px;
    gap: 10px;
    margin-top: 40px;
  }
  #footer .txt-box .txt-l svg {
    display: flex;
    width: 20px;
    height: 20px;
  }
  #footer .menu-box {
    justify-content: space-between;
    align-items: flex-start;
    order: 1;
    margin-top: 0;
    margin-bottom: 50px;
  }


  #footer .menu-box .footer-menus {
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu {
    gap: 30px 5%;
    justify-content: center;
  }
  #footer .menu-box #menu-footer-menu li {
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu li a {
    font-size: 16px;
    font-family: "font-NSJPm", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;    
    justify-content: flex-start;
    justify-content: center;
    gap: 3px;

    
  }
  #footer .txt-c {
    width: 90%;
    line-height: 40px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */