body:has(#news) .c-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body:has(#news) .c-breadcrumbs {
    top: 4.3rem;
    left: 2.2rem;
  }
}
body:has(#news) .c-breadcrumbs.detail {
  width: calc(100% - 18.5rem);
}
@media screen and (max-width: 767px) {
  body:has(#news) .c-breadcrumbs.detail {
    top: -0.8rem;
    width: calc(100% - 15rem);
  }
}
body:has(#news) .c-breadcrumbs.detail ol {
  max-width: inherit;
}
body:has(#news) .c-breadcrumbs.detail ol li {
  letter-spacing: 0.14em;
}

.p-news-grid {
  margin: 11.8rem auto 0;
  max-width: 130rem;
  width: 100%;
  display: grid;
  grid-template-columns: 13.5rem 1fr;
  gap: 5.7rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-grid {
    position: relative;
    margin-top: 6rem;
    padding-bottom: 18rem;
    grid-template-columns: 100%;
    gap: 3rem;
    padding-inline: 1.6rem;
  }
}
.p-news-grid.detail {
  gap: 13.5rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-news-grid.detail {
    display: block;
    margin-top: 11.5rem;
    padding-bottom: 13.5rem;
  }
  .p-news-grid.detail .p-news-heading {
    display: none;
  }
}
.p-news-heading {
  padding-top: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-heading {
    padding-top: 0;
    width: 7.69rem;
    margin-inline: auto;
  }
}
.p-news-body {
  position: relative;
  padding-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-body {
    position: static;
    padding-top: 0;
  }
}
@media screen and (min-width: 767.1px) {
  .p-news-grid.detail .p-news-body {
    padding-right: 18.5rem;
  }
}
.p-news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.7rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2rem;
  }
}
.p-news-item a {
  display: block;
}
.p-news-item__img {
  width: 100%;
  aspect-ratio: 327/267;
}
.p-news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-news-item__img img {
    border-radius: 0.6rem;
  }
}
.p-news-item__date {
  color: #213235;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-item__date {
    font-size: 0.9rem;
  }
}
.p-news-item__ttl {
  color: #213235;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.14em;
  line-height: 1.5384615385;
  margin-top: 0.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-news-item__ttl {
    font-size: 1.3rem;
  }
}
.p-news-detail-heading__date {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news-detail-heading__date {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.p-news-detail-heading__ttl {
  color: #231815;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.3714285714;
  letter-spacing: 0.08em;
  margin-top: 2.8rem;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .p-news-detail-heading__ttl {
    font-size: 2.1rem;
    line-height: 1.4761904762;
    letter-spacing: 0.06em;
    margin-top: 4.8rem;
  }
}
.p-news-detail-body {
  margin-top: 3.5rem;
  display: flow-root;
}
@media screen and (max-width: 767px) {
  .p-news-detail-body {
    margin-top: 1.3rem;
  }
}
.p-news-detail-body > * {
  margin-block: 1.8em;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .p-news-detail-body > * {
    font-size: 1.4rem;
    line-height: 1.7571428571;
  }
}
.p-news-detail-body h1,
.p-news-detail-body h2,
.p-news-detail-body h3,
.p-news-detail-body h4,
.p-news-detail-body h5,
.p-news-detail-body h6 {
  margin-block: 2.5em 1em;
  line-height: 1.5;
  font-weight: 700;
}
.p-news-detail-body h1 {
  font-size: 1.25em;
}
.p-news-detail-body h2 {
  font-size: 1.2em;
}
.p-news-detail-body h3 {
  font-size: 1.15em;
}
.p-news-detail-body h4 {
  font-size: 1.1em;
}
.p-news-detail-body h5 {
  font-size: 1.05em;
}
.p-news-detail-body h6 {
  font-size: 1em;
}
.p-news-detail-body ul, .p-news-detail-body ol {
  padding-left: revert;
  list-style: revert;
}
.p-news-detail-body figure a {
  display: block;
}
.p-news-detail-body .wp-block-embed iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.p-news-detail-body .alignleft {
  float: left;
  margin: 1.8em 3em 1.8em 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail-body .alignleft {
    float: none;
    margin: 0;
    width: 100%;
  }
  .p-news-detail-body .alignleft.wp-block-embed {
    max-width: inherit !important;
  }
}
.p-news-detail-body .alignright {
  float: right;
  margin: 1.8em 0 1.8em 3em;
}
@media screen and (max-width: 767px) {
  .p-news-detail-body .alignright {
    float: none;
    margin: 0;
    width: 100%;
  }
  .p-news-detail-body .alignright.wp-block-embed {
    max-width: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .p-news-detail-body .aligncenter {
    margin: 0;
    width: 100%;
  }
}
.p-news-detail-body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-news-detail-body blockquote {
  margin: 1.8em 0;
  padding: 1.8em;
  font-style: italic;
}
.p-news-detail-body blockquote p {
  margin: 0;
}
.p-news-detail-body > *:first-child {
  margin-top: 0 !important;
}
.p-news-detail-body > *:last-child {
  margin-bottom: 0 !important;
}
.p-news-sns {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-news-sns {
    margin-top: 5.8rem;
  }
}
.p-news-sns__ttl {
  width: 43.9rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news-sns__ttl {
    width: 16.9rem;
  }
}
.p-news-sns__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-sns__box {
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}
.p-news-sns__item a {
  display: block;
}
.p-news-sns__item.facebook, .p-news-sns__item.line {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-sns__item.facebook, .p-news-sns__item.line {
    width: 2.4rem;
  }
}
.p-news-sns__item.x {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-sns__item.x {
    width: 1.9rem;
  }
}