.p-news {
  padding-top: 0;
  background: none;
}
/* ID:183 */
.p-news__mv {
  padding: 40px 0;
}
.p-news__mv .c-mainTitle {
  text-align: center;
}
.p-news__content {
  background: none;
}
.p-news__head {
  margin-bottom: 48px;
}
.p-newsItem {
  border-bottom: 1px solid var(--border-color);
}
.p-newsItem:first-child {
  border-top: 1px solid var(--border-color);
}
.p-newsItem__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.p-newsItem__link:hover .p-newsItem__title span {
  border-bottom-color: var(--text-color);
}
.p-newsItem__body {
  width: 62%;
}
.p-newsItem__headlineMeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.p-newsItem__badgeList {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-newsItem__category {
  font-size: 13px;
  color: var(--accent-color-teal);
  margin-bottom: 0;
  font-family: "MFW-PIshiiGothicStdN-M", sans-serif;
  font-weight: 500;
}
.p-newsItem__title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "MFW-PIshiiGothicStdN-M", sans-serif;
  font-weight: 500;
}
.p-newsItem__title span {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
}
.p-newsItem__metaRow {
  display: flex;
}
.p-newsItem__metaRow:not(:last-child) {
  margin-bottom: 4px;
}
.p-newsItem__published {
  display: block;
  margin-top: 24px;
  color: var(--text6-color);
  font-size: 13px;
}
.p-newsItem__thumb {
  width: 35%;
}

@media (max-width: 1024px) {
  .p-news__mv {
    padding: 40px 0;
  }
  .p-news__head {
    margin-bottom: 24px;
  }
  .p-newsItem__link {
    padding: 16px 0;
  }
  .p-newsItem__headlineMeta {
    gap: 8px;
    margin-bottom: 6px;
  }
  .p-newsItem__title {
    font-size: 18px;
  }
  .p-newsItem__metaRow {
    font-size: 14px;
  }
  .p-newsItem__published {
    margin-top: 8px;
  }
  .p-newsItem--noImage .p-newsItem__body {
    width: 100%;
  }
}/*# sourceMappingURL=news.css.map */
