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 {
  font-size: 14px;
  -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 {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

#slide-01 {
  /*min-height: 380px; 縲縺?▲縺溘ｓ豸医＠縺ｾ縺吶↑縺懊＞繧九?縺具ｼ? */
  background: #fff;
}

#slide-01 .sp-arrows {
  top: 50%;
  margin-top: -24px;
}

#slide-01 .sp-arrow {
  width: 32px;
  height: 48px;
}

#slide-01 .sp-previous-arrow {
  left: 24px;
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-left.png) no-repeat center center;
}

#slide-01 .sp-next-arrow {
  right: 24px;
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-right.png) no-repeat center center;
}


#slide-01 .sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}


.new-style-2019-06 #menuArea {
  width: auto;
}

.new-style-2019-06 .breadcrumb_body {
  padding-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  width: 565px;
  margin: -6px auto auto auto;
}

.breadcrumb_item.breadcrumb_item_01,
.breadcrumb_item.breadcrumb_item_02,
.breadcrumb_item.breadcrumb_item_03{
  width: 33.33333%;
}

.new-style-2019-06 .breadcrumb_item {
  border-right: none;
  margin-right: 12px;
  display:block;
}

.new-style-2019-06 .breadcrumb_item span {
  font-weight: bold;
  text-align: justify;
  font-size: 120%;
}

.new-style-2019-06 .breadcrumb_item_01 {
  border-bottom: 2px solid #3A60B4;
}

.new-style-2019-06 .breadcrumb_item_02 {
  border-bottom: 2px solid #D11917;
}

.new-style-2019-06 .breadcrumb_item_03 {
  border-bottom: 2px solid #6E6E6E;
}

.new-style-2019-06 #menuArea ul .link_btn.link_btn-personal {
  width: 135px;
  text-align: center;
}

.new-style-2019-06 #menuArea ul .link_btn.link_btn-personal a {
  background: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 4px;
  border:1px solid #0e367d;
  color:#0e367d;
}

.new-style-2019-06 a {
  color: #0e367d;
}

.new-style-2019-06 .arrow-link {
  position: relative;
}

.new-style-2019-06 .arrow-link:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-bottom: 1px solid #0e367d;
  border-right: 1px solid #0e367d;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.new-style-2019-06 .arrow-link-box {
  position: relative;
  display: block;
  max-width: 360px;
  margin: 8px auto 0px;
  padding: 22px 0 22px;
  background: #0e367d;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.new-style-2019-06 .arrow-link-box:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.new-style-2019-06 .section-news {
  padding: 40px 0 20px;
}

.new-style-2019-06 .section-news .c-news-title {
  display: -ms-flexbox;
  display: flex;
  align-content: space-between;
  margin-bottom: 40px;
}
.new-style-2019-06 .section-news .c-news-title .title{
	width:25%;
  /*	width:40%; 0930*/
}

.new-style-2019-06 .section-news .c-news-title .link_wrap{
	text-align:right;
	display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /*    justify-content: flex-end; 0930*/
  width:35%;
  align-items: flex-end;
  /*  width:60%; 0930*/
}
.new-style-2019-06 .section-news .c-news-title .link_sdpf_wrap{
    width: 45%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.new-style-2019-06 .section-news .c-news-title .link_sdpf_wrap a{
background: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 4px 13px;
    border: 1px solid #0e367d;
    color: #0e367d;
}

.new-style-2019-06 .section-news .c-news-title a {
  font-size: 14px;
  font-weight: bold;
}

.new-style-2019-06 .section-news .link-01 {
  margin-right: 40px;
  /*margin-left: auto;*/
}

.new-style-2019-06 .section-news .link-02 {
  margin-right: 0;
}
/*
.new-style-2019-06 .section-news .c-news-list {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cddbde;
}

.new-style-2019-06 .section-news .c-news-list dt {
  font-weight: bold;
  width: 120px;
}

.new-style-2019-06 .section-news .c-news-list dd a {
  text-decoration: underline;
}
*/

.c-news-list{
	line-height: 1.4;
}
.c-news-list dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 140px;
	float: left;
	clear: both;
	font-weight: bold;
}
.c-news-list dd {
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cddbde;
}

.new-style-2019-06 .section-bannerarea .c-news-banner-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 60px auto 40px; */
  /* width:90%; */
}

.new-style-2019-06 .section-bannerarea .c-news-banner-list > div {
  width: 33%;
  /* width: 49%; */
}

.new-style-2019-06 .section-ourstrength {
  background: url(/content/dam/nttcom/hq/jp/index/img/ourstrength-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 0;
}
.new-style-2019-06 .section-ourstrength .container{
	padding-bottom:80px;
}

.new-style-2019-06 .section-ourstrength .c-ourstrength-title {
  color: #fff;
  max-width: 560px;
}

.new-style-2019-06 .section-ourstrength .c-ourstrength-title .title {
  margin: 0 0 12px -18px;
}

.new-style-2019-06 .section-ourstrength .c-ourstrength-title .sub-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

.new-style-2019-06 .section-ourstrength .c-ourstrength-title p {
  font-size: 16px;
  line-height: 28px;
}

.new-style-2019-06 .section-ourstrength #slide-02 {
  position: absolute;
  right: 0px;
  bottom: -40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.new-style-2019-06 .section-ourstrength #slide-02 .sp-mask {
  padding: 40px 0px;
  background: #fff;
}
/*
.new-style-2019-06 .section-ourstrength #slide-02 .sp-arrows {
  top: 5%;
}

.new-style-2019-06 .section-ourstrength #slide-02 .sp-arrow {
  width: 44px;
  height: 44px;
}
.new-style-2019-06 .section-ourstrength #slide-02 .sp-previous-arrow {
  right: 88px;
  left: auto;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-left.png) no-repeat center center;
}

.new-style-2019-06 .section-ourstrength #slide-02 .sp-next-arrow {
  right: 24px;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right.png) no-repeat center center;
}
*/
.new-style-2019-06 .section-ourstrength #slide-02 img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.new-style-2019-06 .section-ourstrength #slide-02 .link-02 {
  margin-top: 20px;
}

