.main_image {
  position: relative;
  height: 400px;
  /* .kazari01 {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 586px;
    height: 358px;
    background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 563px;
    height: 251px;
    background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 301px;
    height: 270px;
    background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 400px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main_image .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -3px;
  width: 1009px;
  height: 400px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/ortho/ortho_key.webp) right top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -75px;
  left: 0px;
  width: 100%;
  height: 336px;
  box-sizing: border-box;
  background-color: #eeeae7;
}
.main_image .text {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-left: 85px;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
.main_image .text:before {
  content: "MEDICAL";
  position: absolute;
  left: 85px;
  top: -40px;
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
@media screen and (max-width: 767px) {
  .main_image {
    overflow: hidden;
    /* .kazari01 {
        position: absolute;
        left: -2.7vw;
        top: -2.7vw;
        width: 80vw;
        height: 48.8vw;
        background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
        position: absolute;
        right: -2.7vw;
        bottom: -2.7vw;
        width: 40vw;
        height: 93.3vw;
        background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .main_image .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1009px;
    height: 400px;
    padding-top: 200px;
    box-sizing: border-box;
    background: url(/images/ortho/ortho_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner:after {
    display: none;
  }
  .main_image .text {
    margin-top: initial;
    padding-top: 220px;
    padding-left: 2vw;
    font-size: 5.8vw;
    display: flex;
    align-items: center;
  }
  .main_image .text:before {
    left: 3vw;
    top: 180px;
    font-size: 4vw;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .leadtext {
  width: 880px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
  line-height: 2;
}
.sec01 .point01 {
  margin-bottom: 90px;
  display: block;
}
.sec01 .point01 .point_upperbox {
  width: 100%;
  margin-bottom: 45px;
}
.sec01 .point01 .point_upperbox img {
  width: 100%;
  height: 1005;
}
.sec01 .point01 .point_underbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec01 .point01 .textbox {
  margin-right: 60px;
}
.sec01 .point01 .point_text {
  margin-bottom: 50px;
}
.sec01 .point01 .about_btn {
  width: 262px;
}
.sec01 .point02 {
  margin-bottom: 90px;
  display: block;
}
.sec01 .point02 .point_header_box {
  flex-direction: row-reverse;
}
.sec01 .point02 .point_title {
  text-align: right;
}
.sec01 .point02 .point_upperbox {
  width: 100%;
  margin-bottom: 45px;
}
.sec01 .point02 .point_upperbox img {
  width: 100%;
  height: 1005;
}
.sec01 .point02 .point_underbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec01 .point02 .textbox {
  margin-right: 60px;
}
.sec01 .point02 .point_text {
  margin-bottom: 50px;
}
.sec01 .point02 .about_btn {
  width: 262px;
}
.sec01 .point03 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
.sec01 .point03 .textbox {
  margin-left: 60px;
}
.sec01 .point03 .point_text {
  margin-bottom: 50px;
}
.sec01 .point04 {
  margin-bottom: 90px;
}
.sec01 .point04 .textbox {
  margin-right: 60px;
}
.sec01 .point04 .imagebox {
  position: relative;
}
.sec01 .point04 .circle_text01 {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 10px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dab56e;
  font-size: 18px;
  color: #3e3f40;
  text-align: center;
  letter-spacing: 0.015em;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .point05 {
  margin-bottom: 120px;
  flex-direction: row-reverse;
}
.sec01 .point05 .textbox {
  margin-left: 60px;
}
.sec01 .contact_box {
  position: relative;
  width: 982px;
  max-width: 95%;
  padding: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #dab56e;
  border-radius: 40px;
}
.sec01 .contact_box .contact_box_title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #dab56e;
  padding-bottom: 30px;
  border-bottom: 1px solid #dab56e;
  margin-bottom: 50px;
  position: relative;
}
.sec01 .contact_box .contact_box_title::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 26%;
  transform: translateX(-50%);
  width: 173px;
  height: 76px;
  background: url(/images/ortho/sec01_kazari01.webp) center/contain no-repeat;
}
.sec01 .contact_box .contact_box_title::after {
  content: "";
  position: absolute;
  top: -67px;
  left: 87%;
  transform: translateX(-50%);
  width: 206px;
  height: 136px;
  background: url(/images/ortho/sec01_kazari02_2.webp) center/contain no-repeat;
}
.sec01 .contact_box .contact_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 45px;
}
.sec01 .contact_box .tel_web {
  margin-right: 20px;
}
.sec01 .contact_box .box_text {
  padding: 0 5em;
  font-size: 16px;
}
@media screen and (max-width: 1119px) and (min-width: 1024px) {
  .sec01 .contact_box .contact_box_title::before {
    content: "";
    position: absolute;
    top: -58px;
    left: 26%;
    transform: translateX(-50%);
    width: 173px;
    height: 76px;
    background: url(/images/ortho/sec01_kazari01.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .contact_box_title::after {
    content: "";
    position: absolute;
    top: -67px;
    left: 92%;
    transform: translateX(-50%);
    width: 206px;
    height: 136px;
    background: url(/images/ortho/sec01_kazari02_2.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 1023px) and (min-width: 860px) {
  .sec01 .contact_box .contact_box_title {
    padding-left: 5vw;
    text-align: left;
  }
  .sec01 .contact_box .contact_box_title::before {
    content: "";
    position: absolute;
    top: -58px;
    left: 12%;
    transform: translateX(-50%);
    width: 173px;
    height: 76px;
    background: url(/images/ortho/sec01_kazari01.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .contact_box_title::after {
    content: "";
    position: absolute;
    top: -67px;
    left: 92%;
    transform: translateX(-50%);
    width: 206px;
    height: 136px;
    background: url(/images/ortho/sec01_kazari02_2.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 859px) and (min-width: 768px) {
  .sec01 .point04 .circle_text01 {
    content: "";
    position: absolute;
    bottom: -60px;
    width: 19.68vw;
    height: 19.68vw;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
  .sec01 .contact_box .contact_box_title {
    padding-left: 0vw;
    text-align: left;
  }
  .sec01 .contact_box .contact_box_title::before {
    content: "";
    position: absolute;
    top: -58px;
    left: 8%;
    transform: translateX(-50%);
    width: 173px;
    height: 76px;
    background: url(/images/ortho/sec01_kazari01.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .contact_box_title::after {
    content: "";
    position: absolute;
    top: -67px;
    left: 100%;
    transform: translateX(-50%);
    width: 206px;
    height: 136px;
    background: url(/images/ortho/sec01_kazari02_2.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .leadtext {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13.8vw;
    font-size: 4vw;
    text-align: justify;
    box-sizing: border-box;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point01 .point_upperbox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .point_upperbox img {
    width: 100%;
    height: 1005;
  }
  .sec01 .point01 .point_underbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec01 .point01 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .point_header_box {
    flex-direction: row-reverse;
  }
  .sec01 .point02 .point_title {
    text-align: left;
  }
  .sec01 .point02 .point_upperbox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .point_upperbox img {
    width: 100%;
    height: 1005;
  }
  .sec01 .point02 .point_underbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec01 .point02 .textbox {
    margin-right: initial;
  }
  .sec01 .point02 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point03 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point03 .textbox {
    margin-left: initial;
  }
  .sec01 .point03 .imagebox .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point03 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point03 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point04 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point04 .textbox {
    margin-right: initial;
  }
  .sec01 .point04 .imagebox {
    position: relative;
  }
  .sec01 .point04 .imagebox .point_image {
    margin-bottom: 8.2vw;
  }
  .sec01 .point04 .circle_text01 {
    content: "";
    position: absolute;
    bottom: -8vw;
    left: 2.6vw;
    width: 37.5vw;
    height: 37.5vw;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dab56e;
    font-size: 3.7vw;
    letter-spacing: 0.01em;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01 .point05 {
    margin-bottom: 33.6vw;
  }
  .sec01 .point05 .textbox {
    margin-left: initial;
  }
  .sec01 .point05 .imagebox .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .contact_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
  }
  .sec01 .contact_box .contact_box_title {
    font-size: 5.3vw;
    padding-bottom: 4vw;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec01 .contact_box .contact_box_title::before {
    content: "";
    position: absolute;
    top: -34vw;
    left: 20%;
    transform: translateX(-50%);
    width: 34.6vw;
    height: 15.19vw;
    background: url(/images/ortho/sec01_kazari01.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .contact_box_title::after {
    content: "";
    position: absolute;
    top: -29vw;
    left: 59%;
    transform: translateX(-50%);
    width: 41.19vw;
    height: 27.19vw;
    background: url(/images/ortho/sec01_kazari02_2.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .contact_list {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec01 .contact_box .tel_web {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec01 .contact_box .tel_web img {
    width: 100%;
    height: 100%;
  }
  .sec01 .contact_box .box_text {
    padding: 0 0em;
    font-size: 4vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .item {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec02 .item_image {
  width: 30%;
  max-width: 360px;
  text-align: center;
  margin-right: 30px;
  box-sizing: border-box;
}
.sec02 .textbox {
  width: 70%;
  box-sizing: border-box;
}
.sec02 .textbox .item_title {
  font-size: 20px;
  margin-bottom: 30px;
}
.sec02 .textbox .item_text {
  width: 100%;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec02 .item_image {
    width: 48vw;
    max-width: 100%;
    margin-right: initial;
    margin: 0 auto 4.2vw;
  }
  .sec02 .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .textbox {
    width: 100%;
    box-sizing: border-box;
  }
  .sec02 .textbox .item_title {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .textbox .item_text {
    width: 100%;
    font-size: 4vw;
    text-align: justify;
    margin-bottom: 4.2vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec03 .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  background: #dab56e;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 135px;
  height: 76px;
  background: url(/images/common/common_header_kazari01.webp) left bottom/contain no-repeat;
}
.sec03 .sec_sub_title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec03 .sec_title {
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec03 .box_sub_title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec03 .box_title {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #dab56e;
  margin-bottom: 50px;
  position: relative;
}
.sec03 .contbox {
  width: 1240px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec03 .contbox .textbox {
  margin-right: 50px;
}
.sec03 .contbox .cont_image {
  width: 500px;
  max-width: 54%;
}
.sec03 .title_merit {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-left: solid 14px #dab56e;
  height: 50px;
  margin-left: 60px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.sec03 .hybrid_box {
  margin-bottom: 200px;
  padding-bottom: 120px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
}
.sec03 .hybrid_box .contbox {
  margin-bottom: 40px;
}
.sec03 .hybrid_box .item_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec03 .hybrid_box .item_box:not(:last-of-type) {
  margin-bottom: 80px;
}
.sec03 .hybrid_box .item_img {
  width: 38%;
  margin-right: 45px;
}
.sec03 .hybrid_box .item_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sec03 .mousepeace_box {
  margin-bottom: 200px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
}
.sec03 .mousepeace_box .list {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .mousepeace_box .item {
  min-width: 240px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.sec03 .wire_box {
  margin-bottom: 200px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
}
.sec03 .wire_box .list {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .wire_box .item {
  min-width: 240px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.sec03 .partortho_box {
  margin-bottom: 120px;
  padding-bottom: 120px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .sec03 .sec_header:before {
    width: 23.24vw;
    height: 13.3vw;
  }
  .sec03 .sec_header:after {
    width: 27.7vw;
    height: 13.3vw;
  }
  .sec03 .sec_sub_title {
    position: relative;
    z-index: 2;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec03 .sec_title {
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec03 .box_sub_title {
    font-size: 4.2vw;
  }
  .sec03 .box_title {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    font-size: 5vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #dab56e;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec03 .contbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec03 .contbox .textbox {
    margin-right: initial;
  }
  .sec03 .contbox .cont_image {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .title_merit {
    font-size: 4.8vw;
    height: 13.3vw;
    margin-left: 5vw;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec03 .hybrid_box {
    margin-bottom: 13.8vw;
    padding-bottom: 13.8vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
    box-sizing: border-box;
  }
  .sec03 .hybrid_box .contbox {
    margin-bottom: 13.8vw;
  }
  .sec03 .hybrid_box .item_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .hybrid_box .item_box:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec03 .hybrid_box .item_img {
    width: 100%;
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec03 .hybrid_box .item_img img {
    width: 100%;
    height: 100%;
  }
  .sec03 .hybrid_box .item_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .mousepeace_box {
    margin-bottom: 13.8vw;
    padding-bottom: 13.8vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
  }
  .sec03 .mousepeace_box .list {
    width: 100%;
    margin: 2.4vw auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec03 .mousepeace_box .item {
    width: 46vw;
    min-width: initial;
    margin-bottom: 4.2vw;
    margin-right: initial;
  }
  .sec03 .mousepeace_box .item img {
    width: 100%;
    height: 100%;
  }
  .sec03 .mousepeace_box .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec03 .mousepeace_box .item:nth-of-type(2n-1) {
    padding-right: initial;
  }
  .sec03 .wire_box {
    margin-bottom: 13.8vw;
    padding-bottom: 13.8vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
  }
  .sec03 .wire_box .list {
    width: 100%;
    margin: 2.4vw auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec03 .wire_box .item {
    width: 46vw;
    min-width: initial;
    margin-bottom: 4.2vw;
    margin-right: initial;
  }
  .sec03 .wire_box .item img {
    width: 100%;
    height: 100%;
  }
  .sec03 .wire_box .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec03 .wire_box .item:nth-of-type(2n-1) {
    padding-right: initial;
  }
  .sec03 .partortho_box {
    margin-bottom: 13.8vw;
    padding-bottom: 13.8vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(238, 234, 231) 35%, rgb(238, 234, 231) 100%);
  }
  .sec03 .price_box {
    padding: 0 5.5vw;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .point_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec04 .point_num {
  margin-bottom: 0;
  padding-right: 25px;
}
.sec04 .textbox {
  margin-right: 50px;
}
.sec04 .point01 {
  margin-bottom: 90px;
}
.sec04 .point02 {
  margin-bottom: 90px;
}
.sec04 .point03 {
  margin-bottom: 90px;
}
.sec04 .point04 {
  margin-bottom: 90px;
}
.sec04 .point05 {
  margin-bottom: 90px;
}
.sec04 .point06 .point_text {
  margin-bottom: 50px;
}
.sec04 .point06 .about_btn {
  width: 315px;
}
.sec04 .contact_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
}
.sec04 .tel_web {
  margin-right: 20px;
}
.sec04 .box_text {
  padding: 0 5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .point_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec04 .point_num {
    margin-bottom: 0;
    padding-right: 6vw;
  }
  .sec04 .textbox {
    margin-right: initial;
  }
  .sec04 .imagebox {
    margin-bottom: 4.2vw;
  }
  .sec04 .point01 {
    margin-bottom: 4.2vw;
  }
  .sec04 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point05 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point06 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec04 .point06 .about_btn {
    width: 84vw;
  }
  .sec04 .contact_list {
    display: block;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 13.8vw;
  }
  .sec04 .tel_web {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec04 .tel_web img {
    width: 100%;
    height: 100%;
  }
  .sec04 .box_text {
    padding: 0 5em;
    font-size: 4vw;
  }
}/*# sourceMappingURL=ortho.css.map */