#kddibusiness {
  position: relative;
  color: #272727;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  background: white;
  z-index: 0;
}
#kddibusiness * {
  box-sizing: border-box;
}
#kddibusiness a.linkHover {
  opacity: 1;
  transition: .6s;
}
#kddibusiness a.linkHover:hover {
  opacity: .6;
  transition: .6s;
}

#news .__cmp-container-bg-color-white {
  background: none;
}

.experiencefragment {
  position: relative;
  z-index: 1;
}

.__cmp-is-card-layout-a .cmp-com-org-card__content {
  margin: -34% 0 0 8%;
}

.scene {
  width: 100%;
  position: relative;
}

.scene-in {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.item {
  position: relative;
  text-align: center;
}

.bg--gradation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

#eight-business {
  display: none;
}
#eight-business #growth {
  display: none;
}
#eight-business #core {
  display: none;
}
#eight-business #growth_bottm {
  justify-content: center;
}
#eight-business #growth_bottm .cmp-com-container-split__item:last-child {
  display: none;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.modal__trig {
  cursor: pointer;
}
.modal__layer {
  height: 100%;
  background: rgba(17, 29, 74, 0.8);
}
.modal__box {
  width: 100%;
  max-width: 640px;
  position: absolute;
}
.modal__inner {
  position: relative;
}
.modal__close {
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  background: transparent;
}
.modal__close::before, .modal__close:after {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-contents .modal__inner {
  height: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.modal-contents .modal__inner .box-inner {
  height: 100%;
  overflow-y: scroll;
}
.modal-contents .modal__close::before, .modal-contents .modal__close:after {
  background: #272727;
}

@keyframes grd-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes grd-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .v-hidden {
    visibility: hidden;
  }

  .ttl-box {
    position: relative;
  }
  .ttl-box .ttl-in {
    min-width: 580px;
    position: relative;
    display: inline-block;
    padding: 1rem 5rem;
  }
  .ttl-box .ttl-in::after {
    content: '';
    width: 80%;
    height: 100%;
    right: -1rem;
    bottom: -1rem;
    position: absolute;
    pointer-events: none;
  }
  .ttl-box .ttl-in .ttl {
    margin: 0;
    padding: 0 .4rem;
    font-size: 36px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.4;
  }
  .ttl-box__white {
    text-align: center;
  }
  .ttl-box__white .ttl-in {
    border: 1px solid white;
  }
  .ttl-box__white .ttl-in::after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }
  .ttl-box__white .ttl-in .ttl {
    color: white;
  }
  .ttl-box__grad .ttl-in::before {
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    padding: .09rem;
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .ttl-box__grad .ttl-in::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #0e0d6a, #0599e6) 1;
  }
  .ttl-box__grad .ttl-in .ttl {
    color: transparent;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background-clip: text;
  }

  .sub-ttl-box {
    width: 100%;
    position: relative;
    margin: 0 0 3rem;
    text-align: center;
  }
  .sub-ttl-box .ttl-in {
    width: 100%;
    max-width: 1200px;
    position: relative;
    color: white;
    padding: 0 .4rem;
    font-size: 30px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }

  .nav {
    width: 100%;
    position: relative;
    margin: 13rem 0 0;
    background: transparent;
    transition: transform 0.3s ease;
  }
  .nav::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    transform: translateX(-100%);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
    pointer-events: none;
  }
  .nav--list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    z-index: 1;
  }
  .nav--list a {
    position: relative;
    display: block;
    padding: 1.4rem 0 2rem;
    color: white;
    text-align: center;
    line-height: 1.4;
    transition: all .3s;
  }
  .nav--list a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .8rem;
    margin: 0 auto;
    transition: all .2s;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
  }
  .nav--list li {
    position: relative;
  }
  .nav--list li:hover a {
    opacity: .8;
  }
  .nav--list li:hover a::before {
    bottom: .6rem;
  }
  .nav__fixed {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
  }
  .nav__fixed::before {
    display: none;
  }
  .nav__fixed.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .nav.is-active::before {
    transform: translateX(0);
  }

  .mainvisual {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .scene--lead {
    color: white;
  }
  .scene--lead .lead--txt {
    width: 86%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0;
  }
  .scene--lead .lead--txt .txt {
    font-size: 26px;
    line-height: 2.4;
    text-align: center;
  }
  .scene--lead .lead--txt .clear {
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.1s linear;
  }
  .scene--lead .lead--txt .clear.active {
    color: white;
  }
  .scene--lead .lead--item {
    width: 100%;
    height: calc(350px + 1rem);
    position: relative;
    margin: 0;
  }
  .scene--lead .lead--item .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(-180deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  }
  .scene--lead .lead--item .circle::before {
    content: '';
    width: 80px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: white;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    opacity: 0;
  }
  .scene--lead .lead--item .circle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 18px;
    height: 18px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
  }
  .scene--lead .lead--item .circle .circle-in {
    width: 350px;
    height: 350px;
    border: 2px solid white;
    border-radius: 50%;
  }
  .scene--lead .lead--item .circle .era {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 66px;
    right: -44px;
    margin: 0;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
  }
  .scene--lead .lead--item .circle__detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1rem;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
  }
  .scene--lead .lead--item .circle__detail .icon img {
    padding: 0 35%;
  }
  .scene--lead .lead--item .circle__detail .title {
    margin: 1rem 0 0;
  }
  .scene--lead .lead--item .circle__detail .title img {
    width: 220px;
  }
  .scene--lead .lead--item .circle__detail .txt {
    margin: 1rem 0 0;
  }
  .scene--lead .lead--item .c3::before, .scene--lead .lead--item .c3::after {
    display: none;
  }
  .scene--lead .lead--item.line1 .c1::before {
    animation: lineGrow 0.3s ease forwards;
  }
  .scene--lead .lead--item.line1 .c1::after {
    animation: arrowShow 0.2s ease forwards;
    animation-delay: 0.3s;
  }
  .scene--lead .lead--item.line2 .c2::before {
    animation: lineGrow 0.3s ease forwards;
  }
  .scene--lead .lead--item.line2 .c2::after {
    animation: arrowShow 0.2s ease forwards;
    animation-delay: 0.3s;
  }
  .scene--lead .lead--item.active .circle {
    opacity: 1;
    transform: translate(-600px, -50%) scale(1) rotate(0deg);
  }
  .scene--lead .lead--item.split .c1 {
    transform: translate(-600px, -50%);
  }
  .scene--lead .lead--item.split .c2 {
    transform: translate(-50%, -50%);
  }
  .scene--lead .lead--item.split .c3 {
    transform: translate(250px, -50%);
  }
  .scene--lead .lead--item.show-c1 .c1 .era, .scene--lead .lead--item.show-c1 .c1 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c1 .c1 .circle-in {
    -webkit-mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c2 .c2 .era, .scene--lead .lead--item.show-c2 .c2 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c2 .c2 .circle-in {
    -webkit-mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c3 .c3 .era, .scene--lead .lead--item.show-c3 .c3 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c3 .c3 .circle-in {
    -webkit-mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 40px at 88% 20%, transparent 98%, black 100%);
  }

  @keyframes lineGrow {
    from {
      opacity: 1;
      transform: translateY(-50%) scaleX(0);
    }
    to {
      opacity: 1;
      transform: translateY(-50%) scaleX(1);
    }
  }
  @keyframes arrowShow {
    from {
      opacity: 0;
      transform: translateY(-50%) translateX(-6px) rotate(45deg);
    }
    to {
      opacity: 1;
      transform: translateY(-50%) translateX(0) rotate(45deg);
    }
  }
  .scene--evol {
    color: white;
    padding: 3rem 0 8rem;
  }
  .scene--evol .caption {
    width: 100%;
    position: relative;
    margin: 5rem 0 0;
    font-size: 26px;
    text-align: center;
    line-height: 2;
  }
  .scene--evol .item {
    width: 100%;
    height: 680px;
    position: relative;
    margin: 3rem 0 0;
    text-align: center;
    background: url("https://kd-biz.scene7.com/is/image/kddibiz/evol-base?scl=1&fmt=png-alpha&bfc=off") no-repeat center center;
    background-size: contain;
  }
  .scene--evol .list--ai {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .scene--evol .list--ai li {
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
  }
  .scene--evol .list--ai li.show {
    opacity: 1;
    transform: translateY(0);
  }
  .scene--evol .list--ai li a {
    width: 100%;
    display: block;
    position: relative;
  }
  .scene--evol .list--ai li.connected {
    top: 66px;
    left: 212px;
  }
  .scene--evol .list--ai li.datacenter {
    top: 68px;
    left: 302px;
  }
  .scene--evol .list--ai li.integration {
    top: 68px;
    left: 392px;
  }
  .scene--evol .list--ai li.cybersecurity {
    top: 60px;
    left: 302px;
  }
  .scene--evol .list--ai li.bpo {
    top: 60px;
    left: 212px;
  }
  .scene--evol .list--ai .move__icon {
    width: 145px;
    position: relative;
    transition: transform .3s ease;
  }
  .scene--evol .list--ai .move__icon:hover {
    animation: hop .6s ease;
  }
  .scene--evol .list--ai .move__plus {
    width: 22px;
    position: absolute;
    bottom: 27px;
    right: 0;
    pointer-events: none;
  }

  @keyframes hop {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-4px);
    }
    100% {
      transform: translateY(0);
    }
  }
  #news .ttl-box {
    margin: 0 0 5rem;
    text-align: center;
  }
  #news .ttl-box .ttl-in {
    min-width: 580px;
  }
  #news #btn_news {
    margin: 3rem 0 0;
  }
  #news .news-list {
    width: 100%;
    position: relative;
  }
  #news .news-list li {
    width: 100%;
    position: relative;
    padding: 0 0 .8rem;
    border-bottom: 1px solid #d7dbde;
  }
  #news .news-list li:not(:first-child) {
    padding: .8rem 0;
  }
  #news .news-list a {
    width: 100%;
    position: relative;
    display: flex;
    align-items: baseline;
  }
  #news .news-list a:hover {
    opacity: .8;
  }
  #news .news-list .date {
    width: 160px;
    font-size: 15px;
  }
  #news .news-list .category {
    width: 120px;
    margin: 0 2rem 0 0;
    padding: .4rem 1rem;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 11px;
    line-height: 1.6;
    background-color: #0e0d6a;
  }
  #news .news-list .summary {
    width: calc(100% - 120px - 160px - 2rem);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #related {
    position: relative;
    background: white;
  }
  #related .title {
    text-align: center;
  }
  #related .cmp-relatedArticle__list {
    grid-template-columns: repeat(3, 1fr);
  }

  #ttl_related {
    min-width: 580px;
    position: relative;
    display: inline-block;
    padding: 1rem 5rem;
    background: none;
  }
  #ttl_related::after {
    content: '';
    width: 80%;
    height: 100%;
    right: -1rem;
    bottom: -1rem;
    position: absolute;
    pointer-events: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #0e0d6a, #0599e6) 1;
  }
  #ttl_related::before {
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    padding: .09rem;
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  #ttl_related > h2.cmp-com-parts-title__leadText {
    margin: 0;
    padding: 0 .4rem;
    font-size: 36px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: transparent;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background-clip: text;
  }

  #btmBrandLnk__bg {
    width: 100%;
    position: relative;
    height: 420px;
  }

  .modal__close {
    width: 50px;
    height: 50px;
    transition: all .3s;
  }
  .modal__close:hover {
    opacity: .6;
    transition: all .3s;
  }
  .modal__close::before, .modal__close:after {
    width: 40px;
  }

  .modal-contents .modal__box {
    width: 100%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-contents .modal__close {
    top: 1rem;
    right: 0;
    right: 2rem;
  }
  .modal-contents .modal__close::before, .modal-contents .modal__close:after {
    width: 50px;
  }
  .modal-contents .modal__inner .hd {
    width: 100%;
    position: relative;
    margin: 2rem 0 0;
    padding: 0 2rem 0 0;
    display: flex;
    align-items: center;
  }
  .modal-contents .modal__inner .hd .icon {
    width: 180px;
  }
  .modal-contents .modal__inner .hd .ttl {
    width: calc(100% - 180px - 1%);
    position: relative;
    line-height: 1.4;
    margin-left: 1%;
  }
  .modal-contents .modal__inner .hd .ttl .name {
    margin: 0 0 .5rem;
    font-size: 30px;
    font-weight: 800;
  }
  .modal-contents .modal__inner .hd .ttl .caption {
    margin: 1rem 0 0;
    display: inline;
    color: transparent;
    font-size: 20px;
    font-weight: 500;
    background: -moz-linear-gradient(90deg, #0e0d6a, #0599e6);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a, #0599e6);
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    background-clip: text;
  }
  .modal-contents .modal__inner .detail {
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
    padding: 0 2rem;
  }
  .modal-contents .modal__inner .detail > p {
    line-height: 1.6;
  }
  .modal-contents .modal__inner .detail .logo {
    margin: 2rem 0 0;
  }
  .modal-contents .modal__inner .detail .logo > ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
    text-align: center;
  }
  .modal-contents .modal__inner .detail .logo li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-contents .modal__inner .detail .logo li img {
    padding: 0 22%;
  }
  .modal-contents .modal__inner .detail .logo li:nth-child(even) {
    margin-left: 1%;
  }
  .modal-contents .modal__inner .detail .logo .logo-column li {
    width: calc((100% - 1%) / 3);
  }
  .modal-contents .modal__inner .detail .logo .logo-column li img {
    padding: 0 8%;
  }
  .modal-contents .modal__inner .detail .logo .message {
    width: 100%;
    color: #0e0d6a;
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
  }
  .modal-contents .modal__inner .forte {
    width: 100%;
    position: relative;
    margin: 2rem 0 0;
    padding: 2rem 2rem 3rem;
    background: #d9f5fe;
  }
  .modal-contents .modal__inner .forte > .ttl {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
  }
  .modal-contents .modal__inner .forte .list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
  }
  .modal-contents .modal__inner .forte .list li {
    width: calc((100% - 2%) / 2);
    position: relative;
    padding: 1.6rem;
    line-height: 1.4;
    background: white;
    border-radius: 5px;
  }
  .modal-contents .modal__inner .forte .list li:nth-child(even) {
    margin-left: 2%;
  }
  .modal-contents .modal__inner .forte .list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .modal-contents .modal__inner .forte .list li .ttl {
    color: #004bbf;
    font-weight: 700;
    text-align: center;
  }
  .modal-contents .modal__inner .forte .list li .desc {
    margin: .5rem 0 0;
    font-size: 16px;
  }
  .modal-contents .modal__inner .forte .list li.attentison {
    margin: auto 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #8b8b8b;
    background: none;
    border-radius: 0;
  }
  .modal-contents .modal__inner .forte .list li.attentison .indent {
    width: 65%;
    margin: 0 0 0 auto;
    padding-left: 1rem;
    text-indent: -1rem;
  }
}
@media (max-width: 55.99em) {
  .modal-contents .modal__box {
    height: 80%;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1280px) {
  .scene--lead .lead--item {
    height: calc(30vw + 1rem);
  }
  .scene--lead .lead--item .circle {
    width: 30vw;
    height: 30vw;
    transform: translate(-50%, 80%) scale(0) rotate(-180deg);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  }
  .scene--lead .lead--item .circle::before {
    width: 8vw;
    height: 2px;
    right: -4vw;
  }
  .scene--lead .lead--item .circle::after {
    right: -5vw;
    width: 1.8vw;
    height: 1.8vw;
  }
  .scene--lead .lead--item .circle .circle-in {
    width: 30vw;
    height: 30vw;
  }
  .scene--lead .lead--item .circle .era {
    width: 8vw;
    height: 8vw;
    top: 6.5vw;
    right: -4.2vw;
  }
  .scene--lead .lead--item .circle__detail {
    padding: 4vw;
  }
  .scene--lead .lead--item.active .circle {
    transform: translate(-48vw, -50%) scale(1) rotate(0deg);
  }
  .scene--lead .lead--item.split .c1 {
    transform: translate(-48vw, -50%);
  }
  .scene--lead .lead--item.split .c2 {
    transform: translate(-50%, -50%);
  }
  .scene--lead .lead--item.split .c3 {
    transform: translate(18vw, -50%);
  }
  .scene--lead .lead--item.show-c1 .c1 .circle-in {
    -webkit-mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c2 .c2 .circle-in {
    -webkit-mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c3 .c3 .circle-in {
    -webkit-mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 3vw at 88% 20%, transparent 98%, black 100%);
  }

  .scene--ai {
    padding: 0;
  }
  .scene--ai .scene-in {
    padding: 8vw 0 10vw;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1200px) {
  .scene--evol .item {
    height: 56vw;
  }
  .scene--evol .list--ai li {
    width: 11vw;
    height: 11vw;
  }
  .scene--evol .list--ai li.connected {
    top: 4.6vw;
    left: 17.5vw;
  }
  .scene--evol .list--ai li.datacenter {
    top: 3.8vw;
    left: 25vw;
  }
  .scene--evol .list--ai li.integration {
    top: 2.5vw;
    left: 33vw;
  }
  .scene--evol .list--ai li.cybersecurity {
    top: 1vw;
    left: 25vw;
  }
  .scene--evol .list--ai li.bpo {
    top: -.2vw;
    left: 17.5vw;
  }
  .scene--evol .list--ai .move__icon {
    width: 11.4vw;
  }
  .scene--evol .list--ai .move__plus {
    width: 2vw;
    bottom: 1.8vw;
    right: 1.4vw;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1024px) {
  .scene--ai .scene-in {
    padding: 6vw 4vw;
  }
  .scene--ai .ai__txt .txt-box {
    font-size: 2.8vw;
  }

  .scene--lead .lead--item .circle .circle-in .txt {
    font-size: 2vw;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 896px) {
  .modal__box {
    height: 80%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .view-sp {
    display: block !important;
  }

  .view-pc {
    display: none !important;
  }

  .v-hidden {
    display: none;
  }

  #kddibusiness {
    font-size: 3.8vw;
  }

  .mt0 {
    margin-top: 0;
  }

  .mt10 {
    margin-top: 3vw;
  }

  .mt20 {
    margin-top: 5vw;
  }

  .mt30 {
    margin-top: 8vw;
  }

  .mb0 {
    margin-bottom: 0;
  }

  .mb10 {
    margin-bottom: 3vw;
  }

  .mb20 {
    margin-bottom: 5vw;
  }

  .mb30 {
    margin-bottom: 8vw;
  }

  .ttl-box {
    width: 100%;
    max-width: calc(100% - (6vw * 2));
    position: relative;
    margin: auto;
    text-align: center;
  }
  .ttl-box .ttl-in {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3vw;
  }
  .ttl-box .ttl-in::after {
    content: '';
    width: 80%;
    height: 100%;
    right: -3vw;
    bottom: -3vw;
    position: absolute;
    pointer-events: none;
  }
  .ttl-box .ttl-in .ttl {
    margin: 0;
    padding: 0 1vw;
    font-size: 6.8vw;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .ttl-box__white .ttl-in {
    border: 0.4vw solid white;
  }
  .ttl-box__white .ttl-in::after {
    border-right: 0.4vw solid white;
    border-bottom: 0.4vw solid white;
  }
  .ttl-box__white .ttl-in .ttl {
    color: white;
  }
  .ttl-box__grad .ttl-in::before {
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    padding: .4vw;
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .ttl-box__grad .ttl-in::after {
    border-right: .4vw solid;
    border-bottom: .4vw solid;
    border-image: linear-gradient(90deg, #0e0d6a, #0599e6) 1;
  }
  .ttl-box__grad .ttl-in .ttl {
    color: transparent;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background-clip: text;
  }

  .sub-ttl-box {
    width: 100%;
    position: relative;
    margin: 0 0 5vw;
    text-align: center;
  }
  .sub-ttl-box .ttl-in {
    width: 100%;
    position: relative;
    color: white;
    padding: 0 .4rem;
    font-size: 6.2vw;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .sub-ttl-box .ttl-in .ttl > span {
    display: block;
    font-size: 5.2vw;
  }

  .mainvisual {
    position: relative;
  }
  .mainvisual .mv-in {
    width: 100%;
    height: 100%;
  }
  .mainvisual .mv-in .txt {
    display: none;
  }

  .scene--lead {
    color: white;
  }
  .scene--lead .scene-in {
    padding: 0;
  }
  .scene--lead .lead--txt {
    width: calc(100% - 4vw - 2vw);
    position: relative;
    margin: 5vw auto 0;
    padding: 4vw;
  }
  .scene--lead .lead--txt .txt {
    font-size: 3.88vw;
    line-height: 2;
  }
  .scene--lead .lead--txt .clear {
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.1s linear;
  }
  .scene--lead .lead--txt .clear.active {
    color: white;
  }
  .scene--lead .lead--item {
    width: 100%;
    height: calc(80vw * 3);
    position: relative;
  }
  .scene--lead .lead--item .circle {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 65vw;
    height: 65vw;
    transform: translate(-50%, -50%) scale(0) rotate(-180deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s;
    opacity: 0;
  }
  .scene--lead .lead--item .circle::before {
    content: '';
    width: .4vw;
    height: 18vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19vw;
    margin: 0 auto;
    background: white;
    transform: translateY(-50%) scaleX(0);
    transform-origin: top;
    opacity: 0;
  }
  .scene--lead .lead--item .circle::after {
    content: '';
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12vw;
    margin: 0 auto;
    border: .4vw solid;
    border-color: transparent transparent white white;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
  }
  .scene--lead .lead--item .circle .circle-in {
    width: 65vw;
    height: 65vw;
    border: 0.4vw solid white;
    border-radius: 50%;
  }
  .scene--lead .lead--item .circle .era {
    position: absolute;
    width: 16vw;
    height: 16vw;
    top: 14vw;
    right: -8vw;
    margin: 0;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .scene--lead .lead--item .circle__detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 3vw 8vw;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .scene--lead .lead--item .circle__detail .icon img {
    padding: 0 30%;
  }
  .scene--lead .lead--item .circle__detail .title {
    margin: 5vw 0 0;
    font-size: 4.5vw;
    font-weight: 500;
    padding: 0 10%;
  }
  .scene--lead .lead--item .circle__detail .title img {
    width: 52vw;
  }
  .scene--lead .lead--item .circle__detail .txt {
    margin: 3vw 0 0;
  }
  .scene--lead .lead--item.sp-c1 .c1 {
    opacity: 1;
    transform: translate(-50%, -70%) scale(1) rotate(0);
  }
  .scene--lead .lead--item.step2 .c1 {
    transform: translate(-50%, -70%) scale(1) rotate(0);
  }
  .scene--lead .lead--item.step2 .c2 {
    transform: translate(-50%, 55%) scale(1) rotate(0);
  }
  .scene--lead .lead--item.step2 .c3 {
    transform: translate(-50%, 180%) scale(1) rotate(0);
  }
  .scene--lead .lead--item.sp-c2 .c2 {
    opacity: 1;
  }
  .scene--lead .lead--item.sp-c3 .c3 {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c1 .c1 .circle-in {
    -webkit-mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c1 .c1 .era, .scene--lead .lead--item.show-c1 .c1 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c2 .c2 .circle-in {
    -webkit-mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c2 .c2 .era, .scene--lead .lead--item.show-c2 .c2 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item.show-c3 .c3 .circle-in {
    -webkit-mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
    mask-image: radial-gradient(circle 7vw at 90% 20%, transparent 98%, black 100%);
  }
  .scene--lead .lead--item.show-c3 .c3 .era, .scene--lead .lead--item.show-c3 .c3 .circle__detail {
    opacity: 1;
  }
  .scene--lead .lead--item .c3::before, .scene--lead .lead--item .c3::after {
    display: none;
  }
  .scene--lead .lead--item.line1 .c1::before {
    animation: lineGrow 0.4s ease forwards;
  }
  .scene--lead .lead--item.line1 .c1::after {
    animation: arrowShow 0.2s ease forwards;
    animation-delay: 0.4s;
  }
  .scene--lead .lead--item.line2 .c2::before {
    animation: lineGrow 0.4s ease forwards;
  }
  .scene--lead .lead--item.line2 .c2::after {
    animation: arrowShow 0.2s ease forwards;
    animation-delay: 0.4s;
  }

  @keyframes lineGrow {
    from {
      opacity: 1;
      transform: translateY(-50%) scaleY(0);
    }
    to {
      opacity: 1;
      transform: translateY(-50%) scaleY(1);
    }
  }
  @keyframes arrowShow {
    from {
      opacity: 0;
      transform: translateY(-3vw) rotate(-45deg);
    }
    to {
      opacity: 1;
      transform: translateY(0) rotate(-45deg);
    }
  }
  .scene--evol {
    color: white;
    padding: 0;
  }
  .scene--evol .caption {
    width: 100%;
    position: relative;
    margin: 3vw 0 0;
    padding: 0 4vw;
    font-size: 3.88vw;
    line-height: 2;
  }
  .scene--evol .item {
    width: 100%;
    height: 142vw;
    position: relative;
    margin: 5vw 0 8vw;
    text-align: center;
    background: url("https://kd-biz.scene7.com/is/image/kddibiz/evol-base_sp?scl=1&fmt=png-alpha&bfc=off") no-repeat center center;
    background-size: 100%;
  }
  .scene--evol .list--ai {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .scene--evol .list--ai li {
    width: 20vw;
    height: 20vw;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
  }
  .scene--evol .list--ai li.show {
    opacity: 1;
    transform: translateY(0);
  }
  .scene--evol .list--ai li a {
    width: 100%;
    display: block;
    position: relative;
  }
  .scene--evol .list--ai li.connected {
    top: 13.2vw;
    left: 12.4vw;
  }
  .scene--evol .list--ai li.datacenter {
    top: 19.6vw;
    left: 24vw;
  }
  .scene--evol .list--ai li.integration {
    top: 26vw;
    left: 36.4vw;
  }
  .scene--evol .list--ai li.cybersecurity {
    top: 32vw;
    left: 24vw;
  }
  .scene--evol .list--ai li.bpo {
    top: 39vw;
    left: 12.4vw;
  }
  .scene--evol .list--ai .move__icon {
    width: 21vw;
    position: relative;
  }
  .scene--evol .list--ai .move__plus {
    width: 4vw;
    position: absolute;
    bottom: 3.3vw;
    right: 2vw;
    pointer-events: none;
  }

  #news .ttl-box {
    width: 100%;
    max-width: calc(100% - (2vw * 2));
    position: relative;
    margin: 0 auto 10vw;
    text-align: center;
  }
  #news .ttl-box .ttl-in {
    width: 100%;
  }
  #news #btn_news {
    margin: 5vw 0 0;
  }
  #news .news-list {
    width: 100%;
    position: relative;
  }
  #news .news-list li {
    width: 100%;
    position: relative;
    padding: 0 0 .8rem;
    border-bottom: 1px solid #d7dbde;
  }
  #news .news-list li:not(:first-child) {
    border-top: 1px solid #d7dbde;
    padding: .8rem 0;
  }
  #news .news-list a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1vw 0;
  }
  #news .news-list .date {
    color: #8d9295;
    font-size: 3.4vw;
  }
  #news .news-list .category {
    width: 35vw;
    margin: 1vw 1vw 0 0;
    padding: 1vw;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 3vw;
    line-height: 1.6;
    background-color: #0e0d6a;
  }
  #news .news-list .summary {
    width: 100%;
    position: relative;
    margin: 1vw 0 0;
    flex-grow: 1;
  }

  #related {
    position: relative;
    background: white;
  }
  #related .title {
    text-align: center;
  }
  #related .cmp-relatedArticle__list {
    grid-template-columns: repeat(1, 1fr);
  }

  #ttl_related {
    width: 100%;
    max-width: calc(100% - (6vw * 2));
    position: relative;
    display: inline-block;
    margin: 0 auto 5vw;
    text-align: center;
    padding: 3vw;
    background: none;
  }
  #ttl_related::before {
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    padding: .4vw;
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  #ttl_related::after {
    content: '';
    width: 80%;
    height: 100%;
    right: -3vw;
    bottom: -3vw;
    position: absolute;
    pointer-events: none;
    border-right: .4vw solid;
    border-bottom: .4vw solid;
    border-image: linear-gradient(90deg, #0e0d6a, #0599e6) 1;
  }
  #ttl_related > h2 {
    margin: 0;
    padding: 0 1vw;
    font-size: 6.8vw;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: transparent;
    background: -moz-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background: linear-gradient(90deg, #0e0d6a 0%, #0599e6 100%) border-box border-box;
    background-clip: text;
  }

  .modal__close {
    width: 9vw;
    height: 9vw;
    top: -7vw;
    right: 0;
  }
  .modal__close::before, .modal__close:after {
    width: 8vw;
  }

  .modal-contents .modal__box {
    width: calc(100% - 8vw);
    height: 80%;
    top: calc(50% - 8vw);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-contents .modal__close {
    top: 3vw;
    right: 0;
    right: 3vw;
  }
  .modal-contents .modal__close::before, .modal-contents .modal__close:after {
    width: 8vw;
  }
  .modal-contents .modal__inner .hd {
    width: 100%;
    position: relative;
    margin: 10vw 0 0;
    padding: 0 4vw 0 0;
    display: flex;
    align-items: center;
  }
  .modal-contents .modal__inner .hd .icon {
    width: 30vw;
  }
  .modal-contents .modal__inner .hd .ttl {
    width: calc(100% - 30vw - 1%);
    position: relative;
    line-height: 1.4;
    margin-left: 1%;
  }
  .modal-contents .modal__inner .hd .ttl .name {
    margin: 0 0 1vw;
    font-size: 5.2vw;
    font-weight: 800;
  }
  .modal-contents .modal__inner .hd .ttl .caption {
    margin: 3vw 0 0;
    display: inline;
    color: transparent;
    font-size: 4vw;
    font-weight: 500;
    background: -moz-linear-gradient(90deg, #0e0d6a, #0599e6);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0e0d6a), to(#0599e6));
    background: -webkit-linear-gradient(90deg, #0e0d6a, #0599e6);
    background: linear-gradient(90deg, #0e0d6a, #0599e6);
    background-clip: text;
  }
  .modal-contents .modal__inner .detail {
    width: 100%;
    position: relative;
    margin: 3vw 0 0;
    padding: 0 4vw;
  }
  .modal-contents .modal__inner .detail > p {
    line-height: 1.6;
  }
  .modal-contents .modal__inner .detail .logo {
    margin: 4vw 0 0;
  }
  .modal-contents .modal__inner .detail .logo > ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 3vw 0 0;
    text-align: center;
  }
  .modal-contents .modal__inner .detail .logo li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-contents .modal__inner .detail .logo li img {
    padding: 0 22%;
  }
  .modal-contents .modal__inner .detail .logo li:nth-child(even) {
    margin-left: 1%;
  }
  .modal-contents .modal__inner .detail .logo .logo-column li {
    width: calc((100% - 1%) / 3);
  }
  .modal-contents .modal__inner .detail .logo .logo-column li img {
    padding: 0 8%;
  }
  .modal-contents .modal__inner .detail .logo .message {
    width: 100%;
    color: #0e0d6a;
    font-size: 4.4vw;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
  }
  .modal-contents .modal__inner .forte {
    width: 100%;
    position: relative;
    margin: 5vw 0 0;
    padding: 4vw 4vw 10vw;
    background: #d9f5fe;
  }
  .modal-contents .modal__inner .forte > .ttl {
    font-size: 4.8vw;
    font-weight: 800;
    text-align: center;
  }
  .modal-contents .modal__inner .forte .list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 4vw 0 0;
  }
  .modal-contents .modal__inner .forte .list li {
    width: calc((100% - 2%) / 2);
    position: relative;
    padding: 4vw;
    line-height: 1.4;
    background: white;
    border-radius: 5px;
  }
  .modal-contents .modal__inner .forte .list li:nth-child(even) {
    margin-left: 2%;
  }
  .modal-contents .modal__inner .forte .list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .modal-contents .modal__inner .forte .list li .ttl {
    color: #004bbf;
    font-weight: 700;
    text-align: center;
  }
  .modal-contents .modal__inner .forte .list li .desc {
    margin: .5rem 0 0;
    font-size: 3.8vw;
  }
  .modal-contents .modal__inner .forte .list li.attentison {
    margin: auto 0 0 0;
    padding: 0 0 0 4vw;
    font-size: 3.2vw;
    color: #8b8b8b;
    background: none;
    border-radius: 0;
  }
  .modal-contents .modal__inner .forte .list li.attentison .indent {
    margin: 0 0 0 auto;
    padding-left: 1rem;
    text-indent: -1rem;
  }
}
@media (max-width: 480px) {
  #ttl_related {
    margin: 0 0 5vw;
  }
}
