@charset "UTF-8";
@media (min-width: 768px) {} /*END query*/
/*======================================
common
/*======================================*/
.title-wrap h2 .EN {
  display: block;
  font-size: 100%;
  letter-spacing: 3px;
}
.title-wrap h2 .main {
  font-size: 180%;
  letter-spacing: 8px;
}
/*======================================
#FV
/*======================================*/
@keyframes bg-zoom {
  from {
    transform: translateY(4vh) scale(1);
  }
  to {
    transform: translateY(4vh) scale(1.1);
  }
}
@keyframes bg-drift {
  from {
    background-position: 50% calc(50% + 8vw);
  }
  to {
    background-position: 50% calc(50% + 5vw);
  }
}
@media (min-width: 1024px) {
  #FV {
    height: 100vh;
  }
  #FV .phase01, #FV .phase02 {
    inset: 0;
  }
  #FV .fv-bg::before {
    transform: translateY(4vh) scale(1);
    animation: bg-zoom 12s linear forwards;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  #FV .fv-bg::after {
    background-position: 50% calc(50% + 8vw);
    animation: bg-drift 20s linear forwards;
    animation-delay: 6s;
  }
  #FV .phase01 .logo-S {
    width: 140px;
  }
  #FV .phase01 .type {
    font-size: 150%;
    letter-spacing: 3px;
  }
  #FV .phase02 h1 {
    font-size: 300%;
  }
  #fv-vanta canvas.vanta-canvas {
    -webkit-mask-image: radial-gradient(circle at center, transparent 0%, transparent 25%, black 50%, black 100%);
    mask-image: radial-gradient(circle at center, transparent 0%, transparent 25%, black 50%, black 100%);
  }
} /*END query*/
/*======================================
mission
/*======================================*/
#mission .flex {
  gap: 5%;
}
#mission .inner {
  width: 40%;
}
#mission .title-wrap {
  margin-top: 0;
}
#mission h2 .EN {
  font-size: 160%;
}
#mission h3 {
  font-size: 250%;
  letter-spacing: 8px;
  margin: .3em auto .5em;
}
#mission .desc {
  margin: 2em auto;
}
#mission .desc p {
  font-size: 110%;
}
#mission aside ul {
  display: block;
  text-align: left;
  font-size: 11px;
}
/* ------------------------------
  photo-spread
------------------------------ */
.photo-spread {
  width: 55%;
}
.photo-wrap {
  transform: scale(var(--wrapScale));
  transform-origin: left top;
  top: 35%
}
/*======================================
.service
/*======================================*/
#service .lede {
  width: 100%;
}
#service h3 {
  font-size: 140%;
  letter-spacing: 4px;
  margin: 1.5em auto 0;
}
#service .service-list li .img {
  width: 130px;
  margin: 0 auto .3em;
}
/* GLOBE background layer */
#service .sec-globe {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#service #globe-bg canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  #service .lede {
    width: 55%;
  }
  #service .slick-list {
    padding: 1.5em .5em 2em !important;
  }
  #service .service-list ul {
    gap: 0 1em;
  }
  #service .service-list li {
    max-width: 13em;
  }
  #service .service-list li p {
    font-size: 90%;
    letter-spacing: 2px;
  }
} /*END query*/
/*======================================
.media
/*======================================*/
#media .media-img figure {
  flex: 1;
  margin: 0;
  padding: 0;
}
#media .media-list {
  text-align: center;
}
#media .media-list li {
  line-height: 2em;
  padding: 0 1em;
}
#media .archive-list01 li .desc {
  width: 100%;
}
@media (min-width: 1024px) {
  #media .media-img {
    gap: 2em;
  }
} /*END query*/
/*======================================
about
/*======================================*/
#about h3 {
  font-size: 125%;
  margin: 1.5em auto 0;
}
#about .desc {
  margin-bottom: 1.5em;
}
#about .img {
  float: right;
  width: 45%;
  margin: -3em 0 1em 1em;
}
@media (min-width: 1024px) {
  #about .lede {
    flex: 1;
    margin-left: 5%;
  }
  #about .lede::before {
    transform: rotate(-25deg);
  }
  #about .img {
    float: none;
    width: 65%;
    margin: 0;
  }
} /*END query*/
/*======================================
.news
/*======================================*/
#news {
  min-height: 600px;
}
#news h2 {
  width: 100%;
  font-size: 200%;
  letter-spacing: 5px;
}
.tab-swich {
  gap: 1rem;
}
@media (min-width: 1024px) {
  #news h2 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
  .tab-swich::after {
    content: none;
  }
  .tab-swich li, .tab-swich li:first-child, .tab-swich li:not(:first-child) {
    flex: 1 1 0;
    max-width: none;
  }
} /*END */
/*======================================
voice
/*======================================*/
#voice .lede {
  flex: 1;
  text-align: center;
  margin-right: 5%;
}
#voice .lede .title-wrap {
  display: inline-block;
}
#voice .lede h2 {
  text-align: center;
  font-size: 90%;
}
#voice .lede h2 .EN {
  font-size: 200%;
}
#voice .lede h2 .main {
  letter-spacing: 4px;
}
#voice .lede p {
  text-align: center;
}
#voice .slider-wrap {
  width: 50%;
}
@media (min-width: 1024px) {
  #voice .slider-wrap {
    width: 70%;
  }
} /*END query*/
/* ------------------------------
  slider-voice
------------------------------ */
#voice .slider-voice .inner {
  box-shadow:
    inset 0 1px 0 rgb(var(--white-rgb) / .4), 0 8px 18px rgb(var(--black-rgb) / .7);
}
@media (min-width: 1024px) {
  #voice .slider-voice .inner {
    min-height: 330px;
  }
} /*END query*/
#voice .slider-voice .inner h3 {
  font-size: 4.5vw;
  line-height: 1.4em;
  margin-bottom: .5em;
  font-weight: normal;
}
#voice .slider-voice .inner h3 span {
  display: block;
  line-height: 1.2em;
  margin-bottom: .3em;
}
#voice .slider-voice .inner .img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  background-color: #ccc;
}
#voice .slider-voice .inner p {
  margin-top: 1em;
  font-size: 85%;
  line-height: 1.6em;
}
/*======================================
slick
/*======================================*/
.slick-prev, .slick-next {
  width: 3vw !important;
  height: 3vw !important;
  top: calc(50% - 1.5vw) !important;
}
.slick-prev {
  left: auto !important;
  right: -2vw !important;
}
.slick-next {
  right: auto !important;
  left: -2vw !important;
}
.slick-prev:before, .slick-next:before {
  width: 3vw !important;
  height: 3vw !important;
}
#voice .slick-slide {
  margin: 0 calc(1.5em / 2);
}
#voice .slider-voice .inner {
  padding: 1.5em;
}
#voice .slider-voice .inner p {
  font-size: 100%;
}
#voice .slider-voice .inner h3 {
  font-size: 2vw;
}
@media (min-width: 1024px) {
  .slick-prev, .slick-next {
    width: 2vw !important;
    height: 2vw !important;
    top: calc(50% - 1.5vw) !important;
  }
  .slick-prev:before, .slick-next:before {
    width: 2vw !important;
    height: 2vw !important;
  }
  #service .slider-wrap .slick-active:not(.slick-center) {
    transform: scale(0.98);
  }
  #service .slider-wrap .slick-center {
    transform: scale(1.1);
  }
} /*END query*/
@media (min-width: 1200px) {
  #voice .slider-voice .inner {
    font-size: 15px;
  }
  #voice .slider-voice .inner h3 {
    font-size: 80%;
  }
  #voice .slider-voice .inner p {
    font-size: 100%;
  }
} /*END query*/