@charset "UTF-8";
/* =========================================================
 * MV
 * funcompass__mv
 * ====================================================== */
.funcompass__mv {
  position: relative;
  height: 39.2vw;
  margin-bottom: 100px;
}

.funcompass__mv::before {
  content: "";
  width: 100%;
  height: 42.8vw;
  background-color: #8ec6db;
  position: absolute;
  z-index: -1;
  top: 22.6vw;
}

.funcompass__mv::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 400px 0;
  border-color: transparent #8ec6db transparent transparent;
  position: absolute;
  top: 65.4vw;
}

.funcompass__mv__swiper {
  width: 64.2vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.funcompass__mv__swiper .swiper-slide {
  border-radius: 0 0 0 20px;
  overflow: hidden;
}

.funcompass__mv__txt {
  position: absolute;
  left: 9.28vw;
  bottom: 0;
  z-index: 10;
}

.funcompass__mv__txt h1 {
  width: 35.7vw;
  margin-bottom: 20px;
}

.funcompass__mv__txt strong {
  font-size: 1.78vw;
  margin-bottom: 88px;
  display: block;
}

.funcompass__mv__txt > div {
  width: 15vw;
  height: 15vw;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
}

.funcompass__mv__txt > div::after {
  content: "";
  width: 92%;
  height: 92%;
  display: block;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/circle-gp.svg)
    no-repeat 50% 50% / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  animation: rotation 30s linear infinite reverse;
}

.funcompass__mv__txt > div img {
  width: 50%;
}

.funcompass__mv article {
  position: absolute;
  right: -60px;
  bottom: -70px;
  z-index: 92;
  width: 700px;
  height: 150px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px 0 0 0;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
}

.funcompass__mv article a {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 25px 60px 25px 80px;
}

.funcompass__mv article > em {
  background-color: #faf8da;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 10px 0 0 0;
}

.funcompass__mv article > em span {
  font-size: 18px;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: 75px;
  right: -3px;
}

.funcompass__mv article > em span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.funcompass__mv article a > div span {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  width: 91px;
}

.funcompass__mv article a > div p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.funcompass__mv article a > img{
  width: 177px;
  margin-left: 20px;
  flex: none;
}

.funcompass__mv__scroll {
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 20px;
  bottom: 130px;
  z-index: 90;
  font-weight: 700;
  transform: rotate(90deg);
}

.funcompass__mv__scroll::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  /* animation: scrollBdAnim 1.4s ease 3; */
}

.funcompass__mv .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 15px 0 !important;
}

.funcompass__mv .swiper-pagination-bullet-active {
  background-color: #8ec6db;
}

.funcompass__mv .swiper-horizontal > .swiper-pagination-bullets,
.funcompass__mv .swiper-pagination-bullets.swiper-pagination-horizontal,
.funcompass__mv .swiper-pagination-custom,
.funcompass__mv .swiper-pagination-fraction {
  left: auto;
  right: 30px;
  bottom: 17.5vw;
  width: 10px;
}

.funcompass__news__swiper{
  width: 100%;
  height: 100%;
}

.funcompass__mv article .swiper-horizontal>.swiper-pagination-bullets,
.funcompass__mv article .swiper-pagination-bullets.swiper-pagination-horizontal,
.funcompass__mv article .swiper-pagination-custom,
.funcompass__mv article .swiper-pagination-fraction {
  left: auto;
  right: 30px;
  bottom: 50px;
  width: 10px;
}

.funcompass__mv article .swiper-pagination-current,
.funcompass__mv article .swiper-pagination-total{
  display: block;
  text-align: center;
  width: 16px;
}

.funcompass__mv article .swiper-pagination-current::after{
  content:"";
  width: 16px;
  height: 1px;
  background-color: #222;
  display: block;
  margin: 8px 0 5px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  /* .funcompass__mv article {
    position: absolute;
    right: -60px;
    bottom: -70px;
    z-index: 92;
    width: 400px;
    padding: 25px 25px 25px 0px;
  } */

}

