@charset "UTF-8";

/* =========================================================
	共通
 * ====================================================== */
body{
  color: #231815;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
img{
  vertical-align: bottom;
}
.section-heading__main{
  font-size: 48px;
}
.section-heading__sub{
  margin-top: 32px;
}
.primary_link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 44px;
  background: #C70033;
  border-radius: 7px;
  color: #fff!important;
  font-size: 12px;
  text-decoration: none!important;
  text-shadow: none;
}
.primary_link::after{
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/icon_arrow-r.png) no-repeat center / contain;
  width: 7px;
  height: 10px;
}
.primary_link-new_window::after{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/icon_new_window.png) no-repeat center / contain;
  width: 10px;
  height: 9px;
}
.primary_link:hover{
  color: #fff;
  opacity: .75;
}
.sp_only{
  display: none;
}


@media screen and (max-width: 768px) {
  .section-heading__sub{
    margin-top: 10px;
    font-size: 14px;
  }
  .scroll_list{
    overflow-x: scroll;
  }

  .scroll_list{
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
  }
  .scroll_list::-webkit-scrollbar{
    display:none;/* Chrome, Safari 対応 */
  }

  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .section-heading__main{
    font-size: 10vw;
  }
  .section-heading__sub{
    margin-top: 2.1vw;
    font-size: 2.9vw;
  }
  .primary_link{
    width: 50vw;
    height: 9.2vw;
    font-size: 2.5vw;
  }
}

/* =========================================================
	hero部分
 * ====================================================== */
.hero_block{
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.hero_list {
  display: -webkit-flex;
  display: flex;
  background: #0d3349;
}
.hero_list .list_item {
  width: 12.5%;
  height: 618px;
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease-out;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}
.hero_list .list_item.is-active {
  width: 680px;
}


.hero_list .list_item-world{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-world-pc.jpg);
}
.hero_list .list_item-city{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-city-pc.jpg);
}
.hero_list .list_item-customer{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-customer-pc.jpg);
}
.hero_list .list_item-educataion{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-educataion-pc.jpg);
}
.hero_list .list_item-factory{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-factory-pc.jpg);
}
.hero_list .list_item-healthcare{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-healthcare-pc.jpg);
}
.hero_list .list_item-mobility{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-mobility-pc.jpg);
}
.hero_list .list_item-workstyle{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-workstyle-pc.jpg);
}
.hero_list .list_item-construction{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-construction-pc.jpg);
}



.hero_list .list_item .item_inner {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  /*text-align: center;*/
  color: #fff;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  overflow: hidden;
}

.hero_list .list_item .wide_block{
  display: none;
  justify-content: center;
  width: 690px;
  height: 300px;
  flex-direction: column;
  text-align: left;
  padding: 0 35px;
  text-shadow: 0 0 10px #000;
}
.hero_list .list_item .narrow_block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_list .list_item .narrow_block span{
  display: block;
  margin: 0 auto;
  font-size: 18px;
  writing-mode: vertical-rl;
}
.hero_list .list_item.is-active .narrow_block{
  display: none;
}
.hero_list .list_item.is-active .wide_block{
  display: flex;
}
.hero_list .list_item.is-active .narrow_block{
  display: none;
}
.hero_list .list_item.is-active .wide_block{
  display: flex;
}

