@charset "UTF-8";
.key {
  position: relative;
  height: 550px;
  background: url(../images/child_ortho/key.jpg) center/cover no-repeat;
}

.key:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}

.key:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}

.key .inner {
  width: 1280px;
  margin: 0 auto;
}

.key .key_text {
  position: relative;
  padding-top: 300px;
  padding-left: 20px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: .07em;
}

.key .key_text:before {
  content: "MEDICAL";
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 70px;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 97.2vw;
    background: url(../images/child_ortho/key.jpg) center top/cover no-repeat;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .key_text {
    position: relative;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    font-size: 8.3vw;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .07em;
  }
  .key .key_text:before {
    content: "MEDICAL";
    position: absolute;
    top: 30vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: .05em;
  }
}

.sec01 {
  padding: 80px 0;
}

.sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01 .sec_header {
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
}

.sec01 .sec_header:before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 1px;
  height: 390px;
  background: #bf7e80;
}

.sec01 .sec_title {
  position: relative;
  width: 350px;
  padding: 100px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
}

.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 82px;
  height: 74px;
  margin: 0 auto;
  background: url(../images/child_ortho/icon_child.png) center/contain no-repeat;
}

.sec01 .sec_title:after {
  content: "child ortho";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: #AF7E80;
}

.sec01 .textbox {
  width: 700px;
}

.sec01 .lead_text {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  color: #bf7e80;
  line-height: 1.8;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 22.2vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .inner {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .sec_header {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5.5vw;
    margin-bottom: 5.5vw;
  }
  .sec01 .sec_header:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #bf7e80;
  }
  .sec01 .sec_title {
    position: relative;
    width: 100%;
    padding: 22.2vw 0 11.1vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 22.2vw;
    height: 20vw;
    margin: 0 auto;
    background: url(../images/child_ortho/icon_child.png) center/contain no-repeat;
  }
  .sec01 .sec_title:after {
    content: "child ortho";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 5.5vw;
    color: #AF7E80;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    color: #bf7e80;
    line-height: 1.8;
    letter-spacing: .2em;
    text-align: center;
  }
}

.sec02 {
  position: relative;
  margin-top: 280px;
  padding: 200px 0 80px;
  background: rgba(218, 123, 122, 0.15);
}

