/**
 * filename: flow.css
 * version: 3.0
 **/
#main.flow {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (max-width: 1199px) {
  #main.flow {
    margin: 4.5rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow {
    margin: 3rem 0rem;
  }
}
#main.flow > .inner {
  height: auto;
  width: 100%;
}
#main.flow > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec1 {
    margin-bottom: 3rem;
  }
}
#main.flow > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec1 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec1 > .inner {
    padding: 0 1.5rem;
  }
}
#main.flow > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.flow > .inner > .sec1 > .inner > .box1 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.flow > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
  display: block;
  height: auto;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 50%;
  }
}
#main.flow > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.flow > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 {
    margin-bottom: 3rem;
  }
}
#main.flow > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner {
    padding: 0 1.5rem;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type)::before {
  border-bottom: 1.5rem solid transparent;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 1.5rem solid rgba(0, 173, 169, 0.2);
  top: calc(100% + 3rem);
  content: "";
  display: block;
  left: 6rem;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type)::before {
    border-width: 1.6875rem 3.375rem;
    top: calc(100% + 1.6875rem);
    left: calc(50% - 6.75rem);
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type)::before {
    border-width: 1.5rem 3rem;
    top: calc(100% + 0.75rem);
    left: calc(50% - 3rem);
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 26em;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm1 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border-bottom: 0.2rem solid #00ada9;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  height: auto;
  text-align: center;
  transform: translateY(-0.3em);
  width: 3rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm1 {
    width: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm1 {
    width: 2.5rem;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm2 {
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-family: "RodinPro-M", sans-serif;
  height: auto;
  transform: translateY(-0.2em);
  width: calc(100% - 6rem);
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm2 {
    font-size: 1.82rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm2 {
    font-size: 1.68rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm2 {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .trm1 > .elm2 {
    width: calc(100% - 4rem);
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  width: calc(100% - 29rem);
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 {
    width: calc(100% - 24.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 {
    width: 100%;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm1 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-family: "TsukuGoPr5-R", sans-serif;
  height: auto;
  width: calc(100% - 23rem);
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm1 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm1 {
    width: calc(100% - 17.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm1 {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  font-family: "TsukuGoPr5-R", sans-serif;
  height: auto;
  justify-content: space-between;
  position: relative;
  width: 20rem;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 {
    align-items: center;
    width: 100%;
  }
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 > .elm1 {
  background-color: rgba(0, 173, 169, 0.8);
  border-radius: 50%;
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 > .elm1 > .ico1 {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main.flow > .inner > .sec2 > .inner > .box1 > [class^=lst] > .dsc1 > .elm2 > .elm2 {
  display: inline-block;
  width: calc(100% - 2.5em);
}
#main.flow > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.flow > .inner > .sec2 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.96rem;
  letter-spacing: 0em;
  line-height: 1.6;
  font-family: "RodinPro-M", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .hdr1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .hdr1 {
    font-size: 1.82rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.2;
  }
}
#main.flow > .inner > .sec2 > .inner > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .par1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.flow > .inner > .sec2 > .inner > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

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