.p_guide_sec01 {
  padding-top: 40px;
}
.p_guide_sec01_txt01 {
  font-size: 0.875rem;
  line-height: 2;
}
.p_guide_sec01_flows {
  margin-top: 24px;
}
.p_guide_sec01_flow {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.p_guide_sec01_flow_head {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(0deg, rgb(29, 109, 171) 0%, rgb(53, 148, 199) 100%);
  text-align: center;
  padding: 13px 10px;
}
.p_guide_sec01_flow_head_ttl {
  display: flex;
  align-items: center;
}
.p_guide_sec01_flow_head .ttl_step,
.p_guide_sec01_flow_head .ttl_number {
  font-family: "Bodoni 72 Bold", sans-serif;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.p_guide_sec01_flow_head .ttl_step {
  margin: 2px 5px 0 0;
  font-size: 1.25rem;
}
.p_guide_sec01_flow_head .ttl_number {
  font-size: 2.125rem;
}
.p_guide_sec01_flow_main {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 15px;
}
.p_guide_sec01_flow_main .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.p_guide_sec01_flow_content {
  display: flex;
  flex-direction: column-reverse;
}
.p_guide_sec01_flow_img {
  position: relative;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.p_guide_sec01_flow_img .img {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.p_guide_sec01_flow_img .img::before, .p_guide_sec01_flow_img .img::after {
  position: absolute;
  content: "";
  background-color: #f5f5f5;
  z-index: 2;
  width: 30px;
  height: 30px;
}
.p_guide_sec01_flow_img .img::before {
  left: 1px;
  top: 1px;
}
.p_guide_sec01_flow_img .img::after {
  right: 1px;
  bottom: 1px;
}
.p_guide_sec01_flow_img .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.p_guide_sec01_flow_img .img_wrap::before, .p_guide_sec01_flow_img .img_wrap::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgb(53, 148, 199) 0%, rgb(29, 109, 171) 100%);
  width: 30px;
  height: 30px;
}
.p_guide_sec01_flow_img .img_wrap::before {
  left: 0;
  top: 0;
}
.p_guide_sec01_flow_img .img_wrap::after {
  right: 0;
  bottom: 0;
}
.p_guide_sec01_flow_img img {
  position: relative;
  z-index: 3;
}
.p_guide_sec01_flow_desc .desc {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 15px;
}
.p_guide_sec01_flow_arrow .arrow {
  display: block;
  background-color: #1d6dab;
  transform: rotate(45deg);
  width: 47px;
  height: 47px;
  margin: -5px auto 24px;
}
.p_guide_sec01_flow_arrow .arrow::after {
  position: absolute;
  content: "";
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.p_guide_sec01_flow_arrow .arrow::before {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  background: linear-gradient(135deg, #fff 60%, rgb(29, 109, 171) 40%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .p_guide_sec01 {
    padding-top: 56px;
  }
  .p_guide_sec01_txt01 {
    font-size: 1rem;
  }
  .p_guide_sec01_flows {
    margin-top: 48px;
  }
  .p_guide_sec01_flow {
    flex-direction: row;
    min-height: 256px;
  }
  .p_guide_sec01_flow_head {
    width: 125px;
    padding: 88px 5px;
  }
  .p_guide_sec01_flow_head_ttl {
    display: block;
  }
  .p_guide_sec01_flow_head .ttl_step,
  .p_guide_sec01_flow_head .ttl_number {
    display: block;
  }
  .p_guide_sec01_flow_head .ttl_step {
    margin: 0;
    font-size: 1.5rem;
  }
  .p_guide_sec01_flow_head .ttl_number {
    font-size: 3.375rem;
  }
  .p_guide_sec01_flow_main {
    padding: 56px 40px;
    width: calc(100% - 125px);
  }
  .p_guide_sec01_flow_main .ttl {
    line-height: 1.3333333333;
    font-size: 1.5rem;
  }
  .p_guide_sec01_flow_img {
    width: 300px;
    margin-top: 30px;
  }
  .p_guide_sec01_flow_img .img::before, .p_guide_sec01_flow_img .img::after {
    width: clamp(0.9375rem, 1.5806111697vw + 0.1956006322rem, 1.875rem);
    height: clamp(0.9375rem, 1.5806111697vw + 0.1956006322rem, 1.875rem);
  }
  .p_guide_sec01_flow_img .img_wrap::before, .p_guide_sec01_flow_img .img_wrap::after {
    width: clamp(0.9375rem, 1.5806111697vw + 0.1956006322rem, 1.875rem);
    height: clamp(0.9375rem, 1.5806111697vw + 0.1956006322rem, 1.875rem);
  }
  .p_guide_sec01_flow_desc .desc {
    font-size: 1rem;
  }
  .p_guide_sec01_flow_arrow .arrow {
    width: clamp(1.875rem, 2.1074815595vw + 0.885800843rem, 3.125rem);
    height: clamp(1.875rem, 2.1074815595vw + 0.885800843rem, 3.125rem);
    margin: 5px auto 40px;
  }
}
@media screen and (min-width: 960px) {
  .p_guide_sec01_flow_main .ttl {
    width: calc(100% - 300px);
    padding: 0 17px 0 0;
  }
  .p_guide_sec01_flow_content {
    justify-content: space-between;
    flex-direction: row;
  }
  .p_guide_sec01_flow_img {
    margin-top: 0;
    position: absolute;
    right: 38px;
    top: 28px;
  }
  .p_guide_sec01_flow_desc {
    width: calc(100% - 300px);
    padding: 0 17px 0 0;
  }
}
/*# sourceMappingURL=maps/guide.css.map */