.sec02 .sec_image {
  position: absolute;
  top: -178px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec02 .sec_title {
  width: 1100px;
  padding: 25px 0;
  margin: 0 auto 50px;
  border-radius: 12px;
  background: #DA7B7A;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
}

.sec02 .sec_text {
  width: 800px;
  margin: 0 auto 80px;
  letter-spacing: .03em;
}

.sec02 .list {
  width: 980px;
  margin: 0 auto;
}

.sec02 .item:not(:last-of-type) {
  margin-bottom: 80px;
}

.sec02 .item_title {
  position: relative;
  margin-bottom: 30px;
  font-size: 31px;
  letter-spacing: .1em;
  color: #DA7B7A;
}

.sec02 .item_title:before {
  content: "●";
  position: absolute;
  left: -1.5em;
  top: 0;
}

.sec02 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec02 .item_image {
  min-width: 351px;
  margin-right: 30px;
}

.sec02 .item_text {
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    margin-top: 55.5vw;
    padding: 13.8vw 5.5vw 22.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(218, 123, 122, 0.15);
  }
  .sec02 .sec_image {
    position: absolute;
    top: -70vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .sec02 .sec_image img {
    width: 69.4vw;
  }
  .sec02 .sec_title {
    width: 100%;
    padding: 5.5vw;
    margin: 0 auto 8.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    background: #DA7B7A;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: .2em;
    color: #fff;
    text-align: center;
  }
  .sec02 .sec_text {
    width: 100%;
    margin: 0 auto 22.2vw;
    letter-spacing: .03em;
  }
  .sec02 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .item:not(:last-of-type) {
    margin-bottom: 22.2vw;
  }
  .sec02 .item_title {
    position: relative;
    padding-left: 2em;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    color: #DA7B7A;
  }
  .sec02 .item_title:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec02 .flexbox {
    display: block;
  }
  .sec02 .item_image {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec02 .item_image img {
    width: 100%;
  }
  .sec02 .item_text {
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
}

.sec03 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sec03 .inner {
  width: 1240px;
  margin: 0 auto;
}

.sec03 .sec_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 100px;
  background: #da7b7a;
  text-align: center;
}

.sec03 .sec_title .text {
  position: relative;
  z-index: 2;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1240px;
  height: 120px;
  margin: auto;
  background: url(../images/child/bg_transparent.png) center/contain no-repeat;
}

.sec03 .box01 {
  position: relative;
  width: 1100px;
  margin: 0 auto 100px;
  padding: 80px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(234, 224, 225, 0.74);
}

.sec03 .box01:before {
  content: "MERIT";
  position: absolute;
  right: 20px;
  top: -80px;
  font-size: 105px;
  letter-spacing: .2em;
  color: rgba(186, 128, 125, 0.48);
}

.sec03 .box01 .box_title {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: .1em;
  color: #BA807D;
  text-align: center;
}

.sec03 .box01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec03 .box01 .item {
  width: 420px;
}

.sec03 .box01 .item:nth-of-type(1) {
  margin-right: 50px;
}

.sec03 .box01 .item_num {
  margin-bottom: 20px;
}

.sec03 .box01 .item_title {
  margin-bottom: 30px;
  font-size: 31px;
  color: #BA807D;
}

.sec03 .box01 .item_text {
  line-height: 2;
  text-align: justify;
}

.sec03 .box02 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 80px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(178, 211, 222, 0.58);
}

.sec03 .box02:before {
  content: "DEMERIT";
  position: absolute;
  left: 20px;
  top: -80px;
  font-size: 105px;
  letter-spacing: .2em;
  color: rgba(3, 52, 131, 0.48);
}

.sec03 .box02 .box_title {
  width: 860px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #616C6C;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: .1em;
  text-align: center;
}

.sec03 .box02 .box_text {
  width: 780px;
  margin: 0 auto;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 13.8vw;
    margin-bottom: 22.2vw;
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .sec_title {
    position: relative;
    padding: 5.5vw 2.7vw;
    margin: 0 0 22.2vw;
    background: #da7b7a;
    text-align: center;
  }
  .sec03 .sec_title .text {
    position: relative;
    z-index: 2;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/child/bg_transparent.png) center/cover no-repeat;
  }
  .sec03 .sec_body {
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .box01 {
    position: relative;
    width: 100%;
    margin: 0 auto 27.7vw;
    padding: 11.1vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(234, 224, 225, 0.74);
  }
  .sec03 .box01:before {
    content: "MERIT";
    position: absolute;
    right: 50%;
    top: -11.1vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
    font-size: 13.8vw;
    letter-spacing: .2em;
    color: rgba(186, 128, 125, 0.48);
    text-align: center;
  }
  .sec03 .box01 .box_title {
    margin-bottom: 8.3vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    color: #BA807D;
    text-align: center;
  }
  .sec03 .box01 .list {
    display: block;
  }
  .sec03 .box01 .item {
    width: 100%;
  }
  .sec03 .box01 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 22.2vw;
  }
  .sec03 .box01 .item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5.5vw;
  }
  .sec03 .box01 .item_num {
    margin-right: 2.7vw;
  }
  .sec03 .box01 .item_num img {
    width: 13vw;
  }
  .sec03 .box01 .item_title {
    font-size: 5.5vw;
    color: #BA807D;
  }
  .sec03 .box01 .item_text {
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
  .sec03 .box02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 11.1vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(178, 211, 222, 0.58);
  }
  .sec03 .box02:before {
    content: "DEMERIT";
    position: absolute;
    left: 50%;
    top: -11.1vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 13.8vw;
    letter-spacing: .2em;
    color: rgba(3, 52, 131, 0.48);
    text-align: center;
  }
  .sec03 .box02 .box_title {
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px dotted #616C6C;
    margin: 0 auto;
    margin-bottom: 8.3vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec03 .box02 .box_text {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
}

.sec04 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sec04 .inner {
  width: 1240px;
  margin: 0 auto;
}

.sec04 .sec_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 100px;
  background: #da7b7a;
  text-align: center;
}

.sec04 .sec_title .text {
  position: relative;
  z-index: 2;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1240px;
  height: 120px;
  margin: auto;
  background: url(../images/child/bg_transparent.png) center/contain no-repeat;
}

