* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  transition: all ease .5s;
  opacity: 0.6;
}

button:hover {
  transition: all ease .5s;
  opacity: 0.6;
}

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

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.pc-show {
  display: block;
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
}

.tb-show {
  display: none;
}
@media (max-width: 1024px) {
  .tb-show {
    display: block;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 1024px) {
  .sp-show {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.is-header {
  background-color: #000;
  z-index: 9999;
}
.is-header .inner {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .is-header .inner {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is-header .logo {
  position: relative;
}
@media (max-width: 768px) {
  .is-header .logo {
    top: 2vw;
  }
}
@media (max-width: 767px) {
  .is-header .logo {
    top: 13px;
    left: 0;
    z-index: 110;
  }
}
.is-header .logo img {
  width: 107px;
  height: auto;
}
@media (max-width: 767px) {
  .is-header .logo img {
    width: 88px;
  }
}

.is-footer {
  background: #000;
  padding-top: 0;
}
.is-footer p.copyright {
  text-align: center;
  color: #cccccc;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 70px;
}
@media (max-width: 767px) {
  .is-footer p.copyright {
    font-size: 12px;
    line-height: 40px;
  }
}

main {
  padding-top: 70px;
  display: block;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

.maincontent img {
  width: 100%;
}

.dxsquare .btn {
  width: 100%;
  max-width: 290px;
  height: 54px;
  display: flex;
  justify-content: center;
}
.dxsquare .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background-color: #CC0033;
  border-radius: 30px;
  line-height: 1;
  padding-right: 0.8em;
  position: relative;
}
@media (max-width: 767px) {
  .dxsquare .btn a {
    padding-right: 0;
    font-weight: bold;
  }
}
.dxsquare .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/attempt_arrow.png") no-repeat left top/contain;
}

.dxsquare .mv {
  height: 53.85vw;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/mv_bg_pc.jpg") no-repeat 0 center;
  background-size: cover;
}
@media (max-width: 767px) {
  .dxsquare .mv {
    height: auto;
    background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/mv_bg_sp.jpg") no-repeat 0 0 #333333;
    background-size: 100% auto;
  }
}
.dxsquare .mv__inner {
  height: 100%;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/mv_txt_pc.svg") no-repeat top right;
  background-size: auto 100%;
  position: relative;
  padding-top: 6.78vw;
}
@media (max-width: 767px) {
  .dxsquare .mv__inner {
    padding-top: 0;
    background: none;
  }
}
.dxsquare .mv__map {
  width: 49vw;
  position: absolute;
  top: 3vw;
  left: 40.71vw;
}
@media (max-width: 767px) {
  .dxsquare .mv__map {
    position: relative;
    width: 81.46vw;
    top: unset;
    left: unset;
    margin: -6vw auto 0;
  }
}
.dxsquare .mv__title {
  width: 44.285vw;
  height: 7.28vw;
  background-color: #CC0033;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7.5vw;
}
@media (max-width: 767px) {
  .dxsquare .mv__title {
    width: 100%;
    height: 20vw;
    justify-content: center;
    padding-left: 0;
  }
}
.dxsquare .mv__title-icon {
  width: 5vw;
  margin-right: 2vw;
}
@media (max-width: 767px) {
  .dxsquare .mv__title-icon {
    width: 13vw;
  }
}
.dxsquare .mv__txtbox {
  padding-left: 7.5vw;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .dxsquare .mv__txtbox {
    padding: 0 6.4vw 12.8vw;
  }
}
.dxsquare .mv h1 {
  width: 26.35vw;
}
@media (max-width: 767px) {
  .dxsquare .mv h1 {
    width: 72.67vw;
  }
}
.dxsquare .mv h2 {
  font-size: 2.86vw;
  font-weight: bold;
  color: #808080;
  line-height: 1;
  margin-top: 2vw;
}
@media (max-width: 767px) {
  .dxsquare .mv h2 {
    font-size: 9.8vw;
    padding-left: 4.8vw;
  }
}
.dxsquare .mv h3 {
  color: #FFFFFF;
  font-size: 1.43vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 2vw;
}
@media (max-width: 767px) {
  .dxsquare .mv h3 {
    font-size: 19px;
    margin-top: 4vw;
  }
}
.dxsquare .mv p {
  color: #FFFFFF;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2;
  margin-top: 2vw;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .dxsquare .mv p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 4vw;
  }
  .dxsquare .mv p br {
    display: none;
  }
}

.dxsquare .about {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .dxsquare .about {
    padding-bottom: 60px;
  }
}
.dxsquare .about__title {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .dxsquare .about__title {
    justify-content: flex-start;
    background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/about_title_bg_sp.svg") no-repeat 0 0 #FFFFFF;
    background-size: cover;
  }
}
.dxsquare .about__title h2 {
  width: 61vw;
  height: 150px;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/about_title_bg_pc.svg") no-repeat 0 0 #FFFFFF;
  background-size: cover;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .dxsquare .about__title h2 {
    font-size: 19px;
    padding-left: 6vw;
  }
}
@media (max-width: 767px) {
  .dxsquare .about__title h2 {
    width: 100%;
    height: 99px;
    font-size: 19px;
    line-height: 1.4;
    background: none;
    justify-content: flex-start;
    padding-left: 8vw;
  }
}
.dxsquare .about__title h2 br {
  display: none;
}
@media (max-width: 767px) {
  .dxsquare .about__title h2 br {
    display: block;
  }
}
.dxsquare .about__details {
  width: 100%;
  max-width: 1154px;
  margin: 30px auto 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .dxsquare .about__details {
    margin: 40px auto 0;
    padding: 0;
  }
}
.dxsquare .about__details-title {
  padding: 1.5em 0 2em;
  border-bottom: 1px solid #808080;
  position: relative;
}
@media (max-width: 767px) {
  .dxsquare .about__details-title {
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.5em;
  }
}
.dxsquare .about__details-title::after {
  content: "";
  display: block;
  width: 130px;
  height: 8px;
  background-color: #CC0033;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .dxsquare .about__details-title::after {
    width: 35.6vw;
    bottom: -9px;
    right: 0;
    margin: auto;
  }
}
.dxsquare .about__details-title h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .dxsquare .about__details-title h3 {
    font-size: 18px;
  }
}
.dxsquare .about__details dl {
  width: 100%;
  margin-top: 33px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dxsquare .about__details dl {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.dxsquare .about__details dl dt {
  width: 68%;
  margin-top: 7px;
}
@media (max-width: 1024px) {
  .dxsquare .about__details dl dt {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .dxsquare .about__details dl dt {
    width: 100%;
    margin-top: 0;
  }
}
.dxsquare .about__details dl dd {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dxsquare .about__details dl dd .btn {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .dxsquare .about__details dl dd {
    width: 38%;
  }
  .dxsquare .about__details dl dd .btn a {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .dxsquare .about__details dl dd {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 8vw 0;
  }
  .dxsquare .about__details dl dd .btn {
    margin: 40px auto 0;
  }
}
.dxsquare .about__details dl dd p {
  line-height: 2;
}
@media (max-width: 767px) {
  .dxsquare .about__details dl dd p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.dxsquare .solution {
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/solution_bg.png") no-repeat top center #f2f2f2;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 90px;
  border-bottom: 25px solid #CC0033;
}
@media (max-width: 767px) {
  .dxsquare .solution {
    background-position: 60% 0;
    background-size: 200% auto;
    padding-bottom: 60px;
    border-bottom: 15px solid #CC0033;
  }
}
.dxsquare .solution__title {
  text-align: center;
  padding: 80px 10px 0;
}
@media (max-width: 767px) {
  .dxsquare .solution__title {
    padding: 60px 5.2vw 0;
  }
}
.dxsquare .solution__title h2 {
  color: #CC0033;
  font-size: 31px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .dxsquare .solution__title h2 {
    font-size: 25px;
  }
}
.dxsquare .solution__title p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .dxsquare .solution__title p {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
  }
}
.dxsquare .solution__slider {
  margin-top: 70px;
  border-top: 2px solid #d2d2d2;
  padding: 0 2vw 70px;
}
@media (max-width: 767px) {
  .dxsquare .solution__slider {
    padding: 0 1vw 50px;
  }
}
.dxsquare .solution__slider .slide-player {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dxsquare .solution__slider-item {
  width: 23.36%;
  border-right: 2px solid #d2d2d2;
  position: relative;
}
@media (max-width: 767px) {
  .dxsquare .solution__slider-item {
    width: 48%;
  }
}
.dxsquare .solution__slider-item:first-child {
  border-left: 2px solid #d2d2d2;
}
.dxsquare .solution__slider-item a {
  display: block;
}
.dxsquare .solution__slider-item dl {
  width: 100%;
  padding: 40px 30px 40px;
}
@media (max-width: 767px) {
  .dxsquare .solution__slider-item dl {
    padding: 6vw 4vw 7vw;
  }
}
.dxsquare .solution__slider-item dl dd h3 {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  margin-top: 20px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .dxsquare .solution__slider-item dl dd h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}
.dxsquare .solution__slider-item dl dd p {
  line-height: 1.8;
}
.dxsquare .solution__slider-item dl dd .link {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.dxsquare .solution__slider .prev {
  display: block;
  width: 3.57vw;
  height: 3.57vw;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/slide_arrow_prev.svg") no-repeat;
  left: 0;
  top: 9.29vw;
  z-index: 300;
}
@media (max-width: 1024px) {
  .dxsquare .solution__slider .prev {
    top: 10vw;
    left: -1%;
  }
}
@media (max-width: 767px) {
  .dxsquare .solution__slider .prev {
    width: 8vw;
    height: 8vw;
    left: 0;
    top: 19.5vw;
  }
}
.dxsquare .solution__slider .prev::before {
  content: none;
  display: none;
}
.dxsquare .solution__slider .next {
  display: block;
  width: 3.57vw;
  height: 3.57vw;
  background: url("/content/dam/nttcom/hq/jp/business/lp/5g-dxsquare/img/slide_arrow_next.svg") no-repeat;
  right: 0;
  top: 9.29vw;
  z-index: 300;
}
@media (max-width: 1024px) {
  .dxsquare .solution__slider .next {
    top: 10vw;
    right: -1%;
  }
}
@media (max-width: 767px) {
  .dxsquare .solution__slider .next {
    width: 8vw;
    height: 8vw;
    right: 0;
    top: 19.5vw;
  }
}
.dxsquare .solution__slider .next::before {
  content: none;
  display: none;
}
.dxsquare .solution .btn {
  margin: 30px auto 0;
}

.dxsquare .branch {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .dxsquare .branch {
    padding-bottom: 60px;
  }
}
.dxsquare .branch h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 116px;
  text-align: center;
  background-color: #4d4d4d;
}
@media (max-width: 767px) {
  .dxsquare .branch h2 {
    font-size: 21px;
    line-height: 80px;
  }
}
.dxsquare .branch__map {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.dxsquare .branch__location {
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .dxsquare .branch__location {
    padding: 0;
  }
}
.dxsquare .branch__location h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .dxsquare .branch__location h3 {
    font-size: 21px;
  }
}
.dxsquare .branch__location-area {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
  .dxsquare .branch__location-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.dxsquare .branch__location-area li {
  width: 50%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .dxsquare .branch__location-area li {
    width: 100%;
    padding: 20px 6.67vw 0;
  }
}
.dxsquare .branch__location-area li h4 {
  font-size: 16px;
  font-weight: bold;
}
.dxsquare .branch__location-area li h5 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.dxsquare .branch__location-area li p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
.dxsquare .branch__location.docomo {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .dxsquare .branch__location.docomo {
    margin-top: 20px;
  }
}
.dxsquare .branch__location.docomo h3 {
  border-bottom: 5px solid #CC0033;
}
.dxsquare .branch__location.partner {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .dxsquare .branch__location.partner {
    margin-top: 50px;
  }
}
.dxsquare .branch__location.partner h3 {
  border-bottom: 5px solid #0071bc;
}
.dxsquare .branch__location.partner .branch__location-area {
  padding-bottom: 0;
  border-bottom: 0;
}

.dxsquare .contact {
  background-color: #f2f2f2;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .dxsquare .contact {
    padding: 50px 9vw;
  }
}
.dxsquare .contact h3 {
  color: #cc0033;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .dxsquare .contact h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.dxsquare .contact h3::after {
  content: "";
  display: block;
  width: 416px;
  height: 5px;
  background-color: #cc0033;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .dxsquare .contact h3::after {
    width: 78.67vw;
    height: 3px;
    margin-top: 15px;
  }
}
.dxsquare .contact p {
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .dxsquare .contact p {
    font-size: 15px;
    margin-top: 12px;
  }
}

/*# sourceMappingURL=5g_dxsquare.css.map */
