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

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: inherit;
  font-size: inherit;
  vertical-align: baseline;
}

html, body {
  font-size: 14px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1.75;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*font-family: FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;*/
  background: white;
}

main p,
main li {
  line-height: inherit;
}

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

h1,h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

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

.text-link,
.text-link:visited,
.text-link:hover {
  text-decoration: underline;
}

.hover {
  cursor: pointer;
}

.hover--fade {
  transition: opacity 0.3s;
}

.hover--fade:hover {
  opacity: 0.75;
}

.btn {
  border-radius: 8px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
  padding: 10px 30px 10px 30px;
  min-height: 44px;
}

.btn::after {
  width: 6.409px;
  height: 9.561px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  width: 6.409px;
  height: 9.561px;
  background-size: 100% 100%;
}

.btn__icon {
  margin-right: 1em;
}

.btn--white {
  background-color: white;
}

.btn--white,
.btn--white:visited,
.btn--white:hover {
  color: #09377f;
}

.btn--primary {
  background-color: #09357f;
}

.btn--primary-light {
  background-color: #CC0033;
}

.btn--primary,
.btn--primary:visited,
.btn--primary:hover,
.btn--primary-light,
.btn--primary-light:visited,
.btn--primary-light:hover {
  color: white;
}

.btn--forward.btn--white::after {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

.btn--forward.btn--primary::after,
.btn--forward.btn--primary-light::after {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-accent.svg);
}

.btn--external::after {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/external-link.svg);
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 15px 30px 15px 30px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
}

.section {
  position: relative;
}

.section--dark {
  color: #fff;
}

.fg {
  position: relative;
}

.section-heading {
  text-align: center;
}

.section-heading__main {
  color: #CC0033;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.06em;
}
.section-heading__main--blk {
  color: #000;
}


.section-heading__sub {
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section-heading__main {
    font-size: 26px;
  }

  .section-heading__sub {
    font-size: 12px;
  }
}

.section-heading--margin {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .section-heading--margin {
    margin-bottom: 38px;
  }
}

.page__main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.page__sub {
  position: relative;
}

.gotop {
  background-color: #4C4C4C;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.gotop__icon {
  margin-right: 0.5em;
}





/*------------------------------------*\
  #hero
\*------------------------------------*/





.section--hero {
  position: relative;
  padding: 60px;
}

.section--hero .bg {
  height: 463px;
  width: 2000px;
  background-size: 2000px 463px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/hero.svg);
}

.hero-slider {
  overflow: hidden;
  position: relative;
}

.hero-slider img {
  width: 100%;
  height:100%; /* 20210506 */
}

.hero-slider .slider-control {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section--hero {
    padding: 30px 10px;
  }

  .section--hero .bg {
    height: 312.5px;
    width: 768px;
    background-size: 768px 312.5px;
    background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/hero_sp.svg);
  }
}





/*------------------------------------*\
  #news
\*------------------------------------*/





.section--news {
  color: #000;
  margin-top: 10px;
}

.section--news .bg {
}

@media screen and (max-width: 768px) {
  .section--news .bg {
    height: 207px;
    top: auto;
    bottom: -200px;
  }
}

.section--news .container {
  display: flex;
}

.section--news .section__leading {
  margin-right: 40px;
}

.section--news .section__body {
  flex: 1;
}

.section--news .section__trailing {
  margin-left: 40px;
}

.section--news .section__heading {
  color: #CC0033;
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.section--news .section__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 242px;
  margin-top: -15px;
}

.section--news .section__action-btn {
  margin-top: 15px;
}

.section--news .section__trouble-btn {
  margin-top: 60px;
  display: none;
}

@media screen and (max-width: 768px) {
  .section--news .container {
    display: block;
  }

  .section--news .section__trailing {
    margin-left: 0;
  }

  .section--news .section__actions {
    width: auto;
    margin-top: 25px;
  }

  .section--news .section__trouble-btn {
    display: inline-flex;
  }
}

.c-news-list {
  margin-top: -25px;
}

.c-news-list:lang(en) {
  margin-top: 0;
}

.c-news-list:lang(en) li:first-child {
  margin-top: 0;
}

.c-news-list li {
  display: flex;
  margin-top: 16px;
}

