.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%;
}

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

.treat-intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.treat-intro_flex img {
  width: 35%;
}
.treat-intro_flex .treat-intro_flex-cont {
  width: 60%;
}
.treat-intro_flex .treat-intro_flex-cont .f42 {
  margin-bottom: 25px;
}

.white-box {
  background: #fff;
  border-radius: 50px;
  max-width: 1500px;
  padding: 100px 5%;
  margin: 0 5%;
  width: 90%;
}

.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.step .box-ttl {
  width: 35%;
}
.step .f18 {
  width: 60%;
}

.stage-img {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
  width: 100%;
}
.stage-img.si-01 {
  margin-bottom: 70px;
}

.orange-box {
  background: #f7ebdd;
  border-radius: 30px;
  padding: 60px;
}
.orange-box .f32 {
  font-size: 32px;
  margin-bottom: 20px;
  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 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.prev-con_img img {
  max-width: 760px;
  width: 100%;
}

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

.dis-intro_wrap.m-01 img {
  width: 25%;
}
.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;
}
.white-box_list li {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 4% 3% 3%;
  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%;
}

.process-img {
  width: 100%;
}

.prog-tbl {
  margin-bottom: 60px;
}
.prog-tbl table {
  border-collapse: collapse;
  border: none;
}
.prog-tbl table td {
  vertical-align: top;
  padding: 0 15px;
  width: 20%;
}
.prog-tbl table td .f18 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.prog-tbl table td:last-child {
  width: 40%;
  padding-left: 30px;
}

.treat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.treat-list li {
  flex-grow: 1;
  flex-direction: column;
  width: 30%;
}
.treat-list li .white-box {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 5% 8%;
  width: 100%;
}
.treat-list li .white-box .treat-ttl {
  font-size: 20px;
  text-align: center;
}
.treat-list li .white-box .treat-ttl span {
  display: block;
  font-size: 14px;
  line-height: normal;
}
.treat-list li .white-box img {
  height: 150px;
}

.pf {
  margin-bottom: 90px;
}

.program_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program_flex .pc {
  width: 40%;
  order: 2;
}
.program_flex .pc img {
  width: 100%;
}
.program_flex .program_flex-cont {
  order: 1;
  width: 55%;
}
.program_flex .program_flex-cont .program-ttl {
  font-size: 26px;
  margin-bottom: 30px;
}
.program_flex .program_flex-cont .program-ttl span {
  display: block;
  font-size: 15px;
  color: var(--color_orange);
}

.white-box.last {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}
.white-box.last .intro-wrap {
  margin-bottom: 60px;
}
.white-box.last .intro-wrap .f36 {
  text-align: center;
  margin-bottom: 30px;
}
.white-box.last .intro-wrap .f18 {
  text-align: center;
}

