.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}

.flow_top {
  margin: 12px 0 70px;
}
.flow_top .content_ttl {
  padding: 1.2% 0 1.6%;
}
.flow_top .content_ttl span {
  position: relative;
}
.flow_top .content_ttl span::before {
  content: "";
  background: url(../img/flow/icon_watch.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 52px;
  position: absolute;
  left: -59px;
  top: 3px;
}
.flow_top ul {
  margin-top: -10px;
}
.flow_top li {
  width: 13.2%;
  background: #e6f2f9;
  position: relative;
}
.flow_top li::after {
  content: "";
  background: url(../img/flow/border_line.png) no-repeat left bottom;
  background-size: contain;
  width: 32%;
  height: 30px;
  position: absolute;
  top: 41.5%;
  right: -32%;
}
.flow_top li:nth-child(5)::after {
  background: url(../img/flow/border_arrow.png) no-repeat left bottom;
  background-size: contain;
  width: 32%;
  height: 30px;
}
.flow_top li:last-child::after {
  content: none;
}
.flow_top li .step_label {
  background: #4c99d4;
  position: relative;
  padding: 2px 0;
}
.flow_top li .step_label p {
  font-size: min(1.8vw, 19px);
  font-weight: bold;
  transform: skewX(-10deg) translateX(2px);
  letter-spacing: 0.07em;
}
.flow_top li .step_label p span {
  font-size: 1.42em;
}
.flow_top li .step_label::after {
  content: "";
  background: #4c99d4;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow_top li .step_ttl {
  padding: 22px 0 40px;
}
.flow_top li .step_ttl P {
  font-size: 25px;
  font-weight: bold;
  color: #4c99d4;
  writing-mode: vertical-lr;
  letter-spacing: -0.4em;
  line-height: 1;
  display: inline-block;
}

.flow_box {
  background: #f5f5f5;
  position: relative;
  margin-bottom: 50px;
}
.flow_box .step_label {
  background: #4c99d4;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 23px 5px 25px;
}
.flow_box .step_label::after {
  content: "";
  background: url(../img/flow/label_after.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.flow_box .step_label p {
  font-size: min(2.4vw, 27px);
  font-weight: bold;
  line-height: 1.4;
  transform: skewX(-10deg) translateX(2px);
  letter-spacing: 0.08em;
}
.flow_box .step_label p span {
  font-size: 1.5em;
}
.flow_box .row {
  margin: 3px 0;
}
.flow_box .txt_box {
  width: 47.7%;
}
.flow_box .txt_box .content_ttl {
  margin: -15px 0 15px;
}
.flow_box img {
  width: 47.7%;
}
.flow_box::after {
  content: "";
  background: #d2e5f4;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow_box.last {
  margin-bottom: 0;
}
.flow_box.last::after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .flow_top .content_ttl span::before {
    top: -5px;
  }
}
@media only screen and (max-width: 960px) {
  .flow_top {
    margin-bottom: 45px;
  }
  .flow_top .content_ttl span::before {
    width: 29.4px;
    height: 36.4px;
    top: -2px;
    left: -42px;
  }
  .flow_top li .step_ttl p {
    font-size: 20px;
  }
  .flow_box .step_label {
    padding: 6px 16px 2px 16px;
  }
  .flow_box .txt_box .content_ttl {
    margin: 10px 0 8px;
  }
}
@media only screen and (max-width: 568px) {
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_main.bg_sankaku_right::before {
    content: none;
  }
  .flow_top {
    margin: 8px -5.3vw 40px;
  }
  .flow_top .content_ttl {
    font-size: 23px;
    text-align: left;
    padding: 1.8% 5.3vw 2.4%;
  }
  .flow_top .content_ttl span {
    padding-left: 54px;
    display: inline-block;
  }
  .flow_top .content_ttl span::before {
    width: 42px;
    height: 50px;
    left: 0;
    top: 10px;
  }
  .flow_top ul {
    flex-direction: column;
    gap: 20px 0;
    margin: 0 0 10px;
  }
  .flow_top li {
    width: 100%;
    display: flex;
  }
  .flow_top li .step_ttl p {
    writing-mode: initial;
    letter-spacing: 0.03em;
  }
  .flow_top li .step_label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
  }
  .flow_top li .step_label::after {
    left: initial;
    right: -14px;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%) rotate(-90deg);
  }
  .flow_top li .step_label p {
    font-size: 13px;
    line-height: 1;
    text-indent: -0.1em;
  }
  .flow_top li .step_label p span {
    font-size: 2em;
  }
  .flow_top li .step_ttl {
    padding: 16px 20px;
  }
  .flow_top li .step_ttl p {
    font-size: 19px;
  }
  .flow_top li::after {
    background: #f4da33;
    width: 12px;
    height: 20px;
    right: initial;
    left: 50%;
    top: initial;
    bottom: -20px;
    transform: translateX(-50%);
  }
  .flow_top li:nth-child(5)::after {
    background: url(../img/flow/border_arrow_sp.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: translateX(calc(-50% + 6px));
  }
  .flow_box {
    margin-bottom: 35px;
  }
  .flow_box .step_label {
    padding: 8px 11px 4px 13px;
  }
  .flow_box .step_label p {
    font-size: 18px;
  }
  .flow_box .step_label p span {
    font-size: 1.55em;
  }
  .flow_box .row {
    flex-direction: column-reverse;
    margin: 0;
  }
  .flow_box .txt_box {
    width: 100%;
  }
  .flow_box .txt_box .content_ttl {
    margin: 11px 0 7px;
    text-align: center;
  }
  .flow_box img {
    width: 100%;
  }
  .flow_box::after {
    width: 60px;
    height: 30px;
    bottom: -29px;
  }
}/*# sourceMappingURL=flow.css.map */