.footer {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .footer {
    min-width: 1024px;
  }
}

.footer-main {
  background-color: #142c4b;
}

@media print, screen and (min-width: 768px) {
  .footer-main {
    height: 485px;
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 20px 15px 30px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .footer-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-logo {
    margin-right: 5.12445vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-logo img {
    width: 90px;
    height: 71px;
  }
}

.footer-menu {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-menu {
    width: calc((100% - 20px) / 2);
  }
}

.footer-menu-title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768px) {
  .footer-menu-title {
    font-size: 15px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-menu-title a {
    display: block;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #43566f;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-title::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-title + .footer-menu-links {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-title + .footer-menu-title {
    margin-top: 35px;
  }
}

.footer-menu-links {
  margin-top: 58px;
}

@media only screen and (max-width: 767px) {
  .footer-menu-links {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-links ul li {
    font-size: 14px;
  }
}

.footer-menu-links ul li + li {
  margin-top: 2px;
}

@media print, screen and (min-width: 768px) {
  .footer-menu-links ul li a {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-links ul li a:hover {
    opacity: 1;
  }
}

.footer-menu-links-title {
  font-weight: bold;
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .footer-menu-links-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-menu-links-inner + .footer-menu-links-inner {
    margin-left: 3.66032vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-menu.footer-menu-nonesub {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .footer .footer-menu-inner + .footer-menu-inner {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-menu-inner .footer-menu-title {
    display: inline-block;
    width: calc((100% - 20px) / 2);
  }
}

.footer-bottom {
  padding: 25px 0;
  background-color: #ffffff;
}

.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-bottom-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom-inner ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-bottom-inner ul li {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom-inner ul li {
    font-size: 12px;
    margin-right: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-inner ul li {
    font-size: 11px;
    line-height: 2.3;
    margin-right: 15px;
  }
}

.footer-bottom-inner ul li.icon-pdf::after {
  position: absolute;
  display: block;
  content: '';
  background: url(/common/img/icon-pdf.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-bottom-inner ul li a {
  width: 100%;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom-inner ul li a:hover {
    opacity: 0.5;
  }
}

.footer-bottom-inner ul li:last-child {
  margin-right: 57px;
}

.footer-bottom-copyright {
  color: #777777;
  font-size: 10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-copyright {
    width: calc(100% - 15.625%);
  }
}

.footer-bottom-pp {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-pp {
    margin-right: 5px;
    width: 40px;
  }
}

.footer-bottom-pp a {
  display: block;
}

.footer-bottom-pp a img {
  width: 100%;
}
