@charset "UTF-8";

.orig_wrap:after,
.orig_wrap section:after,
.orig_clearfix:after{
  content : " ";
  display : block ;
  height : 0 ; 
  visibility : hidden ;
  clear : both ;
}
.orig_wrap{
  max-width: 1350px;
  min-width: 1140px;
  margin: 0 auto;
}
.orig_wrap ul,
.orig_wrap ol,
.orig_wrap figure{
  margin: 0;
  padding: 0;
}
.orig_wrap ul li,
.orig_wrap ol li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.orig_wrap p,
.orig_wrap li,
.orig_wrap dt,
.orig_wrap dd,
.orig_wrap th,
.orig_wrap td{
  margin: 0;
  line-height : 180% ;
}
.orig_wrap h1,
.orig_wrap h2,
.orig_wrap h3,
.orig_wrap h4,
.orig_wrap h5{
  margin: 0;
  line-height: 160%;
  font-size: 100%;
  text-align: left;
}
.orig_wrap h1{
  line-height: 100%;
}
.orig_wrap img,
.orig_wrap video{
  vertical-align: bottom;
}
.orig_wrap a,
.orig_wrap .orig_opacity{
  color: #000;
  text-decoration: none;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
}
.orig_wrap .orig_opacity{
  display: block;
}
.orig_wrap .orig_opacity:hover{
  text-decoration: none;
  opacity : 0.7 ;
  filter : alpha(opacity=70) ;
  -moz-opacity : 0.7 ;
  -ms-filter : "alpha(opacity=70)" ;
}

