.key {
  position: relative;
  height: 500px;
}
.key .key01 {
  position: relative;
  height: 500px;
  background: url(../images/index/clinic01.jpg) center/cover no-repeat;
}
.key .key01:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 275px;
  width: 55%;
  height: 150px;
  background: rgba(246, 241, 235, 0.8);
}
.key .key02 {
  position: relative;
  height: 500px;
  background: url(../images/index/staff02.jpg) center top/cover no-repeat;
}
.key .key02:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 275px;
  width: 55%;
  height: 150px;
  background: rgba(246, 241, 235, 0.8);
}
.key .inner {
  position: relative;
  z-index: 2;
  width: 1024px;
  padding: 250px 0 0 70px;
  margin: 0 auto;
  box-sizing: border-box;
}
.key .slick-arrow {
  display: none !important;
}
@media screen and (min-width: 1400px) {
  .key .key02 {
    position: relative;
    height: 500px;
    background: url(../images/index/staff02.jpg) center top 30%/cover no-repeat;
  }
}
@media screen and (min-width: 2000px) {
  .key .key02 {
    position: relative;
    height: 500px;
    background: url(../images/index/staff02.jpg) center top 35%/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 500px;
  }
  .key .key01 {
    height: 500px;
    background: url(../images/index/clinic01.jpg) center/cover no-repeat;
  }
  .key .key01:before {
    display: none;
  }
  .key .key02 {
    height: 500px;
    background: url(../images/index/staff02.jpg) right 45% top 10%/cover no-repeat;
  }
  .key .key02:before {
    display: none;
  }
  .key .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 280px 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .key .key_text {
    width: 89.3vw;
    max-width: 460px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    background: rgba(246, 241, 235, 0.8);
  }
  .key .key_text img {
    width: 100%;
  }
  .key .slick-arrow {
    display: none !important;
  }
}

.sec01 {
  position: relative;
  padding: 50px 0;
  background: #f6f1eb;
}
.sec01 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.sec01 .inner:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 100px;
  top: 50px;
  width: 245px;
  height: 91px;
  background: url(../images/index/decoration01.png) center/contain no-repeat;
}
.sec01 .inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 100px;
  top: 20px;
  width: 238px;
  height: 88px;
  background: url(../images/index/decoration02.png) center/contain no-repeat;
}
.sec01 .sec_title {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
  text-align: center;
}
.sec01 .sec_text {
  width: 700px;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.12em;
}
.sec01 .bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 790px;
  background: url(../images/index/staff01.png) top center/cover no-repeat;
}
@media screen and (min-width: 2220px) {
  .sec01 .bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 790px;
    background: url(../images/index/staff01.png) center top -300px/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    position: relative;
    padding: 50px 10px;
    background: #f6f1eb;
  }
  .sec01 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .inner:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -10px;
    top: -20px;
    width: 122px;
    height: 45px;
    background: url(../images/index/decoration01.png) center/contain no-repeat;
  }
  .sec01 .inner:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: -40px;
    width: 119px;
    height: 44px;
    background: url(../images/index/decoration02.png) center/contain no-repeat;
  }
  .sec01 .sec_title {
    position: relative;
    z-index: 2;
    margin: 0 0 50px;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec01 .bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 516px;
    background: url(../images/index/staff01.png) top right 42%/cover no-repeat;
  }
}

