@charset "UTF-8";
/* Sass Document */
.p-news {
  padding-top: 8.5rem;
  padding-bottom: 12rem;
  word-wrap: break-word;
}
.p-news * {
  line-break: strict;
  word-break: keep-all;
}

.p-news__content {
  max-width: 89rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-news__content {
    padding: 0 2.2rem;
    max-width: inherit;
  }
}

.p-category__list {
  margin-top: 7rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.7rem;
  gap: 0.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-category__list {
    font-size: 2.2rem;
  }
}
.p-category__list a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-category__list a {
    transition: 0.3s opacity;
  }
  .p-category__list a:hover {
    opacity: 0.7;
  }
}
.p-category__list a.c-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #243675;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-category__item {
  position: relative;
}
.p-category__item:not(:last-child) {
  margin-right: 1.5em;
}
.p-category__item:not(:last-child)::after {
  content: "／";
  position: absolute;
  top: 0;
  left: calc(100% + 0.1em);
}

.p-category {
  background-color: #243675;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2em;
  padding: 0.5rem;
  align-items: center;
}

.c-category-txt {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .c-category-txt {
    font-size: 2.1rem;
  }
}

.p-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3.65%;
}
@media screen and (max-width: 767.98px) {
  .p-news__list {
    display: block;
  }
}

.p-news__item {
  width: 30.8988764045%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-news__item {
    width: auto;
    padding-bottom: 8rem;
  }
}
.p-news__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-news__item a {
    transition: 0.3s opacity;
  }
  .p-news__item a:hover {
    opacity: 0.7;
  }
}

.p-news__inner {
  height: 100%;
}
.p-news__inner .p-img-wrapper {
  margin: 0 0 1em 0;
  aspect-ratio: 274/154;
}
.p-news__inner .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news__ttl-wrapper {
  display: grid;
  place-content: center;
  padding-bottom: 1.5rem;
}

.c-news-ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  font-weight: 500;
  padding-top: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.98px) {
  .c-news-ttl {
    font-size: 3.2rem;
    line-height: 1.65;
  }
}

.p-post__heading .c-news-ttl {
  display: block;
}

.p-news__txt-wrapper {
  margin-bottom: 1rem;
}

.c-news-txt {
  font-size: 1.7rem;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 767.98px) {
  .c-news-txt {
    font-size: 2.5rem;
    text-align: center;
    -webkit-line-clamp: 3;
    text-align: left;
  }
}

.c-detail-txt {
  font-size: 1.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .c-detail-txt {
    font-size: 2.3rem;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	詳細
* --------------------------------------------------------------------------------------------------*/
.p-post {
  word-break: break-all;
}

time {
  display: inline-block;
  margin-top: 1.8rem;
  font-size: 1.7rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  time {
    font-size: 2.5rem;
    text-align: center;
    display: block;
  }
}

.p-post__heading {
  border-bottom: 1px solid #243675;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__heading {
    border-bottom: none;
    padding-bottom: 3rem;
  }
}
.p-post__heading .c-news-ttl {
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
  line-height: clac(46/30);
}
@media screen and (max-width: 767.98px) {
  .p-post__heading .c-news-ttl {
    font-size: 4rem;
    text-align: center;
  }
}

.p-post__body {
  padding-top: 3.3rem;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body {
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 1.84;
  }
}
.p-post__body > *:first-child {
  margin-top: 0 !important;
}
.p-post__body .eyecatch {
  margin: 2em 0;
  width: 100%;
}
.p-post__body .eyecatch img {
  width: 100%;
  height: auto;
}
.p-post__body h1,
.p-post__body h2,
.p-post__body h3,
.p-post__body h4,
.p-post__body h5,
.p-post__body h6 {
  margin: 2em 0 1em;
}
.p-post__body h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h1 {
    font-size: 4rem;
  }
}
.p-post__body h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h2 {
    font-size: 3.8rem;
  }
}
.p-post__body h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h3 {
    font-size: 3.6rem;
  }
}
.p-post__body h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h4 {
    font-size: 3.4rem;
  }
}
.p-post__body h5 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h5 {
    font-size: 3.2rem;
  }
}
.p-post__body h6 {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h6 {
    font-size: 3rem;
  }
}
.p-post__body p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767.98px) {
  .p-post__body p {
    font-size: 2.5rem;
    line-height: 1.84;
  }
}
.p-post__body p + p {
  margin-top: 2em;
}
.p-post__body ul li {
  list-style: disc;
}
.p-post__body ol li {
  list-style: decimal;
}
.p-post__body ul,
.p-post__body ol {
  margin: 2em 0;
  padding-left: 1em;
}
.p-post__body li + li {
  margin-top: 0.5em;
}
.p-post__body blockquote {
  margin: 2em 0;
  padding: 2em;
  background-color: #f2f4f9;
}
.p-post__body blockquote p {
  font-style: italic;
}
.p-post__body a {
  color: currentColor;
}
@media (any-hover: hover) {
  .p-post__body a:hover {
    text-decoration: none;
  }
}

