@charset "UTF-8";
.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/implant/implant_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images/implant/implant_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/implant/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_body {
  padding: 0;
}
.sec01 .flexbox {
  flex-direction: row-reverse;
}
.sec01 .flexbox .textbox {
  margin-right: 65px;
}
.sec02 {
  padding-bottom: 100px;
}
.sec02 .sec_body {
  padding: 0;
}
.sec02 .point01 .textbox, .sec02 .point03 .textbox {
  margin-right: 50px;
}
.sec02 .point02, .sec02 .point04 {
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox, .sec02 .point04 .textbox {
  margin-left: 50px;
}
.sec02 .point01 .imagebox {
  position: relative;
}
.sec02 .point01 .circle01 {
  position: absolute;
  left: 0;
  top: 90px;
}
.sec02 .point01 .circle02 {
  position: absolute;
  left: 120px;
  bottom: -60px;
}
.sec02 .point01 .imagebox::before {
  display: none;
  content: "";
  position: absolute;
  width: 86px;
  height: 146px;
  bottom: 30px;
  left: -40px;
  z-index: 5;
  background: url(/images/implant/point01_2.webp) center/contain no-repeat;
}
.sec02 .point01 .imagebox::after {
  content: "";
  position: absolute;
  width: 212px;
  height: 99px;
  bottom: 40px;
  left: 120px;
  z-index: 5;
  background: url(/images/implant/point01_1.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .point {
    margin-bottom: 10vw;
  }
  .sec02 .point_title {
    font-size: 4.6vw;
    font-feature-settings: "palt";
  }
  .sec02 .point01 .textbox, .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 .textbox, .sec02 .point04 .textbox {
    margin-left: initial;
  }
  .sec02 .point01 .circle01 {
    position: absolute;
    left: 3vw;
    top: 10vw;
    width: 35vw;
    height: 35vw;
  }
  .sec02 .point01 .circle02 {
    position: absolute;
    left: 24vw;
    bottom: -7vw;
    width: 35vw;
    height: 35vw;
  }
  .sec02 .point01 .imagebox::before {
    width: 18vw;
    height: 30vw;
    bottom: 5vw;
    left: -3vw;
  }
  .sec02 .point01 .imagebox::after {
    width: 40vw;
    height: 19vw;
    bottom: 12vw;
    left: 26vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .first_text {
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  color: #333631;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 95px;
}
.sec03 .compare_box {
  width: 100%;
}
.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: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #F5F3F1;
  padding: 10px 0;
}
.sec03 .compare_box .box01 {
  margin-bottom: 5px;
  background-color: #F5F3F1;
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}
.sec03 .compare_box .denture1 {
  background-color: #DBF2EF;
}
.sec03 .compare_box .box01 img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.sec03 .compare_box .box2 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #F5F3F1;
  min-height: 294px;
}
.sec03 .compare_box .box2 .merit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  background-color: #F09FA6;
  border-radius: 5px;
  color: #fff;
}
.sec03 .compare_box .box2 .merit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.sec03 .compare_box .box2 .merit_item::before {
  content: "〇";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #F09FA6;
}
.sec03 .compare_box .box03 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #F5F3F1;
}
.sec03 .compare_box .box03 .demerit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  background-color: #B3B3B3;
  border-radius: 5px;
  color: #fff;
}
.sec03 .compare_box .box03 .demerit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.sec03 .compare_box .box03 .demerit_item::before {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #666666;
}
.sec03 .compare_box .blue {
  background-color: #DBF2EF;
}
.sec03 .compare_box .flexbox {
  justify-content: center;
}
.sec03 .compare_box .flexbox .about_btn {
  border-bottom: 1px solid #CE95C0;
}
.sec03 .compare_box .flexbox .about_btn::before {
  width: 20px;
  height: 20px;
  background: url(/images/denture/purple_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .first_text {
    font-size: 4vw;
    padding-bottom: 10vw;
    width: 100%;
  }
  .sec03 .compare_box {
    margin-bottom: 10vw;
  }
  .sec03 .compare_box .list {
    display: block;
  }
  .sec03 .compare_box .item {
    width: 100%;
  }
  .sec03 .compare_box .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec03 .compare_box .item_title {
    font-size: 5.3vw;
  }
  .sec03 .compare_box .box01 {
    margin-bottom: 1vw;
  }
  .sec03 .compare_box .box2, .sec03 .compare_box .box03 {
    margin-bottom: 1vw;
    padding: 5vw;
    margin-bottom: 5vw;
    min-height: initial;
  }
  .sec03 .compare_box .box2 .merit_title, .sec03 .compare_box .box2 .demerit_title, .sec03 .compare_box .box03 .merit_title, .sec03 .compare_box .box03 .demerit_title {
    font-size: 5vw;
    margin-bottom: 10vw;
    border-radius: 20vw;
  }
  .sec03 .compare_box .box2 .merit_item, .sec03 .compare_box .box2 .demerit_item, .sec03 .compare_box .box03 .merit_item, .sec03 .compare_box .box03 .demerit_item {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec03 .compare_box .box2 .merit_item::before, .sec03 .compare_box .box2 .demerit_item::before, .sec03 .compare_box .box03 .merit_item::before, .sec03 .compare_box .box03 .demerit_item::before {
    font-size: 4vw;
  }
  .sec03 .compare_box .box2 {
    margin-bottom: 1vw;
  }
  .sec03 .compare_box .flexbox .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .sec_body {
  padding: 0;
}
.sec04 .flow {
  margin-bottom: 40px;
  position: relative;
}
.sec04 .flow .flow_header {
  display: flex;
}
.sec04 .flow .flow_header .step {
  background-color: #fff;
  padding-top: 23px;
  z-index: 5;
}
.sec04 .flow .flow_header .step .number {
  position: relative;
}
.sec04 .flow .flow_header .step .number::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 74px;
  top: -34%;
  left: 13px;
  transform: translateX(-50%);
  background: url(/images/implant/blue.webp) center/contain no-repeat;
  z-index: -1;
}
.sec04 .flow .flow_header .step03::before {
  content: "";
  position: absolute;
  width: 224px;
  height: 124px;
  top: -34%;
  left: 13px;
  transform: translateX(-50%);
  background: url(/images/implant/bototm.webp) center/contain no-repeat;
}
.sec04 .flow .flow_header .flow_title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.sec04 .flow .flexbox {
  justify-content: flex-start;
  padding-left: 100px;
}
.sec04 .flow .flexbox .textbox {
  margin-right: 70px;
  width: 62%;
}
.sec04 .flow .flexbox .imagebox {
  position: relative;
}
.sec04 .flow .flexbox .step03 {
  position: relative;
}
.sec04 .flow .flexbox .image03::before {
  content: "";
  position: absolute;
  width: 224px;
  height: 124px;
  bottom: -9%;
  left: 13px;
  transform: translateX(-50%);
  background: url(/images/implant/bototm.webp) center/contain no-repeat;
}
.sec04 .flow::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 42px;
  transform: translateX(-50%);
  height: 10px;
  border: 0.75px solid #fff;
}
.sec04 .flow::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 42px;
  transform: translateX(-50%);
  height: 10px;
  border: 0.75px solid #fff;
}
.sec04 .about_btn {
  border-bottom: 1px solid #F0A76D;
}
.sec04 .about_btn::before {
  background: url(/images/implant/orange_icon.webp) center/contain no-repeat;
}
.sec04 .flowbox {
  position: relative;
}
.sec04 .flowbox::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 29px;
  transform: translateX(-50%);
  height: 80%;
  border: 0.75px solid #4A924F;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flow {
    margin-bottom: 10vw;
  }
  .sec04 .flow .flow_header .step {
    width: 20vw;
    padding-top: initial;
  }
  .sec04 .flow .flow_header .step .number::before {
    content: "";
    position: absolute;
    width: 73px;
    height: 74px;
    top: -34%;
    left: 13px;
    transform: translateX(-50%);
    background: url(/images/implant/blue.webp) center/contain no-repeat;
    z-index: -1;
  }
  .sec04 .flow .flow_header .step03::before {
    content: "";
    position: absolute;
    width: 224px;
    height: 124px;
    top: -34%;
    left: 13px;
    transform: translateX(-50%);
    background: url(/images/implant/bototm.webp) center/contain no-repeat;
  }
  .sec04 .flow .flow_header .flow_title {
    font-size: 4.5vw;
    padding-left: 5vw;
  }
  .sec04 .flow .flexbox {
    justify-content: center;
    padding-left: initial;
  }
  .sec04 .flow .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec04 .flow .flexbox .image03::before {
    width: 42vw;
    height: 25vw;
    bottom: -9%;
    left: 15vw;
  }
  .sec04 .flow::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 42px;
    transform: translateX(-50%);
    height: 10px;
    border: 0.75px solid #fff;
  }
  .sec04 .flow::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 42px;
    transform: translateX(-50%);
    height: 10px;
    border: 0.75px solid #fff;
  }
  .sec04 .about_btn::before {
    background: url(/images/implant/orange_icon.webp) center/contain no-repeat;
  }
  .sec04 .flowbox {
    position: relative;
  }
  .sec04 .flowbox::before {
    display: none;
  }
}

