@charset "UTF-8";

.global-header {
  height: 80px !important;
}

body {
  background-image: unset;
}

body.is-scroll-off {
  overflow: hidden;
}

footer {
  position: relative;
  z-index: 100;
}

sup{
  font-size: 0.6em;
}

@media screen and (max-width: 1260px) {
  body {
    min-width: 0;
  }
}

@media screen and (max-width: 960px) {
  .global-header {
    height: 65px !important;
  }
  /*
  .global-header__brand {
    width: auto !important;
    display: block !important;
  } */
}

/* =========================================================
 * 全体共通
 * funcompass
 * ====================================================== */
.funcompass {
  color: #222222;
  letter-spacing: 0;
  margin-top: 80px;
  position: relative;
  padding-top: 0 !important;
  overflow: hidden;
}

.funcompass::before {
  content: "";
  width: 16px;
  height: 150px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/logo-vertical.svg)
    no-repeat 50% 50% / contain;
  position: fixed;
  right: 22px;
  bottom: calc(50vh - 75px);
  z-index: 93;
}

.funcompass::after {
  content: "";
  width: 60px;
  height: 100%;
  background-color: #faf8da;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 90;
}

.funcompass * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.funcompass img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.funcompass-en {
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

.funcompass__wrap {
  margin-right: 60px;
}

.funcompass__inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.funcompass-sp {
  display: none;
}

.funcompass-pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .funcompass {
    margin-top: 65px;
  }
}

@media screen and (max-width: 743px) {
  .funcompass {
    letter-spacing: 0;
  }

  .funcompass::before {
    display: none;
  }

  .funcompass::after {
    display: none;
  }

  .funcompass__wrap {
    margin-right: 0px;
  }

  .funcompass__inner {
    width: auto;
    margin: 0 20px;
  }

  .funcompass-sp {
    display: block;
  }

  .funcompass-pc {
    display: none;
  }
}

/* =========================================================
 * 全体共通
 * funcompass__viewmore
 * ====================================================== */

.funcompass__viewmore {
  font-size: 10px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 20px;
  z-index: 10;
  margin-left: 10px;
}

.funcompass__viewmore::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #8ec6db;
  border-radius: 20px;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transition: width 0.3s ease;
}

.funcompass__viewmore span::before,
.funcompass__viewmore span::after {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.funcompass__viewmore span::after {
  transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) {
  a:hover .funcompass__viewmore::before {
    width: calc(100% + 20px);
  }
}

/* =========================================================
 * ヘッダー
 * funcompass__header
 * ====================================================== */

.funcompass__header {
  position: fixed;
  /* width: calc(100% - 300px); */
  height: 80px;
  /* background-color: #fff; */
  z-index: 971;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.funcompass__header ul {
  display: flex;
  list-style: none;
}

.funcompass__header ul li a {
  height: 80px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}

.funcompass__header ul li a::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #8ec6db;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}

.funcompass__header ul li a > span {
  height: 20px;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.funcompass__header ul li {
  margin: 0 15px;
}

#top .funcompass__header ul li.funcompass__header-top a::after {
  width: 100%;
}

#news .funcompass__header ul li.funcompass__header-news a::after {
  width: 100%;
}

#about .funcompass__header ul li.funcompass__header-about a::after {
  width: 100%;
}

#function .funcompass__header ul li.funcompass__header-function a::after {
  width: 100%;
}

#structure .funcompass__header ul li.funcompass__header-structure a::after {
  width: 100%;
}

#scene .funcompass__header ul li.funcompass__header-scene a::after {
  width: 100%;
}

.funcompass__header ul li.funcompass__header-top a {
  width: 49px;
}

.funcompass__header ul li.funcompass__header-news a {
  width: 65px;
}

.funcompass__header ul li.funcompass__header-about a {
  width: 96px;
}

.funcompass__header ul li.funcompass__header-function a {
  width: 96px;
}

.funcompass__header ul li.funcompass__header-structure a {
  width: 48px;
}

.funcompass__header ul li.funcompass__header-scene a {
  width: 96px;
}

.funcompass__header ul a span span {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s ease;
}

/* .funcompass__header ul a span span:nth-child(1) {
  top: 100%;
}

.funcompass__header ul a span span:nth-child(2) {
  top: 0;
} */

.funcompass__header__contact {
  width: 160px;
  height: 100%;
  color: #fff !important;
  background-color: #8ec6db;
  text-align: center;
  transition: 0.3s ease;
  font-size: 16px;
  padding-top: 15px;
  margin-left: 35px;
}

.funcompass__header__contact img {
  width: 24px;
  display: block;
  margin: 0 auto 10px;
}

