@charset "utf-8";
.hero {
  position: relative;
}
.hero__image img {
    width: 100%;
    pointer-events: none;
  }
.hero__lead {
  position: absolute;
  top: 22%;
  left: 3.26%;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(11, 22, 68, 0.35));
}
.hero__lead .en-text {
    font-family: var(--font-en);
    font-size: min(2.5vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.1em;
  }
.hero__lead .text {
    font-size: min(6.5vw, 62px);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
.hero__open {
  position: absolute;
  top: 27%;
  right: 3.26%;
  max-width: 260px;
  width: 30%;
}
.about {
  position: relative;
  z-index: 1;
  margin-top: -3.54vw;
}
.about-header {
  position: relative;
}
.about-header::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 31.66%;
    background: url("../../images/image2.jpg") no-repeat left top / 100%;
    content: "";
  }
.about-header__movie {
  overflow: hidden;
  width: 69.44%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
.about-header__movie video {
    width: 100%;
    height: auto;
  }
.about-header__detail {
  width: 69.44%;
  margin-left: auto;
  padding: 20px 0;
  background: #fff;
  font-weight: 700;
  line-height: 1.5625;
}
.about-header__detail dl {
    font-size: 0.88em;
  }
.about-header__detail dd {
    margin: 0;
    font-weight: 500;
  }
.about-header__detail dl > div {
    display: flex;
  }
.about-header__detail dl > div:nth-of-type(-n + 3) dt {
      width: 4.2em;
    }
.about-header__detail dl > div:nth-of-type(n + 4) dt {
      width: 6.2em;
    }
.vision {
  padding-bottom: 8vw;
  background: url("../../images/vision_bg.png") no-repeat center 30% / 140%;
}
.vision-header {
  margin-bottom: 8vw;
}
.vision-point {
  margin-bottom: 12vw;
}
.vision-point__no {
  display: inline-flex;
  justify-content: space-between;
  width: 7em;
  height: 3em;
  margin-bottom: 40px;
  padding: 0.5em;
  border-radius: 4px;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.vision-point__no b {
    font-size: 2.133em;
    font-weight: 500;
  }
.gallery-slider {
  margin-top: 50px;
}
.gallery-slider .image {
    width: 44.5833vw;
  }
.gallery-slider .image img {
      border-radius: 10px;
      transition: opacity 0.4s;
    }
.gallery-slider .image--grid {
    width: 31.3541vw;
    display: grid;
    grid-gap: 8px;
  }
.gallery-slider a {
    display: inline-block;
    position: relative;
  }
.gallery-slider a::after {
      position: absolute;
      right: 14px;
      bottom: 14px;
      width: 22px;
      height: 22px;
      background: url("../images/icon_plus.svg") no-repeat center center / contain;
      content: "";
    }
.gallery-slider a:hover img {
    opacity: 0.7;
  }
.message {
  padding-top: 20vw;
  padding-bottom: 15vw;
  background: url("../../images/message_bg.png") repeat center top;
}
.voice {
  padding: 15vw 0;
}
.movie {
  padding: 15vw 0;
}
.project {
  padding-top: 15vw;
  padding-bottom: 20vw;
}
.message-block {
  margin-top: 7vw;
  margin-bottom: 10vw;
}
.message-block__image {
  margin-bottom: 5vw;
}
.message-block__image img {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
.voice {
  position: relative;
  background: #ccc url("../../images/voice_bg.jpg") no-repeat center center / cover;
}
.voice-header {
  margin-bottom: 8vw;
}
.voice-header p {
    color: var(--color-primary);
  }
.voice-list-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  line-height: 1.66;
}
.voice-list-card .name {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
    font-size: 1.4rem;
  }
.voice-list-navigations {
  position: relative;
  margin-top: 50px;
}
.voice-list-navigations .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.voice-list-navigations .splide__arrow {
    flex: none;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
.voice-list-navigations .splide__pagination {
    position: static;
    counter-reset: pagination-num;
  }
.voice-list-navigations .splide__pagination__page {
    width: auto;
    height: auto;
    padding: 5px;
    background: none;
    font-size: 1em;
  }
.voice-list-navigations .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter( pagination-num );
  }
.voice-list-navigations .splide__pagination__page.is-active {
    transform: scale(1);
    width: auto;
    height: auto;
  }
.movie {
  background: url("../../images/movie_bg.jpg") no-repeat center center / cover;
  color: #fff;
}
.movie__inner {
  position: relative;
}
.movie__heading {
  position: absolute;
  top: 0;
  left: 0;
}
.movie__heading .heading {
    margin-bottom: 0;
    transform-origin: left top;
    transform: translateX(50%) rotate(90deg);
  }
.movie__heading .heading::after {
      color: inherit;
    }
.movie__content a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
.movie__content a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(25vw,360px);
      height: min(25vw,360px);
    }
.movie__content a img {
      transition: all 1s;
    }
.movie__content a:hover img {
      transform: scale(1.2);
    }
.nsklog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 28px;
}
.nsklog-item {
  position: relative;
}
.nsklog-item__thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.nsklog-item__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nsklog-date {
  font-family: var(--font-en);
  color: #9FA0A0;
  font-size: 0.88em;
  letter-spacing: 0.075em;
}
.nsklog-view {
  padding-left: 1em;
  background: url("../images/icon_log.svg") no-repeat left center / 1em;
  color: #9FA0A0;
  font-family: var(--font-en);
  font-size: 0.88em;
  letter-spacing: 0.025em;
}
.nsklog-title {
  flex: 1 0 100%;
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.11em;
  line-height: 1.7;
}
.nsklog-title a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.nsklog-title a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
    }
