@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: #fff;
  color: #333;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #3b2b2b;
  text-decoration: underline;
}

a:active {
  color: #3b2b2b;
  text-decoration: none;
}

.enable-js .js-animation-item {
  opacity: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  zoom: 1;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropFade {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropupFade {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
}

a img:hover {
  transition: all .25s linear 0s;
  opacity: 0.8;
}

.js-sp-menu {
  display: none;
  color: #aaa;
  font-size: 10px;
}

.js-sp-menu:before {
  color: #aaa;
  content: "\f0c9";
  font-size: 20px;
  height: 22px;
  text-align: center;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.container {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

.section-hero-top {
  height: 490px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-hero.png) center center repeat-x;
  background-size: auto 490px;
}

.title-hero {
  padding: 20px 0 20px;
  text-align: center;
}

.title-hero .main {
  width: 687px;
}

.title-hero .sub {
  width: 963px;
  display: block;
  margin: -85px auto 0;
}

.text-info {
  padding: 5px 0px 5px 0px;
  font-size: 12px;
}

.section-hero-bottom {
  background: #21ABD4;
}

.section-hero-bottom .title-hero {
  width: 869px;
  margin: 0 auto;
}

.global-navi {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -webkit-flex;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 880px;
  margin: -10px auto 0px;
  padding-bottom: 20px;
}

.global-navi li {
  margin: 0 5px 10px;
}

.global-navi li a {
  display: block;
  padding: 10px 10px 10px;
  color: #21ABD4;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  width: 268px;
}
/* 0516修正 */
.global-navi li:last-child a {
  width: 546px;
  margin: 0 auto;
}
/* ここまで */

.title-h2 {
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #21ABD4;
  margin-bottom: 10px;
}

.title-h2 .radius {
  width: 270px;
  display: block;
  padding: 9px 0 7px;
  margin: 0 auto 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #21ABD4;
  background: #fff;
  position: relative;
}

.title-h2 .radius:before {
  content: "";
  display: block;
  width: 6px;
  height: 38px;
  background: #21ABD4;
  position: absolute;
  left: 50%;
  top: -38px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.section-01 {
  background: linear-gradient(#fff, #fff, #91B7F2);
  padding: 36px 0 10px;
}

.section-01 .list-half li img {
  width: 100%;
}

.section-01 .list-half li:last-child img {
  width: 80%;
}

.list-half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.list-half li {
  width: 45%;
  margin: 0 10px 10px auto;
  text-align: center;
}

.list-half li:last-child {
  margin: 0 auto 10px 10px;
}

.list-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0 20px;
}

.list-button li {
  width: 29.2%;
  text-align: right;
  margin-right: 10px;
}

.list-button li:last-child {
  text-align: left;
  margin-right: 0px;
  margin-left: 10px;
}

.section-02 {
  background: #EFEFEF;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-02 .list-half li img {
  width: 80%;
}

.section-02 .list-half li:last-child img {
  width: 100%;
}

.section-03 {
  background: #D8EDF2;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-03 .list-half li img {
  width: 100%;
}

.section-03 .list-half li:last-child img {
  width: 70%;
  margin: 40px 0 0px 30px;
  display: block;
}

.section-04 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-04.png) right bottom 90px repeat-x;
  background-size: auto 420px;
  background-color: #EFEFEF;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-04 .title-h2 {
  margin-bottom: 10px;
}

.section-04 .list-single li {
  width: 100%;
  margin: 0px 0 150px 92px;
}

.section-04 .list-single li img {
  width: 45%;
}

.section-04 .list-half li:first-child img {
  width: 92%;
  position:relative; top:-45px;
}

.section-04 .list-half li:last-child img {
  width: 100%;
  position:relative; top:36px;
}

.list-single {
  padding: 0px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.list-single li {
  width: 70%;
  margin: 0px auto 0px;
}

.section-05 {
  background: #DEF6FF;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-05 .inner {
  width: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-05.png) center center repeat-x;
  background-size: auto 376px;
}

.section-05 .list-single li {
  width: 780px;
  line-height: 0;
  margin: 0;
}

.section-06 {
  background: #EFEFEF;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-06 .list-half li img {
  width: 100%;
}

.section-06 .list-half li:last-child img {
  width: 70%;
  margin: 40px 0 0px 80px;
  display: block;
}

.section-07 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-07.png) center top repeat-x;
  background-size: 1600px auto;
  background-color: #FA5E21;
  border-top: 2px solid #21ABD4;
  padding: 36px 0 10px;
}