.funcompass__header-splogo {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .funcompass__header ul li a:hover span {
    color: #70BEDB;
  }

  .funcompass__header ul a:hover span span:nth-child(1) {
    top: 0;
  }

  .funcompass__header ul a:hover span span:nth-child(2) {
    top: -100%;
  }

  .funcompass__header__contact:hover {
    background-color: #70bedb;
    color: #fff;
  }
}
@media screen and (max-width: 1120px) {
  .funcompass__header {
    /* width: calc(100% - 190px); */
  }

  .funcompass__header ul li {
    margin: 0 10px;
  }

  .funcompass__header ul a span span {
    font-size: 15px;
  }

  .funcompass__header__contact {
    width: 140px;
    height: 100%;
    margin-left: 25px;
  }
}

@media screen and (max-width: 960px) {
  .funcompass__header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #8ec6db;
    z-index: 971;
    top: 65px;
    right: 0;
    display: block;
    padding-bottom: 68px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }

  .funcompass__header.is-active {
    opacity: 1;
    visibility: visible;
  }

  .funcompass__header-splogo {
    display: block;
    background-color: #faf8da;
    text-align: center;
    padding: 24px 0;
  }

  .funcompass__header-splogo img {
    width: 200px;
  }

  .funcompass__header ul {
    display: block;
  }

  .funcompass__header ul li a {
    height: auto;
    display: block;
    padding: 15px 0 15px 60px;
    border-bottom: 1px solid #b0d7e6;
  }

  .funcompass__header ul li a::before {
    content: "";
    background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/icon-arrow-white.svg)
      no-repeat 50% 50% / contain;
    width: 7px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
  }

  .funcompass__header ul li a::after {
    display: none;
  }

  .funcompass__header ul li a > span {
    height: auto;
  }

  .funcompass__header ul li {
    margin: 0;
  }

  .funcompass__header ul li:first-child a,
  .funcompass__header ul li:nth-child(2) a,
  .funcompass__header ul li:nth-child(3) a,
  .funcompass__header ul li:nth-child(4) a,
  .funcompass__header ul li:nth-child(5) a,
  .funcompass__header ul li:nth-child(6) a {
    width: 100%;
  }

  .funcompass__header ul a span span {
    position: relative;
    left: 0;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }

  .funcompass__header ul a span span:nth-child(1) {
    display: none;
  }

  .funcompass__header__contact {
    width: 280px;
    height: 69px;
    color: #222;
    background-color: #fff;
    border-radius: 69px;
    transition: 0.3s ease;
    font-size: 20px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
    color: #70bedb !important;
  }

  .funcompass__header__contact::before {
    content: "";
    background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/icon-mail-lightblue.svg)
      no-repeat 50% 50% / contain;
    width: 24px;
    height: 18px;
    margin-right: 15px;
  }

  .funcompass__header__contact img {
    display: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .funcompass__header__contact:hover {
      color: #fff !important;
    }
  }
}

@media screen and (max-width: 480px) {
}

/* =========================================================
 * ハンバーガーメニュー
 * funcompass__header__hum
 * ====================================================== */

.funcompass__header__hum {
  display: none;
}

@media screen and (max-width: 960px) {
  .funcompass__header__hum {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 65px;
    height: 65px;
    background-color: #8ec6db;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }

  .funcompass__header__hum span {
    width: 27px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-left: 19px;
  }

  .funcompass__header__hum span:first-child,
  .funcompass__header__hum span:last-child {
    transition: 0.3s cubic-bezier(0.67, 0.07, 0.27, 0.91);
  }

  .funcompass__header__hum span:nth-child(2),
  .funcompass__header__hum span:last-child {
    margin-top: 9px;
  }

  .funcompass__header__hum span:nth-child(2) {
    transition: opacity 0.3s cubic-bezier(0.67, 0.07, 0.27, 0.91);
  }

  .funcompass__header__hum.is-active span:first-child {
    transform: rotate(35deg) translateY(8px) translateX(5px);
  }

  .funcompass__header__hum.is-active span:nth-child(2) {
    opacity: 0;
  }

  .funcompass__header__hum.is-active span:last-child {
    transform: rotate(-35deg) translateY(-9px) translateX(5px);
  }
}

/* =========================================================
 * フッター お問い合わせ
 * funcompass__footer
 * ====================================================== */
.funcompass__footer {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 95;
}

.funcompass__footer * {
  color: #fff;
}

.funcompass__footer__logo {
  width: 21.4vw;
  margin-bottom: 3.2vw;
  display: block;
  margin: 0 auto 3.2vw;
}

.funcompass__footer > div:first-child {
  width: 61vw;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/bg-contact-pc.jpg)
    no-repeat 50% 50% / cover;
  text-align: center;
  height: 35.7vw;
  padding-top: 9.28vw;
  border-radius: 0 20px 0px 0;
}

