@charset "UTF-8";


.footer__cta--pc {
  display: none;
  width: 100%;
  background-image: url(../img/pc/footer_cta_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 10;
}
.footer__cta--pc .footer__cta--pc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  height: 80px;
  padding: 0 20px;
}
.footer__cta--pc-text {
  max-width: 40.0452488688%;
  line-height: 0;
}
.footer__cta--pc-btn {
  max-width: 50.9049773756%;
  line-height: 0;
  transition-duration: 0.3s;
}
.footer__cta--pc-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 740px) {
  .footer__cta--pc {
    display: none;
  }
}

@media only screen and (min-width: 741px) {
  .home .footer{
    padding: 30px 0 110px;
  }
}

body.top02.page{
  padding: 0;
}