@charset "UTF-8";
/*-----------------------------------------------
reset
-----------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: min(1.11vw, 16px);
  scroll-behavior: smooth;
  scroll-padding-top: 8.75rem;
}
@media screen and (min-width: 90rem) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 39.9375rem) {
  html {
    font-size: 100%;
    scroll-padding-top: 26.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

th {
  font-weight: normal;
}

/*-----------------------------------------------
header layout（MV通過後に画面上部に固定表示されるピル型）
-----------------------------------------------*/
.l-header {
  position: fixed;
  top: 1.25rem;
  left: calc(50% - 44rem);
  width: 88rem;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 63.9375rem) {
  .l-header {
    top: 1.3888888889vw;
    left: calc(50% - 48.8888888889vw);
    width: 97.7777777778vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header {
    top: 3.2vw;
    left: calc(50% - 47.3333333333vw);
    width: 94.6666666667vw;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6.0625rem;
  padding: 1rem 8rem 1rem 2.5rem;
  background: #fff;
  border-radius: 18.75rem;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(30, 66, 148, 0.1);
          box-shadow: 0 0 0.75rem 0 rgba(30, 66, 148, 0.1);
}
@media screen and (max-width: 63.9375rem) {
  .l-header__inner {
    height: 6.7361111111vw;
    padding: 1.1111111111vw 8.8888888889vw 1.1111111111vw 2.7777777778vw;
    border-radius: 20.8333333333vw;
    -webkit-box-shadow: 0 0 0.8333333333vw 0 rgba(30, 66, 148, 0.1);
            box-shadow: 0 0 0.8333333333vw 0 rgba(30, 66, 148, 0.1);
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__inner {
    height: 19.2vw;
    padding: 4.2666666667vw 17.3333333333vw 4.2666666667vw 4.5333333333vw;
    border-radius: 80vw;
    -webkit-box-shadow: 0 0 1.6vw 0 rgba(30, 66, 148, 0.1);
            box-shadow: 0 0 1.6vw 0 rgba(30, 66, 148, 0.1);
  }
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  height: 4.0625rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__left {
    gap: 1.6666666667vw;
    height: 4.5138888889vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__left {
    gap: 2.4vw;
    height: auto;
  }
}
.l-header__logo {
  display: block;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 11.625rem;
  height: 1.8125rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__logo img {
    width: 12.9166666667vw;
    height: 2.0138888889vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__logo img {
    width: 28.5333333333vw;
    height: 4.48vw;
  }
}
.l-header__mark {
  display: block;
}
.l-header__mark img {
  width: 6.875rem;
  height: 3.5625rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__mark img {
    width: 7.6388888889vw;
    height: 3.9583333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__mark img {
    width: 16.9333333333vw;
    height: 8.8vw;
  }
}
.l-header__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  color: #004099;
  text-align: center;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__countdown {
    gap: 0.2083333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__countdown {
    gap: 0.5333333333vw;
  }
}
.l-header__countdown-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.91px;
  white-space: nowrap;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__countdown-label {
    font-size: 0.9027777778vw;
    letter-spacing: 0.0631944444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__countdown-label {
    font-size: 2.1333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
.l-header__countdown-value {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.l-header__countdown-num {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 1;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__countdown-num {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__countdown-num {
    font-size: 7.0933333333vw;
  }
}
.l-header__countdown-unit {
  position: absolute;
  right: -1.25rem;
  bottom: 0.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.90625rem;
  line-height: 1;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__countdown-unit {
    right: -1.3888888889vw;
    bottom: 0.1388888889vw;
    font-size: 1.0069444444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__countdown-unit {
    right: -3.2vw;
    bottom: 0.2666666667vw;
    font-size: 2.24vw;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  height: 4.0625rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__right {
    gap: 1.6666666667vw;
    height: 4.5138888889vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__right {
    display: none;
  }
}
.l-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.75rem;
  border: 1px solid #1E4294;
  border-radius: 2.5rem;
  background: #fff;
  color: #1E4294;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__link {
    gap: 0.6944444444vw;
    padding: 0.8333333333vw 1.9444444444vw;
    border-radius: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
}
.l-header__link::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/common/icon-external.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(63%) saturate(900%) hue-rotate(203deg) brightness(90%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(63%) saturate(900%) hue-rotate(203deg) brightness(90%) contrast(95%);
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__link::after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (hover: hover) {
  .l-header__link:hover, .l-header__link:focus-visible {
    background: #1E4294;
    color: #fff;
  }
  .l-header__link:hover::after, .l-header__link:focus-visible::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) and (pointer: fine) {
  .l-header__link:hover, .l-header__link:focus-visible {
    background: #1E4294;
    color: #fff;
  }
  .l-header__link:hover::after, .l-header__link:focus-visible::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

/*-----------------------------------------------
メニューボタン（独立配置 — ヘッダー pill 右端に視覚的に重ねる）
※ .l-header とは別要素にすることで ヘッダー が stacking context を持っていても
  このボタンだけ drawer overlay より上に配置できる
-----------------------------------------------*/
.l-menu-btn {
  position: fixed;
  top: 2.28125rem;
  left: calc(50% + 37.5rem);
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #1E4294;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-menu-btn {
    top: 2.5347222222vw;
    left: calc(50% + 41.6666666667vw);
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-menu-btn {
    top: 7.4666666667vw;
    left: calc(50% + 34.5333333333vw);
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (hover: hover) {
  .l-menu-btn:hover, .l-menu-btn:focus-visible {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media (hover: none) and (pointer: fine) {
  .l-menu-btn:hover, .l-menu-btn:focus-visible {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.l-menu-btn__icon {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.0625rem;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-menu-btn__icon {
    width: 1.5277777778vw;
    height: 0.1388888889vw;
    border-radius: 0.0694444444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-menu-btn__icon {
    width: 4.48vw;
    height: 1px;
  }
}
.l-menu-btn__icon::before, .l-menu-btn__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.0625rem;
  -webkit-transition: top 300ms, bottom 300ms, -webkit-transform 300ms;
  transition: top 300ms, bottom 300ms, -webkit-transform 300ms;
  transition: top 300ms, bottom 300ms, transform 300ms;
  transition: top 300ms, bottom 300ms, transform 300ms, -webkit-transform 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-menu-btn__icon::before, .l-menu-btn__icon::after {
    height: 0.1388888889vw;
    border-radius: 0.0694444444vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-menu-btn__icon::before, .l-menu-btn__icon::after {
    height: 1px;
  }
}
.l-menu-btn__icon::before {
  top: -0.46875rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-menu-btn__icon::before {
    top: -0.5208333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-menu-btn__icon::before {
    top: -1.6vw;
  }
}
.l-menu-btn__icon::after {
  bottom: -0.46875rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-menu-btn__icon::after {
    bottom: -0.5208333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-menu-btn__icon::after {
    bottom: -1.6vw;
  }
}
.l-menu-btn[aria-expanded=true] .l-menu-btn__icon {
  background: transparent;
}
.l-menu-btn[aria-expanded=true] .l-menu-btn__icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-menu-btn[aria-expanded=true] .l-menu-btn__icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-----------------------------------------------
main layout
-----------------------------------------------*/
.l-main {
  overflow: hidden;
}
.l-main__inner {
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 47.9375rem) {
  .l-main__inner {
    width: 94%;
  }
}
.l-main {
  /* SP（〜639px）: Donation の card-wrap が footer 側へまたぐため、
     縦のはみ出しを許可（横の marquee などは引き続きクリップ） */
}
@media screen and (max-width: 39.9375rem) {
  .l-main {
    overflow-x: clip;
    overflow-y: visible;
  }
}

/*-----------------------------------------------
footer layout
-----------------------------------------------*/
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 5rem 10rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__inner {
    gap: 5.5555555556vw;
    padding: 5.5555555556vw 11.1111111111vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__inner {
    gap: 10.6666666667vw;
    padding: 12.8vw 8.5333333333vw;
  }
}
.l-footer__inner--top {
  padding: 10rem 10rem 5rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__inner--top {
    padding: 11.1111111111vw 11.1111111111vw 5.5555555556vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__inner--top {
    padding: 72vw 8.5333333333vw 12.8vw;
  }
}
.l-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.375rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__brand {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__brand {
    gap: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer__brand-mark {
  width: 11.5625rem;
  height: auto;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__brand-mark {
    width: 12.8472222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__brand-mark {
    width: 26.1333333333vw;
  }
}
.l-footer__brand-mark img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__brand-logo {
  width: 20.8125rem;
  height: 3.25rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__brand-logo {
    width: 23.125vw;
    height: 3.6111111111vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__brand-logo {
    width: 57.3333333333vw;
    height: 8.9946666667vw;
  }
}
.l-footer__brand-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  width: 100%;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__bottom {
    gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__bottom {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.6666666667vw;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0.375rem 0;
  list-style: none;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__sns {
    gap: 2.2222222222vw;
    padding: 0.4166666667vw 0;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__sns {
    gap: 7.4666666667vw;
  }
}
.l-footer__sns li {
  display: block;
}
.l-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__sns a {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__sns a {
    width: 8vw;
    height: 8vw;
  }
}
@media (hover: hover) {
  .l-footer__sns a:hover, .l-footer__sns a:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__sns a:hover, .l-footer__sns a:focus-visible {
    opacity: 0.7;
  }
}
.l-footer__sns a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.l-footer__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__list {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.1333333333vw;
  }
}
.l-footer__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.l-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__link {
    gap: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__link {
    font-size: 3.4666666667vw;
  }
}
.l-footer__link::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/common/icon-external.svg") center/contain no-repeat;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__link::after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__link::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .l-footer__link:hover, .l-footer__link:focus-visible {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__link:hover, .l-footer__link:focus-visible {
    opacity: 0.6;
  }
}
.l-footer__pagetop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  background: #6AA3D7;
  border-radius: 50%;
  margin-left: auto;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__pagetop {
    width: 4.7222222222vw;
    height: 4.7222222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__pagetop {
    position: absolute;
    top: 30.9333333333vw;
    right: 10.6666666667vw;
    width: 12vw;
    height: 12vw;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .l-footer__pagetop:hover, .l-footer__pagetop:focus-visible {
    opacity: 0.85;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__pagetop:hover, .l-footer__pagetop:focus-visible {
    opacity: 0.85;
  }
}
.l-footer__pagetop-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/common/icon-arrow-up.svg") center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__pagetop-icon {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__pagetop-icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.l-footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__bottom-row {
    max-width: 72vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.1333333333vw;
  }
}
.l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.1875rem;
  padding: 1rem 5rem;
  background: #1E4294;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__copy {
    height: 6.875vw;
    padding: 1.1111111111vw 5.5555555556vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__copy {
    height: auto;
    padding: 1.6vw 5.3333333333vw;
    font-size: 2.4vw;
  }
}

/*-----------------------------------------------
drawer layout（ハンバーガーメニュー / 右サイドパネル）
-----------------------------------------------*/
.l-drawer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
.l-drawer.is-open {
  display: block;
}
.l-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.l-drawer__panel {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translateX(10.8125rem);
          transform: translateX(10.8125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 29.125rem;
  max-height: calc(100vh - 7.5rem);
  padding: 5rem 3.5rem;
  background: #1E4294;
  border: 1px solid #1E4294;
  border-radius: 2rem;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
@media screen and (max-width: 63.9375rem) {
  .l-drawer__panel {
    top: 4.1666666667vw;
    -webkit-transform: translateX(12.0138888889vw);
            transform: translateX(12.0138888889vw);
    width: 32.3611111111vw;
    max-height: calc(100vh - 8.3333333333vw);
    padding: 5.5555555556vw 3.8888888889vw;
    gap: 4.4444444444vw;
    border-radius: 2.2222222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__panel {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-height: calc(100vh - 7.5rem);
    padding: 6.25rem 1.75rem 2rem;
    gap: 2.5rem;
    border-radius: 0;
  }
}
.l-drawer__panel::-webkit-scrollbar {
  width: 6px;
}
.l-drawer__panel::-webkit-scrollbar-track {
  background: transparent;
}
.l-drawer__panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.l-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__nav {
    gap: 1.25rem;
  }
}
.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.l-drawer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__item {
    padding: 1.125rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-drawer__item:hover, .l-drawer__item:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }
}
@media (hover: none) and (pointer: fine) {
  .l-drawer__item:hover, .l-drawer__item:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }
}
.l-drawer__item.is-current {
  background: rgba(255, 255, 255, 0.13);
}
.l-drawer__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: currentColor;
}
.l-drawer__item--top::before {
  background: #97337F;
}
.l-drawer__item--news::before {
  background: #00A0C4;
}
.l-drawer__item--message::before {
  background: #97C3E2;
}
.l-drawer__item--logo::before {
  background: #338765;
}
.l-drawer__item--contents::before {
  background: #C59600;
}
.l-drawer__cta {
  width: 18.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  background: #fff;
  border-radius: 5.625rem;
  color: #1E4294;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__cta {
    max-width: 16.375rem;
    width: 100%;
    height: 3.5rem;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-drawer__cta:hover, .l-drawer__cta:focus-visible {
    opacity: 0.85;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-drawer__cta:hover, .l-drawer__cta:focus-visible {
    opacity: 0.85;
  }
}
.l-drawer__cta-icon {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background: #1E4294;
  border-radius: 50%;
}
.l-drawer__cta-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-drawer__cta-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-10%, -50%) rotate(45deg);
          transform: translate(-10%, -50%) rotate(45deg);
}
.l-drawer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  list-style: none;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__sub {
    gap: 1.25rem;
  }
}
.l-drawer__sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__sub-link {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-drawer__sub-link:hover, .l-drawer__sub-link:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-drawer__sub-link:hover, .l-drawer__sub-link:focus-visible {
    opacity: 0.7;
  }
}
.l-drawer__sub-link::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/common/icon-external.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  list-style: none;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__sns {
    gap: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-drawer__sns li {
  display: block;
}
.l-drawer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .l-drawer__sns a {
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (hover: hover) {
  .l-drawer__sns a:hover, .l-drawer__sns a:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-drawer__sns a:hover, .l-drawer__sns a:focus-visible {
    opacity: 0.7;
  }
}
.l-drawer__sns a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*-----------------------------------------------
Modal
-----------------------------------------------*/
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1010;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
.c-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(106, 163, 215, 0.8);
  cursor: pointer;
}
.c-modal__container {
  position: relative;
  width: 55.875rem;
  max-width: 100%;
}
.c-modal__dialog {
  position: relative;
  width: 100%;
  max-height: 90vh;
  padding: 5rem;
  padding-bottom: 6.25rem;
  background: #fff;
  border-radius: 1rem;
  overflow: auto;
}
.c-modal__close {
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  right: -1.5rem;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  background: #1E4294;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: scale 300ms;
  transition: scale 300ms;
}
@media (hover: hover) {
  .c-modal__close:hover, .c-modal__close:focus-visible {
    scale: 0.9;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-modal__close:hover, .c-modal__close:focus-visible {
    scale: 0.9;
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.625rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.0625rem;
}
.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-modal__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c-modal__meta time {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  color: #9c9c9c;
}
.c-modal__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  background: #6AA3D7;
  border-radius: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
}
.c-modal__title {
  margin-top: -1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #373a3b;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-modal__figure {
  margin: 0;
}
.c-modal__figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.c-modal__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}
.c-modal__body p + p {
  margin-top: 1em;
}
.c-modal__cta {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 0.6875rem 1.5625rem;
  background: #1E4294;
  border: 1px solid #1E4294;
  border-radius: 5.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .c-modal__cta:hover, .c-modal__cta:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-modal__cta:hover, .c-modal__cta:focus-visible {
    opacity: 0.7;
  }
}
.c-modal__cta.is-disabled {
  background: #B1B1B1;
  border-color: #B1B1B1;
  pointer-events: none;
  cursor: not-allowed;
}
.c-modal__cta.is-disabled .c-modal__cta-icon {
  border-color: #B1B1B1;
}
.c-modal__cta.is-disabled .c-modal__cta-icon img {
  -webkit-filter: grayscale(1) brightness(0.85);
          filter: grayscale(1) brightness(0.85);
}
.c-modal__cta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6875rem;
  height: 1.6875rem;
  background: #fff;
  border: 1px solid #1E4294;
  border-radius: 50%;
}
.c-modal__cta-icon img {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
}
.c-modal {
  /* SP（〜639px） */
}
@media screen and (max-width: 39.9375rem) {
  .c-modal {
    padding: 0.75rem;
  }
  .c-modal__dialog {
    padding: 2.5rem 1.25rem 3.5rem;
    border-radius: 0.75rem;
  }
  .c-modal__close {
    top: -1.25rem;
    right: -0.5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .c-modal__close::before, .c-modal__close::after {
    width: 1.25rem;
  }
  .c-modal__article {
    gap: 1.25rem;
  }
  .c-modal__meta time {
    font-size: 0.875rem;
    color: #333;
  }
  .c-modal__category {
    font-size: 0.875rem;
    padding: 0 0.625rem;
  }
  .c-modal__title {
    margin-top: -0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-modal__body {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .c-modal__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
  }
}

/*-----------------------------------------------
Top page
-----------------------------------------------*/
/* ==========================================================================
   MV
   ========================================================================== */
.p-top-mv {
  position: relative;
  width: 100%;
  height: 57.4375rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv {
    height: 40rem;
  }
}
.p-top-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-mv__bg img,
.p-top-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-mv__scroll {
  position: absolute;
  left: 1.125rem;
  bottom: 3rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv__scroll {
    left: 0.75rem;
    bottom: 2rem;
    gap: 0.625rem;
  }
}
.p-top-mv__scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv__scroll-text {
    font-size: 0.8125rem;
  }
}
.p-top-mv__scroll-line {
  width: 1px;
  height: 6.25rem;
  background: #000;
  -webkit-animation: p-top-mv-scroll 2s infinite;
          animation: p-top-mv-scroll 2s infinite;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv__scroll-line {
    height: 3.75rem;
  }
}
.p-top-mv__replay {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.456;
  letter-spacing: 0.09em;
  color: #2b2b2b;
  opacity: 0;
  -webkit-transform: translate(1.25rem, 1.25rem);
          transform: translate(1.25rem, 1.25rem);
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (hover: hover) {
  .p-top-mv__replay:hover, .p-top-mv__replay:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-mv__replay:hover, .p-top-mv__replay:focus-visible {
    opacity: 0.7;
  }
}
.p-top-mv__replay.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv__replay {
    right: 1rem;
    bottom: 1.25rem;
    width: 13.5rem;
    height: 7.5rem;
  }
}
.p-top-mv__replay-arrow {
  width: 2.75rem;
  height: 1.1875rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@-webkit-keyframes p-top-mv-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes p-top-mv-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* ==========================================================================
   News
   ========================================================================== */
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  background: #e6e6e6;
  scroll-margin-top: 10.625rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news {
    padding: 0.625rem 0 1.25rem;
  }
}
.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 2.5rem 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 1.25rem 0;
    gap: 1.25rem;
  }
}
.p-top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__head {
    display: none;
  }
}
.p-top-news__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-top-news__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
.p-top-news__label-dot {
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background: #00A0C4;
}
.p-top-news__title-en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
.p-top-news__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
.p-top-news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 41.9375rem;
  padding: 2rem 0;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.p-top-news__item:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .p-top-news__item:hover, .p-top-news__item:focus-visible {
    opacity: 0.85;
  }
  .p-top-news__item:hover .p-top-news__arrow, .p-top-news__item:focus-visible .p-top-news__arrow {
    background: #6AA3D7;
  }
  .p-top-news__item:hover .p-top-news__arrow img, .p-top-news__item:focus-visible .p-top-news__arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-news__item:hover, .p-top-news__item:focus-visible {
    opacity: 0.85;
  }
  .p-top-news__item:hover .p-top-news__arrow, .p-top-news__item:focus-visible .p-top-news__arrow {
    background: #6AA3D7;
  }
  .p-top-news__item:hover .p-top-news__arrow img, .p-top-news__item:focus-visible .p-top-news__arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.p-top-news__item::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -0.5rem;
  width: 2.9375rem;
  height: 2.6875rem;
  background: url("../images/top/deco-polygon-news.svg") center/contain no-repeat;
  -webkit-transform: translateX(50%) rotate(60deg);
          transform: translateX(50%) rotate(60deg);
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__item {
    width: 100%;
    height: 7.4375rem;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
  }
  .p-top-news__item::after {
    width: 1.375rem;
    height: 1.25rem;
    left: 14%;
    bottom: -0.4375rem;
  }
}
.p-top-news__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.9375rem;
  border-radius: 0.125rem;
}
.p-top-news__thumb img {
  border-radius: 0.125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__thumb {
    width: 6.3125rem;
  }
}
.p-top-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__body {
    gap: 0.375rem;
  }
}
.p-top-news__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__body-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
  }
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-top-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #373a3b;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__date {
    font-size: 0.8125rem;
    line-height: 1.75;
  }
}
.p-top-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5rem;
  background: #6AA3D7;
  border-radius: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__category {
    padding: 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-top-news__text {
  width: 19.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__text {
    width: auto;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-top-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.26175rem;
  height: 2.26175rem;
  border: 1px solid #6AA3D7;
  border-radius: 50%;
  color: #6AA3D7;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.p-top-news__arrow img {
  display: block;
  width: 0.9046875rem;
  height: 0.9046875rem;
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__arrow {
    display: none;
  }
}
.p-top-news {
  /* ----- Swiper ----- */
}
.p-top-news__slider {
  width: 100%;
}
.p-top-news__slide {
  width: 41.9375rem;
  height: 13.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__slide {
    width: 21.25rem;
    height: 8.4375rem;
  }
}
.p-top-news {
  /* ----- Controls (矢印 + ペジネーション + CTA) ----- */
}
.p-top-news__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 70rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 0 1rem;
  }
}
.p-top-news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__nav {
    gap: 1.75rem;
  }
}
.p-top-news__prev, .p-top-news__next {
  width: 1.4375rem;
  height: 1.4375rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #333;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-top-news__prev:hover, .p-top-news__prev:focus-visible, .p-top-news__next:hover, .p-top-news__next:focus-visible {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-news__prev:hover, .p-top-news__prev:focus-visible, .p-top-news__next:hover, .p-top-news__next:focus-visible {
    opacity: 0.6;
  }
}
.p-top-news__prev img, .p-top-news__next img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-news__prev.swiper-button-disabled, .p-top-news__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__prev, .p-top-news__next {
    display: none;
  }
}
.p-top-news__prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top-news {
  /* ----- 図形ペジネーション (●△□) ----- */
}
.p-top-news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.p-top-news__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-top-news__pagination .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../images/top/icon-pagination-circle-outline.svg");
}
.p-top-news__pagination .swiper-pagination-bullet:nth-child(2) {
  width: 1.25rem;
  background-image: url("../images/top/icon-pagination-triangle-outline.svg");
}
.p-top-news__pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../images/top/icon-pagination-rect-outline.svg");
}
.p-top-news__pagination .swiper-pagination-bullet-active:nth-child(1) {
  background-image: none;
  background-color: #1E4294;
  -webkit-mask-image: url("../images/top/icon-pagination-circle-outline.svg");
  mask-image: url("../images/top/icon-pagination-circle-outline.svg");
}
.p-top-news__pagination .swiper-pagination-bullet-active:nth-child(2) {
  background-image: none;
  background-color: #338765;
  -webkit-mask-image: url("../images/top/icon-pagination-triangle-outline.svg");
  mask-image: url("../images/top/icon-pagination-triangle-outline.svg");
}
.p-top-news__pagination .swiper-pagination-bullet-active:nth-child(3) {
  background-image: none;
  background-color: #00a0c4;
  -webkit-mask-image: url("../images/top/icon-pagination-rect-outline.svg");
  mask-image: url("../images/top/icon-pagination-rect-outline.svg");
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__pagination {
    gap: 0.375rem;
  }
  .p-top-news__pagination .swiper-pagination-bullet {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-top-news {
  /* ----- CTA「お知らせ一覧はこちら」 ----- */
}
.p-top-news__cta {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 0.6875rem 1.5rem;
  background: #fff;
  border: 1px solid #1E4294;
  border-radius: 5.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1E4294;
  white-space: nowrap;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
@media (hover: hover) {
  .p-top-news__cta:hover, .p-top-news__cta:focus-visible {
    background: #1E4294;
    color: #fff;
  }
  .p-top-news__cta:hover .p-top-news__cta-icon, .p-top-news__cta:focus-visible .p-top-news__cta-icon {
    background: #1E4294;
    border-color: #fff;
  }
  .p-top-news__cta:hover .p-top-news__cta-icon::before, .p-top-news__cta:focus-visible .p-top-news__cta-icon::before {
    background: #fff;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-news__cta:hover, .p-top-news__cta:focus-visible {
    background: #1E4294;
    color: #fff;
  }
  .p-top-news__cta:hover .p-top-news__cta-icon, .p-top-news__cta:focus-visible .p-top-news__cta-icon {
    background: #1E4294;
    border-color: #fff;
  }
  .p-top-news__cta:hover .p-top-news__cta-icon::before, .p-top-news__cta:focus-visible .p-top-news__cta-icon::before {
    background: #fff;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__cta {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    gap: 0.5rem;
  }
}
.p-top-news__cta-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background: #fff;
  border: 1px solid #1E4294;
  border-radius: 50%;
  -webkit-transition: background 300ms, border-color 300ms;
  transition: background 300ms, border-color 300ms;
}
.p-top-news__cta-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.6875rem;
  height: 0.6875rem;
  background: #1E4294;
  mask: url("../images/top/news_btn_arrow.svg") no-repeat center/contain;
  -webkit-mask: url("../images/top/news_btn_arrow.svg") no-repeat center/contain;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__cta-icon {
    width: 1.144375rem;
    height: 1.144375rem;
  }
  .p-top-news__cta-icon::before {
    width: 0.458125rem;
    height: 0.458125rem;
  }
}

/* ==========================================================================
   Message
   ========================================================================== */
/* ==========================================================================
   Message Area — 背景共有ラッパー（Message + Shapes + Logo&CatchCopy）
   ========================================================================== */
.p-top-message-area {
  position: relative;
  overflow-x: clip;
  background: #fff url("../images/top/deco-message-bg.svg") top center/100% auto no-repeat;
}
.p-top-message-area__anime {
  position: absolute;
  bottom: -4.375rem;
  left: 2.5rem;
  width: 23.125rem;
  pointer-events: none;
  z-index: 0;
}
.p-top-message-area__anime img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message-area__anime {
    bottom: 1.125rem;
    left: 0.375rem;
    width: 9.25rem;
  }
}

.p-top-message {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 75.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message {
    height: auto;
  }
}
.p-top-message__inner {
  position: absolute;
  top: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  z-index: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding: 5rem 1.25rem 4.375rem;
  }
}
.p-top-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  width: 38.375rem;
  padding-top: 7.5rem;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__body {
    width: 100%;
    padding-top: 0;
    gap: 2.125rem;
  }
}
.p-top-message__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__lead {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.p-top-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__text {
    font-size: 0.875rem;
    gap: 1em;
    letter-spacing: 0.04em;
  }
}
.p-top-message__text-block p {
  line-height: 2.5;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__text-block p {
    line-height: 2;
  }
}
.p-top-message__vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__vertical {
    gap: 1.625rem;
  }
}
.p-top-message__vertical-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__vertical-lines {
    gap: 1.125rem;
  }
}
.p-top-message__vertical-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.28;
  letter-spacing: 0.2em;
  color: #333;
  -webkit-font-feature-settings: "vrt2" 1, "palt" 1;
          font-feature-settings: "vrt2" 1, "palt" 1;
}
.p-top-message__vertical-line em {
  font-style: normal;
  color: #1E4294;
}
.p-top-message__vertical-line img {
  width: 1em;
  height: auto;
  vertical-align: baseline;
  margin: 0.1em 0 0.2em;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__vertical-line {
    font-size: 1.46875rem;
    letter-spacing: 0.22em;
    line-height: 1.28;
  }
}
.p-top-message__vertical-text--tight {
  margin-top: -0.3em;
}
.p-top-message__vertical-en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__vertical-en {
    font-size: 0.78125rem;
    padding-top: 0.375rem;
  }
}
.p-top-message__vertical-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #5DA34D;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-message__vertical-dot {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

/* ==========================================================================
   Shapes（装飾帯）
   ========================================================================== */
.p-top-shapes {
  position: relative;
  width: 100%;
  height: 21.8125rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes {
    height: 11.4375rem;
  }
}
.p-top-shapes__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: p-top-shapes-marquee 60s linear infinite;
          animation: p-top-shapes-marquee 60s linear infinite;
}
.p-top-shapes__item {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-right: 2.125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item {
    margin-right: 1rem;
  }
}
.p-top-shapes__item--circle-01, .p-top-shapes__item--rect, .p-top-shapes__item--rect-top {
  z-index: 2;
}
.p-top-shapes__item--cut {
  z-index: 3;
}
.p-top-shapes__img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-shapes__item--circle-01 {
  margin-top: 1.5rem;
  width: 18.8125rem;
  height: 18.8125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--circle-01 {
    margin-top: 0.5rem;
    width: 9.875rem;
    height: 9.875rem;
  }
}
.p-top-shapes__item--half {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 14.875rem;
  height: 14.875rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--half {
    width: 9.625rem;
    height: 9.625rem;
  }
}
.p-top-shapes__item--rect {
  margin-top: 3.3125rem;
  width: 19.125rem;
  height: 18.4375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--rect {
    margin-top: 1.75rem;
    width: 7.8125rem;
    height: 7.9375rem;
  }
}
.p-top-shapes__item--circle-02 {
  width: 21.8125rem;
  height: 21.8125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--circle-02 {
    width: 11.4375rem;
    height: 11.4375rem;
  }
}
.p-top-shapes__item--rect-top {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 19.3125rem;
  height: 17.9375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--rect-top {
    width: 10.125rem;
    height: 9.375rem;
  }
}
.p-top-shapes__item--cut {
  margin-top: 2.1875rem;
  width: 17.4375rem;
  height: 17.4375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__item--cut {
    margin-top: 1.125rem;
    width: 9.125rem;
    height: 9.125rem;
  }
}
.p-top-shapes__deco {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.p-top-shapes__deco img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-shapes__deco--ellipse {
  z-index: 2;
  bottom: -0.4375rem;
  left: 18rem;
  width: 5.4375rem;
  height: 5.3125rem;
  -webkit-transform: rotate(-73.78deg);
          transform: rotate(-73.78deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__deco--ellipse {
    bottom: -0.1875rem;
    left: 9.75rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-top-shapes__deco--sq-circ {
  top: 0;
  left: 13.9075rem;
  width: 4.75rem;
  height: 3.5625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__deco--sq-circ {
    top: 0;
    left: 6rem;
    width: 2.25rem;
    height: 1.75rem;
  }
}
.p-top-shapes__deco--ellipse-navy {
  top: 16.5625rem;
  left: 17.5rem;
  width: 4.0625rem;
  height: 2.875rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__deco--ellipse-navy {
    top: auto;
    bottom: 1.25rem;
    left: 8.75rem;
    width: 2.0625rem;
    height: 1.0625rem;
  }
}
.p-top-shapes__deco--triangle {
  top: 9.1875rem;
  left: 15.75rem;
  width: 5.125rem;
  height: 4.9375rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-shapes__deco--triangle {
    top: 4.8125rem;
    left: 8.25rem;
    width: 2.0625rem;
    height: 1.8125rem;
  }
}

/* ==========================================================================
   Logo & Slogan
   ========================================================================== */
.p-top-logo-slogan {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.625rem;
  padding: 7.5rem 0 14.5rem;
  margin-bottom: 6.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan {
    gap: 2.5rem;
    padding: 5rem 1.25rem 9.375rem;
    margin-bottom: 0;
  }
}
.p-top-logo-slogan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.625rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__inner {
    gap: 2.5rem;
  }
}
.p-top-logo-slogan__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__head {
    gap: 1.5rem;
  }
}
.p-top-logo-slogan__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__label {
    font-size: 0.78125rem;
  }
}
.p-top-logo-slogan__label-dot {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #1E4294;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__label-dot {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-top-logo-slogan__title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 4.1875rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__title {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.p-top-logo-slogan__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__lead {
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-top-logo-slogan__lead br {
    display: none;
  }
}
.p-top-logo-slogan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    width: 100%;
  }
}
.p-top-logo-slogan__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid #1E4294;
  border-radius: 0 2.5625rem 2.5625rem 2.5625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__card {
    width: 20.9375rem;
    padding: 1.375rem 1.0625rem;
    border-radius: 0 1.375rem 1.375rem 1.375rem;
  }
}
.p-top-logo-slogan__card--logo img {
  width: 18.875rem;
  height: auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__card--logo img {
    width: 10.3125rem;
  }
}
.p-top-logo-slogan__card--slogan {
  margin-top: 2.221875rem;
}
.p-top-logo-slogan__card--slogan img {
  width: 18.125rem;
  height: auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__card--slogan {
    margin-top: 0;
  }
  .p-top-logo-slogan__card--slogan img {
    width: 13.75rem;
  }
}
.p-top-logo-slogan__card-label {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #1E4294;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__card-label {
    top: 0.75rem;
    left: 0.25rem;
    font-size: 0.54375rem;
    letter-spacing: 0.04em;
  }
}
.p-top-logo-slogan__card-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  height: 15rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__card-visual {
    width: 13.625rem;
    height: 8.1875rem;
  }
}
.p-top-logo-slogan__intent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  width: 60rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__intent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    width: 20.9375rem;
    margin-top: 0;
  }
}
.p-top-logo-slogan__intent-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.8;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__intent-title {
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: normal;
  }
}
.p-top-logo-slogan__intent-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-logo-slogan__intent-text {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

/* ==========================================================================
   100th Contents
   ========================================================================== */
.p-top-contents {
  position: relative;
  padding: 10.75rem 0 18.75rem;
  background: #1E4294;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents {
    padding: 5rem 1rem 7.5rem;
  }
}
.p-top-contents::before {
  content: "";
  position: absolute;
  top: -6.75rem;
  left: 0;
  width: 100%;
  height: 6.75rem;
  background: url("../images/top/wave.png") top center/100% 100% no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents::before {
    top: -2.375rem;
    height: 2.375rem;
  }
}
.p-top-contents__deco {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.p-top-contents__deco img {
  display: block;
  max-width: none;
}
.p-top-contents__sticky {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__sticky {
    position: static;
  }
}
.p-top-contents__deco--arc {
  position: absolute;
  top: 5.0975rem;
  right: -18.75rem;
  width: 58.2146875rem;
  height: 57.964625rem;
}
.p-top-contents__deco--arc img {
  width: 45.3828125rem;
  height: 45.7905rem;
  -webkit-transform: rotate(-70.7deg);
          transform: rotate(-70.7deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__deco--arc {
    top: -1.75rem;
    left: auto;
    right: -8.4375rem;
    width: 20.125rem;
    height: 20.1875rem;
  }
  .p-top-contents__deco--arc img {
    width: 14.8125rem;
    height: 14.9375rem;
    -webkit-transform: rotate(-151.75deg);
            transform: rotate(-151.75deg);
  }
}
.p-top-contents__deco--sphere {
  top: 35.3475rem;
  left: 0;
  width: 14.143375rem;
  height: 14.143375rem;
}
.p-top-contents__deco--sphere img {
  width: 11.548rem;
  height: 11.548rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__deco--sphere {
    top: 13.75rem;
    left: -3.3125rem;
    width: 7.5rem;
    height: 7.5rem;
  }
  .p-top-contents__deco--sphere img {
    width: 6.1875rem;
    height: 6.1875rem;
  }
}
.p-top-contents__deco--polygon {
  bottom: 11.875rem;
  right: 3.4375rem;
  width: 12.5065rem;
  height: 12.28925rem;
}
.p-top-contents__deco--polygon img {
  width: 9.46575rem;
  height: 8.1975625rem;
  -webkit-transform: rotate(141.96deg);
          transform: rotate(141.96deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__deco--polygon {
    bottom: auto;
    top: 26.25rem;
    right: -1.75rem;
    width: 5.6875rem;
    height: 5rem;
  }
  .p-top-contents__deco--polygon img {
    width: 4.5rem;
    height: 3.9375rem;
  }
}
.p-top-contents__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__inner {
    gap: 2.5rem;
  }
}
.p-top-contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 20.9375rem;
  }
}
.p-top-contents__head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__head-left {
    gap: 0.75rem;
  }
}
.p-top-contents__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__label {
    font-size: 0.78125rem;
  }
}
.p-top-contents__label-dot {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__label-dot {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-top-contents__title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 4.1875rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.p-top-contents__lead {
  width: 30.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__lead {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.65;
  }
  .p-top-contents__lead br {
    display: none;
  }
}
.p-top-contents__cards-wrap {
  position: relative;
  width: 70rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__cards-wrap {
    width: 20.9375rem;
  }
}
.p-top-contents__img {
  width: 100%;
}
.p-top-contents__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-contents__coming-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #1E4294;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contents__coming-text {
    font-size: 1.75rem;
    white-space: nowrap;
  }
}
.p-top-contents__coming-char {
  display: inline-block;
  will-change: transform, opacity;
}

