/*  footer  */
footer {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
footer .footArea {
  position: relative;
}
footer .footArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/foot01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 206px;
  height: 204px;
  left: 40px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  footer .footArea::before {
    width: 10.8vw;
    height: 10.6vw;
  }
}
@media screen and (max-width: 820px), print {
  footer .footArea::before {
    width: 16.2vw;
    height: 16.1vw;
    left: 8px;
  }
}
@media print {
  footer .footArea::before {
    width: 16.2vw;
    height: 16.1vw;
    left: 8px;
  }
}
footer .footArea::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/foot02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 435px;
  height: 186px;
  right: 8px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  footer .footArea::after {
    width: 22.7vw;
    height: 9.7vw;
  }
}
@media screen and (max-width: 1300px) {
  footer .footArea::after {
    width: 16.4vw;
    height: 7vw;
  }
}
@media screen and (max-width: 820px), print {
  footer .footArea::after {
    width: 26vw;
    height: 11.1vw;
  }
}
@media print {
  footer .footArea::after {
    width: 26vw;
    height: 11.1vw;
  }
}
footer .contactArea {
  padding: 60px 0;
}
@media screen and (max-width: 820px), print {
  footer .contactArea {
    padding: 30px 0 90px;
  }
}
footer .contactArea .contactItem {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
footer .contactArea .contactItem + .contactItem {
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  footer .contactArea .contactItem + .contactItem {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  footer .contactArea .contactItem {
    font-size: 13px;
    line-height: 22px;
  }
}
footer #footer-foot {
  background-color: #caf8ff;
  padding: 5px 0;
}
footer #footer-foot .copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  footer #footer-foot .copyright {
    font-size: 12px;
  }
}