@charset "UTF-8";
.key {
  height: 420px;
  background: url(../images/child_ortho/key01.jpg) center/cover no-repeat;
}
.key .inner {
  width: 1024px;
  padding: 80px 0 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.key .lead_text {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 4px 4px 0 #fff;
}
.key .key_text {
  position: relative;
  font-weight: 700;
  font-size: 46px;
  text-shadow: 4px 4px 0 #fff;
}
.key .key_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 521px;
  height: 74px;
  background: url(../images/child_ortho/text01.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    height: 420px;
    background: url(../images/child_ortho/key01.jpg) center right 40%/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    padding: 180px 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .key .lead_text {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 2px 2px 0 #fff;
  }
  .key .key_text {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 2px 0 #fff;
  }
  .key .key_text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 260px;
    height: 37px;
    background: url(../images/child_ortho/text01.png) center/contain no-repeat;
  }
}

.lead_sec .lead_title {
  font-size: 27px;
  font-weight: bold;
  color: #64452B;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 100px;
}
.lead_sec .lead_text {
  max-width: 596px;
  margin: 0 auto 80px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lead_sec .lead_title {
    font-size: 5.5vw;
    font-weight: bold;
    color: #64452B;
    text-align: center;
    margin-bottom: 5vw;
    padding-top: 10vw;
  }
  .lead_sec .lead_text {
    max-width: 596px;
    margin: 0 auto 10vw;
    line-height: 2;
    padding: 10px;
    font-size: 4vw;
  }
}

.sec01 {
  width: 1024px;
  padding: 100px 0;
  margin: 0 auto 180px;
}
.sec01 .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec01 .stripe-heading {
  display: block;
  padding: 35px 32px;
  margin: 0 0 30px;
  background: repeating-linear-gradient(-45deg, #D8CB5F 0, #D8CB5F 10px, #DCD173 10px, #DCD173 20px);
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}
.sec01 .cont_title {
  position: relative;
  padding: 15px;
  background: rgba(218, 205, 90, 0.5);
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
.sec01 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec01 .cont_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec01 .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 80px;
}
.sec01 .flexbox .textbox {
  line-height: 2;
  width: 50%;
}
.sec01 .flexbox .imagebox {
  max-width: 350px;
  position: relative;
  display: inline-block;
  width: 350px;
}
.sec01 .flexbox .imagebox img {
  display: block;
  width: 100%;
  height: auto;
}
.sec01 .flexbox .imagebox .circle {
  position: absolute;
  bottom: -60px;
  right: 10px;
  width: 152px;
  height: 152px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #70CDCA;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec01 .cont02 {
  margin-bottom: 200px;
}
.sec01 .cont02 .imagebox .circle {
  background-color: #F47D6F;
}
.sec01 .box {
  position: relative;
  width: 960px;
  padding: 50px;
  border: 3px solid #ff7f6e;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec01 .box:before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 246px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/child_ortho/circle01.png) center/contain no-repeat;
}
.sec01 .box:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 67px;
  height: 41px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon02.png) center/contain no-repeat;
}
.sec01 .box .box_header {
  margin-bottom: 35px;
  text-align: center;
}
.sec01 .box .box_header .box_title {
  font-size: 21px;
}
.sec01 .box .box_header .box_title span {
  font-size: 16px;
}
.sec01 .box .gridbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.sec01 .box .gridbox .g_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px dashed #809A92;
  font-size: 19px;
  text-align: center;
  line-height: 1.6;
  color: #482F19;
}
.sec01 .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 0 80px;
}
.sec01 .sec_title {
  position: relative;
  margin: 0 0 90px;
  font-size: 27px;
  font-weight: 500;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 72px;
  height: 52px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon01.png) center/contain no-repeat;
}
.sec01 .sec_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec01 .sec_image {
  min-width: 492px;
  margin: 0 30px 0 0;
}
.sec01 .list {
  display: flex;
  justify-content: center;
}
.sec01 .item {
  width: 268px;
}
.sec01 .item:nth-child(-n+2) {
  margin: 0 30px 0 0;
}
.sec01 .item_image {
  margin: 0 0 10px;
}
.sec01 .item_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  margin: 0 0 30px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.sec01 .item_title:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 9px transparent solid;
  border-left: 9px transparent solid;
}
.sec01 .item_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec01 .item:nth-of-type(1) .item_title {
  background: repeating-linear-gradient(120deg, rgba(255, 127, 110, 0.9), rgba(255, 127, 110, 0.9) 8px, rgb(255, 127, 110) 8px, rgb(255, 127, 110) 16px);
}
.sec01 .item:nth-of-type(1) .item_title:before {
  border-top: 18px solid rgb(255, 127, 110);
}
.sec01 .item:nth-of-type(2) .item_title {
  background: repeating-linear-gradient(120deg, rgba(159, 164, 184, 0.9), rgba(159, 164, 184, 0.9) 8px, rgb(159, 164, 184) 8px, rgb(159, 164, 184) 16px);
}
.sec01 .item:nth-of-type(2) .item_title:before {
  border-top: 18px solid rgb(159, 164, 184);
}
.sec01 .item:nth-of-type(3) .item_title {
  background: repeating-linear-gradient(120deg, rgba(112, 205, 202, 0.9), rgba(112, 205, 202, 0.9) 8px, rgb(112, 205, 202) 8px, rgb(112, 205, 202) 16px);
}
.sec01 .item:nth-of-type(3) .item_title:before {
  border-top: 18px solid rgb(112, 205, 202);
}
@media screen and (max-width: 768px) {
  .sec01 {
    width: 100%;
    padding: 13.33vw 0;
    margin: 0 auto 24vw;
  }
  .sec01 .container {
    padding: 0 10px;
    gap: 4.27vw;
  }
  .sec01 .stripe-heading {
    padding: 4.8vw 5.33vw;
    margin: 0 0 4vw;
    font-size: 4.8vw;
  }
  .sec01 .cont_title {
    padding: 15px 10px;
    font-size: 4.53vw;
    margin-bottom: 6vw;
  }
  .sec01 .cont01, .sec01 .cont02 {
    padding: 0 10px;
  }
  .sec01 .flexbox {
    flex-direction: column-reverse;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8vw;
    margin-bottom: 16vw;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
  }
  .sec01 .flexbox .imagebox {
    max-width: 100%;
    width: 100%;
  }
  .sec01 .flexbox .imagebox .circle {
    bottom: -8vw;
    right: 2.67vw;
    width: 30.27vw;
    height: 30.27vw;
    border: 0.53vw solid #ffffff;
    font-size: 3.2vw;
  }
  .sec01 .cont02 {
    margin-bottom: 26.67vw;
  }
  .sec01 .box {
    width: 95%;
    padding: 50px 10px;
    border: 0.8vw solid #ff7f6e;
    box-sizing: border-box;
  }
  .sec01 .box .box_header {
    margin-bottom: 4.67vw;
  }
  .sec01 .box .box_header .box_title {
    font-size: 4.53vw;
  }
  .sec01 .box .box_header .box_title span {
    font-size: 3.47vw;
  }
  .sec01 .box .gridbox {
    gap: 3.2vw;
    margin-bottom: 5.33vw;
  }
  .sec01 .box .gridbox .g_box {
    width: 26.67vw;
    height: 26.67vw;
    border: 0.8vw dashed #809A92;
    font-size: 3.73vw;
  }
  .sec01 .box .bottom_text {
    font-size: 4vw;
    line-height: 2;
  }
  .sec01 .flex {
    flex-direction: column;
    margin: 0 0 10.67vw;
  }
  .sec01 .sec_title {
    margin: 0 0 12vw;
    font-size: 5.87vw;
  }
  .sec01 .sec_title:before {
    bottom: -9.33vw;
    width: 9.6vw;
    height: 6.93vw;
  }
  .sec01 .sec_text {
    letter-spacing: 0.08em;
  }
  .sec01 .sec_image {
    min-width: unset;
    width: 100%;
    margin: 0 0 5.33vw 0;
  }
  .sec01 .list {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }
  .sec01 .item {
    width: 74.67vw;
  }
  .sec01 .item:nth-child(-n+2) {
    margin: 0;
  }
  .sec01 .item_title {
    height: auto;
    padding: 4vw 2.67vw;
    font-size: 5.33vw;
    margin: 0 0 4vw;
  }
}