/* ==========================================================================
   Tagline
   ========================================================================== */
.p-top-tagline {
  position: relative;
  z-index: 1;
  margin-top: -9.25rem;
  will-change: transform;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline {
    margin-top: -2.375rem;
    margin-bottom: 3.75rem;
  }
}
.p-top-tagline__curve {
  width: 100%;
  height: 9.25rem;
  background: url("../images/top/deco-tagline-curve.svg") center/100% 100% no-repeat;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__curve {
    height: 2.375rem;
  }
}
.p-top-tagline__body {
  position: relative;
  width: 100%;
  height: 42.6875rem;
  padding-top: 6.4375rem;
  background: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__body {
    height: auto;
    padding: 5rem 0.5rem;
  }
}
.p-top-tagline__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: #1E4294;
  text-align: center;
  will-change: transform, opacity;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__title {
    font-size: 1.25rem;
    line-height: 1.71;
    letter-spacing: 0.04em;
  }
}
.p-top-tagline__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
  will-change: transform, opacity;
}
.p-top-tagline__text p {
  padding: 0.625rem 4.625rem;
  border-bottom: 1px dashed #a5a5a5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__text {
    gap: 0;
    margin-top: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-tagline__text p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.375rem 0.5rem;
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 2.5;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-align: center;
  }
}
.p-top-tagline__deco {
  position: absolute;
  display: block;
  will-change: transform, opacity;
}
.p-top-tagline__deco--dot {
  left: 14.25rem;
  top: 10.4375rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: #f5c05f;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__deco--dot {
    width: 0.9375rem;
    height: 0.9375rem;
    left: 1.25rem;
    top: 5.4375rem;
  }
}
.p-top-tagline__deco--square {
  left: 23rem;
  top: 40.4375rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #6AA3D7;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__deco--square {
    width: 1rem;
    height: 1rem;
    left: 1.5rem;
    top: 28rem;
  }
}
.p-top-tagline__deco--rect {
  left: 70.0625rem;
  top: 2.75rem;
  width: 3rem;
  height: 3rem;
  background: #007AB4;
  border-top-right-radius: 2.5rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__deco--rect {
    left: auto;
    right: 2.5rem;
    top: 1.5rem;
    bottom: auto;
    width: 1.125rem;
    height: 1.125rem;
    border-top-right-radius: 0.9375rem;
    -webkit-transform: rotate(74.6deg);
            transform: rotate(74.6deg);
  }
}
.p-top-tagline__deco--triangle {
  right: -1.25rem;
  top: 26.6875rem;
  width: 14.0625rem;
  height: 12.75rem;
  background: url("../images/top/deco-tagline-triangle.svg") center/contain no-repeat;
  -webkit-transform: rotate(81deg);
          transform: rotate(81deg);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__deco--triangle {
    right: -1.75rem;
    left: auto;
    top: auto;
    bottom: -0.625rem;
    width: 5.125rem;
    height: 4.625rem;
    -webkit-transform: rotate(74deg);
            transform: rotate(74deg);
  }
}
.p-top-tagline__deco--circle {
  left: -1.875rem;
  top: 21.9375rem;
  width: 8.5625rem;
  height: 6.125rem;
  background: url("../images/top/deco-tagline-circle.svg") center/contain no-repeat;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-tagline__deco--circle {
    left: -0.9375rem;
    top: auto;
    bottom: 2.5rem;
    width: 3.75rem;
    height: 2.6875rem;
    -webkit-transform: rotate(146deg);
            transform: rotate(146deg);
  }
}

