.review_container {
  background-color: #f3f3f3;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .review_container {
    padding: 16px 10px;
  }
}
.review_ttlblock {
  border-bottom: 2px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
.review_ttlblock svg {
  fill: #ff7d00;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .review_ttlblock svg {
    width: 16px;
    height: 16px;
  }
}
.review_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-inline: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .review_ttl {
    font-size: 15px;
  }
}
.review_intro {
  font-weight: bold;
  text-align: center;
  margin-block: 24px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .review_intro {
    font-size: 16px;
    margin-block: 16px;
  }
}
.review_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .review_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.review-item {
  background-color: #fff;
  padding: 16px;
  border: 2px solid #333;
  border-radius: 8px;
  position: relative;
  container-type: inline-size;
  padding-bottom: 6cqw;
}
@media screen and (max-width: 767px) {
  .review-item {
    padding: 16px 10px;
    padding-bottom: 10cqw;
  }
}
.review-item_img {
  position: absolute;
  width: min(25cqw, 112px);
}
.review-item_img-1 {
  left: -3cqw;
  bottom: -5cqw;
}
.review-item_img-2 {
  right: -2cqw;
  bottom: -5cqw;
}
.review-item_highlight {
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #eee;
  font-weight: bold;
  margin-bottom: 8px;
  width: fit-content;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .review-item_highlight {
    font-size: 14px;
  }
}
.review-item_highlight:not(:first-child) {
  margin-top: 16px;
}