.sec04 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .imagebox {
  position: relative;
  margin-right: 50px;
}

.sec04 .sec_image {
  min-width: 508px;
}

.sec04 .image_text {
  position: absolute;
  top: -40px;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 313px;
  height: 221px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/child_ortho/fukidashi.png) center/contain no-repeat;
  font-size: 21px;
  letter-spacing: .03em;
  color: #2F2725;
}

.sec04 .sec_text {
  width: 560px;
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: 27.7vw;
    margin-bottom: 27.7vw;
  }
  .sec04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_title {
    position: relative;
    padding: 5.5vw 2.7vw;
    margin: 0 0 22.2vw;
    background: #da7b7a;
    text-align: center;
  }
  .sec04 .sec_title .text {
    position: relative;
    z-index: 2;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/child/bg_transparent.png) center/cover no-repeat;
  }
  .sec04 .flexbox {
    display: block;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .imagebox {
    position: relative;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec04 .sec_image {
    min-width: auto;
  }
  .sec04 .sec_image img {
    width: 100%;
  }
  .sec04 .image_text {
    position: absolute;
    top: -13.8vw;
    left: 2.7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55.5vw;
    height: 39.1vw;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/child_ortho/fukidashi.png) center/contain no-repeat;
    font-size: 4.4vw;
    letter-spacing: .03em;
    color: #2F2725;
  }
  .sec04 .sec_text {
    width: 100%;
  }
}

.sec05 {
  margin-bottom: 100px;
}

.sec05 .inner {
  width: 1240px;
  margin: 0 auto;
}

.sec05 .sec_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 100px;
  background: #da7b7a;
  text-align: center;
}

.sec05 .sec_title .text {
  position: relative;
  z-index: 2;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.sec05 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1240px;
  height: 120px;
  margin: auto;
  background: url(../images/child/bg_transparent.png) center/contain no-repeat;
}

.sec05 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1160px;
  margin: 0 auto 50px;
}

.sec05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #ECE9E2;
  text-align: center;
}

.sec05 .item_text {
  width: 100%;
  font-size: 16px;
  letter-spacing: .1em;
}

.sec05 .sec_text {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 27.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    position: relative;
    padding: 5.5vw 2.7vw;
    margin: 0 0 13.8vw;
    background: #da7b7a;
    text-align: center;
  }
  .sec05 .sec_title .text {
    position: relative;
    z-index: 2;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/child/bg_transparent.png) center/cover no-repeat;
  }
  .sec05 .sec_body {
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec05 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.6vw;
    height: 41.6vw;
    padding: 2.7vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    background: #ECE9E2;
    text-align: center;
  }
  .sec05 .item:nth-child(n - 4) {
    margin-bottom: 5.5vw;
  }
  .sec05 .item_text {
    margin-bottom: 2.7vw;
    font-size: 3.8vw;
    letter-spacing: .1em;
  }
  .sec05 .item_image {
    width: 27.7vw;
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec06 {
  margin-bottom: 100px;
}

.sec06 .inner {
  width: 1240px;
  margin: 0 auto;
}

.sec06 .sec_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 100px;
  background: #da7b7a;
  text-align: center;
}

.sec06 .sec_title .text {
  position: relative;
  z-index: 2;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.sec06 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1240px;
  height: 120px;
  margin: auto;
  background: url(../images/child/bg_transparent.png) center/contain no-repeat;
}

.sec06 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1060px;
  margin: 0 auto 80px;
}

.sec06 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 235px;
  height: 235px;
  font-size: 25px;
  color: #fff;
}

.sec06 .item:nth-of-type(1) {
  background: url(../images/child_ortho/yubishaburi.png) center/contain no-repeat;
}

.sec06 .item:nth-of-type(2) {
  background: url(../images/child_ortho/hoozue.png) center/contain no-repeat;
}

.sec06 .item:nth-of-type(3) {
  background: url(../images/child_ortho/nezou.png) center/contain no-repeat;
}

.sec06 .item:nth-of-type(4) {
  background: url(../images/child_ortho/kuchikokyu.png) center/contain no-repeat;
}