.new-style-2019-06 .section-topics {
  background: url(/content/dam/nttcom/hq/jp/index/img/background.png) no-repeat center top;
  background-size: 100% auto;
  padding: 100px 0 32px;
}

.new-style-2019-06 .section-topics .c-topics-title {
  display: -ms-flexbox;
  display: flex;
}

.new-style-2019-06 .section-topics .c-topics-title .title {
  margin: 0 0 12px 0;
}

.new-style-2019-06 .section-topics .c-topics-title .sub-title {
  margin: 0 0 0 auto;
}

.new-style-2019-06 .section-topics .c-topics-title .sub-title strong {
  font-weight: bold;
  color: #0e367d;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

.new-style-2019-06 .section-topics .c-topics-title p {
  font-size: 16px;
  line-height: 28px;
}


.new-style-2019-06 .section-pickup {
  /* background: url(/content/dam/nttcom/hq/jp/index/img/background.png) no-repeat center top; */
  /* background-size: 100% auto;  */
  padding: 30px 0 0;
}

.new-style-2019-06 .section-pickup .c-pickup-title {
  display: -ms-flexbox;
  display: flex;
}

.new-style-2019-06 .section-pickup .c-pickup-title .title {
  margin: 0 0 12px 0;
}

.new-style-2019-06 .section-pickup .c-pickup-title .sub-title {
  margin: 0 0 0 auto;
}

.new-style-2019-06 .section-pickup .c-pickup-title p {
  font-size: 16px;
  line-height: 28px;
}

.new-style-2019-06 .section-pickup .card img {
  width:100%;
}



.new-style-2019-06 .section-bannerarea {
  /* background: url(/content/dam/nttcom/hq/jp/index/img/background.png) no-repeat center top; */
  /* background-size: 100% auto; */
  padding: 10px 0 80px;
}



.new-style-2019-06 .section-service {
  background-color:#FCF4D0;
  /*background: url(/content/dam/nttcom/hq/jp/index/img/service-bg.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  padding: 60px 0 32px;
}

.new-style-2019-06 .section-service .c-service-title {
  display: -ms-flexbox;
  display: flex;
}

.new-style-2019-06 .section-service .c-service-title .title {
  margin: 0 0 12px 0;
}

.new-style-2019-06 .section-service .c-service-title .sub-title {
  margin: 0 auto 0 120px;
}

.new-style-2019-06 .section-service .c-service-title .sub-title strong {
  font-weight: bold;
  color: #0e367d;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

.new-style-2019-06 .section-service .c-service-title p {
  font-size: 16px;
  line-height: 28px;
}

.new-style-2019-06 .section-service .c-service-news {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
}

.new-style-2019-06 .section-service .c-service-news a {
  font-weight: bold;
}

.new-style-2019-06 .section-service .c-service-news .link-01 {
  margin-right: 40px;
  margin-left: auto;
}

.new-style-2019-06 .section-service .c-service-news .link-02 {
  margin-right: 0;
}

.new-style-2019-06 .section-company {
  background: #eff7f9;
  padding: 60px 0 80px;
}

.new-style-2019-06 .section-company .c-company-title {
  display: -ms-flexbox;
  display: flex;
}

.new-style-2019-06 .section-company .c-company-title .title {
  margin: 0 0 12px 0;
}

.new-style-2019-06 .section-company .c-company-title .sub-title {
  margin: 0 auto 0 120px;
}

.new-style-2019-06 .section-company .c-company-title p {
  font-size: 16px;
  line-height: 28px;
}

.new-style-2019-06 .section-company .c-company-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}

.new-style-2019-06 .section-company .c-company-list .company-link {
  width: 285px;
  margin-bottom: 12px;
}

.new-style-2019-06 .section-company .c-company-list .company-link a {
  background: #fff;
  color: #193477;
  font-size: 14px;
  text-align: left;
  padding-left: 30px;
}

.new-style-2019-06 .section-company .c-company-list .company-link a:after {
  border-color: #193477;
  right: 30px;
}

.new-style-2019-06 .section-footer {
  background: #4e6ba0;
  padding: 80px 0 40px;
}

.new-style-2019-06 .section-footer .c-footer-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.new-style-2019-06 .section-footer .c-footer-list a {
  color: #fff;
  padding: 0 0 0 20px;
}

.new-style-2019-06 .section-footer .c-footer-list a:after {
  border-color: #fff;
  right: auto;
  left: 0px;
}

.new-style-2019-06 .section-footer .c-footer-list .banner-link {
  padding: 0;
  margin-top: 12px;
  display: block;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link {
  width: 33%;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link > li {
  margin-bottom: 24px;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link > li a {
  font-weight: bold;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link-child {
  padding-left: 20px;
  padding-top: 10px;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link-child > li {
  margin-bottom: 10px;
}

.new-style-2019-06 .section-footer .c-footer-list .footer-link-child > li a {
  font-weight: normal;
}

.new-style-2019-06 .sub_backTo-top {
  margin: 0 auto;
  padding: 16px 0;
}

.new-style-2019-06 .sub_backTo-top .goPageTop:after {
  display: none;
}
/*
.new-style-2019-06 .swiper-container .swiper-button-prev,
.new-style-2019-06 .swiper-container .swiper-button-next {
  width: 44px;
  height: 44px;
}

.new-style-2019-06 .swiper-container .swiper-button-prev {
  left: 24px;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-left.png) no-repeat center center;
}

.new-style-2019-06 .swiper-container .swiper-button-next {
  right: 24px;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right.png) no-repeat center center;
}
*/
.new-style-2019-06 .slide-card {
  margin: 40px 0 20px;
}

.new-style-2019-06 .slide-card .swiper-slide {
  min-width: 410px;
  max-width: 410px;
}

.new-style-2019-06 .slide-card .card .card-category {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background: #6077a2;
  border-bottom: none;
}

.new-style-2019-06 .slide-card .card.card-case .card-img {
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cddbde;
}

.new-style-2019-06 .slide-card .card.card-case .card-img .card-logo {
  margin: auto auto;
}

.new-style-2019-06 .slide-card .card.card-case .card-img .card-logo img {
  width: auto;
}

.new-style-2019-06 .slide-card .card.card-case .card-img _:-ms-lang(x)::-ms-backdrop, .new-style-2019-06 .slide-card .card.card-case .card-img .card-logo {
  margin-top: 32px;
}

.new-style-2019-06 .slide-card .card.card-case .card-category-case {
  background: #fed33e;
  color: #193477;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 108px;
}

.new-style-2019-06 .slide-card .card.card-case .card-content {
  height: 266px;
}

.new-style-2019-06 .slide-card .card.card-case .card-content .card-description {
  /*height: 72px;*/
  height: 95px;
  margin-bottom: 8px;
}

.new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
}

.new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag span {
  font-weight: bold;
}

.new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag a {
  margin-right: 12px;
  font-weight: bold;
}

.new-style-2019-06 .slide-card .card-img {
  border: 1px solid #cddbde;
  border-top: none;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.new-style-2019-06 .slide-card .card-img img {
  width: 100%;
  height: auto;
}

.new-style-2019-06 .slide-card .card-content {
  border: 1px solid #cddbde;
  border-top: none;
  padding: 24px 30px 0;
  text-align: left;
  height: 280px;
  position: relative;
  background: #fff;
}

.new-style-2019-06 .slide-card .card-content .card-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.new-style-2019-06 .slide-card .card-content .card-description {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 16px;
}

.new-style-2019-06 .slide-card .card-content .card-tag {
  background: url(/content/dam/nttcom/hq/jp/index/img/icon-tag.png) no-repeat left top 4px;
  padding: 0 0 8px 20px;
}

.new-style-2019-06 .slide-card .card-content .card-tag a {
  font-size: 12px;
  margin-right: 6px;
}

.new-style-2019-06 .slide-card .card-content .card-button {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  margin: 0 auto;
}

.new-style-2019-06 .slide-card .card-content .card-button a {
  max-width: 338px;
  padding: 18px 0;
}

/*  slide-card-02 > carousel  */

.new-style-2019-06 .slide-card-02 {
  margin: 40px 0 20px;
  width: 100%;
}

.new-style-2019-06 .slide-card-02 .swiper-slide {
  min-width: 610px;
  max-width: 610px;
}

.new-style-2019-06 .slide-card-02 .card {
  display: -ms-flexbox;
  display: flex;
  width: 610px;
}

.new-style-2019-06 .slide-card-02 .card-img {
  width: 260px;
  height: 355px;
}

.new-style-2019-06 .slide-card-02 .card-content {
  width: 350px;
  border: 1px solid #cddbde;
  border-top: none;
  padding: 24px 24px 0;
  text-align: left;
  position: relative;
  background: #fff;
}

.new-style-2019-06 .slide-card-02 .card-content .card-title {
  font-weight: bold;
  color: #193477;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.new-style-2019-06 .slide-card-02 .card-content .card-sub-title {
  font-weight: bold;
  color: #193477;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.new-style-2019-06 .slide-card-02 .card-content .card-description {
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  overflow: hidden;
}

.new-style-2019-06 .slide-card-02 .card-content .card-button {
  width: 100%;
  margin: 0 auto;
}

.new-style-2019-06 .slide-card-02 .card-content .card-button a {
  padding: 18px 0;
}


/*  slide-card-03 > News Pics carousel  */

.new-style-2019-06 .slide-card-03 {
  margin: 40px 0 20px;
  width: 100%;
}

.new-style-2019-06 .slide-card-03 .swiper-slide {
  min-width: 405px;
  max-width: 405px;
}

.new-style-2019-06 .slide-card-03 .card {
  display: -ms-flexbox;
  display: flex;
  width: 405px;
}

.new-style-2019-06 .slide-card-03 .card-img {
  width: 260px;
  height: 355px;
}

.new-style-2019-06 .slide-card-03 .card-content {
  width: 350px;
  border: 1px solid #cddbde;
  border-top: none;
  padding: 24px 24px 0;
  text-align: left;
  position: relative;
  background: #fff;
}

.new-style-2019-06 .slide-card-03 .card-content .card-title {
  font-weight: bold;
  color: #193477;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.new-style-2019-06 .slide-card-03 .card-content .card-sub-title {
  font-weight: bold;
  color: #193477;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.new-style-2019-06 .slide-card-03 .card-content .card-description {
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  overflow: hidden;
}

.new-style-2019-06 .slide-card-03 .card-content .card-button {
  width: 100%;
  margin: 0 auto;
}

.new-style-2019-06 .slide-card-03 .card-content .card-button a {
  padding: 18px 0;
}


.new-style-2019-06 .sa--up {
  opacity: 0;
  transition: all .5s ease;
}

.new-style-2019-06 .sa--up.show {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}

.new-style-2019-06 .sa--up {
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
}

@media screen and (max-width:1200px){
	.breadcrumbs{
		display:none;
	}
}

@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;
  }
  #slide-01{
    min-height: 180px;
  }
  #slide-01 .sp-arrows{
    top: 50%;
    margin-top: -24px;
  }
  #slide-01 .sp-arrow{
    width: 32px;
    height: 48px;
  }
  #slide-01 .sp-previous-arrow{
    left: 24px;
    background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-left.png) no-repeat center center;
  }
  #slide-01 .sp-next-arrow{
    right: 24px;
    background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-right.png) no-repeat center center;
  }
  .new-style-2019-06 .wrapper{
    overflow: hidden;
  }
  .new-style-2019-06 #menuArea{
    width: auto;
  }
  .new-style-2019-06 a{
    color: #0e367d;
  }
  .new-style-2019-06 .arrow-link{
    position: relative;
  }
  .new-style-2019-06 .arrow-link:after{
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-bottom: 1px solid #0e367d;
    border-right: 1px solid #0e367d;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .new-style-2019-06 .arrow-link-box{
    position: relative;
    display: block;
    max-width: 360px;
    margin: 8px auto 0px;
    padding: 22px 0 22px;
    background: #0e367d;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  .new-style-2019-06 .arrow-link-box:after{
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .new-style-2019-06 .section-news{
    padding: 30px 16px 8px;
  }
  .new-style-2019-06 .section-news .c-news-title{
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin-bottom: 40px;

    flex-direction: column;

  }
  .new-style-2019-06 .section-news .c-news-title a{
    font-size: 12px;
    font-weight: bold;
  }
  .new-style-2019-06 .section-news .title{
    /*width: 100%;*/
    margin-bottom: 8px;
  }
  .new-style-2019-06 .section-news .c-news-title .link_wrap{
    display:block;
    padding-right:20px;
/* 0930追加*/
    width: 100%;
/* 0930追加ここまで*/

  }

/* 0930追加*/
  .new-style-2019-06 .section-news .c-news-title .title{
    width: 40%;
  }
/* 0930追加ここまで*/
.new-style-2019-06 .section-news .c-news-title .link_sdpf_wrap{
    display:block;
    width: 100%;
    padding-top:20px;
}
  .new-style-2019-06 .section-news .link-01{
    margin: 8px 16px 0 0;
    width: 100%;
  }
  .new-style-2019-06 .section-news .link-02{
    width: 100%;
    margin: 8px 0 0 0;
  }
  .new-style-2019-06 .section-news .c-news-list{
    /*display: -ms-flexbox;
    display: flex;*/
    display:block;
    line-height: 1.4;
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cddbde;
  }
  .new-style-2019-06 .section-news .c-news-list dt{
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    /*margin-right: 2%;*/
    display:block;
  }
  .new-style-2019-06 .section-news .c-news-list dd{
    width: 100%;
    display:block;
    margin-top:10px;
  }
  .new-style-2019-06 .section-news .c-news-list dd a{
    text-decoration: underline;
  }
  .new-style-2019-06 .section-bannerarea .c-news-banner-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0px;
    width:100%;
  }
  .new-style-2019-06 .section-bannerarea .c-news-banner-list > div{
    margin-bottom: 8px;
    width: 100%;
    text-align:center;
  }
  .new-style-2019-06 .section-ourstrength{
    background: url(/content/dam/nttcom/hq/jp/index/img/ourstrength-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 20px 16px 5px;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title{
    color: #fff;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title .title{
    margin: 0 0 12px -12px;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title .sub-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title .sub-title br{
    display: none;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .new-style-2019-06 .section-ourstrength .c-ourstrength-title p br{
    display: none;
  }
  .new-style-2019-06 .section-ourstrength #slide-02{
    position: relative;
    right: 0px;
    bottom: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    background: #fff;
  }
  .new-style-2019-06 .section-ourstrength #slide-02 .sp-mask{
    padding: 40px 0px 0;
    background: #fff;
    max-width: 100%;
    height: auto;
    overflow: visible;
  }
  /*
  .new-style-2019-06 .section-ourstrength #slide-02 .sp-arrows{
    top: 5%;
    z-index: 100;
  }

  .new-style-2019-06 .section-ourstrength #slide-02 .sp-arrow{
    width: 44px;
    height: 44px;
  }
  .new-style-2019-06 .section-ourstrength #slide-02 .sp-previous-arrow{
    right: 88px;
    left: auto;
    background: url(/content/dam/nttcom/hq/jp/index/img/arrow-left.png) no-repeat center center;
  }
  .new-style-2019-06 .section-ourstrength #slide-02 .sp-next-arrow{
    right: 24px;
    background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right.png) no-repeat center center;
  }
  */
  .new-style-2019-06 .section-ourstrength #slide-02 img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 16px;
  }
  .new-style-2019-06 .section-ourstrength #slide-02 .link-02{
    margin-top: 0px;
  }
  .new-style-2019-06 .section-ourstrength #slide-02 a{
    max-width: 80%;
  }
  .new-style-2019-06 .section-topics{
    background: url(/content/dam/nttcom/hq/jp/index/img/background.png) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 16px 32px;
    border-top:1px solid #ccc;
    margin-top:60px;
  }
  .new-style-2019-06 .section-topics .c-topics-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-style-2019-06 .section-topics .c-topics-title .title{
    margin: 0 0 12px 0;
  }
  .new-style-2019-06 .section-topics .c-topics-title .sub-title{
    margin: 0 0 0 auto;
  }
  .new-style-2019-06 .section-topics .c-topics-title .sub-title strong{
    font-weight: bold;
    color: #0e367d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .section-topics .c-topics-title p{
    font-size: 14px;
    line-height: 24px;
  }

  .new-style-2019-06 .section-pickup{
    background: #eff7f9;
    padding: 30px 16px 20px;
  }

  .new-style-2019-06 .section-pickup .c-pickup-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-style-2019-06 .section-pickup .c-pickup-title .title {
    margin: 0 auto 12px;
    width: 100%;
  }

  .new-style-2019-06 .section-pickup .c-pickup-title .sub-title {
    margin: 0 auto;
  }

  .new-style-2019-06 .section-pickup .c-pickup-title p {
    font-size: 14px;
    line-height: 24px;
  }

  .new-style-2019-06 .section-service{
    background-color: #FCF4D0;
    /*background: url(/content/dam/nttcom/hq/jp/index/img/service-bg_sp.jpg) no-repeat center top #f9d228;*/
    background-size: 100% 100%;
    padding: 30px 16px 10px;
  }
  .new-style-2019-06 .section-service .c-service-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-style-2019-06 .section-service .c-service-title .title{
    margin: 0 0 12px 0;
  }
  .new-style-2019-06 .section-service .c-service-title .sub-title{
    margin: 0 auto;
  }
  .new-style-2019-06 .section-service .c-service-title .sub-title strong{
    font-weight: bold;
    color: #0e367d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .section-service .c-service-title p{
    font-size: 14px;
    line-height: 24px;
  }
  .new-style-2019-06 .section-service .c-service-title p br{
    display: none;
  }
  .new-style-2019-06 .section-service .c-service-news{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top:0;
  }
  .new-style-2019-06 .section-service .c-service-news a{
    font-weight: bold;
  }
  .new-style-2019-06 .section-service .c-service-news .link-01{
    margin: 0 auto 12px;
    width: 100%;
  }
  .new-style-2019-06 .section-service .c-service-news .link-02{
    width: 100%;
    margin: 0 auto 12px;
  }
  .new-style-2019-06 .section-company{
    background: #eff7f9;
    padding: 30px 16px 20px;
  }
  .new-style-2019-06 .section-company .c-company-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-style-2019-06 .section-company .c-company-title .title{
    margin: 0 auto 12px;
    width: 100%;
  }
  .new-style-2019-06 .section-company .c-company-title .sub-title{
    margin: 0 auto;
  }
  .new-style-2019-06 .section-company .c-company-title p{
    font-size: 14px;
    line-height: 24px;
  }
  .new-style-2019-06 .section-company .c-company-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .new-style-2019-06 .section-company .c-company-list .company-link{
    width: 100%;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .section-company .c-company-list .company-link a{
    background: #fff;
    color: #193477;
    font-size: 13px;
    text-align: left;
    padding-left: 30px;
  }
  .new-style-2019-06 .section-company .c-company-list .company-link a:after{
    border-color: #193477;
    right: 30px;
  }
  .new-style-2019-06 .section-footer{
    background: #4e6ba0;
    padding: 40px 16px 20px;
  }
  .new-style-2019-06 .section-footer .c-footer-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .new-style-2019-06 .section-footer .c-footer-list a{
    color: #fff;
    padding: 0 0 0 20px;
  }
  .new-style-2019-06 .section-footer .c-footer-list a:after{
    border-color: #fff;
    right: auto;
    left: 0px;
  }
  .new-style-2019-06 .section-footer .c-footer-list .banner-link{
    padding: 0;
    margin-top: 12px;
    display: block;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link{
    width: 100%;
    font-size: 13px;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link > li{
    margin-bottom: 24px;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link > li a{
    font-weight: bold;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link-child{
    padding-left: 20px;
    padding-top: 10px;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link-child > li{
    margin-bottom: 10px;
  }
  .new-style-2019-06 .section-footer .c-footer-list .footer-link-child > li a{
    font-weight: normal;
  }
  .new-style-2019-06 .sub_backTo-top{
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
  }
  .new-style-2019-06 .sub_backTo-top .goPageTop:after{
    display: none;
  }
  .new-style-2019-06 .swiper-container .swiper-button-prev,
  .new-style-2019-06 .swiper-container .swiper-button-next{
    width: 44px;
    height: 44px;
  }
  .new-style-2019-06 .swiper-container .swiper-button-prev{
    left: 6px;
    top:30%;
    background: url(/content/dam/nttcom/hq/jp/index/img/arrow-left.png) no-repeat center center;
  }
  .new-style-2019-06 .swiper-container .swiper-button-next{
    right: 6px;
    top:30%;
    background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right.png) no-repeat center center;
  }
  .new-style-2019-06 .slide-card{
    margin: 20px 0;
  }
  .new-style-2019-06 .slide-card .swiper-slide{
    min-width: 100%;
    max-width: 100%;
  }
  .new-style-2019-06 .slide-card .card{
    height: auto;
    /*margin-bottom: 32px;*/
  }
  .new-style-2019-06 .slide-card .card .card-category{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #6077a2;
    border-bottom: none;
  }
  .new-style-2019-06 .slide-card .card.card-case{
    height: auto;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-img{
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cddbde;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-img .card-logo{
    margin: auto auto;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-category-case{
    background: #fed33e;
    color: #193477;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 108px;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-content{
    /*height: auto;*/
    height:180px;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-content .card-description{
    /*height: auto;*/
    height:40px;
    margin-bottom: 16px;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag{
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag span{
    font-weight: bold;
  }
  .new-style-2019-06 .slide-card .card.card-case .card-content .card-case-tag a{
    margin-right: 11px;
    font-weight: bold;
  }
  .new-style-2019-06 .slide-card .card-img{
    border: 1px solid #cddbde;
    border-top: none;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .new-style-2019-06 .slide-card .card-content{
    border: 1px solid #cddbde;
    border-top: none;
    padding: 16px 16px 16px;
    text-align: left;
    /*height: auto;*/
    height:220px;
    position: relative;
    background: #fff;
  }
  .new-style-2019-06 .slide-card .card-content .card-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .slide-card .card-content .card-title br{
    display: none;
  }
  .new-style-2019-06 .slide-card .card-content .card-description{
    font-size: 12px;
    line-height: 16px;
    /*height: auto;*/
    overflow: hidden;
    margin-bottom: 8px;
  }
  .new-style-2019-06 .slide-card .card-content .card-description br{
    display: none;
  }
  .new-style-2019-06 .slide-card .card-content .card-tag{
    background: url(/content/dam/nttcom/hq/jp/index/img/icon-tag.png) no-repeat left top 0px;
    padding: 0 0 8px 20px;
  }
  .new-style-2019-06 .slide-card .card-content .card-tag a{
    font-size: 12px;
    margin-right: 6px;
  }
  .new-style-2019-06 .slide-card .card-content .card-button{
    position: static;
    left: 5%;
    bottom: 32px;
    width: 100%;
    margin: 0 auto;
  }
  .new-style-2019-06 .slide-card .card-content .card-button a{
    max-width: 338px;
    padding: 18px 0;
  }

  /*  slide-card-02 > carousel  */

  .new-style-2019-06 .slide-card-02{
    margin: 20px 0;
  }
  .new-style-2019-06 .slide-card-02 .swiper-slide{
    min-width: 100%;
    max-width: 100%;
  }
  .new-style-2019-06 .slide-card-02 .card{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .new-style-2019-06 .slide-card-02 .card-img{
    width: 50%;
    height: 220px;
    overflow: hidden;
  }
  .new-style-2019-06 .slide-card-02 .sp-mask{
    max-width: 100%;
  }
  .new-style-2019-06 .slide-card-02 .card-content{
    width: 50%;
    height: 220px;
    border: 1px solid #cddbde;
    border-top: none;
    padding: 12px 8px 8px;
    text-align: left;
    position: relative;
    background: #fff;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-title{
    font-weight: bold;
    color: #193477;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-title br{
    display: none;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-sub-title{
    font-weight: bold;
    color: #193477;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-sub-title br{
    display: none;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-description{
    font-size: 11px;
    line-height: 14px;
    /*height: auto;*/
    overflow: hidden;
    height:46px;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-button{
    width: 100%;
    margin: 0 auto;
  }
  .new-style-2019-06 .slide-card-02 .card-content .card-button a{
    padding: 6px 0;
    font-size: 12px;
  }

/*  slide-card-03 > News Pics carousel  */

  .new-style-2019-06 .slide-card-03{
    margin: 20px 0;
  }
  .new-style-2019-06 .slide-card-03 .swiper-slide{
    min-width: 100%;
    max-width: 100%;
  }
  .new-style-2019-06 .slide-card-03 .card{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .new-style-2019-06 .slide-card-03 .card-img{
    width: 50%;
    height: 220px;
    overflow: hidden;
  }
  .new-style-2019-06 .slide-card-03 .sp-mask{
    max-width: 100%;
  }
  .new-style-2019-06 .slide-card-03 .card-content{
    width: 50%;
    height: 220px;
    border: 1px solid #cddbde;
    border-top: none;
    padding: 12px 8px 8px;
    text-align: left;
    position: relative;
    background: #fff;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-title{
    font-weight: bold;
    color: #193477;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-title br{
    display: none;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-sub-title{
    font-weight: bold;
    color: #193477;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-sub-title br{
    display: none;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-description{
    font-size: 11px;
    line-height: 14px;
    /*height: auto;*/
    overflow: hidden;
    height:46px;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-button{
    width: 100%;
    margin: 0 auto;
  }
  .new-style-2019-06 .slide-card-03 .card-content .card-button a{
    padding: 6px 0;
    font-size: 12px;
  }


  .new-style-2019-06 .sa--up{
    opacity: 0;
    transition: all .5s ease;
  }
  .new-style-2019-06 .sa--up.show{
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
  .new-style-2019-06 .sa--up{
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

/*20190625菫ｮ豁｣霑ｽ險?*/
.casestudy_btn{
	text-align:right;
}
.casestudy_btn a{
	font-weight:bold;
}

.new-style-2019-06 .section-company .c-company-title .title,
.new-style-2019-06 .section-service .c-service-title .title {
	width:44%;
}
@media screen and (max-width: 768px){
  .new-style-2019-06 .section-service .slide-card-02 .card,
  .new-style-2019-06 .section-service .slide-card-03 .card {
		display:block;
	}
	.new-style-2019-06 .section-service .slide-card-02 .card-img,
  .new-style-2019-06 .section-service .slide-card-02 .card-content,
	.new-style-2019-06 .section-service .slide-card-03 .card-img,
  .new-style-2019-06 .section-service .slide-card-03 .card-content {
		width:100%;
		height: auto;
	}
  .new-style-2019-06 .section-service .slide-card-02 .card-img img,
  .new-style-2019-06 .section-service .slide-card-03 .card-img img {
		width:100%;
	}
	.casestudy_btn{
		text-align:center;
	}
	.casestudy_btn a{
		border:1px solid #1f3579;
		padding:10px 30px;
	}
	.new-style-2019-06 .casestudy_btn .arrow-link:after{
		right:10px;
	}
	.c-service-news{
		text-align:center;
	}
	.c-service-news a{
		border:1px solid #1f3579;
		padding:10px;
		display:block;
		width:300px;
		margin:0 auto;
		background:#fff;
	}
	.new-style-2019-06 .c-service-news .arrow-link:after{
		right:10px;
	}

	.new-style-2019-06 .section-ourstrength .container{
		padding-bottom:0;
	}
	/*
	.sp-slides-container{
		overflow:hidden;
	}
	*/
	.new-style-2019-06 .section-company .c-company-title .title,
	.new-style-2019-06 .section-service .c-service-title .title{
		width:100%;
	}
}
@media screen and (max-width: 480px){
	.sp-arrow{
		display:block;
	}
	/*
	#slide-01 .sp-arrows{
		display:none;
	}
*/

}

.gbox02 img, .gbox03 img {
    margin-top: 30px;
}
.gbox01{
    height:100%;
}



/* ================================================================================ */
/* ================================================================================ */
/* ================================================================================ */

/* ============================================================
 * 2019.10.15
 * ページ内のスライダーの修正をここにまとめます
 * ========================================================= */

#slide-01 .sp-arrows {
  top: auto;
  bottom: 0;
}
#slide-01 .sp-previous-arrow {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-left.png) no-repeat center center;
  background-size:10px;
  left:38%;
}

#slide-01 .sp-next-arrow {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-right.png) no-repeat center center;
  background-size:10px;
  right:38%;
}
/*
#slide-01 .sp-previous-arrow:before,
#slide-01 .sp-previous-arrow:after,
#slide-01 .sp-next-arrow:before,
#slide-01 .sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00ff00;
}
*/
#slide-01 .sp-buttons {
  display: inline-block;
  width: auto;
}

#slide-01 .sp-button{
	background:#8c99bb;
	border:none;
	margin:10px;
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 768px){
	#slide-01 .sp-previous-arrow{
		left:35%;
	}
	#slide-01 .sp-next-arrow{
		right:35%;
	}
}
@media screen and (max-width: 480px){
	#slide-01 .sp-previous-arrow{
		left:20%;
	}
	#slide-01 .sp-next-arrow{
		right:20%;
	}
}
/*#slide-02*/

#slide-02 .sp-arrow {
	width: 32px;
	height: 48px;
}

#slide-02 .sp-arrows {
  top: auto;
  bottom: 0;
}
#slide-02 .sp-previous-arrow {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-left.png) no-repeat center center;
  background-size:10px;
  left:30%;
}

#slide-02 .sp-next-arrow {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-right.png) no-repeat center center;
  background-size:10px;
  right:30%;
}

#slide-02 .sp-buttons {
  display: inline-block;
  width: 120px;
  padding-top:0;
  position: absolute;
  bottom: -30px;
  left:0;
  right:0;
  margin:0 auto;
}

#slide-02 .sp-button{
	background:#8c99bb;
	border:none;
	width: 12px;
	height: 12px;
	margin:0 10px;
}
#slide-01 .sp-button.sp-selected-button,
#slide-02 .sp-button.sp-selected-button{
	background:#0e367d;
}

@media screen and (max-width: 768px){
	#slide-02 .sp-buttons{
		bottom:-54px;
	}
	#slide-02 .sp-arrows{
		bottom:-22px;
	}
}
@media screen and (max-width: 480px){
	#slide-02 .sp-previous-arrow{
		left:15%;
	}
	#slide-02 .sp-next-arrow{
		right:15%;
	}
}
/**/
.sp_playBtn {
  z-index: 10000;
  position: absolute;
  bottom: 12px;
  right: 10%;
  width: 50px;
  height: 15px;
  background: #AAAAAA;
  cursor: pointer;
}

#slide-01 .sp_playBtn{
	right: 34%;
}

#slide-02 .sp_playBtn{
	right: 20%;
}
.slide03_controllWrap .sp_playBtn{
	right: 33%;
}
.slide04_controllWrap .sp_playBtn{
	right: 33%;
}
.slide05_controllWrap .sp_playBtn{
	right: 33%;
}

