.footer {
  position: relative;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0 40px 40px 40px;
}
.footer .footer-ipad {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 1;
  max-width: 470px;
}
.footer .footer-gearLeft {
  position: absolute;
  top: 155px;
  left: 40px;
  z-index: 0;
}
.footer .footer-gearRight {
  position: absolute;
  bottom: 493px;
  right: 42px;
  z-index: 0;
}
.footer .footer-inner .footer-up .footer-up-main .footer-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 75px;
  color: #ff6a46;
  background: -webkit-linear-gradient(#FFC780, #FF5C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}
.footer .footer-inner .footer-up .footer-up-main .footer-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer .footer-inner .footer-up .footer-up-main .footer-title h2 {
  font-weight: 900;
  color: #ff6a46;
  background: -webkit-linear-gradient(top, #FFC780, #FF5C45 50%, #FFC780 50%, #FF5C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta {
  display: flex;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li {
  list-style: none;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .download_cta {
  position: relative;
  display: inline-block;
  border-radius: 36px;
  background: linear-gradient(135deg, #FFC780 5%, #FF5C45);
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 272px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  z-index: 1;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .contact_cta {
  display: inline-block;
  border-radius: 36px;
  background: linear-gradient(135deg, #FFC780 5%, #FF5C45);
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 272px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  margin-left: 24px;
  position: relative;
  z-index: 1;
}
.footer .footer-inner .footer-banner {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.footer .footer-inner .footer-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.footer .footer-inner .footer-down .footer-logo {
  margin-right: 60px;
}
.footer .footer-inner .footer-down .footer-logo p {
  color: #505050;
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
}
.footer .footer-inner .footer-down .footer-list {
  display: flex;
}
.footer .footer-inner .footer-down .footer-list .footer-list-left ul li {
  list-style: none;
  margin-top: 15px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-left ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}
.footer .footer-inner .footer-down .footer-list .footer-list-middle {
  margin-left: 112px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li {
  list-style: none;
  margin-top: 15px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right {
  margin-left: 112px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li {
  list-style: none;
  margin-top: 15px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li .sns-icon-list .sns-icon {
  margin-left: 6px;
}

.footer.footer__lp {
  height: initial;
  background-color: initial;
  display: inherit;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.footer .sns-icon.sns-icon__lp {
  width: 32px;
}

.footer__copyRight--lp-sp-only {
  display: none;
}/*# sourceMappingURL=footer_pc.css.map */