.sec06 .sec_text {
  width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 27.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .sec_title {
    position: relative;
    padding: 5.5vw 2.7vw;
    margin: 0 0 13.8vw;
    background: #da7b7a;
    text-align: center;
  }
  .sec06 .sec_title .text {
    position: relative;
    z-index: 2;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/child/bg_transparent.png) center/cover no-repeat;
  }
  .sec06 .sec_body {
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec06 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.6vw;
    height: 41.6vw;
    font-size: 5.5vw;
    color: #fff;
  }
  .sec06 .item:nth-of-type(1) {
    margin-bottom: 5.5vw;
    background: url(../images/child_ortho/yubishaburi.png) center/contain no-repeat;
  }
  .sec06 .item:nth-of-type(2) {
    margin-bottom: 5.5vw;
    background: url(../images/child_ortho/hoozue.png) center/contain no-repeat;
  }
  .sec06 .item:nth-of-type(3) {
    background: url(../images/child_ortho/nezou.png) center/contain no-repeat;
  }
  .sec06 .item:nth-of-type(4) {
    background: url(../images/child_ortho/kuchikokyu.png) center/contain no-repeat;
  }
  .sec06 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec07 {
  padding: 100px 0 200px;
  background: rgba(218, 123, 122, 0.15);
}

.sec07 .inner {
  width: 1100px;
  margin: 0 auto;
}

.sec07 .sec_title {
  padding: 25px 0;
  margin: 0 auto 50px;
  border-radius: 12px;
  background: #DA7B7A;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
}

.sec07 .cont01 {
  margin-bottom: 80px;
}

.sec07 .cont01 .cont_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sec07 .cont01 .lead_text {
  font-size: 31px;
  letter-spacing: .1em;
  color: #BA807D;
}

.sec07 .cont01 .header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  background: url(../images/child_ortho/circle.png) center/contain no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.sec07 .cont01 .header_text.sp {
  display: none;
}

.sec07 .cont01 .cont_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 38px;
  text-align: center;
}

.sec07 .cont01 .cont_title:before {
  content: "bimler";
  position: absolute;
  bottom: -200px;
  left: 0;
  font-size: 136px;
  letter-spacing: .1em;
  color: #DA7B7A;
}

.sec07 .cont01 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec07 .cont01 .cont_text {
  margin-right: 50px;
}

.sec07 .cont01 .cont_image {
  min-width: 506px;
}

.sec07 .cont02 {
  margin-bottom: 80px;
}

.sec07 .cont02 .cont_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: .1em;
  text-align: center;
  color: #BA807D;
}

.sec07 .cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: #BA807D;
}

.sec07 .cont02 .cont_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 300px;
  height: 1px;
  background: #BA807D;
}

.sec07 .cont02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.sec07 .cont02 .item {
  width: 260px;
  height: 180px;
  border-radius: 10px;
  border: 1px dashed #BA807D;
  background: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 180px;
  text-align: center;
  color: #BA807D;
}

.sec07 .cont02 .box {
  position: relative;
  padding: 140px 60px 60px;
  background: #fff;
}

.sec07 .cont02 .box:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 173px;
  height: 173px;
  margin: 0 auto;
  background: url(../images/child_ortho/plus.png) center/contain no-repeat;
}

.sec07 .cont02 .box_image {
  position: absolute;
  right: -10px;
  top: -30px;
}

.sec07 .cont02 .box_text {
  padding-right: 80px;
  margin-bottom: 50px;
  font-size: 33px;
  font-weight: 700;
  color: #D26F36;
  text-align: center;
}

.sec07 .cont02 .devicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec07 .cont02 .device {
  width: 380px;
}

.sec07 .cont02 .device:nth-of-type(1) {
  margin-right: 50px;
}

.sec07 .cont02 .device_title {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
  color: #D26F36;
}

.sec07 .cont02 .device_title:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.sec07 .cont02 .device_text {
  line-height: 2;
  text-align: justify;
}

.sec07 .cont03 .cont_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: .1em;
  text-align: center;
  color: #BA807D;
}

.sec07 .cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: #BA807D;
}

.sec07 .cont03 .cont_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 300px;
  height: 1px;
  background: #BA807D;
}

.sec07 .cont03 .table {
  width: 100%;
  background: #fff;
  margin-bottom: 120px;
}

.sec07 .cont03 .row:nth-of-type(1) {
  border-bottom: 1px solid #BA807D;
}