/* ==========================================================================
   100th Anniversary Donation
   ========================================================================== */
.p-top-donation {
  position: relative;
  z-index: 2;
  padding-bottom: 5.625rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation {
    padding-bottom: 0;
    overflow: visible;
  }
}
.p-top-donation__marquee {
  position: absolute;
  top: -4.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__marquee {
    top: -2rem;
  }
}
.p-top-donation__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-donation-marquee 80s linear infinite;
          animation: p-top-donation-marquee 80s linear infinite;
}
.p-top-donation__marquee-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 3.75rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 12.5rem;
  line-height: 1.9;
  letter-spacing: 0.375rem;
  color: #1E4294;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__marquee-text {
    padding-right: 1.875rem;
    font-size: 3.5rem;
    line-height: 1.9;
    letter-spacing: 0.125rem;
  }
}
.p-top-donation__banner {
  position: relative;
  margin-top: 4.4375rem;
  width: 100%;
  height: 51.25rem;
}
@media screen and (min-width: 90rem) {
  .p-top-donation__banner {
    height: auto;
    aspect-ratio: 1440/820;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__banner {
    margin-top: 1.25rem;
    height: 24.8125rem;
  }
}
.p-top-donation__bg {
  width: 100%;
  height: 100%;
}
.p-top-donation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-top-donation__card-wrap {
  position: absolute;
  top: 25.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66.375rem;
  height: 31.25rem;
  z-index: 3;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 90rem) {
  .p-top-donation__card-wrap {
    top: 27.8472222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__card-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20.9375rem;
    height: 28.3125rem;
    padding: 0.5rem;
    font-size: 0;
    line-height: 0;
    border-radius: 0.9375rem;
    overflow: visible;
    z-index: 4;
  }
}
.p-top-donation__card-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__card-frame {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.p-top-donation__card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
  width: 64.625rem;
  padding: 4.625rem 2.625rem;
  background: #fff;
  border: 0.25rem solid #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(117, 117, 117, 0.25);
          box-shadow: 0 0.25rem 1.25rem 0 rgba(117, 117, 117, 0.25);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__card {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    gap: 1.5rem;
    padding: 2.5rem 0.875rem 6.875rem;
    border-radius: 0.9375rem;
    z-index: 2;
  }
}
.p-top-donation__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.p-top-donation__deco--left {
  bottom: 1.1875rem;
  left: 1.25rem;
  width: 22.5625rem;
  height: 12.6875rem;
}
.p-top-donation__deco--right {
  bottom: 1.25rem;
  right: 0.75rem;
  width: 22.0625rem;
  height: 12.1875rem;
}
.p-top-donation__deco--sp {
  bottom: 0.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
  height: auto;
}
.p-top-donation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__head {
    gap: 0.75rem;
  }
}
.p-top-donation__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__label {
    font-size: 0.78125rem;
  }
}
.p-top-donation__label-dot {
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background: #1E4294;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__label-dot {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-top-donation__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.p-top-donation__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__text {
    font-size: 0.8125rem;
    line-height: 1.9;
  }
  .p-top-donation__text br {
    display: none;
  }
}
.p-top-donation__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  width: 18.5rem;
  padding: 0.6875rem 0.8125rem 0.6875rem 1.3125rem;
  background: #1E4294;
  border-radius: 5.75rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-top-donation__btn:hover, .p-top-donation__btn:focus-visible {
    opacity: 0.85;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-donation__btn:hover, .p-top-donation__btn:focus-visible {
    opacity: 0.85;
  }
}
.p-top-donation__btn > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__btn {
    width: 14.625rem;
    padding: 0.4375rem 0.5rem;
    font-size: 0.875rem;
  }
}
.p-top-donation__btn-icon {
  position: relative;
  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background: #6AA3D7;
  border-radius: 50%;
}
.p-top-donation__btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../images/top/icon_arrow.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-donation__btn-icon {
    width: 2.15625rem;
    height: 2.15625rem;
  }
  .p-top-donation__btn-icon::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

