/*-----追加251113--------------------------------*/
.cta__btn:nth-child(2) {
  pointer-events: visible;
}
.cta__btn:nth-child(2)::after {
  content: none;
}
.cta__btn:nth-child(2):hover {
  background: rgba(32, 43, 59, 0.4);
}