.section-07 .title-h2 {
  color: #fff;
  margin-bottom: 70px;
}

.section-07 .title-h2 .radius {
  width: 500px;
  background: #fff;
  color: #21ABD4;
  border: none;
}

.section-07 .title-h2 .radius:before {
  background: #fff;
}

.section-07-bottom {
  background: #FCE1D4;
  padding: 20px 0 10px;
}

/* 0502追加 */
.section-08 {

  background: #FFFFFF;
  border-top: 2px solid #29AAD1;
  padding: 36px 0 0;
}

.section-08 .inner {
  width: 100%;
  background-color: #E5EBE9;
/*
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-08.png) center bottom repeat-x;
*/
  background-size: auto 594px;
}
.section-08 .title-h2 {
  margin-bottom: 25px;
}

.section-08 .list-single li {
  width: 780px;
  line-height: 0;
  margin: 0;
}
.section-08 .list-single li img {
  width: 740px;
  position:relative; top:30px;
}

.section-08 .list-half li:first-child img {
  position:relative;
  top:45px;
  left:75px;
}

.section-08 .list-half li:first-child {
  width: 56%;
  margin: 0 10px 40px auto;
}
.section-08 .list-half li:last-child {
  width: 80%;
}
.section-08 .list-half li:last-child img {
  position:relative;
  top:30px;
  left: 30px;
}
.section-08 .list-button {
  padding: 60px 0 30px 0;
}
/* ここまで */


/* 0516追加 */
.section-09 {

  background: #D4E7E9;
  border-top: 2px solid #29AAD1;
  padding: 36px 0 0;
}

.section-09 .list-half li img {
  width: 80%;
}

.section-09 .list-half li:first-child img {
  position:relative;
  top:25px;
  left:20px;
}
.section-09 .list-half li:last-child img {
  width: 80%;
  margin: 40px 0 0px 30px;
  display: block;
}


/* ここまで */


/* 0530追加 */
.section-10 {

  background: #d7e4bd;
  border-top: 2px solid #29AAD1;
  padding: 36px 0 0;
}

/*
.section-10 .list-half li img {
  width: 80%;
}
*/

.section-10 .list-half li:first-child img {
  position:relative;
  top:0;
  left:60px;
}
.section-10 .list-half li:last-child img {
  width: 60%;
  margin: 40px 0 0px 30px;
  display: block;
}


/* ここまで */