.slide06_controllWrap .sp_playBtn{
	right: 33%;
}


.sp_playBtn::before,
.sp_playBtn::after {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
  height: 7px;
  background: #fff;

	/* background:
		linear-gradient(to bottom, #0e367d 0%, #0e367d 100%) 0.5em 0.3em,
		linear-gradient(to bottom, #0e367d 0%, #0e367d 100%) 1em 0.3em;
	background-size: 0.3em 1em;
	background-repeat: no-repeat; */
}

/* .sp_playBtn::after {
  position: absolute;
  top: 0;
  right: 0;
} */

.sp_playBtn::before {
  top: 50%;
  left: calc(50% - 2px);
  transform: translate(-50%, -50%);
}
.sp_playBtn::after {
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
}

.sp_playBtn.is-stop{
	/* bottom: 15px;
  right: 10%;
  width: 13px;
  height: 14px; */
  background: #0E367D;
}
.sp_playBtn.is-stop::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  background: none;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
}

.sp_playBtn.is-stop::after {
  display: none;
}

@media screen and (max-width: 768px){
	#slide-01 .sp_playBtn{
		right:25%;
	}
}
#slide-02 .sp_playBtn{
	bottom:-35px;
}
@media screen and (max-width: 768px){
	#slide-02 .sp_playBtn{
		bottom:-54px;
	}
	#slide-02 .sp_playBtn.is-stop{
		bottom:-50px;
	}
}



