.key {
  position: relative;
  width: 100%;
  height: 840px;
}
.key:before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../images/index/bg_curve01.png) center/cover no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  transform: rotateY(180deg);
  background: url(../images/index/bg_curve01.png) center/cover no-repeat;
}
.key .cont {
  width: 100%;
  height: 840px;
}
.key .key_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
}
.key .cont01 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 840px;
  background: url(../images/index/key_image01.jpg) center/cover no-repeat;
}
.key .cont02 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 840px;
  background: url(../images/index/key_image02.jpg) center/cover no-repeat;
}
.key .cont03 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 840px;
  background: url(../images/index/key_image03.jpg) center top/cover no-repeat;
}
.key .key_text02 {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.key .key_text02:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  width: 30px;
  height: 118px;
  margin: 0 auto;
  background: url(../images/index/arrow01.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    height: 120vw;
  }
  .key .cont {
    width: 100%;
    height: 120vw;
    max-height: 100vh;
  }
  .key .key_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    text-align: center;
  }
  .key .cont01 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    max-height: 100vh;
  }
  .key .cont02 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    max-height: 100vh;
  }
  .key .cont03 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    max-height: 100vh;
    background: url(../images/index/key_image03.jpg) left 33% top/cover no-repeat;
  }
  .key .key_text02 {
    position: absolute;
    left: 50%;
    bottom: 13.8vw;
    transform: translateX(-50%);
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .key .key_text02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22.2vw;
    width: 4.2vw;
    height: 16.6vw;
    margin: 0 auto;
    background: url(../images/index/arrow01.png) center/contain no-repeat;
  }
}