.c-news-list .date {
  display: block;
  width: 130px;
  font-size: 11px;
}

.c-news-list .txt {
  display: block;
  flex: 1;
}

.c-news-list .txt a {
  text-decoration: underline;
}

.c-news-list .txt a:hover {
  color: #CC0033;
}

@media screen and (max-width: 768px) {
  .c-news-list,
  .c-news-list:lang(en) {
    margin-top: 15px;
  }

  .c-news-list li {
    display: block;
  }

  .c-news-list .date {
    font-size: 14px;
  }

  .c-news-list .txt {
    font-size: 16px;
  }
}





/*------------------------------------*\
  #strength
\*------------------------------------*/

.section--strength .bg {
  height: 1184.33px;
  width: 2000px;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(/content/dam/nttcom/hq/en/index/img/bg/innovation.svg);
}

.section--strength {
  margin-top: 120px;
  position: relative;
}

.section--strength .section__container {
  max-width: 950px;
  margin: auto;
  padding: 0 20px;
}

.section--strength .section__row {
  display: flex;
}

.section--strength .section__head {
  flex: 1;
  margin-right: 40px;
  margin-bottom: 90px;
}

.section--strength .section__body {
  width: 521.177px;
}

@media screen and (max-width: 768px) {

  .section--strength .bg {
    height: 1674.19px;
    width: 768px;
    top: -45px;
    background-image: url(/content/dam/nttcom/hq/en/index/img/bg/innovation_sp.svg);
  }

  .section--strength {
    margin-top: 80px;
  }

  .section--strength .section__row {
    display: block;
  }

  .section--strength .section__head {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .section--strength .section__body {
    width: auto;
  }

  .strength__heading {
    text-align: center;
  }
}

.strength__heading {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

.strength-slide {
  background-color: white;
  position: relative;
  width: 100%;
}

.strength-slide__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  /* padding-left: 20px; */
  height: 279.391px;
  width: 100%;
}

.strength-slide__content img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .strength-slide__content {
    height: 210px;
    padding: 30px;
  }

  .strength-slide__content img {
    width: 100%;
    height: auto;
  }
}

.strength-slider__accessory {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}


/*------------------------------------*\
  #pickup
\*------------------------------------*/






.section--pickup {
  margin-top: 120px;
  color: white;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .section--pickup {
    margin-top: 80px;
  }
}

.section--pickup .bg {
  height: 1800px;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/pickup.png);
}

@media screen and (max-width: 768px) {
  .section-pickup .bg {
    height: 810px;
  }
}

.pickup--case-study .swiper-slide,
.pickup--topic .swiper-slide,
.pickup--media .swiper-slide {
  height: auto;
  border: 1px solid #B2B2B2;
}

.pickup--case-study .swiper-slide {
}


.pickup {
  margin-top: 100px;
}

.pickup:lang(en) {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .section--pickup .container {
    overflow: hidden;
  }
  .pickup--media {
    width: calc(100% + 186.5px);
  }

  .pickup--media .card-slider-accessory {
    width: calc(100% - 186.5px);
  }
}

@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 75px;
  }

  .pickup:lang(en) {
    margin-top: 40px;
  }

  .pickup--media {
    margin-top: 40px;
  }
}


/* slider-control */

.slider-control {
  display: inline-flex;
  align-items: center;
}

.slider-control__back {
  width: 44px;
  height: 30px;
  background-color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slider-control__back::before {
  display: inline-block;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/index/img/slider-control-back.svg);
  background-size: 100% 100%;
  width: 7.647px;
  height: 11.261px;
}

.slider-control__next {
  width: 44px;
  height: 30px;
  background-color: #666;
  display: inline-flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  justify-content: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slider-control__next::before {
  display: inline-block;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/index/img/slider-control-next.svg);
  background-size: 100% 100%;
  width: 7.647px;
  height: 11.261px;
}

.slider-control__play::before {
  display: inline-block;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/index/img/slider-control-pause.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}

.slider-control__dots {
  background-color: #666;
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slider-control .swiper-pagination-bullet {
  background-color: #CCC;
  width: 6px;
  height: 6px;
  margin: 0 5px;
}

.slider-control .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: white;
}

