@charset 'UTF-8';
.n-footer {
  background: #fff;
  font-family: 'NotoSansCJKjp', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
  text-align: left;
}

.n-footer__hd {
  position: relative;
  height: 105px;
  padding: 0 25px;
  background: #2f9916;
}

@media (max-width: 767px) {
  body.is-responsive .n-footer__hd {
    height: auto;
    padding: 0;
  }
}

.n-footer__hd__in {
  position: relative;
  max-width: 1130px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.is-responsive .n-footer__hd__in {
    height: auto;
  }
}

.n-footer__hd__nv {
  position: absolute;
  left: 0;
  top: 49%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  list-style: none;
}

.n-footer__hd__nv > li {
  float: left;
}

.n-footer__hd__nv > li + li {
  margin-left: 34px;
}

.n-footer__hd__nv > li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.n-footer__hd__nv > li a.opt-ex {
  padding-right: 20px;
}

.n-footer__hd__nv > li a.opt-ex::before,
.n-footer__hd__nv > li a.opt-ex::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 5px;
  margin: -2.5px 0 0 0;
  box-sizing: border-box;
}

.n-footer__hd__nv > li a.opt-ex::before {
  background: #fff;
}

.n-footer__hd__nv > li a.opt-ex::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

@media (max-width: 767px) {
  body.is-responsive .n-footer__hd__nv {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body.is-responsive .n-footer__hd__nv > li {
    float: none;
    text-align: center;
  }
  body.is-responsive .n-footer__hd__nv > li + li {
    margin: 0;
  }
  body.is-responsive .n-footer__hd__nv > li a {
    line-height: 34px;
  }
}

.n-footer__hd__pt {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.n-footer__hd__pt > a {
  display: block;
  position: relative;
  padding: 25px 40px 25px 10px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.n-footer__hd__pt > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
}

.n-footer__hd__pt > a::before:hover {
  opacity: .6;
}

@media (max-width: 767px) {
  body.is-responsive .n-footer__hd__pt {
    position: relative;
    top: 0;
    left: 0;
    padding: 22px 0 17px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
  }
  body.is-responsive .n-footer__hd__pt > a {
    padding: 0;
  }
  body.is-responsive .n-footer__hd__pt > a::before {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 3px;
  }
}

.n-footer__cr {
  position: relative;
  height: 70px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

.n-footer__cr__txt {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 11px;
  font-weight: 300;
}

@media (max-width: 767px) {
  body.is-responsive .n-footer__cr {
    height: auto;
    padding: 27px 30px;
  }
  body.is-responsive .n-footer__cr__txt {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    line-height: 17px;
    text-align: center;
  }
  body.is-responsive .n-footer__cr__txt > span {
    display: inline-block;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-footer__cr {
    padding: 27px 10px;
  }
}