.pro_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_flex.pf-01 {
  border-bottom: 1px dotted #c0c0c0;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.pro_flex.pf-02 {
  margin-bottom: 160px;
}
.pro_flex.pf-02 img {
  order: 2;
  width: 35%;
}
.pro_flex .pro_flex-img {
  order: 2;
  display: flex;
  justify-content: space-between;
  width: 35%;
  align-items: center;
}
.pro_flex .pro_flex-img p {
  width: 48%;
}
.pro_flex .pro_flex-img p span {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.pro_flex .pro_flex-cont {
  order: 1;
  width: 60%;
}

.pro-ttl .ttl {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}
.pro-ttl .ttl .f15 {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-size: 15px;
  margin-right: 15px;
  padding: 5px 15px 2px;
}
.pro-ttl .ttl .f22 {
  color: var(--color_orange);
}

.orange-box.last {
  width: 111%;
  margin-left: -5.5%;
}

.flow_flex {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow_flex .f20 {
  font-weight: 600;
  width: 30%;
}
.flow_flex .f18 {
  width: 65%;
}

@media (max-width: 1450px) {
  .white-box_list li .box-ttl {
    font-size: 22px;
  }
}
@media (max-width: 1340px) {
  .prev-intro_flex .prev-intro_flex-cont .f45 {
    font-size: 38px;
  }
  .orange-box .f32 {
    font-size: 26px;
  }
  .prev-pro_intro .f42 {
    font-size: 32px;
  }
  .prev-pro_intro .f42 span {
    font-size: 20px;
  }
  .prev-pro_intro .f42 .f18 {
    text-align: left;
  }
  .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: 26px;
  }
  .treat-list li .white-box img {
    height: 110px;
  }
  .orange-box.last .f24 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .orange-box.last .white-box_list li img {
    height: 70px;
    margin: 0 auto 20px;
  }
  .pro_flex .pro_flex-img p span {
    font-size: 11px;
  }
}
@media (max-width: 1100px) {
  .prev-intro_flex .prev-intro_flex-cont .f45 {
    font-size: 32px;
  }
  .white-box_list li .box-ttl {
    font-size: 18px;
  }
  .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%;
  }
  .orange-box.last .f24 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .orange-box.last .white-box_list li {
    padding: 30px;
    width: 48%;
    margin-top: 4%;
  }
  .prog-tbl table td .f18 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .prog-tbl table td .f16 {
    font-size: 13px;
  }
  .treat-list li {
    flex-grow: 0;
    width: 48%;
  }
  .treat-list li .white-box img {
    height: 80px;
  }
  .whole {
    width: 1200px;
  }
  .pro_flex.pf-02 {
    margin-bottom: 80px;
  }
}
@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: 100%;
    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%;
  }
  .treat-intro_flex {
    display: block;
    margin-bottom: 60px;
  }
  .treat-intro_flex .f42 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .treat-intro_flex img {
    width: 60%;
    margin: 0 auto 25px;
    display: block;
  }
  .treat-intro_flex .treat-intro_flex-cont {
    width: 100%;
  }
  .step {
    display: block;
    margin-bottom: 10px;
  }
  .step .box-ttl {
    height: 30px;
    width: 100%;
  }
  .step .f18 {
    width: 100%;
  }
  .stage-img.si-01 {
    margin-bottom: 50px;
  }
  .dis-intro_wrap.m-01 img {
    width: 40%;
    display: block;
    margin: 0 auto 25px;
  }
  .orange-wrap .white-box_list {
    display: flex !important;
  }
  .program_flex {
    display: block;
  }
  .program_flex .program_flex-cont {
    width: 100%;
  }
  .program_flex .program_flex-cont .program-ttl {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }
  .program_flex .program_flex-cont .program-ttl span {
    font-size: 13px;
  }
  .program_flex .program_flex-cont .sp {
    width: 100%;
  }
  .program_flex .program_flex-cont .sp img {
    display: block;
    margin: 0 auto 25px;
    width: 80%;
  }
  .pf {
    margin-bottom: 50px;
  }
  .white-box {
    padding: 8% 5%;
  }
  .white-box.last .intro-wrap {
    margin-bottom: 30px;
  }
  .white-box.last .intro-wrap .f36 {
    text-align: center;
    margin-bottom: 15px;
  }
  .pro_flex {
    display: block;
  }
  .pro_flex.pf-01 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .pro_flex .pro_flex-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .pro_flex.pf-02 img {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
  }
  .pro_flex .pro_flex-cont {
    width: 100%;
  }
  .pro-ttl .ttl {
    display: block;
    margin-bottom: 15px;
  }
  .pro-ttl .ttl .f15 {
    font-size: 12px;
    margin-right: 15px;
    padding: 3px 10px 0px;
  }
  .pro-ttl .ttl .f22 {
    font-size: 16px;
  }
  .flow_flex {
    margin-bottom: 30px;
    display: block;
  }
  .flow_flex .f20 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
  }
  .flow_flex .f18 {
    width: 100%;
  }
  .pro_flex.pf-02 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .prev-intro {
    padding-bottom: 10px;
  }
  .treat {
    padding: 60px 0 120px;
  }
  .prev-intro_flex img {
    width: 100%;
  }
  .orange-box .f32 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .prev-pro {
    padding: 70px 0 100px;
  }
  .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%;
  }
  .white-box_list li .box-ttl span {
    font-size: 12px;
  }
  .whole {
    width: 740px;
  }
  .whole-s {
    width: 580px;
  }
  .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-02 img {
    border-radius: 10px;
  }
  .prev-con .bg-img-03 {
    right: 10px;
    top: 10px;
  }
  .prev-con_intro {
    margin: 0 auto 30px;
  }
  .prev-con_img {
    width: 100%;
    margin-bottom: -20px;
  }
  .orange-wrap {
    margin: 40px 5% 0;
  }
  .dis-intro_wrap .dis-intro_wrap-cont .f36 {
    font-size: 18px;
    text-align: center;
  }
  .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%;
  }
  .white-box_list {
    padding: 0;
  }
  .white-box_list li {
    margin-bottom: 5px;
  }
  .treat-list li {
    flex-grow: 0;
    width: 100%;
  }
  .treat-list li .white-box .treat-ttl {
    font-size: 15px;
  }
  .treat-list li .white-box img {
    height: 70px;
    width: 70px;
  }
  .pf {
    margin-bottom: 30px;
  }
  .treat-intro_flex img {
    width: 100%;
  }
  .dis-intro_wrap {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=gen.css.map */