.slider-control__play {
  width: 44px;
  height: 30px;
  border-radius: 15px;
  background-color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #fff;
}

.slider-control--stopped .slider-control__play::before {
  content: "";
  display: inline-block;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/slider-control-play.svg);
  background-size: 100% 100%;
  width: 9px;
  height: 10.392px;
}


/* card-slider-accessory */

.card-slider-accessory {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  height: 44px;
}

.card-slider-accessory__actions {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  top: 0;
}

.card-slider-accessory__action {
  margin-left: 10px;
}

.card-slider-set__accesory {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .card-slider-accessory {
    flex-direction: column;
    height: auto;
    align-items: stretch;
  }

  .card-slider-accessory .slider-control {
    display: flex;
    justify-content: center;
  }

  .card-slider-accessory__actions {
    margin-top: 10px;
    position: static;
    display: flex;
    flex-direction: column;
  }

  .card-slider-accessory__action {
    margin-left: 0;
    margin-top: 20px;
  }

  .card-slider-accessory .btn {
    width: 100%;
  }
}


/* card */

.card {
  color: #333;
  background-color: white;
  height: 100%;
  position: relative;
}

.card:lang(en) {
  line-height: 1.5;
}

.card__head img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.card__body {
  padding: 20px;
}

.card__meta {
  margin-bottom: 15px;
}

.card__tag {
  border: 1px solid #CC0033;
  color: #CC0033;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 2px 15px;
}

.card__title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.card__title a {
  color: #000;
  text-decoration: underline;
}

.card__title a:visited,
.card__title a:hover {
  color: #CC0033;
  text-decoration: none;
}

.card__description {
  font-size: 13px;
}

.card--external::after {
  content: "";
  display: inline-block;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/external-link-outline-primary.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .card__tag {
    font-size: 10px;
  }
}

/* card--case */

.card--case .card__head {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.card--case .card__head img {
  width: auto;
}


@media screen and (min-width: 769px) {
  .card--media .card__head {
    height: auto;
    overflow: visible;
    line-height: 1;
  }
  .card--media .card__head a {
    display: inline-block;
    line-height: 1;
  }
  .card--media .card__head img {
    vertical-align: bottom;
  }
  .card--media .card__title {
    min-height: 4em;
  }
  #media-slider.swiper-container .swiper-wrapper {
    align-items: flex-start;
    min-height: 410px;
  }
  #media-slider.swiper-container .swiper-slide-active {
    /* margin-right: calc( ((1160px/3) - (40px/3)) / 2 ); */
    /* margin-right: 186.5px !important; */
    margin-right: 180.5px !important;
  }
  #media-slider.swiper-container .swiper-slide > .card {
    width: 100%;
  }
  #media-slider.swiper-container .swiper-slide-active > .card {
    width: 150%;
  }
  #media-slider.swiper-container .swiper-slide {
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
    /* transition-delay: 0.5s; */
  }
  #media-slider.swiper-container .swiper-slide .card {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
}





/*------------------------------------*\
  #case-study
\*------------------------------------*/


.section--case-study {
  margin-top: 180px;
  position: relative;
}

.section--case-study .bg {
  top: -395px;
  height: 1806.7px;
  width: 2000px;
  left: 50%;
  transform: translate(-50%);
  background-image: url(/content/dam/nttcom/hq/en/index/img/bg/event.svg);
}

@media screen and (max-width: 768px) {
  .section--case-study {
    margin-top: 80px;
  }

  .section--case-study .bg {
    height: 1770px;
    width: 768px;
    top: -180px;
    background-image: url(/content/dam/nttcom/hq/en/index/img/bg/event_sp.svg);
  }
}





/*------------------------------------*\
  #solution
\*------------------------------------*/


.section--solution {
  padding: 180px 0;
  z-index: 1;
}

.section--solution .section-heading__main {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section--solution {
    padding: 80px 0;
  }
}

.section--solution:lang(en) .bg {
  top: 100px;
}



/*------------------------------------*\
  #event
\*------------------------------------*/






.section--event {
  margin-top: 200px;
  color: #0E367D;
  z-index: 3;
}

.section--event .bg {
  top: -600px;
  height: 1550px;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/event.png);
}

