/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#implant .footer {
  margin-top: 80px;
}

#implant .mainvisual__inner {
  position: relative;
  margin: auto;
}

#implant .mainvisual__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 241px;
  background: url(../img/mainimg_bg@2x.png), url(../img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #implant .mainvisual__pic {
    height: 180px;
    background-size: 100%,cover;
  }
}

#implant .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #implant .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#implant .implant {
  margin-top: 74px;
}

#implant .implant__inner {
  position: relative;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  #implant .implant__inner {
    padding: 0 5%;
  }
}

#implant .implant__title {
  color: #6e3426;
  font-size: 3rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-top: 84px;
  background: url(../img/subject_ico_05_02@2x.png) no-repeat;
  background-size: 48px;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  #implant .implant__title {
    font-size: 2.6rem;
  }
}

#implant .implant__pictxt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #implant .implant__pictxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

#implant .implant__pictxt__content__pic {
  width: 100%;
}

#implant .implant__pictxt__content__txt {
  margin-top: calc(0px - (((1.6rem * 1.5) - 1.6rem) / 2));
  margin-bottom: calc(0px - (((1.6rem * 1.5) - 1.6rem) / 2));
}

#implant .implant__pictxt__content:first-child {
  width: 36%;
}

@media screen and (max-width: 767px) {
  #implant .implant__pictxt__content:first-child {
    width: 100%;
  }
}

#implant .implant__pictxt__content:last-child {
  width: 60%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #implant .implant__pictxt__content:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

#implant .implant__recommend {
  margin-top: 40px;
  padding: 50px;
  background: #fff4f0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #implant .implant__recommend {
    padding: 10% 5%;
  }
}

#implant .implant__recommend__title {
  color: #b65435;
  margin-top: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #implant .implant__recommend__title {
    font-size: 2.2rem;
  }
}

#implant .implant__recommend__box {
  margin-top: 40px;
  text-align: left;
}

#implant .implant__recommend__box__head {
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0 10px 60px;
  background: url(../img/checkbox_ico@2x.png), #be6b55;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 20px center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #implant .implant__recommend__box__head {
    font-size: 1.8rem;
    background-size: 20px;
    padding: 10px 0 10px 50px;
  }
}

#implant .implant__recommend__box__head:not(:nth-of-type(1)) {
  margin-top: 40px;
}

#implant .implant__recommend__box__txt {
  margin-top: calc(20px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

#implant .implant__step {
  margin-top: 60px;
}

#implant .implant__step__title {
  color: #b65435;
  margin-top: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}

#implant .implant__step__item__content3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  border-radius: 10px;
  background: #fff4e5;
  position: relative;
}

@media screen and (max-width: 767px) {
  #implant .implant__step__item__content3 {
    padding: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#implant .implant__step__item__content3__box {
  min-height: 200px;
}

#implant .implant__step__item__content3__box__pic {
  width: 100%;
}

#implant .implant__step__item__content3__box:nth-of-type(1) {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #implant .implant__step__item__content3__box:nth-of-type(1) {
    width: 100%;
    min-height: auto;
  }
}

#implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-19% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../img/border_b.gif);
}

#implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__num .implant__step__item__content3__box__num__mini {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__num {
    font-size: 1.8rem;
    width: 60px;
    height: 73px;
    top: -32px;
  }
}

#implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__title {
  color: #b65435;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-left: 20px;
  padding-left: 90px;
  padding-bottom: 10px;
  background: url(../img/border_dot.gif) repeat-x;
  background-size: 10px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  #implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__title {
    padding-left: 80px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__title {
    font-size: 1.55rem;
    padding-left: 62px;
    margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  }
}

#implant .implant__step__item__content3__box:nth-of-type(1) .implant__step__item__content3__box__txt {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#implant .implant__step__item .implant__step__item__content3__box:nth-of-type(2) {
  width: 36%;
}

@media screen and (max-width: 767px) {
  #implant .implant__step__item .implant__step__item__content3__box:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
  }
}

#implant .implant__step__item__vector {
  margin-bottom: -40px;
  padding: 30.5px 0;
  background: url(../img/vector_und@2x.png) no-repeat;
  background-size: 34.5px;
  background-position: center;
}
/*# sourceMappingURL=style.css.map */