.service_cta_group {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0 70px;
}

.service_cta {
  font-size: 20px;
  color: #fff;
  display: block;
  background-color: #e2991d;
  width: 400px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/static/images/top/fv-arrow-up.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.service_cta:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}