.wide_sub{
  font-size: 12px;
}
.wide_ttl{
  margin: 3px 0 0;
  color: #fff;
  font-size: 48px;
  text-align: left;
  line-height: 1.3;
}
.wide_txt{
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.wide_link{
  margin-top: 35px;
}


@media screen and (min-width: 768px) {
  .hero_list .list_item:hover {
    width: 680px;
  }
  .hero_list .list_item:hover .narrow_block{
    display: none;
  }
  .hero_list .list_item:hover .wide_block{
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .hero_list{
    display: block;
  }
  .hero_list .list_item{
    width: 100%;
    height: 10.824vw;
  }
  .hero_list .list_item.is-active{
    width: 100%;
  }
  .hero_list .list_item.is-active{
    animation-name:slideAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
  }
  @keyframes slideAnime{
    from {
      height: 10.824vw;
    }
  
    to {
      height: 67.03vw;
    }
  }

  .hero_list .list_item-world{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-world-sp.jpg);
  }
  .hero_list .list_item-city{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-city-sp.jpg);
  }
  .hero_list .list_item-customer{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-customer-sp.jpg);
  }
  .hero_list .list_item-educataion{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-educataion-sp.jpg);
  }
  .hero_list .list_item-factory{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-factory-sp.jpg);
  }
  .hero_list .list_item-healthcare{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-healthcare-sp.jpg);
  }
  .hero_list .list_item-mobility{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-mobility-sp.jpg);
  }
  .hero_list .list_item-workstyle{
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/hero-workstyle-sp.jpg);
  }
  .hero_list .list_item-construction{
    background: url(/content/dam/nttcom/hq/jp/business/dx/img/hero-construction-sp.jpg);
  }

  .hero_list .list_item .item_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .hero_list .list_item .narrow_block span{
    writing-mode: unset;
    font-size: 18px;
  }
  .hero_list .list_item.is-active .narrow_block{
    display: none;
  }
  .hero_list .list_item.is-active .wide_block{
    display: flex;
  }
  .hero_list .list_item .wide_block{
    padding: 0 15px!important;
  }
  .hero_list .list_item .wide_block{
    width: 100%;
    height: 100%;
  }
  .wide_ttl{
    font-size: 34px;
    line-height: 1;
  }
  .wide_txt{
    margin-top: 10px;
  }
  .wide_link{
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .hero_list .list_item .narrow_block span{
    font-size: 3.75vw;
  }
  .wide_ttl{
    font-size: 7.1vw;
  }
}



/* =========================================================
	NEWS
 * ====================================================== */
.sectioning-news{
  margin-top: 115px;
}
 
/* タブ部分 */
.news_tab{
  display: flex;
  border-bottom: 4px solid #C70033;
  font-size: 14px;
  font-weight: bold;
}
.news_tab .tab_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  padding: 8px 0;
  border: 1px solid #fff;
  background: #E6E6E6;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.news_tab .tab_item:hover,
