.comparison {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
  padding-top: 150px;
  padding-bottom: 156px;
}

.comparison__marquee {
  position: relative;
  display: flex;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.comparison__marquee__text {
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 100%;
  background: linear-gradient(90deg, #39bcff 0%, #00b79e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comparison__contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 0 62px;
  margin: 0 auto;
  margin-top: 172px;
  overflow: hidden;
}

.comparison__contents__target {
  position: relative;
}

.comparison__contents__target__title {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -2%;
  padding-left: 10px;
}

.comparison__contents__target__title span {
  color: #5bccd3;
}

.comparison__contents__target__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-top: 83px;
}

.comparison__contents__target__list__item {
  width: 450px;
  display: flex;
  position: relative;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 28px 23px;
  gap: 20px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease-out;
}

.comparison__contents__target__list__item.visible {
  opacity: 1;
  transform: translateX(0);
}

.comparison__contents__target.comparison_solution
  .comparison__contents__target__list__item {
  background: #e6f7f9;
}

.comparison__contents__target__list__item img {
  width: 30px;
  height: 30px;
}

.comparison__contents__target__list__item__text {
  position: relative;
}

.comparison__contents__target__list__item__text__title {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #2b2b2b;
}

.comparison__contents__target__list__item__text__paragraph {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  margin-top: 18px;
}

.comparison__contents__character {
  position: absolute;
  left: 50%;
  margin-left: 100px;
  bottom: 0;
  transform: translateX(-50%);
}

.comparison__contents__character img {
  width: 295px;
  height: auto;
}
