.guarantee {
  background-image: url(../image/guarantee_bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  padding: 10% 40px 40px;
}
.guarantee .guarantee_ttl_01 {
  width: 70%;
  position: absolute;
  left: 50%;
  top: clamp(-60px, -6vw, -10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.guarantee .guarantee_ttl_02 {
  width: 90%;
  margin: 0 auto 30px;
}
.guarantee .guarantee_02 {
  margin: 30px auto 30px;
}
.guarantee .guarantee_01_2:hover {
  cursor: pointer;
}
.guarantee .guarantee_01_3 {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.guarantee .guarantee_01_3.active {
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}