@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --text-color-dark: #222;
}

@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
NEWS
==================================================== */
.news {
  padding: 16rem 0;
}
@media screen and (max-width: 1200px) {
  .news {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .news {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 4rem 0;
  }
}
.news-list {
  text-align: left;
}
.news-list-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 834px) {
  .news-list-item {
    padding: 6rem 0 4rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list-item {
    padding: 4rem 0 2rem;
    flex-direction: column;
    position: relative;
    gap: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .news-list-item {
    padding: 2rem 0 1rem;
  }
}
.news-list-item:first-of-type {
  padding-top: 0;
}
.news-list-item:first-of-type .news-list-date {
  top: 0;
}
.news-list-date {
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  color: #999;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 834px) {
  .news-list-date {
    font-size: 16px;
    max-width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .news-list-date {
    font-size: 15px;
    max-width: 100%;
  }
}
.news-list-content {
  width: 100%;
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 834px) {
  .news-list-content {
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 640px) {
  .news-list-content {
    max-width: 100%;
  }
}
.news-list .category {
  font-size: 18px;
  font-weight: 500;
  border-radius: 100vmax;
  width: 118px;
  height: 31px;
  border: 1px solid var(--bk);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .news-list .category {
    width: 100px;
    height: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .news-list .category {
    width: 80px;
    height: 24px;
    font-size: 14px;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .news-list .category {
    width: 70px;
    height: 22px;
    font-size: 12px;
  }
}
.news-list-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .news-list-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .news-list-title {
    font-size: 16px;
  }
}
.news-list-text {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .news-list-text {
    margin-top: 3rem;
    font-size: 15px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list-text {
    margin-top: 2rem;
    font-size: 14px;
    margin-top: 2rem;
  }
}/*# sourceMappingURL=news.css.map */