/******************************************************************************
  common
******************************************************************************/
section .orig_inner,
div .orig_inner{
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

/******************************************************************************
  .orig_header
******************************************************************************/
section.orig_header{
  height: 440px;
  background-color: #3894df;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.orig_index section.orig_header{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_index.jpg");
}
.orig_task01 section.orig_header{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_task01.jpg");
}
.orig_task02 section.orig_header{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_task02.jpg");
}
.orig_task03 section.orig_header{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_task03.jpg");
}
.orig_task04 section.orig_header{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_task04.jpg");
}
section.orig_header .orig_inner{
  box-sizing: border-box;
  position: relative;
  width: 1020px;
  height: 100%;
  padding: 55px 0 0;
  color: #fff;
}
section.orig_header .orig_inner .orig_main > p:first-of-type{
  margin: 0 0 30px;
  line-height: 200%;
}
section.orig_header .orig_inner .orig_main > p:nth-of-type(2){
  margin: 0 0 15px;
  line-height: 200%;
}
.orig_task section.orig_header .orig_inner .orig_main > p:nth-of-type(2){
  margin: 15px 0 0;
}

/* orig_localnav */
section.orig_header .orig_inner ul.orig_localnav,
.orig_inner ul.orig_localnav{
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: translateY(50%);
}
section.orig_header .orig_inner ul.orig_localnav li,
.orig_inner ul.orig_localnav li{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
section.orig_header .orig_inner ul.orig_localnav li:after,
.orig_inner ul.orig_localnav li:after{
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 52px;
  background: #eee;
  transform: translateY(-50%);
}
section.orig_header .orig_inner ul.orig_localnav li:last-child:after,
.orig_inner ul.orig_localnav li:last-child:after{
  display: none;
}
section.orig_header .orig_inner ul.orig_localnav li a,
.orig_inner ul.orig_localnav li a{
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
section.orig_header .orig_inner ul.orig_localnav li a span,
.orig_inner ul.orig_localnav li a span{
  display: block;
  padding: 0 0 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_advantage span,
.orig_inner ul.orig_localnav li a.orig_advantage span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_advantage.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_casestudy span,
.orig_inner ul.orig_localnav li a.orig_casestudy span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_casestudy.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_about span,
.orig_inner ul.orig_localnav li a.orig_about span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_about.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_solution span,
.orig_inner ul.orig_localnav li a.orig_solution span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_solution.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_movie span,
.orig_inner ul.orig_localnav li a.orig_movie span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_movie.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_case span,
.orig_inner ul.orig_localnav li a.orig_case span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_case.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_service span,
.orig_inner ul.orig_localnav li a.orig_service span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_service.png");
}
section.orig_header .orig_inner ul.orig_localnav li a.orig_seminar span,
.orig_inner ul.orig_localnav li a.orig_seminar span{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/lnav_seminar.png");
}
/* orig_whitepaper */
section.orig_header .orig_whitepaper{
  position: absolute;
  left: 0;
  bottom: 58px;
  width: 420px;
}
.orig_index section.orig_header .orig_whitepaper{
  left: 20px;
}

section.orig_header .orig_whitepaper a{
  position: relative;
  padding: 15px 10px 0 95px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_header_whitepaper.png") center center no-repeat;
  background-size: 100% 100%;
}
section.orig_header .orig_whitepaper a figure{
  position: absolute;
  left: 10px;
  top : 20px;
  border: #fff 5px solid;
  z-index: 2;
}
section.orig_header .orig_whitepaper a figure img{
  width: 60px;
  height: auto;
}
section.orig_header .orig_whitepaper a h2{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}
section.orig_header .orig_whitepaper a p.orig_subtitle{
  font-size: 16px;
  font-weight: bold;
  color: #183e9f;
}
section.orig_header .orig_whitepaper a p.orig_download{
  position: relative;
  margin: 0 -10px 0 -95px;
  padding: 8px 35px 8px 0;
  background: #264676;
  text-align: right;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
section.orig_header .orig_whitepaper a p.orig_download:after{
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 13px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_whitepaper_download.png") center center no-repeat;
  transform: translateY(-50%);
}

/* 高さが低い場合の設定 */
section.orig_header-low{
  height: 260px;
  background-size: auto, 100%;
}
section.orig_header-low .orig_inner{
  padding-top: 30px;
}
.orig_index section.orig_header-low .orig_whitepaper,
.orig_task section.orig_header-low .orig_whitepaper{
  bottom: 28px;
  width: auto;
}
section.orig_header-low .orig_whitepaper a{
  display: inline-block;
  padding: 0 2px;
  border-bottom: 1px solid #F26492;
  background: no-repeat;
  color: #F26492;
}
section.orig_header-low .orig_whitepaper a h2{
  margin-bottom: 6px;
  color: #F26492;
  font-size: 15px;
}
#cboxLoadedContent{
  overflow: auto!important;
}

/******************************************************************************
  .orig_whitepaperLink
******************************************************************************/
.orig_whitepaperLink{
  background: #F9E1EA;
}
.orig_whitepaperLink .orig_inner{
  display: flex;
  width: 967px;
  padding: 15px 0;
}
.orig_whitepaperLink .orig_img{
  width: 249px;
}
.orig_whitepaperLink .orig_txt{
  width: calc(100% - 279px);
  margin-left: 30px;
}
.orig_whitepaperLink .orig_txt .orig_main{
  font-weight: bold;
}
.orig_whitepaperLink .orig_txt .orig_main p{
  font-size: 15px;
}
.orig_whitepaperLink .orig_txt .orig_main h2{
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid;
  font-size: 23px;
  line-height: 1.4;
}
.orig_whitepaperLink .orig_txt .orig_sub{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.orig_whitepaperLink .orig_txt ul{
  margin-bottom: 15px;
  font-weight: bold;
}
.orig_whitepaperLink .orig_txt ul span{
  color: #F26492;
}
.orig_whitepaperLink .orig_txt ul li{
  line-height: 1.5;
}
.orig_whitepaperLink .orig_txt .orig_sub > div a{
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #0E367D;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.orig_whitepaperLink .orig_txt .orig_sub > div a::after{
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-top: 2px solid #0E367D;
  border-right: 2px solid #0E367D;
  transform: rotate(45deg)translateY(-50%);
}
.orig_whitepaperLink .orig_txt .orig_sub > a{
  position: relative;
  display: inline-block;
  width: 330px;
  margin-top: 5px;
  padding: 23px 20px;
  background: #F26492;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.orig_whitepaperLink .orig_txt .orig_sub > a::after{
  position: absolute;
  top: calc(50% - 15px);
  right: 17px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_whitepaper_download.png) center center repeat-x;
  background-size: contain;
}



/******************************************************************************
  .orig_advantage
******************************************************************************/
section.orig_advantage{
  padding: 20px 0 90px;
  background: #d8e9f4 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_solution.jpg") left top repeat-x;
}
section.orig_advantage .orig_inner > p{
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
section.orig_advantage .orig_inner .orig_wrapAdvantage{
  display: flex;
  justify-content: space-between;
}
section.orig_advantage .orig_inner .orig_wrapAdvantage div{
  position: relative;
  width: 510px;
  padding: 30px 0 35px;
}
section.orig_advantage .orig_inner .orig_wrapAdvantage div figure{
  float: right;
  margin: 0 0 0 10px;
}
.orig_index section.orig_advantage .orig_inner .orig_wrapAdvantage div:nth-of-type(2):after{
  content: " ";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 48px;
  height: 48px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_solution_x.png") center center no-repeat;
  transform: translate(-50%,-50%);
}
section.orig_advantage .orig_inner .orig_wrapAdvantage div:first-of-type figure{
  margin-top: -30px;
}
section.orig_advantage .orig_inner .orig_wrapAdvantage div p{
  font-size: 20px;
  font-weight: bold;
}

/******************************************************************************
  .orig_casestudy
******************************************************************************/
section.orig_casestudy{
  padding: 40px 0 50px;
}
section.orig_casestudy .orig_inner{
  padding-left: 125px;
  padding-right: 125px;
}
section.orig_casestudy .orig_inner h2{
  background: #021f5e;
  margin: 0 0 30px;
  padding: 14px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
section.orig_casestudy .orig_inner .orig_casestudy_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.orig_casestudy .orig_inner .orig_casestudy_item > div{
  position: relative;
  width: 430px;
  padding: 20px 24px 30px 24px;
  background: #f4f8fa;
  border: 1px solid #cacdce;
}
section.orig_casestudy .orig_inner .orig_casestudy_item > div:nth-child(n + 3){
  margin-top: 30px;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div h3{
  min-height: 48px;
  margin-bottom: 10px;
  color: #10367c;
  font-size: 15px;
  font-weight: bold;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div div{
  display: flex;
  justify-content: space-between;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div figure{
  width: 103px;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div figure img{
  width: 100%;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div ul{
  width: calc(100% - 115px);
  color: #323232;
  font-size: 14px;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div ul li{
  text-indent: calc(-1em - 3px);
  margin-left: calc(1em + 3px);
}
section.orig_casestudy .orig_inner .orig_casestudy_item div ul li::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background: #323232;
  border-radius: 50%;
  vertical-align: middle;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div .btn{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div .btn a{
  position: relative;
  padding: 6px 31px 9px 14px;
  background: #10367c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
section.orig_casestudy .orig_inner .orig_casestudy_item div .btn a::after{
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: rotate(45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/******************************************************************************
  .orig_about
******************************************************************************/
section.orig_about{
  position: relative;
  padding: 10px 0 0;
}
section.orig_about .orig_inner{
  padding-left: 60px;
  padding-right: 60px;
}
section.orig_about .orig_inner .orig_about_line_text{
  position: relative;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
section.orig_about .orig_inner > .orig_about_line_text{
  padding-bottom: 90px;
}
section.orig_about .orig_inner > .orig_about_line_text::after{
  content: "";
  position: absolute;
  left: calc(50% - 190px);
  bottom: 0;
  display: inline-block;
  border-top: 80px solid #d9e1f2;
  border-right: 190px solid transparent;
  border-left: 190px solid transparent;
}
section.orig_about .orig_inner h2{
  color: #086fbe;
  font-size: 24px;
  font-weight: bold;
}
section.orig_about .orig_inner h2 span{
  display: block;
  font-size: 18px;
  font-weight: normal;
}
section.orig_about .orig_inner section{
  position: relative;
  padding: 100px 60px 103px;
  background: #fff;
  z-index: 1;
}
section.orig_about .orig_inner section:first-of-type{
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px 20px 0 0;
}
section.orig_about .orig_inner section:last-of-type{
  padding-bottom: 100px;
  border-radius: 0 0 20px 20px;
}
section.orig_about .orig_inner section:last-of-type:before{
  display: none;
}
section.orig_about .orig_inner section > h3{
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}
section.orig_about .orig_inner section > p{
  margin: 0 0 20px;
}
section.orig_about .orig_inner section > dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
section.orig_about .orig_inner section > dl dt{
  margin: 0 50px 0 0;
}
section.orig_about .orig_inner section > dl dd{
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
}
section.orig_about .orig_inner section:nth-of-type(1) h3{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
section.orig_about .orig_inner section:nth-of-type(1) figure{
  margin: 50px -10px 0;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 105px;
  margin: 70px 0 10px;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_about_line_text{
  font-size: 18px;
}

section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul{
  display: flex;
  justify-content: space-between;
  width: 528px;
  text-align: center;
  font-weight: bold;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul:nth-of-type(2){
  width: 342px;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul li{
  width: 156px;
  padding: 25px 0 180px;
  background: #e8f2f8 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/fig_support01.png") center bottom no-repeat;
  border-radius: 20px;
  box-shadow: 2px 4px 0px 0px #9bb7dd;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul li:nth-of-type(2){
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/fig_support02.png");
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul li:nth-of-type(3){
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/fig_support03.png");
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul:nth-of-type(2) li{
  background-color: #fff7d6;
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/fig_support04.png");
  background-position: center center;
  box-shadow: 2px 4px 0px 0px #c2b4aa;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul:nth-of-type(2) li:nth-of-type(2){
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/fig_support05.png");
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support ul li strong{
  color: #11387b;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support p{
  position: absolute;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support p.orig_support_text{
  left: 80px;
  bottom: 0;
  font-weight: bold;
  font-size: 20px;
  color: #11387b;
  text-align: center;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support p.orig_support_text:last-of-type{
  left: auto;
  right: 20px;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support p.orig_support_arrow{
  right: 10px;
  bottom: 130px;
  width: 330px;
  background: #c1511a;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
section.orig_about .orig_inner section:nth-of-type(1) .orig_support p.orig_support_arrow:after{
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #c1511a transparent transparent;
}
section.orig_about .orig_inner section:nth-of-type(2){
  display: none;
}
section.orig_about .orig_inner section:nth-of-type(2) dl{
  margin: 0 0 35px;
  text-align: left;
}
section.orig_about .orig_inner section:nth-of-type(2) dl dt{
  position: relative;
  margin: 0 0 25px;
  padding: 30px 30px 30px 85px;
  background: #11387b;
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
section.orig_about .orig_inner section:nth-of-type(2) dl dt span{
  position: absolute;
  left: 30px;
  top: 50%;
  width: 36px;
  background: #fff;
  border-radius: 18px;
  line-height: 36px;
  color: #11387b;
  text-align: center;
  transform: translateY(-50%);
}
section.orig_about .orig_inner section:nth-of-type(2) dl dd{
  padding: 0 0 0 85px;
}
section.orig_about .orig_inner section:nth-of-type(2) dl:last-of-type{
  margin: 0;
}

/* orig_sdp_wrap */
section.orig_about .orig_inner section .orig_sdp_wrap{
  position: relative;
  background: rgba(216,233,244,0.6);
  padding: 40px 50px 50px;
  margin: 0 0 30px;
  border-radius: 20px;
}
section.orig_about .orig_inner section .orig_sdp_wrap h4{
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  color: #00a3e8;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li{
  position: relative;
  width: 160px;
  padding: 10px 10px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 5px 0px 0px #aac0e1;
  z-index: 2;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li:nth-of-type(1):after,
section.orig_about .orig_inner section .orig_sdp_wrap ul li:nth-of-type(2):after,
section.orig_about .orig_inner section .orig_sdp_wrap ul li:nth-of-type(3):after{
  content: " ";
  position: absolute;
  right: -22px;
  top: 77px;
  width: 16px;
  height: 26px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_sdp_wrap_arrow.png") center center no-repeat;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li:last-child{
  width: 100%;
  margin: 30px 0 0;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li figure img{
  border-radius: 20px;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li dl{
  max-width: 140px;
  margin: 10px 10px 0;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li dl dt{
  font-weight: bold;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li dl dd{
  display: list-item;
  margin: 5px 0 0 20px;
  font-size: 12px;
  list-style-type: disc;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li:last-child{
  display: flex;
  padding: 10px;
}
section.orig_about .orig_inner section .orig_sdp_wrap ul li:last-child dl{
  max-width: initial;
  margin: 15px 0 0 40px;
}
/* orig_sdp_merit */
section.orig_about .orig_inner section .orig_sdp_merit{
  padding: 55px 0 0;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_sdp_merit.png") center top no-repeat;
}
section.orig_about .orig_inner section .orig_sdp_merit h3{
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
section.orig_about .orig_inner section .orig_sdp_merit p{
  margin: 0 0 40px;
}
section.orig_about .orig_inner section .orig_sdp_merit ul{
  display: flex;
  justify-content: space-between;
}
section.orig_about .orig_inner section .orig_sdp_merit ul li{
  position: relative;
  width: 156px;
  padding: 25px 0 135px;
  background: #e8f2f8;
  border-radius: 20px;
  box-shadow: 2px 5px 0px 0px #b7c8e7;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
section.orig_about .orig_inner section .orig_sdp_merit ul li h4{
  text-align: center;
}
section.orig_about .orig_inner section .orig_sdp_merit ul li strong{
  font-weight: bold;
  color: #11387b;
}
section.orig_about .orig_inner section .orig_sdp_merit ul li figure{
  position: absolute;
  left: 0;
  bottom: 0;
}
section.orig_about .orig_inner section .orig_sdp_merit ul li figure img{
  border-radius: 0 0 20px 20px;
}


/******************************************************************************
  .orig_lineup
******************************************************************************/
section.orig_lineup{
  padding: 0 0 100px;
}
section.orig_lineup .orig_inner h3{
  margin: 0 0 30px;
  padding: 0 0 0 55px;
  line-height: 39px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_about03_title.png") left center no-repeat;
  font-size: 28px;
}
section.orig_lineup .orig_inner h3 span{
  margin: 0 0 0 10px;
  font-size: 24px;
}
section.orig_lineup .orig_inner figure{
  display: none;
  position: relative;
}
section.orig_lineup .orig_inner figure .orig_balloon{
  position: absolute;
  width: 70px;
  height: 70px;
  top: 270px;
  left: 86px;
  cursor: pointer;
}
section.orig_lineup .orig_inner figure .orig_balloon#VDX{
  left: 160px;
}
section.orig_lineup .orig_inner figure .orig_balloon#AI{
  left: 234px;
}
section.orig_lineup .orig_inner figure .orig_balloon#SFA{
  left: 310px;
}
section.orig_lineup .orig_inner figure .orig_balloon#ITSM{
  left: 384px;
}
section.orig_lineup .orig_inner figure .orig_balloon#PDX{
  left: 458px;
}
section.orig_lineup .orig_inner figure .orig_balloon#HCA{
  left: 532px;
}
section.orig_lineup .orig_inner figure .orig_balloon#VM{
  left: 606px;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss{
  width: 90px;
  height: 70px;
  top: 480px;
  left: auto;
  right: 25px;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss#Orch{
  top: 554px;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss#MS{
  top: 628px;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss#Sec{
  top: 702px;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip{
  display: none;
  position: absolute;
  top: 68px;
  left: -28px;
  width: 360px;
  padding: 20px 20px 20px 70px;
  border-left: #ef9fc2 10px solid;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss .orig_tooltip{
  top: 72px;
  left: auto;
  right: -4px;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip:after{
  content: " ";
  position: absolute;
  left: 40px;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
}
section.orig_lineup .orig_inner figure .orig_balloon.orig_mss .orig_tooltip:after{
  left: auto;
  right: 40px;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip figure{
  position: absolute;
  left: 15px;
  top: 20px;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip figure img{
  width: 40px;
  height: auto;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip h5{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #e21155;
  line-height: 140%;
}
section.orig_lineup .orig_inner figure .orig_balloon .orig_tooltip p{
  font-size: 14px;
  line-height: 140%;
}
section.orig_lineup .orig_inner p.btn a{
  display: block;
  padding: 40px 0 40px 320px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_btn_lineup.png") 107px center no-repeat;
  background-size: 145px auto;
  border: #607aa7 2px solid;
  font-size: 20px;
  color: #264676;
}
section.orig_lineup .orig_inner p.btn a img{
  margin: 0 0 0 15px;
  vertical-align: text-top;
  transform: translateY(5px);
}


/******************************************************************************
  .orig_aside
******************************************************************************/
div.orig_aside{
  display: flex;
}
div.orig_aside .orign_whitepaper{
  width: 66%;
  background: #0675bc;
  text-align: right;
}
div.orig_aside .orign_contact{
  width: 34%;
  background: #e1c543;
}
div.orig_aside .orign_whitepaper a,
div.orig_aside .orign_contact a{
  height: 100%;
}
div.orig_aside .orign_whitepaper .orig_inner,
div.orig_aside .orign_contact .orig_inner{
  width: auto;
  height: 100%;
  padding: 35px 0 90px 50px;
}
div.orig_aside .orign_whitepaper .orig_inner{
  display: inline-block;
  min-width: 720px;
  padding-left: 200px;
  padding-right: 50px;
  text-align: left;
}
div.orig_aside .orign_whitepaper .orig_inner figure{
  position: absolute;
  left: 0;
  padding: 0 0 40px 70px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/thumb_whitepaper_header01.png") left bottom no-repeat;
  background-size: 104px auto;
}
.orig_task01 div.orig_aside .orign_whitepaper .orig_inner figure{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/thumb_whitepaper_header02.png");
}
.orig_task02 div.orig_aside .orign_whitepaper .orig_inner figure{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/thumb_whitepaper_header03.png");
}
.orig_task03 div.orig_aside .orign_whitepaper .orig_inner figure{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/thumb_whitepaper_header04.png");
}
.orig_task04 div.orig_aside .orign_whitepaper .orig_inner figure{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/thumb_whitepaper_header05.png");
}
div.orig_aside .orign_whitepaper .orig_inner figure img{
  width: 103px;
  height: auto;
}
div.orig_aside .orign_whitepaper .orig_inner p{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
div.orig_aside .orign_whitepaper .orig_inner p.orig_subtitle{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
div.orig_aside .orign_whitepaper .orig_inner h2{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
div.orig_aside .orign_contact .orig_inner{
  float: left;
}
div.orig_aside .orign_contact .orig_inner p{
  font-size: 16px;
}
div.orig_aside .orign_contact .orig_inner h2{
  font-size: 24px;
  font-weight: bold;
}
div.orig_aside .orign_whitepaper .orig_inner p.orig_btn,
div.orig_aside .orign_contact .orig_inner p.orig_btn{
  position: absolute;
  left: 50px;
  bottom: 30px;
  font-size: 14px;
  width: 230px;
  padding: 0 30px 0 0;
  margin: 15px 0 0;
  background: #264676;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
div.orig_aside .orign_whitepaper .orig_inner p.orig_btn{
  left: 200px;
  background: #fff;
  color: #264676;
}
div.orig_aside .orign_whitepaper .orig_inner p.orig_btn:after,
div.orig_aside .orign_contact .orig_inner p.orig_btn:after{
  content: " ";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 22px;
  height: 18px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_aside_btn.png") center center no-repeat;
  transform: translateY(-50%);
}
div.orig_aside .orign_whitepaper .orig_inner p.orig_btn:after{
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_aside_btn_whitepaper.png");
}

/* 背景ピンクエリア */
div.orig_aside .orign_whitepaper-pink{
  background: #F9E1EA;
}
div.orig_aside .orign_whitepaper-pink .orig_inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 110px;
  padding-bottom: 35px;
}
div.orig_aside .orign_whitepaper-pink .orig_inner p{
  color: #000;
}
div.orig_aside .orign_whitepaper-pink .orig_inner h2{
  color: #000;
}
div.orig_aside .orign_whitepaper-pink .orig_imgs{
  width: 343px;
}
div.orig_aside .orign_whitepaper-pink .orig_imgs p{
  font-size: 13px;
  line-height: 1;
}
div.orig_aside .orign_whitepaper-pink .orig_imgs h2{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.1;
}
div.orig_aside .orign_whitepaper-pink .orig_inner figure{
  position: relative;
  padding: 0;
  background: no-repeat;
}
div.orig_aside .orign_whitepaper-pink .orig_inner figure img{
  width: 100%;
}
div.orig_aside .orign_whitepaper-pink .orig_txts{
  width: calc(100% - 380px);
}
div.orig_aside .orign_whitepaper-pink .orig_ttl{
  line-height: 1;
  margin-bottom:10px
}
div.orig_aside .orign_whitepaper-pink .orig_inner p.orig_statistics{
  display: flex;
  align-items: center;
  color: #F26492;
  font-size: 46px;
}
div.orig_aside .orign_whitepaper-pink p.orig_ttl02{
  line-height: 1.2;
  margin-bottom:10px;
  font-size: 16px;
}
div.orig_aside .orign_whitepaper-pink .orig_inner p.orig_statistics02{
  display: flex;
  align-items: center;
  color: #F26492;
  font-size: 22px;
  line-height:1.2;
}
div.orig_aside .orign_whitepaper-pink p.orig_ttl03{
  line-height: 1.2;
  font-size: 14px;
  margin-bottom:10px
}
div.orig_aside .orign_whitepaper-pink .orig_inner div.orig_statistics03{
  display: flex;
  align-items: center;
  color: #F26492;
  font-size: 20px;
  line-height:1.2;
}
div.orig_aside .orign_whitepaper-pink .orig_inner div.orig_statistics03 p.left_txt{
  color: #F26492;
  font-size: 14px;
}
div.orig_aside .orign_whitepaper-pink .orig_inner div.orig_statistics03 .right_txt{
  color: #F26492;
  font-size: 24px;
}
div.orig_aside .orign_whitepaper-pink .orig_inner div.orig_statistics03 p.right_txt span{
  color: #F26492;
  font-size: 40px;
}
div.orig_aside .orign_whitepaper-pink p.orig_ttl05{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom:10px
}
div.orig_aside .orign_whitepaper-pink .orig_inner p.orig_statistics05{
  display: flex;
  align-items: center;
  color: #F26492;
  font-size: 17px;
  line-height:1.2;
}
div.orig_aside .orign_whitepaper-pink p.orig_note{
  line-height: 1.2;
  font-size: 10px;
  text-align:right;
}
div.orig_aside .orign_whitepaper-pink .orig_statistics span{
  display: block;
  margin: 0 0 5px 20px;
  font-size: 80px;
  line-height: 1;
}
div.orig_aside .orign_whitepaper-pink .orig_inner .orig_txt{
  font-size: 11px;
  line-height: 1.4;
}
div.orig_aside .orign_whitepaper-pink .orig_inner p.orig_btn{
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin-top: 6px;
  padding: 6px 36px;
  background: #F26492;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
}
div.orig_aside .orign_whitepaper-pink .orig_inner p.orig_btn:after{
  background: url(/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_aside_btn.png) center center no-repeat;
}


/******************************************************************************
  .orig_solution
******************************************************************************/
section.orig_solution{
  padding: 100px 0;
  background: #d8e9f4 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_solution.jpg") left top repeat-x;
}
section.orig_solution .orig_inner h2{
  margin: 0 0 15px;
  font-size: 38px;
}
section.orig_solution .orig_inner > p{
  margin: 0 0 40px;
}
section.orig_solution .orig_inner .orig_wraSolution{
  display: flex;
  justify-content: space-between;
}
section.orig_solution .orig_inner .orig_wraSolution div{
  position: relative;
  flex-wrap: wrap;
  width: 330px;
}
section.orig_solution .orig_inner .orig_wraSolution div figure{
  width: 230px;
  height: 230px;
  margin: 0 auto 25px;
}
section.orig_solution .orig_inner .orig_wraSolution div figure img{
  max-width: 100%;
}
section.orig_solution .orig_inner .orig_wraSolution div h3{
  position: relative;
  display: flex;
  align-items: center;
  width: 330px;
  margin: 0 auto 100px;
  font-size: 22px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}
section.orig_solution .orig_inner .orig_wraSolution div h3 span{
  display: block;
  width: 100%;
}
section.orig_solution .orig_inner .orig_wraSolution div h3:after{
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 37px;
  height: 45px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_solution_arrow.png") center center no-repeat;
  transform: translateX(-50%);
}
section.orig_solution .orig_inner .orig_wraSolution div dl{
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
section.orig_solution .orig_inner .orig_wraSolution div dl:after{
  content: " ";
  position: absolute;
  right: 0;
  top: -84px;
  width: 84px;
  height: 180px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_solution_point.png") center center no-repeat;
}
section.orig_solution .orig_inner .orig_wraSolution div dl dt{
  margin: 0 69px 30px -15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/******************************************************************************
  .orig_merit
******************************************************************************/
section.orig_merit{
  position: relative;
  padding: 90px 0 180px;
  background: #fff url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_merit.png") center top no-repeat;
}
.orig_task02 section.orig_merit,
.orig_task04 section.orig_merit{
  background-position: center -60px;
}
section.orig_merit .orig_inner h2{
  margin: 0 0 150px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
section.orig_merit .orig_inner .orig_wrapMerit{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 920px;
  margin: 0 auto;
  z-index: 2;
}
section.orig_merit .orig_inner .orig_wrapMerit div{
  width: 400px;
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(1),
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(2){
  margin: 0 0 60px;
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(2){
  transform: translate(0,-125px);
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(3){
  transform: translate(50px,-20px);
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(4){
  transform: translate(30px,-125px);
}
section.orig_merit .orig_inner .orig_wrapMerit div figure{
  margin: 0 0 30px;
}
section.orig_merit .orig_inner .orig_wrapMerit div h3{
  padding: 35px 0 0;
  margin: 0 0 30px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/txt_merit01.png") center top no-repeat;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(2) h3{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/txt_merit02.png");
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(3) h3{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/txt_merit03.png");
}
section.orig_merit .orig_inner .orig_wrapMerit div:nth-of-type(4) h3{
  background-image: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/txt_merit04.png");
}
/* 飾り */
section.orig_merit .orig_bg{
  position: absolute;
  left: 50%;
  top: 0;
  width: 82px;
  height: 82px;
  background: rgba(236,156,187,0.3);
  z-index: 1;
}
section.orig_merit .orig_bg.orig_bg07,
section.orig_merit .orig_bg.orig_bg08,
section.orig_merit .orig_bg.orig_bg09,
section.orig_merit .orig_bg.orig_bg10,
section.orig_merit .orig_bg.orig_bg11,
section.orig_merit .orig_bg.orig_bg12,
section.orig_merit .orig_bg.orig_bg13{
  width: 58px;
  height: 58px;
}
section.orig_merit .orig_bg.orig_bg14,
section.orig_merit .orig_bg.orig_bg15,
section.orig_merit .orig_bg.orig_bg16,
section.orig_merit .orig_bg.orig_bg17,
section.orig_merit .orig_bg.orig_bg18{
  width: 34px;
  height: 34px;
}
section.orig_merit .orig_bg.orig_bg19,
section.orig_merit .orig_bg.orig_bg20,
section.orig_merit .orig_bg.orig_bg21,
section.orig_merit .orig_bg.orig_bg22,
section.orig_merit .orig_bg.orig_bg23,
section.orig_merit .orig_bg.orig_bg24,
section.orig_merit .orig_bg.orig_bg25,
section.orig_merit .orig_bg.orig_bg26{
  width: 22px;
  height: 22px;
}
/* 灰 */
section.orig_merit .orig_bg.orig_bg01,
section.orig_merit .orig_bg.orig_bg03,
section.orig_merit .orig_bg.orig_bg04,
section.orig_merit .orig_bg.orig_bg06{
  background: rgba(147,149,132,0.3);
}
/* 青 */
section.orig_merit .orig_bg.orig_bg02,
section.orig_merit .orig_bg.orig_bg19,
section.orig_merit .orig_bg.orig_bg22,
section.orig_merit .orig_bg.orig_bg26{
  background: rgba(129,206,238,0.3);
}
/* 黃 */
section.orig_merit .orig_bg.orig_bg09,
section.orig_merit .orig_bg.orig_bg10,
section.orig_merit .orig_bg.orig_bg12,
section.orig_merit .orig_bg.orig_bg17,
section.orig_merit .orig_bg.orig_bg24{
  background: rgba(253,239,53,0.3);
}
/* 緑 */
section.orig_merit .orig_bg.orig_bg08,
section.orig_merit .orig_bg.orig_bg13,
section.orig_merit .orig_bg.orig_bg21,
section.orig_merit .orig_bg.orig_bg23,
section.orig_merit .orig_bg.orig_bg25{
  background: rgba(141,196,52,0.3);
}
/* 橙 */
section.orig_merit .orig_bg.orig_bg14,
section.orig_merit .orig_bg.orig_bg15,
section.orig_merit .orig_bg.orig_bg16,
section.orig_merit .orig_bg.orig_bg18{
  background: rgba(252,169,117,0.3);
}
/* 紫 */
section.orig_merit .orig_bg.orig_bg11,
section.orig_merit .orig_bg.orig_bg20{
  background: rgba(192,121,171,0.3);
}
/* 位置 */
section.orig_merit .orig_bg.orig_bg01{
  transform: translate(-502px,530px);
}
section.orig_merit .orig_bg.orig_bg02{
  transform: translate(-132px,1030px);
}
section.orig_merit .orig_bg.orig_bg03{
  transform: translate(-530px,1276px);
}
section.orig_merit .orig_bg.orig_bg04{
  transform: translate(478px,329px);
}
section.orig_merit .orig_bg.orig_bg05{
  transform: translate(448px,787px);
}
section.orig_merit .orig_bg.orig_bg06{
  transform: translate(208px,1322px);
}
section.orig_merit .orig_bg.orig_bg07{
  transform: translate(-538px,588px);
}
section.orig_merit .orig_bg.orig_bg08{
  transform: translate(-468px,1068px);
}
section.orig_merit .orig_bg.orig_bg09{
  transform: translate(-480px,1324px);
}
section.orig_merit .orig_bg.orig_bg10{
  transform: translate(500px,758px);
}
section.orig_merit .orig_bg.orig_bg11{
  transform: translate(570px,1424px);
}
section.orig_merit .orig_bg.orig_bg12{
  transform: translate(106px,1526px);
}
section.orig_merit .orig_bg.orig_bg13{
  transform: translate(428px,1646px);
}
section.orig_merit .orig_bg.orig_bg14{
  transform: translate(-544px,788px);
}
section.orig_merit .orig_bg.orig_bg15{
  transform: translate(338px,418px);
}
section.orig_merit .orig_bg.orig_bg16{
  transform: translate(112px,1000px);
}
section.orig_merit .orig_bg.orig_bg17{
  transform: translate(610px,1406px);
}
section.orig_merit .orig_bg.orig_bg18{
  transform: translate(88px,1574px);
}
section.orig_merit .orig_bg.orig_bg19{
  transform: translate(-366px,668px);
}
section.orig_merit .orig_bg.orig_bg20{
  transform: translate(-632px,936px);
}
section.orig_merit .orig_bg.orig_bg21{
  transform: translate(-60px,1102px);
}
section.orig_merit .orig_bg.orig_bg22{
  transform: translate(-550px,1436px);
}
section.orig_merit .orig_bg.orig_bg23{
  transform: translate(174px,500px);
}
section.orig_merit .orig_bg.orig_bg24{
  transform: translate(470px,572px);
}
section.orig_merit .orig_bg.orig_bg25{
  transform: translate(600px,1276px);
}
section.orig_merit .orig_bg.orig_bg26{
  transform: translate(350px,1486px);
}

/******************************************************************************
  .orig_movie
******************************************************************************/
section.orig_movie{
  height: 663px;
  background: #fff url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_movie.jpg") center top no-repeat;
}
section.orig_movie .orig_inner h2{
  margin: 0 0 85px;
  padding: 115px 0 0;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/tit_movie.png") left top no-repeat;
  font-size: 30px;
  font-weight: bold;
}
section.orig_movie .orig_inner .orig_wrapMovie{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.orig_movie .orig_inner .orig_wrapMovie figure a{
  position: relative;
}
section.orig_movie .orig_inner .orig_wrapMovie figure a:after{
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_playmovie.png") center center no-repeat;
  transform: translate(-50%,-50%);
}
section.orig_movie .orig_inner .orig_wrapMovie figure a img{
  width: 510px;
  border: #fff 10px solid;
  border-radius: 20px;
}
section.orig_movie .orig_inner .orig_wrapMovie dl{
  flex-grow: 1;
  margin: 0 50px;
  text-align: center;
  color: #fff;
}
section.orig_movie .orig_inner .orig_wrapMovie dl dt{
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
}
section.orig_movie .orig_inner .orig_wrapMovie dl dd{
  display: inline-block;
  text-align: left;
}

/******************************************************************************
  .orig_case
******************************************************************************/
section.orig_case{
  position: relative;
  padding: 135px 0 100px;
  background: #f0f0f0;
}
.orig_task02 section.orig_case,
.orig_task03 section.orig_case{
  background: #f0f0f0 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_case_nomovie.png") center top no-repeat;
}
section.orig_case h2{
  position: relative;
  width: 1080px;
  margin: 0 auto 50px;
  padding: 115px 0 0;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/tit_case.png") left top no-repeat;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
}
section.orig_case .orig_inner{
  position: relative;
  width: 1020px;
  z-index: 2;
}
section.orig_case .orig_inner > p{
  margin: 0 0 70px;
  font-size: 24px;
  font-weight: bold;
}
section.orig_case .orig_inner .orig_client{
  position: relative;
  padding: 50px 40px 100px;
  background: #fff;
  border-radius: 20px;
}
section.orig_case .orig_inner .orig_client .orig_label{
  content: " ";
  position: absolute;
  left: 40px;
  top: 0;
  width: 120px;
  height: 45px;
  padding: 0 0 0 0.2em;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_label_long.png") center center no-repeat;
  line-height: 43px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  transform: translateY(-50%);
}
section.orig_case .orig_inner .orig_client figure.orig_capture{
  content: " ";
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-53%);
}
section.orig_case .orig_inner .orig_client figure.orig_capture img{
  width: 380px;
}
section.orig_case .orig_inner .orig_client h3{
  margin: 0 20px 45px;
  font-size: 24px;
  font-weight: bold;
}
section.orig_case .orig_inner .orig_client h4{
  margin: 0 0 30px;
  padding: 10px 30px;
  background: #6366eb;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
section.orig_case .orig_inner .orig_client h4:nth-of-type(2){
  background: #05a9de;
}
section.orig_case .orig_inner .orig_client h4:nth-of-type(3){
  background: #fd5471;
}
section.orig_case .orig_inner .orig_client .orig_client_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 30px;
}
section.orig_case .orig_inner .orig_client .orig_client_content:last-of-type{
  margin: 0;
}
section.orig_case .orig_inner .orig_client .orig_client_content ul{
  flex-grow: 1;
  padding: 0 0 0 35px;
}
section.orig_case .orig_inner .orig_client .orig_client_content ul li{
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-size: 18px;
  font-weight: bold;
}
section.orig_case .orig_inner .orig_client .orig_client_content ul li:after{
  content: " ";
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  background: #6366eb url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_check.png") center center no-repeat;
  border-radius: 13px;
}
section.orig_case .orig_inner .orig_client .orig_client_content:nth-of-type(2) ul li:after{
  background-color: #05a9de;
}
section.orig_case .orig_inner .orig_client .orig_client_content:nth-of-type(3) ul li:after{
  background-color: #fd5471;
}
section.orig_case .orig_inner .orig_client .orig_client_content ul li:last-child{
  margin: 0;
}
section.orig_case .orig_inner .orig_client .orig_download{
  display: flex;
  justify-content: center;
  margin: 45px 0 0;
  padding: 45px 0 0;
  border-top: #f4f4f4 3px solid;
}
section.orig_case .orig_inner .orig_client .orig_download figure{
  margin: 0 40px 0 0;
}
section.orig_case .orig_inner .orig_client .orig_download div p span{
  display: block;
}
section.orig_case .orig_inner .orig_client .orig_download div p a{
  color: #05a9de;
  text-decoration: underline;
}
section.orig_case .orig_inner .orig_client .orig_download div p a:hover{
  color: #8ac3d6;
}
section.orig_case .orig_inner .orig_client .orig_download div dl{
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
section.orig_case .orig_inner .orig_client .orig_download div dt{
  margin: 0 15px 0 0;
}
section.orig_case .orig_inner .orig_client .orig_download div dd{
  font-size: 14px;
}
section.orig_case .orig_inner .orig_other{
  margin: 45px 0 0;
}
section.orig_case .orig_inner .orig_other h3{
  margin: 0 0 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
section.orig_case .orig_inner .orig_other ul{
  display: flex;
  justify-content: space-between;
}
section.orig_case .orig_inner .orig_other ul li{
  position: relative;
  box-sizing: border-box;
  width: 230px;
  height: 230px;
  padding: 25px 0 0;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
}
section.orig_case .orig_inner .orig_other ul li figure{
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 飾り */
section.orig_case .orig_bg{
  position: absolute;
  left: 50%;
  top: 0;
  width: 82px;
  height: 82px;
  background: rgba(236,156,187,0.3);
  z-index: 1;
}
section.orig_case .orig_bg.orig_bg04{
  width: 58px;
  height: 58px;
}
section.orig_case .orig_bg.orig_bg05,
section.orig_case .orig_bg.orig_bg06{
  width: 34px;
  height: 34px;
}
section.orig_case .orig_bg.orig_bg07,
section.orig_case .orig_bg.orig_bg08,
section.orig_case .orig_bg.orig_bg09{
  width: 22px;
  height: 22px;
}
/* 灰 */
section.orig_case .orig_bg.orig_bg02,
section.orig_case .orig_bg.orig_bg04{
  background: rgba(147,149,132,0.3);
}
/* 青 */
section.orig_case .orig_bg.orig_bg03{
  background: rgba(129,206,238,0.3);
}
/* 黃 */
section.orig_case .orig_bg.orig_bg06,
section.orig_case .orig_bg.orig_bg09{
  background: rgba(253,239,53,0.3);
}
/* 緑 */
section.orig_case .orig_bg.orig_bg07,
section.orig_case .orig_bg.orig_bg08{
  background: rgba(141,196,52,0.3);
}
/* 橙 */
section.orig_case .orig_bg.orig_bg05{
  background: rgba(252,169,117,0.3);
}
/* 位置 */
section.orig_case .orig_bg.orig_bg01{
  transform: translate(276px,0);
}
section.orig_case .orig_bg.orig_bg02{
  transform: translate(436px,146px);
}
section.orig_case .orig_bg.orig_bg03{
  transform: translate(98px,276px);
}
section.orig_case .orig_bg.orig_bg04{
  transform: translate(-470px,-56px);
}
section.orig_case .orig_bg.orig_bg05{
  transform: translate(344px,68px);
}
section.orig_case .orig_bg.orig_bg06{
  transform: translate(0,166px);
}
section.orig_case .orig_bg.orig_bg07{
  transform: translate(174px,265px);
}
section.orig_case .orig_bg.orig_bg08{
  transform: translate(-368px,288px);
}
section.orig_case .orig_bg.orig_bg09{
  transform: translate(470px,340px);
}

/******************************************************************************
  .orig_service
******************************************************************************/
section.orig_service{
  padding: 135px 0 100px;
  background: #f0f0f0 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_service.png") center top no-repeat;
}
section.orig_service .orig_more{
  padding: 100px 0;
  margin-bottom: -100px;
  background: #d8e9f4 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_service_more.png") center top no-repeat;
}
section.orig_service .orig_inner h2{
  padding: 115px 0 0;
  margin: 0 0 35px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/tit_service.png") left top no-repeat;
  font-size: 30px;
  font-weight: bold;
}
section.orig_service .orig_inner > p{
  margin: 0 0 115px;
}
section.orig_service .orig_more .orig_inner > p{
  margin: 0 0 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
section.orig_service .orig_inner .orig_wrapService{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.orig_service .orig_inner .orig_wrapService section{
  position: relative;
  width: 555px;
  padding: 50px 60px;
  background: #fff;
  border-radius: 20px;
}
section.orig_service .orig_inner .orig_wrapService section.orig_full{
  width: 100%;
}
section.orig_service .orig_inner .orig_wrapService section.orig_hasBottom{
  margin: 0 0 70px;
}
section.orig_service .orig_inner .orig_wrapService section span.orig_label{
  content: " ";
  position: absolute;
  left: 40px;
  top: 0;
  height: 45px;
  padding: 0 15px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_label_long.png") center center no-repeat;
  line-height: 43px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  transform: translateY(-50%);
}
section.orig_service .orig_inner .orig_wrapService section h3{
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
}
section.orig_service .orig_inner .orig_wrapService section h4{
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}
section.orig_service .orig_inner .orig_wrapService section p,
section.orig_service .orig_inner .orig_wrapService section ul{
  margin: 0 0 40px;
}
section.orig_service .orig_inner .orig_wrapService section ul li{
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
section.orig_service .orig_inner .orig_wrapService section ul li:last-child{
  margin: 0;
}
section.orig_service .orig_inner .orig_wrapService section ul li:after{
  content: " ";
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: #f5cb33 url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/ico_check.png") center center no-repeat;
  border-radius: 13px;
}
section.orig_service .orig_inner .orig_wrapService section figure{
  margin: 0 0 15px;
}
section.orig_service .orig_inner .orig_wrapService section figure.orig_frb{
  position: absolute;
  right: 60px;
  bottom: 50px;
  margin: 0;
}
section.orig_service .orig_inner .orig_wrapService section figure.orig_ic{
  text-align: center;
}
section.orig_service .orig_inner .orig_wrapService section p + figure,
section.orig_service .orig_inner .orig_wrapService section ul + figure{
  margin: -25px 0 30px;
}
section.orig_service .orig_inner .orig_wrapService section h4.orig_last,
section.orig_service .orig_inner .orig_wrapService section p.orig_last,
section.orig_service .orig_inner .orig_wrapService section ul.orig_last,
section.orig_service .orig_inner .orig_wrapService section figure.orig_last{
  margin-bottom: 0;
}
section.orig_service .orig_inner .orig_wrapService section .orig_wrapColumn2{
  display: flex;
  justify-content: space-between;
}
section.orig_service .orig_inner .orig_wrapService section .orig_wrapColumn2 div{
  width: 445px;
}

/******************************************************************************
  .orig_aboutSDP
******************************************************************************/
div.orig_aboutSDP{
  padding: 100px 0 85px;
  background: #fff url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_about_sdp.png") center bottom no-repeat;
}
div.orig_aboutSDP > dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1020px;
  margin: 0 auto 45px;
}
div.orig_aboutSDP > dl dd{
  font-size: 18px;
  font-weight: bold;
}
/* orig_sdp_wrap */
div.orig_aboutSDP .orig_sdp_wrap{
  position: relative;
  width: 1020px;
  background: rgba(216,233,244,0.6);
  padding: 40px 50px 50px;
  margin: 0 auto;
  border-radius: 20px;
}
div.orig_aboutSDP .orig_sdp_wrap h4{
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  color: #00a3e8;
}
div.orig_aboutSDP .orig_sdp_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.orig_aboutSDP .orig_sdp_wrap ul li{
  position: relative;
  width: 180px;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 5px 0px 0px #aac0e1;
  z-index: 2;
}
div.orig_aboutSDP .orig_sdp_wrap ul li figure img{
  border-radius: 10px;
}

/******************************************************************************
  .orig_seminar
******************************************************************************/
section.orig_seminar{
  padding: 265px 0 190px;
  background: #fff url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/bg_seminar.jpg") center top no-repeat;
}
section.orig_seminar .orig_inner h2{
  padding: 115px 0 0;
  margin: 0 0 35px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/tit_seminar.png") left top no-repeat;
  font-size: 30px;
  font-weight: bold;
}
section.orig_seminar .orig_inner ul.orig_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
section.orig_seminar .orig_inner ul.orig_list > li{
  position: relative;
  box-sizing: border-box;
  width: 550px;
  margin: 60px 0 0;
  padding: 30px 30px 80px;
  background: #eee;
  border-radius: 20px;
}
section.orig_seminar .orig_inner ul.orig_list > li:first-child,
section.orig_seminar .orig_inner ul.orig_list > li:nth-of-type(2){
  margin: 0;
}
section.orig_seminar .orig_inner ul.orig_list > li figure{
  margin: 0 0 20px;
}
section.orig_seminar .orig_inner ul.orig_list > li figure img{
  border-radius: 20px;
  max-width: 100%;
}
section.orig_seminar .orig_inner ul.orig_list > li h3{
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}
section.orig_seminar .orig_inner ul.orig_list > li h3 span{
  display: block;
  font-size: 16px;
}
section.orig_seminar .orig_inner ul.orig_list > li p{
  margin: 0 0 10px;
}
section.orig_seminar .orig_inner ul.orig_list > li p.orig_btn{
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  transform: translateX(-50%);
}
section.orig_seminar .orig_inner ul.orig_list > li p.orig_btn a{
  padding: 0 0 5px;
  color: #264676;
  border-bottom: #264676 2px solid;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
}
section.orig_seminar .orig_inner ul.orig_list > li p.orig_btn a:hover{
  color: #8f99ae;
  border-color: #8f99ae;
}
section.orig_seminar .orig_inner ul.orig_list > li ul.orig_tag{
  display: flex;
  flex-wrap: wrap;
}
section.orig_seminar .orig_inner ul.orig_list > li ul.orig_tag li{
  margin: 5px 8px 0 0;
  padding: 0 15px;
  background: #eee;
  border-radius: 13px;
  line-height: 25px;
  font-size: 12px;
}

/******************************************************************************
  .orig_wrapFloating
******************************************************************************/
div.orig_wrapFloating .orig_floating{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,42,82,0.8);
  text-align: center;
  z-index: 999;
}
div.orig_wrapFloating.static,
div.orig_wrapFloating.closed{
  background: rgba(0,42,82,1);
}
div.orig_wrapFloating.static .orig_floating,
div.orig_wrapFloating.closed .orig_floating{
  position: static;
  height: 70px;
}
div.orig_wrapFloating .orig_floating p.orig_close{
  position: absolute;
  right: 10px;
  top: 10px;
}
div.orig_wrapFloating.static .orig_floating p.orig_close,
div.orig_wrapFloating.closed .orig_floating p.orig_close{
  display: none;;
}
div.orig_wrapFloating .orig_floating p.orig_close a{
  display: block;
  width: 19px;
  height: 19px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/btn_floating_close.png") center center no-repeat;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
}
div.orig_wrapFloating .orig_floating p.orig_close a span{
  display: none;
}
div.orig_wrapFloating .orig_floating ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  margin: 0 auto;
  padding: 15px 0 15px;
}
div.orig_wrapFloating .orig_floating ul li{
  width: 365px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  list-style-type: none;
}
div.orig_wrapFloating .orig_floating ul li a,
div.orig_wrapFloating .orig_floating ul li span.orig_wrap{
  max-width: initial;
  min-width: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #fad033;
  color: #000;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
}
div.orig_wrapFloating .orig_floating ul li span.orig_wrap{
  background: #ccc;
  color: #666;
}
div.orig_wrapFloating .orig_floating ul li a:hover,
div.orig_wrapFloating .orig_floating p.close a:hover{
  text-decoration: none;
  opacity : 0.7 ;
  filter : alpha(opacity=70) ;
  -moz-opacity : 0.7 ;
  -ms-filter : "alpha(opacity=70)" ;
}

/******************************************************************************
  2021/10
  /business/services/data-utilization/dxplatform/sdpf/lp/dx01.html
******************************************************************************/

/*DX実現のカギはデータ利活用*/
section.orig_advantage.pd20{
  padding: 20px 0;
}
/*オンデマンドセミナー 3カラム化*/
section.orig_seminar.lines3{
  padding: 80px 0;
}
section.orig_seminar.lines3 .orig_inner h2{
  margin: 0 0 15px;
}
section.orig_seminar.lines3 .orig_inner .semi_txt{
  font-size: 16px;
  width:68%;
  margin: 0 0 35px !important;
}

section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3{
  position: initial;
  box-sizing: border-box;
  width: 30%;
  margin: 0 0 50px;
  padding: 0;
  background: none;
  border-radius: initial;
}
section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3 a {
  color: #004386;
  text-decoration: none;
}
section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3 h3{
  font-size: 18px;
}
section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3 h3 span,
section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3 p{
  font-size: 16px;
}
section.orig_seminar.lines3 .orig_inner ul.orig_list > li.col3 figure {
  margin: 0 0 10px;
  text-align:center;
}
ul.tags{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tags li{
font-size: 14px;
  display: inline-block;
  background: #f7f7f7;
  color: #666;
  padding: 5px 10px;
  margin: 2px 4px 2px 0;
}