.slide03_controllWrap .sp_playBtn,
.slide04_controllWrap .sp_playBtn,
.slide05_controllWrap .sp_playBtn,
.slide06_controllWrap .sp_playBtn{
  bottom:50px;
}

.slide03_controllWrap .swiper-button-prev,
.slide04_controllWrap .swiper-button-prev,
.slide05_controllWrap .swiper-button-prev,
.slide06_controllWrap .swiper-button-prev {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-left.png) no-repeat center center;
  background-size:10px;
  left:39%;
  top:auto;
  bottom:34px;
}

.slide03_controllWrap .swiper-button-next,
.slide04_controllWrap .swiper-button-next,
.slide05_controllWrap .swiper-button-next,
.slide06_controllWrap .swiper-button-next {
  background: url(/content/dam/nttcom/hq/jp/index/img/mv-arrow-right.png) no-repeat center center;
  background-size:10px;
  right:39%;
  top:auto;
  bottom:34px;
}
.slide03_controllWrap.swiper-container-horizontal>.swiper-pagination-bullets,
.slide03_controllWrap .swiper-pagination-custom,
.slide03_controllWrap .swiper-pagination-fraction {
  bottom: 0;
}

.slide03_controllWrap .swiper-pagination,
.slide04_controllWrap .swiper-pagination,
.slide05_controllWrap .swiper-pagination,
.slide06_controllWrap .swiper-pagination{
	right:0;
	left:0;
	bottom:50px;
}
.slide03_controllWrap .swiper-pagination-bullet,
.slide04_controllWrap .swiper-pagination-bullet,
.slide05_controllWrap .swiper-pagination-bullet,
.slide06_controllWrap .swiper-pagination-bullet{
	background:#8c99bb;
	border:none;
	width: 12px;
	height: 12px;
	margin:0 5px 0;
}
.slide03_controllWrap .swiper-pagination-bullet,
.slide04_controllWrap .swiper-pagination-bullet,
.slide05_controllWrap .swiper-pagination-bullet,
.slide06_controllWrap .swiper-pagination-bullet{
	opacity:1;
}
.slide03_controllWrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slide04_controllWrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slide05_controllWrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slide06_controllWrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#0e367d;
}
@media screen and (max-width: 768px){
	.slide03_controllWrap .swiper-button-prev,
	.slide04_controllWrap .swiper-button-prev,
	.slide05_controllWrap .swiper-button-prev,
	.slide06_controllWrap .swiper-button-prev {
		left:25%;
	}
	.slide03_controllWrap .swiper-button-next,
	.slide04_controllWrap .swiper-button-next,
	.slide05_controllWrap .swiper-button-next,
	.slide06_controllWrap .swiper-button-next{
		right:25%;
	}

	.slide03_controllWrap .slide_controller,
	.slide04_controllWrap .slide_controller,
	.slide05_controllWrap .slide_controller,
	.slide06_controllWrap .slide_controller{
		width:80%
	}
	.slide03_controllWrap .sp_playBtn,
	.slide04_controllWrap .sp_playBtn,
	.slide05_controllWrap .sp_playBtn,
	.slide06_controllWrap .sp_playBtn{
		right: 70px;
		bottom:50px;
	}
}
@media screen and (max-width: 480px){
	#slide-01 .sp_playBtn{
		right: 6%;
	}

	.slide03_controllWrap .sp_playBtn,
	.slide04_controllWrap .sp_playBtn,
	.slide05_controllWrap .sp_playBtn,
	.slide06_controllWrap .sp_playBtn{
		bottom:-32px;
	}
	.slide03_controllWrap .sp_playBtn.is-stop,
	.slide04_controllWrap .sp_playBtn.is-stop,
	.slide05_controllWrap .sp_playBtn.is-stop,
	.slide06_controllWrap .sp_playBtn.is-stop{
		bottom:-28px;
	}
	.slide03_controllWrap .swiper-button-prev,
	.slide04_controllWrap .swiper-button-prev,
	.slide05_controllWrap .swiper-button-prev,
	.slide06_controllWrap .swiper-button-prev {
		left:5%;
	}
	.slide03_controllWrap .swiper-button-next,
	.slide04_controllWrap .swiper-button-next,
	.slide05_controllWrap .swiper-button-next,
	.slide06_controllWrap .swiper-button-next{
		right:5%;
	}

	.sp_playBtn{
		right:2%;
	}
	#slide-02 .sp_playBtn {
		right: 0;
	}


	.slide03_controllWrap .slide_controller,
	.slide04_controllWrap .slide_controller,
	.slide05_controllWrap .slide_controller,
	.slide06_controllWrap .slide_controller{
		width:80%
	}
	.slide03_controllWrap .sp_playBtn,
	.slide04_controllWrap .sp_playBtn,
	.slide05_controllWrap .sp_playBtn,
	.slide06_controllWrap .sp_playBtn{
		right: -40px;
		bottom:50px;
	}

	#slide-02 .sp_playBtn {
    right: 0;
  }

}
.slide_controller {
	position: relative;
	margin-bottom: 80px;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
}


.sp-fade-arrows{
	opacity:1;
}