/* -----------------
news_wrap
-------------------- */
.news_wrap {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .news_wrap {
    padding: 13.3333333333vw 0;
  }
}
.news_wrap .m_wrap {
  max-width: 1110px;
}
@media screen and (min-width: 768px) {
  .news_wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_wrap .list::after {
    content: "";
    width: 31.5315315315%;
  }
}
@media screen and (min-width: 768px) {
  .news_wrap .list li {
    width: 31.5315315315%;
  }
  .news_wrap .list li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .news_wrap .list a {
    display: block;
  }
  .news_wrap .list a:hover {
    opacity: 1;
  }
  .news_wrap .list a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news_wrap .list .img {
  width: 100%;
  aspect-ratio: 350/240;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .img {
    width: 35.8461538462%;
    aspect-ratio: 233/160;
  }
}
.news_wrap .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.news_wrap .list .txt_box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
@media screen and (min-width: 768px) {
  .news_wrap .list .txt_box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt_box {
    gap: 1.8666666667vw 3.0666666667vw;
    width: 61.0769230769%;
  }
}
.news_wrap .list .date,
.news_wrap .list .category {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .date,
.news_wrap .list .category {
    font-size: 2.9333333333vw;
    line-height: 1.2272727273;
  }
}
.news_wrap .list .category {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .category {
    text-underline-offset: 1.6vw;
  }
}
.news_wrap .list .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #2a3b4c;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.news_wrap .m_btn_02 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news_wrap .m_btn_02 {
    margin-top: 10.6666666667vw;
  }
}

/* -----------------
news_detail_wrap
-------------------- */
.news_detail_wrap {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap {
    padding: 13.3333333333vw 0;
  }
}
.news_detail_wrap .m_wrap {
  max-width: 730px;
}
.news_detail_wrap .art_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_head {
    gap: 2.6666666667vw 0;
  }
}
.news_detail_wrap .art_head .date {
  font-family: var(--font-crimson);
  font-size: 1.6rem;
  line-height: 1.25;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d3d1ce;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_head .date {
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.news_detail_wrap .art_head .category {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_head .category {
    font-size: 3.7333333333vw;
  }
}
.news_detail_wrap .art_head .ttl {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  color: var(--color-blue);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_head .ttl {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
.news_detail_wrap .art_cont {
  display: flow-root;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont {
    margin-top: 16vw;
  }
}
.news_detail_wrap .art_cont > * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont > * {
    margin-top: 13.3333333333vw;
  }
}
.news_detail_wrap .art_cont > *:first-child {
  margin-top: 0 !important;
}
.news_detail_wrap .art_cont > div, .news_detail_wrap .art_cont > figure {
  display: flow-root;
}
.news_detail_wrap .art_cont img {
  width: auto;
}
.news_detail_wrap .art_cont h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h1 {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
.news_detail_wrap .art_cont h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h2 {
    font-size: 5.3333333333vw;
    line-height: 1.9;
  }
}
.news_detail_wrap .art_cont h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h3 {
    font-size: 4.8vw;
    line-height: 2;
  }
}
.news_detail_wrap .art_cont h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h4 {
    font-size: 4.2666666667vw;
    line-height: 2.125;
  }
}
.news_detail_wrap .art_cont h5 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h5 {
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
  }
}
.news_detail_wrap .art_cont h6 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont h6 {
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
  }
}
.news_detail_wrap .art_cont p,
.news_detail_wrap .art_cont li {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .art_cont p,
.news_detail_wrap .art_cont li {
    font-size: 4.8vw;
  }
}
.news_detail_wrap .art_cont strong,
.news_detail_wrap .art_cont b {
  font-weight: 700;
}
.news_detail_wrap .art_cont a {
  text-decoration: underline;
}
.news_detail_wrap .art_cont ul,
.news_detail_wrap .art_cont ol {
  padding-left: 2em;
}
.news_detail_wrap .art_cont ul li {
  list-style-type: disc;
}
.news_detail_wrap .art_cont ol li {
  list-style-type: decimal;
}
.news_detail_wrap .art_cont .is-type-video > div {
  aspect-ratio: 500/280;
}
.news_detail_wrap .art_cont .is-type-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_detail_wrap .m_not_num_pager_list {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .m_not_num_pager_list {
    margin-top: 13.3333333333vw;
  }
}

/*# sourceMappingURL=news.css.map */