@media screen and (max-width: 768px) {
  .section--event {
    margin-top: 75px;
  }

  .section--event .bg {
    height: 697.5px;
    top: -300px;
  }
}

.section--event .section__container {
  display: flex;
  /* margin-left: 180px; */
  margin-left: 305px;
  background-color: rgba(255, 255, 255, 0.9);
  /* padding: 120px 90px; */
  padding: 90px 90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 90%);
}

.section--event .section__head {
  margin-right: 40px;
  line-height: 1;
}

.section--event .section__body {
  flex: 1;
}

.section--event .section__heading {
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
}

.section--event .section__sub-heading {
  font-weight: bold;
  margin-top: 15px;
}

.section--event .section__head .section__links {
  margin-top: 40px;
}

.section--event .section__body .section__links {
  display: none;
}

@media screen and (max-width: 768px) {
  .section--event .section__container {
    margin-left: 0;
    background-color: white;
    padding: 60px 20px;
    display: block;
    clip-path: none;
  }

  .section--event .section__head {
    margin-right: 0;
    text-align: center;
    margin-bottom: 38px;
  }

  .section--event .section__heading {
    font-size: 26px;
  }

  .section--event .section__sub-heading {
    font-size: 12px;
  }

  .section--event .section__head .section__links {
    display: none;
  }

  .section--event .section__body .section__links {
    display: block;
  }

  .section--event .section__links {
    margin-top: 30px;
  }

  .section--event .section__links .btn {
    width: 100%;
  }

  /*背景重なり調整用*/
  .section__outline-r {
    text-shadow: 1px 1px 0 #CC0033, -1px 1px 0 #CC0033, 1px -1px 0 #CC0033, -1px -1px 0 #CC0033;
  }

}

.event-list {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
}

.event-list .event-tile {
  margin-top: 30px;
}

.event-tile {
  display: flex;
}

.event-tile__head {
  margin-right: 20px;
}

.event-tile__body {
  flex: 1;
}

.event-tile__entry {
  border: 1px solid #D9D9D9;
  text-align: center;
  background-color: white;
}

.event-tile__status {
  background-color: #f6cc13;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
}

.event-tile__status::before {
  content: "受付中";
}

.event-tile__date {
  padding: 10px 20px;
}

.event-tile__y,
.event-tile__w {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.event-tile__md {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}

.event-tile__w::before {
  content: '(';
}

.event-tile__w::after {
  content: ')';
}

.event-tile--expired .event-tile__status {
  background-color: transparent;
  border-bottom: 1px solid #DDD;
}

.event-tile--expired .event-tile__status::before {
  content: "受付終了";
}

.event-tile__tags {
  margin-bottom: 5px;
}

.event-tile__tags .event-tile__tag {
  margin-right: 10px;
}

.event-tile__tag {
  display: inline-block;
  background-color: #DDD;
  font-size: 11px;
  color: black;
  padding: 1px 4px;
}

.event-tile__tag--new {
  background-color: #D00012;
  color: white;
}





/*------------------------------------*\
  #innovation
\*------------------------------------*/





.section--innovation {
  margin-top: 200px;
  position: relative;
  color: white;
  z-index: 2;
}

.section--innovation .section-heading__main br {
  display: none;
}

.section--innovation .section__container {
  max-width: 950px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .section--innovation {
    margin-top: 60px;
  }

  .section--innovation .section-heading__main br {
    display: inline;
  }

}

.section--innovation:lang(en) {
  z-index: 3;
}

.innovation-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0 0 -40px;
}

.innovation-grid .innovation-card {
  margin: 0 0 0 40px;
  width: calc(50% - 40px);
  border: 1px solid #B2B2B2;
}

.innovation-grid .innovation-card:nth-child(even) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .innovation-grid {
    display: block;
    margin: 40px 0 0 0;
  }

  .innovation-grid .innovation-card {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .innovation-grid .innovation-card:nth-child(even) {
    margin-top: 15px;
  }
}

.innovation-card {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}

.section--innovation .innovation-card {
  color: #000;
}

.innovation-card__eyecatch {
  display: block;
}

.innovation-card__body {
  padding: 20px 58px 25px 25px;
  position: relative;
}

.innovation-card__body::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 8px;
  height: 13.49px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.innovation-card__title {
  color: #CC0033;
  font-size: 20px;
  font-weight: bold;
}

