.kv__logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 380px 380px 0 0;
  margin: -90px auto 5rem;
  width: 380px;
  height: 190px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .kv__logo {
    border-radius: 250px 250px 0 0;
    margin: -45px auto 2.5rem;
    width: 250px;
    height: 175px;
  }
  .kv__logo img {
    width: 50%;
  }
}

/* concept
--------------------------------------------------------------*/
.concept {
  margin-bottom: 13rem;
}
.concept__icon {
  margin: 5rem auto;
  text-align: center;
}
.concept__main_text {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.concept__sub_text {
  font-size: 2rem;
  text-align: center;
}

/* service
--------------------------------------------------------------*/
.service {
  margin-bottom: 13rem;
  margin-top: -182px;
  padding-top: 182px;
}
@media screen and (max-width: 640px) {
  .service {
    margin-top: 0;
    padding-top: 0;
  }
}
.service__details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem auto;
  height: 100%;
}
.service__details__box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 28%;
  margin: 0 auto;
}
.service__details__border {
  width: 0;
  height: 22rem;
  border-right: 3px dashed #E9D4E7;
}
.service__details__title {
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  border: 3px solid #E9D4E7;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.service__details__text {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.service__images {
  display: flex;
  justify-content: space-between;
}

/* flow
--------------------------------------------------------------*/
.flow {
  margin-bottom: 13rem;
}
.flow__details {
  margin: 3rem auto;
}
.flow__details__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow__details__icon {
  margin-right: 4rem;
}
.flow__details__border {
  width: 75%;
  margin: 2rem 0 2rem auto;
  border-bottom: 3px dashed #E9D4E7;
}

/* privilege
--------------------------------------------------------------*/
.privilege {
  margin-bottom: 13rem;
}
.privilege__details {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.privilege__details__box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 28%;
  margin: 0 auto;
}
.privilege__details__border {
  width: 0;
  height: 18rem;
  border-right: 3px dashed #E9D4E7;
}
.privilege__details__text {
  font-size: 1.7rem;
  margin: 1rem 0 0 4rem;
}

/* scasule
--------------------------------------------------------------*/
.scasule {
  margin-bottom: 13rem;
}
.scasule__image {
  margin-top: 3rem;
  text-align: center;
}/*# sourceMappingURL=top.css.map */