.sec07 .cont03 .head {
  width: 50%;
  padding: 15px 0;
  border-right: 1px solid #BA807D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
  letter-spacing: .1em;
}

.sec07 .cont03 .data {
  width: 50%;
  padding: 15px 0;
  font-size: 25px;
  letter-spacing: .1em;
  text-align: center;
}

.sec07 .cont03 .small_title {
  width: 1050px;
  padding: 15px 0;
  border-top: 1px solid #DA7B7A;
  border-bottom: 1px solid #DA7B7A;
  margin: 0 auto 50px;
  font-size: 35px;
  letter-spacing: .1em;
  color: #DA7B7A;
  text-align: center;
}

.sec07 .cont03 .cont_text {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

.sec07 .cont03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}

.sec07 .contact_banner {
  width: 1080px;
  margin: 200px auto 100px;
}

.sec07 .contact_banner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.sec07 .contact_banner a:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 170px;
  height: 250px;
  background: url(../images/welcome/kawada.png) center/contain no-repeat;
}

.sec07 .contact_banner .left {
  width: 50%;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #7DACC8;
}

.sec07 .contact_banner .left_text {
  position: relative;
  padding-left: 150px;
  font-size: 30px;
  letter-spacing: .2em;
  color: #fff;
}

.sec07 .contact_banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8F5EE;
  color: #446475;
}

.sec07 .contact_banner .right_text01 {
  font-size: 29px;
  letter-spacing: .2em;
}

.sec07 .contact_banner .right_text02 {
  position: relative;
  padding-left: .8em;
  font-size: 53px;
  letter-spacing: .1em;
}