@media screen and (max-width: 480px) {
  .funcompass__mv {
    height: auto;
    margin-bottom: 0px;
  }

  .funcompass__mv::before {
    content: "";
    height: 66vw;
    top: 0vw;
  }

  .funcompass__mv::after {
    border-width: 0 100vw 29.8vw 0;
    top: 66vw;
  }

  .funcompass__mv__swiper {
    width: 89.3vw;
    height: 89.3vw;
    position: relative;
    margin-left: 10.7vw;
    margin-bottom: 5.33vw;
  }

  .funcompass__mv__swiper .swiper-slide {
    border-radius: 0 0 0 10px;
    overflow: hidden;
  }

  .funcompass__mv__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .funcompass__mv__txt {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin-left: 20px;
  }

  .funcompass__mv__txt h1 {
    width: 66vw;
    margin-bottom: 2.6vw;
  }

  .funcompass__mv__txt strong {
    font-size: 4.26vw;
    margin-bottom: 5.6vw;
  }

  .funcompass__mv__txt > div {
    width: 29.3vw;
    height: 29.3vw;
    position: absolute;
    top: -30.3vw;
    left: auto;
    right: 20px;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .funcompass__mv article {
    position: relative;
    right: 0px;
    bottom: 0px;
    z-index: 92;
    height: 132px;
    margin-left: 20px;
    width: auto;
    border-radius: 10px 0 0 0;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
  }


  .funcompass__mv article > em {
    width: 37px;
  }

  .funcompass__mv article > em span {
    font-size: 14px;
    top: 64px;
    right: 1px;
  }

  .funcompass__mv article a{
    padding: 15px 20px 15px 52px;
    align-items: center;
  }

  .funcompass__mv article a > div span {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 10px;
    width: 91px;
  }

  .funcompass__mv article a > div p {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
  }

    .funcompass__mv article a>img {
      width: 100px;
      margin-left: 10px;
      margin-top: 0;
    }

  .funcompass__mv__scroll {
    left: 0px;
    bottom: auto;
    top: 63.3vw;
    font-size: 2.5vw;
  }

  .funcompass__mv__scroll::after {
    width: 16vw;
    right: -20vw;
  }

    .funcompass__mv .swiper-horizontal > .swiper-pagination-bullets,
    .funcompass__mv .swiper-pagination-bullets.swiper-pagination-horizontal,
    .funcompass__mv .swiper-pagination-custom,
    .funcompass__mv .swiper-pagination-fraction {
    right: 10px;
    bottom: 36.5vw;
  }

    .funcompass__mv article .swiper-pagination-current,
    .funcompass__mv article .swiper-pagination-total {
      text-align: center;
      width: auto;
      display: flex;
      align-items: center;
    }

    .funcompass__mv article .swiper-pagination-current::after {
      content: "";
      width: 1px;
      height: 12px;
      margin: 0px 10px -2px;
    }

    .swiper-pagination-news{
      display: flex;
    }

        .funcompass__mv article .swiper-horizontal>.swiper-pagination-bullets,
        .funcompass__mv article .swiper-pagination-bullets.swiper-pagination-horizontal,
        .funcompass__mv article .swiper-pagination-custom,
        .funcompass__mv article .swiper-pagination-fraction{
          width: auto;
          top: 10px;
          right: 20px;
          bottom: auto;
          font-size: 12px;
        }
}

/* =========================================================
 * コンセプト
 * funcompass__concept
 * ====================================================== */

.funcompass__concept {
  position: relative;
}

.funcompass__concept > em {
  font-size: 4.28vw;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.funcompass__concept > em::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  display: block;
  margin: 0 auto 20px;
}

.funcompass__concept h2 {
  color: #fff;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .funcompass__concept {
    padding-top: 14.7vw;
    position: relative;
  }

  .funcompass__concept::before {
    content: "";
    width: 100%;
    height: 207vw;
    background-color: #8ec6db;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: -1;
  }

  .funcompass__concept::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 112px 0;
    border-color: transparent #8ec6db transparent transparent;
    position: absolute;
    left: 0;
    top: calc(207vw - 60px);
    z-index: -1;
  }

  .funcompass__concept > em {
    font-size: 10.6vw;
    margin-bottom: 2.6vw;
  }

  .funcompass__concept > em::before {
    height: 8vw;
    margin: 0 auto 5.3vw;
  }

  .funcompass__concept h2 {
    color: #fff;
    font-size: 4.2vw;
    margin-bottom: 21.3vw;
  }
}

/* funcompass__concept__sec
----------------------------------------------- */
.funcompass__concept__sec {
  position: relative;
  margin-bottom: 5.71vw;
}

.funcompass__concept__sec-03 {
  margin-bottom: 180px;
}

.funcompass__concept__sec-02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 0 0 100vw;
  border-color: transparent transparent transparent #8ec6db;
  position: absolute;
  left: 0;
  bottom: -12.26vw;
  z-index: -1;
}

.funcompass__concept__sec-03::before {
  content: "";
  width: 100%;
  height: 35.7vw;
  background-color: #8ec6db;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 5.85vw;
}

