.f52 {
  font-size: 52px;
  font-weight: 500;
}

.cm-h4 {
  font-size: 32px;
  margin-bottom: 60px;
  text-align: center;
}
.cm-h4 span {
  position: relative;
  padding-bottom: 15px;
}
.cm-h4 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 3px;
  background: var(--color_orange);
}

.cm-h5 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.cm-h5 span {
  display: block;
  color: var(--color_orange);
  font-size: 15px;
  margin-bottom: 15px;
}

.cm-h6 {
  font-size: 26px;
  margin-bottom: 20px;
}
.cm-h6 span {
  padding-left: 35px;
  position: relative;
}
.cm-h6 span:before {
  content: "";
  position: absolute;
  background: var(--color_orange);
  left: 0;
  top: calc(50% - 3px);
  width: 27px;
  height: 6px;
  border-radius: 3px;
  transform: translateY(-50%);
}

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

.orth-intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.orth-intro_flex .f52 {
  width: 48%;
}
.orth-intro_flex .f18 {
  width: 48%;
}

.orth-diff_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 840px;
  width: 100%;
}
.orth-diff_flex img {
  width: 46%;
}

.orth-growth {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 30px 0;
}
.orth-growth ul {
  display: flex;
  justify-content: space-evenly;
}
.orth-growth ul li {
  border-right: 1px dotted #ccc;
  padding: 20px 3%;
  width: 33.33%;
}
.orth-growth ul li .orth-growth_gray {
  margin-bottom: 20px;
  text-align: center;
}
.orth-growth ul li .orth-growth_gray p span {
  background-color: #f9f6f2;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 20px 2px;
}
.orth-growth ul li .orth-growth_img {
  margin-bottom: 15px;
  text-align: center;
}
.orth-growth ul li .orth-growth_img img {
  max-width: 130px;
}
.orth-growth ul li .orth-growth_ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.orth-growth ul li:last-child {
  border-right: none;
}

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

.orth-how_flex {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  align-items: center;
}
.orth-how_flex img {
  width: 40%;
}
.orth-how_flex .orth-how_flex-cont {
  width: 55%;
}

.orth-how_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.orth-how_list li {
  margin-bottom: 4%;
  width: 48%;
  background: #fff;
  border-radius: 30px;
  padding: 5% 5%;
}

.orth-how_list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.orth-how_list-flex .f26 {
  font-weight: 600;
  width: 70%;
}
.orth-how_list-flex .f26 span {
  display: block;
  font-size: 15px;
}
.orth-how_list-flex img {
  width: 30%;
}

.orth-guide {
  background: #fff;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  padding: 120px 0 40px;
}

.orth-guide_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.orth-guide_flex .orth-guide_flex-cont {
  order: 1;
  width: 60%;
}
.orth-guide_flex img {
  order: 2;
  width: 35%;
}