@-webkit-keyframes p-top-donation-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-top-donation-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes p-top-shapes-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes p-top-shapes-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ==========================================================================
   追従CTA
   ========================================================================== */
.p-top-floating-cta {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-floating-cta {
    bottom: 5rem;
  }
}
.p-top-floating-cta__link {
  letter-spacing: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  width: 3.75rem;
  min-height: 15.6875rem;
  padding: 1.5rem 0;
  background: #1E4294;
  border-radius: 0.75rem 0 0 0.75rem;
  color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border: 2px solid #fff;
  border-right: none;
}
@media (hover: hover) {
  .p-top-floating-cta__link:hover, .p-top-floating-cta__link:focus-visible {
    background: #004099;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-floating-cta__link:hover, .p-top-floating-cta__link:focus-visible {
    background: #004099;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-floating-cta__link {
    gap: 0.25rem;
    width: 2.75rem;
    min-height: 11.25rem;
    padding: 1rem 0;
    border-radius: 0.5rem 0 0 0.5rem;
    border-width: 1px;
  }
}
.p-top-floating-cta__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-floating-cta__text {
    letter-spacing: 0.3em;
  }
}
.p-top-floating-cta__icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
}
.p-top-floating-cta__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../images/common/icon-arrow-upright-accent.svg") center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-floating-cta__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-top-floating-cta__icon::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