.sec05 {
  padding-bottom: 100px;
}
.sec05 .pricebox {
  text-align: center;
  margin-bottom: 55px;
}
.sec05 .pricebox .gridbox {
  grid-template-columns: repeat(1, 2fr);
  width: 100%;
  max-width: 100%;
}
.sec05 .pricebox .gridbox .flexbox {
  margin-top: 56px;
  padding-bottom: 62px;
  border-bottom: 0.5px solid #333631;
}
.sec05 .pricebox .gridbox .price_menu {
  text-align: left;
  width: 48%;
}
.sec05 .pricebox .gridbox .price {
  text-align: right;
  width: 48%;
}
.sec05 .about_btn {
  border-bottom: 1px solid #0071B7;
}
.sec05 .about_btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/common/price_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
  }
  .sec05 .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
  .sec05 .pricebox {
    margin-bottom: 10vw;
    padding-bottom: initial;
  }
  .sec05 .pricebox .gridbox {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec05 .pricebox .gridbox .flexbox {
    width: 100%;
    margin-top: 5vw;
    padding-top: initial;
    padding-bottom: 5vw;
  }
  .sec05 .pricebox .gridbox .flexbox .price {
    width: 100%;
    font-size: 4vw;
  }
  .sec05 .pricebox .gridbox .flexbox .price_menu {
    width: 100%;
    font-size: 4vw;
  }
}/*# sourceMappingURL=implant.css.map */