.innovation-card__copy {
  font-weight: bold;
  margin-top: 15px;
}





/*------------------------------------*\
  #culture
\*------------------------------------*/





.section--culture {
  padding: 200px 0;
  color: white;
  z-index: 1;
}

.section--culture .bg {
  top: -75px;
  height: 1200px;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/culture.png);
}

.section--culture .section__container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .section--culture {
    padding: 60px 0;
  }

  .section--culture .bg {
    height: 540px;
    top: 80px;
  }

  .section--culture .section-heading__main {
    letter-spacing: 0;
  }
}


.culture-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 0 -44px;
}

.culture-grid .culture-card {
  margin: 44px 0 0 44px;
  width: calc(50% - 44px);
}

@media screen and (max-width: 768px) {
  .culture-grid {
    margin: 40px 0 0;
  }

  .culture-grid .culture-card {
    margin: 20px 0 0;
    width: 100%;
  }
}

/* culture-card */

.culture-card {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
  overflow: hidden;
}

.culture-card,
.culture-card:visited,
.culture-card:hover {
  color: #004385;
}

.culture-card__head {
  margin-right: 25px;
}

.culture-card__body {
  flex: 1;
  padding: 25px 0;
}

.culture-card__arrow {
  content: "";
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 8px;
  height: 13.49px;
  margin: 0 25px;
}

.culture-card__eyecatch {
  display: block;
}

.culture-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.culture-card__copy {
  margin-top: 15px;
}

.culture-card--external::after {
  content: "";
  display: inline-block;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/external-link-outline-primary.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .culture-card {
    padding: 36px 20px;
    height: auto;
  }

  .culture-card__eyecatch {
    width: 90px;
    height: auto;
  }

  .culture-card__body {
    padding: 0;
  }

  .culture-card__arrow {
    margin-right: 0;
    margin-left: 20px;
  }

  .culture-card__title {
    font-size: 14px;
  }

  .culture-card__copy {
    font-size: 12px;
  }
}





/*------------------------------------*\
  #service
\*------------------------------------*/





.section--service {
  background-color: white;
  padding: 100px 0;
}

.section--service .section__container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section--service {
    padding: 0;
  }

  .section--service .section__container {
    padding: 0;
  }
}


/* service-switch */

.service-switch {
  position: relative;
}


/* service-tab-set */

.service-tab-set {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service-tab-set {
    max-width: 360px;
  }
}


/* service-tab */

.service-tab {
  width: 490px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  background-color: #DDD;
  position: relative;
  cursor: pointer;
}

.service-switch[data-target=business] .service-tab--business,
.service-switch[data-target=customer] .service-tab--customer {
  color: white;
  background-color: #0E367D;
  height: 82px;
  z-index: 1;
}

.service-switch[data-target=business] .service-tab--business::after,
.service-switch[data-target=customer] .service-tab--customer::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 20.785px;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/service/tip.svg);
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}


@media screen and (max-width: 768px) {
  .service-tab {
    width: 170px;
    height: 54px;
    font-size: 14px;
  }

  .service-switch[data-target=business] .service-tab--business,
  .service-switch[data-target=customer] .service-tab--customer {
    height: 62px;
  }
}


/* service-content-set*/

.service-content-set {
  margin-top: -14px;
  position: relative;
}

/* service-content */

.service-content {
  display: none;
  background-color: #EEE;
  padding: 90px 30px 60px;
}

.service-switch[data-target=business] .service-content--business,
.service-switch[data-target=customer] .service-content--customer {
  display: block;
}

@media screen and (max-width: 768px) {
  .service-content {
    padding: 60px 0;
  }
}


/* service-nav-set */

.service-nav-set {
  display: flex;
}

@media screen and (max-width: 768px) {
  .service-nav-set {
    flex-direction: column;
  }
}


/* service-nav */

.service-nav {
  border-right: 1px solid #CCC;
  flex: 1;
  padding: 0 38px;
}

.service-nav__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 157.5px;
}

.service-nav__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* color: #CC0033; */
}

.service-nav:last-child {
  border-right: none;
}

.service-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(35px - 6px) 0 0 -6px;
}

