@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

body {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #707070;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #233E62;
  z-index: 9998;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
  width: 100%;
  height: 115px;
  padding: 1.25rem 1.875rem 1.25rem 7.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .l-header__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 64px;
    gap: 1.25rem;
  }
}
.l-header__logo {
  width: 35%;
  max-width: 16.875rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 54.6666666667vw;
    max-width: 14.375rem;
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-img {
  width: 100%;
  height: auto;
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav__item {
  margin-inline: 1.5625rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .l-header-nav__item {
    margin: 0 0.9375rem;
  }
}
.l-header-nav__link {
  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;
  color: #fff;
}
.l-header-nav__text--ja {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.l-header-nav__text--en {
  font-family: "PT Sans", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.l-header__other {
  margin-inline: 1.5625rem;
}
@media screen and (max-width: 1279px) {
  .l-header__other {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__other {
    margin-inline: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
  }
}

.l-header-lang {
  color: #000;
}
.l-header-lang__button {
  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;
  padding-bottom: 0.625rem;
  position: relative;
}
.l-header-lang__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url("../images/common/arrow-down.svg");
          mask-image: url("../images/common/arrow-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 10px;
  aspect-ratio: 40/22;
}
.l-header-lang__icon {
  -webkit-mask-image: url("../images/common/icon_language.svg");
          mask-image: url("../images/common/icon_language.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  display: inline-block;
  width: 1.875rem;
  aspect-ratio: 1/1;
}
.l-header-lang__text {
  display: inline-block;
  line-height: 1.2;
  font-family: "PT Sans", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-lang__text {
    font-size: 0.75rem;
  }
}
.l-header-lang__list {
  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;
  margin-top: 1.25rem;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  border: 1px solid #ADADAD;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-lang__list.is-show {
  opacity: 1;
  visibility: visible;
  margin-top: 0.625rem;
}
.l-header-lang__item {
  font-size: 0.875rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-header-lang__item {
    font-size: 0.75rem;
  }
}
.l-header-lang__link {
  display: block;
  padding: 0.3125rem 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-lang__link:hover {
  color: #CECAAD;
  opacity: 1;
}

.l-header-toggle__btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header-toggle__btn {
    display: block;
    max-width: 2.8125rem;
    width: 9.3333333333vw;
    height: 100%;
    aspect-ratio: 40/22;
    position: relative;
    z-index: 999;
  }
}
.l-header-toggle__line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header-toggle__line {
    height: 3px;
  }
}
.l-header-toggle__line:nth-child(1) {
  top: 0;
}
.l-header-toggle__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-toggle__line:nth-child(3) {
  bottom: 0;
}
.l-header-toggle__btn.is-open .l-header-toggle__line {
  background-color: #233E62;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header-toggle__btn.is-open .l-header-toggle__line:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.l-header-toggle__btn.is-open .l-header-toggle__line:nth-child(2) {
  opacity: 0;
}
.l-header-toggle__btn.is-open .l-header-toggle__line:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.l-header-nav-sp {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100svh;
  min-width: 40%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 10;
}
.l-header-nav-sp.is-open {
  right: 0;
  overflow-y: scroll;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.l-header-nav-sp__inner {
  height: 100%;
  background-color: #fff;
  padding: 90px 20px 40px;
}
.l-header-nav-sp__list {
  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;
  row-gap: 40px;
}
.l-header-nav-sp__item {
  line-height: 1.2;
}
.l-header-nav-sp__link {
  color: #233E62;
  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;
}
.l-header-nav-sp__text--ja {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
}
.l-header-nav-sp__text--en {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

.top .l-header {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .top .l-header.is-fixed {
    position: fixed;
    background-color: #233E62;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.top .l-header .l-header-lang__icon,
.top .l-header .l-header-lang__button::before,
.top .l-header .l-header-toggle__line {
  background-color: #fff;
}

.top .l-header-nav__link,
.top .l-header-lang__text {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.top.is-menu-open .l-header .l-header-toggle__line,
.top.is-menu-open .l-header.is-fixed .l-header-toggle__line {
  background-color: #233E62;
}

@media screen and (max-width: 1023px) {
  .lower .l-header {
    position: fixed;
    background-color: #233E62;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.l-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    min-height: 100svh;
  }
}
.l-wrapper.is-page-fadein {
  opacity: 1;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 64px;
  }
}
.l-main__inner {
  width: 100%;
  max-width: 1120px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-inline: auto;
}

.top .l-main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .top .l-main {
    padding-top: 0;
  }
}

.l-footer {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #233E62;
}
.l-footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  margin: 0;
  width: 5.625rem;
  height: 5.625rem;
  background: #fff;
  background-size: contain;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    width: 5rem;
    height: 5rem;
    right: 10px;
    bottom: 10px;
  }
}
.l-footer__pagetop::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-39deg) skew(10deg);
          transform: rotate(-39deg) skew(10deg);
  margin: -4px 0 0 -8.6px;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop::before {
    width: 1rem;
    height: 1rem;
  }
}
.l-footer__pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 2.8125rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.125rem 1.25rem 0.9375rem;
    row-gap: 1.875rem;
  }
}
.l-footer__logo {
  width: 35%;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 77.3333333333vw;
  }
}
.l-footer__nav-wrap {
  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.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-wrap {
    row-gap: 1.875rem;
  }
}
.l-footer__nav {
  color: #fff;
  font-size: 1rem;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
.l-footer__nav-link {
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
  }
}
.l-footer__nav-link::before {
  content: "▶";
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link::before {
    font-size: 0.75rem;
  }
}
.l-footer__nav-list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.8125rem;
  }
}

