@charset "UTF-8";
.footer-nav {
  background: #357ED3;
  padding: 18px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    text-align: center;
  }
}

.footer-menu li {
  padding: 0 15px;
  border-right: 1px solid #fff;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-menu li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .footer-menu li:nth-child(2n) {
    border-right: none;
  }
  .footer-menu li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.footer-menu li:last-child {
  border-right: none;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-menu a {
    font-size: 12px;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu li {
    padding: 16px 0;
    border-right: none;
    display: grid;
    place-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #fff;
  }
  .footer-menu__item._2nd {
    height: 62px;
  }
}
.footer-bottom_bg {
  background-color: #F1F8FC;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer-bottom_bg {
    padding-bottom: 16px;
  }
}

.footer_inr {
  padding: 0 20px;
}

.footer-link {
  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: 20px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 28px;
    gap: 4px;
  }
}

.footer-bottom__img1 {
  width: 161px;
}

.footer-bottom__img2-wrap {
  margin-right: 16px;
}

.footer-bottom__img2 {
  width: 402px;
}
@media screen and (max-width: 768px) {
  .footer-bottom__img2 {
    width: 322px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom__img3-wrap {
    margin-top: 12px;
  }
}

.footer-bottom__img3 {
  width: 254px;
}
@media screen and (max-width: 768px) {
  .footer-bottom__img3 {
    width: 174px;
  }
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 29px;
  }
}