.sec_blog {
  padding: 200px 0 80px;
  background: #fcf9f2;
}
.sec_blog .box {
  position: relative;
  width: 780px;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
}
.sec_blog .sec_title {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 167px;
  padding: 10px 0;
  background: #5e97b4;
  font-size: 29px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec_blog .list {
  padding-left: 130px;
}
.sec_blog .item:nth-of-type(1) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5e97b4;
}
.sec_blog .flexbox {
  display: flex;
  margin-bottom: 10px;
  padding-left: 20px;
}
.sec_blog .item_time {
  padding-right: 10px;
  font-size: 18px;
  color: #2f2725;
  letter-spacing: 0.1em;
}
.sec_blog .item_title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5e97b4;
}
.sec_blog .item_text {
  padding-left: 20px;
  letter-spacing: 0.1em;
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .sec_blog {
    padding: 27.7vw 5.5vw;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec_blog .box {
    position: relative;
    width: 100%;
    padding: 16.6vw 5.5vw 11.1vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec_blog .sec_title {
    position: absolute;
    top: 2.7vw;
    left: -2.7vw;
    width: auto;
    padding: 1.3vw 2.7vw;
    background: #5e97b4;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec_blog .list {
    padding-left: 0;
  }
  .sec_blog .item:nth-of-type(1) {
    padding-bottom: 2.7vw;
    margin-bottom: 2.7vw;
    border-bottom: 1px solid #5e97b4;
  }
  .sec_blog .flexbox {
    display: block;
    margin-bottom: 2.7vw;
    padding-left: 0;
  }
  .sec_blog .item_time {
    padding-right: 0;
    font-size: 4.1vw;
    color: #2f2725;
    letter-spacing: 0.1em;
  }
  .sec_blog .item_title {
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #5e97b4;
  }
  .sec_blog .item_text {
    padding-left: 0;
    letter-spacing: 0.1em;
    color: #7d7d7d;
    font-size: 4.1vw;
  }
}

.sec01 {
  padding-top: 200px;
  padding-bottom: 100px;
  background: #fcf9f2;
}
.sec01 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec01 .sec_header {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
.sec01 .sec_header:before {
  content: "KAWADA STYLE";
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 31px;
}
.sec01 .sec_image01 {
  position: absolute;
  top: 0;
  right: 0;
}
.sec01 .lead_text {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 37px;
  color: #6d5344;
}
.sec01 .lead_text .color {
  font-size: 54px;
  color: #e4847a;
}
.sec01 .sec_title {
  font-family: "noto serif jp", serif;
  font-size: 60px;
  color: #ef9635;
}
.sec01 .sec_body {
  position: relative;
}
.sec01 .sec_body .sec_text {
  width: 502px;
  margin-left: auto;
}
.sec01 .sec_body .sec_image02 {
  position: absolute;
  left: -130px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    width: 100%;
    padding-top: 27.7vw;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-bottom: 55.5vw;
    box-sizing: border-box;
    background: #fcf9f2;
    overflow: hidden;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_header {
    position: relative;
    padding-top: 19.4vw;
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_header:before {
    content: "KAWADA STYLE";
    position: absolute;
    z-index: 2;
    top: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 8.3vw;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec01 .sec_image01 {
    position: absolute;
    top: -22.2vw;
    right: -27.7vw;
    right: 0;
    width: 77.7vw;
  }
  .sec01 .sec_image01 img {
    width: 100%;
  }
  .sec01 .lead_text {
    position: relative;
    z-index: 2;
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    color: #6d5344;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec01 .lead_text .color {
    font-size: 8.3vw;
    color: #e4847a;
  }
  .sec01 .sec_title {
    font-family: "noto serif jp", serif;
    font-size: 11.1vw;
    color: #ef9635;
    text-align: center;
  }
  .sec01 .sec_body {
    position: relative;
  }
  .sec01 .sec_body .sec_text {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec01 .sec_body .sec_image02 {
    position: absolute;
    left: -50px;
    top: auto;
    bottom: -40vw;
    width: 77.7vw;
  }
  .sec01 .sec_body .sec_image02 img {
    width: 100%;
  }
}

.sec02 .sec_header {
  position: relative;
  width: 1024px;
  padding: 100px 0;
  margin: 0 auto;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 170px;
  width: 188px;
  height: 188px;
  background: url(../images/index/dh.png) center/contain no-repeat;
}
.sec02 .sec_header:after {
  content: "";
  position: absolute;
  right: 120px;
  top: 170px;
  width: 209px;
  height: 188px;
  background: url(../images/index/dr.png) center/contain no-repeat;
}
.sec02 .sec_title {
  font-family: "noto serif jp", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .sec_title .image {
  display: block;
  padding-top: 30px;
}
.sec02 .cont01 {
  position: relative;
  padding: 80px 0;
  background: rgba(245, 237, 224, 0.82);
}
.sec02 .cont01 .cont_inner {
  position: relative;
  width: 1028px;
  margin: 0 auto;
}
.sec02 .cont01 .cont_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 265px;
  height: 298px;
  background: url(../images/index/treatment.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: -120px;
  width: 276px;
  height: 294px;
  background: url(../images/index/prevention.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_num {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  border-bottom: 1px solid #bf7e80;
  font-family: "noto serif jp", serif;
  font-size: 100px;
  color: #bf7e80;
}
.sec02 .cont01 .cont_title {
  margin: 0 0 30px;
  text-align: center;
}
.sec02 .cont01 .cont_title .upper {
  font-family: "noto serif jp", serif;
  font-size: 80px;
}
.sec02 .cont01 .cont_title .upper .small {
  font-size: 52px;
}
.sec02 .cont01 .cont_title .lower {
  font-size: 44px;
}
.sec02 .cont01 .lead_text {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 44px;
  font-weight: 500;
  color: #bf7e80;
  text-align: center;
}
.sec02 .cont01 .cont_text {
  width: 740px;
  margin: 0 auto 50px;
}
.sec02 .cont01 .link_btn {
  width: 510px;
  margin: 0 auto;
  background: #fff;
}
.sec02 .cont01 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 5px 130px;
  background: #bf7e80;
  box-sizing: border-box;
  color: #fff;
}
.sec02 .cont01 .link_btn a .btn_icon {
  position: absolute;
  top: 10px;
  right: 30px;
}
.sec02 .cont01 .link_btn a:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -45px;
  width: 161px;
  height: 129px;
  background: url(../images/index/check.png) center/contain no-repeat;
}
.sec02 .cont01 .link_btn a:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/index/arrow02.png) center/contain no-repeat;
}
.sec02 .cont01 .link_btn .btn_text01 {
  font-family: "noto serif jp", serif;
  font-size: 20px;
}
.sec02 .cont01 .link_btn .btn_text02 {
  font-size: 32px;
  letter-spacing: 0.07em;
}
.sec02 .cont02 {
  padding: 80px 0 0;
}
.sec02 .cont02 .cont_header {
  display: flex;
  align-items: center;
  width: 1024px;
  padding-left: 100px;
  padding-bottom: 200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont02 .cont_header .cont_num {
  border-bottom: 1px solid #d2ae4a;
  margin-right: 40px;
  font-family: "noto serif jp", serif;
  font-size: 100px;
  color: #d2ae4a;
}
.sec02 .cont02 .cont_header .cont_title {
  letter-spacing: 0.1em;
}
.sec02 .cont02 .cont_header .cont_title .upper {
  font-size: 27px;
  color: #d2ae4a;
}
.sec02 .cont02 .cont_header .cont_title .lower {
  font-family: "noto serif jp", serif;
  font-size: 57px;
}
.sec02 .cont02 .cont_body {
  position: relative;
  padding: 180px 0 100px;
  background: linear-gradient(to bottom, rgba(255, 254, 238, 0.82) 38%, rgba(245, 234, 201, 0.82) 100%);
}
.sec02 .cont02 .cont_middle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -160px;
  display: flex;
}
.sec02 .cont02 .cont_middle .middle_image {
  width: 448px;
  height: 296px;
}
.sec02 .cont02 .cont_middle .middle_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec02 .cont02 .cont_middle .lead_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 296px;
  background: #d2ae4a;
  font-family: "noto serif jp", serif;
  font-size: 41px;
  color: #fff;
}
.sec02 .cont02 .cont_text {
  width: 740px;
  margin: 0 auto;
}
.sec02 .cont03 {
  padding: 80px 0 0;
}
.sec02 .cont03 .cont_header {
  display: flex;
  align-items: center;
  width: 1024px;
  padding-left: 100px;
  padding-bottom: 200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont03 .cont_header .cont_num {
  border-bottom: 1px solid #77abac;
  margin-right: 40px;
  font-family: "noto serif jp", serif;
  font-size: 100px;
  color: #77abac;
}
.sec02 .cont03 .cont_header .cont_title {
  letter-spacing: 0.1em;
}
.sec02 .cont03 .cont_header .cont_title .upper {
  font-size: 27px;
  color: #77abac;
}
.sec02 .cont03 .cont_header .cont_title .lower {
  font-family: "noto serif jp", serif;
  font-size: 57px;
}
.sec02 .cont03 .cont_body {
  background: linear-gradient(to right, rgba(204, 207, 188, 0.43) 0, rgba(148, 182, 178, 0.43) 100%);
}
.sec02 .cont03 .cont_inner {
  position: relative;
  width: 1024px;
  padding: 150px 0 80px;
  margin: 0 auto;
}
.sec02 .cont03 .cont_image {
  position: absolute;
  top: -100px;
  left: -60px;
}
.sec02 .cont03 .textbox {
  width: 380px;
  margin-left: auto;
}
.sec02 .cont03 .detail {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .cont03 .detail:nth-of-type(1) {
  top: -100px;
  right: 300px;
  background: #6ca88c;
}
.sec02 .cont03 .detail:nth-of-type(1):before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -190px;
  width: 290px;
  height: 235px;
  background: url(../images/index/scanner.png) center/cover no-repeat;
}
.sec02 .cont03 .detail:nth-of-type(2) {
  top: -50px;
  right: 0px;
  background: #66a5aa;
}
.sec02 .cont03 .detail:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 162px;
  height: 92px;
  margin: 0 auto;
  background: url(../images/index/invisalign.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_header {
    position: relative;
    width: 100%;
    padding: 22.2vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 36vw;
    width: 27.7vw;
    height: 27.7vw;
    background: url(../images/index/dh.png) center/contain no-repeat;
  }
  .sec02 .sec_header:after {
    content: "";
    position: absolute;
    right: auto;
    left: -5.5vw;
    top: 36vw;
    width: 33.3vw;
    height: 29.9vw;
    background: url(../images/index/dr.png) center/contain no-repeat;
  }
  .sec02 .sec_title {
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .sec_title .image {
    display: block;
    padding-top: 22.2vw;
    width: 77.7vw;
    margin: 0 auto;
  }
  .sec02 .cont01 {
    position: relative;
    padding: 11.1vw 5.5vw 22.2vw;
    box-sizing: border-box;
    background: rgba(245, 237, 224, 0.82);
  }
  .sec02 .cont01 .cont_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont01 .cont_inner:before {
    content: "";
    position: absolute;
    left: auto;
    right: 50%;
    top: 33.3vw;
    width: 41.6vw;
    height: 48vw;
    background: url(../images/index/treatment.png) center/cover no-repeat;
  }
  .sec02 .cont01 .cont_inner:after {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    top: 33.3vw;
    width: 41.6vw;
    height: 48vw;
    background: url(../images/index/prevention.png) center/cover no-repeat;
  }
  .sec02 .cont01 .cont_num {
    position: absolute;
    left: 50%;
    top: -13.8vw;
    transform: translateX(-50%);
    border-bottom: 1px solid #bf7e80;
    font-family: "noto serif jp", serif;
    font-size: 13.8vw;
    color: #bf7e80;
  }
  .sec02 .cont01 .cont_title {
    margin: 0 0 55.5vw;
    text-align: center;
  }
  .sec02 .cont01 .cont_title .upper {
    font-family: "noto serif jp", serif;
    font-size: 11.1vw;
  }
  .sec02 .cont01 .cont_title .upper .small {
    font-size: 8.3vw;
  }
  .sec02 .cont01 .cont_title .lower {
    font-size: 8.3vw;
  }
  .sec02 .cont01 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 8.3vw;
    font-weight: 500;
    color: #bf7e80;
    text-align: center;
  }
  .sec02 .cont01 .cont_text {
    width: 100%;
    margin: 0 0 13.8vw;
    padding: 0;
    box-sizing: border-box;
  }
  .sec02 .cont01 .link_btn {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .sec02 .cont01 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.3vw 0 1.3vw 27.7vw;
    background: #bf7e80;
    box-sizing: border-box;
    color: #fff;
  }
  .sec02 .cont01 .link_btn a .btn_icon {
    position: absolute;
    top: 2.2vw;
    right: 1vw;
    width: 11.1vw;
  }
  .sec02 .cont01 .link_btn a:before {
    content: "";
    position: absolute;
    left: -5.5vw;
    top: auto;
    bottom: 0;
    width: 33.3vw;
    height: 26.5vw;
    background: url(../images/index/check.png) center/contain no-repeat;
  }
  .sec02 .cont01 .link_btn a:after {
    content: "";
    position: absolute;
    right: 1.3vw;
    bottom: 1.3vw;
    width: 4.4vw;
    height: 4.4vw;
    background: url(../images/index/arrow02.png) center/contain no-repeat;
  }
  .sec02 .cont01 .link_btn .btn_text01 {
    font-family: "noto serif jp", serif;
    font-size: 5vw;
  }
  .sec02 .cont01 .link_btn .btn_text02 {
    font-size: 6.9vw;
    letter-spacing: 0.07em;
  }
  .sec02 .cont02 {
    padding: 22.2vw 0 0;
  }
  .sec02 .cont02 .cont_header {
    display: block;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-bottom: 41.6vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .cont02 .cont_header .cont_num {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border-bottom: 1px solid #d2ae4a;
    margin-right: 0;
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 13.8vw;
    color: #d2ae4a;
  }
  .sec02 .cont02 .cont_header .cont_title {
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont02 .cont_header .cont_title .upper {
    font-size: 6.9vw;
    color: #d2ae4a;
  }
  .sec02 .cont02 .cont_header .cont_title .lower {
    font-family: "noto serif jp", serif;
    font-size: 11.1vw;
  }
  .sec02 .cont02 .cont_body {
    position: relative;
    padding: 8.3vw 0 22.2vw;
    background: linear-gradient(to bottom, rgba(255, 254, 238, 0.82) 38%, rgba(245, 234, 201, 0.82) 100%);
  }
  .sec02 .cont02 .cont_middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33.3vw;
    display: flex;
    width: 100%;
  }
  .sec02 .cont02 .cont_middle .middle_image {
    width: 55.5vw;
    height: auto;
  }
  .sec02 .cont02 .cont_middle .middle_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .cont02 .cont_middle .lead_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44.4vw;
    padding: 5.5vw 0;
    height: auto;
    background: #d2ae4a;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    line-height: 1.8;
    color: #fff;
  }
  .sec02 .cont02 .cont_text {
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .cont03 {
    padding: 22.2vw 0 0;
  }
  .sec02 .cont03 .cont_header {
    display: block;
    align-items: center;
    width: 100%;
    padding: 0 5.5vw;
    padding-bottom: 36vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .cont03 .cont_header .cont_num {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border-bottom: 1px solid #77abac;
    margin-right: 0;
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 13.8vw;
    color: #77abac;
  }
  .sec02 .cont03 .cont_header .cont_title {
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont03 .cont_header .cont_title .upper {
    font-size: 6.9vw;
    color: #77abac;
  }
  .sec02 .cont03 .cont_header .cont_title .lower {
    font-family: "noto serif jp", serif;
    font-size: 11.1vw;
  }
  .sec02 .cont03 .cont_body {
    padding: 11.1vw 0 0;
    box-sizing: border-box;
    background: linear-gradient(to right, rgba(204, 207, 188, 0.43) 0, rgba(148, 182, 178, 0.43) 100%);
  }
  .sec02 .cont03 .cont_inner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 13.8vw 0 0;
    margin: 0 auto;
  }
  .sec02 .cont03 .cont_image {
    position: static;
    top: -100px;
    left: 0;
    width: 100%;
  }
  .sec02 .cont03 .cont_image img {
    width: 100%;
  }
  .sec02 .cont03 .textbox {
    width: 100%;
    margin-left: auto;
  }
  .sec02 .cont03 .detail {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3vw;
    height: 33.3vw;
    border-radius: 50%;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .cont03 .detail:nth-of-type(1) {
    top: -40vw;
    right: auto;
    left: 5.5vw;
    background: #6ca88c;
  }
  .sec02 .cont03 .detail:nth-of-type(1):before {
    content: "";
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -14vw;
    right: auto;
    left: 11.1vw;
    width: 33.3vw;
    height: 26.9vw;
    background: url(../images/index/scanner.png) center/cover no-repeat;
  }
  .sec02 .cont03 .detail:nth-of-type(2) {
    top: -40vw;
    right: 0px;
    background: #66a5aa;
  }
  .sec02 .cont03 .detail:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: -8.3vw;
    right: auto;
    left: -8.3vw;
    width: 33.3vw;
    height: 18.9vw;
    margin: 0 auto;
    background: url(../images/index/invisalign.png) center/cover no-repeat;
  }
  .sec02 .cont_text {
    padding: 0 5.5vw;
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
  }
}

.sec03 {
  position: relative;
  padding: 150px 0 200px;
  margin-bottom: 100px;
  background: #fcf9f2;
}
.sec03:before {
  content: "TREATMENT";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  font-family: "noto serif jp", serif;
  font-size: 37px;
  color: #bf7e80;
}
.sec03 .sec_lead_text {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #bf7e80;
  text-align: center;
}
.sec03 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 57px;
  text-align: center;
}
.sec03 .sec_text {
  margin-bottom: 80px;
  text-align: center;
}
.sec03 .cont_title {
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 500;
  color: #bf7e80;
}
.sec03 .cont01 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 150px;
  background: url(../images/index/bg_woman.png) center right/contain no-repeat;
}
.sec03 .cont01 .cont_inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.sec03 .cont01 .cont_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 347px;
  height: 141px;
  background: url(../images/index/text_yobou.png) center/contain no-repeat;
}
.sec03 .cont01 .cont_lead_text {
  margin-bottom: 30px;
  font-size: 39px;
  font-weight: 500;
  color: #bf7e80;
}
.sec03 .cont01 .textbox {
  position: relative;
  width: 564px;
  margin-bottom: 230px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont01 .textbox a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 100px;
  box-sizing: border-box;
}
.sec03 .cont01 .textbox a:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 30px;
  width: 72px;
  height: 71px;
  background: url(../images/index/icon_tooth02.png) center/contain no-repeat;
}
.sec03 .cont01 .textbox a:after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 30px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont01 .textbox .cont_image {
  position: absolute;
  right: -50px;
  bottom: -300px;
}
.sec03 .cont01 .list {
  display: flex;
  justify-content: center;
}
.sec03 .cont01 .item {
  position: relative;
  width: 273px;
  height: 108px;
  background: #fff;
  border-radius: 10px;
}
.sec03 .cont01 .item:nth-of-type(1), .sec03 .cont01 .item:nth-of-type(2) {
  margin-right: 30px;
}
.sec03 .cont01 .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  font-size: 25px;
  font-weight: 500;
}
.sec03 .cont01 .item a .color {
  font-size: 20px;
  color: #bf7e80;
  font-weight: 500;
}
.sec03 .cont01 .item a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px dashed #bf7e80;
  border-radius: 10px;
}
.sec03 .cont01 .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 21px;
  height: 21px;
  margin: auto 0;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont02_03_flexbox {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto 300px;
}
.sec03 .cont02 {
  position: relative;
  width: 496px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 20px 100px;
  box-sizing: border-box;
}
.sec03 .cont02 .lead_text {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .cont02 .cont_text {
  position: relative;
}
.sec03 .cont02 .cont_text:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 2px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont02 .image_flexbox {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
.sec03 .cont02 .image_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid #bfb24e;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97);
  font-family: "noto serif jp", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.sec03 .cont02 .imagebox {
  position: relative;
}
.sec03 .cont02 .imagebox:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 193px;
  height: 18px;
  background: url(../images/index/text_hydoro.png) center/contain no-repeat;
}
.sec03 .cont02 .imagebox:nth-of-type(1) .image_text {
  left: -100px;
  top: -30px;
}
.sec03 .cont02 .imagebox:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 243px;
  height: 18px;
  background: url(../images/index/text_miracle.png) center/contain no-repeat;
}
.sec03 .cont02 .imagebox:nth-of-type(2) .image_text {
  right: -30px;
  bottom: -60px;
  border: 1px solid #bf7e80;
}
.sec03 .cont03 {
  position: relative;
  width: 496px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont03 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 20px 100px;
  box-sizing: border-box;
}
.sec03 .cont03 .lead_text {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .cont03 .cont_text {
  position: relative;
}
.sec03 .cont03 .cont_text:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 2px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont03 .imagebox {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.sec03 .cont03 .image_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-family: "noto serif jp", serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec03 .cont03 .image_text:nth-of-type(1) {
  right: 100px;
  top: -30px;
  background: rgba(133, 183, 187, 0.85);
}
.sec03 .cont03 .image_text:nth-of-type(2) {
  right: -10px;
  top: 10px;
  background: rgba(172, 230, 243, 0.85);
}
.sec03 .cont04_05_flexbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto 50px;
}
.sec03 .cont04_05_flexbox .lead_text {
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .cont04 {
  width: 469px;
}
.sec03 .cont04 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
.sec03 .cont04 .cont_header {
  position: relative;
  height: 274px;
  padding: 100px 30px 0 130px;
  box-sizing: border-box;
  background: linear-gradient(rgb(252, 235, 228) 38%, rgb(236, 211, 188) 100%);
}
.sec03 .cont04 .cont_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 237px;
  height: 274px;
  background: url(../images/index/girl.png) center/contain no-repeat;
}
.sec03 .cont04 .cont_header:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont04 .cont_header .cont_title {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
  text-align: right;
}
.sec03 .cont04 .cont_header .header_text {
  position: relative;
  z-index: 2;
  font-size: 25px;
  text-align: right;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.sec03 .cont04 .cont_text {
  padding: 20px;
}
.sec03 .cont05 {
  width: 469px;
}
.sec03 .cont05 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
.sec03 .cont05 .cont_header {
  position: relative;
  height: 274px;
  padding: 100px 0 0 10px;
  box-sizing: border-box;
  background: linear-gradient(rgb(240, 255, 255) 38%, rgb(209, 233, 247) 100%);
}
.sec03 .cont05 .cont_header:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 237px;
  height: 274px;
  background: url(../images/index/woman03.png) center bottom/contain no-repeat;
}
.sec03 .cont05 .cont_header:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 220px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont05 .cont_header .cont_title {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
.sec03 .cont05 .cont_header .header_text {
  position: relative;
  z-index: 2;
  font-size: 25px;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.sec03 .cont05 .cont_text {
  padding: 20px;
}
.sec03 .lp_banner {
  width: 504px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.sec03 .lp_banner .invisalign_img {
  width: 100%;
}
.sec03 .cont06_08_flexbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto 50px;
}
.sec03 .cont06,
.sec03 .cont07,
.sec03 .cont08 {
  position: relative;
  width: 322px;
}
.sec03 .cont06 a,
.sec03 .cont07 a,
.sec03 .cont08 a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03 .cont06 .textbox,
.sec03 .cont07 .textbox,
.sec03 .cont08 .textbox {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  width: 296px;
  height: 232px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.sec03 .cont06 .textbox:before,
.sec03 .cont07 .textbox:before,
.sec03 .cont08 .textbox:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec03 .cont06 .cont_title,
.sec03 .cont07 .cont_title,
.sec03 .cont08 .cont_title {
  font-size: 30px;
  margin-bottom: 20px;
}
.sec03 .cont06 .textbox:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 50px;
  background: url(../images/index/icon_caries.png) center/contain no-repeat;
}
.sec03 .cont07 .textbox:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 50px;
  width: 60px;
  height: 50px;
  background: url(../images/index/icon_perio.png) center/contain no-repeat;
}
.sec03 .cont08 .textbox:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 120px;
  width: 28px;
  height: 36px;
  background: url(../images/index/icon_child.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    position: relative;
    padding: 41.6vw 5.5vw;
    margin-bottom: 27.7vw;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec03:before {
    content: "TREATMENT";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22.2vw;
    width: 100%;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    text-align: center;
    color: #bf7e80;
  }
  .sec03 .sec_lead_text {
    margin-bottom: 8.3vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #bf7e80;
    text-align: center;
  }
  .sec03 .sec_title {
    margin-bottom: 50px;
    font-family: "noto serif jp", serif;
    font-size: 8.3vw;
    text-align: center;
  }
  .sec03 .sec_text {
    margin-bottom: 80px;
    text-align: center;
  }
  .sec03 .cont_title {
    margin-bottom: 8.3vw;
    font-size: 6.9vw;
    font-weight: 500;
    color: #bf7e80;
  }
  .sec03 .cont01 {
    position: relative;
    padding-bottom: 66.6vw;
    margin-bottom: 41.6vw;
    background: url(../images/index/bg_woman.png) bottom right/contain no-repeat;
  }
  .sec03 .cont01 .cont_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont01 .cont_inner:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -25vw;
    right: auto;
    left: 5.5vw;
    width: 55.5vw;
    height: 22.5vw;
    background: url(../images/index/text_yobou.png) center/contain no-repeat;
  }
  .sec03 .cont01 .cont_lead_text {
    margin-bottom: 5.5vw;
    font-size: 6.9vw;
    font-weight: 500;
    color: #bf7e80;
    text-align: center;
  }
  .sec03 .cont01 .textbox {
    position: relative;
    width: 100%;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont01 .textbox a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11.1vw 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .cont01 .textbox a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 8.3vw;
    width: 13.8vw;
    height: 13.6vw;
    background: url(../images/index/icon_tooth02.png) center/contain no-repeat;
  }
  .sec03 .cont01 .textbox a:after {
    content: "";
    position: absolute;
    bottom: 66vw;
    right: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont01 .textbox .cont_image {
    position: static;
    right: 0;
    bottom: 0;
    margin-top: 8.3vw;
  }
  .sec03 .cont01 .list {
    display: block;
    justify-content: center;
  }
  .sec03 .cont01 .item {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
  }
  .sec03 .cont01 .item:nth-of-type(1), .sec03 .cont01 .item:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 8.3vw;
  }
  .sec03 .cont01 .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    font-size: 5.5vw;
    font-weight: 500;
  }
  .sec03 .cont01 .item a .color {
    font-size: 4.4vw;
    color: #bf7e80;
    font-weight: 500;
  }
  .sec03 .cont01 .item a:before {
    content: "";
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    width: 100%;
    height: 100%;
    border: 1px dashed #bf7e80;
    border-radius: 10px;
  }
  .sec03 .cont01 .item a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.7vw;
    width: 5.5vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont02_03_flexbox {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 77.7vw;
  }
  .sec03 .cont02 {
    position: relative;
    width: 100%;
    margin-bottom: 66.6vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16.6vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .sec03 .cont02 .lead_text {
    position: absolute;
    top: -13.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .cont02 .cont_text {
    position: relative;
  }
  .sec03 .cont02 .cont_text:before {
    content: "";
    position: absolute;
    bottom: -5.5vw;
    right: 1.3vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont02 .image_flexbox {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .sec03 .cont02 .image_text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    border: 1px solid #bfb24e;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.97);
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
  }
  .sec03 .cont02 .imagebox {
    position: relative;
  }
  .sec03 .cont02 .imagebox img {
    width: 100%;
  }
  .sec03 .cont02 .imagebox:nth-of-type(1):before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 2.7vw;
    bottom: 1.3vw;
    width: 53.6vw;
    height: 5vw;
    background: url(../images/index/text_hydoro.png) center/contain no-repeat;
  }
  .sec03 .cont02 .imagebox:nth-of-type(1) .image_text {
    left: -2.7vw;
    top: -16.6vw;
  }
  .sec03 .cont02 .imagebox:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: -22.2vw;
    top: 1.3vw;
    width: 67.5vw;
    height: 5vw;
    background: url(../images/index/text_miracle.png) center/contain no-repeat;
  }
  .sec03 .cont02 .imagebox:nth-of-type(2) .image_text {
    right: -2.7vw;
    bottom: -16.6vw;
    border: 1px solid #bf7e80;
  }
  .sec03 .cont03 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont03 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16.6vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .sec03 .cont03 .lead_text {
    position: absolute;
    top: -13.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .cont03 .cont_text {
    position: relative;
  }
  .sec03 .cont03 .cont_text:before {
    content: "";
    position: absolute;
    bottom: -5.5vw;
    right: 1.3vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont03 .imagebox {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .sec03 .cont03 .imagebox img {
    width: 100%;
  }
  .sec03 .cont03 .image_text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    border-radius: 50%;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont03 .image_text:nth-of-type(1) {
    right: 27.7vw;
    top: -8vw;
    background: rgba(133, 183, 187, 0.85);
  }
  .sec03 .cont03 .image_text:nth-of-type(2) {
    right: -2.7vw;
    top: 2.7vw;
    background: rgba(172, 230, 243, 0.85);
  }
  .sec03 .cont04_05_flexbox {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
  }
  .sec03 .cont04_05_flexbox .lead_text {
    position: absolute;
    z-index: 2;
    top: -22.2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .cont04 {
    width: 100%;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont04 a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
  }
  .sec03 .cont04 .cont_header {
    position: relative;
    height: 48vw;
    padding: 5.5vw 2.7vw 0 22.2vw;
    box-sizing: border-box;
    background: linear-gradient(rgb(252, 235, 228) 38%, rgb(236, 211, 188) 100%);
  }
  .sec03 .cont04 .cont_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 41.6vw;
    height: 48vw;
    background: url(../images/index/girl.png) center/contain no-repeat;
  }
  .sec03 .cont04 .cont_header:after {
    content: "";
    position: absolute;
    bottom: 2.7vw;
    right: 2.7vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont04 .cont_header .cont_title {
    position: relative;
    margin-bottom: 1.3vw;
    z-index: 2;
    text-align: right;
  }
  .sec03 .cont04 .cont_header .header_text {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    text-align: right;
  }
  .sec03 .cont04 .cont_text {
    padding: 5.5vw;
    font-size: 4.4vw;
  }
  .sec03 .cont05 {
    width: 100%;
  }
  .sec03 .cont05 a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
  }
  .sec03 .cont05 .cont_header {
    position: relative;
    height: 48vw;
    padding: 5.5vw 0 0 2.7vw;
    box-sizing: border-box;
    background: linear-gradient(rgb(240, 255, 255) 38%, rgb(209, 233, 247) 100%);
  }
  .sec03 .cont05 .cont_header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 41.5vw;
    height: 48vw;
    background: url(../images/index/woman03.png) center bottom/contain no-repeat;
  }
  .sec03 .cont05 .cont_header:after {
    content: "";
    position: absolute;
    bottom: 2.7vw;
    right: 2.7vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont05 .cont_header .cont_title {
    position: relative;
    margin-bottom: 1.3vw;
    z-index: 2;
  }
  .sec03 .cont05 .cont_header .header_text {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
  }
  .sec03 .cont05 .cont_text {
    padding: 5.5vw;
    font-size: 4.4vw;
  }
  .sec03 .lp_banner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5.3vw;
    padding-bottom: 8vw;
  }
  .sec03 .lp_banner .invisalign_img {
    width: 85.4vw;
    margin: 0 auto;
  }
  .sec03 .lp_banner .invisalign_img img {
    width: 100%;
    height: 100%;
  }
  .sec03 .cont06_08_flexbox {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec03 .cont06,
  .sec03 .cont07,
  .sec03 .cont08 {
    position: relative;
    width: 100%;
  }
  .sec03 .cont06 a,
  .sec03 .cont07 a,
  .sec03 .cont08 a {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont06 .cont_image img,
  .sec03 .cont07 .cont_image img,
  .sec03 .cont08 .cont_image img {
    width: 100%;
  }
  .sec03 .cont06 .textbox,
  .sec03 .cont07 .textbox,
  .sec03 .cont08 .textbox {
    position: absolute;
    bottom: -41.6vw;
    left: 0;
    right: 0;
    width: calc(100% - 5.5vw);
    height: auto;
    padding: 5.5vw;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
  }
  .sec03 .cont06 .textbox:before,
  .sec03 .cont07 .textbox:before,
  .sec03 .cont08 .textbox:before {
    content: "";
    position: absolute;
    bottom: 2.7vw;
    right: 2.7vw;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec03 .cont06 .cont_title,
  .sec03 .cont07 .cont_title,
  .sec03 .cont08 .cont_title {
    font-size: 6.9vw;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont06 {
    margin-bottom: 66.6vw;
  }
  .sec03 .cont06 .textbox:after {
    content: "";
    position: absolute;
    top: 2.7vw;
    right: 2.7vw;
    width: 17.7vw;
    height: 13.8vw;
    background: url(../images/index/icon_caries.png) center/contain no-repeat;
  }
  .sec03 .cont07 {
    margin-bottom: 55.5vw;
  }
  .sec03 .cont07 .textbox:after {
    content: "";
    position: absolute;
    top: 2.7vw;
    right: 2.7vw;
    width: 16.6vw;
    height: 13.8vw;
    background: url(../images/index/icon_perio.png) center/contain no-repeat;
  }
  .sec03 .cont08 .textbox:after {
    content: "";
    position: absolute;
    top: 5.5vw;
    right: 5.5vw;
    width: 7.7vw;
    height: 10vw;
    background: url(../images/index/icon_child.png) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 200px;
}
.sec04 .inner {
  position: relative;
  width: 1024px;
  padding: 100px 0 80px;
  margin: 0 auto;
}
.sec04 .inner:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 935px;
  height: 118px;
  background: url(../images/index/text_greeting.png) center/contain no-repeat;
}
.sec04 .sec_image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.sec04 .textbox {
  width: 600px;
}
.sec04 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 48px;
  text-align: center;
}
.sec04 .sec_title .color {
  color: #bf7e80;
}
.sec04 .sec_text {
  margin-bottom: 30px;
}
.sec04 .sec_text02 {
  font-family: "noto serif jp", serif;
  font-size: 48px;
}
.sec04 .sec_text02 .small {
  padding-right: 20px;
  font-size: 30px;
}
.sec04 .link_btn {
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 360px;
  background: #fff;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #5e97b4;
  box-sizing: border-box;
  padding: 10px 0 10px 30px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.75);
  font-family: "noto serif jp", serif;
  font-size: 31px;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec04 .link_btn a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 139px;
  height: 19px;
  background: url(../images/index/arrow04.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 27.7vw;
  }
  .sec04 .inner {
    position: relative;
    width: 100%;
    padding: 55.5vw 0 22.2vw;
    margin: 0 auto;
  }
  .sec04 .inner:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 90%;
    height: 27.7vw;
    margin: 0 auto;
    background: url(../images/index/text_greeting.png) center/contain no-repeat;
  }
  .sec04 .sec_image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }
  .sec04 .textbox {
    width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec04 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    text-align: left;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec04 .sec_title .color {
    color: #bf7e80;
  }
  .sec04 .sec_text {
    margin-bottom: 8.3vw;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec04 .sec_text02 {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
  }
  .sec04 .sec_text02 .small {
    padding-right: 5.5vw;
    font-size: 5.5vw;
  }
  .sec04 .link_btn {
    position: static;
    width: 100%;
    background: #fff;
  }
  .sec04 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #5e97b4;
    box-sizing: border-box;
    padding: 2.7vw 5.5vw;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.75);
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec04 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 5.5vw;
    width: 27.7vw;
    height: 3.7vw;
    background: url(../images/index/arrow04.png) center/contain no-repeat;
  }
}/*# sourceMappingURL=style.css.map */