@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("lib/ress.min.css");
.p-news {
  background: url(../img/news_heading.webp) no-repeat 50% 0/100vw auto;
}
@media screen and (max-width: 767px) {
  .p-news {
    background: url(../img/news_heading_sp.webp) no-repeat 50% 6rem/100vw auto;
  }
}
.p-news .l-news {
  padding: 11.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-news .l-news {
    padding: 3.9rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news .p-detail {
    background: #fff;
    border-radius: 2rem 2rem 0 0;
  }
}
.p-news .p-detail-head {
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  height: 21rem;
  margin-top: -21rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-head {
    height: unset;
    margin-top: -16rem;
  }
}
.p-news .p-detail-head .c-inner-s {
  border-bottom: 1px solid #D3D3D3;
  height: 20.2rem;
  padding: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-head .c-inner-s {
    height: unset;
    padding: 2.5rem 0;
  }
}
.p-news .p-detail-head .date {
  color: #26499D;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-head .date {
    margin: 0 0 0.9rem;
  }
}
.p-news .p-detail-head .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-head .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-news .p-detail-body {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  padding: 6.5rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-body {
    row-gap: 2rem;
    padding: 2rem 0 4rem;
  }
}
.p-news .p-detail-body figure {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 66.3rem;
}
.p-news .p-detail-foot {
  padding: 0 0 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-detail-foot {
    display: flex;
    justify-content: center;
    padding: 0 0 8.3rem;
  }
}/*# sourceMappingURL=news.css.map */