.testimonial {
  background-position: center;
  background-size: cover;
  padding: 40px 0 40px;
  position: relative;
}

.testimonial .container {
  position: relative;
}

.testimonial .section-title {
  margin-bottom: 38px;
}

.collection-list-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: grid;
  justify-content: start;
  justify-items: stretch;
  overflow: visible;
}

.collection-list-2:not(.api-ready) > * {
  visibility: hidden;
}

.collection-list-2:after {
  display: none;
}

.collection-list-2.api-ready:before {
  content: none;
  display: none;
}

.collection-list-2:not(.api-ready):before {
  content: "お客様の声を読み込んでいます…";
  color: #f7f6f1;
  grid-column: 1 / -1;
  min-height: 180px;
  border: 1px solid #ffffff4d;
  font-family: "Yu Mincho", YuMincho, serif;
  letter-spacing: .08em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  text-align: left;
}

.testimonial .collection-list-2 > .empty-state {
  color: #f7f6f1;
  background: transparent;
  grid-column: 1 / -1;
  min-height: 180px;
  border: 1px solid #ffffff4d;
  padding: 0 20px;
  font-family: "Yu Mincho", YuMincho, serif;
  letter-spacing: .08em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left !important;
}

.testimonial .collection-list-2 > .empty-state > div {
  width: 100%;
  text-align: left !important;
}

.collection-list-2 .review-slide {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-self: stretch;
  justify-self: start;
}

.review-block {
  gap: 34px;
  background: #fffffff2;
  border: 1px solid #ffffff66;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 310px;
  height: 100%;
  padding: 34px 30px 28px;
  box-shadow: 8px 8px 0 #071a1c4d;
  position: relative;
}

.review-block:after {
  content: '';
  background: #cedd4c;
  width: 42px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}

.review-top {
  gap: 16px;
  width: 100%;
}

.review-quote {
  color: #2c858a;
  height: 38px;
  font-family: Georgia, Times, serif;
  font-size: 58px;
  line-height: 1;
}

.review-block .paragraph-3 {
  color: #26302f;
  margin: 0;
  font-family: Georgia, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  font-size: 14px;
  line-height: 2;
}

.review-bottom {
  gap: 14px;
  border-top: 1px solid #173b3d1f;
  width: 100%;
  padding-top: 20px;
}

.review-img {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.review-image {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.review-name {
  color: #173b3d;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
}

.review-block .text-block-3 {
  color: #68716f;
  font-size: 11px;
}

@media screen and (max-width: 991px) {
  .collection-list-2 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-block {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .testimonial {
    padding: 62px 0 70px;
  }

  .review-block {
    gap: 26px;
    padding: 30px 24px 24px;
  }
}
