.prev-intro {
  padding-bottom: 120px;
}

.prev-intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.prev-intro_flex .prev-intro_flex-cont {
  width: 48%;
}
.prev-intro_flex .prev-intro_flex-cont .f45 {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prev-intro_flex img {
  width: 48%;
}

.orange-box {
  background: #f7ebdd;
  border-radius: 30px;
  padding: 60px;
}
.orange-box .f32 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.method-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method-list li {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 2%;
  width: 32%;
  display: flex;
  align-items: center;
  padding: 2.5% 1%;
  position: relative;
  justify-content: space-evenly;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.method-list li .icon-box {
  width: 80px;
}
.method-list li p {
  font-size: 24px;
  text-align: center;
}

.prev-pro {
  background: #f9f6f2;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 150px;
}

.prev-pro_intro {
  margin: 0 auto 70px;
  max-width: 780px;
}
.prev-pro_intro .f42 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.prev-pro_intro .f42 span {
  display: block;
  font-size: 24px;
}
.prev-pro_intro .f18 {
  text-align: center;
}

.phases-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.phases-list .phase-box {
  flex: 1;
  min-width: 200px;
  max-width: calc(25% - 15px);
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.phase-header {
  color: white;
  padding: 15px 10px 10px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pb-01 .phase-header {
  background-color: #ff9933;
}

.pb-02 .phase-header {
  background-color: #f9c26f;
}

.pb-03 .phase-header {
  background-color: #aed98c;
}

.pb-04 .phase-header {
  background-color: #8ed086;
}

.phase-cont {
  background-color: #ffffff;
  padding: 25px 25px 50px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.phase-cont h5 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.pb-01 .phase-cont h5 {
  color: #ff9933;
}

.pb-02 .phase-cont h5 {
  color: #f9c26f;
}

.pb-03 .phase-cont h5 {
  color: #aed98c;
}

.pb-04 .phase-cont h5 {
  color: #8ed086;
}

.flow-img img {
  width: 100%;
}

.prev-con {
  padding-top: 150px;
  position: relative;
}
.prev-con .bg-img-01 {
  position: absolute;
  left: 0;
  top: -80px;
  max-width: 420px;
  width: 29vw;
  z-index: 1;
}
.prev-con .bg-img-01 img {
  border-radius: 0 20px 20px 0;
}
.prev-con .bg-img-02 {
  position: absolute;
  left: 50px;
  top: 310px;
  max-width: 200px;
  width: 15vw;
  z-index: 1;
}
.prev-con .bg-img-02 img {
  border-radius: 20px;
}
.prev-con .bg-img-03 {
  position: absolute;
  right: 50px;
  top: 50px;
  max-width: 330px;
  width: 26vw;
  z-index: 1;
}
.prev-con .bg-img-03 img {
  border-radius: 20px;
}

.prev-con_intro {
  margin: 0 auto 80px;
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.prev-con_intro .cm-h5 {
  text-align: center;
}
.prev-con_intro .f18 {
  text-align: center;
}

.prev-con_img-flex {
  max-width: 950px;
  margin: 0 auto 90px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.prev-con_img-flex img {
  width: 50%;
}

.dis-intro_wrap img {
  width: 35%;
}
.dis-intro_wrap .dis-intro_wrap-cont {
  width: 100%;
  max-width: 610px;
}
.dis-intro_wrap .dis-intro_wrap-cont .f36 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.white-box_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 4% 3% 3%;
}
.white-box_list li {
  margin-right: 3%;
  margin-bottom: 4%;
  width: 31.25%;
}
.white-box_list li:nth-child(3n) {
  margin-right: 0 !important;
}
.white-box_list li img {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.check-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check-list li {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 4%;
  width: 48%;
}
.check-list li img {
  margin-bottom: 30px;
  width: 100%;
}
.check-list li .f24 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.orange-box.last .f24 {
  text-align: center;
  margin-bottom: 35px;
}
.orange-box.last .white-box_list {
  background: none;
  border-radius: 0;
  justify-content: space-between;
  padding: 0;
}
.orange-box.last .white-box_list li {
  background: #fff;
  border-radius: 10px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 30px;
  width: 22.5%;
}
.orange-box.last .white-box_list li img {
  height: 100px;
  margin: 0 auto 20px;
}
.orange-box.last .white-box_list li .orange-ttl {
  color: var(--color_orange);
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.orange-wrap {
  margin-bottom: 80px !important;
}

@media (max-width: 1340px) {
  .prev-intro_flex .prev-intro_flex-cont .f45 {
    font-size: 38px;
  }
  .orange-box .f32 {
    font-size: 26px;
  }
  .method-list li p {
    font-size: 20px;
  }
  .prev-pro_intro .f42 {
    font-size: 32px;
  }
  .prev-pro_intro .f42 span {
    font-size: 20px;
  }
  .prev-pro_intro .f42 .f18 {
    text-align: left;
  }
  .phase-header {
    font-size: 18px !important;
  }
  .prev-con .bg-img-03 {
    right: 30px;
    top: 30px;
    max-width: 260px;
  }
  .dis-intro_wrap .dis-intro_wrap-cont {
    max-width: 450px;
  }
  .dis-intro_wrap .dis-intro_wrap-cont .f36 {
    font-size: 30px;
  }
  .check-list li img {
    margin-bottom: 20px;
  }
  .check-list li .f24 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .orange-box.last .f24 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .orange-box.last .white-box_list li img {
    height: 70px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1100px) {
  .prev-intro_flex .prev-intro_flex-cont .f45 {
    font-size: 32px;
  }
  .white-box_list li .f18 {
    font-size: 14px;
  }
  .dis-intro_wrap {
    margin-bottom: 60px;
  }
  .dis-intro_wrap .dis-intro_wrap-cont {
    max-width: 380px;
  }
  .dis-intro_wrap .dis-intro_wrap-cont .f36 {
    font-size: 24px;
  }
  .phases-list .phase-box {
    flex: auto;
    min-width: auto;
    max-width: 100%;
    width: 48%;
  }
  .check-list li .f24 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .orange-box.last .f24 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .orange-box.last .white-box_list li {
    padding: 30px;
    width: 48%;
    margin-top: 4%;
  }
}
@media (max-width: 900px) {
  .prev-intro {
    padding-bottom: 60px;
  }
  .prev-intro_flex {
    display: block;
    margin-bottom: 40px;
  }
  .prev-intro_flex .prev-intro_flex-cont {
    width: 100%;
    margin-bottom: 25px;
  }
  .prev-intro_flex .prev-intro_flex-cont .f45 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  .prev-intro_flex img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .dis-intro_wrap .dis-intro_wrap-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .dis-intro_wrap .dis-intro_wrap-cont {
    max-width: 100%;
  }
  .dis-intro_wrap .dis-intro_wrap-cont .f36 {
    font-size: 20px;
    text-align: center;
  }
  .orange-box {
    padding: 8% 5%;
  }
  .orange-box .f32 {
    font-size: 20px;
  }
  .white-box_list {
    gap: 20px;
  }
  .white-box_list li {
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 48.25%;
  }
  .method-list li {
    width: 49%;
  }
  .method-list li .icon-box {
    width: 55px;
  }
  .method-list li p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .prev-intro_flex img {
    width: 80%;
  }
  .orange-box .f32 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .method-list li {
    padding: 12px 5px;
    width: 49%;
  }
  .method-list li .icon-box {
    width: 35px;
  }
  .method-list li p {
    font-size: 12px;
  }
  .prev-pro {
    padding: 70px 0 100px;
    border-radius: 30px 30px 0 0;
  }
  .prev-pro_intro {
    margin-bottom: 30px;
  }
  .prev-pro_intro .f42 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .prev-pro_intro .f42 span {
    font-size: 18px;
  }
  .white-box_list {
    gap: 20px;
    padding: 8% 5%;
  }
  .white-box_list li {
    width: 100%;
  }
  .whole {
    width: 660px;
  }
  .phase-cont {
    padding: 5%;
  }
  .phase-header {
    padding: 5px 10px 0px;
    font-size: 16px !important;
  }
  .prev-con {
    padding-top: 90px;
  }
  .prev-con .bg-img-01 {
    top: -70px;
    width: 39vw;
  }
  .prev-con .bg-img-02 {
    left: 35px;
    top: 60px;
  }
  .prev-con .bg-img-03 {
    right: 10px;
    top: 10px;
  }
  .prev-con_intro {
    margin: 0 auto 30px;
  }
  .prev-con_img-flex {
    display: block;
    margin: 0px auto 60px;
  }
  .prev-con_img-flex img {
    width: 100%;
  }
  .orange-wrap {
    margin: 40px 5% 0;
    margin-bottom: 40px !important;
  }
  .dis-intro_wrap .dis-intro_wrap-cont .f36 {
    font-size: 18px;
    text-align: center;
  }
  .check-list {
    display: block;
  }
  .check-list li {
    padding: 8% 5%;
    width: 100%;
  }
  .check-list li .box-ttl {
    font-size: 18px;
  }
  .check-list li .f24 {
    font-size: 16px;
  }
  .check-list li:last-child {
    margin-bottom: 0;
  }
  .orange-box.last .f24 {
    font-size: 18px;
    line-height: 1.4;
  }
  .orange-box.last .white-box_list li {
    padding: 8% 5%;
    width: 100%;
    margin-top: 4%;
  }
}/*# sourceMappingURL=prev.css.map */