.news_tab .tab_item.active{
  border-color: #C70033;
  background: #C70033;
  color: #fff;
}
.news_cards{
  display: flex;
  flex-wrap: wrap;
  width: 1288px;
  margin: 55px 0 0;
}
.news_cards .card_item{
  width: 295px;
  margin: 0 27px 35px 0;
}
.news_cards .card_item .item_tag{
  margin: 8px 0 0;
  font-size: 14px;
}
.news_cards .card_item .item_ttl{
  margin: 5px 0 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
.news_cards .card_item .item_date{
  margin: 8px 0 0;
  font-size: 12px;
}
.news_cards .card_item:hover img{
  transition: all .25s linear 0s;
  opacity: 0.8;
}
.news_cards .card_item:hover .item_ttl{
  transition: all .25s linear 0s;
  color: #C70033;
}

.morebtn_box{
  width: 100%;
  margin: 45px 0 0;
  text-align: center;
}
.morebtn_box .primary_link{
  margin: 0 auto;
}
.morebtn_box .primary_link::after{
  top: calc(50% - 5px);
  right: 17px;
  transform: rotate(90deg) translateY(-50%);
}

/* nou found */
.notfound_block{
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  font-weight: bold;
}
.notfound_block .notfound_ttl{
  font-size: 54px;
  line-height: 1.5;
}
.notfound_block .notfound_txt{
  font-size: 16px;
}



@media screen and (max-width: 768px) {
  .sectioning-news{
    margin-top: 40px;
  }
   
  /* タブ部分 */
  .news_tab{
    width: 1352px;
  }
  .news_tab .tab_item{
    padding: 6px 0;
  }
  .news_cards{
    display: block;
    width: calc(100% - 24px);
    margin: 25px 12px 0;
  }
  .news_cards .card_item{
    width: 100%;
    margin: 0 0 10px;
  }
  .news_cards .card_item .item_img img{
    width: 100%;
    max-width: 100%;
  }

  .morebtn_box{
    margin-top: 40px;
  }

  /* nou found */
  .notfound_block .notfound_ttl{
    font-size: 38px;
  }
  .notfound_block .notfound_txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  /* タブ部分 */
  .news_tab{
    width: 282vw;
  }
  .news_tab .tab_item{
    padding: 6px 0;
  }


  .news_tab .tab_item{
    font-size: 2.9vw;
  }
  .news_cards .card_item .item_tag{
    font-size: 2.9vw;
  }
  .news_cards .card_item .item_ttl{
    font-size: 2.9vw;
  }
  .news_cards .card_item .item_date{
    font-size: 2.5vw;
  }

  /* nou found */
  .notfound_block .notfound_ttl{
    font-size: 7.9vw;
  }
  .notfound_block .notfound_txt{
    font-size: 2.9vw;
  }
}



/* =========================================================
	OPEN HUB
 * ====================================================== */
.sectioning-openHub{
  margin-top: 115px;
}
.sectioning-openHub .sectioning_layout-inner{
  width: 1366px;
  padding: 120px 0 0 53px;
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-open_hub-pc.jpg) no-repeat top center;
}
.openHub_txt{
  margin: 32px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.openHub_link{
  margin: 45px 0 0;
}

/* swiper部分 */
.swiper_wrap{
  margin: 220px 0 0;
  padding: 45px 0 0 50px;
  background: #fff;
}
.swiper_wrap .section-heading{
  text-align: left;
}
.swiper_wrap .swiper_intro{
  width: calc(100% - 300px);
  margin: 10px 0 0;
  font-size: 16px;
}
.swiper_wrap .slide-card{
  position: relative;
  margin: -32px auto 0;
  padding: 44px 0 0;
}
.swiper_wrap .slide-card .swiper-wrapper{
  margin-top: 20px;
}
.swiper_wrap .slide-card .swiper-slide{
  width: 344px;
}
.swiper_wrap .slide-card .card-slider-accessory{
  position: absolute;
  top: 0;
  right: 50px;
  justify-content: right;
  margin: 0;
}

.swiper_wrap .slide-card .card .card_sub{
  font-size: 14px;
  font-weight: bold;
}
.swiper_wrap .slide-card .card .card_img{
  margin: 6px 0 0;
}
.swiper_wrap .slide-card .card .card_img .tag{
  display: block;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
.swiper_wrap .slide-card .card .card_img .tag-active{
  background: #C70033;
}
.swiper_wrap .slide-card .card .card_img .tag-archive{
  background: #022C80;
}
.swiper_wrap .slide-card .card .card_img .tag-finish{
  background: #4C4C4C;
}

.swiper_wrap .slide-card .card .card_img img{
  width: 100%;
}
.swiper_wrap .slide-card .card .card_ttl{
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.swiper_wrap .slide-card .card:hover .card_ttl{
  transition: all .25s linear 0s;
  color: #C70033;
}
.swiper_wrap .slide-card .card .card_txt{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.swiper_wrap .slide-card .card .card_tag{
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.swiper_wrap .slide-card .card .card_tag span{
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 11px;
  border-radius: 100vh;
  background: #C70033;
  color: #fff;
  font-size: 12px;
}
.swiper_wrap .slide-card .card .card_date{
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 12px;
}
.swiper_block-jounal{
  padding: 145px 0 0;
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-journal.png) no-repeat top 53px right -356px / 952px;
}



@media screen and (max-width: 768px) {
  .sectioning-openHub{
    margin-top: 62px;
  }
  .sectioning-openHub .sectioning_layout-inner{
    width: 100%;
    padding: 145px 0 0 12px;
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-open_hub-sp.jpg) no-repeat top center / 100%;
  }
  .openHub_heading img{
    width: 362px;
  }
  .openHub_txt{
    margin-top: 10px;
  }
  .openHub_link{
    margin-top: 20px;
  }
  
  /* swiper部分 */
  .swiper_wrap{
    margin-top: 50px;
    padding: 18px 0 0 12px;
  }
  .swiper_wrap .swiper_intro{
    width: 100%;
    padding-right: 12px;
  }
  .swiper_wrap .slide-card{
    margin: 0 auto;
    padding: 0 0 0 1vw;
  }
  .swiper_wrap .slide-card .swiper-slide{
    width: 70vw;
  }
  .swiper_wrap .slide-card .card-slider-accessory{
    position: relative;
    top: auto;
    right: auto;
    margin-top: 45px;
  }
  .card-slider-accessory .slider-control{
    justify-content: flex-start;
  }
  .swiper_wrap .slide-card .card .card_ttl{
    margin-top: 13px;
  }
  .swiper_wrap .slide-card .card .card_txt{
    margin-top: 6px;
  }
  .swiper_block-jounal{
    padding-top: 135px;
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-journal.png) no-repeat top 48px left 218px / 467px;
  }
}
@media screen and (max-width: 479px) {
  .openHub_heading img{
    width: 75vw;
  }
  .openHub_txt{
    font-size: 3.3vw;
  }
  .swiper_wrap .swiper_intro{
    font-size: 3.3vw;
  }

  .swiper_wrap .slide-card .card .card_sub{
    font-size: 2.9vw;
  }
  .swiper_wrap .slide-card .card .card_img .tag{
    font-size: 2.3vw;
  }
  .swiper_wrap .slide-card .card .card_tag{
    margin: 15px 2px 0;
  }
  .swiper_wrap .slide-card .card .card_tag span{
    font-size: 2.5vw;
    padding: 3px 7px;
  }
  .swiper_wrap .slide-card .card .card_date{
    font-size: 2.5vw;
  }
  .swiper_wrap .slide-card .card .card_ttl{
    font-size: 3.3vw;
  }
  .swiper_wrap .slide-card .card .card_txt{
    font-size: 2.9vw;
  }

  .swiper_block-jounal{
    padding-top: 28vw;
    background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-journal.png) no-repeat top 10vw left 45.42vw / 97.3vw;
  }

}



/* =========================================================
	Smart World
 * ====================================================== */
.sectioning-smartWorld{
  margin-top: 128px;
  padding: 110px 0 0;
  background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 69%, #fff 69%, #fff 100%);
}
.sectioning-smartWorld .sectioning_layout-outer.is-animate{
  background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/bg-smart_world.png);
  background-repeat: no-repeat;
  background-size: 1366px;
}

