@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  /* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, "Noto Sans JP", sans-serif; */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

main.mobile-top {
  color: #000;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 1260px;
}
main.mobile-top a, main.mobile-top a:hover, main.mobile-top a:visited, main.mobile-top a:focus {
  text-decoration: none;
  border: none;
  outline: none;
  color: #000;
}
main.mobile-top a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
main.mobile-top img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
}
main.mobile-top p, main.mobile-top ul, main.mobile-top dl, main.mobile-top table {
  line-height: 1.8;
}

.pc-none {
  display: none;
}

.for-mobile {
  display: none;
}

@media screen and (max-width: 1260px) {
  body {
    overflow-x: scroll;
    background-color: #FFF;
  }
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  main.mobile-top {
    min-width: 100%;
  }
  body.selection {
    font-size: 16px;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .for-tab {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}
/*------------------------
  Layout
------------------------*/
.mt-wrapper {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
.mt-wrapper.narrow {
  max-width: 1060px;
}

.mt-container {
  padding: 90px 0 120px;
}

.ly-row {
  display: flex;
  flex-wrap: wrap;
}
.ly-row .col2 {
  width: 50%;
}
.ly-row .col3 {
  width: 33.333%;
}
.ly-row .col4 {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .mt-wrapper {
    padding: 0 20px;
  }
  .mt-container {
    padding: 50px 0 60px;
  }
  .ly-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ly-row .col2 {
    width: 100%;
  }
  .ly-row .col3 {
    width: 100%;
  }
  .ly-row .col4 {
    width: 50%;
  }
}
/*------------------------
  Partial
------------------------*/
.link-btn a {
  display: block;
  position: relative;
  border-radius: 3px;
  line-height: 90px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.link-btn a svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.link-btn a:hover svg {
  transform: translateY(-50%) scale(1.2);
}

@media screen and (max-width: 768px) {
  .link-btn a {
    line-height: 60px;
    font-size: 16px;
  }
  .link-btn a svg {
    right: 20px;
    width: 15px;
  }
  .link-btn a:hover svg {
    transform: translateY(-50%) scale(1);
  }
}
/*------------------------
  Heading
------------------------*/
h1, h2, h3, h4 {
  color: #000;
  /* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, "Noto Sans JP", sans-serif; */
  font-weight: 700;
}

.content-title {
  font-size: 42px;
  text-align: center;
}
.content-title small {
  display: block;
  font-size: 24px;
}

.sub-title {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-title {
    font-size: 22px;
  }
  .content-title small {
    display: block;
    font-size: 14px;
  }
  .sub-title {
    font-size: 20px;
  }
}
/*------------------------
  KV
------------------------*/
.kv-sect {
  width: 100%;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(/content/dam/nttcom/hq/jp/business/mobile/top/img_kv.jpg) no-repeat center/cover;
}
.kv-sect h1 {
  font-size: 52px;
  text-align: left;
}
.kv-sect h1 small {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .kv-sect {
    height: 200px;
  }
  .kv-sect h1 {
    font-size: 25px;
    text-shadow: 0 0 5px white;
  }
  .kv-sect h1 small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .kv-sect {
    height: 180px;
    background-position: 90% bottom;
  }
}
/*------------------------
  Scroll Nav
------------------------*/
.scroll-nav {
  background-color: #013364;
  position: relative;
}
.scroll-nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.scroll-nav ul li {
  padding: 0 1.5em;
  position: relative;
}
.scroll-nav ul li::before, .scroll-nav ul li:last-child::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1px;
  height: 1em;
  background-color: #666;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.scroll-nav ul li:last-child::after {
  left: auto;
  right: 0;
}
.scroll-nav ul a, .scroll-nav ul a:hover, .scroll-nav ul a:focus, .scroll-nav ul a:visited {
  color: #FFF;
  text-decoration: none;
}
.scroll-nav ul a {
  display: block;
  position: relative;
}
.scroll-nav ul a::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 1px;
  background-color: #FFF;
  left: 0;
  bottom: -6px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.scroll-nav ul a:hover::before {
  width: 100%;
}
.scroll-nav .menu-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 50px;
  padding: 0 20px;
  color: #FFF;
  font-size: 14px;
}
.scroll-nav .menu-btn::before, .scroll-nav .menu-btn::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.scroll-nav .menu-btn::after {
  transform: rotate(-90deg);
}
.scroll-nav.active .menu-btn::after {
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .scroll-nav ul {
    display: none;
    position: relative;
    z-index: 10;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    background-color: #292929;
  }
  .scroll-nav ul li {
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .scroll-nav ul li::before, .scroll-nav ul li:last-child::after {
    content: none;
  }
  .scroll-nav ul li:first-child::before, .scroll-nav ul li:last-child::after {
    content: none;
  }
  .scroll-nav ul a {
    font-size: 16px;
    padding: 15px 20px;
  }
  .scroll-nav ul a::before {
    width: 100%;
    height: 5px;
    background: url(/content/dam/nttcom/hq/jp/business/mobile/arrow.svg) no-repeat center center/8px auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .scroll-nav ul a:hover::before {
    width: 100%;
  }
  .scroll-nav .menu-btn {
    display: block;
    height: 50px;
    background-color: #013364;
  }
}


/*------------------------
  Main Banner
------------------------*/
main.mobile-top .main-banner {
  margin: 2% auto 0;
  padding: 0 5%;
  max-width: 1783px;
  position: relative;
}
main.mobile-top .main-banner a {
  border: 1px solid #d6d6d6;
  display: block;
  overflow: hidden;
  position: relative;
}
main.mobile-top .main-banner a:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
main.mobile-top .main-banner .pc {
  display: block;
}
main.mobile-top .main-banner .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  main.mobile-top .main-banner {
    padding: 0 14px;
  }
  main.mobile-top .main-banner a:hover {
    box-shadow: none;
    transform: none;
    transition: unset;
  }
  main.mobile-top .main-banner a:hover img {
    scale: 1;
    opacity: 1;
  }
  main.mobile-top .main-banner .pc {
    display: none;
  }
  main.mobile-top .main-banner .sp {
    display: block;
  }
}



/*------------------------
  Product Main
------------------------*/
.product-main-sect .mt-container {
  padding-bottom: 80px;
}
.product-main-sect .content-title {
  margin-bottom: 30px;
}
.product-main-sect .ly-row {
  margin: 0 -50px;
}
.product-main-sect .ly-row .col3 {
  padding: 50px 40px;
}
.product-main-sect .ly-row .col3 a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.product-main-sect .ly-row .col3 a::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: #F0F0F0;
  opacity: 0;
}
.product-main-sect .ly-row .col3 a:hover .link-btn {
  background-color: #666;
}
.product-main-sect .ly-row .col3 a:hover::before {
  width: calc(100% + 80px);
  height: calc(100% + 40px);
  opacity: 1;
}
.product-main-sect .ly-row .col3 figure, .product-main-sect .ly-row .col3 .colors, .product-main-sect .ly-row .col3 .icon, .product-main-sect .ly-row .col3 h3, .product-main-sect .ly-row .col3 .desc, .product-main-sect .ly-row .col3 .date, .product-main-sect .ly-row .col3 .link-btn {
  position: relative;
  z-index: 1;
}
.product-main-sect .ly-row .col3 figure img {
  width: auto;
  max-width: none;
  height: 215px;
}
.product-main-sect .ly-row .col3 .colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 15px;
}
.product-main-sect .ly-row .col3 .colors li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16) inset;
}
.product-main-sect .ly-row .col3 .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-main-sect .ly-row .col3 .icon img {
  width: auto;
  height: 25px;
}
.product-main-sect .ly-row .col3 .icon .gr-tag {
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
  background: rgb(61, 153, 190);
  background: linear-gradient(135deg, rgb(61, 153, 190) 0%, rgb(58, 181, 176) 100%);
}
.product-main-sect .ly-row .col3 h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 20px;
}
.product-main-sect .ly-row .col3 .desc {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
  margin: 20px 0 25px;
}
.product-main-sect .ly-row .col3 .date {
  font-size: 14px;
  color: #666;
}
.product-main-sect .ly-row .col3 .link-btn {
  width: 130px;
  line-height: 50px;
  background-color: #000;
  border-radius: 25px;
  color: #FFF;
  margin: 20px auto 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  .product-main-sect .mt-container {
    padding-bottom: 30px;
  }
  .product-main-sect .content-title {
    margin-bottom: 10px;
  }
  .product-main-sect .ly-row {
    margin: 0 -20px;
  }
  .product-main-sect .ly-row .col3 {
    padding: 40px 30px;
    width: 50%;
  }
  .product-main-sect .ly-row .col3 a::before {
    content: none;
  }
  .product-main-sect .ly-row .col3 a:hover .link-btn {
    background-color: #000;
  }
  .product-main-sect .ly-row .col3 figure img {
    height: 120px;
  }
  .product-main-sect .ly-row .col3 .colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 15px;
  }
  .product-main-sect .ly-row .col3 .colors li {
    width: 10px;
    height: 10px;
  }
  .product-main-sect .ly-row .col3 .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-main-sect .ly-row .col3 .icon img {
    height: 20px;
  }
  .product-main-sect .ly-row .col3 .icon .gr-tag {
    font-size: 13px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 8px;
  }
  .product-main-sect .ly-row .col3 h3 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .product-main-sect .ly-row .col3 .desc {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .product-main-sect .ly-row .col3 .date {
    font-size: 13px;
  }
  .product-main-sect .ly-row .col3 .link-btn {
    width: 130px;
    margin: 10px auto 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .product-main-sect .content-title {
    margin-bottom: 30px;
  }
  .product-main-sect .mt-wrapper {
    padding: 0;
  }
  .product-main-sect .mt-container {
    padding-bottom: 0;
  }
  .product-main-sect .ly-row {
    margin: 0;
    border-top: 1px solid #D6D6D6;
  }
  .product-main-sect .ly-row .col3 {
    padding: 20px 15px 30px;
    border: solid #D6D6D6;
    border-width: 0 1px 1px 0;
  }
  .product-main-sect .ly-row .col3:nth-child(even) {
    border-width: 0 0 1px;
  }
  .product-main-sect .ly-row .col3 a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product-main-sect .ly-row .col3 figure img {
    height: 80px;
  }
  .product-main-sect .ly-row .col3 .colors {
    margin: 10px 0;
  }
  .product-main-sect .ly-row .col3 .colors li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .product-main-sect .ly-row .col3 .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-main-sect .ly-row .col3 .icon img {
    height: 15px;
  }
  .product-main-sect .ly-row .col3 .icon .gr-tag {
    font-size: 11px;
    line-height: 15px;
    border-radius: 3px;
    padding: 0 8px;
  }
  .product-main-sect .ly-row .col3 h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .product-main-sect .ly-row .col3 .desc {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0;
  }
  .product-main-sect .ly-row .col3 .bottom {
    margin-top: auto;
  }
  .product-main-sect .ly-row .col3 .date {
    font-size: 12px;
  }
  .product-main-sect .ly-row .col3 .link-btn {
    width: 120px;
    line-height: 40px;
    margin: 10px auto 0;
    font-size: 14px;
  }
}
/*------------------------
  Product Category
------------------------*/
.product-cat-sect {
  background-color: #F5F7FA;
  position: relative;
}
.product-cat-sect .content-title {
  margin-bottom: 60px;
}
.product-cat-sect .ly-row {
  margin: -25px -22px;
}
.product-cat-sect .ly-row .col3 {
  padding: 25px 22px;
}
.product-cat-sect .ly-row .col3 a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  padding: 60px 0 30px;
  height: 100%;
}
.product-cat-sect .ly-row .col3 a::before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.product-cat-sect .ly-row .col3 a:hover::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #F0F0F0;
}
.product-cat-sect .ly-row .col3 a:hover .arrow-more svg {
  transform: translate(-50%, -50%) scale(1.2);
}
.product-cat-sect .ly-row figure, .product-cat-sect .ly-row h3, .product-cat-sect .ly-row .icon {
  position: relative;
}
.product-cat-sect .ly-row figure img {
  width: auto;
  max-width: none;
  height: 150px;
}
.product-cat-sect .ly-row .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-cat-sect .ly-row .icon img {
  width: auto;
  height: 25px;
  margin: 0 5px;
}
.product-cat-sect .ly-row h3 {
  font-size: 23px;
  font-weight: 500;
  margin: 15px 0;
}
.product-cat-sect .ly-row .arrow-more {
  width: 100%;
  height: 15px;
  position: relative;
}
.product-cat-sect .ly-row .arrow-more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: 20px;
  height: auto;
  fill: #000;
}
.product-cat-sect .ly-row + .ly-row {
  background-color: #FFF;
  margin: 50px 0 0;
  padding: 60px 0 65px;
  align-items: center;
}
.product-cat-sect .ly-row + .ly-row .col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(1) {
  border-right: 1px solid #D6D6D6;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(1) svg {
  fill: #000;
  width: 58px;
  height: auto;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn {
  width: 420px;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn a {
  background-color: #CC0033;
  color: #FFF;
  font-weight: 700;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn a svg {
  fill: #FFF;
}
.product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn a:hover {
  background-color: #000;
}
.product-cat-sect .ly-row + .ly-row h3 {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .product-cat-sect .content-title {
    margin-bottom: 30px;
  }
  .product-cat-sect .ly-row {
    margin: -10px;
  }
  .product-cat-sect .ly-row .col3 {
    width: 50%;
    padding: 10px;
  }
  .product-cat-sect .ly-row .col3 a {
    padding: 30px 15px;
    background-color: #FFF;
  }
  .product-cat-sect .ly-row .col3 a:hover .arrow-more svg {
    transform: translate(-50%, -50%) scale(1);
  }
  .product-cat-sect .ly-row figure img {
    height: 80px;
  }
  .product-cat-sect .ly-row .icon img {
    height: 22px;
    margin: 0 3px;
  }
  .product-cat-sect .ly-row h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .product-cat-sect .ly-row .arrow-more svg {
    width: 14px;
  }
  .product-cat-sect .ly-row + .ly-row {
    background-color: #FFF;
    margin: 20px 0 0;
    padding: 30px 0;
    align-items: center;
  }
  .product-cat-sect .ly-row + .ly-row .col2 {
    width: 50%;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(1) {
    border-right: 1px solid #D6D6D6;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(1) svg {
    width: 30px;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn {
    width: 80%;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn a:hover {
    background-color: #CC0033;
  }
  .product-cat-sect .ly-row + .ly-row h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 520px) {
  .product-cat-sect .content-title {
    margin-bottom: 30px;
  }
  .product-cat-sect .ly-row {
    margin: -5px;
  }
  .product-cat-sect .ly-row .col3 {
    width: 50%;
    padding: 5px;
  }
  .product-cat-sect .ly-row .col3 a {
    padding: 20px 15px;
  }
  .product-cat-sect .ly-row figure img {
    height: 60px;
  }
  .product-cat-sect .ly-row .icon img {
    height: 15px;
    margin: 0 3px;
  }
  .product-cat-sect .ly-row h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .product-cat-sect .ly-row + .ly-row {
    background-color: #FFF;
    margin: 10px 0 0;
    padding: 30px 0;
    align-items: center;
  }
  .product-cat-sect .ly-row + .ly-row .col2 {
    width: 100%;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(1) {
    border-right: none;
    margin-bottom: 15px;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(1) svg {
    width: 35px;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn {
    width: 80%;
  }
  .product-cat-sect .ly-row + .ly-row .col2:nth-child(2) .link-btn a:hover {
    background-color: #CC0033;
  }
  .product-cat-sect .ly-row + .ly-row h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 0 10px;
  }
}
/*------------------------
  CTA
------------------------*/
.cta-cont.charge {
  padding: 80px 0;
}
.cta-cont.contact {
  padding: 90px 0;
}
.cta-cont .ly-row {
  align-items: center;
  background-color: #292929;
  border-radius: 30px;
  color: #FFF;
  padding: 70px 100px;
  position: relative;
}
.cta-cont .ly-row::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1px;
  height: calc(100% - 120px);
  background-color: #FFF;
  left: 50%;
  top: 60px;
  opacity: 0.1;
}
.cta-cont .ly-row .col2:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cta-cont .ly-row h3 {
  color: #FFF;
  font-size: 38px;
  margin-bottom: 40px;
}
.cta-cont .ly-row .link-btn a {
  width: 420px;
  background-color: #FFF;
  color: #CC0033;
  font-weight: 700;
}
.cta-cont .ly-row .link-btn a svg {
  fill: #CC0033;
}
.cta-cont .ly-row .link-btn a:hover {
  background-color: #CC0033;
  color: #FFF;
}
.cta-cont .ly-row .link-btn a:hover svg {
  fill: #FFF;
}
.cta-cont .ly-row .tel-block {
  margin: 35px 0 0;
}
.cta-cont .ly-row .tel-block p {
  margin-bottom: 5px;
}
.cta-cont .ly-row .tel-block a {
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  padding-left: 37px;
  background: url(/content/dam/nttcom/hq/jp/business/mobile/top/icon_phone.svg) no-repeat left 0.4em;
}
.cta-cont .ly-row .tel-block ul {
  margin-top: 25px;
  font-size: 14px;
}
.cta-cont .ly-row .tel-block ul li {
  margin: 5px 0 0;
}
.cta-cont#cta-section .ly-row .link-btn a {
  background-color: #CC0033;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cta-cont#cta-section .ly-row .link-btn a svg {
  fill: #FFF;
  position: relative;
  width: 27px;
  height: auto;
  top: auto;
  right: auto;
  transform: translateY(0);
  margin-right: 20px;
}
.cta-cont#cta-section .ly-row .link-btn a:hover {
  background-color: #FFF;
  color: #CC0033;
}
.cta-cont#cta-section .ly-row .link-btn a:hover svg {
  fill: #CC0033;
  transform: translateY(0) scale(1);
}

@media screen and (max-width: 768px) {
  .cta-cont.charge {
    padding: 40px 0;
  }
  .cta-cont.contact {
    padding: 40px 0;
  }
  .cta-cont.contact .link-btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-cont .ly-row {
    border-radius: 10px;
    padding: 30px;
  }
  .cta-cont .ly-row::before {
    content: none;
    width: 1px;
    height: calc(100% - 120px);
    background-color: #FFF;
    left: 50%;
    top: 60px;
    opacity: 0.1;
  }
  .cta-cont .ly-row .col2:nth-child(1) {
    padding-bottom: 20px;
  }
  .cta-cont .ly-row .col2:nth-child(1) p {
    font-size: 13px;
    text-align: center;
  }
  .cta-cont .ly-row .col2:nth-child(2) {
    justify-content: center;
  }
  .cta-cont .ly-row h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cta-cont .ly-row .link-btn a {
    width: 280px;
  }
  .cta-cont .ly-row .link-btn a svg {
    fill: #CC0033;
  }
  .cta-cont .ly-row .link-btn a:hover {
    background-color: #FFF;
    color: #CC0033;
  }
  .cta-cont .ly-row .link-btn a:hover svg {
    fill: #CC0033;
  }
  .cta-cont .ly-row .tel-block {
    margin: 25px 0 0;
    text-align: center;
  }
  .cta-cont .ly-row .tel-block p {
    margin-bottom: 5px;
  }
  .cta-cont .ly-row .tel-block a {
    font-size: 30px;
    padding-left: 30px;
    background-size: auto 28px;
    background-position: left 0.3em;
  }
  .cta-cont .ly-row .tel-block ul {
    margin: 20px 0 15px;
    font-size: 13px;
  }
  .cta-cont .ly-row .tel-block ul li {
    margin: 5px 0 0;
  }
  .cta-cont#cta-section .ly-row .link-btn a svg {
    width: 22px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 520px) {
  .cta-cont.charge {
    padding: 40px 0;
  }
  .cta-cont.contact {
    padding: 40px 0;
  }
  .cta-cont .ly-row {
    padding: 30px 15px 40px;
  }
  .cta-cont .ly-row::before {
    content: none;
    width: 1px;
    height: calc(100% - 120px);
    background-color: #FFF;
    left: 50%;
    top: 60px;
    opacity: 0.1;
  }
  .cta-cont .ly-row h3 {
    margin-bottom: 10px;
  }
  .cta-cont .ly-row .tel-block a {
    font-size: 30px;
    padding-left: 30px;
    background-size: auto 30px;
  }
  .cta-cont .ly-row .tel-block ul {
    font-size: 12px;
  }
}
/*------------------------
  Recommended
------------------------*/
.recommended-sec {
  background-color: #F0F0F0;
}
.recommended-sec .content-title {
  margin-bottom: 60px;
}
.recommended-sec .recommended-wrap {
  padding: 0 100px 40px;
}
.recommended-sec .recommended-wrap .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  visibility: hidden;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.recommended-sec .recommended-wrap .splide__arrow svg {
  display: none;
}
.recommended-sec .recommended-wrap .splide__arrow:hover {
  opacity: 0.8;
}
.recommended-sec .recommended-wrap .splide__arrow--prev {
  left: 0;
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/arrow_prev.svg);
}
.recommended-sec .recommended-wrap .splide__pagination {
  bottom: 0;
  position: relative;
}
.recommended-sec .recommended-wrap .splide__arrow--next {
  right: 0;
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/arrow_next.svg);
}
.recommended-sec .recommended-wrap .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #D6D6D6;
  opacity: 1;
}
.recommended-sec .recommended-wrap .splide__pagination__page.is-active {
  background-color: #000;
  transform: scale(1);
}
.recommended-sec .recommended-wrap .splide__toggle__play,
.recommended-sec .recommended-wrap .splide__toggle__pause {
  width: 35px;
  height: 35px;
  fill: #666;
}
.recommended-sec .recommended-wrap .splide__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  visibility: hidden;
}
.recommended-sec .recommended-wrap.splide.is-overflow .splide__arrow,
.recommended-sec .recommended-wrap.splide.is-overflow .splide__controls {
  visibility: visible;
}
.recommended-sec .rec-item {
  width: 50%;
  padding: 20px;
}
.recommended-sec .rec-item a {
  display: block;
  height: 100%;
  background-color: #FFF;
  position: relative;
}
.recommended-sec .rec-item a:hover {
  background-color: #F5F7FA;
}
.recommended-sec .rec-item a:hover svg {
  transform: scale(1.2);
}
.recommended-sec .rec-item a figure {
  margin: 0;
}
.recommended-sec .rec-item a .desc {
  padding: 30px 40px 50px;
}
.recommended-sec .rec-item a h3 {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 3px solid #CC0033;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.recommended-sec .rec-item a p, .recommended-sec .rec-item a svg {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.recommended-sec .rec-item a svg {
  position: absolute;
  width: 20px;
  height: auto;
  right: 20px;
  bottom: 20px;
  fill: #000;
}

