@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
/*Topのnews記事をベースに、news一覧、column一覧で使用*/
.article-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}
.article-header time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #9E9E9E;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.article-content {
  display: flex;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 3px solid #EAEAEA;
  text-align: left;
}
.article-content a {
  display: flex;
  align-items: center;
}
.article-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.article-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.1em;
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .article-header {
    margin-bottom: 3.08vw;
  }
  .article-header time {
    font-size: 3.85vw;
    letter-spacing: 0;
    margin-right: 2.5vw;
  }
  .article-title {
    font-size: 4.1vw;
    margin-bottom: 2.56vw;
  }
  .article-text {
    font-size: 3.59vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 0;
  }
  .article-content {
    padding-bottom: 6.67vw;
  }
  .article-content a {
    display: block;
  }
}

.tag-lists {
  margin-left: 14px;
  display: flex;
  flex-wrap: wrap;
}
.tag-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 2px 10px 3px;
  color: #fff;
}
.tag-item:not(:last-child) {
  margin-right: 10px;
}
.tag-notice, .tag-report {
  background: #484AFE;
}
.tag-important, .tag-interview {
  background: #FF6F5B;
}
.tag-info, .tag-column {
  background: #F89E07;
}
.tag-event, .tag-about {
  background: #1ABE71;
}
@media screen and (max-width: 768px) {
  .tag-lists {
    margin-left: 0;
  }
  .tag-item {
    font-size: 3.08vw;
    padding: 2px 10px;
  }
}

/*news一覧、column一覧*/
.pageheading {
  padding-top: 70px;
  text-align: center;
}
.pageheading__title {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
}
.pageheading__title i {
  display: block;
  width: 72px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000;
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pageheading {
    padding-top: 13.33vw;
  }
  .pageheading__title span {
    font-size: 6.67vw;
  }
  .pageheading__title svg {
    width: 100%;
  }
  .pageheading__text {
    font-size: 3.85vw;
    padding: 0 6.15vw;
    margin-top: 7.69vw;
  }
}

.filter-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 56px;
}
.filter-category__lists {
  font-size: 0;
}
.filter-category__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .filter-category {
    width: 87.69vw;
    margin: 0 auto;
    margin-top: 5.13vw;
    margin-bottom: 11.28vw;
  }
  .filter-category__title {
    font-size: 3.59vw;
    display: block;
    width: 100%;
    margin: 0 0 3.33vw 0;
    text-align: left;
  }
}
.filter__button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  min-width: 83px;
  padding: 0 10px;
  height: 25px;
  border-radius: 30px;
  transition: all 0.3 ease;
}
@media screen and (max-width: 768px) {
  .filter__button {
    font-size: 3.59vw;
    letter-spacing: 0;
    margin-bottom: 2.56vw;
    line-height: 1;
    height: auto;
    padding: 1.54vw 2.56vw 1.79vw;
  }
  .filter__button:not(:last-of-type) {
    margin-right: 2.5vw !important;
  }
}
.filter__button:hover {
  opacity: 0.7;
}
.filter__button:not(:last-of-type) {
  margin-right: 15px;
}
.filter__button.cat-all {
  background: #000000;
}
.filter__button.cat-notice, .filter__button.cat-report {
  background: #484AFE;
}
.filter__button.cat-important, .filter__button.cat-interview {
  background: #FF6F5B;
}
.filter__button.cat-info, .filter__button.cat-column {
  background: #F89E07;
}
.filter__button.cat-event, .filter__button.cat-about {
  background: #1ABE71;
}
.filter-lists {
  padding: 70px 20px;
  background: #F4F4F4;
}
.filter-item {
  display: flex;
  justify-content: space-between;
  max-width: 868px;
  margin: 0 auto;
  padding: 34px 0 32px;
  border-bottom: 3px solid #fffcfc;
}
.filter-item.is-lastItem {
  border-bottom: none;
}
.filter__thumb {
  width: 280px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.filter__thumb img {
  width: 280px;
  height: 200px;
  object-fit: cover;
}
.filter__body {
  width: 532px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .filter-lists {
    padding: 2.56vw 0 11.54vw;
  }
  .filter-item {
    max-width: 87.69vw;
    padding: 7.69vw 0;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "dt dt" "thumb body";
  }
  .filter__thumb {
    width: 35.13vw;
    height: 24.87vw;
    border-radius: 16px;
    overflow: hidden;
    grid-area: thumb;
    margin-top: 10vw;
  }
  .filter__thumb img {
    width: 35.13vw;
    height: 24.87vw;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .filter__body {
    width: 49.49vw;
    margin-left: 3.08vw;
    grid-area: body;
  }
}

.pager {
  max-width: 868px;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pager button {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 8px;
  margin-left: 6px;
  margin-bottom: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.2s;
}
.pager button.page-number {
  padding-top: 3px;
}
.pager button.pager-next {
  padding-top: 2px;
}
.pager button.active {
  background: #DEDEDE;
}
.pager button:hover {
  opacity: 0.7;
}
.pager button[aria-disabled=true] {
  display: none;
}
.pager button.pager-prev svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pager {
    margin: 6.15vw auto 0;
    justify-content: center;
  }
  .pager button {
    width: 8.97vw;
    height: 8.97vw;
    font-size: 3.33vw;
    margin-left: 1.28vw;
    margin-bottom: 1.28vw;
  }
  .pager button.pager-prev svg, .pager button.pager-next svg {
    width: 6px;
    height: auto;
  }
}

/* Topの一覧のスタイル上書き */
.article-content {
  border-bottom: none;
}
.article-content a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}
.article-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .article-content {
    padding: 0;
  }
  .article-header {
    grid-area: dt;
    margin-left: -38vw;
  }
  .article-text {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}

.tag-item {
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .tag-item {
    font-size: 3.33vw !important;
    letter-spacing: 0;
    padding: 1px 2.56vw 0.77vw;
    min-width: 14vw;
  }
}