@charset "UTF-8";
.p-news__container {
  position: relative;
}
.p-news__header {
  position: relative;
  margin-bottom: 69px;
}
@media screen and (max-width: 900px) {
  .p-news__header {
    margin-bottom: 35px;
  }
}
.p-news__ttl {
  position: relative;
  width: 22.8%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    width: 37%;
  }
}
.p-news__ttl-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 249%;
  transform: translate(-52%, -57%);
}
.p-news__ttl-inner {
  position: relative;
  display: block;
}
@media not all and (max-width: 900px) {
  .p-news__more {
    position: absolute;
    top: -89px;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news__more {
    position: relative;
    width: 155px;
    margin: 29px auto 0;
  }
}
.p-news__inner {
  position: relative;
}
.p-news__list-item {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}
.p-news__list-item + .p-news__list-item {
  margin-top: 11px;
}
.p-news__footer {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-news__footer {
    margin-top: 26px;
  }
}

.p-news_data {
  position: relative;
  display: block;
  padding: 25px 30px;
}
@media not all and (max-width: 900px) {
  .p-news_data {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-news_data {
    padding: 9px 15px 11px;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news_data:hover {
    color: var(--color-blue);
  }
}
@media screen and (max-width: 900px) {
  .p-news_data__header {
    margin-bottom: 7px;
  }
}
.p-news_data__date {
  position: relative;
  margin-right: 17px;
  padding: 2px 7px;
  color: var(--color-blue);
  letter-spacing: -0.02rem;
  line-height: 1;
  font-family: "Tenor Sans", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 900px) {
  .p-news_data__date {
    display: inline-block;
    margin-right: 0;
    padding: 0px 7px;
    transform: translateY(0);
  }
}
.p-news_data__date::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: var(--color-yellow);
}
@media screen and (max-width: 900px) {
  .p-news_data__date::before {
    top: 0px;
    bottom: 0px;
  }
  @supports (-webkit-touch-callout: none) {
    .p-news_data__date::before {
      top: -1px;
      bottom: 1px;
    }
  }
}
.p-news_data__date span {
  position: relative;
}
.p-news_data__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-news_data__ttl {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}

.p-news_detail {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}
.p-news_detail__container {
  width: 87.2%;
  margin: 0 auto;
  padding: 64px 0 75px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__container {
    padding: 28px 0 35px;
  }
}
.p-news_detail__header {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--color-blue);
}
@media screen and (max-width: 900px) {
  .p-news_detail__header {
    margin-bottom: 18px;
    padding-bottom: 19px;
  }
}
.p-news_detail__date {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 11px;
  padding: 0px 5px;
  color: var(--color-blue);
  letter-spacing: -0.02rem;
  line-height: 1;
  transform: translateY(-2px);
  font-family: "Tenor Sans", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 900px) {
  .p-news_detail__date {
    display: inline-block;
    margin-bottom: 9px;
    padding: 0px 7px;
    transform: translateY(0);
  }
}
.p-news_detail__date::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: var(--color-yellow);
}
@media screen and (max-width: 900px) {
  .p-news_detail__date::before {
    top: 0px;
    bottom: 0px;
  }
  @supports (-webkit-touch-callout: none) {
    .p-news_detail__date::before {
      top: -1px;
      bottom: 1px;
    }
  }
}
.p-news_detail__date span {
  position: relative;
}
.p-news_detail__ttl {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-news_detail__ttl {
    font-size: 14px;
    line-height: 1.75;
  }
}