@charset "UTF-8";
footer {
  background-image: url(../img/top/bk-green2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding: 117px 0;
}
footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 65px;
}
footer .footer-logo-icon {
  width: 100%;
  max-width: 58px;
}
footer .footer-logo-name-bottom {
  width: 100%;
  max-width: 330px;
}
footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  border-bottom: 1px solid #404040;
  padding-bottom: 50px;
  margin-bottom: 45px;
}
footer .footer-info-text {
  font-size: 16px;
  line-height: 1;
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
footer .footer-info-text:not(:last-child) {
  position: relative;
}
footer .footer-info-text:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  background-color: #404040;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #404040;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-bottom: 35px;
}
footer .footer-nav-link {
  font-size: 16px;
  line-height: 1;
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
footer .footer-nav-link a {
  position: relative;
}
footer .footer-nav-link a::before {
  content: "";
  display: block;
  background-image: url(../img/footer/footer-nav-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
}
footer .footer-privacy {
  text-align: center;
}
footer .footer-privacy-a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #404040;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 30px;
  position: relative;
}
footer .footer-privacy-a::after {
  content: "";
  display: block;
  background-image: url(../img/top/privacy-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
}
footer .footer-caption {
  font-size: 15px;
  line-height: 1;
  color: #404040;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 1200px) {
  footer {
    background-image: url(../img/top/bk-green2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding: 40px 50px;
  }
  footer .footer-logo {
    gap: 5px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-logo-icon {
    max-width: 38px;
  }
  footer .footer-logo-name-bottom {
    max-width: 300px;
  }
  footer .footer-info {
    display: block;
    gap: 0;
    border-bottom: 1px solid #404040;
    padding-bottom: 26px;
    margin-bottom: 38px;
  }
  footer .footer-info-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 3px;
    font-weight: 600;
  }
  footer .footer-info-text:not(:last-child)::after {
    display: none;
  }
  footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  footer .footer-nav-link {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer-nav-link:last-child {
    margin-bottom: 0;
  }
  footer .footer-nav-link::before {
    width: 16px;
    height: 16px;
    left: -20px;
  }
  footer .footer-privacy {
    text-align: left;
  }
  footer .footer-privacy-a {
    font-size: 14px;
    margin-bottom: 30px;
  }
  footer .footer-caption {
    font-size: 10px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-image: unset;
    padding: 40px 20px 80px 20px;
  }
}