footer .footer-content {
  background-color: #ffffff;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
  border-top: 2px solid #004bc8;
  padding: 105px 0 100px 50px;
}
footer .footer-logo-content {
  display: block;
  width: 100%;
  max-width: 240px;
  margin-bottom: 40px;
}
footer .footer-access {
  margin-bottom: 100px;
}
footer .footer-access-text {
  font-size: 17px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
footer .footer-access-text:last-child {
  margin-bottom: 0;
}
footer .footer-access-text .access-ttl {
  display: inline-block;
  margin-right: -3px;
  font-size: 15px;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 60px;
}
footer .footer-nav.other a {
  font-size: 14px;
}
footer .footer-nav-content {
  position: relative;
}
footer .footer-nav-content:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #004bc8;
  width: 1px;
  height: 14px;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: -12px;
}
footer .footer-nav-content a {
  font-size: 16px;
  color: #004bc8;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
footer .copy {
  font-size: 16px;
  color: #004bc8;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .footer-content {
    border-left: unset;
    border-right: unset;
    padding: 72px 15px 40px 15px;
  }
  footer .footer-logo-content {
    max-width: 242px;
    margin-bottom: 45px;
  }
  footer .footer-access-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  footer .footer-access-text .access-ttl {
    margin-right: 0;
    margin-left: -8px;
  }
  footer .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 25px;
    margin-bottom: 62px;
  }
  footer .footer-nav.other a {
    font-size: 12px;
  }
  footer .footer-nav-content {
    margin-bottom: 18px;
  }
  footer .footer-nav-content:not(:last-child)::after {
    content: "";
    display: block;
    background-color: #004bc8;
    width: 1px;
    height: 12px;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: -12px;
  }
  footer .footer-nav-content a {
    font-size: 14px;
  }
  footer .copy {
    font-size: 12px;
  }
}