@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;
}
/*======================================
story / program
/*======================================*/
#story .flex, #program .flex {
  gap: 5%;
}
#story h2, #program h2, #story h3, #program h3 {
  text-align: left;
}
#story p, #program p {
  letter-spacing: 3px;
}
#story .img, #program .img {
  width: 45%;
  margin-bottom: 0;
  transform: none;
}
#story .inner, #program .inner {
  flex: 1;
}
/*======================================
voice
/*======================================*/
#voice .lede {
  flex: 1;
  text-align: center;
  margin-right: 5%;
}
#voice .lede .title-wrap {
  display: inline-block;
}
#voice .lede h2 {
  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
------------------------------ */
@media (min-width: 1024px) {
  #voice .slider-voice .inner {
    min-height: 265px;
  }
} /*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 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*/