.review__lt {
  font-size: 16px;
  word-break: keep-all;
}
.review__lt .review__title {
  text-align: center;
  padding-bottom: 30px;
}
.review__lt .review__title h2 {
  font-size: 40px;
  font-family: var(--Ria);
  line-height: 1;
  margin-bottom: 0.5em;
}
.review__lt .review__title p {
  font-weight: 500;
}
.review__lt .lt__slider .swiper {
  padding: 30px 0;
}
.review__lt .swiper-slide {
  width: 440px;
}
.review__lt .lt__card {
  height: 490px;
  padding: 40px;
  border-radius: 1em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 3px 5px 25px 0px rgba(160, 139, 122, 0.2);
          box-shadow: 3px 5px 25px 0px rgba(160, 139, 122, 0.2);
}
.review__lt .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review__lt .lt__name {
  font-size: 20px;
  font-style: normal;
  color: #c3b8b0;
}
.review__lt .lt__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #715f53;
  word-break: keep-all;
  padding: 1em 0 1.2em;
}
.review__lt .lt__content {
  word-break: keep-all;
  letter-spacing: -0.05em;
}
.review__lt .lt__ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.review__lt .lt__ft a {
  font-size: 18px;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__lt .lt__ft a::after {
  content: "";
  width: 0.6em;
  height: 0.8em;
  margin-left: 1em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(/img/common/icon/chevron-brown.svg) center/contain no-repeat;
}/*# sourceMappingURL=style.css.map */