
/* p-news  ----------------------------------------------------------------------------
*/

.p-archiveNews {
  background: #fff;
  padding-block: 32px 16px;
}
@media (min-width: 1200px) {
  .p-archiveNews {
    padding-block: 64px 0px;
  }
}


.p-archiveNews__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-archiveNews__tag {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  padding: 8px 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .p-archiveNews__tag {
    padding: 7px 1rem;
  }
}

.p-archiveNews__tag.current {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.p-archiveNews__content {
  margin-top: 62px;
}
@media screen and (max-width: 1200px) {
  .p-archiveNews__content {
    margin-top: 28px;
  }
}

.p-archiveNews__lists {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  .p-archiveNews__lists {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.p-archiveNews__navi {
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .p-archiveNews__navi {
    margin-top: 23px;
  }
}


.p-archiveNews__content {
  max-width: 960px;
  margin: 64px auto 0;
}


/*p-newsList  ----------------------------------------------------------------------------
*/


@media (max-width: 1200px) {
  .p-recruitNews__postList .c-iconCircleArrow {
    position: absolute;
    right: 12px;
    top: 12px;
    background: none;
    border: none;
    width: 14px;
  }
}

.p-recruitNews__postList {
  width: calc(100%);
}

@media (min-width: 1200px) {
  .p-recruitNews__postList {
    width: 100%;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1200px) {
  .p-recruitNews__postItem {
    padding: 16px 0 20px;
    border-bottom: 1px solid #1717171A;
  }
  .p-recruitNews__postItem:last-child {
    border-bottom: none;
  }

}

@media (min-width: 1200px) {
  .p-recruitNews__postItem:has(> a):hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.p-recruitNews__postItem:has(> a) {
  position: relative;
}
.p-recruitNews__postLink {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .p-recruitNews__postLink {
    display: flex;
    align-items: center;
    padding-right: 8px;
  }
}

.p-recruitNews__text {
  width: 100%;
}

@media (max-width: 1200px) {
  .p-recruitNews__text {
    padding: 16px 0 24px;
    border-bottom: 1px solid #1717171A;
  }
}

@media (min-width: 1200px) {
  .p-recruitNews__text {
    width: calc(100% - 52px);
  }
}

.p-recruitNews__postHeader {
  margin-bottom: 8px;
}

.p-recruitNews__date {
  margin-right: 34px;
  font-family: var(--enPrimary);
  font-size: 15px;
  line-height: 2;
  color: #4D4D4D;
}

.p-recruitNews__category {
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #1976BD;
  background: #DEE5EB80;
}

.p-recruitNews__img {
  width: 108px;
  border: 1px solid #efefef;
}

@media (min-width: 1200px) {
  .p-recruitNews__img {
    width: 162px;
  }
}

.p-recruitNews__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}


/* ---pagenation--- */

.p-archiveNews__pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin-top: 48px;
}

.p-archiveNews__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
}

.p-archiveNews__pagination .current {
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
}

.p-archiveNews__pagination .next,
.p-archiveNews__pagination .prev {
    border: 1px solid #ccc;
}

.p-archiveNews__pagination img {
  width: 22px;
}

.p-archiveNews__pagination .prev img {
  transform: rotateY(180deg);
}
