.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #e60012;
  --color-gray: #f5f2f2;
  --color-light-gray: #aba9a9;
  --sidebar-width: clamp(250px, 18.0288461538vw + 111.5384615385px, 300px);
  --content-max-width: calc(100vw - var(--sidebar-width) - 12.5%);
}

.page-news-detail .news-article {
  background-color: var(--color-gray);
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article {
    grid-template-columns: 100%;
    margin-top: 5.5rem;
  }
}

.page-news-detail .news-article h1 {
  color: var(--color-black);
  font-size: 40px;
  font-weight: 500;
}

.page-news-detail .news-article .latest-news {
  position: relative;
  background-color: var(--color-gray);
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .latest-news {
    order: 2;
    background-color: var(--color-white);
  }
}

.page-news-detail .news-article .latest-news .sticky-container {
  position: sticky;
  top: 60px;
}

.page-news-detail .news-article .latest-news .sticky-container .list-inner {
  padding-top: 56px;
  height: 100vh;
  padding-bottom: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .latest-news .sticky-container .list-inner {
    padding-top: 9rem;
    height: revert;
    overflow-y: revert;
  }
}

.page-news-detail
  .news-article
  .latest-news
  .sticky-container
  .list-inner::-webkit-scrollbar {
  display: none;
}

.page-news-detail
  .news-article
  .latest-news
  .sticky-container
  .list-inner
  .c-heading-split {
  padding-left: 30px;
}

.page-news-detail
  .news-article
  .latest-news
  .sticky-container
  .list-inner
  .c-heading-split
  .ja {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .c-heading-split
    .ja {
    font-size: 2.35rem;
  }
}

.page-news-detail
  .news-article
  .latest-news
  .sticky-container
  .list-inner
  .c-heading-split
  .en {
  font-size: 48px;
  background: linear-gradient(
    75deg,
    var(--color-red) 1.22em,
    var(--color-black) 1.22em
  );
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .c-heading-split
    .en {
    font-size: 4.6rem;
  }
}

.page-news-detail
  .news-article
  .latest-news
  .sticky-container
  .list-inner
  .m-news-list {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list {
    padding-inline: 2rem;
    margin-top: 4.95rem;
  }
}

@media screen and (min-width: 769px) {
  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list {
    padding-inline: 30px;
    gap: 30px 60px;
    margin-top: 40px;
  }

  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list
    .news-list__item {
    position: relative;
  }

  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list
    .news-list__item
    > .link {
    grid-template-columns: 100%;
    grid-template-areas: "img" "text" "date";
  }

  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list
    .news-list__item
    .date {
    grid-area: date;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    height: auto;
  }

  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list
    .news-list__item
    .text {
    grid-area: text;
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.6666666667;
    padding-block: 0;
  }

  .page-news-detail
    .news-article
    .latest-news
    .sticky-container
    .list-inner
    .m-news-list
    .news-list__item
    .arrow {
    display: none;
  }
}

.page-news-detail .news-article .news-content {
  position: relative;
  background-color: var(--color-white);
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content {
    order: 1;
  }
}

.page-news-detail .news-article .news-content:before {
  content: "";
  width: 100vw;
  height: 17.5625vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE2MDBweCIgaGVpZ2h0PSIyODFweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMzAsIDAsIDE4KSIKIGQ9Ik0wLjAwMCwyODAuOTk5IEwxNTk5LjEwMDAsMjgwLjk5OSBMMTU5OS4xMDAwLDAuMDAwIEMxMDkyLjkzOSwxNTguMzg5IDU1Ni4xMDYsMjQ5LjI5NSAwLjAwMCwyNjIuMjE1IEwwLjAwMCwyODAuOTk5IFoiLz4KPC9zdmc+);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
  transform: scaleY(-1);
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9Ijc1MHB4IiBoZWlnaHQ9IjE1M3B4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDIzMCwgMCwgMTgpIgogZD0iTS0yMDkuMDAwLDE1Mi45ODkgTDg4MS4wMDcsMTUyLjk4OSBMODgxLjAwNywtMzcuOTg5IEM1MzUuNTY5LDY5LjY1OCAxNjkuODUwLDEzMS40NDEgLTIwOS4wMDAsMTQwLjIyMyBMLTIwOS4wMDAsMTUyLjk4OSBaIi8+Cjwvc3ZnPg==);
    width: 80rem;
    height: 43.7rem;
    right: auto;
    left: -23rem;
  }
}