.sec02 {
  width: 960px;
  padding: 0 0 200px;
  margin: 0 auto;
}
.sec02 .sec_header {
  padding: 20px 0;
  margin: 0 0 30px;
  background: #dacd5a;
  color: #fff;
  text-align: center;
}
.sec02 .head_text {
  font-size: 22px;
  font-weight: 500;
}
.sec02 .sec_title {
  font-size: 35px;
  font-weight: 500;
}
.sec02 .cont01 {
  margin: 0 0 80px;
  background: #fff;
}
.sec02 .cont01 .cont_title {
  position: relative;
  padding: 15px;
  background: rgba(218, 205, 90, 0.5);
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.sec02 .cont01 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec02 .cont01 .cont_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec02 .cont01 .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 70px 0;
}
.sec02 .cont01 .cont_left {
  width: 470px;
  margin: 0 60px 0 0;
}
.sec02 .cont01 .cont_text {
  margin: 0 0 30px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec02 .cont01 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec02 .cont01 .item {
  width: 208px;
}
.sec02 .cont01 .item:nth-of-type(1) {
  margin: 0 10px 30px 0;
}
.sec02 .cont01 .item:nth-of-type(2) {
  margin: 0 0 30px;
}
.sec02 .cont01 .item_text {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.sec02 .cont01 .item_text:before {
  content: "●";
  position: absolute;
  top: 0;
  color: #fc6300;
}
.sec02 .cont01 .item_text .border {
  border-bottom: 2px dashed #fc6300;
}
.sec02 .cont01 .item:nth-of-type(1) .item_text:before {
  left: 50px;
}
.sec02 .cont01 .item:nth-of-type(2) .item_text:before {
  left: 40px;
}
.sec02 .cont01 .item:nth-of-type(3) .item_text:before {
  left: 30px;
}
.sec02 .cont01 .cont_right {
  position: relative;
  width: 384px;
  height: 400px;
  padding: 50px 0;
  border: 3px solid #ff7f6e;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont01 .cont_right:before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 246px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/child_ortho/circle01.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_right:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 67px;
  height: 41px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon02.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_right .cont_image {
  margin: 0 0 30px;
  text-align: center;
}
.sec02 .cont01 .cont_right .image_text {
  padding: 0 20px;
}
.sec02 .cont02 {
  padding: 0 0 50px;
  margin: 0 0 80px;
  background: #fff;
}
.sec02 .cont02 .cont_title {
  position: relative;
  padding: 15px;
  background: rgba(218, 205, 90, 0.5);
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.sec02 .cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec02 .cont02 .cont_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
}
.sec02 .cont02 .flex {
  display: flex;
  justify-content: center;
  padding: 50px 0 100px;
}
.sec02 .cont02 .cont_text {
  width: 430px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec02 .cont02 .image_text {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.sec02 .cont02 .image_text:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 80px;
  color: #fc6300;
}
.sec02 .cont02 .image_text .border {
  border-bottom: 2px dashed #fc6300;
}
.sec02 .cont02 .box {
  position: relative;
  width: 830px;
  padding: 50px;
  border: 3px solid #ff7f6e;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont02 .box:before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 246px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/child_ortho/circle01.png) center/contain no-repeat;
}
.sec02 .cont02 .box:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 67px;
  height: 41px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon02.png) center/contain no-repeat;
}
.sec02 .cont02 .list {
  display: flex;
  justify-content: space-between;
}
.sec02 .cont02 .item {
  width: 340px;
}
.sec02 .cont02 .item_title {
  padding: 5px 0;
  margin: 0 0 10px;
  background: #dacd5a;
  border-radius: 30px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.sec02 .cont02 .item_image {
  margin: 0 0 10px;
  text-align: center;
}
.sec02 .cont02 .item_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec02 .cont03 {
  position: relative;
  width: 910px;
  padding: 80px 0 30px;
  border: 5px solid #dacd5a;
  margin: 0 auto 100px;
  background: rgba(218, 205, 90, 0.2);
  box-sizing: border-box;
}
.sec02 .cont03:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: 134px;
  height: 44px;
  margin: 0 auto;
  background: url(../images/child_ortho/text02.png) center/contain no-repeat;
}
.sec02 .cont03 .cont_title {
  position: relative;
  margin: 0 0 100px;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
.sec02 .cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 81px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon03.png) center/contain no-repeat;
}
.sec02 .cont03 .cont_text {
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 2;
}
.sec02 .cont04 {
  position: relative;
  width: 890px;
  padding: 10px;
  border: 2px dashed #ff7f6e;
  margin: 0 auto;
}
.sec02 .cont04 .decoration {
  position: absolute;
  width: 24px;
  height: 28px;
  background: url(../images/child_ortho/decoration.png) center/contain no-repeat;
}
.sec02 .cont04 .decoration01 {
  left: -24px;
  top: -28px;
}
.sec02 .cont04 .decoration02 {
  right: -24px;
  top: -28px;
}
.sec02 .cont04 .decoration03 {
  left: -24px;
  bottom: -28px;
}
.sec02 .cont04 .decoration04 {
  right: -24px;
  bottom: -28px;
}
.sec02 .cont04 .box {
  position: relative;
  width: 880px;
  padding: 50px 20px 50px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(255, 127, 110, 0.5);
}
.sec02 .cont04 .textbox {
  width: 510px;
}
.sec02 .cont04 .box_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec02 .cont04 .box_image {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    width: 100%;
    padding: 0 10px 150px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .sec_header {
    padding: 15px 10px;
    margin: 0 0 30px;
    background: #dacd5a;
    color: #fff;
    text-align: center;
  }
  .sec02 .head_text {
    font-size: 18px;
    font-weight: 500;
  }
  .sec02 .sec_title {
    font-size: 22px;
    font-weight: 500;
  }
  .sec02 .cont01 {
    margin: 0 0 50px;
    background: #fff;
  }
  .sec02 .cont01 .cont_title {
    position: relative;
    padding: 15px;
    background: rgba(218, 205, 90, 0.5);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .cont01 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
  }
  .sec02 .cont01 .cont_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
  }
  .sec02 .cont01 .flex {
    display: block;
    padding: 70px 10px;
  }
  .sec02 .cont01 .cont_left {
    width: 100%;
    margin: 0 0 100px;
  }
  .sec02 .cont01 .cont_text {
    margin: 0 0 30px;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .cont01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec02 .cont01 .item {
    width: 208px;
    margin: 0 10px 30px;
  }
  .sec02 .cont01 .item:nth-of-type(1) {
    margin: 0 10px 30px;
  }
  .sec02 .cont01 .item:nth-of-type(2) {
    margin: 0 10px 30px;
  }
  .sec02 .cont01 .item_text {
    position: relative;
    padding: 0 0 0 1.2em;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .cont01 .item_text:before {
    content: "●";
    position: absolute;
    top: 0;
    color: #fc6300;
  }
  .sec02 .cont01 .item_text .border {
    border-bottom: 2px dashed #fc6300;
  }
  .sec02 .cont01 .item:nth-of-type(1) .item_text:before {
    left: 50px;
  }
  .sec02 .cont01 .item:nth-of-type(2) .item_text:before {
    left: 40px;
  }
  .sec02 .cont01 .item:nth-of-type(3) .item_text:before {
    left: 30px;
  }
  .sec02 .cont01 .cont_right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 10px 30px;
    border: 3px solid #ff7f6e;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .cont01 .cont_right:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    width: 246px;
    height: 75px;
    margin: 0 auto;
    background: url(../images/child_ortho/circle01.png) center/contain no-repeat;
  }
  .sec02 .cont01 .cont_right:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 67px;
    height: 41px;
    margin: 0 auto;
    background: url(../images/child_ortho/icon02.png) center/contain no-repeat;
  }
  .sec02 .cont01 .cont_right .cont_image {
    margin: 0 0 30px;
    text-align: center;
  }
  .sec02 .cont01 .cont_right .image_text {
    padding: 0 20px;
  }
  .sec02 .cont02 {
    padding: 0 0 50px;
    margin: 0 0 50px;
    background: #fff;
  }
  .sec02 .cont02 .cont_title {
    position: relative;
    padding: 15px;
    background: rgba(218, 205, 90, 0.5);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .cont02 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
  }
  .sec02 .cont02 .cont_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, rgba(214, 201, 90, 0.8), rgba(214, 201, 90, 0.8) 10px, #d6c95a 10px, #d6c95a 20px);
  }
  .sec02 .cont02 .flex {
    display: block;
    justify-content: center;
    padding: 50px 10px 100px;
  }
  .sec02 .cont02 .cont_text {
    width: 100%;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .cont02 .cont_image {
    text-align: center;
  }
  .sec02 .cont02 .image_text {
    position: relative;
    width: 150px;
    padding: 0 0 0 1.2em;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .cont02 .image_text:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #fc6300;
  }
  .sec02 .cont02 .image_text .border {
    border-bottom: 2px dashed #fc6300;
  }
  .sec02 .cont02 .box {
    position: relative;
    width: 100%;
    padding: 50px 10px;
    border: 3px solid #ff7f6e;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .cont02 .box:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    width: 246px;
    height: 75px;
    margin: 0 auto;
    background: url(../images/child_ortho/circle01.png) center/contain no-repeat;
  }
  .sec02 .cont02 .box:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 67px;
    height: 41px;
    margin: 0 auto;
    background: url(../images/child_ortho/icon02.png) center/contain no-repeat;
  }
  .sec02 .cont02 .list {
    display: block;
  }
  .sec02 .cont02 .item {
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont02 .item:nth-of-type(1) {
    margin: 0 auto 50px;
  }
  .sec02 .cont02 .item_title {
    padding: 5px 0;
    margin: 0 0 10px;
    background: #dacd5a;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .sec02 .cont02 .item_image {
    margin: 0 0 10px;
    text-align: center;
  }
  .sec02 .cont02 .item_text {
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .cont03 {
    position: relative;
    width: 100%;
    padding: 80px 10px 30px;
    border: 5px solid #dacd5a;
    margin: 0 auto 100px;
    background: rgba(218, 205, 90, 0.2);
    box-sizing: border-box;
  }
  .sec02 .cont03:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 134px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/child_ortho/text02.png) center/contain no-repeat;
  }
  .sec02 .cont03 .cont_title {
    position: relative;
    margin: 0 0 100px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .cont03 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/child_ortho/icon03.png) center/contain no-repeat;
  }
  .sec02 .cont03 .cont_text {
    text-align: justify;
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .sec02 .cont04 {
    position: relative;
    width: calc(100% - 40px);
    padding: 10px;
    border: 2px dashed #ff7f6e;
    margin: 0 auto;
  }
  .sec02 .cont04 .decoration {
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(../images/child_ortho/decoration.png) center/contain no-repeat;
  }
  .sec02 .cont04 .decoration01 {
    left: -12px;
    top: -14px;
  }
  .sec02 .cont04 .decoration02 {
    right: -12px;
    top: -14px;
  }
  .sec02 .cont04 .decoration03 {
    left: -12px;
    bottom: -14px;
  }
  .sec02 .cont04 .decoration04 {
    right: -12px;
    bottom: -14px;
  }
  .sec02 .cont04 .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 30px 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(255, 127, 110, 0.5);
  }
  .sec02 .cont04 .textbox {
    width: 100%;
    margin: 0 10px 30px 0;
  }
  .sec02 .cont04 .box_text {
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .cont04 .box_image {
    position: static;
    bottom: 10px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  .sec02 .cont04 .box {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 10px 250px;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(255, 127, 110, 0.5);
  }
  .sec02 .cont04 .textbox {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sec02 .cont04 .box_image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.sec03 {
  width: 960px;
  padding: 0 0 100px;
  margin: 0 auto;
}
.sec03 .sec_header {
  position: relative;
  padding: 20px 0;
  margin: 0 0 30px;
  background: #39a981;
  color: #fff;
  text-align: center;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 430px;
  height: 165px;
  margin: 0 auto;
  background: url(../images/facility/circle_green.png) center/contain no-repeat;
}
.sec03 .sec_header .head_text {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 500;
}
.sec03 .sec_header .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  font-weight: 500;
}
.sec03 .sec_header .turtle01 {
  position: absolute;
  left: 220px;
  top: -70px;
  width: 94px;
  height: 85px;
  background: url(../images/child_ortho/icon04.png) center/contain no-repeat;
}
.sec03 .sec_header .turtle02 {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 122px;
  height: 86px;
  background: url(../images/child_ortho/icon05.png) center/contain no-repeat;
}
.sec03 .add_box {
  padding: 0 0 40px;
  background: #fdf8f2;
}
.sec03 .add_box .flexbox {
  display: flex;
  align-items: flex-start;
  margin: 150px 0 100px;
}
.sec03 .add_box .flexbox .box_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #F7931E;
  padding-bottom: 10px;
}
.sec03 .add_box .flexbox .box_header .icon {
  flex-shrink: 0;
  margin-left: 30px;
}
.sec03 .add_box .flexbox .box_header .box_title {
  font-size: 20px;
  color: #F7931E;
  line-height: 1.5;
}
.sec03 .add_box .flexbox .textbox {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #4C2E14;
}
.sec03 .add_box .flexbox .textbox .box_text {
  margin-left: 30px;
}
.sec03 .add_box .flexbox .imagebox {
  position: relative;
  flex-shrink: 0;
  max-width: 525px;
  width: 55%;
}
.sec03 .add_box .flexbox .imagebox img {
  display: block;
}
.sec03 .add_box .flexbox .imagebox .circle {
  position: absolute;
  left: 35px;
  bottom: -45px;
  width: 152px;
  height: 152px;
  display: block;
  vertical-align: middle;
  background: #FBB03B;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  display: block;
  padding-top: 25px;
  box-sizing: border-box;
}
.sec03 .add_box .flexbox .imagebox .circle .age {
  display: inline;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.sec03 .add_box .flexbox .imagebox .circle .suffix {
  font-size: 18px;
  line-height: 1.6;
  display: inline;
}
.sec03 .add_box .flexbox .imagebox .circle span {
  font-size: 26px;
  line-height: 1.2;
}
.sec03 .add_box .cont_title {
  position: relative;
  padding: 15px;
  background: #F7931E;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
  color: #fff;
}
.sec03 .add_box .cont_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, #FBB03B, #FBB03B 10px, #FCC774 10px, #FCC774 20px);
}
.sec03 .add_box .cont_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(135deg, #FBB03B, #FBB03B 10px, #FCC774 10px, #FCC774 20px);
}
.sec03 .add_box .flexbox02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 0 60px;
}
.sec03 .add_box .flexbox02 .box {
  width: calc(33.33% - 16px);
  min-width: 200px;
  max-width: 237px;
  padding: 24px 10px;
  box-sizing: border-box;
  border: 2px solid #F7931E;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sec03 .add_box .flexbox02 .box .num {
  font-size: 19px;
  color: #000000;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03 .add_box .flexbox02 .box .box_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #000000;
  font-feature-settings: "palt";
}
.sec03 .add_box .flexbox02 .box .box_text .orange {
  color: #F15A24;
  font-weight: 600;
}
.sec03 .add_box .flexbox02 .box:nth-child(4),
.sec03 .add_box .flexbox02 .box:nth-child(5) {
  width: calc(40% - 16px);
}
.sec03 .add_box .green .box {
  border: 2px solid #00B789;
}
.sec03 .add_box .green .box_header .box_title {
  color: #39a981;
}
.sec03 .add_box .green .imagebox .circle {
  background-color: #7AC943;
  bottom: -85px;
  padding-top: 25px;
  width: 182px;
  height: 182px;
}
.sec03 .add_box .green .box_text .green {
  color: #009245;
  font-weight: bold;
}
.sec03 .add_box .green_title {
  background-color: #00B789;
}
.sec03 .add_box .green_title::before {
  background: repeating-linear-gradient(135deg, #00996D, #00996D 10px, #4CB798 10px, #4CB798 20px);
}
.sec03 .add_box .green_title::after {
  background: repeating-linear-gradient(135deg, #00996D, #00996D 10px, #4CB798 10px, #4CB798 20px);
}
.sec03 .add_box .gridbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sec03 .add_box .gridbox .g_box {
  padding: 10px 30px 30px;
  background: #fff;
}
.sec03 .add_box .gridbox .g_box .g_title {
  padding: 6px 30px;
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec03 .add_box .gridbox .g_box .g_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec03 .add_box .gridbox .g_box .g_list .g_item {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.6;
  color: #000;
}
.sec03 .add_box .gridbox .g_box .g_list .g_item:last-child {
  margin: 0;
}
.sec03 .add_box .gridbox .g_box .g_list .g_item::before {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(50%);
}
.sec03 .add_box .gridbox .g_box.merit .g_title {
  background: #FF7F6E;
}
.sec03 .add_box .gridbox .g_box.merit .g_list .g_item::before {
  content: "○";
  color: #FF7F6E;
  font-weight: bold;
  font-size: 23px;
}
.sec03 .add_box .gridbox .g_box.demerit .g_title {
  background: #b0a9a0;
}
.sec03 .add_box .gridbox .g_box.demerit .g_list .g_item::before {
  content: "×";
  color: #b0a9a0;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec03 .add_box {
    padding: 0 5vw;
  }
  .sec03 .add_box .add_box {
    padding: 0 10px;
  }
  .sec03 .add_box .flexbox, .sec03 .add_box .green {
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .sec03 .add_box .flexbox .textbox .icon, .sec03 .add_box .green .textbox .icon {
    margin-left: 0;
  }
  .sec03 .add_box .flexbox .textbox .box_title, .sec03 .add_box .green .textbox .box_title {
    font-size: 5vw;
  }
  .sec03 .add_box .flexbox .textbox .box_text, .sec03 .add_box .green .textbox .box_text {
    margin-left: 0;
  }
  .sec03 .add_box .flexbox .imagebox, .sec03 .add_box .green .imagebox {
    max-width: initial;
    width: 100%;
    margin-bottom: 10vw;
  }
  .sec03 .add_box .flexbox .imagebox .circle, .sec03 .add_box .green .imagebox .circle {
    width: 32vw;
    height: 32vw;
    font-size: 4vw;
    padding-top: 5vw;
    left: -1vw;
    bottom: -10vw;
  }
  .sec03 .add_box .flexbox .imagebox .circle .age, .sec03 .add_box .green .imagebox .circle .age {
    font-size: 5vw;
  }
  .sec03 .add_box .flexbox .imagebox .circle .suffix, .sec03 .add_box .green .imagebox .circle .suffix {
    font-size: 4vw;
  }
  .sec03 .add_box .flexbox .imagebox img, .sec03 .add_box .green .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec03 .add_box .green .imagebox .circle {
    padding-top: 5vw;
    width: 36vw;
    height: 36vw;
    line-height: 1.4;
  }
  .sec03 .add_box .green .imagebox .circle .suffix02 {
    font-size: 3.5vw;
  }
  .sec03 .add_box .flexbox {
    margin-top: 0;
  }
  .sec03 .add_box .cont_title {
    font-size: 5vw;
  }
  .sec03 .add_box .flexbox02 {
    margin-bottom: 10vw;
    gap: 3vw;
  }
  .sec03 .add_box .flexbox02 .box {
    width: 100%;
    min-width: 100%;
    max-width: initial;
    padding: 3vw 1vw;
  }
  .sec03 .add_box .flexbox02 .box .num {
    height: initial;
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  .sec03 .add_box .flexbox02 .box .box_text {
    font-size: 4vw;
  }
  .sec03 .add_box .flexbox02 .box .box_text .orange, .sec03 .add_box .flexbox02 .box .box_text .green {
    font-size: 5vw;
  }
  .sec03 .add_box .flexbox02 .box:nth-child(4),
  .sec03 .add_box .flexbox02 .box:nth-child(5) {
    width: calc(50% - 16px);
  }
  .sec03 .add_box .gridbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-bottom: 13.8vw;
  }
  .sec03 .add_box .gridbox .g_box {
    padding: 5vw;
  }
  .sec03 .add_box .gridbox .g_box .g_title {
    padding: 6px 30px;
    margin: 0 0 5vw;
    font-size: 4.8vw;
  }
  .sec03 .add_box .gridbox .g_box .g_list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sec03 .add_box .gridbox .g_box .g_list .g_item {
    position: relative;
    padding: 0 0 0 7vw;
    margin: 0 0 3vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec03 .add_box .gridbox .g_box .g_list .g_item:last-child {
    margin: 0;
  }
  .sec03 .add_box .gridbox .g_box .g_list .g_item::before {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    transform: translateY(50%);
  }
  .sec03 .add_box .gridbox .g_box.merit .g_title {
    background: #FF7F6E;
  }
  .sec03 .add_box .gridbox .g_box.merit .g_list .g_item::before {
    content: "○";
    color: #FF7F6E;
    font-weight: bold;
    font-size: 5vw;
  }
  .sec03 .add_box .gridbox .g_box.demerit .g_title {
    background: #b0a9a0;
  }
  .sec03 .add_box .gridbox .g_box.demerit .g_list .g_item::before {
    content: "×";
    color: #b0a9a0;
    font-size: 5vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    padding: 0;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .sec03 .add_box {
    padding: 0 10px;
  }
  .sec03 .sec_header {
    position: relative;
    padding: 20px 0 0;
    margin: 0 0 30px;
    background: #39a981;
    color: #fff;
    text-align: center;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 360px;
    max-width: 100%;
    height: 165px;
    margin: 0 auto;
    background: url(../images/facility/circle_green.png) center/contain no-repeat;
  }
  .sec03 .sec_header .head_text {
    position: relative;
    top: -20px;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
  }
  .sec03 .sec_header .sec_title {
    position: relative;
    top: -20px;
    z-index: 2;
    font-size: 20px;
    font-weight: 500;
  }
  .sec03 .sec_header .turtle01 {
    position: absolute;
    left: 0;
    top: -17vw;
    width: 30vw;
    height: 15vw;
    background: url(../images/child_ortho/icon04.png) center/contain no-repeat;
  }
  .sec03 .sec_header .turtle02 {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 61px;
    height: 43px;
    background: url(../images/child_ortho/icon05.png) center/contain no-repeat;
  }
  .sec03 .sp.sec_body .item {
    width: 320px;
    padding: 30px 10px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .sp.sec_body .item:not(:last-of-type) {
    margin: 0 auto 50px;
  }
  .sec03 .sp.sec_body .band {
    padding: 5px 0;
    margin: 0 0 10px;
    background: #f5ca00;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .sec03 .sp.sec_body .row_title {
    position: relative;
    width: 140px;
    padding: 5px 0;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .sec03 .sp.sec_body .row_title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec03 .sp.sec_body .row01 {
    position: relative;
    margin: 0 0 20px;
  }
  .sec03 .sp.sec_body .row01 .sbox_title {
    width: 180px;
    padding: 10px;
    margin: 0 auto 30px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .sec03 .sp.sec_body .row01 .sbox_text {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .sec03 .sp.sec_body .row01 .row_textbox {
    position: absolute;
    left: 100px;
    top: 100px;
  }
  .sec03 .sp.sec_body .row01 .smallbox {
    background: rgba(244, 134, 78, 0.95);
  }
  .sec03 .sp.sec_body .row01 .box_text {
    font-size: 11px;
  }
  .sec03 .sp.sec_body .item:nth-of-type(2) .row01 .smallbox {
    background: rgba(112, 205, 202, 0.95);
  }
  .sec03 .sp.sec_body .item:nth-of-type(3) .row01 .smallbox {
    background: rgba(255, 127, 110, 0.95);
  }
  .sec03 .sp.sec_body .row02 {
    margin: 0 0 20px;
  }
  .sec03 .sp.sec_body .row02 .row_title {
    background: #f4864e;
  }
  .sec03 .sp.sec_body .row02 .row_title:before {
    border-top: 10px solid #f4864e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .sec03 .sp.sec_body .item:nth-of-type(2) .row_title {
    background: #70cdca;
  }
  .sec03 .sp.sec_body .item:nth-of-type(2) .row_title:before {
    border-top: 10px solid #70cdca;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .sec03 .sp.sec_body .item:nth-of-type(3) .row_title {
    background: #ff7f6e;
  }
  .sec03 .sp.sec_body .item:nth-of-type(3) .row_title:before {
    border-top: 10px solid #ff7f6e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .sec03 .sp.sec_body .row03 .small_cont {
    display: flex;
    margin: 0 0 20px;
  }
  .sec03 .sp.sec_body .row03 .data_image {
    float: left;
    min-width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    padding: 0;
    background: #ccc;
  }
  .sec03 .sp.sec_body .row03 .data_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .sp.sec_body .row03 .small_cont_title {
    padding: 0 0 10px;
    font-weight: 500;
  }
  .sec03 .sp.sec_body .row03 .small_cont02 .row_textbox {
    margin: 0 0 20px;
  }
  .sec03 .sp.sec_body .row03 .small_cont02 .trainings_text {
    display: inline-block;
    padding: 5px;
    margin: 0 0 5px;
    background: #39a981;
    color: #fff;
  }
}

.sec04 {
  width: 960px;
  margin: 0 auto 70px;
}
.sec04 .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec04 .stripe-heading {
  display: block;
  padding: 35px 32px;
  margin: 0 0 30px;
  background: repeating-linear-gradient(-45deg, #83D2D0 0, #83D2D0 10px, #70CDCA 10px, #70CDCA 20px);
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}
.sec04 .stripe-heading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}
.sec04 .flow-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sec04 .flow-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.sec04 .flow-item--last .step-connector {
  display: none;
}
.sec04 .flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 72px;
}
.sec04 .step-circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 2px solid #39A780;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sec04 .step-label {
  font-size: 26px;
  color: #fff;
  -webkit-text-stroke: 1.5px #5bbcab;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sec04 .step-num {
  font-size: 26px;
  color: #fff;
  -webkit-text-stroke: 1.5px #5bbcab;
  line-height: 1.2;
}
.sec04 .step-connector {
  width: 2px;
  flex: 1;
  min-height: 280px;
  border-left: 2px dashed #5bbcab;
  margin-top: 0;
  margin-bottom: 0;
}
.sec04 .flow-content {
  flex: 1;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  margin-top: 30px;
}
.sec04 .step-title-wrap {
  margin-bottom: 40px;
  margin-left: -1.5rem;
}
.sec04 .step-title-ribbon {
  display: inline-block;
  position: relative;
  background: rgba(0, 169, 157, 0.3);
  color: #694326;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.5em 2.5em 0.5em 1.5em;
  min-width: 180px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 16px) 50%, 100% 100%, 0% 100%);
}
.sec04 .flow-body {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.sec04 .flow-img {
  flex-shrink: 0;
}
.sec04 .flow-img img {
  width: 266px;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
.sec04 .flow-text {
  flex: 1;
}
.sec04 .flow-tags {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.sec04 .flow-tags li {
  font-size: 16px;
  color: #4C2E14;
  font-weight: 500;
}
.sec04 .flow-tags li::before {
  content: "・";
  color: #4C2E14;
}
.sec04 .flow-divider {
  border: none;
  border-top: 1px dashed #39A780;
  margin: 0.75rem 0 0.75rem;
}
.sec04 .fnone {
  border-top: none;
  margin: initial;
}
.sec04 .flow-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #4C2E14;
  margin: 0;
}
@media screen and (max-width: 786px) {
  .sec04 {
    width: 100%;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
  }
  .sec04 .container {
    gap: 4.27vw;
  }
  .sec04 .stripe-heading {
    padding: 4.8vw 5.33vw;
    margin: 0 0 4vw;
    font-size: 4.8vw;
  }
  .sec04 .step-connector {
    min-height: 120vw;
  }
  .sec04 .flow-item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
  .sec04 .flow-step {
    width: 14.4vw;
    flex-shrink: 0;
  }
  .sec04 .step-circle {
    width: 20.4vw;
    height: 20.4vw;
    border: 0.53vw solid #39A780;
  }
  .sec04 .step-label {
    font-size: 5vw;
  }
  .sec04 .step-num {
    font-size: 5vw;
  }
  .sec04 .flow-content {
    flex: 1;
    padding-left: 0;
    margin-top: 3vw;
    padding-bottom: 6vw;
  }
  .sec04 .step-title-wrap {
    margin-left: -2vw;
    margin-bottom: 4vw;
    display: flex;
    align-items: center;
    min-height: 14.4vw;
  }
  .sec04 .step-title-ribbon {
    font-size: 4.27vw;
    padding: 2vw 18vw 2vw 12vw;
    min-width: unset;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4.27vw) 50%, 100% 100%, 0% 100%);
  }
  .sec04 .flow-body {
    flex-direction: column;
    gap: 4vw;
  }
  .sec04 .flow-img {
    width: 100%;
  }
  .sec04 .flow-img img {
    width: 100%;
    height: auto;
  }
  .sec04 .flow-tags {
    gap: 2.13vw 5.33vw;
    margin: 0 0 2vw;
  }
  .sec04 .flow-tags li {
    font-size: 3.73vw;
  }
  .sec04 .flow-divider {
    margin: 2vw 0;
  }
  .sec04 .flow-text p {
    font-size: 4vw;
  }
}

.sec05 {
  width: 960px;
  padding: 0 0 100px;
  margin: 0 auto;
}
.sec05 .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec05 .stripe-heading {
  display: block;
  padding: 35px 32px;
  margin: 0 0 30px;
  background: repeating-linear-gradient(-45deg, #F19585 0, #F19585 10px, #EF8674 10px, #EF8674 20px);
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}
.sec05 .sec_title {
  padding: 20px;
  margin: 0 0 50px;
  background: #dacd5a;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.sec05 .dlist {
  width: 730px;
  margin: 0 auto;
}
.sec05 .row {
  display: flex;
  text-align: center;
  margin: 0 0 2px;
}
.sec05 .term {
  width: 60%;
  padding: 20px 0;
  margin: 0 2px 0 0;
  background: rgba(217, 206, 108, 0.45);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .description {
  width: 40%;
  padding: 20px 0;
  border: 1px solid #d9ce6c;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}
.sec05 .description .small {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    width: 100%;
    padding: 0 10px 100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05 .sec_title {
    padding: 15px 10px;
    margin: 0 0 50px;
    background: #dacd5a;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .sec05 .dlist {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .row {
    display: flex;
    text-align: center;
    margin: 0 0 2px;
  }
  .sec05 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: 20px 0;
    margin: 0 2px 0 0;
    background: rgba(217, 206, 108, 0.45);
    font-size: 16px;
  }
  .sec05 .description {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding: 20px 0;
    border: 1px solid #d9ce6c;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    flex-direction: column;
  }
  .sec05 .stripe-heading {
    padding: 4.8vw 5.33vw;
    margin: 0 0 4vw;
    font-size: 4.8vw;
    display: block;
    background: repeating-linear-gradient(-45deg, #F19585 0, #F19585 10px, #EF8674 10px, #EF8674 20px);
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
  }
}

.message_sec {
  padding: 100px 0 50px;
  background: rgba(255, 127, 110, 0.5);
}
.message_sec .box {
  position: relative;
  width: 830px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.message_sec .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -72px;
  width: 246px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/child_ortho/circle02.png) center/contain no-repeat;
}
.message_sec .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 72px;
  height: 52px;
  background: url(../images/child_ortho/icon01.png) center/contain no-repeat;
  margin: 0 auto;
}
.message_sec .textbox {
  width: 510px;
}
.message_sec .box_title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.message_sec .box_text {
  margin: 0 40px 0 0;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.message_sec .box_image {
  position: absolute;
  right: 20px;
  bottom: 0;
  min-width: 223px;
}
@media screen and (max-width: 768px) {
  .message_sec {
    padding: 100px 0 50px;
    background: rgba(255, 127, 110, 0.5);
  }
  .message_sec .box {
    position: relative;
    display: flex;
    width: calc(100% - 40px);
    padding: 30px 10px 0;
    margin: 0 auto;
  }
  .message_sec .box .decoration {
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(../images/child_ortho/decoration.png) center/contain no-repeat;
  }
  .message_sec .box .decoration01 {
    left: -12px;
    top: -14px;
  }
  .message_sec .box .decoration02 {
    right: -12px;
    top: -14px;
  }
  .message_sec .box .decoration03 {
    left: -12px;
    bottom: -14px;
  }
  .message_sec .box .decoration04 {
    right: -12px;
    bottom: -14px;
  }
  .message_sec .box .textbox {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 10px 0 0;
  }
  .message_sec .box .box_title {
    font-size: 20px;
  }
  .message_sec .box .box_text {
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .message_sec .box .box_image {
    position: static;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  .message_sec {
    padding: 100px 10px 50px;
    background: rgba(255, 127, 110, 0.5);
  }
  .message_sec .box {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 10px 250px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .message_sec .box .textbox {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .message_sec .box .box_image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}/*# sourceMappingURL=child_ortho02.css.map */