.ems-about {
  padding: 60px 1rem;
  background: #000;
}

@media screen and (min-width: 767px) {
  .ems-about {
    padding: 80px 0;
  }
}
.ems-about__text {
  margin-top: 24px;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .ems-about__text {
    width: 547px;
    margin: 24px auto 0;
    text-align: center;
  }
}
.ems-about__video {
  margin: 24px auto 0;
}

@media screen and (min-width: 767px) {
  .ems-about__video-thumb {
    width: 640px;
    height: 360px;
  }
}
@media screen and (min-width: 767px) {
  .ems-flow {
    padding: 80px 0 0;
    width: 672px;
    margin: auto;
  }
}
.flow-box__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid #ccc;
  background: #fff;
  counter-increment: number;
}

@media screen and (min-width: 767px) {
  .flow-box__item {
    padding: 20px;
  }
}
.flow-box__item .flow-box__title::before {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  width: 43px;
  height: 24px;
  color: #ed6207;
  content: counter(number, decimal-leading-zero) ".";
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .flow-box__item .flow-box__title::before {
    font-size: 32px;
    width: 54px;
  }
}
.flow-box__item:not(:last-child) {
  margin-bottom: 36px;
}

.flow-box__item:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border-width: 20px 20px 0 20px;
  border-color: #ccc transparent transparent transparent;
  border-width: 20px 60px 0px 60px;
  margin-left: -60px;
}

@media screen and (min-width: 767px) {
  .flow-box__item:not(:last-child)::before {
    border-width: 20px 80px 0px 80px;
    margin-left: -80px;
  }
}
.flow-box__img {
  display: block;
  margin-right: 8px;
  width: 90px;
  flex-basis: 90px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media screen and (min-width: 767px) {
  .flow-box__img {
    margin-right: 20px;
    width: 160px;
    flex-basis: 160px;
  }
}
.flow-box__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .flow-box__title {
    font-size: 20px;
  }
}
.flow-box__text {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .flow-box__text {
    font-size: 14px;
  }
}
.ems-recommend {
  padding: 80px 1rem 0;
}

@media screen and (min-width: 767px) {
  .ems-recommend {
    padding: 80px 0 0;
  }
}
.ems-recommend__text-box {
  margin-top: 24px;
}

@media screen and (min-width: 767px) {
  .ems-recommend__text {
    text-align: center;
  }
}
.ems-recommend__btn-wrap {
  margin: 24px auto 0;
}

@media screen and (min-width: 767px) {
  .ems-recommend__btn-wrap {
    width: 200px;
  }
}
/*# sourceMappingURL=ems.css.map */