@charset "utf-8";
/* 2021/03/10 ヘッダー */
.ss_contents {
  /* margin-top: 85px; */
  margin-top: 150px;
}

/* リンクあり*/
.gNav {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  /* height: 85px; */
  height: 120px;
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 949px) {
  .gNav {
    /* height: 60px; */
    height: 65px;
    
  }
}

.gNav h1 {
  position: absolute;
  left: 35px;
  top: 23px;
  margin: 0;
}

@media screen and (max-width: 949px) {
  .gNav h1 {
    left: 15px;
    /* top: 17px; */
    top:10px;
  }
}

.gNav h1 a {
  display: block;
}

.gNav h1 img {
  display: block;
  /* width: 156px; */
  width:190px;
}

@media screen and (max-width: 949px) {
  .gNav h1 img {
    width: 113px;
  }
}

.gNav-nav {
  position: absolute;
  left: 235px;
  top: 15px;
  width: auto;
}

@media screen and (max-width: 949px) {
  .gNav-nav {
    display: none;
  }
}

.gNav-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gNav-nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gNav-nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .gNav-nav ul li a {
    padding: 20px 10px;
  }
}

.gNav-nav ul li a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.gNav-nav ul li a img:nth-child(1) {
  display: none;
}

.gNav-nav ul li a img.is-on {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .gNav-nav ul li a img.is-on {
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .gNav-nav ul li a:hover img.is-off {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .gNav-nav ul li a:hover img.is-on {
    opacity: 1;
  }
}

.gNav-nav ul li:nth-child(1) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.gNav-nav ul li:nth-child(1) img:nth-child(2) {
  width: 54px;
  height: 10px;
}

.gNav-nav ul li:nth-child(1) img:nth-child(3) {
  width: 54px;
  height: 10px;
}

.gNav-nav ul li:nth-child(2) img:nth-child(1) {
  width: 47px;
  height: 9px;
}

.gNav-nav ul li:nth-child(2) img:nth-child(2) {
  width: 50px;
  height: 10px;
}

.gNav-nav ul li:nth-child(2) img:nth-child(3) {
  width: 50px;
  height: 10px;
}

.gNav-nav ul li:nth-child(3) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.gNav-nav ul li:nth-child(3) img:nth-child(2) {
  width: 69px;
  height: 10px;
}

.gNav-nav ul li:nth-child(3) img:nth-child(3) {
  width: 69px;
  height: 10px;
}

.gNav-nav ul li:nth-child(4) img:nth-child(1) {
  width: 68px;
  height: 9px;
}

.gNav-nav ul li:nth-child(4) img:nth-child(2) {
  width: 118px;
  height: 10px;
}

.gNav-nav ul li:nth-child(4) img:nth-child(3) {
  width: 118px;
  height: 10px;
}

.gNav-nav ul li:nth-child(5) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.gNav-nav ul li:nth-child(5) img:nth-child(2) {
  width: 59px;
  height: 10px;
}

.gNav-nav ul li:nth-child(5) img:nth-child(3) {
  width: 59px;
  height: 10px;
}

.gNav-nav ul li:nth-child(6) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.gNav-nav ul li:nth-child(6) img:nth-child(2) {
  width: 49px;
  height: 10px;
}

.gNav-nav ul li:nth-child(6) img:nth-child(3) {
  width: 49px;
  height: 10px;
}

/* リンクあり　スマホメニュー */
.hNav {
  position: fixed;
  right: 40px;
  top: 125px;
  z-index: 30;
}

.hNav img {
  vertical-align: baseline;
}

.hNav a {
  color: #000;
}

.hNav-icon-target {
  background: url(/content/dam/nttcom/hq/jp/business/lp/mirai_biz/img/icon/target.svg) no-repeat center center;
  background-size: contain;
  margin: 0 .2em;
}

.hNav-icon-target:before {
  display: inline-block;
  content: '\00a0';
  font-size: .75em;
  width: 1em;
}

.hNav-btn {
  position: relative;
  z-index: 2;
}

.hNav-btn P {
  font-family: Montserrat, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.hNav-btn a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: relative;
}

.hNav-btn a span {
  display: block;
  position: absolute;
  left: 14px;
  z-index: 1;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hNav-btn a span:nth-child(1) {
  top: 16px;
}

.hNav-btn a span:nth-child(2) {
  top: 23px;
}

.hNav-btn a span:nth-child(3) {
  top: 30px;
}

.hNav-btn.is-show a span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hNav-btn.is-show a span:nth-child(2) {
  opacity: 0;
}

.hNav-btn.is-show a span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hNav-con {
  position: fixed;
  left: 0;
  top: 85px;
  z-index: 1;
  width: 100%;
  height: calc(100% - 85px);
  background-color: #fff;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
}

.hNav-con.is-show {
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.hNav-con.is-show2 {
  pointer-events: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.hNav-con:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 1;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.hNav-con-inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hNav-con-inner2 {
  overflow: hidden;
}

.hNav-logo {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.hNav-logo a {
  display: block;
}

.hNav-logo h2 {
  margin-bottom: 15px;
}

.hNav-logo h2 img {
  width: 141px;
  height: 125px;
}

.hNav-logo p img {
  width: 164px;
  height: 34px;
}

.hNav-nav {
  width: auto;
}

.hNav-nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.hNav-nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 18px;
}

.hNav-nav ul li a img {
  margin-bottom: 7px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.hNav-nav ul li a img.is-on {
  display: block;
  position: absolute;
  left: 0;
  bottom: 18px;
  opacity: 0;
}

.hNav-nav ul li:nth-child(1) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.hNav-nav ul li:nth-child(1) img:nth-child(2) {
  width: 251px;
  height: 50px;
}

.hNav-nav ul li:nth-child(1) img:nth-child(3) {
  width: 251px;
  height: 50px;
}

.hNav-nav ul li:nth-child(2) img:nth-child(1) {
  width: 47px;
  height: 9px;
}

.hNav-nav ul li:nth-child(2) img:nth-child(2) {
  width: 232px;
  height: 48px;
}

.hNav-nav ul li:nth-child(2) img:nth-child(3) {
  width: 232px;
  height: 48px;
}

.hNav-nav ul li:nth-child(3) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.hNav-nav ul li:nth-child(3) img:nth-child(2) {
  width: 284px;
  height: 50px;
}

.hNav-nav ul li:nth-child(3) img:nth-child(3) {
  width: 284px;
  height: 50px;
}

.hNav-nav ul li:nth-child(4) img:nth-child(1) {
  width: 68px;
  height: 9px;
}

.hNav-nav ul li:nth-child(4) img:nth-child(2) {
  width: 320px;
  height: 50px;
}

.hNav-nav ul li:nth-child(4) img:nth-child(3) {
  width: 320px;
  height: 50px;
}

.hNav-nav ul li:nth-child(5) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.hNav-nav ul li:nth-child(5) img:nth-child(2) {
  width: 302px;
  height: 48px;
}

.hNav-nav ul li:nth-child(5) img:nth-child(3) {
  width: 302px;
  height: 48px;
}

.hNav-nav ul li:nth-child(6) img:nth-child(1) {
  width: 48px;
  height: 9px;
}

.hNav-nav ul li:nth-child(6) img:nth-child(2) {
  width: 223px;
  height: 50px;
}

.hNav-nav ul li:nth-child(6) img:nth-child(3) {
  width: 223px;
  height: 50px;
}

.hNav-sub {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.hNav-sub ul {
  list-style-type: none;
}

.hNav-sub ul li a {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
}

.hNav-sub ul li a span {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.hNav-sub ul li a span:nth-child(2) {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(135deg, #fc6c01, #ffb52a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.hNav-more {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.hNav-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 40px;
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.hNav-more-btn:before {
  content: '';
  display: block;
  position: absolute;
  left: -200%;
  top: 0;
  width: 300%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, #c8246e), color-stop(#f6620a), to(#f69201));
  background: linear-gradient(to right, #fff 33.33%, #c8246e 66.66%, #f6620a, #f69201);
  -webkit-transition: left .3s linear;
  transition: left .3s linear;
}

.hNav-more-btn a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  text-align: center;
  border-radius: 40px;
}

.hNav-more-btn a span {
  display: block;
  padding: 6px 42px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.hNav-more-btn a span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: #fd7121;
  background: -webkit-linear-gradient(0deg, #fd7021, #ffad39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hNav-more-btn a span:nth-child(2) .icon-target {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/mirai_biz/img/icon/target-og.svg);
}

.hNav-more-btn a small {
  font-size: 13px;
}

.hNav-logo,
.hNav-nav li, .hNav-sub, .hNav-more {
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.hNav-con.is-show .hNav-logo,
.hNav-con.is-show .hNav-nav li,
.hNav-con.is-show .hNav-sub,
.hNav-con.is-show .hNav-more {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.hNav-con.is-show .hNav-logo,
.hNav-con.is-show .hNav-nav li:nth-child(1) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.hNav-con.is-show .hNav-nav li:nth-child(2) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.hNav-con.is-show .hNav-nav li:nth-child(3) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hNav-con.is-show .hNav-nav li:nth-child(4) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.hNav-con.is-show .hNav-nav li:nth-child(5) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.hNav-con.is-show .hNav-nav li:nth-child(6) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.hNav-con.is-show .hNav-sub,
.hNav-con.is-show .hNav-more {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media screen and (min-width: 950px) {
  .hNav {
    display: none;
  }
  .hNav-con-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hNav-con-inner2 {
    position: relative;
    top: -42px;
    width: 990px;
    height: 260px;
  }
  .hNav-logo {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
  }
  .hNav-nav {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
  }
  .hNav-nav ul li {
    left: -360px;
  }
  .hNav-nav ul li:nth-child(n+4) {
    left: 0;
    top: -270px;
  }
  .hNav-sub {
    position: absolute;
    left: 20px;
    bottom: 35px;
    z-index: 1;
  }
  .hNav-more {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1;
  }
}

@media screen and (max-width: 949px) {
  .hNav {
    right: 5px;
    top: 5px;
  }
  .hNav-con {
    top: 0;
    height: 100%;
  }
  .hNav-con-inner2 {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
  }
  .hNav-logo h2 {
    margin-bottom: 48px;
    margin-top: 0;
    padding: 22px 0 0 27px;
  }
  .hNav-logo h2 img {
    width: 92px;
    height: 82px;
  }
  .hNav-logo p {
    display: none;
  }
  .hNav-nav {
    position: relative;
    padding-left: 26px;
  }
  .hNav-nav ul,
  .hNav-sub ul {
    margin: 0;
  }
  .hNav-nav ul li a {
    padding-bottom: 15px;
  }
  .hNav-nav ul li a img {
    margin-bottom: 5px;
  }
  .hNav-nav ul li a img.is-on {
    bottom: 5px;
  }
  .hNav-nav ul li:nth-child(1) img:nth-child(1) {
    width: 44.8px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(1) img:nth-child(2) {
    width: 148px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(1) img:nth-child(3) {
    width: 148px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(2) img:nth-child(1) {
    width: 44.8px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(2) img:nth-child(2) {
    width: 139.2px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(2) img:nth-child(3) {
    width: 139.2px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(3) img:nth-child(1) {
    width: 46.4px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(3) img:nth-child(2) {
    width: 329px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(3) img:nth-child(3) {
    width: 329px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(4) img:nth-child(1) {
    width: 64px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(4) img:nth-child(2) {
    width: 188.8px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(4) img:nth-child(3) {
    width: 188.8px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(5) img:nth-child(1) {
    width: 46.4px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(5) img:nth-child(2) {
    width: 163px;
    height: 30px;
  }
  .hNav-nav ul li:nth-child(5) img:nth-child(3) {
    width: 163px;
    height: 30px;
  }
  .hNav-nav ul li:nth-child(6) img:nth-child(1) {
    width: 45.6px;
    height: 9px;
  }
  .hNav-nav ul li:nth-child(6) img:nth-child(2) {
    width: 131.2px;
    height: 29px;
  }
  .hNav-nav ul li:nth-child(6) img:nth-child(3) {
    width: 131.2px;
    height: 29px;
  }
  .hNav-sub {
    padding: 17px 0 133px 28px;
  }
  .hNav-more {
    padding-bottom: 15px;
  }
  .hNav-more-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .hNav-more-btn a {
    width: 100%;
    max-width: 306px;
    padding: 6px 0;
  }
}

@media screen and (min-width: 768px) {
  .hNav-nav ul li a:hover img.is-off {
    opacity: 0;
  }
  .hNav-nav ul li a:hover img.is-on {
    opacity: 1;
  }
  .hNav-sub ul li a:hover span:nth-child(1) {
    opacity: 0;
  }
  .hNav-sub ul li a:hover span:nth-child(2) {
    opacity: 1;
  }
  .hNav-more-btn:hover {
    border-color: #ec7a31;
  }
  .hNav-more-btn:hover:before {
    left: 0;
  }
  .hNav-more-btn a:hover span:nth-child(1) {
    opacity: 0;
  }
  .hNav-more-btn a:hover span:nth-child(2) {
    opacity: 1;
  }
}

/* リンクなし*/
.gNav div {
  position: absolute;
  right: 35px;
  /* top: 14px; */
  top: 20px;
  margin: 0;
  width:240px;
}
.gNav div a,
.gNav div img {
  display: block;
}
@media screen and (max-width: 949px) {
  .gNav div {
    right: 15px;
    top: 8px;
    top: 10px;
    width:initial;
  }
  .gNav div img {
    /* width: 130px; */
    width: 120px;
  }
}
/* 2021/10/18更新 */
@media screen and (max-width: 949px) {
  .ss_contents{
 margin-top:85px; 
 }
}