/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    flow
------------------------------ */
#page_flow #sec_flow .ttl {
  background: #ff8014;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.3em 1em;
  margin-top: 15rem;
}
#page_flow #sec_flow .flow {
  margin-top: 6rem;
}
#page_flow #sec_flow .flow .sttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
#page_flow #sec_flow .flow .sttl .num {
  color: #ff8014;
  font-family: "Jost", sans-serif;
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 500;
}
#page_flow #sec_flow .flow .txt {
  padding-bottom: 6rem;
  margin-bottom: 8rem;
  position: relative;
  border-bottom: 1px solid #e0b586;
}
#page_flow #sec_flow .flow .txt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  translate: -50% 0;
  border-style: solid;
  border-width: 1em 1.3em 0 1.3em;
  border-color: #e0b586 transparent transparent transparent;
}
#page_flow #sec_flow .flow .txt:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#page_flow #sec_flow .flow .txt:last-child::before {
  display: none;
}
#page_flow #sec_flow .flow .img img {
  width: 100%;
}
