@charset "UTF-8";
/*!
 * solmodel
*/
/* =========================================================
 * ページ独自部分
 * @ PAGE ORIGINAL
 * ====================================================== */
*, *:before, *:after{
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img{
  max-width: 100%;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_inner{
  width: 940px;
  margin: 0 auto;
}
.primary_heading{
  margin: 0;
  font-size: 42px;
  font-weight: 600;
}
.secondary_heading{
  margin: 25px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.solmodal__txt{
  margin: 55px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }

  .section_inner{
    width: 100%;
    padding: 0 20px;
  }
  .primary_heading{
    font-size: 28px;
  }
  .secondary_heading{
    margin-top: 17px;
    font-size: 16px;
  }
  .solmodal__txt{
    margin-top: 37px;
    font-size: 13px;
  }

}

/* -----------------------------------------------
 * KVエリア
 * -------------------------------------------- */
.section_kv{
  background: #f5f5f5;
}
.section_kv .section_inner{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section_kv .section_inner{
    padding: 0;
  }
}

/* -----------------------------------------------
 * TOPエリア
 * -------------------------------------------- */
.section_top{
  padding: 90px 0 93px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .section_top{
    padding: 60px 0 62px;
  }
}

/* -----------------------------------------------
 * 5つのソリューションモデル
 * -------------------------------------------- */
.section_desc .secondary_heading{
  margin-top: 95px;
  font-size: 30px;
}
.movie_box{
  width: 600px;
  margin: 68px auto 0;
}
.movie_box .movie_link:hover{
  opacity: .8;
  transition: all .3s ease;
}
.movie_box .movie_txt{
  margin: 23px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .section_desc .secondary_heading{
    margin-top: 63px;
    font-size: 20px;
  }
  .movie_box{
    width: 100%;
    margin-top: 45px;
  }
  .movie_box .movie_txt{
    margin-top: 15px;
    font-size: 12px;
  }
}

/* -----------------------------------------------
 * Solution model リンク
 * -------------------------------------------- */
.section_link{
  margin: 94px 0 0;
  padding: 80px 0 78px;
  background: #f5f5f5;
}
.section_link .section_inner{
  width: 980px;
}
.section_link .link_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(to bottom right, #002e67, #01073e);
}
.section_link .link_list .list_item{
  width: 302px;
  height: 302px;
  text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.section_link .link_list .list_item:nth-child(n + 4){
  margin-top: 18px;
}

/* 1つ目の要素設定 */
.section_link .link_list .list_item01{
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_link .link_list .list_item01 .secondary_heading{
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
}

/* innerがある場合の設定（2つ目以降） */
.section_link .link_list .list_item .item_inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.section_link .link_list .list_item .item_inner .top_ttl{
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section_link .link_list .list_item .item_inner .top_txt{
  display: none;
  margin: 18px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.section_link .link_list .list_item .item_inner .item_btm{
  display: none;
}
.section_link .link_list .list_item .item_inner .btm_link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
  padding: 7px 0;
  border: 1px solid #fff;
  border-radius: 100vh;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}
.section_link .link_list .list_item .item_inner .btm_link:hover{
  background: #fff;
  color: #000;
  transition: all .3s ease;
}
.section_link .link_list .list_item .item_inner .btm_link + .btm_link{
  margin-top: 10px;
}
.section_link .link_list .list_item02 .item_inner{
  background: url(/content/dam/nttcom/hq/jp/business/lp/solmodel/img/img_model01.jpg) no-repeat center / cover;
}
.section_link .link_list .list_item03 .item_inner{
  background: url(/content/dam/nttcom/hq/jp/business/lp/solmodel/img/img_model02.jpg) no-repeat center / cover;
}
.section_link .link_list .list_item04 .item_inner{
  background: url(/content/dam/nttcom/hq/jp/business/lp/solmodel/img/img_model03.jpg) no-repeat center / cover;
}
.section_link .link_list .list_item05 .item_inner{
  background: url(/content/dam/nttcom/hq/jp/business/lp/solmodel/img/img_model04.jpg) no-repeat center / cover;
}
.section_link .link_list .list_item06 .item_inner{
  background: url(/content/dam/nttcom/hq/jp/business/lp/solmodel/img/img_model05.jpg) no-repeat center / cover;
}

/* 2つ目以降のホバー設定 */
.section_link .link_list .list_item-blur{
  position: relative;
}
.section_link .link_list .list_item-blur .item_inner{
  position: relative;
  justify-content: center;
  padding: 30px 20px;
  overflow: hidden;
  z-index: 0;
}

/* ホバーでぼかしと画像を暗く */
.section_link .link_list .list_item-blur .item_inner:before{
  content: '';
  background: inherit;
  -webkit-filter: brightness(100%) blur(0);
  -moz-filter: brightness(100%) blur(0);
  -o-filter: brightness(100%) blur(0);
  -ms-filter: brightness(100%) blur(0);
  filter: brightness(100%) blur(0);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -2;
  transition: all .3s ease;
}
.section_link .link_list .list_item-blur:hover .item_inner::before{
  -webkit-filter: brightness(50%) blur(4px);
  -moz-filter: brightness(50%) blur(4px);
  -o-filter: brightness(50%) blur(4px);
  -ms-filter: brightness(50%) blur(4px);
  filter: brightness(50%) blur(4px);
}


/* ホバーで枠に線 */
.section_link .link_list .list_item-blur:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: 10;
  pointer-events: none;
}

.section_link .link_list .list_item-blur:hover .item_inner .top_txt,
.section_link .link_list .list_item-blur:hover .item_inner .item_btm{
  display: block;
}
.section_link .link_list .list_item-blur:hover .item_inner{
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section_link{
    margin-top: 63px;
    padding: 53px 0 52px;
  }
  .section_link .section_inner{
    width: 100%;
    padding: 0 10px;
  }
  .section_link .link_list{
    padding: 10px;
  }
  .section_link .link_list .list_item{
    width: calc((100vw - 50px) / 2);
    height: calc((100vw - 50px) / 2);
  }

  /* 1つ目の要素設定 */
  .section_link .link_list .list_item01 .secondary_heading{
    font-size: 27px;
  }

  /* 2つ目の要素設定 */
  .section_link .link_list .list_item:nth-child(n + 3){
    margin-top: 10px;
  }
  .section_link .link_list .list_item .item_inner .top_ttl{
    font-size: 13px;
  }
  .section_link .link_list .list_item .item_inner .top_txt{
    margin-top: 8px;
    font-size: 10px;
  }
  .section_link .link_list .list_item .item_inner .btm_link{
    width: 80%;
    padding: 5px 0;
    font-size: 10px;
  }
  .section_link .link_list .list_item .item_inner .btm_link + .btm_link{
    margin-top: 5px;
  }

  .section_link .link_list .list_item-blur .item_inner::before{
    -webkit-filter: brightness(50%) blur(4px);
    -moz-filter: brightness(50%) blur(4px);
    -o-filter: brightness(50%) blur(4px);
    -ms-filter: brightness(50%) blur(4px);
    filter: brightness(50%) blur(4px);
  }
  .section_link .link_list .list_item-blur::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    z-index: 10;
  }

  .section_link .link_list .list_item-blur .item_inner .top_txt,
  .section_link .link_list .list_item-blur .item_inner .item_btm{
    display: block;
  }
  .section_link .link_list .list_item-blur .item_inner{
    justify-content: space-between;
    padding: 15px 10px;
  }
}