.sec02 {
  padding: 40px 0 120px;
  background: #fff;
}
.sec02 .recruit_banner {
  text-align: center;
  margin: 30px 0 60px 0;
}
.sec02 .recruit_banner .tel:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.sec02 .sec_title {
  margin: 0 0 30px;
  text-align: center;
}
.sec02 .list {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
}
.sec02 .list:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 240px;
  height: 62px;
  background: url(../images/index/turtles.png) center/contain no-repeat;
}
.sec02 .item {
  width: 234px;
}
.sec02 .item:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.sec02 .item_image {
  position: relative;
  width: 234px;
  height: 170px;
  margin: 0 0 5px;
  background: #ccc;
  border-radius: 10px;
}
.sec02 .item_image:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 44px;
  height: 44px;
  background: url(../images/index/arrow01.png) center/contain no-repeat;
}
.sec02 .item_image img {
  border-radius: 10px;
}
.sec02 .item_date {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 40px 10px 260px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .sec_title {
    margin: 0 0 30px;
    text-align: center;
  }
  .sec02 .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .list:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 180px;
    height: 46px;
    background: url(../images/index/turtles.png) center/contain no-repeat;
  }
  .sec02 .item {
    width: 234px;
  }
  .sec02 .item:not(:last-of-type) {
    margin: 0 15px 30px;
  }
  .sec02 .item_image {
    position: relative;
    width: 234px;
    height: 170px;
    margin: 0 0 5px;
    background: #ccc;
    border-radius: 10px;
  }
  .sec02 .item_image:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 44px;
    height: 44px;
    background: url(../images/index/arrow01.png) center/contain no-repeat;
  }
  .sec02 .item_date {
    font-size: 18px;
    font-weight: 700;
  }
}