.c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 1.625rem;
  color: #ADADAD;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title {
    line-height: 1.11;
    font-size: 1.375rem;
  }
}
.c-title.is-fadein {
  opacity: 1;
}
.c-title--en {
  font-size: 3rem;
  color: #233E62;
}
@media screen and (max-width: 767px) {
  .c-title--en {
    font-size: 2.375rem;
    text-align: center;
  }
}

.c-title-lower {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 1.625rem;
  color: #ADADAD;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .c-title-lower {
    line-height: 1.11;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.375rem;
  }
}
.c-title-lower--en {
  font-size: 3rem;
  color: #233E62;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title-lower--en {
    font-size: 2.375rem;
    text-align: center;
  }
}
.c-title-lower--ja-only {
  font-size: 2.75rem;
  line-height: 1.3;
  color: #233E62;
}
@media screen and (max-width: 767px) {
  .c-title-lower--ja-only {
    font-size: 2.125rem;
    text-align: center;
  }
}
.c-title-lower.is-fadein {
  opacity: 1;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  background-color: #fff;
  display: grid;
  place-content: center;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .loading {
    height: 100dvh;
  }
}

.loading.is-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.loading-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 41.6666666667vw;
  aspect-ratio: 952/160;
}
@media screen and (max-width: 767px) {
  .loading-content {
    width: 73.3333333333vw;
  }
}

.loading-content.is-show {
  opacity: 1;
}

.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

.p-top-heading {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
}