.service-nav__item {
  background-color: white;
  color: #000;
  width: calc(50% - 6px);
  margin: 6px 0 0 6px;
  padding: 15px 25px 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}
.service-nav__list--03 .service-nav__item{
	width: calc(33.333% - 6px);
}
.service-nav__item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  display: inline-block;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 6.409px;
  height: 9.561px;
}

@media screen and (max-width: 768px) {
  .service-nav {
    border-right: none;
  }

  .service-nav-set .service-nav {
    border-top: 1px solid white;
    padding: 40px 20px 0;
    margin-top: 40px;
  }

  .service-nav-set .service-nav:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .service-nav__list {
    margin: calc(20px - 6px) 0 0 -6px;
  }

  .service-nav__header {
    height: auto;
  }

}

.service-nav__icon {
  vertical-align: top;
}
.service-nav__circle {
  background-color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.service-nav__list--one .service-nav__item {
  width: calc(100% - 6px);
}

.service-content--business .service-content__ict-banner {
  margin-top: 35px;
  display: block;
}

.service-content--business .service-content__ict-banner-note {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .service-content--business .service-content__ict-banner {
    text-align: center;
  }

	.service-nav__list--03 .service-nav__item{
	  width: calc(100% - 6px);
	}
}



/*

search

英語版のナビゲーションボックス

*/

.search {
  display: flex;
}
.search.block {
  display: block;
}

.search__category {
  padding: 70px 0;
}

.search__category--service {
  background-color: #E2E2E2;
  flex: 2;
}

.search__category--contact {
  background-color: #E6E6E6;
  flex: 1;
}

.search__category--contact .service-nav__header{
	height: 70px;
}

.search__category-label {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  /* color: #CC0033; */
}

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

  .search__category {
    padding: 35px 0;
    border-top: 1px solid white;
  }

  .search__category:first-child {
    border-top: none;
  }

  .search__category-label {
    margin-bottom: 30px;
  }
}



/*------------------------------------*\
  #company
\*------------------------------------*/





