/* 企業情報 */
.news {
  z-index: 1;
  padding: 12rem 0;
  @media screen and (max-width: 960px) {
    padding: 6rem 0;
  }
  @media screen and (max-width: 599px) {
    padding: 4rem 0;
  }
  .title {
    font-size: var(--font-size-2xl);
    margin: 0;
    font-weight: 600;
    padding-bottom: 2rem;
  }
  .contents {
    border-top: 1px solid var(--border-color);
  }
  .news-link {
    color: inherit;
    text-decoration: none;
  }
  .massage-list {
    height: 5.5rem;
    margin: auto;
    border-bottom: 1px solid var(--border-color);
    .datetime {
      flex: 0.2;
      font-weight: 500;
    }
    .title {
      flex: 0.8;
    }
    @media screen and (max-width: 599px) {
      flex-direction: column;
      align-items: normal;
      line-height: 15px;
      justify-content: center;
    }
  }
  .btn-area {
    justify-content: start;
  }


}
