.p-flow {
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1500px) {
  .p-flow {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 0 15rem;
  }
}
.p-flow .container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .p-flow .container {
    max-width: 1200rem;
  }
}
.p-flow .flow_flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex {
    gap: 80rem;
    margin-bottom: 100rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex {
    margin-top: 40rem;
    gap: 40rem;
    margin-bottom: 60rem;
  }
}
.p-flow .flow_flex .flow_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid #b09a77;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item {
    gap: 30rem;
    border-bottom: 5rem solid #b09a77;
    box-shadow: 0px 3rem 10rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item {
    flex-direction: column;
    gap: 20rem;
  }
}
.p-flow .flow_flex .flow_item:last-child::after {
  border-width: 0;
}
.p-flow .flow_flex .flow_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 80px 0 80px;
  border-color: #b09a77 transparent transparent transparent;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item::after {
    bottom: -50rem;
    border-width: 50rem 80rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item::after {
    bottom: -25rem;
    border-width: 25rem 40rem 0 40rem;
  }
}
.p-flow .flow_flex .flow_item .flow_img {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .flow_img {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_img {
    max-width: 100%;
  }
}
.p-flow .flow_flex .flow_item .stepbox {
  max-width: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #b09a77;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .stepbox {
    max-width: 115rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .stepbox {
    position: absolute;
    font-size: 38rem;
    top: 150rem;
    right: 0;
  }
}
.p-flow .flow_flex .flow_item .stepbox .num {
  font-size: 103px;
  line-height: 0.7;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .stepbox .num {
    font-size: 103rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .stepbox .num {
    font-size: 97rem;
  }
}
.p-flow .flow_flex .flow_item .flow_content {
  padding: 40px;
  padding-left: 0;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .flow_content {
    padding: 40rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_content {
    padding: 35rem 20rem;
  }
}
.p-flow .flow_flex .flow_item .flow_content .item_title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .flow_content .item_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_content .item_title {
    font-size: 21rem;
  }
}
.p-flow .flow_flex .flow_item .flow_content .item_txt {
  margin: 20px auto 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .flow_content .item_txt {
    margin: 20rem auto 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_content .item_txt {
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_content .form_link {
    margin: auto;
    text-align: center;
  }
}
.p-flow .flow_flex .flow_item .flow_content .form_link a {
  padding: 5px 20px;
  background: #323232;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .p-flow .flow_flex .flow_item .flow_content .form_link a {
    padding: 5rem 20rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .flow_flex .flow_item .flow_content .form_link a {
    font-size: 15rem;
  }
}/*# sourceMappingURL=flow.css.map */