.funcompass__concept__sec-03::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 400px 0;
  border-color: transparent #8ec6db transparent transparent;
  position: absolute;
  top: 41.55vw;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .funcompass__concept__sec {
    margin-bottom: 16vw;
  }

  .funcompass__concept__sec-03 {
    margin-bottom: 16vw;
  }

  .funcompass__concept__sec-02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 112px 0 0 100vw;
    border-color: transparent transparent transparent #8ec6db;
    position: absolute;
    bottom: -16vw;
    z-index: -1;
  }

  .funcompass__concept__sec-03::before {
    content: "";
    width: 100%;
    height: 120vw;
    background-color: #8ec6db;
    position: absolute;
    z-index: -1;
    top: 0;
  }

  .funcompass__concept__sec-03::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 112px 0;
    border-color: transparent #8ec6db transparent transparent;
    position: absolute;
    top: auto;
    top: 120vw;
    z-index: -1;
  }
}

/* funcompass__concept__sec img main
----------------------------------------------- */

.funcompass__concept__sec > p:first-child {
  width: 50vw;
  height: 50vw;
  overflow: hidden;
}

.funcompass__concept__sec-01 > p:first-child,
.funcompass__concept__sec-03 > p:first-child {
  border-radius: 0 20px 20px 0;
}

.funcompass__concept__sec-02 > p:first-child,
.funcompass__concept__sec-04 > p:first-child {
  border-radius: 20px 0px 0px 20px;
  margin-left: calc(100vw - 50vw - 60px);
}

@media screen and (max-width: 480px) {
  .funcompass__concept__sec > p:first-child {
    width: 78.6vw;
    height: 78.6vw;
    overflow: hidden;
  }

  .funcompass__concept__sec-01 > p:first-child,
  .funcompass__concept__sec-03 > p:first-child {
    border-radius: 0 10px 10px 0;
    margin-bottom: -10.6vw;
  }

  .funcompass__concept__sec-02 > p:first-child,
  .funcompass__concept__sec-04 > p:first-child {
    border-radius: 10px 0px 0px 10px;
    margin-left: 21.4vw;
    margin-bottom: -10.6vw;
  }
}

/* funcompass__concept__sec img sub
----------------------------------------------- */

.funcompass__concept__sec > p:nth-child(2) {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
}

.funcompass__concept__sec-01 > p:nth-child(2),
.funcompass__concept__sec-03 > p:nth-child(2) {
  width: 32.8vw;
  height: 24.6vw;
}

.funcompass__concept__sec-01 > p:nth-child(2) {
  top: 3.57vw;
  right: 4.28vw;
}

.funcompass__concept__sec-02 > p:nth-child(2) {
  top: 3.57vw;
  left: 17.8vw;
}

.funcompass__concept__sec-03 > p:nth-child(2) {
  right: 19.2vw;
  bottom: -8vw;
}

.funcompass__concept__sec-04 > p:nth-child(2) {
  top: 4.28vw;
  left: 8.57vw;
}

.funcompass__concept__sec-02 > p:nth-child(2),
.funcompass__concept__sec-04 > p:nth-child(2) {
  width: 24.2vw;
  height: 21.4vw;
}

@media screen and (max-width: 480px) {
  .funcompass__concept__sec > p:nth-child(2) {
    border-radius: 10px;
    position: relative;
  }

  .funcompass__concept__sec-01 > p:nth-child(2),
  .funcompass__concept__sec-03 > p:nth-child(2) {
    width: 44vw;
    height: 33vw;
    margin-left: 50.6vw;
    margin-bottom: -5.3vw;
  }

  .funcompass__concept__sec-01 > p:nth-child(2) {
    top: 0;
    right: 0;
  }

  .funcompass__concept__sec-02 > p:nth-child(2) {
    top: 0;
    left: 0;
  }

  .funcompass__concept__sec-03 > p:nth-child(2) {
    right: 0;
    bottom: 0;
  }

  .funcompass__concept__sec-04 > p:nth-child(2) {
    top: 0;
    left: 0;
  }

  .funcompass__concept__sec-02 > p:nth-child(2),
  .funcompass__concept__sec-04 > p:nth-child(2) {
    width: 44vw;
    height: 38.6vw;
    margin-left: 5.3vw;
    margin-bottom: -10.6vw;
  }
}

/* funcompass__concept__sec txt
----------------------------------------------- */

