@font-face {
  font-family: 'Noto Sans JP';
  src: url(/asset/fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}
.news .title__content {
  justify-content: flex-start;
}
.news .title__main {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .news .title__main {
    width: 75%;
  }
}
.news .title__top {
  background-image: url(/asset/images/news/news_title_bg.jpg);
}
@supports (background-image: url('/asset/images/news/news_title_bg.webp')) {
  .news .title__top {
    background-image: url(/asset/images/news/news_title_bg.webp);
  }
}
.news .company__contents {
  margin: 90px auto 0;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98%;
}
.news .news__area {
  width: 86%;
  margin: 0 auto;
}
.news .news__area a:last-child .news__block {
  border-bottom: 1px solid #000;
}
.news .news__block {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 1.5em 0;
  border-top: 1px solid #000;
}
.news .news__block .dt,
.news .news__block dd {
  transition: 0.3s;
}
.news .news__block:hover dd,
.news .news__block:hover dt {
  opacity: 0.5;
}
.news .news__date {
  width: 11%;
  padding-left: 1em;
}
.news .news__category {
  font-size: 14px;
  color: #fff;
  width: 12.5%;
  text-align: center;
  border-radius: 1em;
  padding: 0.2em 0;
}
.news .news__category.category_infomation {
  background-color: #00a0e9;
}
.news .news__category.category_recruitment {
  background-color: #ff6f61;
}
.news .news__content {
  width: 72%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .news .news__area {
    width: 90%;
    margin: 18vw auto;
  }
  .news .news__block {
    padding: 7vw 2%;
  }
  .news .news__date {
    width: 25%;
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 0;
  }
  .news .news__category {
    font-size: 3vw;
    width: 30%;
  }
  .news .news__content {
    width: 100%;
    font-size: 3.4vw;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.news .pages a {
  text-decoration: underline;
}
