.ful-contact-cta {
  position: relative;
  padding: 130px 24px;
  overflow: hidden;
}

.ful-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../contact/pc.webp") center right / cover no-repeat;
}

.ful-contact-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .85) 34%, rgba(255, 255, 255, .4) 58%, rgba(255, 255, 255, 0) 78%);
}

.ful-contact-cta .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: center;
}

.ful-contact-cta .ct-text {
  flex: 1;
  max-width: 520px;
}

.ful-contact-cta .ct-text h2 {
  margin: 0 0 16px;
  color: #f47d7c;
  font-family: A1Gothic, "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}

.ful-contact-cta .ct-text p {
  margin: 0 0 28px;
  color: #656565;
  font-size: 20px;
  line-height: 1.9;
}

.ful-contact-cta .btn-pill {
  display: inline-block;
  padding: 16px 56px;
  border: 0;
  border-radius: 40px;
  color: #fff;
  background: #f47d7c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  transition: transform .2s, background .2s;
}

.ful-contact-cta .btn-pill:hover {
  transform: translateY(-2px);
  background: #d45f62;
}

@media (max-width: 820px) {
  .ful-contact-cta {
    padding: 90px 24px;
  }

  .ful-contact-cta::before {
    background-image: url("../contact/sp.webp");
    background-position: center bottom;
  }

  .ful-contact-cta::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .5) 100%);
  }

  .ful-contact-cta .ct-text {
    max-width: none;
  }

  .ful-contact-cta .ct-text h2 {
    font-size: 36px;
  }

  .ful-contact-cta .ct-text p {
    font-size: 16px;
  }

  .ful-contact-cta .btn-pill {
    padding: 15px 38px;
  }
}