.funcompass__concept__sec > div {
  background-color: #fff;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  padding: 30px;
  padding: 2.14vw;
  width: 40.7vw;
  box-shadow: 0 30px 30px 0 rgb(0 0 0 / 10%);
}

.funcompass__concept__sec img {
  height: 100%;
  object-fit: cover;
}

.funcompass__concept__sec-01 > div {
  right: 9.28vw;
  bottom: 5.71vw;
}

.funcompass__concept__sec-02 > div {
  left: 8.57vw;
  bottom: 6.92vw;
}

.funcompass__concept__sec-03 > div {
  width: 32.1vw;
  right: 4.28vw;
  top: 10.7vw;
}

.funcompass__concept__sec-04 > div {
  left: 15vw;
  bottom: 6.21vw;
}

.funcompass__concept__sec > div span {
  font-size: 1vw;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.funcompass__concept__sec > div span::before {
  content: "";
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/icon-star.svg)
    no-repeat 50% 50% / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 15px;
}

.funcompass__concept__sec > div strong {
  font-size: 2.14vw;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .funcompass__concept__sec > div {
    border-radius: 5px 5px 5px 0;
    position: relative;
    padding: 5.3vw;
    width: 84vw;
    box-shadow: 0 15px 15px 0 rgb(0 0 0 / 10%);
  }

  .funcompass__concept__sec-01 > div {
    right: 0;
    bottom: 0;
    margin-left: 5.3vw;
  }

  .funcompass__concept__sec-02 > div {
    left: 0;
    bottom: 0;
    margin-left: 10.6vw;
  }

  .funcompass__concept__sec-03 > div {
    width: 84vw;
    right: 0;
    top: 0;
    margin-left: 5.3vw;
  }

  .funcompass__concept__sec-04 > div {
    left: 0;
    bottom: 0;
    margin-left: 10.6vw;
  }

  .funcompass__concept__sec > div span {
    font-size: 3.2vw;
    margin-bottom: 5px;
  }

  .funcompass__concept__sec > div span::before {
    width: 4.2vw;
    height: 4.2vw;
    margin-right: 2.6vw;
  }

  .funcompass__concept__sec > div strong {
    font-size: 4.8vw;
  }
}

/* =========================================================
 * メッセージ
 * funcompass__mes
 * ====================================================== */
.funcompass__mes {
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/bg01-pc.jpg?0517)
    no-repeat 50% 50% / cover;
  padding: 173px 0 105px;
  margin-bottom: 10.7vw;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 91;
}

.funcompass__mes h2 {
  font-size: 3.57vw;
  letter-spacing: 0.1em;
  margin-bottom: 9.28vw;
  line-height: 1.5;
  color: #fff;
}

.funcompass__mes img {
  margin-bottom: 2.14vw;
  width: 35.7vw;
}

.funcompass__mes p {
  font-size: 1.42vw;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .funcompass__mes {
    background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/bg01-sp.jpg?0517)
      no-repeat 50% 50% / cover;
    padding: 94.1vw 0 86.4vw;
    margin-bottom: 26.6vw;
  }

  .funcompass__mes h2 {
    font-size: 6.9vw;
    margin-bottom: 10.6vw;
  }

  .funcompass__mes img {
    margin-bottom: 5.3vw;
    width: 89.3vw;
  }

  .funcompass__mes p {
    font-size: 3.73vw;
    line-height: 2;
  }
}

/* =========================================================
 * youtube 動画
 * funcompass__movie
 * ====================================================== */

.funcompass__movie {
  max-width: 67.1vw;
  margin: 0 auto 10.7vw;
  padding: 60px 0;
  position: relative;
}

.funcompass__movie h2 {
  position: absolute;
  transform: rotate(90deg);
  top: 16.1vw;
  right: 2.85vw;
}

.funcompass__movie h2 em {
  font-size: 3.57vw;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: -10px;
  font-weight: 700;
}

.funcompass__movie h2 em::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.funcompass__movie h2 span {
  font-size: 1vw;
  color: #fff;
}

.funcompass__movie::before {
  content: "";
  width: 78.7%;
  height: 100%;
  background-color: #8ec6db;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.funcompass__movie__yt {
  position: relative;
  width: 51.4vw;
  height: 28.9vw;
}

.funcompass__movie__yt__thm::after {
  content: "";
  width: 5.7vw;
  height: 5.7vw;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/icon-start.svg)
    no-repeat 50% 50% / contain;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.funcompass__movie__yt__thm::before {
  content: "";
  width: 7.85vw;
  height: 7.85vw;
  display: block;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/circle-movie.svg)
    no-repeat 50% 50% / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  animation: rotation 30s linear infinite reverse;
  z-index: 11;
  pointer-events: none;
}

