@charset "UTF-8";
/* フッター */
footer a {
  text-decoration: none;
  color: var(--black);
}

footer .pagetop {
  display: block;
}

footer .inner {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  footer .inner {
    width: 100%;
    box-sizing: border-box;
  }
}

footer dd {
  margin-left: 0;
}

footer .gnav {
  display: none;
}

footer .snav {
  display: none;
}

footer .sns {
  display: none;
}

footer p.copy {
  text-align: center;
  font-size: 12px;
}

footer.footer-type .pagetop {
  display: none;
}

footer.footer-type .inner {
  display: flex;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  footer.footer-type .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  footer.footer-type .left {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}

footer.footer-type .left h2 {
  font-size: 30px;
  padding-right: 80px;
}

footer.footer-type .left h2 img {
  height: 80px;
}

footer.footer-type .left h2 span {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  footer.footer-type .left h2 {
    padding-right: 0;
  }
}

footer.footer-type .right {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  footer.footer-type .right {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}

footer.footer-type .gnav {
  list-style: none;
  display: block;
  border-right: 1px solid var(--gray);
  padding-right: 60px;
  padding-left: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  footer.footer-type .gnav {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
}

footer.footer-type .gnav li {
  line-height: 2.6em;
  font-size: 14px;
}

footer.footer-type .snav {
  list-style: none;
  display: block;
  border-right: 1px solid var(--gray);
  padding-right: 60px;
  padding-left: 0;
  margin: 0;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  footer.footer-type .snav {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
}

footer.footer-type .snav li {
  line-height: 2.6em;
  font-size: 14px;
}

footer.footer-type .sns {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {
  footer.footer-type .sns {
    width: 100%;
    border: none;
    justify-content: center;
  }
}

footer.footer-type .sns li {
  font-size: 30px;
  padding-right: 20px;
}

footer.footer-type dl dd {
  display: none;
}

footer.footer-type p.copy {
  background: var(--main-color);
  color: var(--white);
  line-height: 24px;
  margin: 0;
}
