@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/implant/implant_key.webp) right top/cover no-repeat;
  background-size: 1008px 410px;
  overflow: hidden;
}
.main_image .inner {
  width: 1010px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #16216d;
}
.main_image .text::after {
  content: "MEDICAL";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #16216d;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 32.3vw;
    box-sizing: border-box;
    background: url(/images/implant/implant_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 7vw;
  }
  .main_image .text {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text::after {
    bottom: -6.6vw;
    font-size: 4vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .cont01 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 .textbox {
    margin-right: initial;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .point01 {
  margin-bottom: 80px;
  display: block;
}
.sec02 .point01 .point_header {
  justify-content: center;
}
.sec02 .point01 .imagebox {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.sec02 .point01 .imagebox img {
  width: 100%;
}
.sec02 .point01 .textbox {
  width: 1032px;
  max-width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
.sec02 .point02 {
  display: block;
}
.sec02 .point02 .point_header {
  justify-content: center;
}
.sec02 .point02 .upper_box {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .point02 .upper_box .textbox {
  margin-left: 50px;
}
.sec02 .point03 {
  display: block;
}
.sec02 .point03 .point_header {
  justify-content: center;
}
.sec02 .point03 .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .point03 .upper_box .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec02 .point01 .point_header {
    justify-content: flex-start;
  }
  .sec02 .point01 .imagebox {
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec02 .point01 .textbox {
    width: 1032px;
    max-width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .sec02 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec02 .point02 .point_header {
    justify-content: flex-start;
  }
  .sec02 .point02 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec02 .point02 .upper_box .textbox {
    margin-left: initial;
  }
  .sec02 .point03 {
    display: block;
  }
  .sec02 .point03 .point_header {
    justify-content: flex-start;
  }
  .sec02 .point03 .upper_box {
    display: block;
  }
  .sec02 .point03 .upper_box .textbox {
    margin-right: initial;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .compare_box {
  width: 100%;
  margin-bottom: 80px;
}
.sec03 .compare_box .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.sec03 .compare_box .item {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.sec03 .compare_box .item:not(:last-of-type) {
  margin-right: 20px;
}
.sec03 .compare_box .item_title {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #94b3cf;
}
.sec03 .compare_box .item:nth-of-type(2) .item_title,
.sec03 .compare_box .item:nth-of-type(3) .item_title {
  color: #4d4d4d;
  background-color: #e6e6e6;
}
.sec03 .compare_box .box01 {
  margin-bottom: 5px;
}
.sec03 .compare_box .box01 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.sec03 .compare_box .box02 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #faeded;
  min-height: 240px;
}
.sec03 .compare_box .box02 .merit_title {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #faa9b5;
  margin-bottom: 30px;
}
.sec03 .compare_box .box02 .merit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.sec03 .compare_box .box02 .merit_item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/images/common/icon_maru.webp) center/contain no-repeat;
}
.sec03 .compare_box .box03 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #ededed;
}
.sec03 .compare_box .box03 .demerit_title {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
  margin-bottom: 30px;
}
.sec03 .compare_box .box03 .demerit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.sec03 .compare_box .box03 .demerit_item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/images/common/icon_batsu.webp) center/contain no-repeat;
}
.sec03 .comment_box {
  width: 90%;
  margin: 0 auto 80px;
  padding: 0 30px 0 5px;
  border: 1px solid #16216d;
  box-sizing: border-box;
}
.sec03 .comment_box .cont01 {
  align-items: center;
}
.sec03 .comment_box .cont01 .imagebox {
  width: 15%;
  max-width: 15%;
  min-width: 15%;
  margin-right: 50px;
  margin-top: auto;
  position: relative;
}
.sec03 .comment_box .cont01 .imagebox .cont_image {
  width: 100%;
  min-width: 130px;
  margin: 20px auto 0;
  display: flex;
  align-items: flex-end;
}
.sec03 .comment_box .cont01 .imagebox::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -56px;
  background: url(/images/common/text_checklist.webp) center/contain no-repeat;
  width: 158px;
  height: 86px;
}
.sec03 .comment_box .cont01 .cont_text {
  margin: 30px 0;
}
.sec03 .column_box {
  margin: 0 auto;
  background-color: #f2f2f2;
}
.sec03 .column_box .column_box_title {
  font-family: initial;
  border: initial;
  padding-bottom: 0;
}
.sec03 .column_box .cont02 .textbox {
  margin-left: 50px;
}
.sec03 .column_box .cont02 .cont_title {
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .compare_box {
    width: 100%;
    margin-bottom: 13.8vw;
  }
  .sec03 .compare_box .list {
    display: block;
  }
  .sec03 .compare_box .item {
    width: 100%;
  }
  .sec03 .compare_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 5.3vw;
  }
  .sec03 .compare_box .item_title {
    font-size: 4.2vw;
  }
  .sec03 .compare_box .box01 {
    margin-bottom: 1vw;
  }
  .sec03 .compare_box .box01 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  .sec03 .compare_box .box02 {
    flex-grow: 1;
    padding: 5.5vw;
    margin-bottom: 1vw;
    min-height: initial;
  }
  .sec03 .compare_box .box02 .merit_title {
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 4.2vw;
  }
  .sec03 .compare_box .box02 .merit_item {
    font-size: 4vw;
    padding-left: 2em;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec03 .compare_box .box02 .merit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec03 .compare_box .box03 {
    flex-grow: 1;
    padding: 5.5vw;
    margin-bottom: 1vw;
  }
  .sec03 .compare_box .box03 .demerit_title {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .compare_box .box03 .demerit_item {
    font-size: 4vw;
    padding-left: 2em;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec03 .compare_box .box03 .demerit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec03 .comment_box {
    width: 100%;
    margin: 0 auto 10.8vw;
    padding: 5.5vw 5.5vw 5.5vw;
    border: 1px solid #16216d;
    box-sizing: border-box;
  }
  .sec03 .comment_box .cont01 .imagebox {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
    margin-right: -0.2vw;
    position: relative;
  }
  .sec03 .comment_box .cont01 .imagebox .cont_image {
    width: 22vw;
    min-width: initial;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
  .sec03 .comment_box .cont01 .imagebox::before {
    content: "";
    position: absolute;
    top: 2.34vw;
    left: -42.93vw;
    background: url(/images/common/text_checklist.webp) center/contain no-repeat;
    width: 42.13vw;
    height: 22.93vw;
  }
  .sec03 .comment_box .cont01 .cont_text {
    margin: 4.2vw 0;
  }
  .sec03 .column_box .cont02 .textbox {
    margin-left: initial;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .upper_box {
  margin-bottom: 80px;
  position: relative;
}
.sec04 .upper_box:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 42px;
  transform: translateX(-50%);
  height: 90%;
  border: 0.75px solid #2ca6e0;
}
.sec04 .upper_box .item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
  position: relative;
}
.sec04 .upper_box .item:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 42px;
  transform: translateX(-50%);
  height: 10px;
  border: 0.75px solid #fff;
}
.sec04 .upper_box .item::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 42px;
  transform: translateX(-50%);
  height: 10px;
  border: 0.75px solid #fff;
}
.sec04 .upper_box .item:nth-of-type(8) {
  margin: 0 auto;
}
.sec04 .upper_box .item:nth-of-type(8):before {
  content: "";
  position: absolute;
  top: -38px;
  left: 42px;
  transform: translateX(-50%);
  height: 10px;
  border: 0.75px solid #fff;
}
.sec04 .upper_box .item:nth-of-type(8):after {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  transform: translateX(-50%);
  height: 100%;
  border: 0.75px solid #fff;
}
.sec04 .upper_box .item:nth-of-type(8) .item_box .item_image {
  position: relative;
}
.sec04 .upper_box .item:nth-of-type(8) .item_box .circle_text01 {
  content: "";
  position: absolute;
  z-index: 2;
  right: 3px;
  bottom: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 153px;
  height: 153px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #333631;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .upper_box .item_header {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.sec04 .upper_box .item_header .step_img {
  position: absolute;
  top: -26px;
  left: 0;
}
.sec04 .upper_box .item_header .item_title {
  width: 100%;
  padding-left: 100px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #16216d;
}
.sec04 .upper_box .item_box {
  padding-left: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec04 .upper_box .item_image {
  width: 300px;
  min-width: 29%;
  margin-right: 65px;
  box-sizing: border-box;
}
.sec04 .upper_box .item_text {
  width: 71%;
  box-sizing: border-box;
}
.sec04 .lower_box {
  padding: 40px 0;
  border: 2px solid #16216d;
  box-sizing: border-box;
}
.sec04 .lower_box .box_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 40px;
}
.sec04 .lower_box .box_text {
  width: 930px;
  max-width: 93%;
  margin: 0 auto 50px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec04 .lower_box .cont01 {
  width: 930px;
  max-width: 93%;
  margin: 0 auto;
}
.sec04 .lower_box .cont01 .list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sec04 .lower_box .cont01 .list .item {
  width: 40%;
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #2ca6e0;
  position: relative;
}
.sec04 .lower_box .cont01 .list .item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #2ca6e0;
}
.sec04 .lower_box .flex_box {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .upper_box {
    margin-bottom: 13.8vw;
  }
  .sec04 .upper_box:before {
    display: none;
  }
  .sec04 .upper_box .item {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec04 .upper_box .item:before {
    display: none;
  }
  .sec04 .upper_box .item::after {
    display: none;
  }
  .sec04 .upper_box .item:nth-of-type(9):before {
    display: none;
  }
  .sec04 .upper_box .item:nth-of-type(9):after {
    display: none;
  }
  .sec04 .upper_box .item:nth-of-type(9) .item_box .item_image {
    position: relative;
  }
  .sec04 .upper_box .item:nth-of-type(9) .item_box .circle_text01 {
    right: 4vw;
    bottom: 2.66vw;
    width: 34.66vw;
    height: 34.66vw;
    line-height: 1.8;
    font-size: 3.4vw;
  }
  .sec04 .upper_box .item_header {
    width: 100%;
    margin-bottom: 4.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .sec04 .upper_box .item_header .step_img {
    position: initial;
    width: 21.8vw;
    top: 0;
    left: 0;
  }
  .sec04 .upper_box .item_header .step_img img {
    width: 100%;
    height: 100%;
  }
  .sec04 .upper_box .item_header .item_title {
    padding-left: 4vw;
    font-size: 4.8vw;
    display: block;
  }
  .sec04 .upper_box .item_box {
    max-width: 100%;
    display: block;
    padding-left: initial;
  }
  .sec04 .upper_box .item_image {
    width: 100%;
    min-width: 100%;
    margin-right: initial;
    margin: 0 auto 4.2vw;
  }
  .sec04 .upper_box .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .upper_box .item_text {
    width: 100%;
    box-sizing: border-box;
  }
  .sec04 .lower_box {
    padding: 6.2vw 0 5.5vw;
    border: 2px solid #16216d;
    box-sizing: border-box;
  }
  .sec04 .lower_box .box_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 6.2vw;
  }
  .sec04 .lower_box .box_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 0 5.5vw;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    box-sizing: border-box;
  }
  .sec04 .lower_box .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.5vw;
  }
  .sec04 .lower_box .cont01 .list {
    display: block;
    margin-bottom: 10.6vw;
  }
  .sec04 .lower_box .cont01 .list .item {
    width: 100%;
    margin-bottom: 2.6vw;
    font-size: 4.2vw;
    letter-spacing: 0.01em;
    position: relative;
  }
  .sec04 .lower_box .cont01 .list .item::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.2vw;
  }
  .sec04 .lower_box .flexbox {
    margin-top: 4.2vw;
  }
  .sec04 .lower_box .flexbox .about_btn {
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .sec_header {
  margin-bottom: 25px;
}
.sec05 .cautionarynote {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333631;
  margin-bottom: 50px;
}
.sec05 .cont01 {
  margin-bottom: 60px;
}
.sec05 .cont01 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .sec_header {
    margin-bottom: 4vw;
  }
  .sec05 .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
  .sec05 .cont01 {
    margin-bottom: 4.2vw;
  }
  .sec05 .cont01 .textbox {
    margin-right: initial;
  }
  .sec05 .flexbox {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=implant.css.map */