.wrap {
  overflow: hidden !important;
}

html {
  scroll-behavior: smooth;
  font-size: 0!important;
  }

  .form-end{
    font-size: 28px;
  }


.imgs{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
  height: auto;
}

/*----- CTA部分 -----*/
.cta {
  position: relative;
  width:100%;
  max-width: 750px;
}

.cta_btn{
  position: absolute;
  width: 96.27%;
	left: 0;
  right: 0;
  margin:auto;
  bottom: 37.1%;
}
/* -------------------- */


/*---- ユーザーボイス　slide-area ----*/
.slide-area{
	position: relative;
  width:100%;
  max-width: 750px;
}

.slide-item{
	position: absolute;
  width: 99%;
	left: 0;
  right: 0;
  margin:auto;
  bottom: 6%;
}

  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }

  .slick-right{
right: 0px !important;
width: 30px;
  }

  .slick-left{
    width: 30px;
  }

/* PC用 */
@media (min-width: 768px) {
  .slick-right{
    right: 0px !important;
    width: 50px;
  }
    
      .slick-left{
        width: 50px;
  }

  .slide-item{
    position: absolute;
    width: 99%;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 7.5%;
  }
}
/* -------------------- */