.flow_bx {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4vw;
  align-items: center;
  margin-bottom: 60px;
}
.flow_bx .num {
  font-family: "fh", sans-serif;
  font-size: 2.8rem;
  color: #00B1FF;
  line-height: 1;
}
.flow_bx .cont {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.flow_bx .cont .in {
  width: 100%;
}
.flow_bx .ttls {
  font-weight: 700;
  font-size: 2.8rem;
  margin: 10px 0;
}
.flow_bx .arw {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-right: -7.5px;
  width: 15px;
}
.flow_bx .arw img {
  width: 100%;
}
.flow_bx .img {
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .flow_bx .arw {
    bottom: -40px;
  }
}
@media all and (max-width: 1280px) {
  .flow_bx .num {
    font-size: 2rem;
  }
  .flow_bx .ttls {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .flow_bx {
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-bottom: 0;
  }
  .flow_bx .num {
    font-size: 1.8rem;
  }
  .flow_bx .cont {
    height: auto;
    display: block;
  }
  .flow_bx .ttls {
    font-size: 2rem;
    margin: 10px 0;
  }
  .flow_bx .arw {
    position: relative;
    left: auto;
    bottom: 0;
    width: 12px;
    margin: 30px auto;
  }
}

.flow2 {
  margin: 110px 0 0 0;
}
@media all and (max-width: 767px) {
  .flow2 {
    margin: 80px 0 0 0;
  }
}

.fbx {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 34%;
  align-items: flex-start;
  gap: 0 3vw;
}
.fbx .img {
  order: 2;
  border-radius: 10px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fbx .img img {
  width: 100%;
}
.fbx .cont {
  order: 1;
  padding-top: 10px;
  box-sizing: border-box;
}
.fbx a {
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  .fbx {
    grid-template-columns: 1fr;
  }
  .fbx .img {
    order: 1;
    border-radius: 10px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .fbx .img img {
    max-width: 500px;
    margin: 0 auto;
  }
  .fbx .cont {
    order: 2;
    padding-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .fbx {
    margin: 20px 0 0 0;
  }
  .fbx .img {
    width: 110%;
    position: relative;
    left: -5%;
    border-radius: 0;
  }
  .fbx .img img {
    max-width: 360px;
  }
}

/*# sourceMappingURL=flow.css.map */