.funcompass__movie__yt__thm {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
}

.funcompass__movie__yt__thm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.funcompass__movie__yt iframe {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .funcompass__movie__yt__thm:hover img {
    transform: scale(1.04);
  }
}

@media screen and (max-width: 480px) {
  .funcompass__movie {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto 26.6vw;
    padding: 0;
  }

  .funcompass__movie h2 {
    position: relative;
    transform: rotate(0deg);
    top: 0;
    right: 0;
    text-align: center;
    margin-bottom: 18.6vw;
  }

  .funcompass__movie h2 em {
    font-size: 10.6vw;
    display: block;
    color: #222;
    margin-bottom: 1.3vw;
  }

  .funcompass__movie h2 em::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #222;
    position: relative;
    display: block;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: 10px auto;
  }

  .funcompass__movie h2 span {
    font-size: 4.2vw;
    color: #222;
  }

  .funcompass__movie::before {
    content: "";
    width: 84vw;
    height: 66.4vw;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -8vw;
  }

  .funcompass__movie__yt {
    position: relative;
    width: 89.3vw;
    height: 50vw;
    margin: 0 auto;
  }

  .funcompass__movie__yt__thm::after {
    content: "";
    width: 10.1vw;
    height: 10.1vw;
  }

  .funcompass__movie__yt__thm::before {
    content: "";
    width: 12.85vw;
    height: 12.85vw;
  }

    .funcompass__movie__yt iframe {
      position: absolute;
      top: 0;
      left: 0px;
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto;
    }
}

/* =========================================================
 * コンテンツ
 * funcompass__contents
 * ====================================================== */

.funcompass__contents {
  position: relative;
  z-index: 91;
  margin-bottom: 179px;
}

.funcompass__contents h2 {
  position: absolute;
  transform: rotate(90deg);
  top: 12vw;
  left: -1.2vw;
}

.funcompass__contents h2 em {
  font-size: 3.57vw;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  margin-bottom: -10px;
  font-weight: 700;
}

.funcompass__contents h2 em::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.funcompass__contents h2 span {
  font-size: 1vw;
}

.funcompass__contents__swiper {
  position: relative;
  width: 79vw;
  margin-left: 21vw;
  overflow: hidden;
  padding: 4vw 0 8.2vw 1.5vw;
  padding-right: 100px;
}

.funcompass__contents__swiper a {
  position: relative;
}

.swiper-horizontal > .swiper-scrollbar {
  bottom: 30px;
  width: calc(100% - 410px);
  height: 2px;
}

.swiper-scrollbar-drag {
  background-color: #222;
  opacity: 1;
}

.funcompass__contents__swiper .swiper-slide{
  opacity: 0;
  transform: translateY(50px);
  transition: .8s;
}

.funcompass__contents__swiper.run .swiper-slide {
  opacity: 1;
  transform: translateY(0px);
}

.funcompass__contents__swiper.run .swiper-slide:nth-child(2){
  transition-delay: .2s;
}

.funcompass__contents__swiper.run .swiper-slide:nth-child(3) {
  transition-delay: .4s;
}

.funcompass__contents__swiper.run .swiper-slide:nth-child(4) {
  transition-delay: .6s;
}

.funcompass__contents__swiper.run .swiper-slide:nth-child(5) {
  transition-delay: .8s;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #9bc5d9;
  transition: 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  color: #8ec6db;
  transition: 0.3s ease;
}

.swiper-button-next {
  right: 120px;
  bottom: 0;
  top: auto;
}

.swiper-button-prev {
  right: 200px;
  bottom: 0;
  left: auto;
  top: auto;
}

.funcompass__contents__num {
  width: 7.85vw;
  height: 7.85vw;
  font-size: 2vw;
  color: #8ec6db;
  position: absolute;
  left: 0;
  top: -3.9vw;
  left: -1.42vw;
  text-align: center;
  line-height: 4;
  display: block;
  font-weight: 700;
  z-index: 10;
}

.funcompass__contents__num::before {
  content: "";
  width: 7.85vw;
  height: 7.85vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/circle-contents.svg)
    no-repeat 50% 50% / contain;
  animation: rotation 30s linear infinite reverse;
  z-index: 11;
  pointer-events: none;
}

.funcompass__contents__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  will-change: transform;
}

.funcompass__contents__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}

