@charset "UTF-8";
.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.visual {
  position: relative;
  padding: 0 0;
  overflow: hidden;
  width: 100vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-top: 40px;
  }
}
.visual .nami_top {
  width: 100vw;
  height: 120px;
  transform: scale(-1, -1);
  position: absolute;
  top: 0;
  z-index: 1;
}
.visual .nami_bottom {
  width: 100vw;
  height: 130px;
  position: absolute;
  bottom: -5px;
}
.visual .slider {
  width: 100vw;
  height: 95vh;
}
.visual .slider canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.visual .slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .visual .slider {
    height: 70vh;
  }
}
.visual .slider__nav.js-slider__nav, .visual .scroll {
  display: none;
}
.visual article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
.visual article img:first-child {
  order: 4;
}
.visual article img:nth-child(2) {
  order: 3;
}
.visual article img:nth-child(3) {
  order: 2;
}
.visual article img:last-child {
  order: 1;
}
@media screen and (max-width: 1280px) {
  .visual article {
    width: 70%;
  }
  .visual article img {
    width: 11%;
  }
}
@media screen and (max-width: 768px) {
  .visual article {
    width: 80%;
  }
  .visual article img {
    width: 16%;
  }
}
.visual .news {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  width: 80vw;
  margin: auto;
  background: #30A5FF;
  padding: 0.8em 2em;
  border-radius: 35px;
}
.visual .news .news_list {
  overflow: hidden;
  display: flex;
}
.visual .news .news_list .news_slide {
  width: calc(100% - 13em);
}
.visual .news .news_list > a {
  width: 13em;
  text-align: center;
  padding-left: 1em;
  border-left: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}
.visual .news .item {
  display: flex;
  align-items: center;
  color: #fff;
}
.visual .news .item dt {
  font-weight: 700;
  width: 6em;
  font-size: 16px;
  font-size: 1rem;
}
.visual .news .item dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  width: calc(100% - 6em);
  margin-bottom: 0;
}
.visual .news .item dd a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .visual .news {
    bottom: 40px;
  }
  .visual .news .news_list {
    flex-direction: column;
  }
  .visual .news .news_list .news_slide {
    width: 100%;
  }
  .visual .news .news_list > a {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #fff;
    border-left: none;
  }
}

/* スライドショーコンテナを画面全体に固定 */
#slideshow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 背景として機能させる */
}

/*
流体シェイプ（右)
---------------------------------------------------------- */
.block_01 {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.block_01 .fluid {
  position: sticky;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.block_01 #lottie-scroll-fluid01, .block_01 #fluid_object01 {
  width: 30vw;
  height: 40vw;
  margin-left: auto;
  mix-blend-mode: multiply;
}

/*
流体シェイプ（左)
---------------------------------------------------------- */
.block_02 {
  position: relative;
  width: 100%;
}
.block_02 .fluid {
  margin-top: -5vw;
  position: sticky;
  top: 10%;
  z-index: -1;
  mix-blend-mode: multiply;
  transform: scale(-1, 1);
}
.block_02 #lottie-scroll-fluid02, .block_02 #fluid_object02 {
  width: 30vw;
  height: 30vw;
  margin-left: auto;
}

.reason {
  margin-top: -40vw;
}

/* --------------------------------------------------------------
改善事例
-------------------------------------------------------------- */
.voice {
  margin-top: -30vw;
  padding: 60px 0 120px;
}

/* --------------------------------------------------------------
3つの理由
-------------------------------------------------------------- */
.reason {
  padding: 80px 0;
}/*# sourceMappingURL=index.css.map */