@charset "utf-8";

/* -----------------------------------------------
* p-sec-feedback
*-------------------------------------------------- */
section:nth-of-type(odd).p-sec-feedback{
  padding: 0;
}
section:nth-of-type(odd) .p-sec-feedback__ctt__list__item{
  background: #f3f2ed;
}
.p-sec-feedback {
  padding: 8rem 0 6rem;
}
.p-sec-feedback__ctt__des p{
  text-align: center;
  margin-top: 2rem;
}
.p-sec-feedback__ctt__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 5.5rem;
}
.p-sec-feedback__ctt__list__item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.p-sec-feedback__ctt__list__item__img img {
  aspect-ratio: 309/175;
  object-fit: cover;
}
.p-sec-feedback__ctt__list__item__group {
  padding: 1.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.p-sec-feedback__ctt__list__item__group__top__date {
  font-size: 1.4rem;
}
.p-sec-feedback__ctt__list__item__group__top__txt {
  color: var(--gaia-color-primary);
  font-size: 1.8rem;
  margin-top: 1rem;
}
.p-sec-feedback__ctt__list__item__group__ft {
  margin-top: 1.5rem;
}
.p-sec-feedback__ctt__list__item__group__ft__year {
  font-size: 1.4rem;
}
.p-sec-feedback__ctt__list__item__group__ft__btn {
  margin-top: 2rem;
  max-width: 100%;
}
.p-sec-feedback__ctt__btn{
  margin: auto;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-sec-feedback {
    padding: 3.5rem 0;
  }
  .p-sec-feedback__ctt__des p{
    margin-top: 1rem;
  }
  .p-sec-feedback__ctt__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-sec-feedback__ctt__list__item__group__top__date {
    font-size: 1.2rem;
  }
  .p-sec-feedback__ctt__list__item__group__ft__year {
    font-size: 1.2rem;
  }
  .p-sec-feedback__ctt__list__item__group__top__txt {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  .p-sec-feedback__ctt__list__item__group__ft {
    margin-top: 1rem;
  }
  .p-sec-feedback__ctt__list__item__group__ft__btn {
    margin-top: 1.5rem;
  }
  .p-sec-feedback__ctt__list__item__group__ft__btn a{
    font-size: 1.2rem;
    min-height: 2.9rem;
    padding: 0;
  }
  .p-sec-feedback__ctt__list__item__group {
    padding: 1rem 2rem 2rem;
  }
  .p-sec-feedback__ctt__btn{
    margin-top: 2.5rem;
  }
}
