.works-data__link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.works-data__link:hover {
  opacity: 1;
}
.works-data__link:hover .works-data__img img {
  transform: scale(1.1);
}

.works-data__img {
  aspect-ratio: 3/2;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.works-data__img img {
  transition: transform 0.3s ease;
}

.works-data__title {
  color: #43423f;
  font-size: 13px;
  font-weight: 300;
}

.news-data-list {
  border-top: 1px solid rgba(48, 51, 50, 0.2);
}

.news-data-list__link {
  border-bottom: 1px solid rgba(48, 51, 50, 0.2);
  padding-block: 25px;
  padding-right: 35px;
  position: relative;
  width: 100%;
}

.news-date-list__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-date-list__head {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
}

.data-date {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.data-tag {
  border: 1px solid #44423E;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  padding: 2px 10px;
  text-align: center;
}

.news-date-list__title {
  width: 100%;
}

.news-data-list__arrow {
  background-color: #43423f;
  border-radius: 50%;
  flex-shrink: 0;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.news-data-list__arrow::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
}

.news__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-works > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 450px;
}
.p-works__link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-works__link:hover {
  opacity: 1;
}
.p-works__link:hover .p-works__img img {
  transform: scale(1.1);
}

.p-works__img {
  aspect-ratio: 270/220;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}
.p-works__img img {
  transition: transform 0.3s ease;
}

.p-works__tag {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  padding: 6px 5px;
}

.p-works__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  margin-top: 10px;
}

.page-detail__header {
  align-items: center;
  display: flex;
  gap: 12px;
}

.detail-text {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  padding-top: 41px;
}

.detail__btn {
  align-items: center;
  background: #44423E;
  border: 1px solid #44423E;
  border-radius: 999px;
  color: #fff;
  display: block;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 74px;
  max-width: 183px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
.detail__btn:hover {
  background: #fff;
  color: #44423E;
}
.detail__btn.pdfLink {
  background: #fff;
  color: #44423E;
}
.detail__btn.pdfLink:hover {
  background: #44423E;
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid #d0d0d0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4545454545;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #61C4A9;
  content: "";
  height: 57%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.post-detail__content > h2:first-child {
  margin-top: 0;
}
.post-detail__content h2 {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 35px;
  margin-top: 53px;
}
.post-detail__content h2::before {
  background: #61C4A9;
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #61C4A9;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  margin-top: 83px;
  padding-bottom: 12px;
}

.post-detail__content img,
.page-detail__item img {
  display: block;
  height: 281px;
  margin: 40px auto 10px;
  margin-inline: auto;
  max-width: 600px;
}

.webgene-pagination {
  font-size: 14px;
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 86px;
}

.webgene-pagination a:hover {
  opacity: 0.7;
}

.webgene-pagination ul {
  align-items: center;
  color: #4b4b4b;
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding-inline-start: 0;
}

.webgene-pagination ul .number a {
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  height: 30px;
  line-height: 2.2;
  place-items: center;
  width: 30px;
}

.webgene-pagination ul .number.selected a {
  background: #44423E;
  border-radius: 50%;
  color: #fff;
}

li.next,
li.prev {
  position: relative;
}

li.next a,
li.prev a {
  height: 40px;
  padding: 2px;
  position: relative;
  width: 40px;
}

li.prev:after,
li.next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

li.prev:after {
  background-image: url("../images/prev.svg");
  left: 0;
}

li.next:after {
  background-image: url("../images/next.svg");
  right: 0;
}

@media (min-width: 768px) {
  .p-works > .webgene-blog {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    row-gap: 50px;
  }
  .post-detail__content img,
  .page-detail__item img {
    margin: 75px auto 20px;
    width: 43.9238653001vw;
  }
}

@media screen and (min-width: 768px) {
  li.next {
    margin-left: 30px;
  }
  li.prev {
    margin-right: 30px;
  }
  li.next a,
  li.prev a {
    color: #4b4b4b;
    line-height: 1;
    margin-top: 3px;
    padding-block: 10px;
    width: auto;
    z-index: 10;
  }
  li.prev a {
    padding-left: 48px;
  }
  li.next a {
    padding-right: 48px;
  }
  li.prev:after,
  li.next:after {
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .works-data__link {
    gap: 15px;
  }
  .news-data-list__link {
    padding-inline: 20px;
  }
  .news-date-list__contents {
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }
  .news-date-list__head {
    align-items: flex-start;
    flex-direction: column;
    max-width: 100px;
  }
  .news-data-list__arrow {
    height: 40px;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 40px;
  }
  .p-works > .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-works__tag {
    margin-top: 4px;
  }
}