/*-----------------------------------------------
News (お知らせ一覧ページ)
-----------------------------------------------*/
.p-news {
  background: #d9edfa;
  padding-top: 14.8125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news {
    padding-top: 7.3125rem;
    padding-bottom: 4rem;
  }
}
.p-news__inner {
  width: 70rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__inner {
    width: 100%;
    padding: 0 1rem;
    gap: 2rem;
  }
}
.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-news__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__title-block {
    gap: 0.5rem;
  }
}
.p-news__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__lead {
    gap: 0.375rem;
    font-size: 0.875rem;
  }
}
.p-news__lead-mark {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #6AA3D7;
  border-radius: 50%;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__lead-mark {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-news__title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #06163a;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__title {
    font-size: 2rem;
  }
}
.p-news__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #909090;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__breadcrumb {
    gap: 0.3125rem;
    font-size: 0.8125rem;
  }
}
.p-news__breadcrumb-link {
  color: #333;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (hover: hover) {
  .p-news__breadcrumb-link:hover, .p-news__breadcrumb-link:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-news__breadcrumb-link:hover, .p-news__breadcrumb-link:focus-visible {
    opacity: 0.7;
  }
}
.p-news__breadcrumb-sep {
  display: inline-block;
  width: 1rem;
  height: 1px;
  background: #909090;
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__list {
    gap: 1rem;
  }
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-news__item:hover, .p-news__item:focus-visible {
    opacity: 0.85;
  }
  .p-news__item:hover .p-news__arrow, .p-news__item:focus-visible .p-news__arrow {
    background: #6AA3D7;
  }
  .p-news__item:hover .p-news__arrow .p-news__arrow-icon, .p-news__item:focus-visible .p-news__arrow .p-news__arrow-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) and (pointer: fine) {
  .p-news__item:hover, .p-news__item:focus-visible {
    opacity: 0.85;
  }
  .p-news__item:hover .p-news__arrow, .p-news__item:focus-visible .p-news__arrow {
    background: #6AA3D7;
  }
  .p-news__item:hover .p-news__arrow .p-news__arrow-icon, .p-news__item:focus-visible .p-news__arrow .p-news__arrow-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-news__item {
    gap: 0.625rem;
    padding: 1rem;
  }
}
.p-news__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625rem;
  height: 8.8125rem;
  margin: 0;
  border-radius: 0.25rem;
}
.p-news__thumb img {
  border-radius: 2px;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__thumb {
    width: 6.25rem;
    height: 3.515625rem;
  }
}
.p-news__thumb-img {
  width: 100%;
  height: 100%;
}
.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__body {
    gap: 0.375rem;
  }
}
.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__date {
    font-size: 0.8125rem;
  }
}
.p-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5rem;
  background: #6AA3D7;
  border-radius: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__category {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.p-news__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__heading {
    font-size: 0.875rem;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.p-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #6AA3D7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__arrow {
    display: none;
  }
}
.p-news__arrow-icon {
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}

/*-----------------------------------------------
utility
-----------------------------------------------*/
@media screen and (min-width: 48rem) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .u-dn-md-max {
    display: none;
  }
}

.u-modal-open {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */