/* 企業情報 */
.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;
  }

  .bg-img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    position: relative;
    margin-top: 35px;
    background-image: url(../../images/top/business_bg.webp);
    background-size: cover;
    /* z-index: -2; */
  }
  .title {
    text-align: center;
    font-size: var(--font-size-4xl);
    margin: 0;
    font-weight: 600;
    padding-bottom: 2rem;
  }
  .sub-title {
    display: block;
    width: 100%;
    color: #5E9CCB;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: calc(var(--font-size-m) * 1.5);
  }
  .sub-title::before {
    content: "";
    display: inline-block;
    background-image: url(../../images/common/icon01.webp);
    /* background-size: cover; */
    background-repeat: no-repeat;
    width: 55px;
    height: 19px;
  }
  .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;
  }


}
