@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mobo: "MOBO-SemiBold", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-kumbh-sans: "Kumbh Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 500;
}

:root {
  --color-base: #1A1C25;
  --color-placeholder: #D4D4D4;
  --color-gray-01: #E9EBF1;
  --color-gray-02: #D4D4D4;
  --color-blue-01: #183672;
  --color-blue-02: #104879;
  --color-green: #006B64;
  --color-yellow-01: #FFF2CA;
  --color-yellow-02: #FFE25A;
  --color-orange: #F37E14;
  --color-red-01: #FF1000;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 370;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-news {
  position: relative;
  padding-top: 22.8rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 8rem;
  }
}
.p-news .c-unique-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.8rem;
}
@media screen and (max-width: 767px) {
  .p-news .c-unique-bg {
    height: 18.3rem;
  }
}
.p-news .c-wrap {
  position: relative;
  z-index: 1;
  padding-block: 12.7rem 17.8rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-news .c-wrap {
    padding-block: 4rem 10.5rem;
    width: calc(390 / var(--width-sp-design) * 100vw);
  }
}
.p-news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.1rem;
  margin-inline: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-news .list {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 89.7435897436%;
  }
}
.p-news .list_link {
  display: block;
}
.p-news .list_link:focus-visible {
  --_img-scale: scale(1.1);
  opacity: 1;
}
@media (any-hover: hover) {
  .p-news .list_link:hover {
    --_img-scale: scale(1.1);
    opacity: 1;
  }
}
.p-news .list_fig {
  position: relative;
}
.p-news .list_fig_img {
  aspect-ratio: 386/267;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news .list_fig_img {
    aspect-ratio: 350/200;
  }
}
.p-news .list_fig_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: var(--_img-scale);
  transition: transform var(--transition-base);
}
.p-news .list_fig_cap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.7rem;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 1;
  width: calc(100% - 1.4rem);
  pointer-events: none;
}
.p-news .list_fig_cap_category {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  color: #fff;
  text-indent: 0.2em;
  padding: 0.6rem 0.3rem;
  background: #0B246D;
}
.p-news .list_date {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .list_date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 2rem;
  }
}
.p-news .list_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news .list_ttl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-news .c-pager {
  margin-top: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .c-pager {
    margin-top: 4rem;
  }
}