.sec03 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec03 .sec_header {
  position: relative;
  top: -50px;
  width: 100%;
  height: 307px;
  background: url(../images/index/band.png) center/contain no-repeat;
}
.sec03 .sec_title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .lead_text {
  margin: 0 0 50px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sec03 .cont {
  position: relative;
  width: 860px;
  padding: 30px 20px;
  margin: 0 0 40px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont:nth-child(2n-1) {
  margin: 0 0 40px auto;
}
.sec03 .textbox {
  width: 616px;
}
.sec03 .cont:nth-child(2n-1) .textbox {
  margin: 0 0 0 auto;
}
.sec03 .cont:nth-child(2n-1) .cont_image {
  left: -140px;
  top: 0;
  bottom: 0;
  height: 461px;
  margin: auto 0;
}
.sec03 .cont:nth-child(2n) .cont_image {
  right: -140px;
  top: 0;
  bottom: 0;
  height: 461px;
  margin: auto 0;
}
.sec03 .cont_title {
  margin: 0 0 30px;
  font-size: 27px;
  font-weight: 500;
}
.sec03 .cont_title .color {
  font-weight: 700;
  color: #f68b00;
}
.sec03 .cont_text {
  position: relative;
  padding: 20px 0;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec03 .cont_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 616px;
  height: 11px;
  background: url(../images/index/border01.png) center/contain no-repeat;
}
.sec03 .cont_text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 616px;
  height: 11px;
  background: url(../images/index/border01.png) center/contain no-repeat;
}
.sec03 .cont_image {
  position: absolute;
}
.sec03 .cont:nth-of-type(1) .cont_image {
  left: -140px;
  top: 0;
  bottom: 0;
  height: 461px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .sec03 .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .sec_header {
    position: relative;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../images/index/band.png) top center/cover no-repeat;
    background: url(../images/index/band_sp.png) top center/cover no-repeat;
    overflow: hidden;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 40vw;
    height: 24.8vw;
    background: url(../images/index/band_sp02.png) center/contain no-repeat;
  }
  .sec03 .sec_header:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 90px;
    width: 40vw;
    height: 25.6vw;
    background: url(../images/index/band_sp03.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    top: 100px;
    height: 307px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .sec03 .lead_text {
    margin: 0 10px 50px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .sec03 .cont {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    margin: 0 0 40px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont:nth-child(2n-1) {
    margin: 0 0 40px;
  }
  .sec03 .textbox {
    width: 100%;
  }
  .sec03 .cont_title {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: 500;
  }
  .sec03 .cont_title .color {
    font-weight: 700;
    color: #f68b00;
  }
  .sec03 .cont_text {
    position: relative;
    padding: 20px 0;
    letter-spacing: 0.12em;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec03 .cont_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 11px;
    background: url(../images/index/border01.png) center/contain no-repeat;
  }
  .sec03 .cont_text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11px;
    background: url(../images/index/border01.png) center/contain no-repeat;
  }
  .sec03 .cont_image {
    position: static;
  }
  .sec03 .cont:nth-of-type(2n-1) .cont_image {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
    overflow: hidden;
  }
  .sec03 .cont:nth-of-type(2n-1) .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont:nth-child(2n) .cont_image {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
    overflow: hidden;
  }
  .sec03 .cont:nth-child(2n) .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec04 {
  width: 980px;
  padding: 0 0 80px;
  margin: 0 auto 150px;
  border-radius: 30px;
  background: #dcebef;
}
.sec04 .sec_header {
  padding: 30px 0;
  background-image: linear-gradient(-45deg, rgba(185, 216, 230, 0.8) 25%, transparent 25%, transparent 50%, rgba(185, 216, 230, 0.8) 50%, rgba(185, 216, 230, 0.8) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
  border-radius: 30px 30px 0 0;
  margin: 0 0 50px;
  text-align: center;
}
.sec04 .head_text {
  font-size: 22px;
  font-weight: 500;
  text-shadow: 2px 2px 0 #fff;
}
.sec04 .sec_title {
  font-size: 34px;
  font-weight: 500;
  text-shadow: 2px 2px 0 #fff;
}
.sec04 .sec_text {
  position: relative;
  width: 710px;
  padding: 40px 0;
  margin: 0 auto 50px;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec04 .sec_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 710px;
  height: 11px;
  background: url(../images/index/border02.png) center/contain no-repeat;
}
.sec04 .sec_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 710px;
  height: 11px;
  background: url(../images/index/border02.png) center/contain no-repeat;
}
.sec04 .list {
  position: relative;
  display: flex;
  justify-content: center;
}
.sec04 .list:not(:last-of-type) {
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.sec04 .list:last-of-type {
  margin: 0 0 50px;
}
.sec04 .list:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 800px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
.sec04 .item:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.sec04 .item_image {
  margin: 0 0 10px;
}
.sec04 .item_name {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.sec04 .btn {
  width: 320px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.sec04 .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #67c6eb;
  font-size: 18px;
  color: #fff;
}
.sec04 .btn a:before {
  content: ">>>";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec04 {
    width: calc(100% - 20px);
    padding: 0 0 50px;
    margin: 0 auto 150px;
    border-radius: 30px;
    background: #dcebef;
  }
  .sec04 .sec_header {
    padding: 30px 10px;
    background-image: linear-gradient(-45deg, rgba(185, 216, 230, 0.8) 25%, transparent 25%, transparent 50%, rgba(185, 216, 230, 0.8) 50%, rgba(185, 216, 230, 0.8) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    border-radius: 30px 30px 0 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .sec04 .head_text {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff;
  }
  .sec04 .sec_title {
    font-size: 28px;
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff;
  }
  .sec04 .sec_text {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    letter-spacing: 0.12em;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec04 .sec_text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 11px;
    margin: 0 auto;
    background: url(../images/index/border02.png) center/contain no-repeat;
  }
  .sec04 .sec_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 11px;
    margin: 0 auto;
    background: url(../images/index/border02.png) center/contain no-repeat;
  }
  .sec04 .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec04 .list:not(:last-of-type) {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .sec04 .list:not(:last-of-type):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec04 .item {
    max-width: 41vw;
    margin: 0 10px;
    text-align: center;
  }
  .sec04 .item:not(:last-of-type) {
    margin: 0 10px 30px;
  }
  .sec04 .item_image {
    width: 70%;
    margin: 0 auto 10px;
  }
  .sec04 .item_name {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .sec04 .btn {
    width: 250px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }
  .sec04 .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #67c6eb;
    font-size: 16px;
    color: #fff;
  }
  .sec04 .btn a:before {
    content: ">>>";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.sec05 {
  background: #fff;
}
.sec05 .sec_header {
  position: relative;
  height: 120px;
  background: #4cad84;
}
.sec05 .sec_header:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 215px;
  border-radius: 215px 215px 0 0;
  background: #4cad84;
}
.sec05 .sec_title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.sec05 .cont_inner {
  width: 1024px;
  margin: 0 auto;
}
.sec05 .lead_text {
  margin: 0 0 20px;
  font-size: 20px;
  color: #4cad84;
  line-height: 1.3;
}
.sec05 .cont_title {
  margin: 0 0 50px;
  font-size: 43px;
  font-weight: 500;
  color: #ec6300;
}
.sec05 .cont01 {
  padding: 40px 0;
  border-bottom: 5px solid #a4c400;
  background: url(../images/index/bg_xray.png) center left/cover no-repeat;
}
.sec05 .cont01 .textbox {
  width: 480px;
  margin: 0 0 0 auto;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .cont01 .cont_title {
  position: relative;
  padding: 0 0 10px 100px;
}
.sec05 .cont01 .cont_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 51px;
  height: 63px;
  margin: auto 0;
  background: url(../images/index/medicine.png) center/contain no-repeat;
}
.sec05 .cont01 .cont_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 95px;
  width: 128px;
  height: 9px;
  background: url(../images/index/decoration03.png) center/contain no-repeat;
}
.sec05 .cont01 .cont_title .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  margin: auto 0;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec05 .cont02 {
  padding: 40px 0;
  border-bottom: 5px solid #4cad84;
  background: url(../images/index/bg_doctor.png) center left/cover no-repeat;
}
.sec05 .cont02 .textbox {
  width: 530px;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .cont02 .cont_title {
  position: relative;
  padding: 0 0 10px 100px;
}
.sec05 .cont02 .cont_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 50px;
  height: 46px;
  margin: auto 0;
  background: url(../images/index/person.png) center/contain no-repeat;
}
.sec05 .cont02 .cont_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 95px;
  width: 128px;
  height: 9px;
  background: url(../images/index/decoration03.png) center/contain no-repeat;
}
.sec05 .cont02 .cont_title .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  margin: auto 0;
  background: url(../images/index/arrow03.png) center/contain no-repeat;
}
.sec05 .flex {
  display: flex;
  justify-content: center;
}
.sec05 .flex01 {
  border-bottom: 5px solid #a4c400;
}
.sec05 .flex02 {
  border-bottom: 5px solid #4cad84;
}
.sec05 .flex03 {
  border-bottom: 5px solid #a4c400;
}
.sec05 .flex04 {
  border-bottom: 5px solid #4cad84;
}
.sec05 .half_cont {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 512px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.sec05 .h_lead_text {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 20px;
}
.sec05 .h_cont_title {
  position: relative;
  z-index: 2;
  margin: 0 0 40px;
  font-size: 37px;
  color: #4cad84;
}
.sec05 .h_cont_text {
  position: relative;
  padding: 20px 0 0;
  margin: 0 0 20px;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .h_cont_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: url(../images/index/border03.png) center/contain no-repeat;
}
.sec05 .btn {
  width: 225px;
  margin: auto auto 0;
}
.sec05 .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #624528;
  color: #fff;
}
.sec05 .btn a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 15px;
  margin: auto 0;
  background: url(../images/index/arrow04.png) center/contain no-repeat;
}
.sec05 .half_cont.cont03 {
  border-right: 1px solid #4cad84;
}
.sec05 .half_cont.cont03:before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 205px;
  height: 162px;
  background: url(../images/index/child.png) center/cover no-repeat;
}
.sec05 .half_cont.cont04:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 252px;
  height: 212px;
  background: url(../images/index/caries.png) center/cover no-repeat;
}
.sec05 .half_cont.cont05 {
  border-right: 1px solid #4cad84;
}
.sec05 .half_cont.cont05:before {
  content: "";
  position: absolute;
  top: 80px;
  right: 50px;
  width: 277px;
  height: 166px;
  background: url(../images/index/child02.png) center/cover no-repeat;
}
.sec05 .half_cont.cont06:before {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 266px;
  height: 178px;
  background: url(../images/index/invisalign.png) center/cover no-repeat;
}
.sec05 .half_cont.cont07 {
  border-right: 1px solid #4cad84;
}
.sec05 .half_cont.cont07 .h_cont_title {
  padding: 35px 0;
}
.sec05 .half_cont.cont07:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 234px;
  height: 201px;
  background: url(../images/index/whitening.png) center/cover no-repeat;
}
.sec05 .half_cont.cont08 .h_cont_title {
  padding: 35px 0;
}
.sec05 .half_cont.cont08:before {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: 305px;
  height: 175px;
  background: url(../images/index/denture.png) center/cover no-repeat;
}
.sec05 .half_cont.cont09 {
  border-right: 1px solid #4cad84;
}
.sec05 .half_cont.cont09 .h_cont_title {
  line-height: 1.2;
}
.sec05 .half_cont.cont09:before {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: 295px;
  height: 178px;
  background: url(../images/index/matanity.png) center/cover no-repeat;
}
.sec05 .contbox {
  width: 512px;
  box-sizing: border-box;
}
.sec05 .half_cont.cont10 {
  width: 472px;
  margin: 0 auto;
}
.sec05 .half_cont.cont10:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: url(../images/index/border03.png) center/contain no-repeat;
}
.sec05 .half_cont.cont10 .h_cont_text {
  padding: 0;
}
.sec05 .half_cont.cont10 .h_cont_text:before {
  display: none;
}
.sec05 .half_cont.cont11 {
  width: 472px;
  margin: 0 auto;
}
.sec05 .half_cont.cont11 .h_cont_text {
  padding: 0;
}
.sec05 .half_cont.cont11 .h_cont_text:before {
  display: none;
}
.sec05 .flex05 {
  margin: 30px 0;
}
.sec05 .flex05 .cont_inner {
  display: flex;
  justify-content: center;
}
.sec05 .flex05 .cont12 {
  width: 523px;
}
.sec05 .flex05 .cont12 .h_cont_text {
  padding: 0;
}
.sec05 .flex05 .cont12 .h_cont_text:before {
  top: -25px;
}
.sec05 .flex05 .link_via {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec05 .special_cont {
  padding: 30px 0;
  background: url(../images/index/bg_risk.png) top center/cover no-repeat;
}
.sec05 .s_lead_text {
  width: 400px;
  padding: 0 0 10px;
  border-bottom: 1px solid #624528;
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgb(255, 255, 255);
  text-align: center;
}
.sec05 .s_cont_title {
  margin: 0 0 30px;
  text-align: center;
}
.sec05 .s_btn03 {
  width: 230px;
  height: 46px;
  margin: 0 auto;
}
.sec05 .s_btn03 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  box-sizing: content-box;
  background: #e7700e;
  border-radius: 23px;
  box-shadow: 3px 3px 0 #d3d3d3;
  line-height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec05 .s_btn03 a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0;
  background: url(../images/index/arrow05.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    background: #fff;
  }
  .sec05 .sec_header {
    position: relative;
    height: 120px;
    background: #4cad84;
  }
  .sec05 .sec_header:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    max-width: 80%;
    height: 215px;
    border-radius: 215px 215px 0 0;
    background: #4cad84;
  }
  .sec05 .sec_title {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec05 .cont_inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05 .lead_text {
    margin: 0 0 20px;
    font-size: 20px;
    color: #4cad84;
    line-height: 1.3;
    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;
  }
  .sec05 .cont_title {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #ec6300;
    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;
  }
  .sec05 .cont_text {
    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;
  }
  .sec05 .cont01 {
    padding: 20px 0 40px;
    border-bottom: 5px solid #a4c400;
    background: url(../images/index/bg_xray.png) top left/contain no-repeat;
  }
  .sec05 .cont01 .textbox {
    width: 100%;
    margin: 0 0 0 auto;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec05 .cont01 .lead_text {
    width: 60%;
    margin: 0 0 10px auto;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec05 .cont01 .cont_title {
    position: relative;
    padding: 0 0 10px 100px;
  }
  .sec05 .cont01 .cont_title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 51px;
    height: 63px;
    margin: auto 0;
    background: url(../images/index/medicine.png) center/contain no-repeat;
  }
  .sec05 .cont01 .cont_title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 95px;
    width: 128px;
    height: 9px;
    background: url(../images/index/decoration03.png) center/contain no-repeat;
  }
  .sec05 .cont01 .cont_title .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    margin: auto 0;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec05 .cont02 {
    padding: 40px 0;
    border-bottom: 5px solid #4cad84;
    background: url(../images/index/bg_doctor.png) top left/contain no-repeat;
  }
  .sec05 .cont02 .textbox {
    width: 100%;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec05 .cont02 .cont_title {
    position: relative;
    padding: 0 0 10px 100px;
  }
  .sec05 .cont02 .cont_title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 50px;
    height: 46px;
    margin: auto 0;
    background: url(../images/index/person.png) center/contain no-repeat;
  }
  .sec05 .cont02 .cont_title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 95px;
    width: 128px;
    height: 9px;
    background: url(../images/index/decoration03.png) center/contain no-repeat;
  }
  .sec05 .cont02 .cont_title .arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    margin: 0;
    background: url(../images/index/arrow03.png) center/contain no-repeat;
  }
  .sec05 .flex {
    display: block;
    justify-content: center;
  }
  .sec05 .flex01 {
    border-bottom: 5px solid #a4c400;
    border-bottom: none;
  }
  .sec05 .flex02 {
    border-bottom: 5px solid #4cad84;
    border-bottom: none;
  }
  .sec05 .flex03 {
    border-bottom: 5px solid #a4c400;
    border-bottom: none;
  }
  .sec05 .flex04 {
    border-bottom: 5px solid #4cad84;
  }
  .sec05 .half_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .sec05 .h_lead_text {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    font-size: 18px;
  }
  .sec05 .h_cont_title {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    font-size: 28px;
    color: #4cad84;
  }
  .sec05 .h_cont_text {
    position: relative;
    padding: 20px 0 0;
    margin: 0 0 20px;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec05 .h_cont_text:before {
    display: none;
  }
  .sec05 .btn {
    width: 225px;
    margin: auto auto 0;
    text-align: center;
  }
  .sec05 .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 15px;
    background: #624528;
    color: #fff;
  }
  .sec05 .btn a:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 9px;
    height: 15px;
    margin: auto 0;
    background: url(../images/index/arrow04.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont03 {
    border-right: none;
    border-bottom: 5px solid #a4c400;
  }
  .sec05 .half_cont.cont03:before {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 153px;
    height: 121px;
    background: url(../images/index/child.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont04 {
    border-bottom: 5px solid #4cad84;
  }
  .sec05 .half_cont.cont04:before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 189px;
    height: 159px;
    background: url(../images/index/caries.png) center/cover no-repeat;
  }
  .sec05 .half_cont.cont05 {
    border-right: none;
    border-bottom: 5px solid #a4c400;
  }
  .sec05 .half_cont.cont05:before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 207px;
    height: 124px;
    background: url(../images/index/child02.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont06 {
    border-bottom: 5px solid #4cad84;
  }
  .sec05 .half_cont.cont06:before {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    width: 199px;
    height: 133px;
    background: url(../images/index/invisalign.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont07 {
    border-right: none;
    border-bottom: 5px solid #a4c400;
  }
  .sec05 .half_cont.cont07 .h_cont_title {
    padding: 0;
  }
  .sec05 .half_cont.cont07:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    width: 175px;
    height: 150px;
    background: url(../images/index/whitening.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont08 {
    border-bottom: 5px solid #4cad84;
  }
  .sec05 .half_cont.cont08 .h_cont_title {
    padding: 20px 0;
  }
  .sec05 .half_cont.cont08:before {
    content: "";
    position: absolute;
    top: 90px;
    right: 0;
    width: 228px;
    height: 131px;
    background: url(../images/index/denture.png) center/contain no-repeat;
  }
  .sec05 .half_cont.cont09 {
    border-right: none;
    border-bottom: 5px solid #a4c400;
  }
  .sec05 .half_cont.cont09 .h_cont_title {
    line-height: 1.2;
  }
  .sec05 .half_cont.cont09:before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 221px;
    height: 133px;
    background: url(../images/index/matanity.png) center/contain no-repeat;
  }
  .sec05 .contbox {
    width: 100%;
    box-sizing: border-box;
  }
  .sec05 .half_cont.cont10 {
    width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #4cad84;
  }
  .sec05 .half_cont.cont10:before {
    display: none;
  }
  .sec05 .half_cont.cont10 .h_cont_text {
    padding: 0;
  }
  .sec05 .half_cont.cont10 .h_cont_text:before {
    display: none;
  }
  .sec05 .half_cont.cont11 {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .half_cont.cont11 .h_cont_text {
    padding: 0;
  }
  .sec05 .half_cont.cont11 .h_cont_text:before {
    display: none;
  }
  .sec05 .flex05 {
    margin: 0 auto 40px;
  }
  .sec05 .flex05 .cont_inner {
    display: block;
    justify-content: center;
  }
  .sec05 .flex05 .cont12 {
    width: 100%;
  }
  .sec05 .flex05 .cont12 .h_cont_text {
    padding: 0;
    margin-bottom: 0;
  }
  .sec05 .flex05 .cont12 .h_cont_text:before {
    display: none;
  }
  .sec05 .flex05 .link_via {
    width: 100%;
  }
  .sec05 .special_cont {
    padding: 30px 10px;
    background: url(../images/index/bg_risk.png) top left/cover no-repeat;
  }
  .sec05 .s_lead_text {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #624528;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgb(255, 255, 255);
    text-align: center;
  }
  .sec05 .s_cont_title {
    margin: 0 0 30px;
    text-align: center;
  }
  .sec05 .s_btn03 {
    width: 230px;
    height: 46px;
    margin: 0 auto;
  }
  .sec05 .s_btn03 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    box-sizing: content-box;
    background: #e7700e;
    border-radius: 23px;
    box-shadow: 3px 3px 0 #d3d3d3;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .sec05 .s_btn03 a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
    margin: auto 0;
    background: url(../images/index/arrow05.png) center/contain no-repeat;
  }
}

.sec06 {
  padding: 150px 0 0;
}
.sec06 .sec_header {
  position: relative;
  border-top: 1px solid #4cad84;
  margin: 0 0 60px;
}
.sec06 .sec_header:before {
  content: "";
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  width: 436px;
  height: 89px;
  background: url(../images/index/round.png) center/contain no-repeat;
}
.sec06 .sec_title {
  position: relative;
  top: -40px;
  z-index: 2;
  text-align: center;
}
.sec06 .upper {
  display: flex;
  width: 1024px;
  margin: 0 auto;
}
.sec06 .upper .upper_left {
  width: 60%;
  margin: 0 20px 0 0;
}
.sec06 .upper .box {
  position: relative;
  padding: 20px 40px;
  margin: 0 0 40px;
  background: #4cad84;
}
.sec06 .upper .box:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 269px;
  height: 70px;
  background: url(../images/index/turtles02.png) center/contain no-repeat;
}
.sec06 .upper .box .lead_text {
  font-size: 30px;
  color: #fff;
}
.sec06 .upper .box .lead_text .large {
  font-size: 32px;
}
.sec06 .upper .profile {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 2px solid #624528;
}
.sec06 .upper .profile_left {
  margin: 0 50px 0 0;
  letter-spacing: 0.12em;
  line-height: 2;
}
.sec06 .upper .profile_right {
  font-size: 27px;
}
.sec06 .upper .profile_right .space {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 20px;
}
.sec06 .middle {
  padding: 40px 0;
  background: #fff;
}
.sec06 .middle .middle_inner {
  width: 700px;
  margin: 0 auto;
}
.sec06 .middle .sec_text {
  position: relative;
  line-height: 2;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #f16c00 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  padding: 0 0 1px;
}
.sec06 .middle .sec_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.sec06 .lower {
  position: relative;
  display: flex;
  width: 1024px;
  padding: 50px 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec06 .lower:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 75px;
  height: 57px;
  background: url(../images/doctor/turtle.png) center/contain no-repeat;
}
.sec06 .lower .box_left {
  width: 55%;
  padding: 0 30px 0 0;
  border-right: 1px solid #482f19;
  margin: 0 30px 0 0;
  box-sizing: border-box;
}
.sec06 .lower .box_right {
  width: 45%;
}
.sec06 .lower .list_title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  color: #4cad84;
}
.sec06 .lower .row {
  margin: 0 0 10px;
}
.sec06 .lower .term {
  margin: 0 50px 0 0;
  letter-spacing: 0.12em;
}
.sec06 .lower .description {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 150px 0 0;
  }
  .sec06 .sec_header {
    position: relative;
    border-top: 1px solid #4cad84;
    margin: 0 0 60px;
  }
  .sec06 .sec_header:before {
    content: "";
    position: absolute;
    top: -89px;
    left: 50%;
    transform: translateX(-50%);
    width: 436px;
    width: 375px;
    max-width: 100%;
    height: 89px;
    background: url(../images/index/round.png) bottom center/contain no-repeat;
  }
  .sec06 .sec_title {
    position: relative;
    top: -40px;
    z-index: 2;
    text-align: center;
  }
  .sec06 .upper {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto 230px;
  }
  .sec06 .upper .upper_left {
    position: absolute;
    right: 0;
    top: 320px;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .sec06 .upper .box {
    position: relative;
    padding: 10px;
    margin: 0 0 50px;
    background: #4cad84;
  }
  .sec06 .upper .box:before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -40px;
    width: 201px;
    height: 52px;
    background: url(../images/index/turtles02.png) center/contain no-repeat;
  }
  .sec06 .upper .box .lead_text {
    font-size: 18px;
    color: #fff;
  }
  .sec06 .upper .box .lead_text .large {
    font-size: 20px;
  }
  .sec06 .upper .upper_right {
    width: 100%;
    text-align: center;
  }
  .sec06 .upper .profile {
    display: block;
    align-items: flex-end;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #624528;
  }
  .sec06 .upper .profile_left {
    margin: 0 0 10px;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
  .sec06 .upper .profile_right {
    font-size: 22px;
  }
  .sec06 .upper .profile_right .space {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 18px;
  }
  .sec06 .middle {
    padding: 40px 0;
    background: #fff;
  }
  .sec06 .middle .middle_inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec06 .middle .sec_text {
    position: relative;
    line-height: 2;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #f16c00 1px, transparent 1px);
    background-size: 8px 100%, 100% 2em;
    padding: 0 0 1px;
  }
  .sec06 .middle .sec_text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .sec06 .lower {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec06 .lower:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 75px;
    height: 57px;
    background: url(../images/doctor/turtle.png) center/contain no-repeat;
  }
  .sec06 .lower .box_left {
    width: 355px;
    padding: 0 0 20px;
    border-right: none;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec06 .lower .box_right {
    width: 355px;
    margin: 0 auto;
  }
  .sec06 .lower .list_title {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
    color: #4cad84;
    text-align: center;
  }
  .sec06 .lower .row {
    display: block;
    margin: 0 0 20px;
  }
  .sec06 .lower .term {
    margin: 0 50px 0 0;
    letter-spacing: 0.12em;
  }
  .sec06 .lower .description {
    letter-spacing: 0.12em;
  }
}

.slide_anime {
  padding: 50px 0;
}
@keyframes bMove01 {
  0% {
    background-position: 9999px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.slide_anime .slide {
  display: block;
  height: 251px;
  background: url(../images/index/animation.png) center center/contain repeat-x;
  animation: bMove01 200s linear infinite;
}
@media screen and (max-width: 768px) {
  .slide_anime {
    padding: 50px 0;
  }
  @keyframes bMove01 {
    0% {
      background-position: 9999px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .slide_anime .slide {
    display: block;
    height: 251px;
    background: url(../images/index/animation.png) center center/cover repeat-x;
    animation: bMove01 200s linear infinite;
  }
}/*# sourceMappingURL=style202509.css.map */