.s-logo-slide-wrap {
  margin-bottom: 80px;
}
.s-logo-slide {
  position: relative;
  z-index: 2;
  animation: bg-slider 46s linear infinite;
  background: url(../../img/lp/logo_slide_pc.jpg) repeat-x 50%;
  background-size: auto 88px;
  height: 88px;
  width: 100%;
}
@keyframes bg-slider{
  0% {
      background-position:0 0
  }
  to {
    background-position:-3570px 0
  }
}
@media screen and (max-width: 767px){
  .s-logo-slide-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
  .s-logo-slide {
    animation: bg-slider 30s linear infinite;
    background: url(../../img/lp/logo_slide_sp.jpg) repeat-x 50%;
    background-size: auto 88px;
  }
  @keyframes bg-slider{
    0% {
        background-position:0 0
    }
    to {
      background-position:-2268px 0
    }
  }
}

.s .s-l-card-holizon li.s-l-col .s-text dt a,
.s .s-l-card-holizon li.s-l-col .s-text dt a:hover,
.s .s-panel dt a,
.s .s-panel dt a:hover {
  color: #707070;
}

.ec-cta-btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin: 20px 0 30px;
}

@media screen and (max-width: 760px) {
  .ec-cta-btn-wrapper {
    gap: 24px;
  }
}

.s .ec-cta .ec-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(45% - 30px);
  height: 100px;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 980px) {
  .s .ec-cta .ec-cta-btn {
    max-width: 80%;
  }
}

@media screen and (max-width: 760px) {
  .s .ec-cta .ec-cta-btn {
    max-width: 80%;
    width: 500px;
  }
}


.s .ec-cta .ec-cta-btn::after {
  width: 38px;
  height: 38px;
  right: 30px;
}

.s .ec-cta .ec-cta-btn:nth-child(2) {
  color: #000;
  background: #fff;
  border: 4px solid #000;
  filter: none;
}

.s .ec-cta .ec-cta-btn:nth-child(2)::after {
  display: none;
  content: none;
}

@media screen and (max-width: 840px) {
  .s .ec-cta .ec-cta-btn:nth-child(2) {
    /* height: auto; */
  }
}