.p-sns-post {
  background-color: #e6e6e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-sns-post {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    padding: 1.4rem;
  }
}

.p-sns-post__list {
  display: flex;
  margin-left: 7rem;
  gap: 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-sns-post__list {
    margin-top: 2rem;
    margin-left: 0;
    justify-content: center;
    gap: 0 7rem;
  }
}

.p-sns-poist__item {
  width: 2.4rem;
}
.p-sns-poist__item img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-sns-poist__item {
    width: 4.5rem;
  }
}
@media (any-hover) {
  .p-sns-poist__item a {
    transition: 0.3s opacity;
  }
  .p-sns-poist__item a:hover {
    opacity: 0.7;
  }
}

.p-post__footer {
  padding-top: 1.8rem;
  border-top: 1px solid #243675;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: auto;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-post__footer {
    padding-top: 2.7rem;
  }
}
@media (any-hover) {
  .p-post__footer a {
    transition: 0.3s opacity;
  }
  .p-post__footer a:hover {
    opacity: 0.7;
  }
}
.p-post__footer .p-prev {
  grid-column: 1;
}
.p-post__footer .p-list {
  grid-column: 2;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__footer .p-list {
    font-size: 2.5rem;
  }
}
.p-post__footer .p-list a {
  text-decoration: none;
  color: currentColor;
}
.p-post__footer .p-next {
  text-align: right;
  grid-column: 3;
}
.p-post__footer .is-hide {
  visibility: hidden;
}

.c-pager-btn {
  width: 4rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-pager-btn {
    width: 4.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	pager
* --------------------------------------------------------------------------------------------------*/
.p-pager__list {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-pager__list {
    margin-top: 4rem;
    font-size: 2.5rem;
    gap: 0 1.2rem;
  }
}
.p-pager__list a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-pager__list a {
    transition: 0.3s opacity;
  }
  .p-pager__list a:hover {
    opacity: 0.7;
  }
}

.p-pager__item.is-hide {
  visibility: hidden;
  pointer-events: none;
}
.p-pager__item .c-current {
  text-decoration: underline;
}

.p-pager__item--prev,
.p-pager__item--next {
  width: 4rem;
}
.p-pager__item--prev .p-pager__link,
.p-pager__item--next .p-pager__link {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .p-pager__item--prev,
.p-pager__item--next {
    width: 4.4rem;
  }
}

.p-pager__link {
  padding-inline: 1rem;
}

.wp-embed-aspect-4-3 {
  aspect-ratio: 4/3;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: inherit;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.wp-block-embed__wrapper {
  width: 100% !important;
  height: 100% !important;
}
.wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image .alignleft {
  margin-bottom: 3rem;
}

.wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767.98px) {
  .wp-block-image {
    margin-inline: auto !important;
  }
  .wp-block-image img {
    width: 100% !important;
    height: auto !important;
  }
  .wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    float: none !important;
    margin-inline: 0 !important;
    width: 100% !important;
  }
}
/*# sourceMappingURL=news.css.map */