.project {
  padding-top: 12vw;
  padding-bottom: 20vw;
}
.project-header {
  margin-bottom: 4vw;
}
.project-more {
  text-align: right;
}
.project-more a {
    display: inline-flex;
    gap: 0.2em;
    position: relative;
    color: inherit;
    font-family: var(--font-en);
    font-size: 1.11em;
    font-weight: 500;
    font-size: 2em;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s;
  }
.project-more a::before {
      flex: none;
      display: inline-block;
      position: relative;
      top: 0.1em;
      width: 0.86em;
      height: 0.86em;
      border-radius: 10px;
      background: var(--color-primary) url("../images/icon_arrow.svg") no-repeat center center / contain;
      content: "";
    }
.project-more a:hover {
      color: var(--color-primary);
    }
@media (min-width: 30.001em) {}
@media (max-width: 40em) {}
@media (min-width: 40.001em) {}
@media (max-width: 45em) {}
@media (min-width: 45.001em) {
  .about-header__detail {
    position: relative;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -55px;
    padding: 20px;
    border-radius: 10px 0 0 0;
  }
    .about-header__detail dl {
      -moz-columns: 2;
      columns: 2;
    }}
@media (max-width: 60em) {
  .about02 {
    margin: 10vw 0;
  }
  .about02__image {
    margin: 0 -11% 7vw;
  }
    .about02__image img {
      width: 100%;
    }
  .vision-point__image {
    margin-bottom: 5vw;
  }
  .movie__inner {
    padding-left: max(100px, 17.0313%);
  }}
@media (min-width: 60.001em) {
    .hero__lead .en-text {
      font-size: 1.7rem;
    }
    .hero__lead .text {
      font-size: 62px;
    }
  .about01__text {
    width: 91.484375%;
    margin-left: auto;
  }
  .about02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 180px;
  }
  .about02__image {
    direction: rtl;
    flex: 0 0 42.578125%;
  }
    .about02__image .image {
      width: max(calc(100% + 20px), calc(50vw - 640px + 100%));
    }
      .about02__image .image img {
        width: 100%;
        max-width: none;
        border-radius: 0 10px 10px 0;
      }
  .about02__text {
    flex: 0 0 48.90625%;
  }
  .vision {
    padding-bottom: 80px;
    background: url("../../images/vision_bg.png") no-repeat center 70% / contain;
  }
  .vision-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .vision-header__text {
    flex: 0 0 57.521875%;
  }
  .vision-point {
    display: flex;
    margin-bottom: 100px;
  }
    .vision-point:nth-of-type(even) {
      flex-direction: row-reverse;
    }
  .vision-point__image {
    flex: 0 0 45.390625%;
  }
  .vision-point__lead {
    flex: 0 0 9.21875%;
    display: flex;
    justify-content: center;
  }
    .vision-point__lead .lead {
      writing-mode: vertical-rl;
    }
  .vision-point__text {
    flex: 0 0 36.875%;
  }
  .vision-point__no {
    width: 7.5em;
    height: 3.13em;
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
    .gallery-slider .image {
      width: 29.7222vw;
    }
    .gallery-slider .image--grid {
      width: 20.9027vw;
    }
  .message {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .voice {
    padding: 140px 0;
  }
  .movie {
    padding: 140px 0;
  }
  .project {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .message-block {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 90px;
  }
    .message-block:nth-of-type(even) {
      flex-direction: row-reverse;
    }
  .message-block__image {
    flex: 0 0 31.875%;
  }
    .message-block__image img {
      margin-top: 30px;
      margin-bottom: 20px;
    }
  .message-block__text {
    flex: 0 0 57.421875%;
  }
  .voice-header {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 80px;
  }
    .voice-header .heading {
      margin-bottom: 0;
    }
  .voice-list-card {
    margin-bottom: 28px;
    padding: 25px;
  }
  .movie__content {
    width: 65.9375%;
    margin: 0 auto;
  }
  .project {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .project-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }}
@media (min-width: 75.001em) {
  .text {
    font-size: 2rem;
  }
  .about-header {
    margin-bottom: -5vw;
  }
  .about-header__detail {
    padding: 25px 35px;
  }
    .vision-point__lead .lead {
      font-size: 3.2rem;
    }}
/*# sourceMappingURL=maps/index.css.map */
