.resources__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px 5%;
}
.resources__item {
  width: 30%;
  line-height: 1.5;
}
.resources__item__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
}
.resources__item__desc {
  color: #383D3D;
}
.resources__item__link {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 1rem 0;
  padding: 1rem 0;
}
.resources .prev, .resources .next {
  position: relative;
}
.resources .prev img, .resources .next img {
  opacity: 0;
}
.resources .prev a:after, .resources .prev span:after, .resources .next a:after, .resources .next span:after {
  content: "";
  position: absolute;
  background-color: #0a3a3e !important;
  color: #fff !important;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
}
.resources .prev a:after, .resources .prev span:after {
  background-image: url(../../img/common/ico_arrow_left_white.png);
}
.resources .next a:after, .resources .next span:after {
  background-image: url(../../img/common/ico_arrow_right_white.png);
}
.resources .news__pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  gap: 2rem;
}
.resources .news__pagination li a, .resources .news__pagination li span {
  background-color: #0a3a3e !important;
  color: #fff !important;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.resources .news__pagination li a.active, .resources .news__pagination li span.active {
  background-color: #20b8c3 !important;
  color: #fff !important;
}
.resources-detail__nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5rem;
  margin-top: 5rem;
}
.resources-detail__nav li {
  flex: 1;
}
.resources-detail__nav li a {
  border: 2px solid #20b8c3;
  width: 100%;
  padding: 1.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #20c8d5;
}
.resources-detail__nav li a:after {
  top: calc(50% - 2rem) !important;
}
.resources-detail__nav li.prev a {
  padding-left: 7rem;
}
.resources-detail__nav li.prev a:after {
  left: 1rem !important;
  right: unset;
}
.resources-detail__nav li.next a {
  padding-right: 7rem;
}
.resources-detail__nav li.next a:after {
  left: unset;
  right: 1rem !important;
}
.resources.newsdetail .section01__inner__h2 {
  color: #20c8d5;
}

@media (max-width: 768px) {
  .resources__item {
    width: 100%;
  }
  .resources-detail__nav {
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-top: 3rem;
  }
  .resources-detail__nav li a {
    padding: 1rem 1.5rem;
  }
  .resources-detail__nav li.prev a {
    padding-left: 6rem;
  }
  .resources-detail__nav li.next a {
    padding-right: 6rem;
  }
}/*# sourceMappingURL=resources.css.map */