.funcompass__contents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.funcompass__contents__ttl {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 10.5vw;
  left: 0;
  text-align: center;
}

.funcompass__contents__ttl em {
  color: #fff;
  font-size: 2.14vw;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.71vw;
  display: block;
}

.funcompass__contents__ttl h3 {
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
}

.funcompass__contents__swiper .funcompass__viewmore {
  font-size: 12px;
  margin-left: 20px;
}

.funcompass__contents__swiper .funcompass__viewmore::before {
  width: 40px;
  height: 40px;
  left: -20px;
}

@media (hover: hover) and (pointer: fine) {
  .funcompass__contents__swiper a:hover .funcompass__contents__img::after {
    opacity: 0.2;
  }

  .funcompass__contents__swiper a:hover .funcompass__contents__img img {
    transform: scale(1.01);
  }

  .funcompass__contents__swiper a:hover .funcompass__viewmore::before {
    width: calc(100% + 40px);
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    border: 1px solid #9bc5d9;
    background-color: #9bc5d9;
  }

  .swiper-button-next:hover::after,
  .swiper-button-prev:hover:after {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .funcompass__contents__swiper {
    position: relative;
    width: 79vw;
    margin-left: 21vw;
    overflow: hidden;
    padding: 4vw 30px 13.2vw 1.5vw;
  }

  .funcompass__contents__ttl {
    top: 13.5vw;
  }
}

@media screen and (max-width: 480px) {
  .funcompass__contents {
    margin-bottom: 32vw;
  }

  .funcompass__contents h2 {
    position: relative;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 10.6vw;
  }

  .funcompass__contents h2 em {
    font-size: 10.6vw;
    margin-bottom: 1.3vw;
  }

  .funcompass__contents h2 em::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #222;
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: 10px auto;
    display: block;
  }

  .funcompass__contents h2 span {
    font-size: 4.2vw;
  }

  .funcompass__contents__swiper {
    position: relative;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    padding: 16vw 30px 24vw 40px;
  }

  .swiper-horizontal > .swiper-scrollbar {
    bottom: 26px;
    width: calc(100% - 165px);
    height: 2px;
    left: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .swiper-button-next {
    right: 20px;
    bottom: 0;
    top: auto;
  }

  .swiper-button-prev {
    right: 82px;
    bottom: 0;
    left: auto;
    top: auto;
  }

  .funcompass__contents__num {
    width: 29.3vw;
    height: 29.3vw;
    font-size: 7.4vw;
    top: -16vw;
    left: -5.3vw;
    line-height: 4;
    display: block;
    font-weight: 700;
    z-index: 10;
  }

  .funcompass__contents__num::before {
    content: "";
    width: 29.3vw;
    height: 29.3vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/top/circle-contents.svg)
      no-repeat 50% 50% / contain;
    animation: rotation 30s linear infinite reverse;
    z-index: 11;
    pointer-events: none;
  }

  .funcompass__contents__img {
    border-radius: 10px;
    margin-bottom: 5.3vw;
  }

  .funcompass__contents__ttl {
    top: 31.8vw;
  }

  .funcompass__contents__ttl em {
    font-size: 8vw;
    margin-bottom: 2.6vw;
  }

  .funcompass__contents__ttl h3 {
    font-size: 3.7vw;
  }
}


/* =========================================================
 * MV
 * スライド ズームアップ・マスク
 * ====================================================== */
 @keyframes zoomUp {
   0% {
     transform: scale(1);
   }

   100% {
     transform: scale(1.12);
   }
 }

 .funcompass__mv__swiper .swiper-slide-active img,
 .funcompass__mv__swiper .swiper-slide-duplicate-active img,
 .funcompass__mv__swiper .swiper-slide-prev img {
   animation: zoomUp 10s ease 0s 1 normal both;
 }



@supports (-webkit-mask-size: 100% 100%) {
  .funcompass__mv__swiper .swiper-slide img {
    -webkit-mask-image: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: left center;
  }

    .funcompass__mv__swiper .swiper-slide-active img {
    animation:zoomUp 10s ease 0s 1 normal both, slide 4s cubic-bezier(.4, 0, .2, 1) 0s forwards;
  }
}

@supports (mask-size: 100% 100%) {
  .funcompass__mv__swiper .swiper-slide img {
    mask-image: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: left center;
  }

  .funcompass__mv__swiper .swiper-slide-active img {
    animation: zoomUp 10s ease 0s 1 normal both,slide 4s cubic-bezier(.4, 0, .2, 1) 0s forwards;
  }
}

@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }

  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}