@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.flow_listUnit {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
  padding-inline: 1.3rem;
}
@media screen and (960px <= width) {
  .flow_listUnit {
    gap: 5.9rem;
    margin-top: 4.2rem;
    padding-inline: 0;
  }
}

.flow_list {
  background-color: #FFF;
  border-radius: 1rem;
  border: max(0.1rem, 1px) solid #707070;
  margin-left: 0.5rem;
  position: relative;
  position: relative;
  padding-block: 3rem;
}
@media screen and (960px <= width) {
  .flow_list {
    border-radius: 2rem;
  }
}
.flow_list::before {
  content: "";
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  top: -0.5rem;
  left: -0.7rem;
  z-index: -1;
}
@media screen and (960px <= width) {
  .flow_list::before {
    border-radius: 2rem;
  }
}
.flow_list:nth-of-type(2) .flow_list_contents {
  margin-inline: 2.1rem;
}
@media screen and (960px <= width) {
  .flow_list:nth-of-type(2) .flow_list_contents {
    margin-inline: 4.5rem;
    padding-inline: 6.3rem;
  }
}
.flow_list:not(:last-of-type)::after {
  content: "";
  display: block;
  background-color: #034EA2;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  height: 2.7rem;
  width: 11.9rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (960px <= width) {
  .flow_list:not(:last-of-type)::after {
    height: 3.5rem;
    width: 15.5rem;
  }
}
.flow_list_headWrap {
  padding-bottom: 0.9rem;
}
@media screen and (960px <= width) {
  .flow_list_headWrap {
    padding-bottom: 0.6rem;
  }
}
.flow_list_step {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  border-radius: 100vh;
  width: 6.8rem;
  height: 6.8rem;
  background-color: #034EA2;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2.7rem;
  left: -1.7rem;
}
@media screen and (960px <= width) {
  .flow_list_step {
    top: 1.2rem;
    left: 2.6rem;
  }
}
.flow_list_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
}
.flow_list_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0em;
  line-height: 1.32;
  text-align: center;
}
@media screen and (960px <= width) {
  .flow_list_head {
    font-size: 3rem;
    text-align: left;
    padding-left: 10.3rem;
  }
}
.flow_list_head span {
  color: #D01F1F;
}
.flow_list_contents {
  margin-inline: 2.2rem;
  padding-top: 2.5rem;
  border-top: max(0.1rem, 1px) solid #888888;
}
@media screen and (960px <= width) {
  .flow_list_contents {
    margin-inline: 4.5rem;
    padding-inline: 6.3rem;
    padding-top: 1.6rem;
  }
}
.flow_list .bl_contactContents {
  margin-top: 2.5rem;
}
@media screen and (960px <= width) {
  .flow_list .bl_contactContents {
    margin-top: 3.6rem;
  }
}/*# sourceMappingURL=flow.css.map */