.sec07 .contact_banner .right_text02 .icon {
  position: absolute;
  left: 0;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 13.8vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(218, 123, 122, 0.15);
  }
  .sec07 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .sec_title {
    padding: 5.5vw;
    margin: 0 auto 27.7vw;
    border-radius: 12px;
    background: #DA7B7A;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: .2em;
    color: #fff;
    text-align: center;
  }
  .sec07 .cont01 {
    position: relative;
    margin-bottom: 22.2vw;
  }
  .sec07 .cont01 .cont_header {
    display: block;
    margin-bottom: 8.3vw;
  }
  .sec07 .cont01 .lead_text {
    font-size: 4.8vw;
    letter-spacing: .05em;
    color: #BA807D;
  }
  .sec07 .cont01 .header_text.pc {
    display: none;
  }
  .sec07 .cont01 .header_text.sp {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3vw;
    height: 33.3vw;
    background: url(../images/child_ortho/circle.png) center/contain no-repeat;
    font-size: 4vw;
    color: #fff;
    text-align: center;
  }
  .sec07 .cont01 .header_text.sp:nth-of-type(1) {
    top: -22.2vw;
    right: 10vw;
  }
  .sec07 .cont01 .header_text.sp:nth-of-type(2) {
    top: 1.3vw;
    right: -5.5vw;
  }
  .sec07 .cont01 .cont_title {
    position: relative;
    margin-bottom: 22.2vw;
    font-size: 5.5vw;
    text-align: center;
  }
  .sec07 .cont01 .cont_title:before {
    content: "bimler";
    position: absolute;
    bottom: -19.6vw;
    left: 0;
    right: 0;
    font-size: 13.8vw;
    letter-spacing: .1em;
    color: #DA7B7A;
  }
  .sec07 .cont01 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec07 .cont01 .cont_text {
    margin-right: 0;
  }
  .sec07 .cont01 .cont_image {
    min-width: auto;
    margin-bottom: 5.5vw;
  }
  .sec07 .cont01 .cont_image img {
    width: 100%;
  }
  .sec07 .cont02 {
    margin-bottom: 22.2vw;
  }
  .sec07 .cont02 .cont_title {
    position: relative;
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    text-align: center;
    color: #BA807D;
  }
  .sec07 .cont02 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.3vw;
    height: 1px;
    background: #BA807D;
  }
  .sec07 .cont02 .cont_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 8.3vw;
    height: 1px;
    background: #BA807D;
  }
  .sec07 .cont02 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .sec07 .cont02 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 41.6vw;
    height: 25vw;
    padding: 5.5vw 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed #BA807D;
    background: #fff;
    font-size: 4.4vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #BA807D;
  }
  .sec07 .cont02 .item:nth-child(n - 3) {
    margin-bottom: 5.5vw;
  }
  .sec07 .cont02 .box {
    position: relative;
    padding: 11.1vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec07 .cont02 .box:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 22.2vw;
    height: 22.2vw;
    margin: 0 auto;
    background: url(../images/child_ortho/plus.png) center/contain no-repeat;
  }
  .sec07 .cont02 .box_image {
    display: none;
    position: absolute;
    right: -10px;
    top: -30px;
  }
  .sec07 .cont02 .box_text {
    padding-right: 0;
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    font-weight: 700;
    color: #D26F36;
    text-align: center;
  }
  .sec07 .cont02 .devicelist {
    display: block;
  }
  .sec07 .cont02 .device {
    width: 100%;
  }
  .sec07 .cont02 .device:nth-of-type(1) {
    margin-right: 0;
  }
  .sec07 .cont02 .device_title {
    margin-top: 22.2vw;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8.3vw;
    font-size: 5vw;
    font-weight: 700;
    color: #D26F36;
  }
  .sec07 .cont02 .device_title:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec07 .cont02 .device_text {
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
  .sec07 .cont03 .cont_title {
    position: relative;
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    text-align: center;
    color: #BA807D;
  }
  .sec07 .cont03 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.3vw;
    height: 1px;
    background: #BA807D;
  }
  .sec07 .cont03 .cont_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 8.3vw;
    height: 1px;
    background: #BA807D;
  }
  .sec07 .cont03 .table {
    width: 100%;
    background: #fff;
    margin-bottom: 22.2vw;
  }
  .sec07 .cont03 .head {
    width: 50%;
    padding: 4.1vw 0;
    border-right: 1px solid #BA807D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4.4vw;
    letter-spacing: .1em;
  }
  .sec07 .cont03 .data {
    width: 50%;
    padding: 4.1vw 0;
    font-size: 4.4vw;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec07 .cont03 .small_title {
    width: 100%;
    padding: 2.7vw 0;
    border-top: 1px solid #DA7B7A;
    border-bottom: 1px solid #DA7B7A;
    margin: 0 auto 8.3vw;
    font-size: 5.5vw;
    letter-spacing: .1em;
    color: #DA7B7A;
    text-align: center;
  }
  .sec07 .cont03 .cont_text {
    margin-bottom: 13.8vw;
    font-size: 4.4vw;
    text-align: center;
  }
  .sec07 .cont03 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .cont03 .list .item img {
    width: 22.2vw;
  }
  .sec07 .cont03 .list .item:nth-of-type(1),
  .sec07 .cont03 .list .item:nth-of-type(2),
  .sec07 .cont03 .list .item:nth-of-type(4) {
    margin-right: 5.5vw;
  }
  .sec07 .cont03 .list .item:nth-child(n - 4) {
    margin-bottom: 5.5vw;
  }
  .sec07 .contact_banner {
    width: 100%;
    margin: 27.7vw 0 0;
  }
  .sec07 .contact_banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec07 .contact_banner a:before {
    content: "";
    position: absolute;
    left: -5.5vw;
    bottom: 0;
    width: 27.7vw;
    height: 40.7vw;
    background: url(../images/welcome/kawada.png) center/contain no-repeat;
  }
  .sec07 .contact_banner .left {
    width: 100%;
    padding: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #7DACC8;
  }
  .sec07 .contact_banner .left_text {
    position: relative;
    padding-left: 0;
    font-size: 5.5vw;
    letter-spacing: .2em;
    color: #fff;
    text-align: center;
  }
  .sec07 .contact_banner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
    padding-left: 22.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F8F5EE;
    color: #446475;
  }
  .sec07 .contact_banner .right_text01 {
    font-size: 5vw;
    letter-spacing: .2em;
  }
  .sec07 .contact_banner .right_text02 {
    position: relative;
    padding-left: 1em;
    font-size: 6.9vw;
    letter-spacing: .1em;
  }
  .sec07 .contact_banner .right_text02 .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec07 .contact_banner .right_text02 .icon img {
    width: 5.5vw;
  }
}
/*# sourceMappingURL=child_ortho.css.map */