@media screen and (max-width: 768px) {
  .recommended-sec .content-title {
    margin-bottom: 30px;
  }
  .recommended-sec .recommended-wrap {
    padding: 0 0 30px;
  }
  .recommended-sec .recommended-wrap .splide__arrow {
    display: none;
  }
  .recommended-sec .recommended-wrap .splide__controls {
    margin-top: 5px;
  }
  .recommended-sec .rec-item {
    width: 50%;
    padding: 10px;
  }
  .recommended-sec .rec-item a:hover p {
    color: #000;
    text-decoration: underline;
  }
  .recommended-sec .rec-item a:hover svg {
    transform: scale(1);
  }
  .recommended-sec .rec-item a figure {
    margin: 0;
  }
  .recommended-sec .rec-item a .desc {
    padding: 20px 20px 30px;
  }
  .recommended-sec .rec-item a h3 {
    height: 50px;
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 15px;
  }
  .recommended-sec .rec-item a p {
    font-size: 14px;
  }
  .recommended-sec .rec-item a svg {
    width: 15px;
    right: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .recommended-sec .mt-wrapper {
    padding: 0 5px;
  }
  .recommended-sec .content-title {
    margin-bottom: 25px;
  }
  .recommended-sec .recommended-wrap {
    padding: 0 0 25px;
  }
  .recommended-sec .rec-item {
    padding: 5px;
  }
  .recommended-sec .rec-item a:hover p {
    color: #000;
    text-decoration: underline;
  }
  .recommended-sec .rec-item a:hover svg {
    transform: scale(1);
  }
  .recommended-sec .rec-item a .desc {
    padding: 15px 0 35px;
  }
  .recommended-sec .rec-item a h3 {
    height: 60px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .recommended-sec .rec-item a p {
    font-size: 14px;
    padding: 0 15px;
  }
}
/*------------------------
  Merit / Select
------------------------*/
.column-item {
  border-radius: 30px;
  background-color: #FFF;
  margin: 30px 0 0;
  overflow: hidden;
}
.column-item:hover {
  background-color: #F5F7FA;
}
.column-item:hover .item-header .link-btn {
  background-color: #666;
}
.column-item:hover .item-header .inner {
  background-color: #FFF;
}
.column-item .item-header.on, .column-item .item-body.on {
  background-color: #F5F7FA;
  cursor: auto;
}
.column-item .item-header.on .link-btn, .column-item .item-body.on .link-btn {
  visibility: hidden;
  opacity: 0;
  cursor: auto;
}
.column-item .item-header.on .inner, .column-item .item-body.on .inner {
  background-color: #FFF;
}
.column-item .item-header {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  padding: 30px 0;
}
.column-item .item-header .image {
  padding: 0 30px;
}
.column-item .item-header .text {
  padding: 0 50px 0 30px;
}
.column-item .item-header figure {
  border-radius: 20px;
  overflow: hidden;
}
.column-item .item-header h3 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
  margin: 5px 0 0;
}
.column-item .item-header h3 .num {
  width: 60px;
  text-align: center;
  color: #3AB5B0;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.column-item .item-header h3 .num::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: rgb(61, 153, 190);
  background: linear-gradient(135deg, rgb(61, 153, 190) 0%, rgb(58, 181, 176) 100%);
  left: 0;
  bottom: -21.5px;
}
.column-item .item-header h3 .tit {
  width: calc(100% - 60px);
  font-size: 30px;
  padding-left: 15px;
}
.column-item .item-header p {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 500;
}
.column-item .item-header .link-btn {
  width: 170px;
  line-height: 50px;
  background-color: #000;
  border-radius: 25px;
  color: #FFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-align: center;
  cursor: pointer;
}
.column-item .item-header .inner {
  background-color: #F5F7FA;
  text-align: center;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  padding: 70px 0;
}
.column-item .item-header .inner figure {
  width: 68%;
  border-radius: 0;
}
.column-item .item-header .inner p.catch {
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
  color: #0F81CC;
  border-radius: 35px;
  border: 1px solid #0F81CC;
  width: 75%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #FFF;
  margin: 20px 0 0;
}
.column-item .item-header .inner p.catch .large {
  font-size: 28px;
  margin-left: 0.5em;
}
.column-item .item-body {
  padding: 0 20px 30px;
  display: none;
}
.column-item .item-body .col2 {
  padding: 20px 30px 0;
}
.column-item .item-body p {
  line-height: 2.5;
}
.column-item .item-body p.note {
  padding-left: 1.5em;
  font-size: 15px;
  line-height: 2;
  position: relative;
  margin-top: 30px;
}
.column-item .item-body p.note::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}
.column-item .item-body p a, .column-item .item-body p a:hover, .column-item .item-body p a:focus, .column-item .item-body p a:visited {
  text-decoration: underline;
}
.column-item .item-body .close-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px 30px 0;
}
.column-item .item-body .close-btn {
  border: 1px solid #000;
  width: 130px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  cursor: pointer;
}

