.Flow__article {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Flow__article {
    gap: 20px;
  }
}

.Flow__bubble {
  background-color: #FFCB00;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Flow__bubble {
    padding: 20px;
    width: 100%;
  }
}
.Flow__bubble:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-right.Flow__bubble:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-right.-miniTry.Flow__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-rightSp.Flow__bubble:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-rightSp.-miniTrySp.Flow__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-left.Flow__bubble:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-left.-miniTry.Flow__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-leftSp.Flow__bubble:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-leftSp.-miniTrySp.Flow__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-bottom.Flow__bubble:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-bottom.-miniTry.Flow__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-bottomSp.Flow__bubble:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-bottomSp.-miniTrySp.Flow__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-top.Flow__bubble:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-top.-miniTry.Flow__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-topSp.Flow__bubble:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-topSp.-miniTrySp.Flow__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-white.Flow__bubble {
  background-color: #fff;
}
.-white.-right.Flow__bubble:after {
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-white.-right.-miniTry.Flow__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.Flow__bubble:after {
    border-color: transparent transparent transparent #fff !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.-miniTrySp.Flow__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-white.-left.Flow__bubble:after {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-white.-left.-miniTry.Flow__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.Flow__bubble:after {
    border-color: transparent #fff transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.-miniTrySp.Flow__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-white.-bottom.Flow__bubble:after {
  border-color: #fff transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-bottom.-miniTry.Flow__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.Flow__bubble:after {
    border-color: #fff transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.-miniTrySp.Flow__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-white.-top.Flow__bubble:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-top.-miniTry.Flow__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-topSp.Flow__bubble:after {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-topSp.-miniTrySp.Flow__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-msg.Flow__bubble {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.Flow__bubble {
  z-index: 1;
}
.-z2.Flow__bubble {
  z-index: 2;
}
.-z3.Flow__bubble {
  z-index: 3;
}

.Flow__img, .Flow__imgArea .Flow__imgAreaImgWrap, .Flow__imgArea .Flow__comment .Flow__commentImgWrap, .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Flow__img img, .Flow__imgArea .Flow__imgAreaImgWrap img, .Flow__imgArea .Flow__comment .Flow__commentImgWrap img, .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap img {
  max-width: 100%;
  height: auto;
}
.Flow__img img.-max, .Flow__imgArea .Flow__imgAreaImgWrap img.-max, .Flow__imgArea .Flow__comment .Flow__commentImgWrap img.-max, .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap img.-max {
  width: 100%;
}
.Flow__img img.-cover, .Flow__imgArea .Flow__imgAreaImgWrap img.-cover, .Flow__imgArea .Flow__comment .Flow__commentImgWrap img.-cover, .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Flow__img, .Flow__imgArea .-keyVisual.Flow__imgAreaImgWrap, .Flow__imgArea .Flow__comment .-keyVisual.Flow__commentImgWrap, .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .-keyVisual.Flow__decisionIconWrap {
  margin: 0px -6%;
}

.Flow__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Flow__title {
    font-size: 20px;
  }
}
.-center.Flow__title {
  text-align: center;
}
.-main.Flow__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Flow__title {
    margin: 20px 0;
  }
}
.-sub.Flow__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Flow__title {
    font-size: 20px;
  }
}
ca .-white.Flow__title {
  color: #fff;
}
.-red.Flow__title {
  color: #D52323;
}
.-yellowBg.Flow__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Flow__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Flow__title {
  width: 60px;
  height: 60px;
}
.-num.Flow__title img {
  width: 100%;
  height: auto;
}
.-size18.Flow__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Flow__title {
    font-size: 14px;
  }
}

.Flow__txt, .Flow__imgArea .Flow__comment .Flow__commentTxt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Flow__txt, .Flow__imgArea .Flow__comment .Flow__commentTxt {
    font-size: 14px;
  }
}
.-red.Flow__txt, .Flow__imgArea .Flow__comment .-red.Flow__commentTxt {
  color: #D52323;
}
.-white.Flow__txt, .Flow__imgArea .Flow__comment .-white.Flow__commentTxt {
  color: #fff;
}
.-blackBg.Flow__txt, .Flow__imgArea .Flow__comment .-blackBg.Flow__commentTxt {
  background-color: #000;
  color: #fff;
}
.-redBg.Flow__txt, .Flow__imgArea .Flow__comment .-redBg.Flow__commentTxt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Flow__txt, .Flow__imgArea .Flow__comment .-yellowBg.Flow__commentTxt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Flow__txt, .Flow__imgArea .Flow__comment .-bold.Flow__commentTxt {
  font-weight: 700;
}
.-fit.Flow__txt, .Flow__imgArea .Flow__comment .-fit.Flow__commentTxt {
  line-height: 1;
}

.Flow__section {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Flow__section {
    gap: 20px;
    padding: 20px;
  }
}

.Flow__title.-white {
  color: #fff;
}

.Flow__txt.-half {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .Flow__txt.-half {
    width: 100%;
  }
}
.Flow__txt.-yellowBg {
  font-weight: 700;
}

.Flow__imgArea {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Flow__imgArea {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Flow__imgArea.-hasBubble {
    gap: 25px;
  }
}
.Flow__imgArea .Flow__bubble {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .Flow__imgArea .Flow__bubble {
    width: 100%;
  }
}
.Flow__imgArea .Flow__bubble.-fit {
  padding: 20px 20px;
  width: initial;
}
@media screen and (max-width: 767px) {
  .Flow__imgArea .Flow__bubble.-orderSp1 {
    order: 1;
    text-align: right;
  }
}
.Flow__imgArea .Flow__imgAreaImgWrap {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .Flow__imgArea .Flow__imgAreaImgWrap {
    width: 100%;
  }
}
.Flow__imgArea .Flow__comment {
  align-items: center;
  display: flex;
  gap: 15px;
}
.Flow__imgArea .Flow__comment.-rightSp {
  justify-content: flex-end;
}
.Flow__imgArea .Flow__comment .Flow__commentImgWrap {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .Flow__imgArea .Flow__comment .Flow__commentImgWrap {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Flow__imgArea .Flow__comment .Flow__commentImgWrap.-orderSp2 {
    order: 2;
  }
}
.Flow__imgArea .Flow__comment .Flow__commentTxt {
  line-height: 1;
}

.Flow__decisionArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Flow__decisionArea {
    gap: 10px;
  }
}
.Flow__decisionArea .Flow__decisionContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .Flow__decisionArea .Flow__decisionContainer {
    flex-direction: column;
    gap: 14px;
  }
}
.Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap {
    gap: 9px;
  }
}
.Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .Flow__decisionArea .Flow__decisionContainer .Flow__decisionWrap .Flow__decisionIconWrap {
    width: 14px;
  }
}/*# sourceMappingURL=style.css.map */