.sectioning-smartWorld .sectioning_layout-outer.is-animate {
  animation: poyoyon 1.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
  0% {
    background-position: right top 40px;
    opacity: 0;
  }
  50% {
    background-position: right calc(50% + 10px) top 40px;
  }
  65% {
    background-position: right calc(50% - 10px) top 40px;
  }
  100% {
    background-position: center top 40px;
  }
  20%,100% {
    opacity: 1;
  }
}

.sectioning-smartWorld .sectioning_layout-inner{
  width: 1366px;
}
.sectioning-smartWorld .section__sub-heading{
  margin-top: 25px;
  color: #231815;
}
.smartWorld_intro{
  margin: 65px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.smartWorld_listWrap{
  position: relative;
  margin: 72px 0 0;
  padding: 0 32px;
}
.smartWorld_listWrap::before{
  content: "";
  position: absolute;
  top: 210px;
  left: 0;
  display: inline-block;
  width: 1128px;
  height: 898px;
  background: #c70033;
}

.smartWorld_list{
  display: grid;
  grid-gap: 20px;
  grid-template-rows: 420px 420px 420px;
  grid-template-columns: 420px 420px 420px;
}
.smartWorld_list:nth-child(3){
  justify-content: end;
}
.smartWorld_list .list_item{
  position: relative;
  width: 420px;
  height: 420px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.smartWorld_list .list_item:nth-child(1){
  grid-row: 1;
  grid-column: 1;
}
.smartWorld_list .list_item:nth-child(2){
  grid-row: 1;
  grid-column: 2;
}
.smartWorld_list .list_item:nth-child(3){
  grid-row: 2;
  grid-column: 1;
}
.smartWorld_list .list_item:nth-child(4){
  grid-row: 2;
  grid-column: 2;
}
.smartWorld_list .list_item:nth-child(5){
  grid-row: 2;
  grid-column: 3;
}
.smartWorld_list .list_item:nth-child(6){
  grid-row: 3;
  grid-column: 2;
}
.smartWorld_list .list_item:nth-child(7){
  grid-row: 3;
  grid-column: 3;
}


.smartWorld_list .list_item a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.smartWorld_list .list_item .item_ttl{
  font-size: 28px;
}
.smartWorld_list .list_item .item_txt{
  display: none;
  font-size: 14px;
}

.smartWorld_list .list_item-city{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-city.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-customer{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-customer.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-education{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-educataion.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-factory{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-factory.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-healthcare{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-healthcare.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-mobility{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-mobility.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-workstyle{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/sw-workstyle.jpg) no-repeat center / cover;
}
.smartWorld_list .list_item-construction{
  background: url(/content/dam/nttcom/hq/jp/business/dx/img/sw-construction.jpg) no-repeat center / cover;
}

.smartWorld_list .list_item:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -2;
  transition: all .3s ease;
}
.smartWorld_list .list_item:hover::before{
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.smartWorld_list .list_item::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease;
}
.smartWorld_list .list_item:hover::after{
  background: rgb(0, 0, 0, .5);
}
.smartWorld_list .list_item:hover .item_txt{
  display: block;
}



@media screen and (max-width: 768px) {
  .sectioning-smartWorld{
    margin-top: 118px;
    padding-top: 83px;
  }

  .sectioning-smartWorld .sectioning_layout-outer.is-animate{
    background-size: 652px;
  }
  @keyframes poyoyon {
    0% {
      background-position: right top 80px;
      opacity: 0;
    }
    50% {
      background-position: right calc(50% + 10px) top 80px;
    }
    65% {
      background-position: right calc(50% - 10px) top 80px;
    }
    100% {
      background-position: center top 80px;
    }
    20%,100% {
      opacity: 1;
    }
  }

  .sectioning-smartWorld .sectioning_layout-inner{
    width: 100%;
  }
  .sectioning-smartWorld .section__sub-heading{
    margin-top: 15px;
  }
  .smartWorld_intro{
    margin: 92px 15px 0;
    font-size: 16px;
    text-align: left;
  }

  .smartWorld_listWrap{
    margin-top: 55px;
    padding: 80px 15px 0;
  }
  .smartWorld_listWrap::before{
    top: 0;
    width: 83vw;
    height: 185vw;
  }

  .smartWorld_list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
  .smartWorld_list .list_item{
    width: calc((100vw - 45px) / 2);
    height: calc((100vw - 45px) / 2);
  }
  .smartWorld_list .list_item{
    grid-row: auto!important;
    grid-column: auto!important;
  }
  .smartWorld_list .list_item:nth-child(odd){
    margin-right: 15px;
  }
    .smartWorld_list .list_item:nth-child(n + 3){
    margin-top: 15px;
  }
  .smartWorld_list .list_item .item_ttl{
    font-size: 15px;
    text-align: center;
  }

  .smartWorld_list .list_item:hover::before,
  .smartWorld_list .list_item:hover::after,
  .smartWorld_list .list_item:hover .item_txt{
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .sectioning-smartWorld{
    margin-top: 24.6vw;
    padding-top: 17.3vw;
  }

  .sectioning-smartWorld .sectioning_layout-outer.is-animate{
    background-size: 95.8vw;
  }
  
  @keyframes poyoyon {
    0% {
      background-position: right top 16.7vw;
      opacity: 0;
    }
    50% {
      background-position: right calc(50% + 5px) top 16.7vw;
    }
    65% {
      background-position: right calc(50% - 5px) top 16.7vw;
    }
    100% {
      background-position: center top 16.7vw;
    }
    20%,100% {
      opacity: 1;
    }
  }

  .smartWorld_intro{
    font-size: 3.3vw;
  }

  .smartWorld_list .list_item .item_ttl{
    font-size: 3.125vw;
  }
}





/* =========================================================
	追従エリア
 * ====================================================== */
.fixed_block{
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  z-index: 10;
}
.fixed_inner{
  position: relative;
}
.fixed_inner .fixed_item{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 392px;
}
.navi_list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  background: #fff;
}
.navi_list .list_item{
  width: calc(100% / 7);
  text-align: center;
}
.navi_list .list_item + .list_item{
  border-left: 1px solid #fff;
}
.navi_list .list_item .item_link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px 0 0;
  background: #C70033;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.navi_list .list_item .item_link:hover{
  opacity: .75;
}
.navi_list .list_item .item_link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/icon_arrow-r.png) no-repeat center / 100%;
  width: 5px;
  height: 8px;
}
.navi_list .list_item .item_link span{
  position: relative;
  padding-left: 28px;
}
.navi_list .list_item .item_link span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 26px;
  height: 26px;
}
.navi_list .list_item .item_link-city span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-city.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-customer span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-customer.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-education span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-education.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-factory span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-factory.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-healthcare span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-healthcare.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-mobility span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-mobility.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-workstyle span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-workstyle.png) no-repeat center / 100%;
}
.navi_list .list_item .item_link-construction span::before{
  background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/new/navi_icon-construction.png) no-repeat center / 100%;
}



@media screen and (max-width: 768px) {
  .fixed_inner .fixed_item,
  .fixed_inner .fixed_item img{
    width: 100%;
  }
  .navi_list{
    width: 1366px;
  }
}
@media screen and (max-width: 479px) {
  .navi_list{
    width: 285vw;
  }
  .navi_list .list_item .item_link{
    font-size: 2.5vw;
  }
}