@charset "UTF-8";
.p-detail {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding: 6rem 0;
  }
}
.p-detail__btn {
  margin: 9rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail__btn {
    margin: 3rem auto 0;
  }
}
.p-detail__head {
  border-top: 1px solid #D4D2D1;
  border-bottom: 1px solid #D4D2D1;
  padding: 2.4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail__head {
    padding: 2rem;
  }
}
.p-detail__mv {
  max-width: 92.8rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail__mv {
    margin: 4rem 0 0;
  }
}
.p-detail__txt {
  overflow: hidden;
  max-width: 92.8rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail__txt {
    margin: 4rem 0 0;
  }
}
.p-detail__txt p {
  margin: 3rem 0;
}
.p-detail__txt p:first-of-type {
  margin-top: 0;
}
.p-detail__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-detail__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.p-detail__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.p-detail__txt .wp-block-image img {
  width: auto;
}
.p-detail__txt a {
  text-decoration: underline;
  color: #D92E1B;
}
@media (any-hover: hover) {
  .p-detail__txt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__txt .alignright {
    float: none;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .p-detail__txt .alignleft {
    display: block;
    float: none;
    text-align: center;
    margin-right: 0;
  }
}

.p-news {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 6rem 0;
  }
}
.p-news-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-news-cat {
    gap: 2rem 0;
    margin: 0 0 4rem;
  }
}
.p-news-cat__item {
  width: 20%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news-cat__item {
    width: 50%;
    font-size: 1.4rem;
  }
}
.p-news-cat__item.is-current a {
  color: #D92E1B;
  border-bottom: 0.2rem solid #D92E1B;
}
.p-news-cat__item a {
  display: block;
  color: #7C7574;
  padding: 0 0 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-cat__item a {
    padding: 0 0 1rem;
  }
}
.p-news__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-news__block {
    flex-flow: column;
  }
}
.p-news-main {
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-news-main {
    width: 100%;
    margin: 4.5rem 0 0;
  }
}
.p-news-main__btn {
  width: 24.6rem;
  height: 5.2rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news-main__btn {
    width: 19rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 7rem;
  }
}
.p-news-main__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #231815;
  color: #231815;
  background: #e6e6e6;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__btn a {
    padding-left: 2rem;
  }
}
.p-news-main__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.2rem;
  width: 2.2rem;
  height: 1.5rem;
  background: url(../img/news/icn_arrow.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-news-main__btn a::before {
    left: 3.3rem;
    width: 1.7rem;
    height: 0.6rem;
  }
}
@media (any-hover: hover) {
  .p-news-main__btn a:hover {
    opacity: 1;
  }
  .p-news-main__btn a:hover::before {
    left: 3rem;
  }
}
.p-news-main__date {
  font-size: 1.8rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__date {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.p-news-main__ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__ttl {
    font-size: 1.8rem;
  }
}
.p-news-main__txt {
  overflow: hidden;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-main__txt {
    margin: 2.5rem 0 0;
  }
}
.p-news-main__txt h1,
.p-news-main__txt h2,
.p-news-main__txt h3,
.p-news-main__txt h4,
.p-news-main__txt h5,
.p-news-main__txt h6 {
  font-size: 2.9rem;
  line-height: 1.9;
  word-break: normal;
}
.p-news-main__txt * + h1,
.p-news-main__txt * + h2,
.p-news-main__txt * + h3,
.p-news-main__txt * + h4,
.p-news-main__txt * + h5,
.p-news-main__txt * + h6,
.p-news-main__txt * + figure,
.p-news-main__txt * + img,
.p-news-main__txt * + .wp-block-image,
.p-news-main__txt * + .wp-block-embed {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__txt * + h1,
  .p-news-main__txt * + h2,
  .p-news-main__txt * + h3,
  .p-news-main__txt * + h4,
  .p-news-main__txt * + h5,
  .p-news-main__txt * + h6,
  .p-news-main__txt * + figure,
  .p-news-main__txt * + img,
  .p-news-main__txt * + .wp-block-image,
  .p-news-main__txt * + .wp-block-embed {
    margin-top: 4rem;
  }
}
.p-news-main__txt * + p,
.p-news-main__txt * + ul,
.p-news-main__txt * + ol,
.p-news-main__txt * + blockquote {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__txt * + p,
  .p-news-main__txt * + ul,
  .p-news-main__txt * + ol,
  .p-news-main__txt * + blockquote {
    margin-top: 2rem;
  }
}
.p-news-main__txt img + img,
.p-news-main__txt figure + img,
.p-news-main__txt img + figure,
.p-news-main__txt figure + figure {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-main__txt img + img,
  .p-news-main__txt figure + img,
  .p-news-main__txt img + figure,
  .p-news-main__txt figure + figure {
    margin-top: 2rem;
  }
}
.p-news-main__txt p {
  font-size: 1.6rem;
  line-height: 2.8;
  word-break: normal;
}
.p-news-main__txt strong {
  font-weight: bold;
}
.p-news-main__txt em {
  font-style: italic;
}
.p-news-main__txt blockquote {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 5rem;
}
.p-news-main__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #231815 0%);
}
@media (any-hover: hover) {
  .p-news-main__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.p-news-main__txt .wp-block-embed {
  max-width: 40rem;
}
.p-news-main__txt .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/3.5;
}
.p-news-main__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-news-main__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.p-news-main__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.p-news-main__txt .wp-block-image {
  overflow: hidden;
}
.p-news-main__txt img,
.p-news-main__txt img[class*=wp-image-],
.p-news-main__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-news-main__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}
.p-news-main__txt ul {
  list-style: none;
}
.p-news-main__txt ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 0 0 1em;
  word-break: normal;
}
.p-news-main__txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-news-main__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.p-news-main__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
  word-break: normal;
}
.p-news-main__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-news-main__txt {
    padding: 0;
  }
  .p-news-main__txt p {
    font-size: 1.2rem;
    line-height: 2.8;
  }
  .p-news-main__txt h1,
  .p-news-main__txt h2,
  .p-news-main__txt h3,
  .p-news-main__txt h4,
  .p-news-main__txt h5,
  .p-news-main__txt h6 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .p-news-main__txt ul li,
  .p-news-main__txt ol li,
  .p-news-main__txt blockquote {
    font-size: 1.2rem;
    line-height: 2.8;
  }
  .p-news-main__txt blockquote {
    padding: 2.5rem 3rem;
  }
  .p-news-main__txt .size-full {
    width: 100%;
  }
  .p-news-main__txt .aligncenter img {
    width: 100%;
    height: auto;
  }
  .p-news-main__txt .alignright {
    float: none;
    margin-left: 0;
  }
  .p-news-main__txt .alignright img {
    width: 100%;
    height: auto;
  }
  .p-news-main__txt .alignleft {
    float: none;
    margin-right: 0;
  }
  .p-news-main__txt .alignleft img {
    width: 100%;
    height: auto;
  }
}
.p-news-list__item {
  border-bottom: 1px dashed #231815;
}
.p-news-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.8rem 0 1.8rem 0.6rem;
}
.p-news-list__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 1rem 0;
  width: 10.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-list__data {
    width: 8rem;
    gap: 0.5rem 0;
  }
}
.p-news-list__date {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 1.2rem;
  }
}
.p-news-list__cat {
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #231815;
  text-align: center;
  line-height: 1.4;
  padding: 0.2rem 0.5rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__cat {
    font-size: 0.9rem;
  }
}
.p-news-list__ttl {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__ttl {
    width: calc(100% - 10rem);
    font-size: 1.2rem;
  }
}
.p-news-side {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-side {
    padding: 4rem 0 0;
  }
}
.p-news-side__txt {
  position: relative;
  line-height: 2.3;
  padding: 0 0 10rem 0;
  margin: 0 0 4.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-side__txt {
    margin: 0 0 3.5rem;
    padding: 0;
  }
}
.p-news-side__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.4rem;
  height: 1px;
  background: #231815;
}
@media screen and (max-width: 767px) {
  .p-news-side__txt::after {
    content: none;
  }
}
.p-news-category {
  position: sticky;
  top: 0;
  left: 0;
  width: 17.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-category {
    width: 100%;
  }
}
.p-news-category__ttl {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-category__ttl {
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 1.5rem;
  }
  .p-news-category__ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #231815;
  }
  .p-news-category__ttl span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 1.5rem 0 0;
  }
}
.p-news-category ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-category ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem 0;
  }
}
.p-news-category ul li {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-category ul li {
    width: calc(50% - 0.6rem);
    font-size: 1.1rem;
  }
}
.p-news-category ul li.is-current a {
  background: #e6e6e6;
}
.p-news-category ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border: 1px solid #231815;
  padding: 0.4rem 1rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-category ul li a {
    line-height: 1.4;
    padding: 0.6rem 0.5rem 0.3rem;
  }
}
@media (any-hover: hover) {
  .p-news-category ul li a:hover {
    background: #e6e6e6;
  }
}