footer#footer {
  position: relative;
}
footer#footer .bar .inner {
  box-sizing: border-box;
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer#footer .bar .inner > div .logo {
  padding-top: 20px;
}
footer#footer .bar .inner > div ul.menu {
  width: 462px;
  padding-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer#footer .bar .inner > div ul.menu li.line {
  width: 1px;
  height: 12px;
  background: #005740;
}
footer#footer .bar .inner > div ul.menu li.link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #005740;
  font-size: 12px;
  line-height: 12px;
}
footer#footer .bar .inner > div .copyright {
  width: 462px;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: right;
  color: #454545;
  font-size: 12px;
  letter-spacing: 0.05em;
}
footer#footer .site_map {
  position: absolute;
  top: 13px;
  left: calc(50% + 550px);
}
footer#footer .site_map span {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 11px;
  position: absolute;
  top: 32px;
  left: 0;
}
footer#footer .goto_top {
  cursor: pointer;
  position: absolute;
  top: 17px;
  left: calc(50% + 625px);
}

@media (min-width: 1024px) and (max-width: 1390px) {
  footer#footer {
    position: relative;
  }
  footer#footer .bar .inner {
    padding-right: 40px;
  }
  footer#footer .site_map {
    left: calc(50% + 475px);
  }
  footer#footer .goto_top {
    left: calc(50% + 550px);
  }
}
@media screen and (max-width: 767px) {
  footer#footer .bar .inner {
    width: 100%;
    height: auto;
    display: block;
  }
  footer#footer .bar .inner > div .logo {
    padding-top: 4.2666666667vw;
    text-align: center;
  }
  footer#footer .bar .inner > div .logo img {
    width: 38vw !important;
  }
  footer#footer .bar .inner > div ul.menu {
    width: 100%;
    margin-top: 3.3333333333vw;
    padding-top: 0;
    border-top: 1px solid #005740;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer#footer .bar .inner > div ul.menu li.line {
    display: none;
  }
  footer#footer .bar .inner > div ul.menu li.link {
    box-sizing: border-box;
    width: 50%;
    height: 10.6666666667vw;
    border-bottom: 1px solid #005740;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  footer#footer .bar .inner > div ul.menu li.link a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  footer#footer .bar .inner > div ul.menu li.link:nth-child(4n) {
    border-left: 1px solid #005740;
  }
  footer#footer .bar .inner > div .copyright {
    width: 100%;
    margin-top: 0;
    padding: 4.6666666667vw 0;
    text-align: center;
    font-size: 3.0666666667vw;
  }
  footer#footer .site_map {
    position: absolute;
    top: 2.5333333333vw;
    left: 3.6vw;
  }
  footer#footer .site_map img {
    width: 13.5vw !important;
  }
  footer#footer .site_map span {
    font-size: 2.1333333333vw;
    line-height: 2.444vw;
    top: 7.4666666667vw;
  }
  footer#footer .goto_top {
    top: 4.2666666667vw;
    left: auto;
    right: 4vw;
  }
  footer#footer .goto_top img {
    width: 9.52vw !important;
  }
}

/*# sourceMappingURL=footer.css.map */
