/*==================================================
section voice
===================================*/
.voice {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #f3fae7;
}

.voice__slider {
  margin-top: 2rem;
}

.voice__slide {
  padding: 2rem;
  background: #fff;
}

.voice__human {
  position: relative;
  width: 12rem;
  height: 12rem;
  margin-inline: auto;
  border: 1px solid #7fd113;
  border-radius: 50%;
  background: #fffcf0;
}

.voice__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice__items {
  display: grid;
  margin-top: 2rem;
  gap: 1.5rem;
}

.voice__item .voice__content {
  position: relative;
  gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 2rem;
}

.voice__item .voice__content::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f5f5f7;
  content: "";
}

.voice__item .voice__content span {
  position: relative;
  display: inline-block;
  width: 5.5rem;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}

.voice__item .voice__content span::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 5.5rem;
  height: 2px;
  background: #f87601;
  z-index: 1;
  content: "";
}

.voice__label {
  position: relative;
}

.voice__label::after {
  z-index: 2;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7fd113;
  content: "";
}

.voice__head {
  margin-top: 1rem;
  padding-left: 1em;
  border-left: 3px solid #7fd113;
}

.voice__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 9px;
  border: 1px solid #7fd113;
  color: #7fd113;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-align: center;
}

.voice__title {
  font-weight: 400;
  font-size: 1.6rem;
}

.voice__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .voice {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .voice__slide {
    display: grid;
    grid-template-columns: clamp(11rem, -3.171rem + 18.452vi, 23.4rem) 1fr;
    padding: 5.3rem 11.2rem 4.3rem 9.7rem;
    gap: 5.6rem;
  }

  .voice__human {
    width: 23.4rem;
    width: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
    height: 23.4rem;
    height: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
  }

  .voice__items {
    margin-top: 2.95rem;
  }

  .voice__image {
    width: 9.3rem;
  }

  .voice__head {
    margin-top: 2rem;
  }

  .voice__title {
    font-size: 2rem;
  }

  .voice__text {
    margin-top: 2.5rem;
    line-height: 2;
  }
}

/*==================================================
section voice END
===================================*/