.p-top-mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    height: 100dvh;
  }
}
.p-top-mv .splide,
.p-top-mv .splide__track,
.p-top-mv .splide__list,
.p-top-mv .splide__slide {
  aspect-ratio: 1920/923;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top-mv .splide,
  .p-top-mv .splide__track,
  .p-top-mv .splide__list,
  .p-top-mv .splide__slide {
    height: 100dvh;
    aspect-ratio: 1500/1300;
  }
}
.p-top-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-mv__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item {
    overflow: hidden;
    position: relative;
  }
}
.p-top-mv__item::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 61, 102, 0.5)), color-stop(8%, rgba(11, 61, 102, 0.45)), color-stop(18%, rgba(11, 61, 102, 0.35)), color-stop(32%, rgba(11, 61, 102, 0.25)), color-stop(50%, rgba(11, 61, 102, 0.18)), color-stop(72%, rgba(11, 61, 102, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(11, 61, 102, 0.5) 0%, rgba(11, 61, 102, 0.45) 8%, rgba(11, 61, 102, 0.35) 18%, rgba(11, 61, 102, 0.25) 32%, rgba(11, 61, 102, 0.18) 50%, rgba(11, 61, 102, 0.1) 72%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item::before {
    height: 120px;
  }
}
.p-top-mv__item::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img {
    position: absolute;
    width: auto;
    min-width: 115.3846153846dvh;
    height: 100dvh;
    left: 0;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
  }
}
.p-top-mv__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 7.5rem;
  bottom: 1.875rem;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  .p-top-mv__controls {
    left: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__controls {
    left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__controls {
    bottom: 0.9375rem;
  }
}
.p-top-mv__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .p-top-mv__count {
    font-size: 0.875rem;
  }
}
.p-top-mv__current {
  margin-right: 0.5rem;
}
.p-top-mv__total {
  margin-left: 0.5rem;
}
.p-top-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.p-top-mv__btn--play img, .p-top-mv__btn--pause img {
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn--play img, .p-top-mv__btn--pause img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-top-mv__scroll-down {
  position: absolute;
  bottom: 0px;
  right: 4%;
  height: 17vh;
  min-height: 7.5rem;
  max-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-down {
    right: 2.1875rem;
    min-height: 6.25rem;
    max-height: 8.125rem;
  }
}
.p-top-mv__scroll-down::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -4px;
  width: 2px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-down::before {
    width: 1px;
  }
}
.p-top-mv__scroll-down::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: calc(50% - 2px);
  width: 2px;
  height: 10%;
  background: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: 50% calc(100% - 2px);
          transform-origin: 50% calc(100% - 2px);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-down::after {
    width: 1px;
  }
}
.p-top-mv__scroll-down-text {
  position: absolute;
  left: 5px;
  top: 0;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-down-text {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes showText {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes showText {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.p-top-mission {
  background-color: #F6F6F6;
}
.p-top-mission__inner {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  padding: 6.25rem 1.875rem 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-mission__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mission__inner {
    padding: 3.75rem 1.25rem 4.6875rem;
  }
}
.p-top-mission__title-wrap {
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top-mission__title-wrap.is-fadein {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mission__title-wrap {
    margin-bottom: 2.1875rem;
  }
}
.p-top-mission__title {
  display: inline-block;
  font-weight: 500;
  color: #233E62;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-mission__title {
    font-size: 1.375rem;
  }
}
.p-top-mission__title--particle {
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-mission__title--particle {
    font-size: 1.125rem;
  }
}
.p-top-mission__title--emphasize {
  font-size: 1.75rem;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-mission__title--emphasize {
    font-size: 1.5625rem;
  }
}
.p-top-mission__title--emphasize::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105%;
  height: 80%;
  background-color: rgba(206, 202, 173, 0.4);
  z-index: -1;
}
.p-top-mission__lead-block {
  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;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top-mission__lead-block.is-fadein {
  opacity: 1;
}
.p-top-mission__lead-text {
  color: #707070;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-mission__lead-text {
    font-size: 1.5625rem;
  }
}
.p-top-mission__lead-text--particle {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-mission__lead-text--particle {
    font-size: 1.3125rem;
  }
}
.p-top-mission__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 3.75rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-mission__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.p-top-mission__text.is-fadein {
  opacity: 1;
}

.p-top-scope__inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 3.75rem 1.25rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-scope__inner {
    padding: 3.75rem 1.25rem 4.6875rem;
  }
}
.p-top-scope__content {
  margin-top: 3.125rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-scope__content {
    margin-top: 1.875rem;
  }
}
.p-top-scope__content.is-fadein {
  opacity: 1;
}
.p-top-scope__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-top-scope__item {
  width: calc((100% - 0.625rem) / 2);
  min-height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-scope__item {
    width: 100%;
    min-height: 6.25rem;
  }
}
.p-top-scope__link {
  display: grid;
  place-content: center;
  border: 4px solid #233E62;
  background-color: #fff;
  color: #233E62;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  height: 100%;
  padding: 1.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-scope__link {
    font-size: 1rem;
    border: 3px solid #233E62;
    padding: 0.9375rem;
  }
}
.p-top-scope__link:hover {
  background-color: #CECAAD;
  opacity: 1;
}

.p-top-project {
  background-color: #F6F6F6;
}
.p-top-project__inner {
  width: 100%;
  padding: 3.75rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__inner {
    padding: 3.4375rem 0 5rem;
  }
}
.p-top-project__content {
  margin-top: 3.125rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-project__content {
    margin-top: 1.5625rem;
  }
}
.p-top-project__content.is-fadein {
  opacity: 1;
}
.p-top-project__slider {
  position: relative;
}
.p-top-project__arrows {
  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%;
  max-width: calc(525px + 5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-project__arrow {
  width: 2.5rem;
  height: 2.5rem;
  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;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top-project__arrow {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p-top-project__arrow::before {
  content: "";
  display: grid;
  place-content: center;
  position: absolute;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../images/common/arrow-right.svg");
          mask-image: url("../images/common/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  block-size: 100%;
}
.p-top-project__arrow--prev {
  rotate: 180deg;
  left: 0;
}
.p-top-project__arrow--next {
  right: 0;
}
.p-top-project__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-project__item {
  aspect-ratio: 485/349;
}
.p-top-project__item-link {
  display: block;
  position: relative;
}
.p-top-project__figure {
  position: relative;
  overflow: hidden;
}
.p-top-project__figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.5);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-project__img-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  width: 80%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-project__img-caption {
    font-size: 0.875rem;
  }
}
.p-top-project__item-link:hover {
  opacity: 1;
}
.p-top-project__item-link:hover .p-top-project__figure::before,
.p-top-project__item-link:hover .p-top-project__img-caption {
  opacity: 1;
}

.p-top-data__inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 3.75rem 1.25rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-data__inner {
    padding: 3.75rem 1.25rem 4.6875rem;
  }
}
.p-top-data__content {
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 42.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top-data__content.is-fadein {
  opacity: 1;
}
.p-top-data__link {
  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 3.125rem;
  gap: 2.5rem;
  width: 100%;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
  min-height: 11.625rem;
  background-color: #CECAAD;
}
@media screen and (max-width: 767px) {
  .p-top-data__link {
    width: 100%;
    min-height: 7.5rem;
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 1.875rem;
  }
}
.p-top-data__link:hover {
  opacity: 1;
  background-color: rgba(206, 202, 173, 0.7);
}
.p-top-data__logo {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-data__logo {
    width: 12.5rem;
  }
}

.p-top-access {
  background-color: #F6F6F6;
}
.p-top-access__inner {
  width: 100%;
  padding-top: 3.75rem;
}
.p-top-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5625rem;
  }
}
.p-top-access__content.is-fadein {
  opacity: 1;
}
.p-top-access__map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-access__map {
    width: 100%;
    aspect-ratio: 375/435;
  }
}
.p-top-access__map-iframe {
  width: 100%;
  height: 100%;
}
.p-top-access__info {
  width: 50%;
  background-color: #233E62;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 2.5rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-top-access__info {
    width: 100%;
    padding: 1.5625rem 1.25rem 2.1875rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access__address {
    font-size: 0.75rem;
  }
}
.p-top-access__address-link {
  text-decoration: underline;
  padding-right: 1.2em;
  position: relative;
}
.p-top-access__address-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 0.8em;
  aspect-ratio: 18/19;
  -webkit-mask-image: url("../images/common/icon_window.svg");
          mask-image: url("../images/common/icon_window.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.p-top-access__root {
  font-size: 1rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__root {
    font-size: 0.75rem;
  }
}
.p-top-access__root-item:not(:first-child) {
  margin-top: 1em;
}
.p-top-access__root-dd {
  padding-left: 1em;
}

.p-top-link {
  background-color: #F6F6F6;
}
.p-top-link__inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 3.75rem 1.25rem 6.875rem;
}
.p-top-link__banner {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-link__banner {
    margin-top: 1.5625rem;
  }
}
.p-top-link__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem 2.0625rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-link__list {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.p-top-link__list.is-fadein {
  opacity: 1;
}

.p-project {
  background-color: #F6F6F6;
}
.p-project__heading {
  padding: 3.4375rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-project__heading {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-project__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-project__inner {
    padding: 0 1.5625rem 6.25rem;
  }
}
.p-project__list {
  display: block;
}
.p-project__grid-sizer, .p-project__item {
  display: inline-block;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1023px) {
  .p-project__grid-sizer, .p-project__item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-project__grid-sizer {
    display: none;
  }
}
.p-project__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-project__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.p-project__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-project__box {
  line-height: 1.8;
  background-color: #E2E5E6;
  padding: 0 1.25rem 1.25rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-project__box {
    min-height: 179px;
    padding: 0 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project__box.is-open {
    padding-bottom: 3.75rem;
  }
}
.p-project__caption-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
  margin-top: -1.375rem;
  margin-left: -1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-project__caption-wrap {
    margin-top: -1.125rem;
  }
}
.p-project__caption {
  display: inline-block;
  font-size: 1.5625rem;
  background-color: rgba(35, 62, 98, 0.9);
  color: #fff;
  padding: 0.5rem 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-project__caption {
    font-size: 1.125rem;
  }
}
.p-project__caption--small {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.5rem 0.9375rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-project__caption--small {
    font-size: 1rem;
  }
}
.p-project__summary {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-project__summary {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}
.p-project__summary b {
  font-weight: bold;
}
.p-project__toggle {
  text-align: right;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-project__toggle {
    position: absolute;
    bottom: 0.9375rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-project__toggle {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__toggle {
    font-size: 0.875rem;
  }
}
.p-project__detail {
  display: none;
}
.p-project__box.is-open .p-project__detail {
  display: block;
}
.p-project__detail-text {
  font-size: 0.9375rem;
  padding-bottom: 1.25rem;
  margin-block: 1.25rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-project__detail-text {
    font-size: 0.875rem;
  }
}
.p-project__detail-content {
  color: #233E62;
  margin-bottom: 0.9375rem;
}
.p-project__detail-content-title {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-project__detail-content-title {
    font-size: 0.875rem;
  }
}
.p-project__detail-content-text {
  font-size: 0.875rem;
}
.p-project__detail-content-item {
  font-size: 0.875rem;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: 4em 1fr;
  width: 100%;
}
.p-project__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-project__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-project__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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.25rem;
}
.p-project__detail-link {
  color: #233E62;
  text-decoration: underline;
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  padding-right: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project__detail-link {
    font-size: 0.875rem;
  }
}
.p-project__detail-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2em;
  width: 0.9em;
  aspect-ratio: 18/19;
  -webkit-mask-image: url("../images/common/icon_window.svg");
          mask-image: url("../images/common/icon_window.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #233E62;
}

.p-project-overseas__content {
  background-color: rgba(206, 202, 173, 0.6);
  color: #505050;
}
.p-project-overseas__inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 5rem 1.25rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__inner {
    padding: 3.75rem 1.5625rem 6.25rem;
  }
}
.p-project-overseas__title {
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__title {
    font-size: 1.75rem;
  }
}
.p-project-overseas__lead {
  margin-top: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__lead {
    letter-spacing: 0.02em;
  }
}
.p-project-overseas__wrap {
  margin-top: 3.75rem;
}
.p-project-overseas__item {
  display: grid;
  grid-template-columns: 32.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-project-overseas__item {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.p-project-overseas__caption {
  display: inline-block;
  font-size: 1.5625rem;
  color: #505050;
  letter-spacing: 0.05em;
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__caption {
    font-size: 1.125rem;
  }
}
.p-project-overseas__caption::before {
  content: "";
  background-color: rgba(114, 109, 67, 0.9);
  width: 0.375rem;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-project-overseas__detail-text {
  line-height: 1.8;
  font-size: 0.9375rem;
  margin-block: 1.25rem 0.9375rem;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__detail-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.p-project-overseas__detail-link {
  text-decoration: underline;
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  padding-right: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project-overseas__detail-link {
    font-size: 0.875rem;
  }
}
.p-project-overseas__detail-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2em;
  width: 0.9em;
  aspect-ratio: 18/19;
  -webkit-mask-image: url("../images/common/icon_window.svg");
          mask-image: url("../images/common/icon_window.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #505050;
}

.p-scope {
  background-color: #F6F6F6;
}
.p-scope__heading {
  padding: 3.4375rem 0 5.625rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-scope__heading {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-scope__lead {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scope__lead {
    font-size: 1.0625rem;
  }
}
.p-scope__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-scope__inner {
    padding: 0 0.9375rem 6.25rem;
  }
}
.p-scope__section {
  padding: 3.125rem 3.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-scope__section {
    padding: 2.5rem 1.5625rem;
  }
}
.p-scope__section.is-fadein {
  opacity: 1;
}
.p-scope__section:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.p-scope__section01, .p-scope__section03 {
  background-color: rgba(206, 202, 173, 0.6);
}
@media screen and (min-width: 768px) {
  .p-scope__section03 .p-scope__section-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-scope__section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #233E62;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section-title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }
}
.p-scope__section01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-scope__section01-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-scope__section01-flex.is-fadein {
  opacity: 1;
}
.p-scope__section01-text {
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-scope__section01-detail {
  width: 23.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.4);
  display: grid;
  place-content: center;
  font-size: 0.9375rem;
  padding: 1.875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-detail {
    width: 100%;
  }
}
.p-scope__section01-detail-list {
  display: inline-block;
}
.p-scope__section01-detail-item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.p-scope__section01-detail-item {
  color: #233E62;
  font-weight: bold;
  padding-left: 0.625rem;
  position: relative;
}
.p-scope__section01-detail-item::before {
  content: "";
  position: absolute;
  background-color: #233E62;
  width: 3px;
  height: 1em;
  left: 0;
  top: 0.2em;
}
.p-scope__section01-detail-point {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.p-scope__section01-detail-point::before {
  content: "・";
  position: absolute;
  color: #233E62;
  left: 0;
  top: 0;
}
.p-scope__section01-ba {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-ba {
    -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.875rem;
    margin-top: 3.125rem;
  }
}
.p-scope__section01-before {
  width: 32.9896907216%;
  -ms-flex-negative: 0;
      flex-shrink: 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: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-before {
    width: 100%;
    gap: 0.625rem;
  }
}
.p-scope__section01-before::before {
  content: "";
  position: absolute;
  right: -2.625rem;
  top: 40%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 1.5rem;
  aspect-ratio: 24/28;
  background-color: #233E62;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-before::before {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 1.25rem;
    aspect-ratio: 24/20;
  }
}
.p-scope__section01-before-text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-before-figure {
    width: 70%;
    margin-inline: auto;
  }
}
.p-scope__section01-caption {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section01-caption {
    font-size: 0.875rem;
  }
}
.p-scope__section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-scope__section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.9375rem;
  }
}
.p-scope__section-img {
  width: 27.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-scope__section-img {
    width: 100%;
  }
}
.p-scope__section-text {
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-data__heading {
  padding: 3.4375rem 0 5.625rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-data__heading {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-data-message {
  background-color: #233E62;
}
.p-data-message__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 4.6875rem 1.25rem 3.125rem 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-data-message__inner {
    padding: 3.125rem 1.875rem 3.125rem;
  }
}
.p-data-message__title {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-data-message__title {
    font-size: 1.75rem;
  }
}
.p-data-message__title::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 80%;
  background-color: #CECAAD;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-data-message__title::before {
    width: 0.375rem;
  }
}
.p-data-message__text {
  margin-top: 3.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-data-message__text {
    margin-top: 2.1875rem;
  }
}
.p-data-message__signature {
  margin-top: 1.25rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.9375rem;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-data-message__signature {
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}
.p-data-message__name {
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-data-message__name {
    width: 75%;
    max-width: 11.25rem;
  }
}

.p-data-outline {
  background-color: #F6F6F6;
}
.p-data-outline__inner {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  padding: 6.875rem 1.25rem 9.0625rem;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .p-data-outline__inner {
    padding: 4.6875rem 1.875rem 7.5rem;
  }
}
.p-data-outline__title {
  font-size: 2.1875rem;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-data-outline__title {
    font-size: 1.75rem;
  }
}
.p-data-outline__title.is-fadein {
  opacity: 1;
}
.p-data-outline__desc-list {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-data-outline__desc-list.is-fadein {
  opacity: 1;
}
.p-data-outline__item {
  display: grid;
  grid-template-columns: 8em 1fr;
  line-height: 2.5;
  gap: 2.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-data-outline__item {
    grid-template-columns: 7em 1fr;
    font-size: 1rem;
    gap: 1.25rem;
    line-height: 1.8;
  }
  .p-data-outline__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.p-data-outline__term {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-data-outline__term {
    letter-spacing: 0;
  }
}
.p-data-outline__desc {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-data-outline__desc {
    letter-spacing: 0;
  }
}
.p-data-outline__desc-ol {
  list-style: auto;
  list-style-position: inside;
}
.p-data-outline__desc-li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-data-outline__desc-li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-data-outline__link {
  display: inline-block;
  text-decoration: underline;
  padding-right: 1em;
  position: relative;
}
.p-data-outline__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 18/19;
  -webkit-mask-image: url("../images/common/icon_window.svg");
          mask-image: url("../images/common/icon_window.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .p-data-outline__tel {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .p-data-outline__tel {
    pointer-events: none;
  }
}

.p-caution {
  background-color: #F6F6F6;
}
.p-caution__heading {
  padding-block: 5.625rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-caution__heading {
    padding-block: 3.75rem;
  }
}
.p-caution__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-caution__inner {
    padding: 0 1.875rem 6.25rem;
  }
}
.p-caution__content {
  font-size: 1rem;
  line-height: 1.8;
}
.p-caution__content:not(:last-child) {
  margin-bottom: 4.375rem;
}
.p-caution__content-title {
  font-size: 1.75rem;
  color: #233E62;
  line-height: 1.35;
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-caution__content-title {
    font-size: 1.5rem;
    padding-left: 0.9375rem;
  }
}
.p-caution__content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 80%;
  background-color: #233E62;
}
.p-caution__item {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-caution__item {
    padding-left: 1em;
  }
}
.p-caution__item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.p-caution__item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #233E62;
}
@media screen and (max-width: 767px) {
  .p-caution__item::before {
    width: 4px;
    height: 4px;
  }
}

.p-privacy {
  background-color: #F6F6F6;
}
.p-privacy__heading {
  padding-block: 5.625rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    padding-block: 3.75rem;
  }
}
.p-privacy__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: 0 1.875rem 6.25rem;
  }
}
.p-privacy__content {
  font-size: 1rem;
  line-height: 1.8;
}
.p-privacy__content:not(:last-child) {
  margin-bottom: 4.375rem;
}
.p-privacy__content-title {
  font-size: 1.75rem;
  color: #233E62;
  line-height: 1.35;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-title {
    font-size: 1.5rem;
  }
}
.p-privacy__text {
  margin-top: 1.875rem;
}
.p-privacy__ol01 {
  margin-top: 1.875rem;
  counter-reset: count-number;
}
.p-privacy__ol01-item {
  position: relative;
  padding-left: 2.5em;
  counter-increment: count-number;
}
.p-privacy__ol01-item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.p-privacy__ol01-item::before {
  content: "（" counter(count-number) "）";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 2.5em;
  color: #233E62;
}
.p-privacy__ol01-item:nth-child(n+10) {
  padding-left: 3em;
}
.p-privacy__ol01-item:nth-child(n+10)::before {
  inline-size: 3em;
}
.p-privacy__ol02 {
  margin-top: 1.875rem;
  counter-reset: count-number;
}
.p-privacy__ol02-item {
  position: relative;
  counter-increment: count-number;
}
.p-privacy__ol02-item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.p-privacy__ol02-item::before {
  content: "（" counter(count-number) "）";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 2.5em;
  color: #233E62;
  font-weight: bold;
}
.p-privacy__ol02-item:nth-child(n+10) {
  padding-left: 3em;
}
.p-privacy__ol02-item:nth-child(n+10)::before {
  inline-size: 3em;
}
.p-privacy__ol02-item:nth-child(n+10) {
  padding-left: 3em;
}
.p-privacy__ol02-item:nth-child(n+10)::before {
  inline-size: 3em;
}
.p-privacy__ol02-title {
  font-weight: bold;
  padding-left: 2.5em;
}
.p-privacy__ol02-text {
  margin-top: 0.625rem;
}
.p-privacy__ol03 {
  margin-top: 0.3125rem;
  padding-left: 1.25rem;
  counter-reset: num;
}
.p-privacy__ol03-item {
  position: relative;
  counter-increment: num;
}
.p-privacy__ol03-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.p-privacy__ol03-item::before {
  content: attr(data-symbol);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 1.2em;
  color: #233E62;
  font-weight: bold;
}
.p-privacy__ol03-title {
  font-weight: bold;
  padding-left: 1.2em;
}
.p-privacy__ol03-text {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__tel {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__tel {
    pointer-events: none;
  }
}
.p-privacy__address {
  text-align: right;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__address {
    margin-top: 3.125rem;
  }
}

.p-sitemap {
  background-color: #F6F6F6;
}
.p-sitemap__heading {
  padding-block: 5.625rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-sitemap__heading {
    padding-block: 3.75rem;
  }
}
.p-sitemap__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem 7.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__inner {
    padding: 0 1.875rem 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap__section01 {
    grid-column: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-sitemap__section02 {
    grid-column: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-sitemap__section04 {
    grid-column: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-sitemap__section05 {
    grid-column: 1;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-sitemap__section06 {
    grid-column: 1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-sitemap__section03 {
    grid-column: 2;
    grid-row: 1/span 5;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.p-sitemap__section {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__section {
    font-size: 1.25rem;
  }
}
.p-sitemap__page-title {
  color: #233E62;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sitemap__page-title {
    padding-left: 0.75rem;
  }
}
.p-sitemap__page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.625rem;
  aspect-ratio: 10/16;
  background-color: #233E62;
}
@media screen and (max-width: 767px) {
  .p-sitemap__page-title::before {
    width: 0.4375rem;
  }
}
.p-sitemap__page-title-link {
  text-decoration: underline;
}
.p-sitemap__page-list {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__page-list {
    padding-left: 0.75rem;
  }
}
.p-sitemap__page-item {
  margin-top: 1.25rem;
  font-size: 1rem;
}
.p-sitemap__page-item-link {
  display: inline-block;
  color: #707070;
  text-decoration: underline;
  padding-left: 0.8em;
  position: relative;
}
.p-sitemap__page-item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 5px;
  aspect-ratio: 5/10;
  -webkit-mask-image: url("../images/common/arrow-right.svg");
          mask-image: url("../images/common/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #707070;
}

.p-error__inner {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  padding: 6.875rem 1.25rem 9.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error__inner {
    padding: 4.6875rem 1.875rem 7.5rem;
  }
}
.p-error__heading {
  font-weight: bold;
  padding-block: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-error__heading {
    font-size: 1.75rem;
    padding-block: 0 3.75rem;
  }
}
.p-error__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-error__title {
    font-size: 1.875rem;
  }
}
.p-error__lead {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-error__lead {
    font-size: 1.25rem;
  }
}
.p-error__btn {
  display: inline-block;
  margin-top: 3.75rem;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

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

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}/*# sourceMappingURL=style.css.map */