@charset "UTF-8";
body {
  min-width: initial;
}

main {
  padding-top: 0;
}
main a img:hover {
  opacity: 1;
}

.main-article {
  padding-top: 0;
}

footer {
  min-width: initial;
  overflow: hidden;
}

.footerInner {
  width: 100%;
  max-width: 1260px;
}

@keyframes arrow-ani {
  0% {
    left: 0%;
  }
  35% {
    left: 100%;
  }
  35.1% {
    left: -101%;
  }
  70% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}
.db2024-sol-title {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 55px 0 28px 0;
}
.db2024-sol-title img {
  display: block;
  margin: 0 auto;
}
.db2024-sol-title--works img {
  max-width: 721px;
}
.db2024-sol-title--topics img {
  max-width: 195px;
}
.db2024-sol-title--cm img {
  max-width: 64px;
}
.db2024-sol-title--about img {
  max-width: 323px;
}
.db2024-sol-title--media img {
  max-width: 210px;
}
.db2024-sol-title--service img {
  max-width: 601px;
}
.db2024-sol-title--project img {
  max-width: 250px;
}
.db2024-sol-title--project2 img {
  max-width: 278px;
}
.db2024-sol-title--news img {
  max-width: 294px;
}
.db2024-sol-title--others img {
  max-width: 281px;
}
.db2024-sol-title--eva img {
  max-width: 279px;
}
.db2024-sol-header {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  background-color: white;
  z-index: 10000;
}
.db2024-sol-header__logo {
  padding: 10px 20px;
}
.db2024-sol-header__logo img {
  width: 208px;
}
.db2024-sol-header__toggle {
  display: none;
}
.db2024-sol-header__nav {
  flex-grow: 1;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px 0 0;
  margin: 0;
}
.db2024-sol-header__nav--top {
  max-width: 500px;
}
.db2024-sol-header__nav--sub {
  max-width: 930px;
}
.db2024-sol-header__nav-item {
  line-height: 0;
  padding-left: 15px;
}
.db2024-sol-header__nav-item img {
  width: 100%;
}
.db2024-sol-header__nav-item--top {
  max-width: 36px;
}
.db2024-sol-header__nav-item--works {
  max-width: 60px;
}
.db2024-sol-header__nav-item--topics {
  max-width: 86px;
}
.db2024-sol-header__nav-item--cm {
  max-width: 26px;
}
.db2024-sol-header__nav-item--about {
  max-width: 136px;
}
.db2024-sol-header__nav-item--subtop {
  max-width: 34px;
}
.db2024-sol-header__nav-item--media {
  max-width: 91px;
}
.db2024-sol-header__nav-item--service {
  max-width: 192px;
}
.db2024-sol-header__nav-item--project {
  max-width: 113px;
}
.db2024-sol-header__nav-item--project2 {
  max-width: 122px;
}
.db2024-sol-header__nav-item--news {
  max-width: 121px;
}
.db2024-sol-header__nav-item--eva {
  max-width: 116px;
}
.db2024-sol-anc {
  margin-top: -65px;
  padding-top: 65px;
  display: block;
}
.db2024-sol-hover {
  opacity: 1;
  transition: opacity 250ms linear;
}
.db2024-sol-hover div {
  opacity: 1;
  transition: opacity 250ms linear;
}
.db2024-sol-hover:hover {
  opacity: 0.6;
}
.db2024-sol-hover:hover div {
  opacity: 0.6;
}
.db2024-sol-arrow {
  position: absolute;
  overflow: hidden;
  width: 5.52%;
  aspect-ratio: 1;
  bottom: 4.48%;
  right: 2.15%;
  max-width: 12.8px;
  max-height: 12.8px;
}
.db2024-sol-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/nav_arrow.svg) top left/contain no-repeat;
  animation: arrow-ani 1.2s linear infinite;
}
.db2024-sol-arrow--wh::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/arrow_wh.svg) top left/contain no-repeat;
  animation: arrow-ani 1.2s linear infinite;
}
.db2024-sol-arrow--wr {
  width: 6.8%;
  bottom: 3%;
  right: 2.15%;
}
.db2024-sol-arrow--wr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/arrow_wr.svg) top left/contain no-repeat;
  animation: arrow-ani 1.2s linear infinite;
}
.db2024-sol-main {
  /*padding-top: 65px;*/
  padding-top: 0;
  width: 100%;
  /*overflow: hidden;*/
  /* 游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  transition: filter 500ms;
  background-color: white;
}
.db2024-sol-main .br-pc {
  display: inline;
}
.db2024-sol-main .br-sp {
  display: none;
}
.db2024-sol-main--active {
  filter: brightness(0.7);
}
.db2024-sol-kv {
  width: 100%;
  background-color: #E0DBD9;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.db2024-sol-kv img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1200px;
}
.db2024-sol-works, .db2024-sol-others {
  width: 100%;
  padding-bottom: 63px;
}
.db2024-sol-works__list, .db2024-sol-others__list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px 24px;
}
.db2024-sol-works__item, .db2024-sol-others__item {
  position: relative;
  max-width: 232px;
}
.db2024-sol-works__item img, .db2024-sol-others__item img {
  display: block;
  width: 100%;
}
.db2024-sol-topics {
  width: 100%;
  padding-bottom: 55px;
  background-color: #AF0019;
}
.db2024-sol-topics__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
  justify-content: center;
}
.db2024-sol-topics__list a {
  display: contents;
}
.db2024-sol-topics__item {
  max-width: 316px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 8px;
  line-height: 1.6;
}
.db2024-sol-topics__item img {
  display: block;
  width: 100%;
}
.db2024-sol-topics__item-label {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #AF0019;
  background-color: white;
}
.db2024-sol-topics__item-title {
  color: white;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/arrow_wh.svg) left 5px/17px no-repeat;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.05em;
}
.db2024-sol-topics__item-body {
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: justify;
}
.db2024-sol-cm {
  width: 100%;
  padding-bottom: 55px;
}
.db2024-sol-cm__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
  justify-content: center;
}
.db2024-sol-cm__list a {
  display: contents;
}
.db2024-sol-cm__item {
  max-width: 316px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 8px;
  line-height: 1.6;
}
.db2024-sol-cm__item img {
  display: block;
  width: 100%;
}
.db2024-sol-cm__item-img::after {
  position: absolute;
  width: 12.6582278481%;
  aspect-ratio: 1;
  bottom: 3.164556962%;
  right: 3.164556962%;
  content: "";
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/cm_arrow.svg) top left/contain no-repeat;
}
.db2024-sol-cm__item-title {
  color: #AF0019;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  letter-spacing: 0.05em;
}
.db2024-sol-cm__yotuube {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 1.7777777778;
}
.db2024-sol-about {
  width: 100%;
  background-color: #AF0019;
  padding-bottom: 55px;
}
.db2024-sol-about__body {
  width: 95%;
  max-width: 1090px;
  margin: 0 auto 47px auto;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
}
.db2024-sol-about__box {
  width: 95%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: white;
  border: 50px solid black;
  -o-border-image: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/corner.png);
     border-image: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/corner.png);
  border-image-slice: 88 100 88 100;
  border-image-width: 44px 50px 44px 50px;
  border-image-repeat: round round;
  text-align: center;
  display: grid;
  place-items: center;
}
.db2024-sol-about__box img {
  width: 95%;
}
.db2024-sol-bottomnav {
  width: 100%;
  border-top: 1px solid #AF0019;
  position: fixed;
  left: 0;
  bottom: -40px;
  height: 40px;
  z-index: 1000;
  padding: 15px 0 15px 0;
  background-color: white;
  transition: transform 500ms, opacity 500ms;
}
.db2024-sol-bottomnav--active {
  transform: translate(0, -40px);
}
.db2024-sol-bottomnav--hide {
  opacity: 0;
  pointer-events: none;
}
.db2024-sol-bottomnav__list {
  width: 95%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.db2024-sol-bottomnav__item {
  line-height: 0;
}
.db2024-sol-bottomnav__item a {
  display: grid;
  place-items: center;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/nav_arrow.svg) left center/12px no-repeat;
  padding-left: 17px;
}
.db2024-sol-bottomnav__item--ai img {
  width: 16px;
}
.db2024-sol-bottomnav__item--security img {
  width: 67px;
}
.db2024-sol-bottomnav__item--data img {
  width: 62px;
}
.db2024-sol-bottomnav__item--iown img {
  width: 42px;
}
.db2024-sol-bottomnav__item--iot img {
  width: 25px;
}
.db2024-sol-bottomnav__item--gx img {
  width: 20px;
}
.db2024-sol-bottomnav__item--regional img {
  width: 54rpx;
}
.db2024-sol-bottomnav__item--dx img {
  width: 71px;
}
.db2024-sol-bottomnav__item--bpo img {
  width: 75px;
}
.db2024-sol-bottomnav__item--inactive a {
  pointer-events: none;
  opacity: 0.3;
}
.db2024-sol-media {
  width: 100%;
  padding-bottom: 35px;
}
.db2024-sol-media__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 232px);
  gap: 24px 24px;
  justify-content: center;
}
.db2024-sol-media__list a {
  display: contents;
}
.db2024-sol-media__item {
  max-width: 232px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  line-height: 1.6;
  row-gap: 0;
}
.db2024-sol-media__item img {
  display: block;
  width: 100%;
}
.db2024-sol-media__item-title {
  color: white;
  padding-left: 33px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  height: 40px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/arrow_wh.svg) 10px center/14px no-repeat;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.db2024-sol-media__item-title--blue {
  background-color: #0F367B;
}
.db2024-sol-media__item-title--pink {
  background-color: #E95277;
}
.db2024-sol-media__item-title--yellow {
  background-color: #E5A600;
}
.db2024-sol-media__item-title--green {
  background-color: #008002;
}
.db2024-sol-media__item-title--purple {
  background-color: #360158;
}
.db2024-sol-media__item-title--black {
  background-color: #000000;
}
.db2024-sol-media__item-body {
  color: #AF0019;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.db2024-sol-service {
  width: 100%;
  padding-bottom: 60px;
  background-color: #AF0019;
}
.db2024-sol-service__body {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
.db2024-sol-service__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 30px;
}
.db2024-sol-service__item {
  max-width: 432px;
}
.db2024-sol-service__item-title {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1;
}
.db2024-sol-service__item-title--cx img {
  width: 194px;
}
.db2024-sol-service__item-title--ex img {
  width: 191px;
}
.db2024-sol-service__item-title--crx img {
  width: 218px;
}
.db2024-sol-service__item-img {
  line-height: 0;
  margin-bottom: 20px;
}
.db2024-sol-service__item-body {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.db2024-sol-project {
  width: 100%;
  padding-bottom: 50px;
}
.db2024-sol-project__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 232px);
  gap: 24px 24px;
  justify-content: center;
}
.db2024-sol-project__list a {
  display: contents;
}
.db2024-sol-project__item {
  max-width: 232px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  line-height: 1.6;
}
.db2024-sol-project__item img {
  display: block;
  width: 100%;
}
.db2024-sol-project__item-img {
  margin-bottom: 10px;
}
.db2024-sol-project__item-title {
  color: #AF0019;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/nav_arrow.svg) left 3px/15px no-repeat;
  letter-spacing: 0.1em;
}
.db2024-sol-project__item-body {
  color: #AF0019;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.db2024-sol-project--red {
  background-color: #AF0019;
}
.db2024-sol-project--red .db2024-sol-project__item {
  background-color: white;
}
.db2024-sol-project--red .db2024-sol-project__item-title {
  margin: 0 10px;
}
.db2024-sol-project--red .db2024-sol-project__item-body {
  margin: 10px 10px;
  padding-bottom: 12px;
}
.db2024-sol-news {
  width: 100%;
  background-color: #AF0019;
  padding-bottom: 55px;
}
.db2024-sol-news__list {
  width: 95%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: white;
  border: 50px solid black;
  border-image-source: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/corner.png);
  border-image-slice: 88 100 88 100;
  border-image-width: 44px 50px 44px 50px;
  border-image-repeat: round round;
  display: grid;
  place-items: center;
}
.db2024-sol-news__item {
  width: 80%;
  margin-bottom: 30px;
  display: flex;
  justify-content: left;
}
.db2024-sol-news__item:last-child {
  margin-bottom: 0px;
}
.db2024-sol-news__item-date {
  width: 175px;
  font-size: 14px;
  font-weight: bold;
  color: #AF0019;
  letter-spacing: 0.15em;
}
.db2024-sol-news__item-body {
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 175px);
  text-align: left;
  letter-spacing: 0.1em;
}
.db2024-sol-news__item-body a {
  color: #AF0019;
  text-decoration: underline;
}
.db2024-sol-news--red {
  background-color: initial;
}
.db2024-sol-news--red .db2024-sol-news__list {
  background-color: #AF0019;
  border-image-source: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/corner_red.png);
}
.db2024-sol-news--red .db2024-sol-news__item-date {
  color: white;
}
.db2024-sol-news--red .db2024-sol-news__item-body a {
  color: white;
}
.db2024-sol-back {
  width: 100%;
  background-color: #AF0019;
  padding: 75px 0;
}
.db2024-sol-back-inner {
  text-align: center;
}
.db2024-sol-back-inner img {
  width: 340px;
}
.db2024-sol-service2 {
  width: 100%;
  padding-bottom: 55px;
  background-color: #AF0019;
}
.db2024-sol-service2__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 232px);
  gap: 24px 24px;
  justify-content: center;
}
.db2024-sol-service2__list a {
  display: contents;
}
.db2024-sol-service2__item {
  background-color: white;
  max-width: 232px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  line-height: 1.6;
}
.db2024-sol-service2__item img {
  display: block;
  width: 100%;
}
.db2024-sol-service2__item-title {
  color: #AF0019;
  padding: 13px 0 0 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/nav_arrow.svg) 12px 17px/15px no-repeat;
  letter-spacing: 0.01em;
}
.db2024-sol-service2__item-body {
  padding: 12px;
  color: #AF0019;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.db2024-sol-project2 {
  width: 100%;
  padding-bottom: 55px;
}
.db2024-sol-project2__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 232px);
  gap: 24px 24px;
  justify-content: center;
}
.db2024-sol-project2__list a {
  display: contents;
}
.db2024-sol-project2__item {
  background-color: white;
  max-width: 232px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  line-height: 1.6;
}
.db2024-sol-project2__item img {
  display: block;
  width: 100%;
}
.db2024-sol-project2__item-img {
  border: 1px solid #AF0019;
}
.db2024-sol-project2__item-title {
  color: #AF0019;
  padding: 12px 0 0 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/nav_arrow.svg) 1px 15px/18px no-repeat;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
}
.db2024-sol-project2__item-body {
  padding: 0;
  color: #AF0019;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.db2024-sol-eva {
  width: 100%;
  padding-bottom: 40px;
  background-color: #AF0019;
}
.db2024-sol-eva__body {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
}
.db2024-sol-eva__list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 232px);
  gap: 24px;
  justify-content: center;
}
.db2024-sol-eva__list a {
  display: contents;
}
.db2024-sol-eva__item {
  max-width: 232px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 8px;
  line-height: 1.6;
}
.db2024-sol-eva__item img {
  display: block;
  width: 100%;
}
.db2024-sol-eva__item-title {
  color: white;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  background: url(/content/dam/nttcom/hq/jp/business/lp/nttdocomobusiness/img/arrow_wh.svg) left 5px/18px no-repeat;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.05em;
}
.db2024-sol-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 0, 25, 0.95);
  z-index: 20000;
}
.db2024-sol-modal__close {
  width: 32px;
  position: absolute;
}
.db2024-sol-modal__yt-wrapper {
  max-width: 1000px;
  position: absolute;
  width: 95%;
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 20241128 db2024_sol */
.top-link{
  max-width: 1000px;
  margin:0 auto;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-link a{
  width: 600px;
}
.top-link a img{
  width: 100%;
}

/* 20241128 generative-ai */
.db2024-sol-movie{
  width: 100%;
  background-color: #AF0019;
  padding-bottom: 55px;
}
.db2024-sol-title {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 55px 0 28px 0;
}
.db2024-sol-title--movie img {
  max-width: 315px;
}
.db2024-sol-movie_youtube{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 20250109 smb-dx banner */
.db2024-sol-title--banner_pcpack {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 0 0 0;
}
.db2024-sol-title--banner_pcpack a{
  display: block;
}
.db2024-sol-title--banner_pcpack img{
  vertical-align: top;
  transition: opacity 250ms;
}
.db2024-sol-title--banner_pcpack img:hover{
  opacity: 0.8;
}