#voice {
  background: linear-gradient(45deg, #f2f6f9, #ecf7fa);
  padding-top: 61px;
  padding-bottom: 66px;
  overflow-x: clip;
}

@media screen and (max-width: 999px) {
  #voice {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.voice__itemsWrapper {
  margin-top: 37px;
  position: relative;
}

.voice__arrow {
  position: absolute;
  top: 43%;
  width: 70px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .voice__arrow {
    width: 50px;
    top: 6%;
  }
}

.voice__arrow--prev {
  left: 11.8%;
}

.voice__arrow--next {
  right: 11.8%;
}

@media screen and (max-width: 999px) {
  .voice__arrow--prev {
    left: 5%;
  }
  
  .voice__arrow--next {
    right: 5%;
  }
}

.voice__items {
  display: flex;
  margin: 0 -10px;
}
.voice__item {
  background-color: #ffffff;
  border-radius: 30px;
  max-width: 1000px;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.05);
  display: flex !important;
  justify-content: space-between;
  padding-top: 55px;
  padding-left: 86px;
  padding-right: 72px;
  padding-bottom: 52px;
}

@media screen and (max-width: 999px) {
  .voice__item {
    width: 30%;
    max-width: 300px;
    padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  flex-direction:column;
  gap: 30px;
  }
}

.voice__itemInfo {
  display: flex;
  flex-direction: column;
  width: 27.674%;
}

@media screen and (max-width: 999px) {
  .voice__itemInfo {
    width: 100%;
  }
}

.voice__itemImage {
  width: 100%;
}

@media screen and (max-width: 999px) {
.voice__itemImage {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
}

.voice__itemInfoDetails {
  display: flex;
  flex-direction: column;
  margin-top: 49px;
  padding-left: 11px;
  gap: 14px;
}
@media screen and (max-width: 999px) {
  .voice__itemInfoDetails {
    margin-top: 20px;
    padding-left: 0;
    gap: 10px;
  }
}

.voice__itemInfoDetail {
  display: flex;
  border-bottom: 2px solid #101010;
  -o-border-image: linear-gradient(
    90deg,
    #0fcede 0%,
    #0fcede 45px,
    #f5f5f7 45px,
    #f5f5f7 100%
  );
  border-image: linear-gradient(
    90deg,
    #0fcede 0%,
    #0fcede 45px,
    #f5f5f7 45px,
    #f5f5f7 100%
  );
  border-image-slice: 2;
  padding-bottom: 6px;
}

.voice__itemInfoDetailHead {
  font-size: 14px;
  letter-spacing: 0.04em;
  min-width: 58px;
}

.voice__itemInfoDetailContent {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.voice__itemText {
  width: 64.253%;
}

@media screen and (max-width: 999px) {
  .voice__itemText {
    width: 100%;
  }
}

.voice__itemHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  gap: 7px;
  position: relative;
}

.voice__itemHead::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #0fcede;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.voice__itemCat {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #fff;
  background-color: #0fcede;
  display: inline-block;
  margin-left: 3px;
  padding: 2px 6px 0px 10px;
}

.voice__itemName {
  display: flex;
  gap: 9px;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .voice__itemName {
    flex-direction:column;
    align-items: flex-start;

  }
}
.voice__itemName h3 {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .voice__itemName h3 {
    font-size: 16px;
  }
}

.voice__itemName p {
  font-size: 13px;
  letter-spacing: 0.04em;
  border: 1px solid #202020;
  border-radius: 100px;
  padding: 4px 12px 0px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 999px) {
  .voice__itemName p {
    padding: 4px 12px 4px 16px;
  }
}

.voice__itemContent {
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-top: 7px;
  padding-right: 40px;
  box-sizing: border-box;
  line-height: 1.92307692308;
}

@media screen and (max-width: 999px) {
  .voice__itemContent {
  padding-right: 0;
  margin-top: 20px;
  }
}

.voice__itemTextDetail {
  display: flex;
  border-bottom: 1px solid #202020;
  padding-bottom: 6px;
}

@media screen and (max-width: 999px) {
  .voice__itemTextDetail {
    flex-direction:column;
  }
}

.voice__itemDetailTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 44px;
  gap: 6px;
  margin-left: 1px;
}

.voice__itemDetailTitle h4 {
  font-size: 16px;
  padding: 3px 7px 2px 9px;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-color: #0fcede;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}

.voice__itemDetailTitle p {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #0fcede;
}

.voice__itemDetailContent {
  display: flex;
  align-items: center;
  color: #222222;
  margin-left: 23px;
  background: linear-gradient(rgba(0, 0, 0, 0) 89%, rgba(255, 245, 126, 0.6) 0);
}

@media screen and (max-width: 999px) {
  .voice__itemDetailContent {
    margin-left: 0;
  }
}

.sum {
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
  transform: translateY(37.5px);
}

@media screen and (max-width: 999px) {
  .sum {
    transform: translateY(13.5px);
  }
}

.price {
  font-size: 52px;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  transform: translateY(27px);
}

@media screen and (max-width: 999px) {
  .price {
    font-size: 32px;
    transform: translateY(10px);
}
}

.yen {
  transform: translateY(27.5px);
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .yen {
    font-size: 18px;
    transform: translateY(13.5px);
  }
}

.voice__buttonWrapper {
  text-align: center;
  margin-top: 33px;
}
.voice__button {
  width: 270px;
}
