@charset "utf-8";

/* ============= NEWS 一覧 ============= */
.news {
  padding: 1.875rem 0 1.875rem;
  position: relative;
}
.news__inner {
  position: relative;
  z-index: 1;
}
.news__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  width: 100vw;
  max-width: 1180px;
}
.top-news__item {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 7.5rem 0 7.5rem;
  }
  .news__list {
    margin-top: 2.53125rem;
    position: relative;
    row-gap: 24px;
  }
  .news__item_btn {
    width: 23.5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .news__link:hover {
    opacity: 1;
  }
  .news__link_btn {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
  }
}

.top-news__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 18px;
    padding: 2rem 0 2rem 7.5rem;
    row-gap: 18px;
}
@media screen and (max-width: 950px) {
    .top-news__list-inner {
        grid-row-gap:2.9333vw;
        padding: 5.067vw 4.133vw;
        row-gap: 2.9333vw;
    }
}
.top-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #aaa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (max-width: 750px) {
    .top-news__item {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.top-news__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .top-news__item-header {
        gap:1.6vw;
    }
}
.top-news__date {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    min-width: 80px;
}
@media screen and (max-width: 750px) {
    .top-news__date {
        font-size:3.467vw;
        min-width: 64px;
    }
}
.top-news__category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.3rem;
}
@media screen and (max-width: 750px) {
    .top-news__category {
        margin-left:1vw;
    }
}
.top-news__category-text {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    display: inline-block;
    font-size: 0.98rem;
    line-height: 1.4;
    padding: 4px 0px;
    text-align: center;
    white-space: nowrap;
    width: 137px;
    background-color: #969696;
}
.top-news__title-text {
    font-weight: 700;
    font-size: 0.98rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
@media screen and (max-width: 950px) {
    .top-news__category-text {
        width:107px;
    }
}
@media screen and (max-width: 750px) {
    .top-news__category-text {
        font-size:3.2vw;
        padding: .533vw 1.6vw;
        width: 15.2vw;
    }
}
.top-news__category-text--info {
    background-color: #0d51d1;
}
.top-news__category-text--recruit-info {
    background-color: #2babff;
}
.top-news__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.5rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    width: 100%;
}
@media screen and (max-width: 768px) {
    .news {
        padding: 3rem 0 4rem;
    }
    .top-news__content {
        margin-left:0px;
        margin-top: 1.333vw;
    }
}
.page-news .pagination {
    margin: 3rem;
}


/* ============= NEWS 詳細 ============= */
.single-news__header {
    display: flex;
    column-gap: 0.8rem;
    flex-wrap: wrap;
    align-items: center;
}
.single-news__content {
    margin: 3rem auto;
}
.single-news__nav-inner {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem auto;
    border-top: 1px dashed #707070;
    padding-top: 1rem;
    font-weight: 500;
}
.single-news__nav-inner a {
    color: #555;
}
@media screen and (max-width: 768px) {
    .single-news__nav-inner {
        font-size: 0.7rem;
    }
}
.single-news__content img {
    max-width: 920px;
    margin: 2rem auto 0.5rem;
}





