.description {
  line-height: 1.375;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.list-ip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.list-ip li {
  padding: 0 0.5% 0;
  width: 33%;
}

.ip-bottom {
  width: 70%;
  margin: 0 auto 60px;
  padding: 15px 20px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.46;
  color: #fff;
  border-radius: 50px;
  background: #F95F21;
}

.img-ip {
  text-align: center;
  margin-bottom: 20px;
}

.img-ip img {
  width: 70%;
}

@media screen and (max-width: 768px){
  html, body{
    -webkit-overflow-scrolling: touch;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .container{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .section-hero-top{
    height: auto;
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-hero.png) center center repeat-x;
    background-size: cover;
  }
  .title-hero{
    padding: 20px 2% 0px;
    text-align: center;
  }
  .title-hero .main{
    width: 96%;
  }
  .title-hero .sub{
    width: 96%;
    display: inline;
    margin-top: -5%;
  }
  .section-hero-bottom{
    background: #21ABD4;
    padding: 0px 0 10px;
  }
  .section-hero-bottom .title-hero{
    width: 98%;
    margin: 0 auto;
  }
  .global-navi{
    width: 100%;
    margin: 5px auto 0px;
    padding-bottom: 10px;
  }
  .global-navi li{
    width: 48%;
    margin: 0 auto 10px;
  }
  .global-navi li a{
    display: block;
    padding: 10px 10px 10px;
    width: 100%;
    font-size: 13px;
  }
/* 0530修正 */
  .global-navi li:last-child{
    width: 96%;
  }
  .global-navi li:last-child a{
    width: 100%;
    margin: 0 auto;
  }
/*ここまで */

  .title-h2{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .title-h2 .radius{
    width: 200px;
    padding: 9px 0 7px;
    margin: 0 auto 15px;
    font-size: 14px;
  }
  .title-h2 .radius:before{
    width: 4px;
    height: 28px;
    top: -28px;
  }
  .section-01{
    padding: 26px 0 10px;
  }
  .section-01 .list-half li img{
    width: 94%;
  }
  .section-01 .list-half li:last-child img{
    width: 80%;
  }
  .list-half{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-half li{
    width: 96%;
    margin: 0 auto 10px auto;
  }
  .list-half li img{
    width: 100%;
  }
  .list-half li:last-child{
    margin: 0 auto 10px auto;
  }
  .list-button{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 20px;
  }
  .list-button li{
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .list-button li:last-child{
    margin: 0 auto 10px;
  }
  .section-02{
    padding: 26px 0 10px;
  }
  .section-02 .list-half li img{
    width: 80%;
  }
  .section-02 .list-half li:last-child img{
    width: 100%;
  }
  .section-03{
    padding: 26px 0 10px;
  }
  .section-03 .list-half li img{
    width: 100%;
  }
  .section-03 .list-half li:last-child img{
    width: 70%;
    margin: 20px auto 0px;
    display: block;
  }
  .section-04{
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-04.png) left bottom repeat-x;
    background-size: auto 420px;
    padding: 26px 0 10px;
  }
  .section-04 .title-h2{
    margin-bottom: 10px;
  }
  .section-04 .list-single li{
    width: 100%;
    margin: 0px 0 0px 0px;
    text-align: center;
  }
  .section-04 .list-single li img{
    width: 90%;
  }
  .section-04 .list-half li:first-child img {
  position:relative; top:0px;
  }
  .list-single{
    padding: 0px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-single li{
    width: 70%;
    margin: 0px auto 0px;
  }
  .section-05{
    padding: 26px 0 10px;
  }
  .section-05 .inner{
    width: 100%;
  }
  .section-05 .list-single li{
    width: 100%;
    line-height: 0;
  }
  .section-06{
    padding: 26px 0 10px;
  }
  .section-06 .list-half li img{
    width: 100%;
  }
  .section-06 .list-half li:last-child img{
    width: 90%;
    margin: 10px 0 0px 0px;
    display: inline;
  }
  .section-07{
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/bg-section-07.png) center top repeat-x;
    background-size: 1300px auto;
    background-color: #FA5E21;
    padding: 26px 0 10px;
  }
  .section-07 .title-h2{
    color: #fff;
    margin-bottom: 60px;
  }
  .section-07 .title-h2 .radius{
    width: 96%;
  }
  .section-07-bottom{
    background: #FCE1D4;
    padding: 20px 2% 10px;
  }

/* 0502追加 */
  .section-08 .title-h2{
    margin-bottom: 10px;
  }

  .section-08{
    padding: 26px 0 0;
  }
  .section-08 .inner{
    width: 100%;
  }
  .section-08 .list-single li{
    width: 100%;
    margin: 0px 0 0px 0px;
    text-align: center;
  }
  .section-08 .list-single li img{
    width: 90%;
  }
  .section-08 .list-half li:first-child img {
  position:relative; top:0px;
  }
  .section-08 .list-half li:last-child {
    width: 96%;
  }
  .section-08 .list-half li:last-child img {
    width: 95%;
    padding-bottom: 20px;
    top:0;
    left:0;
  }
  .section-08 .list-button {
  padding: 0 0 30px 0;
  }
/* ここまで */

/* 0516追加 */
  .section-09{
    padding: 26px 0 10px;
  }
  .section-09 .list-half li img{
    width: 100%;
  }
  .section-09 .list-half li:first-child img {
    position:relative;
    top:0;
    left:0;
  }
  .section-09 .list-half li:last-child img{
    width: 70%;
    margin: 20px auto 0px;
    display: block;
  }
/* ここまで */


/* 0530追加 */
  .section-10{
    padding: 26px 0 10px;
  }
  .section-10 .list-half li img{
    width: 100%;
  }
  .section-10 .list-half li:first-child img {
    position:relative;
    top:0;
    left:0;
  }
  .section-10 .list-half li:last-child img{
    width: 70%;
    margin: 20px auto 0px;
    display: block;
  }
/* ここまで */


  .description{
    line-height: 1.375;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  .list-ip{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .list-ip li{
    padding: 0 0.5% 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .ip-bottom{
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 5px 15px;
    font-size: 12px;
    line-height: 1.46;
  }
  .img-ip{
    text-align: center;
    margin-bottom: 20px;
  }
  .img-ip img{
    width: 100%;
  }
}
