.simple {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}

.simple__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}

.simple__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
}

.simple__contents {
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 0 62px;
  padding-top: 150px;
  padding-bottom: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.simple__contents__text {
  display: flex;
  position: relative;
}

.simple__contents__text__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #212121;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.simple__contents__text__title img {
  position: relative;
  width: 78px;
  height: 73px;
  margin-right: 30px;
  top: 15px;
}

.simple__contents__text__title span {
  font-family: Segoe Script;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #34bcc4;
}

.simple__contents__text__paragraph {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 160%;
  color: #515151;
  margin-top: 42px;
  margin-left: 77px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.simple__contents__text__title.visible {
  opacity: 1;
  transform: translateY(0);
}

.simple__contents__text__paragraph.visible {
  opacity: 1;
  transform: translateY(0);
}

.simple__contents__list {
  position: relative;
  display: flex;
  gap: 170px;
  margin-top: 150px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.simple__contents__list__item {
  display: flex;
  position: relative;
  width: 280px;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

.simple__contents__list__item.visible {
  opacity: 1;
  transform: translateY(0);
}

.simple__contents__list__item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.simple__contents__list__item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.simple__contents__list__item:nth-of-type(3) {
  transition-delay: 0.6s;
}

.simple__contents__list__item__step {
  position: relative;
  font-family: MuseoModerno;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #b3b3b3;
}

.simple__contents__list__item__mockup {
  display: flex;
  position: relative;
  width: 300px;
  margin-top: 36px;
}

.simple__contents__list__item__mockup img {
  position: relative;
  width: 300px;
  height: auto;
  max-height: 400px;
}

.simple_contents__list__item_character {
  display: flex;
  position: relative;
  width: 300px;
  margin-top: 25px;
  justify-content: end;
}

.simple__contents__list__item__information {
  position: relative;
  width: 100%;
  margin-top: 63px;
  padding: 0 30px;
}

.simple__contents__list__item__information__title {
  position: relative;
}

.simple__contents__list__item__information__title span {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #222222;
}

.simple__contents__list__item__information__paragraph {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  margin-top: 30px;
  color: #515151;
}

.simple__contents__feature {
  position: relative;
  margin-top: 370px;
}

.simple__contents__feature__subtitle {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #00b6c1;
}

.simple__contents__feature__title {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 50px;
  line-height: 160%;
  margin-top: 10px;
  color: #444444;
}

.simple__contents__feature__title span {
  color: #008890;
}

.simple__contents__feature__character {
  width: 223px;
  position: absolute;
  top: 290px;
  right: 50px;
}

.simple__contents__feature__character img {
  width: 223px;
  height: auto;
}

.simple__contents__feature__list {
  display: flex;
  position: relative;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 28px;
}

.simple__contents__feature__list__item {
  position: relative;
  width: 560px;
  box-shadow: 0px 0px 20px 1px #00000020;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border 0.2s, transform 0.2s;
}

.simple__contents__feature__list__item:hover {
  border: 2px solid #00b6c1;
}

.simple__contents__feature__list__item:nth-of-type(3) {
  margin-left: 370px;
}

.simple__contents__feature__list__item img {
  width: 100%;
  height: auto;
}

.simple__contents__feature__subtitle,
.simple__contents__feature__title {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.simple__contents__feature__subtitle.visible {
  opacity: 1;
  transform: translateY(0);
}

.simple__contents__feature__title.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.simple__contents__feature__list__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.simple__contents__feature__list__item.visible {
  opacity: 1;
  transform: translateY(0);
}

.simple__contents__feature__list__item.visible:hover {
  opacity: 1;
  transform: translateY(0) scale(1.07);
}