.funcompass__footer > div:first-child h2 em {
  font-size: 3.57vw;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.71vw;
}

.funcompass__footer > div:first-child h2 span {
  font-size: 1.14vw;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin-bottom: 2.07vw;
}

.funcompass__footer > div:first-child p {
  font-size: 1.42vw;
  margin-bottom: 2.14vw;
}

.funcompass__footer > div:first-child a {
  width: 20vw;
  height: 4.92vw;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.42vw;
  margin: 0 auto;
  transition: 0.3s ease;
}

.funcompass__footer > div:last-child {
  text-align: center;
  background-color: #8ec6db;
  width: 39vw;
  height: 28.5vw;
  padding-top: 5.71vw;
}

.funcompass__footer > div:last-child ul {
  list-style: none;
}

.funcompass__footer > div:last-child ul li a {
  height: auto;
  position: relative;
  color: #fff;
}

.funcompass__footer>div:last-child ul li a::after{
  content:"";
  width: 0%;
  height: 1px;
  bottom: -4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: .3s ease;
}


.funcompass__footer > div:last-child ul li {
  margin: 1.07vw 0px;
  text-align: center;
}


.funcompass__footer-splogo {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .funcompass__footer > div:first-child a:hover {
    width: 22.8vw;
    height: 5.64vw;
    color: #222;
    background-color: #fff;
    transform: translateY(-0.4vw);
  }
  .funcompass__footer > div:last-child ul li a:hover::after {
    width: 100%;
  }

}

@media screen and (max-width: 743px) {
  .funcompass__footer {
    display: block;
  }

  .funcompass__footer > div:first-child {
    width: 94.6vw;
    background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/common/bg-contact-sp.jpg)
      no-repeat 50% 50% / cover;
    height: 94.6vw;
    padding-top: 18.4vw;
    border-radius: 0 10px 0px 0;
  }

  .funcompass__footer > div:first-child::before {
    content: "";
    width: 100vw;
    height: 86.6vw;
    background-color: #8ec6db;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .funcompass__footer > div:first-child h2 em {
    font-size: 10.6vw;
    margin-bottom: 4.2vw;
  }

  .funcompass__footer > div:first-child h2 span {
    font-size: 4.2vw;
    margin-bottom: 8vw;
  }

  .funcompass__footer > div:first-child p {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }

  .funcompass__footer > div:first-child a {
    width: 65.3vw;
    height: 16vw;
    font-size: 4.8vw;
  }

  .funcompass__footer > div:last-child {
    display: none;
  }

  .funcompass__footer-splogo {
    display: block;
    background-color: #faf8da;
    text-align: center;
    padding: 22px 0;
  }

  .funcompass__footer-splogo img {
    width: 150px;
  }
}

/* =========================================================
 * 下層ページタイトル
 * funcompass__pagettl
 * ====================================================== */

.funcompass__pagettl {
  padding-top: 40px;
  position: relative;
}

.funcompass__pagettl em{
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.funcompass__pagettl em span{
  font-family: "Karla", sans-serif;
  font-weight: 700;
  display: block;
  transform: translate(0, 105%);
  animation: pagettlAnim .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}

@keyframes pagettlAnim{
  0%{
    transform: translate(0, 105%);
  }
  100%{
    transform: translate(0, 0);
  }
}


.funcompass__pagettl em span:nth-child(2) {
  animation-delay: 0.06s;
}

.funcompass__pagettl em span:nth-child(3) {
  animation-delay: 0.12s;
}

.funcompass__pagettl em span:nth-child(4) {
  animation-delay: 0.18s;
}

.funcompass__pagettl em span:nth-child(5) {
  animation-delay: 0.24s;
}

.funcompass__pagettl em span:nth-child(6) {
  animation-delay: 0.30s;
}

.funcompass__pagettl em span:nth-child(7) {
  animation-delay: 0.36s;
}

.funcompass__pagettl em span:nth-child(8) {
  animation-delay: 0.42s;
}

.funcompass__pagettl em span:nth-child(9) {
  animation-delay: 0.48s;
}

.funcompass__pagettl em span:nth-child(10) {
  animation-delay: 0.54s;
}

.funcompass__pagettl em span:nth-child(11) {
  animation-delay: 0.6s;
}

.funcompass__pagettl em span:nth-child(12) {
  animation-delay: 0.66s;
}

.funcompass__pagettl em span:nth-child(13) {
  animation-delay: 0.72s;
}

.funcompass__pagettl em span:nth-child(14) {
  animation-delay: 0.78s;
}

.funcompass__pagettl::after {
  content: "";
  width: 100%;
  height: 11.8vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #8ec6db;
}

.funcompass__pagettl-news{
  margin-bottom: 90px;
}

.funcompass__pagettl-news::after {
  content: "";
  height: 548px;
  bottom: auto;
  top: 167px;
}

.funcompass__pagettl-news::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 200px 0;
  border-color: transparent #8ec6db transparent transparent;
  position: absolute;
  top: 715px;
  z-index: -1;
}