.page-news-detail .news-article .news-content .share-container {
  position: relative;
  display: flex;
  column-gap: 15px;
  justify-content: end;
  padding-right: 30px;
  padding-top: 38px;
  padding-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .share-container {
    column-gap: 2rem;
    align-items: end;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-right: 2.35rem;
  }
}

.page-news-detail .news-article .news-content .share-container .share {
  color: var(--color-white);
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .share-container .share {
    font-size: 1.4rem;
  }
}

.page-news-detail .news-article .news-content .share-container .link-container {
  display: flex;
  column-gap: 15px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .share-container
    .link-container {
    column-gap: 1.65rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .share-container
  .link-container
  .link {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .share-container
    .link-container
    .link {
    width: 1.85rem;
    height: 1.85rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .share-container
  .link-container
  .link
  svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  fill: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
  .page-news-detail
    .news-article
    .news-content
    .share-container
    .link-container
    .link
    svg:hover,
  .page-news-detail
    .news-article
    .news-content
    .share-container
    .link-container
    .link
    svg:is(a:hover *) {
    animation: hoverBoundAnime-u57dxtp 0.2s
      cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@keyframes hoverBoundAnime-u57dxtp {
  0% {
    translate: 0%;
  }

  50% {
    translate: 0 -15%;
  }

  to {
    translate: 0%;
  }
}

.page-news-detail .news-article .news-content .news-heading {
  position: relative;
  padding-inline: 6.25%;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--color-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-news-detail .news-article .news-content .news-heading img {
  max-width: 67%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .news-heading {
    padding-inline: 2.5rem;
    padding-bottom: 3.5rem;
  }

  .page-news-detail .news-article .news-content .news-heading img {
    max-width: 67%;
    margin: 0 auto;
  }
}

.page-news-detail .news-article .news-content .news-heading .heading {
  font-size: 42px;
  line-height: 1.5714285714;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-top: 16px;
}

.page-news-detail
  .news-article
  .news-content
  .news-heading
  .heading:is(.image + .heading) {
  margin-top: 62px;
  padding-right: unset;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .news-heading .heading {
    font-size: 2.4rem;
    margin-top: 1rem;
    padding-right: unset;
  }

  .page-news-detail
    .news-article
    .news-content
    .news-heading
    .heading:is(.image + .heading) {
    margin-top: 3.1rem;
  }
}

.page-news-detail .news-article .news-content .news-heading .date {
  margin-top: 64px;
  margin-left: auto;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .news-heading .date {
    margin-top: 4rem;
    margin-left: auto;
    font-size: 1.3rem;
    text-align: right;
  }
}

.page-news-detail .news-article .news-content .related-creator-container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-inline: 6.25%;
  border-bottom: 1px solid var(--color-gray);
  display: grid;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .related-creator-container {
    padding-inline: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* 関連データが存在しない場合のdivider */
.page-news-detail .news-article .news-content .related-creator-divider {
  border-bottom: 1px solid var(--color-gray);
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 12px;
  column-gap: 47px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper {
    row-gap: 1.5rem;
    column-gap: 4.7rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper.--wrap {
  grid-template-columns: unset;
  grid-row: span 2;
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper.--wrap
  .list {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper.--wrap
  .list
  .text {
  width: 100%;
  text-align: revert;
  align-self: start;
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper.--wrap
  .list
  .items {
  display: flex;
  flex-wrap: wrap;
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper
  .list {
  display: flex;
  column-gap: 16px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list {
    column-gap: 0.8rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper
  .list
  .text {
  font-weight: 700;
  font-size: 14px;
  align-self: start;
  white-space: nowrap;
  text-align: right;
  border-bottom: 1px solid var(--color-black);
  margin-top: 12px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list
    .text {
    font-size: 1.1rem;
    padding-bottom: 0.8rem;
    margin-top: 0.6rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper
  .list
  .items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 310px;
  align-content: start;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list
    .items {
    max-width: unset;
    gap: 0.6rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .related-creator-container
  .list-wrapper
  .list
  .items
  .link
  img {
  aspect-ratio: 1/1;
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list
    .items
    .link
    img {
    width: 3.1rem;
    height: 3.1rem;
  }
}

@media (any-hover: hover) {
  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list
    .items
    .link
    img {
    transition: scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
      filter 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom;
  }

  .page-news-detail
    .news-article
    .news-content
    .related-creator-container
    .list-wrapper
    .list
    .items
    .link:hover
    img {
    scale: 110%;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
  }
}

.page-news-detail .news-article .news-content .news-body {
  background-color: var(--color-white);
}

.page-news-detail .news-article .news-content .news-body .news-body-inner {
  padding: 48px 0;
  padding-inline: 6.5%;
  max-width: 960px;
  margin: 0;
}

/* WordPressコンテンツ用スタイル */
.page-news-detail .news-article .news-content .news-body .news-body-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h1,
.page-news-detail .news-article .news-content .news-body .news-body-inner h2,
.page-news-detail .news-article .news-content .news-body .news-body-inner h3,
.page-news-detail .news-article .news-content .news-body .news-body-inner h4,
.page-news-detail .news-article .news-content .news-body .news-body-inner h5,
.page-news-detail .news-article .news-content .news-body .news-body-inner h6 {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #000;
}

/* WordPressブロックエディタの見出しブロック用 */
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-heading {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h1 {
  font-size: 28px;
  line-height: 1.4;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h2 {
  font-size: 24px;
  line-height: 1.4;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h3 {
  font-size: 20px;
  line-height: 1.4;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h4 {
  font-size: 18px;
  line-height: 1.4;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner h5,
.page-news-detail .news-article .news-content .news-body .news-body-inner h6 {
  font-size: 16px;
  line-height: 1.4;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner ul,
.page-news-detail .news-article .news-content .news-body .news-body-inner ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5em;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* WordPressブロックエディタのリストブロック用 */
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-list {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-list
  ul,
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-list
  ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* WordPressブロックエディタのその他のブロック要素 */
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-quote {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-image {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-table {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-code {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-preformatted {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-verse {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-separator {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .wp-block-spacer {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  blockquote {
  border-left: 4px solid var(--color-red);
  padding-left: 1em;
  margin: 2em 0;
  font-style: italic;
  color: #666;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  strong,
.page-news-detail .news-article .news-content .news-body .news-body-inner b {
  font-weight: 600;
  color: #000;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner em,
.page-news-detail .news-article .news-content .news-body .news-body-inner i {
  font-style: italic;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner a {
  color: #0066cc;
  text-decoration: underline;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  a:hover {
  text-decoration: none;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner th,
.page-news-detail .news-article .news-content .news-body .news-body-inner td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}

.page-news-detail .news-article .news-content .news-body .news-body-inner th {
  background-color: #f5f5f5;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .news-content .news-body .news-body-inner {
    padding-top: 4.05rem;
    padding-inline: 3rem;
    width: 100%;
    margin: 0 auto;
  }
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  > :first-child {
  margin-top: 0;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .contact-block {
  margin-top: 61px;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner
  .contact-block
  .contact-btn {
  margin-inline: auto;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block {
  row-gap: 0;
  display: block;
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-1,
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-2,
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-3 {
  margin-top: 61px;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .news-content
    .news-body
    .news-body-inner.c-gallery-block
    .col-1,
  .page-news-detail
    .news-article
    .news-content
    .news-body
    .news-body-inner.c-gallery-block
    .col-2,
  .page-news-detail
    .news-article
    .news-content
    .news-body
    .news-body-inner.c-gallery-block
    .col-3 {
    margin-top: 4rem;
  }
}

.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-1:first-child,
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-2:first-child,
.page-news-detail
  .news-article
  .news-content
  .news-body
  .news-body-inner.c-gallery-block
  .col-3:first-child {
  margin-top: 0;
}

.page-news-detail .news-article .content-block {
  overflow: hidden;
  padding-block: 54px 140px;
  padding-inline: calc(9.1304347826% + 30px) 135px;
}

.page-news-detail .news-article .content-block > * + * {
  margin-top: 70px;
}

.page-news-detail .news-article .content-block .text-box {
  font-size: 17px;
  line-height: 1.7647058824;
  font-feature-settings: "palt";
  margin-top: 54px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.page-news-detail .news-article .content-block .text-box + .text-box {
  margin-top: 54px;
  padding-top: 54px;
  position: relative;
}

.page-news-detail .news-article .content-block .text-box + .text-box:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
}

.page-news-detail .news-article .content-block .slider-box {
  position: relative;
}

.page-news-detail .news-article .content-block .slider-box .splide {
  position: relative;
  min-width: calc(100% + 30px);
  left: -15px;
}

.page-news-detail .news-article .content-block .slider-box .splide__track {
  overflow: visible;
}

.page-news-detail .news-article .content-block .slider-box .splide__slide {
  padding-inline: 15px;
}

.page-news-detail .news-article .content-block .slider-box .splide__arrows {
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  margin-block: auto;
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .page-news-detail .news-article .content-block .slider-box .splide__arrows {
    width: 100%;
  }
}

.page-news-detail
  .news-article
  .content-block
  .slider-box
  .splide__arrows
  .splide__arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
  background: var(--color-red);
  position: relative;
  left: 0;
  right: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: painted;
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .content-block
    .slider-box
    .splide__arrows
    .splide__arrow {
    width: 4.35rem;
    height: 4.35rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-news-detail
    .news-article
    .content-block
    .slider-box
    .splide__arrows
    .splide__arrow:hover.splide__arrow--prev:before {
    transform: translate(-10%) rotate(-180deg);
  }

  .page-news-detail
    .news-article
    .content-block
    .slider-box
    .splide__arrows
    .splide__arrow:hover.splide__arrow--next:before {
    transform: translate(10%);
  }
}

.page-news-detail
  .news-article
  .content-block
  .slider-box
  .splide__arrows
  .splide__arrow:before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIKIGQ9Ik0wLjk5MSw2Ljc0NiBMMTguOTkxLDYuNzQ2IEMxOS41NDMsNi43NDYgMTkuOTkxLDcuMTk0IDE5Ljk5MSw3Ljc0NiBDMTkuOTkxLDguMjk5IDE5LjU0Myw4Ljc0NyAxOC45OTEsOC43NDcgTDAuOTkxLDguNzQ3IEMwLjQzOCw4Ljc0NyAtMC4wMDksOC4yOTkgLTAuMDA5LDcuNzQ2IEMtMC4wMDksNy4xOTQgMC40MzgsNi43NDYgMC45OTEsNi43NDYgWiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNTUsIDI1NSkiCiBkPSJNMTMuNzc0LDEuMDY5IEwxOS42ODUsNi45NzkgQzIwLjA5Myw3LjM4OCAyMC4wOTMsOC4wNDkgMTkuNjg1LDguNDU4IEMxOS4yNzcsOC44NjUgMTguNjE1LDguODY1IDE4LjIwNyw4LjQ1OCBMMTIuMjk3LDIuNTQ3IEMxMS44ODksMi4xMzggMTEuODg5LDEuNDc3IDEyLjI5NywxLjA2OSBDMTIuNzA1LDAuNjYxIDEzLjM2NiwwLjY2MSAxMy43NzQsMS4wNjkgWiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNTUsIDI1NSkiCiBkPSJNMTIuMjc4LDEyLjk4NyBMMTguMjEyLDcuMDc2IEMxOC42MjIsNi42NjcgMTkuMjg2LDYuNjY3IDE5LjY5NSw3LjA3NiBDMjAuMTA1LDcuNDg0IDIwLjEwNSw4LjE0NSAxOS42OTUsOC41NTMgTDEzLjc2MSwxNC40NjQgQzEzLjM1MiwxNC44NzMgMTIuNjg4LDE0Ljg3MyAxMi4yNzgsMTQuNDY0IEMxMS44NjgsMTQuMDU2IDExLjg2OCwxMy4zOTQgMTIuMjc4LDEyLjk4NyBaIi8+Cjwvc3ZnPg==);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 768px) {
  .page-news-detail
    .news-article
    .content-block
    .slider-box
    .splide__arrows
    .splide__arrow:before {
    width: 1.85rem;
    height: 1.85rem;
  }
}

.page-news-detail
  .news-article
  .content-block
  .slider-box
  .splide__arrows
  .splide__arrow.splide__arrow--prev:before {
  transform: rotate(180deg);
}

.page-news-detail .news-article .content-block .img-list-box {
  display: flex;
  gap: 40px;
}

.page-news-detail .news-article .content-block .img-box {
  width: 100%;
}

.page-news-detail .news-article .content-block .img-box figcaption {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 22px;
}