.orth-guide_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.orth-guide_list li {
  width: 31.5%;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 3%;
}
.orth-guide_list li img {
  margin: 0 auto 25px;
  max-width: 110px;
  text-align: center;
  display: block;
}
.orth-guide_list li .f26 {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.orange-wrap {
  background: #f9f6f2;
  border-radius: 50px;
  max-width: 1500px;
  padding: 100px 5%;
  margin: 0 5%;
  width: 90%;
}

.dis-intro_wrap img {
  border-radius: 10px;
  width: 35%;
}
.dis-intro_wrap .f18 {
  width: 47%;
}
.dis-intro_wrap.last {
  margin-bottom: 0;
}

.flow-wrap {
  margin-bottom: 70px;
}

.stage-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.stage-wrap .stage-wrap_head {
  background-color: #ff9933;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 68%;
}
.stage-wrap .stage-wrap_head:last-child {
  width: 33%;
}

.flow-cont_flex {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
  margin-right: 40px;
}
.flow-cont_flex .flow-cont {
  background-color: #fddbc2;
  flex: 1;
  padding: 25px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.flow-cont_flex .flow-cont:nth-child(2) {
  background-color: #faebd7;
}
.flow-cont_flex .flow-cont:last-child {
  background-color: #fff9e0;
}

.flow-cont:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 87.5px 0 87.5px 40px;
  border-color: transparent transparent transparent #fddbc2;
  transform: rotate(0deg);
  z-index: 1;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
}

.flow-cont:nth-child(2):after {
  border-color: transparent transparent transparent #faebd7;
}

.flow-cont:last-child:after {
  border-color: transparent transparent transparent #fff9e0;
}

.flow-cont .f22 {
  margin-bottom: 10px;
  font-weight: 600;
}
.flow-cont .f16 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.flow-cont .age {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 15px 2px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
}

.white-box_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
}
.white-box_list li {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 4% 3% 3%;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.white-box_list li img {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.white-box_list li .box-ttl {
  height: auto;
}
.white-box_list li .box-ttl:before {
  content: "";
  height: 60%;
  width: 3px;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
}

@media (max-width: 1450px) {
  .f52 {
    font-size: 42px;
  }
  .cm-h4 {
    font-size: 28px;
  }
  .cm-h5 {
    font-size: 32px;
  }
  .cm-h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cm-h6 span:before {
    width: 23px;
  }
  .orth-growth ul li .orth-growth_gray p span {
    font-size: 16px;
  }
  .orth-guide_list li .f26 {
    font-size: 20px;
  }
  .orth-guide_list li .orth-growth_ttl {
    font-size: 20px;
  }
  .orth-guide_list li .f18 {
    font-size: 15px;
  }
  .stage-wrap .stage-wrap_head {
    padding: 5px 20px 3px;
    border-radius: 5px;
    font-size: 16px;
  }
  .flow-cont .f16 {
    font-size: 14px;
  }
  .flow-cont .f20 {
    font-size: 20px;
  }
  .flow-cont .age {
    font-size: 14px;
  }
}
@media (max-width: 1304px) {
  .stage-wrap .stage-wrap_head {
    width: 66%;
  }
  .stage-wrap .stage-wrap_head:last-child {
    width: 33%;
  }
  .flow-cont:after {
    border-width: 87.5px 0 87.5px 33px;
    right: -33px;
  }
  .flow-cont .f16 {
    text-align: left;
  }
  .flow-cont .f22 {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .f52 {
    font-size: 36px;
  }
  .cm-h4 {
    font-size: 24px;
  }
  .cm-h5 {
    font-size: 26px;
  }
  .cm-h6 {
    font-size: 18px;
  }
  .cm-h6 span {
    padding-left: 25px;
  }
  .cm-h6:before {
    width: 19px;
    height: 3px;
  }
  .orth-growth ul li .orth-growth_ttl {
    font-size: 20px;
  }
  .orth-how_list li {
    padding: 8% 5%;
  }
  .orth-guide {
    margin-top: -60px;
    padding: 60px 0 40px;
  }
  .orth-guide_list {
    margin-bottom: 0;
  }
  .orth-guide_list li img {
    margin: 0 auto 15px;
    max-width: 90px;
  }
  .orth-guide_list li .f26 {
    font-size: 16px;
  }
  .orth-guide_list li .f16 {
    font-size: 14px;
  }
  .dis-intro_wrap img {
    width: 100%;
    margin-bottom: 25px;
  }
  .dis-intro_wrap .f18 {
    width: 100%;
  }
  .whole {
    width: 1200px;
  }
  .white-box_list li .f18 {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .cm-h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .orth-intro {
    padding-bottom: 60px;
  }
  .orth-intro_flex {
    display: block;
    margin-bottom: 40px;
  }
  .orth-intro_flex .f52 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .orth-intro_flex .f18 {
    width: 100%;
  }
  .orth-how {
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
  .orth-diff_flex {
    display: block;
    margin: 0 auto 50px;
  }
  .orth-diff_flex img {
    width: 70%;
    margin: 25px auto 0;
    text-align: center;
    display: block;
  }
  .orth-growth {
    border-radius: 20px;
    padding: 0;
  }
  .orth-growth ul {
    display: block;
  }
  .orth-growth ul li {
    border-right: none;
    padding: 8% 5%;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  .orth-growth ul li:last-child {
    border-bottom: none;
  }
  .orth-growth ul li .orth-growth_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .orth-growth ul .f18 {
    font-size: 14px;
  }
  .orth-how_flex {
    display: block;
    margin-bottom: 40px;
  }
  .orth-how_flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .orth-how_flex .orth-how_flex-cont {
    width: 100%;
  }
  .orth-how_list {
    display: block;
    margin-bottom: 20px;
  }
  .orth-how_list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .orth-how_list-flex {
    justify-content: center;
    padding: 0;
    margin-bottom: 10px;
  }
  .orth-how_list-flex .f26 {
    width: 42%;
  }
  .orth-guide_flex {
    display: block;
    margin-bottom: 40px;
  }
  .orth-guide_flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .orth-guide_flex .orth-guide_flex-cont {
    width: 100%;
  }
  .orth-guide_list li {
    width: 47.5%;
    border-radius: 10px;
    padding: 8% 5%;
    margin-bottom: 20px;
  }
  .dis-intro_wrap {
    margin-bottom: 40px;
    display: block;
  }
  .white-box_list {
    display: block;
  }
  .white-box_list li {
    border-radius: 10px;
    padding: 8% 5%;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .orth-how_list-flex {
    justify-content: center;
  }
  .orth-how_list-flex .f26 {
    font-size: 18px;
    width: 70%;
  }
  .orth-how_list-flex .f26 span {
    font-size: 14px;
  }
  .dis-intro_wrap {
    margin-bottom: -10px !important;
  }
  .orth-guide_list li {
    width: 100%;
  }
}/*# sourceMappingURL=orth.css.map */