.funcompass__pagettl em {
  font-size: clamp(40px, 4.2vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

.funcompass__pagettl h1,
.funcompass__pagettl p {
  font-size: clamp(14px, 1.1vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.funcompass__pagettl h1,
.funcompass__pagettl p{
  opacity: 0;
  animation: pagettlH1 .5s ease 1s forwards;
}

@keyframes pagettlH1{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.funcompass__pagettl picture {
  width: 82.1vw;
  border-radius: 0 0 20px 0;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .funcompass__pagettl {
    padding-top: 15px;
  }

  .funcompass__pagettl-news {
    margin-bottom: 65px;
  }

  .funcompass__pagettl-news::after {
    content: "";
    height: 300px !important;
    bottom: auto;
    top: 100px;
  }

  .funcompass__pagettl-news::before {
    content: "";
    border-width: 0 100vw 112px 0;
    top: 400px;
  }
}

@media screen and (max-width: 480px) {
  .funcompass__pagettl {
    padding-top: 15px;
  }

  .funcompass__pagettl::after {
    height: 20vw;
  }

  .funcompass__pagettl em {
    font-size: 10.6vw;
    margin-bottom: 10px;
  }

  .funcompass__pagettl h1,
  .funcompass__pagettl p {
    font-size: 4.2vw;
    margin-bottom: 15px;
  }

  .funcompass__pagettl picture {
    width: 100%;
    border-radius: 0;
    height: 250px;
  }

  .funcompass__pagettl picture img{
    height: 100%;
    object-fit: cover;
    object-position: 0 17%;
  }

}

/* =========================================================
 *
 * @keyframes
 * ====================================================== */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes scrollBdAnim {
  0% {
    width: 0px;
    right: -20px;
  }

  75% {
    width: 60px;
    right: -80px;
  }

  100% {
    width: 0px;
    right: -80px;
  }
}

/* =========================================================
 *
 * footer 上書き
 * ====================================================== */
footer {
  padding: 24px !important;
  min-width: 0 !important;
}

.footerInner {
  width: 100%;
}

@media screen and (max-width:1000px) {
  footer {
    padding: 0;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .footerInner {
    width: 100%;
    padding: 50px 0;
  }

  footer .snsArea,
  footer .linkArea,
  footer .dArea,
  footer .langArea {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .footer-sns-icon-img {
    width: 30px;
    height: 30px;
  }

  .footerInner div {
    display: block;
    width: 100%;
    text-align: center;
  }

  footer .snsArea ul.sns {
    float: none;
    display: table;
    table-layout: fixed;
    margin: 0 auto 50px;
    width: 40%;
  }

  footer .snsArea ul.sns li {
    float: none;
    display: table-cell;
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }

  footer .linkArea ul.link {
    float: none;
    margin: 0 auto 30px;
    max-width: 100%;
  }

  footer .linkArea ul.link li {
    float: none;
    display: inline-block;
    padding: 0 20px;
    width: auto;
    text-align: center;
  }

  footer .dArea {
    margin-bottom: 20px;
  }

  footer .langArea {
    padding: 0;
    width: 100% !important;
    font-size: 12px !important;
  }

  footer .langArea .lang {
    float: none;
    padding-right: 0;
    margin: 0 auto 50px;
    display: inline-block;
  }

  footer .langArea .copyright {
    float: none;
    text-align: center;
    display: block;
  }

  footer .dArea {
    float: none;
  }

  footer .bigFooter {
    width: 100%;
    padding-left: 6.1%;
    padding-right: 6.1%;
    min-width: 100%;
    text-align: left;
  }

  footer .bigFooter .bigFooterInner {
    width: 100%;
  }

  .popupFooter {
    min-width: 100%;
  }
}


img.js-img{
  width: 0;
  transition: 1s;
}

img.js-img.run{
  width: auto;
}

.js-fadeup{
  opacity: 0;
  transform: translateY(50) translateZ(0);
  /* perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 1.2s; */
}

.js-fadeup.run {
  animation: fadeup 0.8s ease forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px) translateZ(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}