@media print {
  footer {
    page-break-inside: avoid;
  }
}
footer .blueBg {
  background-image: linear-gradient(20deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  padding: 64px 0 212px;
}
@media screen and (max-width: 767px) {
  footer .blueBg {
    padding: 24px 0 133px;
  }
}
footer .blueBg .buttonFlex {
  display: flex;
  justify-content: space-between;
  max-width: 992px;
  margin: 0 auto 40px;
}
footer .blueBg .buttonFlex .button01 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  footer .blueBg .buttonFlex {
    flex-direction: column;
    width: 100%;
  }
  footer .blueBg .buttonFlex .button01 {
    max-width: 100%;
    width: 100%;
  }
  footer .blueBg .buttonFlex .button01 + .button01 {
    margin-top: 16px;
  }
}
footer .blueBg p {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  footer .blueBg p {
    font-size: 12px;
  }
}
footer .joinArea {
  background: linear-gradient(-150deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
  padding: 117px 53px 107px;
  max-width: 992px;
  margin: -145px auto 0;
  position: relative;
  width: 87.2%;
}
@media screen and (max-width: 767px) {
  footer .joinArea {
    padding: 25px 16px 28px;
    margin-top: -110px;
  }
}
footer .joinArea .joinText {
  font-family: "Inter", sans-serif;
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  opacity: 0.24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .joinArea .joinText {
    font-size: 100px;
    line-height: 100px;
  }
}
footer .joinArea .buttonFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .joinArea .buttonFlex {
    flex-direction: column;
    width: 100%;
  }
}
footer .joinArea .buttonFlex .button01 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  footer .joinArea .buttonFlex .button01 {
    max-width: 100%;
    width: 100%;
  }
  footer .joinArea .buttonFlex .button01 + .button01 {
    margin-top: 8px;
  }
}
footer #footer-foot .copyright {
  color: #8E8E93;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  footer #footer-foot .copyright {
    padding: 16px 0;
  }
}