.merit-sect .mt-wrapper .content-title,
.select-sect .mt-wrapper .content-title {
  margin-bottom: 60px;
}
.merit-sect .mt-wrapper .column-item:nth-child(odd) .item-header,
.select-sect .mt-wrapper .column-item:nth-child(odd) .item-header {
  flex-direction: row-reverse;
}
.merit-sect .mt-wrapper .column-item:nth-child(odd) .item-header .text,
.select-sect .mt-wrapper .column-item:nth-child(odd) .item-header .text {
  padding: 0 30px 0 50px;
}

.merit-sect .column-item {
  border: 1px solid #D6D6D6;
}

.select-sect {
  background-color: #F0F0F0;
}

/* new bnr 231212 */
.newTop_bnr{
width: 1200px;
background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/newTop_bnr.jpg);
background-size: cover;
height: 160px;
margin: 120px auto 0;
transition: .2s;
font-size: 24px;
font-weight: bold;
display: flex;
align-items: center;
padding: 0 0 0 90px;
position: relative;
cursor: pointer;
border-radius: 12px;
border:solid 1px #D6D6D6!important;
background-repeat: no-repeat;
}
.newTop_bnr:hover{
opacity: .8;
}
.newTop_bnr::before{
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/btn_black.png);
position: absolute;
background-size: contain;
background-repeat: no-repeat;
top: 50%;
transform: translateY(-50%);
left: 30px;
height: 30px;
width: 30px;
transition: .2s;
}
.newTop_bnr:hover::before{
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/btn_white.png);
  }



