#line-cta {
  padding: 80px 24px;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/cta-line_background-pc.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

#line-cta .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

#line-cta .title-container .sub-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0em;
  color: #222222;
}

#line-cta .title-container .title {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0em;
  color: #222222;
}

#line-cta .line-image {
  width: 630px;
}

#line-cta .line-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  width: 320px;
  padding: 12px 16px;
  background: #0CC756;
  border-radius: 50px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  gap: 6px;
}

#line-cta .line-image-container:before {
  content: "";
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/contact-form-cta-button-arrow.svg");
}

#line-cta .line-image-container .caution {
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
}

#line-cta .line-image-container .text {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

#line-cta>.description {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  color: #222222;
  text-align: center;
  white-space: normal;
}

#line-cta>.caution {
  font-weight: 700;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0em;
  color: #222222;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #line-cta {
    padding: 80px 24px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/cta-line_background-sp.jpg");
    gap: 24px;
  }

  #line-cta .title-container .sub-title {
    font-size: 14px;
  }

  #line-cta .title-container .title {
    font-size: 24px;
  }

  #line-cta .line-image {
    width: 100%;
  }

  #line-cta>.description {
    font-size: 14px;
  }

  #line-cta>.caution {
    font-size: 12px;
  }
}