.p-news-detail {
  position: relative;
  container-type: inline-size;
}
.p-news-detail .c-wrap {
  max-width: 166rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .c-wrap {
    width: 94.2028985507%;
  }
}
.p-news-detail .head {
  position: relative;
  padding-block: 17.5rem 18.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .head {
    padding-block: 15.6rem 18.3rem;
  }
}
.p-news-detail .head .c-unique-bg {
  position: absolute;
  inset: 0 calc(50% - 50cqi);
  z-index: -1;
}
.p-news-detail .head_hgroup_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-news-detail .head_hgroup_ttl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    width: 94.8717948718%;
  }
}
.p-news-detail .head_hgroup_date {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .head_hgroup_date {
    margin-top: 3rem;
  }
}
.p-news-detail .head_hgroup_date_txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.p-news-detail .art {
  margin-top: -7rem;
  padding-block: 12.6rem 17.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art {
    margin-top: -10.3rem;
    padding-block: 8rem 10.5rem;
  }
}
.p-news-detail .art_eyecatch {
  margin-inline: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_eyecatch {
    max-width: 89.7435897436%;
  }
}
.p-news-detail .art_inner {
  display: flow-root;
  position: relative;
  margin: 3rem auto 0;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner {
    max-width: 89.7435897436%;
  }
}
.p-news-detail .art_inner > * {
  margin-top: 2rem;
}
.p-news-detail .art_inner > *:first-child {
  margin-top: 0;
}
.p-news-detail .art_inner > div, .p-news-detail .art_inner > figure {
  display: flow-root;
}
.p-news-detail .art_inner img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner img {
    display: block;
    margin-top: 4rem;
    width: 100%;
  }
}
.p-news-detail .art_inner iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-news-detail .art_inner h1,
.p-news-detail .art_inner h2,
.p-news-detail .art_inner h3 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner h1,
  .p-news-detail .art_inner h2,
  .p-news-detail .art_inner h3 {
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}
.p-news-detail .art_inner h4 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner h4 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-news-detail .art_inner h5,
.p-news-detail .art_inner h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner h5,
  .p-news-detail .art_inner h6 {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-news-detail .art_inner p,
.p-news-detail .art_inner li,
.p-news-detail .art_inner th,
.p-news-detail .art_inner td,
.p-news-detail .art_inner blockquote {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner p,
  .p-news-detail .art_inner li,
  .p-news-detail .art_inner th,
  .p-news-detail .art_inner td,
  .p-news-detail .art_inner blockquote {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-news-detail .art_inner strong,
.p-news-detail .art_inner b {
  font-weight: 700;
}
.p-news-detail .art_inner em {
  font-style: italic;
}
.p-news-detail .art_inner a {
  color: var(--color-blue-01);
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.3rem;
  transition: text-decoration-color var(--transition-base), opacity var(--transition-base);
}
.p-news-detail .art_inner a:focus-visible {
  text-decoration-color: transparent;
}
@media (any-hover: hover) {
  .p-news-detail .art_inner a:hover {
    text-decoration-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner ul,
  .p-news-detail .art_inner ol {
    margin-top: 4rem;
  }
}
.p-news-detail .art_inner ul li {
  position: relative;
  padding-left: 1em;
}
.p-news-detail .art_inner ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-news-detail .art_inner ol {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-news-detail .art_inner ol li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 0.25em;
  position: relative;
}
.p-news-detail .art_inner ol li::before {
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number 1;
}
.p-news-detail .art_inner blockquote {
  color: #fff;
  padding: 3rem;
  background: var(--color-blue-01);
}
.p-news-detail .art_inner blockquote * {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner blockquote {
    padding: 2rem;
  }
}
.p-news-detail .art_inner .wp-block-image:has(.alignright) + p, .p-news-detail .art_inner .wp-block-image:has(.alignleft) + p {
  display: block;
}
.p-news-detail .art_inner .wp-block-image:has(.alignright) .alignright,
.p-news-detail .art_inner .wp-block-image:has(.alignright) .alignleft, .p-news-detail .art_inner .wp-block-image:has(.alignleft) .alignright,
.p-news-detail .art_inner .wp-block-image:has(.alignleft) .alignleft {
  float: none;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .wp-block-image:has(.alignright) .alignright,
  .p-news-detail .art_inner .wp-block-image:has(.alignright) .alignleft, .p-news-detail .art_inner .wp-block-image:has(.alignleft) .alignright,
  .p-news-detail .art_inner .wp-block-image:has(.alignleft) .alignleft {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner .wp-block-image:has(.alignright) {
    float: right;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner .wp-block-image:has(.alignleft) {
    float: left;
    margin-right: 3rem;
  }
}
.p-news-detail .art_inner .art-btns {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner .art-btns:has(:not(div)) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner .art-btns:has(div) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-detail .art_inner .art-btns_btn {
    min-width: 36.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns_btn {
    text-align: center;
  }
}
.p-news-detail .art_inner .art-btns_btn + .art-btns_btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns_btn + .art-btns_btn {
    margin-top: 2rem;
  }
}
.p-news-detail .art_inner .art-btns_btn._black a {
  color: #fff;
  background: linear-gradient(90deg, var(--color-blue-01) 0%, var(--color-blue-01) 50%, var(--color-base) 50%, var(--color-base) 100%) right center/200% 100%;
}
.p-news-detail .art_inner .art-btns_btn._back a::after {
  left: 3rem;
  right: auto;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns_btn._back a::after {
    left: 2rem;
    right: auto;
  }
}
.p-news-detail .art_inner .art-btns_btn a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-base);
  text-align: center;
  text-decoration: none;
  display: grid inline;
  place-content: center;
  position: relative;
  padding: 1.5rem 5rem;
  width: 100%;
  min-height: 8rem;
  border: 0.1rem solid var(--color-base);
  border-radius: var(--border-radius-infinity);
  background: linear-gradient(90deg, var(--color-blue-01) 0%, var(--color-blue-01) 50%, #fff 50%, #fff 100%) right center/200% 100%;
  transition: color var(--transition-base), background-position var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns_btn a {
    padding: 0.5rem 3.5rem;
    max-width: 34rem;
    min-height: 6rem;
  }
}
.p-news-detail .art_inner .art-btns_btn a::after {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: var(--font-family-en);
  content: ">";
  position: absolute;
  top: 48%;
  right: 3rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-news-detail .art_inner .art-btns_btn a::after {
    right: 2rem;
  }
}
.p-news-detail .art_inner .art-btns_btn a:focus-visible {
  color: #fff;
  border-color: var(--color-blue-01);
  background-position: 0 0;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-news-detail .art_inner .art-btns_btn a:hover {
    color: #fff;
    border-color: var(--color-blue-01);
    background-position: 0 0;
    opacity: 1;
  }
}

/*# sourceMappingURL=news.css.map */