@media screen and (max-width: 768px) {
  .column-item {
    border-radius: 20px;
    margin: 25px 0 0;
  }
  .column-item:hover {
    background-color: #FFF;
  }
  .column-item:hover .item-header .link-btn {
    background-color: #000;
  }
  .column-item:hover .item-header .inner {
    background-color: #F5F7FA;
  }
  .column-item .item-header.on, .column-item .item-body.on {
    cursor: auto;
  }
  .column-item .item-header.on .link-btn, .column-item .item-body.on .link-btn {
    display: none;
  }
  .column-item .item-header.on .text, .column-item .item-body.on .text {
    padding-bottom: 0;
  }
  .column-item .item-header.on .ly-row .col2:nth-child(1), .column-item .item-body.on .ly-row .col2:nth-child(1) {
    margin-top: 20px;
  }
  .column-item .item-header {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: 15px 0;
  }
  .column-item .item-header .col2 {
    width: 50%;
  }
  .column-item .item-header.on {
    padding-bottom: 0;
  }
  .column-item .item-header .image {
    padding: 0 15px;
  }
  .column-item .item-header .text {
    padding: 25px 15px 30px;
  }
  .column-item .item-header figure {
    border-radius: 10px;
    /* height: 100%; */
    height: calc(330 / 540 * 100%);
  }
  .column-item .item-header figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .column-item .item-header h3 {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
    margin: 5px 0 0;
  }
  .column-item .item-header h3 .num {
    width: 50px;
    font-size: 20px;
  }
  .column-item .item-header h3 .num::before {
    bottom: -22px;
  }
  .column-item .item-header h3 .tit {
    width: calc(100% - 50px);
    font-size: 20px;
    padding-left: 15px;
  }
  .column-item .item-header p {
    margin: 30px 0;
    font-size: 17px;
  }
  .column-item .item-header .inner {
    border-radius: 20px;
    padding: 60px 0;
  }
  .column-item .item-header .inner figure {
    width: 60%;
    height: auto;
    border-radius: 0;
    overflow: visible;
  }
  .column-item .item-header .inner figure img {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .column-item .item-header .inner p.catch {
    line-height: 50px;
    border-radius: 25px;
    width: 85%;
    margin: 10px 0 0;
    font-size: 15px;
  }
  .column-item .item-header .inner p.catch .large {
    font-size: 22px;
  }
  .column-item .item-body {
    padding: 0 0 30px;
  }
  .column-item .item-body .col2 {
    padding: 0 20px;
  }
  .column-item .item-body p {
    line-height: 2.2;
  }
  .column-item .item-body p.note {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .column-item .item-body p a, .column-item .item-body p a:hover, .column-item .item-body p a:focus, .column-item .item-body p a:visited {
    text-decoration: underline;
  }
  .column-item .item-body .close-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 30px 0;
  }
  .column-item .item-body .close-btn {
    width: 130px;
    border-radius: 20px;
    line-height: 40px;
  }
  .merit-sect .mt-wrapper .content-title,
  .select-sect .mt-wrapper .content-title {
    margin-bottom: 30px;
  }
  .merit-sect .mt-wrapper .column-item:nth-child(odd) .item-header .text,
  .select-sect .mt-wrapper .column-item:nth-child(odd) .item-header .text {
    padding: 25px 15px 30px;
  }
  .merit-sect .mt-wrapper .column-item:nth-child(odd) .item-header.on .text,
  .select-sect .mt-wrapper .column-item:nth-child(odd) .item-header.on .text {
    padding-bottom: 0;
  }

   /* new bnr 231212 */
   .newTop_bnr{
    background-position: right;
    font-size: 3.2vw;
    width: 100%;
    }
}
@media screen and (max-width: 520px) {
  .column-item {
    margin: 20px 0 0;
  }
  .column-item .item-header {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: 15px 0;
  }
  .column-item .item-header.on {
    padding-bottom: 0;
  }
  .column-item .item-header .col2 {
    width: 100%;
  }
  .column-item .item-header .image {
    padding: 0 15px;
  }
  .column-item .item-header .text {
    padding: 20px 15px 30px;
  }
  .column-item .item-header figure {
    border-radius: 10px;
    max-height: 280px;
    height: 100%;
  }
  .column-item .item-header figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .column-item .item-header h3 {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    margin: 5px 0 0;
  }
  .column-item .item-header h3 .num {
    width: 40px;
  }
  .column-item .item-header h3 .num::before {
    bottom: -17px;
  }
  .column-item .item-header h3 .tit {
    width: calc(100% - 40px);
    font-size: 18px;
    padding-left: 10px;
  }
  .column-item .item-header p {
    margin: 20px 0 25px;
    font-size: 16px;
  }
  .column-item .item-header .link-btn {
    line-height: 40px;
    font-size: 14px;
    width: 140px;
  }
  .column-item .item-header .inner {
    border-radius: 10px;
    padding: 40px 0;
  }
  .column-item .item-header .inner figure {
    width: 50%;
  }
  .column-item .item-header .inner p.catch {
    line-height: 50px;
    border-radius: 25px;
    width: 75%;
    margin: 5px 0 0;
  }
  .column-item .item-header .inner p.catch .large {
    font-size: 20px;
  }
  .column-item .item-body {
    padding: 0 0 30px;
  }
  .column-item .item-body.on .ly-row .col2:nth-child(1) {
    margin-top: 0;
  }
  .column-item .item-body .col2 {
    padding: 0 15px;
  }
  .column-item .item-body p {
    line-height: 2.2;
  }
  .column-item .item-body p.note {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .column-item .item-body p a, .column-item .item-body p a:hover, .column-item .item-body p a:focus, .column-item .item-body p a:visited {
    text-decoration: underline;
  }
  .column-item .item-body .close-box {
    justify-content: center;
    padding: 30px 15px 0;
  }
  .column-item .item-body .close-btn {
    font-size: 13px;
  }

   /* new bnr 231212 */
   .newTop_bnr{
    width: 100%;
    background-position: right;
    font-size: 3vw;
    height: 75px;
    padding: 0 0 0 40px;
    margin: 60px auto 0;
    }
    .newTop_bnr::before {
      left: 12px;
      height: 16px;
      width: 16px;
  }
}
/*------------------------
  Flow
------------------------*/
.flow-sect .content-title {
  margin-bottom: 60px;
}
.flow-sect .wrapper {
  overflow: hidden;
}
.flow-sect .flow-item {
  margin: 20px 0 0;
  position: relative;
}
.flow-sect .flow-item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 130px;
  background-color: #F5F7FA;
  border-radius: 30px;
  padding: 0 40px 0 80px;
}
.flow-sect .flow-item a:hover {
  background-color: #F0F0F0;
}
.flow-sect .flow-item a:hover .link-btn {
  background-color: #666;
}
.flow-sect .flow-item .num {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FFF;
  left: -45px;
  line-height: 70px;
  color: #3AB5B0;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding-right: 12px;
}
.flow-sect .flow-item p {
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
}
.flow-sect .flow-item .link-btn {
  margin-left: auto;
  width: 130px;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  color: #FFF;
  background-color: #000;
  border-radius: 25px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  .flow-sect .content-title {
    margin-bottom: 30px;
  }
  .flow-sect .flow-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 110px;
    background-color: #F5F7FA;
    border-radius: 20px;
    padding: 0 30px 0 40px;
  }
  .flow-sect .flow-item a:hover {
    background-color: #F5F7FA;
  }
  .flow-sect .flow-item a:hover .link-btn {
    background-color: #000;
  }
  .flow-sect .flow-item .num {
    width: 50px;
    height: 50px;
    left: -30px;
    line-height: 50px;
    font-size: 20px;
    padding-right: 10px;
  }
  .flow-sect .flow-item .icon img {
    width: auto;
    max-width: none;
    width: 54px;
    height: auto;
  }
  .flow-sect .flow-item p {
    font-size: 20px;
    width: calc(100% - 54px - 100px);
  }
  .flow-sect .flow-item .link-btn {
    margin-left: auto;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    color: #FFF;
    background-color: #000;
    border-radius: 25px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
}
@media screen and (max-width: 520px) {
  .flow-sect .content-title {
    margin-bottom: 30px;
  }
  .flow-sect .flow-item {
    margin-top: 10px;
  }
  .flow-sect .flow-item a {
    height: 100px;
    border-radius: 20px;
    padding: 0 40px 0 25px;
    position: relative;
  }
  .flow-sect .flow-item .num {
    width: 40px;
    height: 40px;
    left: -25px;
    line-height: 40px;
    font-size: 18px;
    padding-right: 8px;
  }
  .flow-sect .flow-item .icon {
    width: 60px;
  }
  .flow-sect .flow-item .icon img {
    height: 40px;
    margin: 0 auto;
    display: block;
  }
  .flow-sect .flow-item p {
    font-size: 16px;
    width: calc(100% - 60px);
    margin: 0;
  }
  .flow-sect .flow-item .link-btn {
    display: none;
  }
  .flow-sect .flow-item svg {
    position: absolute;
    width: 14px;
    height: auto;
    fill: #000;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*------------------------
  question 231212
------------------------*/
.newTop_question {
background-color: #F0F0F0;
}

.newTop_questionArea {
 margin: 60px auto 0;
}

.newTop_questionBox {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding:60px ;
  border-radius: 30px;
  cursor: pointer;
  transition: .2s;
}
.newTop_questionBox:hover {
  background-color: #F5F7FA;
}

.newTop_questionBox:not(:first-of-type) {
  margin: 20px 0 0;
}

.newTop_questionText {
position: relative;
display: flex;
align-items: center;
gap: 15px;
padding: 0 20px 0 0;
}
.newTop_questionText::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: .3s;
}
.newTop_questionText.active::after {
  transform: translateY(-50%) rotate(315deg);
}

.newTop_questionText__q {
font-size: 24px;
font-weight: bold;
width: calc(100% - 50px);
}

.newTop_acordion-icon {
font-size: 22px;
color: #fff;
font-weight: bold;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
position: relative;
}

.newTop_acordion-iconTop {
  background-color: #3AB5B0;
  }

  .newTop_acordion-icon span{
position: absolute;
top: -3px;
}
.newTop_acordion-iconTopUnder {
background-color: #000;
}

.newTop_questionAnswer_in{
  width: calc(100% - 50px);
}
.newTop_questionAnswer_in .newTop_questionAnswer__text{
  width:100%;
}
.newTop_questionAnswer {
position: relative;
padding: 30px 0 0;
display: flex;
gap: 15px;
}

.newTop_questionAnswer__text {
font-size: 20px;
width: calc(100% - 50px);
}
.newTop_questionAnswer__text_sec{
padding: 15px 0 0;
}

.newTop_question_list {
padding: 15px 0 15px 1rem;
}

@media screen and (max-width: 520px) {
  .newTop_questionBox {
    padding:20px;
    border-radius: 20px;
}
.newTop_questionArea {
  margin: 30px auto 0;
}
  .newTop_questionText__q {
    font-size: 16px;
    width: calc(100% - 40px);
}
.newTop_acordion-icon {
  font-size: 16px;
  width: 25px;
  height: 25px;
}
.newTop_questionAnswer__text {
  font-size: 16px;
  width: calc(100% - 40px);
}
.newTop_question_listText{
  font-size: 14px;
}
.newTop_questionBox:not(:first-of-type) {
  margin: 10px 0 0;
}
.newTop_questionText::after {
  content: '';
  width: 7px;
  height: 7px;
  right: 0px;
  top: 50%;
}
.newTop_questionAnswer_in{
  width: calc(100% - 40px);
}
.newTop_questionAnswer_in .newTop_questionAnswer__text{
  width:100%;
}
.newTop_questionAnswer {
  padding: 15px 0 0;
}

}

/*------------------------
  Solution
------------------------*/
/* .solution-sect {
  background-color: #F0F0F0;
} */
.solution-sect .content-title + p {
  text-align: center;
  margin: 10px 0 60px;
}
.solution-sect .ly-row {
  margin: -7px;
}
.solution-sect .ly-row .col4 {
  padding: 7px;
}
.solution-sect .ly-row a {
  display: block;
  height: 100%;
  background-color: #FFF;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 30px 60px;
  position: relative;
  background-color: #F5F7FA;
}
.solution-sect .ly-row a:hover {
  background-color: #F0F0F0;
}
.solution-sect .ly-row a:hover svg {
  transform: scale(1.2);
}
.solution-sect .ly-row img {
  width: auto;
  height: 145px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.solution-sect .ly-row .s-tit-wrap {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 15px 0;
}
.solution-sect .ly-row .s-tit-wrap::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 4px;
  height: 100%;
  background-color: #CC0033;
  left: -30px;
  top: 0;
}
.solution-sect .ly-row .s-tit-wrap .s-tit {
  font-size: 20px;
  font-weight: 700;
}
.solution-sect .ly-row p {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.solution-sect .ly-row svg {
  position: absolute;
  width: 20px;
  height: auto;
  right: 30px;
  bottom: 30px;
  fill: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.solution-sect .ly-row.sub a {
  padding: 30px;
  border-radius: 20px;
}
.solution-sect .ly-row.sub a:hover {
  background-color: #F0F0F0;
}
.solution-sect .ly-row.sub a:hover svg {
  transform: translateY(-50%) scale(1.2);
}
.solution-sect .ly-row.sub .s-tit-wrap {
  margin: 0;
}
.solution-sect .ly-row.sub svg {
  bottom: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.solution-sect .sub-title {
  margin: 80px 0 35px;
}

@media screen and (max-width: 768px) {
  .solution-sect .content-title + p {
    margin: 10px 0 30px;
  }
  .solution-sect .ly-row {
    margin: -6px;
  }
  .solution-sect .ly-row .col4 {
    padding: 6px;
  }
  .solution-sect .ly-row a {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 20px 50px;
  }
  .solution-sect .ly-row a:hover p {
    text-decoration: none;
    color: #000;
  }
  .solution-sect .ly-row a:hover svg {
    transform: scale(1);
  }
  .solution-sect .ly-row img {
    height: 120px;
    border-radius: 10px;
  }
  .solution-sect .ly-row .s-tit-wrap {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 15px 0;
  }
  .solution-sect .ly-row .s-tit-wrap::before {
    left: -15px;
  }
  .solution-sect .ly-row .s-tit-wrap .s-tit {
    font-size: 18px;
    font-weight: 700;
  }
  .solution-sect .ly-row p {
    font-size: 14px;
  }
  .solution-sect .ly-row svg {
    width: 15px;
    right: 20px;
    bottom: 30px;
    fill: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .solution-sect .ly-row.sub .col4 {
    width: 100%;
  }
  .solution-sect .ly-row.sub a {
    padding: 20px;
    border-radius: 10px;
  }
  .solution-sect .ly-row.sub a:hover {
    color: #000;
  }
  .solution-sect .ly-row.sub a:hover svg {
    transform: translateY(-50%) scale(1);
  }
  .solution-sect .sub-title {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .solution-sect .mt-wrapper {
    padding: 0 5px;
  }
  .solution-sect .content-title + p {
    font-size: 14px;
  }
  .solution-sect .ly-row {
    margin: -5px 0;
  }
  .solution-sect .ly-row .col4 {
    padding: 5px;
  }
  .solution-sect .ly-row a {
    border-radius: 10px;
    padding: 10px 15px 50px;
  }
  .solution-sect .ly-row a:hover p {
    text-decoration: none;
    color: #000;
  }
  .solution-sect .ly-row a:hover svg {
    transform: scale(1);
  }
  .solution-sect .ly-row img {
    height: 80px;
    border-radius: 5px;
  }
  .solution-sect .ly-row .s-tit-wrap {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 15px 0;
  }
  .solution-sect .ly-row .s-tit-wrap::before {
    left: -15px;
  }
  .solution-sect .ly-row .s-tit-wrap .s-tit {
    font-size: 16px;
    font-weight: 500;
  }
  .solution-sect .ly-row p {
    font-size: 14px;
  }
  .solution-sect .ly-row svg {
    right: 15px;
    bottom: 25px;
  }
  .solution-sect .ly-row.sub .s-tit-wrap {
    height: 50px;
  }
  .solution-sect .ly-row.sub a {
    padding: 15px;
    border-radius: 10px;
  }
  .solution-sect .sub-title {
    margin: 50px 0 25px;
  }
}
/*------------------------
  Related article 231212
------------------------*/
.related{
  background-color: #F0F0F0;
}
.related .mt-wrapper{
  overflow:inherit;
}

.newTop_slide_area {
max-width: 1200px;
margin: 60px auto 0;

}

.newTop_slideBox {
  list-style: none;
  max-width: 290px;
border-radius: 30px;
background-color: #fff;
transition: .2s;
margin-right: 13px!important;
}
.newTop_slideBox:hover {
background-color: #F5F7FA;
}

.newTop_slideBox_img{
  width: 100%;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
}
.newTop_slideBox_img img{
  border-radius: 10px;
}
.newTop_slideBox_in {
display: block;
width: 100%;
position: relative;
padding: 0 0 60px;
}

.newTop_slide_title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  border-left: solid 4px #CC0033;
}

.newTop_slide_arrow {
width: 21px;
position: absolute;
right: 30px;
bottom: 30px;
transition: .2s;
}
.newTop_slideBox:hover .newTop_slide_arrow {
transform: scale(1.2);
}

.newTop_slide_area .splide__arrow {
  width: 36px;
  height: 36px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  /* visibility: hidden; */
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.newTop_slide_area .splide__arrow:hover {
 opacity: .8!important;
}
.newTop_slide_area .splide__arrow svg{
  display: none;
}

.newTop_slide_area .splide__arrow--prev {
  left: -18px;
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/arrow_prev.svg);
}
.newTop_slide_area .splide__arrow--next {
  right: -18px;
  background-image: url(/content/dam/nttcom/hq/jp/business/mobile/top/arrow_next.svg);
}

.newTop_slide_area .splide__pagination {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
 align-items: center;
}

.newTop_slide_area .splide__pagination__page {
  background: #ccc;
}

.newTop_slide_area .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
  z-index: 1;
}
.article_controlsBtn{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  top: 20px;
}
.article_controlsBtn .splide__toggle__play, .article_controlsBtn .splide__toggle__pause {
  width: 35px;
  height: 35px;
  fill: #666;
}
.article_toggleBtn {
  cursor: pointer;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .related{
    padding: 0 0 40px;
  }
 .related .mt-wrapper {
    padding: 0 10px;
}
.newTop_slide_area {
  margin: 30px auto 0;
}
  .newTop_slideBox {
    max-width: inherit;
    width: calc(50% - 5px)!important;
    margin-right: 10px!important;
}
.newTop_slide_area .splide__arrow {
  display: none;
}
}
@media screen and (max-width: 520px) {
  .newTop_slideBox {
    border-radius: 10px;
}
  .newTop_slideBox_img {
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
}
.newTop_slide_arrow {
  width: 15px;
  right: 15px;
  bottom: 25px;
}
.newTop_slide_title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}
.newTop_slideBox_in {
  padding: 0 0 50px;
}
}


/*------------------------
  Floating CTA
------------------------*/
.mt-floating {
  background-color: #CC0033;
  width: 300px;
  border-radius: 10px;
  padding: 12px 10px 18px;
  text-align: center;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 60px;
  color: #FFF;
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.mt-floating.fade-out {
  opacity: 0;
}
.mt-floating .link-btn a {
  background-color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  width: 71.5%;
  margin: 7px auto 0;
}
.mt-floating .link-btn a:hover {
  color: #CC0033;
}
.mt-floating .link-btn a:hover svg {
  fill: #CC0033;
}
.mt-floating .link-btn svg {
  right: 15px;
  width: 14px;
}
.mt-floating p {
  font-size: 15px;
}
.mt-floating p span {
  padding-left: 35px;
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/mobile/top/icon_mail.svg) no-repeat left center/26px auto;
}
.mt-floating .close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mt-floating .close::before, .mt-floating .close::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 15px;
  height: 1px;
  background-color: #e26e8b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mt-floating .close::before {
  transform: rotate(-45deg);
}
.mt-floating .close::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mt-floating {
    background-color: #CC0033;
    max-width: 200px;
    width: 100%;
    padding: 10px 15px;
    right: 10px;
    bottom: 30px;
    border-radius: 8px;
  }
  .mt-floating .link-btn a {
    background-color: #CC0033;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    width: 100%;
    margin: 0;
    text-align: left;
    color: #FFF;
  }
  .mt-floating .link-btn a:hover, .mt-floating .link-btn a:visited, .mt-floating .link-btn a:focus {
    color: #FFF;
  }
  .mt-floating .link-btn a:hover svg, .mt-floating .link-btn a:visited svg, .mt-floating .link-btn a:focus svg {
    fill: #FFF;
  }
  .mt-floating .link-btn svg {
    right: 0;
    width: 14px;
    fill: #FFF;
  }
  .mt-floating .link-btn span {
    padding-left: 25px;
    display: inline-block;
    background: url(/content/dam/nttcom/hq/jp/business/mobile/top/icon_mail.svg) no-repeat left center/20px auto;
  }
  .mt-floating p {
    font-size: 13px;
    display: none;
  }
  .mt-floating .close {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #cont01, #cont02, #cont03, #cont04, #cont05, #cont06, #cont07 {
    margin-top: -385px;
    padding-top: 385px;
  }
  #cont02 {
    position: relative;
    z-index: -1;
  }
}