.section--company {
  color: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.section--company .bg {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/bg/company.svg);
  width: 2000px;
  height: 599.38px;
  background-size: 2000px auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section--company .section-heading__main {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section--company {
    padding: 60px 0;
  }

  .section--company .bg {
    height: 663px;
    background-size: auto 663px;
  }
}

.section--company .section__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

/* company-list */

.company-list {
  display: flex;
  margin-left: -44px;
}

.company-list .company-tile {
  margin-left: 44px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .company-list {
    flex-direction: column;
    margin-top: -20px;
  }

  .company-list .company-tile {
    margin-top: 20px;
  }
}


/* company-tile */

.company-tile {
  background-color: white;
  font-weight: bold;
  text-align :center;
  position: relative;
  padding: 25px 0 10px;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  align-items: center;
}

.section--company .company-tile {
  color: #000;
}

.company-tile::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 7px;
  height: 11.8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.company-tile__icon {
  margin-bottom: 10px;
  flex: none;
}

.company-tile__title {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .company-tile {
    flex-direction: row;
    padding: 15px 37px 15px 15px;
  }

  .company-tile__icon {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .company-tile__title {
    justify-content: flex-start;
  }

  .company-tile__title br {
    display: none;
  }
}





/*------------------------------------*\
  #banner
\*------------------------------------*/





.section--banner {
  padding: 50px 0;
}

/* banner-list */

.banner-list {
  display: flex;
  margin-left: -50px;
  justify-content: center;
}

.banner-list__item {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .banner-list {
    flex-direction: column;
    margin-top: -20px;
    align-items: center;
  }

  .banner-list__item {
    margin-top: 20px;
  }
}





/*------------------------------------*\
  #footer
\*------------------------------------*/
.goPageTop {
  color: #fff;
}
.goPageTop:active {
  color: #fff;
}
.goPageTop:visited {
  color: #fff;
}

.goPageTop:after {
  background: url(/content/dam/nttcom/cmn/img/cta-back-white-top.png);
  background-size: contain;
}


.section--footer {
  padding: 80px 0 40px;
}

/* footer-list */
.footer-list {
  display: flex;
  justify-content: space-between;
  margin-left: -44px;
}

@media screen and (max-width: 768px) {
  .footer-list {
    flex-direction: column;
    margin-top: -40px;
  }

  .footer-list .footer-tree {
    margin-top: 40px;
  }
}


/* footer-tree */

.footer-tree {
  flex: 1;
  margin-left: 44px;
}

.footer-node__label {
  color: #D00012;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
}

a.footer-node__label:hover {
  color: #000!important;
}

a.footer-node__label:visited {
  color: #D00012;
}

a.footer-node__label:active {
  color: #D00012;
}


a.footer-node__label:hover::after {
  background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
}

a.footer-node__label::after {
  content: "";
  display: inline-block;
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 6.409px;
  height: 9.561px;
}

.footer-leaf {
  margin: 10px 0;
}

.footer-leaf__label {
  display: block;
  text-decoration: underline;
}
.footer-banner {
  display: inline-block;
  margin-top: 10px;
}


/*------------------------------------*\
  #products 20220620ADD
\*------------------------------------*/
.section--products{
	margin-top: 100px;
}
.lineup_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.lineup_item {
  width: calc((100% / 3) - 20px);
  background: #fff;
  margin-right: 20px;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #B2B2B2;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.lineup_item .img {
  width: 85px;
}
.lineup_item .lineup_txt {
  width: calc(100% - 100px);
  text-align: left;
}
.lineup_item .lineup_txt .name {
  font-weight: bold;
}
.lineup_item .lineup_txt .icon {
  display: flex;
  margin-top: 10px;
}
.lineup_item .lineup_txt .icon img {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.section--products{
		margin-top: 60px;
	}
	.lineup_block {
	  display: block;
	  margin-bottom: 30px;
	}
	.lineup_item {
		width: 100%;
	  margin-right: 0;
	  margin-bottom: 20px;
	}
}

.link_underline{
  text-decoration: underline;
}


/*  アコーディオン outer 20230701  */

/*----------------------
初期設定　CLOSE用
.acc-contents {
    display: none;
}
-----------------------*/

.info-accordion-area {
  margin: 0;
  padding: 0;
}

.info-accordion-header {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  padding: 10px 20px;
}

h2.information-accordion-title {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0 0 0 160px;
  box-sizing: content-box;
  text-align: center;
}

h2.information-accordion-title::before {
  content: "";
  background-image: url(/content/dam/nttcom/cmn/img/header/alert.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  margin-right: 1em;
  display: inline-block;
  position: relative;
  top: 3px;
}

.info-accordion-right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.info-accordion-right span {
  width: 70px;
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.info-accordion-right span.acc-btn {
  cursor: pointer;
}

.info-accordion-right span.acc-btn:hover {
  color: #cc0033;
}

.info-accordion-right span a {
  text-decoration: none;
  display: block;
}

.info-accordion-right span a:hover {
  color: #cc0033;
}

.acc-all-link a::after {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-black.svg);
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  width: 6.409px;
  height: 9.561px;
  margin-left: 3px;
}

.acc-all-link a:hover::after {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

.acc-contents {
  padding: 10px 15px 5px;
  overflow: hidden;
  border: 1px solid #eee;
}

/*  アコーディオン inner 20230701  */

.section--special--imp--info {
  margin-top: 30px;
}

ul.imp-info-list {
  list-style-type: none;
  list-style-position: outside;
}

ul.imp-info-list li {
  display: flex;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-size: 16px;
}

ul.imp-info-list li span.imp-info-date {
  width: 160px;
  flex-grow: 0;
  flex-shrink: 0;
}

ul.imp-info-list li span.imp-info-title {
  flex-grow: 1;
}

ul.imp-info-list li span.imp-info-title a {
  text-decoration: underline;
  text-decoration-color: #4C4C4C;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

ul.imp-info-list li span.imp-info-title a:hover {
  color: #cc0033;
  text-decoration: none;
  background: #fafafa;
}

@media screen and (max-width:480px) {
  h2.information-accordion-title {
      text-align: left;
      padding: 0px;
  }

  ul.imp-info-list li {
      flex-direction: column;
  }

  ul.imp-info-list li span.imp-info-date {
      font-weight: bold;
  }

  ul.imp-info-list li span.imp-info-title {
      margin-bottom: 10px;
  }
}
