.p-news__container {
  display: flex;
  max-width: 102.4rem;
  margin-inline: auto;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    display: block;
    padding-inline: 1.6rem;
  }
}

.p-select__content {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-select__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
}
.p-select__content .p-select-wrapper {
  border: 1px solid #76857c;
  width: calc(50% - 1.2rem);
  position: relative;
}
.p-select__content .p-select-wrapper::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icn_link_down.svg) no-repeat center/contain;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-select__content .p-select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1.4rem 4rem 1.4rem 1.2rem;
  line-height: 1.4;
  color: #76857c;
}

@media screen and (max-width: 767px) {
  .p-sidebar__block {
    display: none;
  }
}
.p-sidebar__block dt {
  color: #76857c;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-sidebar__block dd {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-sidebar__block dd a {
  position: relative;
  padding-block: 0.6rem;
  display: inline-block;
}
.p-sidebar__block + .p-sidebar__block {
  margin-top: 3.5rem;
}

.p-news__main-ttl {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-news__main-ttl {
    font-size: 1.8rem;
  }
}

.p-news__list {
  margin-top: 3.2rem;
}

.p-news__item {
  border-bottom: 1px solid rgba(118, 133, 124, 0.5);
}

.p-news__inner {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  padding-block: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    -moz-column-gap: 2.8rem;
         column-gap: 2.8rem;
    align-items: flex-start;
    padding-block: 2.4rem;
  }
  .p-news__inner .p-date-category-wrapper {
    margin-top: 3rem;
  }
}

.p-news__img-wrapper {
  width: 19rem;
  aspect-ratio: 190/127;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__img-wrapper {
    width: 10rem;
    aspect-ratio: 100/67;
  }
}
.p-news__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-news__txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.0012em;
  font-weight: 400;
  margin-top: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-news__txt {
    font-size: 1.3rem;
    line-height: 2.1538461538;
    margin-top: 0.8rem;
  }
}

.p-date-category-wrapper {
  margin-top: 1.6rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-date-category-wrapper {
    margin-top: 1.2rem;
  }
}
.p-date-category-wrapper time {
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #76857c;
}
.p-date-category-wrapper .p-category {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #76857c;
  position: relative;
  padding-left: 2em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-date-category-wrapper .p-category {
    padding-left: 1em;
    margin-left: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.p-date-category-wrapper .p-category::before {
  content: "";
  position: absolute;
  height: 1em;
  width: 1px;
  background-color: #76857c;
  top: 0.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-date-category-wrapper .p-category::before {
    top: 0.2rem;
  }
}

.p-news__body {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    max-width: calc(100% - 10rem - 2.8rem);
  }
}

.p-news__content {
  flex-grow: 1;
  max-width: 77.2rem;
}

.p-post__ttl {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-post__ttl {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.p-post__heading {
  padding-bottom: 6.4rem;
}

.p-news-related {
  max-width: 102rem;
  margin-inline: auto;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-news-related {
    margin-top: 12rem;
    padding-inline: 2rem;
  }
}
.p-news-related .c-section__ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-related .c-section__ttl {
    font-size: 1.8rem;
  }
}

.p-news-related__list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-related__list {
    margin-top: 1rem;
  }
}

.p-news-related__item {
  border-bottom: 1px solid rgba(118, 133, 124, 0.5);
  padding-block: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-related__item {
    padding-block: 2.4rem;
  }
}

.p-news-related__inner {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-news-related__inner {
    display: block;
  }
}
.p-news-related__inner .p-date-category-wrapper {
  margin-top: 0.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news-related__inner .p-date-category-wrapper {
    margin-top: 2.8rem;
  }
}
.p-news-related__inner .p-date-category-wrapper .p-category {
  width: 14em;
}
@media screen and (max-width: 767px) {
  .p-news-related__inner .p-date-category-wrapper .p-category {
    width: auto;
  }
}

.p-news-related__body {
  flex-grow: 1;
}
.p-news-related__body .c-ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-related__body .c-ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
  }
}
.p-news-related__body .c-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-news-related__body .c-txt {
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}

.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=news.css.map */