.vision-mission .kv-noslide-bg {
  background-image: url(../img/vmbg.png);
}

.vision-mission .kv-noslide-copy {
  max-width: 74.5rem;
}

.text-explain {
  background: #fff;
}
.explain-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.2rem;
}

.explain-list {
  width: 50%;
}
.explain-sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #303c47;
}

.explain-title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.6rem;
  margin: 1.6rem 0 4.8rem 0;
  color: #05141f;
}

.explain-text-wrap p {
  font-size: 1.6rem;
  color: #303c47;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 70rem;
}

.business {
  background: #f2f4f6;
}
.business-top-bg {
  background: url(../img/business-bg.png) no-repeat center;
  background-size: cover;
  height: 54rem;
  padding: 6.4rem;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.business-title {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
}

.business-top-bg p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 2.4rem;
  color: #fff;
  max-width: 62rem;
}

.business-detail {
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3.2rem;
}

.detail-list {
  padding: 3.2rem 5.6rem;
  background: #fff;
  text-align: center;
  width: 33.33%;
}
.detail-copy {
  display: block;
  font-size: 2rem;
  color: #05141f;
  font-weight: 600;
}
.detail-copy.arrow-down {
  position: relative;
  margin-bottom: 3.6rem;
}

.detail-copy.arrow-down::after {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../img/ic_arrow_open.svg) no-repeat center;
  background-size: cover;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.detail-list p {
  position: relative;
  padding-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #303c47;
}

.detail-list p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #edf0f2;
  top: 2.4rem;
  left: 0;
}

.business-slogan {
  padding-top: 12rem;
}

.slogan-wrap {
  display: flex;
  align-items: center;
}
.slogan {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding: 4.7rem 2.7rem;
  text-align: center;
  width: 100%;
}

.slogan span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 1.2rem;
}

.slogan-wrap:first-child {
  background: url('../img/vm-polygon.svg') no-repeat center;
  background-size: cover;
  height: 21.2rem;
}

.slogan-wrap:nth-child(2) {
  background: #303c47;
}

.slogan-wrap:nth-child(3) {
  background: #49555f;
}

@media screen and (max-width: 480px) {
  .explain-wrap {
    display: block;
  }
  .explain-list {
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .explain-list:last-child {
    margin-bottom: 0;
  }
  .explain-sub-title {
    font-size: 1.6rem;
  }
  .explain-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0.8rem 0 2.4rem 0;
  }
  .explain-text-wrap p {
    font-size: 1.6rem;
  }

  .business-top-bg {
    width: 100%;
    max-width: 33.5rem;
    height: 33.5rem;
    padding: 4rem 2rem;
  }

  .business-title {
    font-size: 2.4rem;
  }

  .business-top-bg p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .business-detail {
    display: block;
    margin-top: 4.8rem;
  }
  .detail-list {
    width: 100%;
    margin-bottom: 1.6rem;
    padding: 3.2rem 0;
  }
  .detail-list p {
    padding: 4.8rem 5.6rem 0 5.6rem;
  }

  .business-slogan {
    padding-top: 4.8rem;
  }

  .slogan {
    font-size: 2rem;
  }

  .slogan span {
    font-size: 1.6rem;
  }
}
