.report {
  padding: 8rem 0 12.7rem;
  border-top: 0.1rem solid #DDDAD2;
}
.report_inner {
  margin: 0 auto;
  max-width: 110rem;
}
.report_list {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem 3.4rem;
}
.report_item {
  width: calc(33.33% - 2.2666666667rem);
}
.report_item_thumb {
  margin-bottom: 2.4rem;
  width: 100%;
  aspect-ratio: 1/0.6463;
}
.report_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report_item_name {
  margin-bottom: 0.7rem;
  color: #A39483;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.report_item_ttl {
  margin-bottom: 1.2rem;
  color: #A39483;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.report_item_list {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-flow: column;
  gap: 0.8rem 0;
}
.report_item_btn {
  padding: 1rem 0;
  width: 22rem;
  border-bottom: 0.1rem solid #C9BC9C;
  color: #A39483;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.report_item_btn::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.9em;
  background: url(../../img/common/icon_arrow_02.svg) center center no-repeat;
  background-size: contain;
}
.report_pagination ul {
  margin-top: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 0.6rem;
}
.report_pagination li {
  color: #A39483;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.report_pagination li .current {
  display: block;
  border-bottom: 0.1rem solid #A39483;
}
.report_pagination li span, .report_pagination li a {
  display: block;
  padding: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .report {
    padding: 6rem 3rem 8rem;
  }
  .report_inner {
    max-width: 100%;
  }
  .report_list {
    flex-flow: column;
    gap: 4rem 0;
  }
  .report_item {
    width: 100%;
  }
  .report_item_thumb {
    margin-bottom: 2.7rem;
  }
  .report_item_name {
    margin-bottom: 0.6rem;
  }
  .report_item_ttl {
    margin-bottom: 1.2rem;
  }
  .report_item_list {
    margin-bottom: 1rem;
  }
  .report_pagination ul {
    margin-top: 7rem;
  }
}

/*# sourceMappingURL=styles.css.map */
