/*16*1.75/2*/
/*========*/
/* footer */
/*========*/
footer {
  color: #FFF;
  background-color: #000;
  padding: 96px 24px 32px;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 56px 20px;
  }
}
footer a {
  text-decoration: none;
}
@media (hover: hover) {
  footer a:hover {
    color: #008c3f;
  }
}
footer .contents {
  max-width: 1160px;
  margin: 0 auto;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
footer .info-area {
  width: 30%;
  max-width: 360px;
}
@media (max-width: 767px) {
  footer .info-area {
    width: auto;
    max-width: inherit;
    padding: 0;
  }
}
footer .info-area .f-logo {
  width: 85%;
  max-width: 240px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .info-area .f-logo {
    max-width: 200px;
  }
}
footer .info-area dl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  footer .info-area dl {
    font-size: 12px;
  }
}
footer .info-area dl + dl {
  margin-top: 12px;
}
footer .info-area dl dd {
  display: flex;
  flex-wrap: wrap;
}
footer .sitemap {
  width: 70%;
  max-width: 786px;
}
footer .sitemap .row {
  display: flex;
  justify-content: space-between;
}
footer .sitemap .row .col {
  padding-right: 32px;
}
footer .sitemap .menu-nav {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
footer .sitemap .menu-nav .sub-menu {
  color: #cecece;
  font-size: 14px;
}
footer .sitemap .menu-nav > li + li {
  margin-top: 24px;
}
footer .sitemap .menu-nav .sub-menu li {
  margin-top: 16px;
}
footer .copyright {
  font-size: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  margin-top: 48px;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
    margin-top: 40px;
    text-align: left;
  }
}
footer .ptop {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .ptop .txt {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-rl;
  padding: 0 16px 0.5em;
  display: block;
  transition: color 1s;
}
@media (max-width: 767px) {
  footer .ptop .txt {
    font-size: 12px;
  }
}
footer .ptop .line {
  position: relative;
  width: 1px;
  height: 190px;
  overflow: hidden;
}
footer .ptop .line:before, footer .ptop .line:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .ptop .line:before {
  z-index: 0;
  height: 100%;
  background: #FFF;
}
footer .ptop .line:after {
  z-index: 1;
  height: 0;
  background: #008c3f;
  transition: height 1s;
}
@media (hover: hover) {
  footer .ptop:hover .txt {
    color: #008c3f;
  }
  footer .ptop:hover .line:after {
    height: 100%;
  }
}
/*# sourceMappingURL=footer.css.map */