@charset "utf-8";
/* CSS Document */

.project_card .project_card_list li.report::after {
    content: "Report";
    background-color: #038ea1;
}
.project_card .project_card_list li.report .date {
    color: #038ea1;
}

.project_bnr {
  padding: 80px 0;
  background: #f5f5f5;
}

.project_bnr_inner {
  width: 90%;
  margin: 0 auto;
}

.project_bnr_title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}


@media screen and (max-width: 768px) {
  .project_bnr_title {
    font-size: 2rem;
  }
}