@charset "UTF-8";

.news__list-area {
  margin: 30px auto 100px;
}

.news__list {
  margin-bottom: 50px;
}

.news__list-item {
  justify-content: flex-start;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}

.news__list-item:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.date {
  width: 15%;
  max-width: 150px;
  font-weight: 300;
}

.news__list-item a {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
}

.news__page-nation {
  margin-bottom: 50px;
}

.news__page-nation ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.news__page-nation span.page-numbers,
.news__page-nation a.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 400;
}

.news__page-nation a.page-numbers {
  background-color: #0599d9;
  color: #fff;
}

.news__page-nation span.page-numbers.current {
  background-color: #dadada;
  color: #747474;
}

.news__page-nation .next.page-numbers,
.news__page-nation .prev.page-numbers {
  background-color: transparent;
  color: #4a4a4a;
}

@media (max-width: 420px) {
  .news__list-area {
    margin: 30px auto 80px;
  }

  .date {
    width: 100%;
    padding-bottom: 10px;
  }

  .news__list-item a {
    flex: auto;
    width: 100%;
    font-size: 1.6rem;
  }
}

/* case-study */
.case__list-area {
  margin: 30px auto 80px;
}

.case__list {
  justify-content: space-between;
  gap: 50px;
}

.case__list-item {
  width: 45%;
}

.case__list-item a {
  display: grid;
  justify-content: center;
  align-items: start;
  grid-auto-rows: auto 3.5em 4em auto;
  gap: 5px;
}

.case__list-item figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.case__list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	
}

.case__list-item h3 {
  min-height: 3em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}

.lead-description {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: normal;
}

.cat-area {
  justify-content: flex-start;
  gap: 15px;
}

.cat-area p {
  padding: 5px 20px;
  background-color: #eaeaea;
  font-size: 1.4rem;
  font-weight: 500;
}

.case-pagination {
  gap: 20px;
  padding-top: 80px;
}

.case-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #0599d9;
  color: #fff;
}

.case-pagination .page-numbers.current {
  background-color: #dadada;
  color: #747474;
}

.case-pagination .page-numbers.next,
.case-pagination .page-numbers.prev {
  background-color: transparent;
  color: #0599d9;
}

@media (max-width: 420px) {
.case__list-item {
  width: 100%;
}
}
