@charset "UTF-8";
footer .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 1.5vw;
}
footer .box {
  padding-bottom: 7.8125vw;
  justify-content: space-between;
}
footer .logo {
  display: flex;
  width: 16vw;
  height: 2vw;
}
footer .logo svg {
  display: flex;
  width: 100%;
  height: 100%;
}
footer .meuns {
  display: flex;
  align-items: flex-start;
  gap: 6.7708333333vw;
}
footer .meuns #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.5vw;
}
footer .meuns #menu-footer-menu .menu-item a {
  display: flex;
  color: #2B2E33;
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
footer .meuns .outside .txt-t {
  margin-bottom: 1vw;
}
footer .meuns .outside .outside-link {
  gap: 1.05vw;
}
footer .meuns .outside .outside-link .in-box .txt-l {
  color: #2B2E33;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5vw;
  margin-bottom: 0.5vw;
}
footer .meuns .outside .outside-link .in-box .txt-l svg {
  display: flex;
  width: 0.7291666667vw;
  height: 0.7291666667vw;
}
footer .meuns .outside .outside-link .in-box .txt-l svg path {
  fill: #356CB4;
}
footer .txt-c {
  text-align: center;
  line-height: 3vw;
  background: #35B5AC;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  footer .inner {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  footer .box {
    padding-bottom: 50px;
  }
  footer .logo {
    width: 60vw;
    height: 7vw;
    margin-bottom: 30px;
  }
  footer .meuns {
    flex-wrap: wrap;
    gap: 40px;
  }
  footer .meuns #menu-footer-menu {
    width: 100%;
    gap: 20px 5%;
    flex-flow: initial;
    flex-wrap: wrap;
  }
  footer .meuns #menu-footer-menu .menu-item {
    width: 30%;
  }
  footer .meuns #menu-footer-menu .menu-item a {
    font-size: 14px;
    font-size: 16px;
  }
  footer .meuns .outside {
    width: 100%;
  }
  footer .meuns .outside .txt-t {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .meuns .outside .outside-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  footer .meuns .outside .outside-link .in-box .txt-l {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 10px;
  }
  footer .meuns .outside .outside-link .in-box .txt-l svg {
    display: flex;
    width: 16px;
    height: 16px;
  }
  footer .txt-c {
    font-size: 14px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=footer_ver2.css.map */