@charset "UTF-8";

/* ====================================================================== */
/*	LPページ　共通スタイル
/* ====================================================================== */
/* =================================== */
/*	全体
/* =================================== */
.lp_page {
  font-family: "Noto Serif JP", serif;
}
.lp_page img{
  width:auto;
}

.lp_page p {
  padding: 0;
  margin: 0;
}

body .lp_page .wrapper {
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

body .lp_page .wrapper__sm {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}


/* =================================== */
/*	共通レイアウト
/* =================================== */
/* br */
.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

.font-alph {
  font-family:"Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  
}

.serif-bold {
  font-weight: 600;
}

.serif-semibold {
  font-weight: 500;
}

.serif-medium {
  font-weight: 400;
}

/* 見出しフォント */
.ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ttl {
    letter-spacing: 0.02em;
    line-height: 1.55;
  }
}

.ttl__Lv1 {
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .ttl__Lv1 {
    font-size: 26px;
  }
}

.ttl__Lv2 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .ttl__Lv2 {
    font-size: 24px;
  }
}

.ttl__Lv3 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .ttl__Lv3 {
    font-size: 22px;
  }
}

.ttl__Lv4 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .ttl__Lv4 {
    font-size: 20px;
  }
}

.ttl__Lv5 {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .ttl__Lv5 {
    font-size: 18px;
  }
}

/* リストスタイル */
.list-style-disc {
  list-style-type: disc;
  padding-left: 25px;
}

.list-style-disc li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

/* ====================================================================== */
/*	LPページ　インプラント
/* ====================================================================== */
/* =================================== */
/*	インプラント　共通レイアウト
/* =================================== */
#lp_implant {
  color: #433932;
}

#lp_implant figure {
  margin-bottom: 0;
}

/* =================================== */
/*	メインビジュアル
/* =================================== */
#lp_implant .mv {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  #lp_implant .mv {
    height: 780px;
  }
}

@media screen and (min-width: 1500px) {
  #lp_implant .mv__picture {
    height: auto;
  }

  #lp_implant .mv__picture img {
    width: 100% !important;
    height: auto !important;
  }
}

/* @media screen and (max-width: 576px) {
  #lp_implant .mv {
    background-color: #E9EEFE;
    height: auto;
    vertical-align: bottom;
    padding-top: 120px;
  }
} */

#lp_implant .mv__point-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 4%;
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__point-area {
    bottom: auto;
    top: 450px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
}

#lp_implant .mv__point-item {
  width: 162px;
  height: 162px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#lp_implant .mv__point-item img {
  display: inline-block;
  margin-top: 25px;
}

#lp_implant .mv__point-item span {
  display: inline-block;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__point-item {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin-right: 5px;
  }

  #lp_implant .mv__point-item:last-of-type {
    margin-right: 0;
  }

  #lp_implant .mv__point-item img {
    width: auto !important;
    height: 25px;
    display: block;
    margin: 10px auto 0;
  }

  #lp_implant .mv__point-item span {
    font-size: 10px;
    transform: scale(0.8);
  }
}

#lp_implant .mv__catch {
  max-width: 580px;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__catch {
    width: 90%;
    max-width: 380px;
    text-align: center;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#lp_implant .mv__lead {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 15px black;
  color: white;
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__lead {
    font-size: 18px;
  }
}

#lp_implant .mv__ttl {
  font-size: 57px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 15px black;
  color: white;
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__ttl {
    font-size: 34px;
  }
}

#lp_implant .mv__sub-ttl {
  font-size: 60px;
  color: white;
  text-align: center;
  margin-top: 20px;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  #lp_implant .mv__sub-ttl {
    font-size: 50px;
  }
}

/* =================================== */
/*	インプラント治療について
/* =================================== */
#lp_implant .about {
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_implant .about {
    padding: 40px 20px;
  }
}

#lp_implant .about__left-img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .about__left-img {
    display: none;
  }
}

#lp_implant .about__left-img::before {
  content: "";
  display: block;
  width: 683px;
  height: 737px;
  background: url(../images/lp_implant/about_img_left.jpg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  #lp_implant .about__left-img::before {
    display: none;
  }
}

#lp_implant .about__right-img {
  position: absolute;
  right: 0;
  top: 0;
}

#lp_implant .about__right-img::before {
  content: "";
  display: block;
  width: 683px;
  height: 737px;
  background: url(../images/lp_implant/about_img_right.jpg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  #lp_implant .about__right-img::before {
    display: none;
  }
}

#lp_implant .about__cont {
  max-width: 570px;
  height: 737px;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding-top: 95px;
  padding-bottom: 10px;
  margin: 0 auto;
  z-index: 1;
}

#lp_implant .about__cont::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -179px;
  width: 180px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

#lp_implant .about__cont::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -179px;
  width: 180px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

#lp_implant .about__cont p {
  max-width: 525px;
  line-height: 1.875;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #lp_implant .about__cont {
    height: auto;
    text-align: justify;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
  #lp_implant .about__cont::after,#lp_implant .about__cont::before {
    display: none;
  }
}

#lp_implant .about__ttl {
  color: #034DA4;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #lp_implant .about__ttl {
    text-align: center;
    margin-bottom: 15px;
  }
}

/* =================================== */
/*	当院の３つの特徴
/* =================================== */
#lp_implant .feature {
  background: url(../images/lp_implant/feature_bg.jpg) no-repeat center center/cover;
  padding: 50px 0 100px;
}

@media screen and (max-width: 768px) {
  #lp_implant .feature {
    padding: 10px 0 60px;
  }
}

#lp_implant .feature__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
  position: relative;
}

#lp_implant .feature__ttl .strong {
  color: #034DA4;
  font-size: 93px;
}

#lp_implant .feature__ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #034DA4;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #lp_implant .feature__ttl {
    margin-bottom: 45px;
  }

  #lp_implant .feature__ttl .strong {
    font-size: 60px;
  }

  #lp_implant .feature__ttl::after {
    bottom: -8px;
  }
}

#lp_implant .feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #lp_implant .feature__list {
    display: block;
  }
}

#lp_implant .feature__item {
  width: 31%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
}

#lp_implant .feature__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 128px;
  height: 158px;
}

@media screen and (max-width: 768px) {
  #lp_implant .feature__item {
    max-width: 370px;
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
  }

  #lp_implant .feature__item:last-of-type {
    margin-bottom: 0;
  }
}

#lp_implant .feature__item--01::after {
  background: url(../images/lp_implant/feature_01.png) no-repeat center center/contain;
}

#lp_implant .feature__item--02::after {
  background: url(../images/lp_implant/feature_02.png) no-repeat center center/contain;
}

#lp_implant .feature__item--03::after {
  background: url(../images/lp_implant/feature_03.png) no-repeat center center/contain;
}

#lp_implant .feature__item h3 {
  color: #034DA4;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #lp_implant .feature__item h3 {
    margin-bottom: 10px;
  }
}

#lp_implant .feature__item p {
  text-align: justify;
  line-height: 2;
}

#lp_implant .feature__body {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lp_implant .feature__body {
    max-width: 80%;
    margin: 0 auto;
  }

  #lp_implant .feature__body img {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  #lp_implant .feature__body {
    max-width: 100%;
  }
}

/* =================================== */
/*	インプラントはこんな人におすすめです
/* =================================== */
#lp_implant .recommend {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend {
    padding: 50px 0 0;
  }
}

#lp_implant .recommend__ttl {
  text-align: left;
  margin-bottom: 100px;
  position: relative;
}

#lp_implant .recommend__ttl .strong {
  color: #F59B00;
  font-size: 58px;
}

#lp_implant .recommend__ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #433932;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend__ttl {
    margin-bottom: 70px;
  }

  #lp_implant .recommend__ttl .strong {
    font-size: 42px;
  }

  #lp_implant .recommend__ttl::after {
    bottom: -15px;
  }
}

#lp_implant .recommend-cont {
  position: relative;
  height: auto;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

#lp_implant .recommend-cont::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  background-color: #F6F6F6;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend-cont::after {
    height: 180px;
  }
}

@media screen and (max-width: 576px) {
  #lp_implant .recommend-cont::after {
    height: 200px;
  }
}

#lp_implant .recommend-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

#lp_implant .recommend-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend-media {
    display: block;
  }
}

#lp_implant .recommend-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5.4%;
}

#lp_implant .recommend-media__body--reverse {
  margin-left: auto;
  margin-right: 5.4%;
}

#lp_implant .recommend-media__ttl {
  line-height: 1.8;
  margin-bottom: 20px;
}

#lp_implant .recommend-media__ttl span {
  display: inline;
  background-color: #433932;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend-media__ttl {
    margin-bottom: 15px;
  }
}

#lp_implant .recommend-media__sub-ttl {
  color: #FFAA00;
  position: relative;
  margin-bottom: 20px;
}

#lp_implant .recommend-media__sub-ttl::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../images/lp_implant/arrow.png) no-repeat center center/contain;
  vertical-align: middle;
  margin-right: 10px;
}

#lp_implant .recommend-media__figure img{
  width: 490px;
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend-media__sub-ttl {
    margin-bottom: 15px;
  }

  #lp_implant .recommend-media__sub-ttl::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #lp_implant .recommend-media__figure {
    text-align: center;
    margin: 0 auto 20px;
  }

  #lp_implant .recommend-media__body {
    margin-left: auto;
  }

  #lp_implant .recommend-media__body--reverse {
    margin-right: auto;
  }

  #lp_implant .recommend-media__ttl {
    margin-bottom: 8px;
  }
}
#lp_implant .recommend .recommend-media__body p{
  line-height: 2;
}

/* =================================== */
/*	インプラントのしくみ
/* =================================== */
#lp_implant .system {
  background-color: #433932;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .system {
    padding: 55px 0;
  }
}

#lp_implant .system__ttl {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 65px;
  position: relative;
}

#lp_implant .system__ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #lp_implant .system__ttl {
    margin-bottom: 55px;
  }

  #lp_implant .system__ttl .strong {
    font-size: 60px;
  }

  #lp_implant .system__ttl::after {
    bottom: -15px;
  }
}

#lp_implant .system__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #lp_implant .system__list {
    display: block;
  }
}

#lp_implant .system__item {
  width: 30%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_implant .system__item {
    max-width: 370px;
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
  }

  #lp_implant .system__item:last-of-type {
    margin-bottom: 0;
  }
}

#lp_implant .system__item::after {
  content: "";
  display: block;
  width: 22px;
  height: 72px;
  background: url(../images/lp_implant/system_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #lp_implant .system__item::after {
    width: 11px;
    height: 31px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}

#lp_implant .system__item:last-child::after {
  display: none;
}

#lp_implant .system__item p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

#lp_implant .system__body {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lp_implant .system__body {
    max-width: 100%;
    margin: 0 auto;
  }

  #lp_implant .system__body img {
    width: 100%;
    max-width: none;
  }
}

#lp_implant .system-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #lp_implant .system-media {
    display: block;
    margin-top: 30px;
  }
}

#lp_implant .system-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  color: #fff;
}

#lp_implant .system-media__body p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #lp_implant .system-media__body {
    margin-right: auto;
  }
}

#lp_implant .system-media__ttl {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #lp_implant .system-media__figure {
    text-align: center;
    margin: 10px auto 0;
  }

  #lp_implant .system-media__body {
    margin-left: auto;
  }

  #lp_implant .system-media__ttl {
    margin-bottom: 8px;
  }
}

/* =================================== */
/*	インプラントと従来の治療比較
/* =================================== */
#lp_implant .compare {
  background-color: #D9D9D9;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare {
    padding: 55px 0;
  }
}

#lp_implant .compare__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__ttl {
    margin-bottom: 55px;
  }
}

#lp_implant .compare__ttl .strong {
  display: inline;
  color: #fff;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__ttl .strong {
    font-size: 28px;
  }
}

#lp_implant .compare__ttl .blue {
  background-color: #034DA4;
}

#lp_implant .compare__ttl .orange {
  background-color: #FFAA00;
}

#lp_implant .compare__ttl .space {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__ttl .space {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#lp_implant .compare__ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #034DA4;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#lp_implant .compare__cont {
  border: 6px solid #C6C6C6;
  background-color: #fff;
  padding: 50px 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__cont {
    border-width: 3px;
    padding: 25px 15px 0;
  }
}

#lp_implant .compare__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__media {
    display: block;
    margin-bottom: 40px;
  }
}

#lp_implant .compare__media-body {
  width: 317px;
  margin-right: 40px;
}

#lp_implant .compare__media-body figure {
  text-align: center;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__media-body {
    width: 100%;
    margin: 0 auto;
  }

  #lp_implant .compare__media-body figure {
    margin: 20px auto;
  }
}

#lp_implant .compare__media-label {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__media-label {
    width: 50px;
  }
}

#lp_implant .compare__media-ttl {
  display: inline-block;
  color: #433932;
  vertical-align: middle;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__media-ttl {
    padding-left: 8px;
  }
}

#lp_implant .compare__media-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#lp_implant .compare__media-desc h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

#lp_implant .compare__media-desc h4::before {
  content: "■";
}

@media screen and (max-width: 768px) {
  #lp_implant .compare__media-desc h4 {
    font-size: 16px;
  }
}

#lp_implant .compare__media-desc--merit h4 {
  color: #FFAA00;
  border-bottom: 1px solid #FFAA00;
}

#lp_implant .compare__media-desc--demerit {
  margin-top: 20px;
}

#lp_implant .compare__media-desc--demerit h4 {
  color: #353591;
  border-bottom: 1px solid #353591;
}

/* =================================== */
/*	お支払いについて
/* =================================== */
#lp_implant .payment-bg {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 576px) {
  #lp_implant .payment-bg {
    padding: 40px 0 0;
  }
}

#lp_implant .payment-bg::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/lp_implant/payment_img_01.jpg) no-repeat right top/cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 576px) {
  #lp_implant .payment-bg::after {
    width: 100%;
    height: 200px;
    position: relative;
    top: auto;
    bottom: 0;
    margin-top: 20px;
  }
}

#lp_implant .payment {
  position: relative;
}

#lp_implant .payment__ttl {
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 65px;
  position: relative;
}

#lp_implant .payment__ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #3C83D5;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #lp_implant .payment__ttl {
    margin-bottom: 45px;
  }

  #lp_implant .payment__ttl::after {
    bottom: -15px;
  }
}

#lp_implant .payment__body {
  margin-right: calc(50% + 40px);
}

@media screen and (max-width: 576px) {
  #lp_implant .payment__body {
    margin-right: auto;
  }
}

#lp_implant .payment__txt {
  text-align: justify;
}

/* ====================================================================== */
/*	LPページ　CAD/CAM冠
/* ====================================================================== */
/* =================================== */
/*	CAD/CAM冠　共通レイアウト
/* =================================== */
#lp_cad_cam {
  color: #633C27;
}

#lp_cad_cam figure {
  margin-bottom: 0;
}

/* =================================== */
/*	メインビジュアル
/* =================================== */
#lp_cad_cam .mv {
  width: 100%;
  background-color: #F9FFFF;
  overflow: hidden;
  height: auto;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  #lp_cad_cam .mv {
    height: 780px;
  }
}

@media screen and (min-width: 1500px) {
  #lp_cad_cam .mv__picture {
    height: auto;
  }

  #lp_cad_cam .mv__picture img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .mv {
    height: 95vw;
  }
}

#lp_cad_cam .mv__catch {
  max-width: 457px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .mv__catch {
    width: 90%;
    max-width: 380px;
    text-align: center;
    top: 66%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#lp_cad_cam .mv__lead {
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 15px white;
}

#lp_cad_cam .mv__lead .strong {
  font-size: 55px;
  color: #F59B00;
}

#lp_cad_cam .mv__lead .middle {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .mv__lead {
    font-size: 20px;
  }

  #lp_cad_cam .mv__lead .strong {
    font-size: 36px;
  }

  #lp_cad_cam .mv__lead .middle {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .mv__lead {
    font-size: 20px;
  }

  #lp_cad_cam .mv__lead .strong {
    font-size: 28px;
  }

  #lp_cad_cam .mv__lead .middle {
    font-size: 24px;
  }
}

#lp_cad_cam .mv__ttl {
  display: inline-block;
  background-color: rgba(31, 163, 172, 0.35);
  font-size: 55px;
  padding: 0 38px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .mv__ttl {
    font-size: 36px;
    padding: 0 20px;
  }
}

/* =================================== */
/*	1つでも当てはまる方は、お気軽にご相談ください。
/* =================================== */
#lp_cad_cam .check {
  background: url(../images/lp_cad_cam/bg_texture_01.jpg) no-repeat center center/cover;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check {
    padding: 50px 0;
  }
}

#lp_cad_cam .check__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  #lp_cad_cam .check__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

#lp_cad_cam .check__item {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #lp_cad_cam .check__item {
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check__item {
    width: 220px;
    height: 220px;
    margin: 5px;
  }
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .check__item {
    width: 145px;
    height: 145px;
  }
}

#lp_cad_cam .check__item-inner {
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check__item-inner {
    width: calc(100% - 10px);
  }
}

#lp_cad_cam .check__item-text {
  font-size: 1.125rem;
  line-height: 1.66;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

#lp_cad_cam .check__item-text .strong {
  color: #F59B00;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check__item-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .check__item-text {
    font-size: 12px;
    margin-top: 5px;
  }
}

#lp_cad_cam .check__item-label {
  font-size: 35px;
  line-height: 1;
  color: #1FA3AC;
  text-align: center;
}

#lp_cad_cam .check__item-label span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check__item-label {
    font-size: 28px;
  }

  #lp_cad_cam .check__item-label span {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  #lp_cad_cam .check__item-label {
    font-size: 20px;
  }

  #lp_cad_cam .check__item-label span {
    font-size: 9px;
  }
}

#lp_cad_cam .check__lead {
  font-size: 1.25rem;
  max-width: 630px;
  background-color: #F9C366;
  padding: 0 55px;
  text-align: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .check__lead {
    font-size: 1rem;
    padding: 0 10px;
    margin-top: 25px;
  }
}

/* =================================== */
/*	イントロ
/* =================================== */
#lp_cad_cam .intro-bg {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}

#lp_cad_cam .intro-bg::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/lp_cad_cam/intro_bg.jpg) no-repeat right top/cover;
  position: absolute;
  top: 0;
  left: 0px;
}

@media screen and (max-width: 1100px) {
  #lp_cad_cam .intro-bg {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .intro-bg::before {
    display: none;
  }
}

#lp_cad_cam .intro {
  position: relative;
}

#lp_cad_cam .intro__body {
  margin-left: calc(50% + 30px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .intro__body {
    margin-left: 0;
  }
}

#lp_cad_cam .intro__lead {
  text-align: justify;
  color: #F59B00;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .intro__lead {
    text-align: center;
  }
}

#lp_cad_cam .intro__txt {
  line-height: 1.5;
  text-align: justify;
}

#lp_cad_cam .intro__txt .marker {
  display: inline;
  background-color: rgba(245, 155, 0, 0.28);
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .intro__txt {
    line-height: 2.2;
  }
}

/* =================================== */
/*	CAD/CAM冠について
/* =================================== */
#lp_cad_cam .heading-area {
  background-color: #1FA3AC;
  padding: 40px 20px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .heading-area {
    padding: 35px 20px;
  }
}

#lp_cad_cam .heading-area h2 {
  color: #fff;
}

#lp_cad_cam .about {
  position: relative;
}

#lp_cad_cam .about__bg {
  background-color: #FBFAF6;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about__bg {
    padding: 30px 0 50px;
  }
}

#lp_cad_cam .about__ttl {
  display: block;
  color: #F59B00;
  border-left: 5px solid #F59B00;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about__ttl {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

#lp_cad_cam .about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about-box {
    margin-top: 30px;
  }
}

#lp_cad_cam .about-box__inner {
  padding: 30px 35px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about-box__inner {
    padding: 15px;
  }
}

#lp_cad_cam .about-box__ttl {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #1FA3AC;
  text-align: center;
  padding: 12px 20px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about-box__ttl {
    padding: 12px 10px;
  }
}

#lp_cad_cam .about-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#lp_cad_cam .about-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about-media {
    display: block;
  }
}

#lp_cad_cam .about-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

#lp_cad_cam .about-media__body--reverse {
  margin-right: 0;
  margin-left: 30px;
}

#lp_cad_cam .about-media__ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .about-media__figure {
    text-align: center;
    margin: 10px auto 0;
  }

  #lp_cad_cam .about-media__body {
    margin-right: auto;
    margin-left: auto;
  }

  #lp_cad_cam .about-media__body--reverse {
    margin-right: auto;
    margin-left: auto;
  }

  #lp_cad_cam .about-media__ttl {
    margin-bottom: 10px;
  }
}

/* =================================== */
/*	CAD/CAM冠の特徴
/* =================================== */
#lp_cad_cam .feature {
  width: 100%;
  background: url(../images/lp_cad_cam/bg_texture_02.jpg) repeat center center/cover;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .feature {
    padding: 30px 0 50px;
  }
}

#lp_cad_cam .feature__ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

#lp_cad_cam .feature__ttl .strong {
  color: #F59B00;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .feature__ttl .strong {
    font-size: 40px;
  }
}

#lp_cad_cam .feature-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -37px;
  margin-bottom: -70px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .feature-cards {
    display: block;
    margin: 0 auto -70px;
  }
}

#lp_cad_cam .feature-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.7%;
  margin-right: 37px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .feature-card {
    width: 95%;
    max-width: 355px;
    height: auto;
    margin: 0 auto 70px;
  }
}

#lp_cad_cam .feature-card__label {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}

#lp_cad_cam .feature-card__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

#lp_cad_cam .feature-card__body>figure {
  width: 100%;
  height: auto;
  -moz-text-align-last: left;
  text-align-last: left;
  position: relative;
}

#lp_cad_cam .feature-card__body>figure::after {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background-color: #D4D9D8;
  position: absolute;
  bottom: -10px;
  right: 0;
}

#lp_cad_cam .feature-card__body>figure>img {
  display: inline-block;
  width: calc(100% - 10px);
  height: auto;
  position: relative;
  z-index: 1;
}

#lp_cad_cam .feature-card__body h5 {
  text-align: center;
  font-size: 1.25rem;
  color: #F59B00;
  margin-top: 20px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .feature-card__body h5 {
    font-size: 1.125rem;
    margin-top: 16px;
    margin-bottom: 5px;
  }
}

#lp_cad_cam .feature-card__body p {
  font-size: 0.875rem;
  line-height: 1.57;
  text-align: justify;
}

/* =================================== */
/*	銀歯を白い歯にしたら・・・？
/* =================================== */
#lp_cad_cam .note-bg {
  width: 100%;
  background-color: #E8E8E8;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #lp_cad_cam .note-bg {
    padding: 40px 0;
  }
}

#lp_cad_cam .note-bg::before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: url(../images/lp_cad_cam/note_bg.jpg) no-repeat left center/cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .note-bg::before {
    display: none;
  }
}

#lp_cad_cam .note {
  position: relative;
}

#lp_cad_cam .note__ttl {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .note__ttl {
    text-align: center;
    margin-bottom: 15px;
  }
}

#lp_cad_cam .note__body {
  position: relative;
  margin-right: 50%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .note__body {
    margin-right: 0;
  }
}

#lp_cad_cam .note__txt {
  text-align: justify;
}

/* =================================== */
/*	CAD/CAM治療の流れ
/* =================================== */
#lp_cad_cam .flow {
  position: relative;
}

#lp_cad_cam .flow__bg {
  background-color: #FBFAF6;
  padding: 60px 0 100px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow__bg {
    padding: 30px 0 50px;
  }
}

#lp_cad_cam .flow-item {
  padding-left: 130px;
  padding-bottom: 50px;
  position: relative;
}

#lp_cad_cam .flow-item:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item {
    padding-left: 70px;
  }
}

#lp_cad_cam .flow-item::after {
  content: "";
  display: inline-block;
  width: 91px;
  height: 22px;
  background: url(../images/lp_cad_cam/arrow.png) no-repeat center center/contain;
  vertical-align: middle;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item::after {
    width: 54px;
    height: 12px;
    bottom: 15px;
  }
}

#lp_cad_cam .flow-item:last-of-type::after {
  display: none;
}

#lp_cad_cam .flow-item__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item__label {
    width: 55px;
  }
}

#lp_cad_cam .flow-item__line {
  width: 1px;
  height: calc(100% + 1em);
  position: absolute;
  top: 1em;
  left: 47px;
  z-index: 0;
  border-right: 2px dashed #1FA3AC;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item__line {
    left: 27px;
  }
}

#lp_cad_cam .flow-item__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item__media {
    display: block;
  }

  #lp_cad_cam .flow-item__media figure {
    margin: 10px auto 0;
    text-align: center;
  }
}

#lp_cad_cam .flow-item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item__body {
    margin: 0 auto;
  }
}

#lp_cad_cam .flow-item__ttl {
  color: #1FA3AC;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .flow-item__ttl {
    margin-bottom: 10px;
  }
}

/* =================================== */
/*	ご自身に合ったかぶせ物を選びましょう
/* =================================== */
#lp_cad_cam .select {
  background: url(../images/lp_cad_cam/select_bg.jpg) no-repeat center center/cover;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .select {
    padding: 40px 0;
  }
}

#lp_cad_cam .select__ttl {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .select__ttl {
    margin-bottom: 15px;
  }
}

#lp_cad_cam .select__sub-ttl {
  text-align: center;
  line-height: 1;
  color: #1FA3AC;
}

#lp_cad_cam .select__box {
  padding: 35px;
  background-color: rgba(248, 246, 238, 0.93);
}

@media screen and (max-width: 768px) {
  #lp_cad_cam .select__box {
    padding: 20px;
  }
}

/* ====================================================================== */
/*	LPページ　口腔外科
/* ====================================================================== */
.oralsurgery .header-wrapper {
  height: 106px;
}

.oralsurgery .header-nav__list>li>a {
  color: #000;
  text-shadow: none;
}

.oralsurgery .header-contact .tel a p {
  color: #000;
  text-shadow: none;
}

.oralsurgery .site-name {
  display: block;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: 2px;
}

.oralsurgery .header-logo {
  margin-top: -11px;
}

.oralsurgery .header-logo>a img {
  width: 290px;
  max-width: 290px;
}

.oralsurgery #btn-fix {
  display: none;
}

#lp_surgery {
  letter-spacing: 0.3px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #lp_surgery .anime {
    opacity: 1;
    transform: translateY(0);
  }
}

#lp_surgery .wrapper01 {
  max-width: 1240px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #lp_surgery .wrapper01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#lp_surgery .wrapper02 {
  max-width: 1320px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #lp_surgery .wrapper02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#lp_surgery .main-ttl {
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 3px;
}

#lp_surgery .main-ttl .ja {
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .main-ttl .ja {
    font-size: 30px;
  }
}

#lp_surgery .main-ttl .en {
  font-size: 25px;
  display: block;
  font-family: "Noto Serif", "Times New Roman", Times, serif;
}

@media screen and (max-width: 768px) {
  #lp_surgery .main-ttl .en {
    font-size: 20px;
  }
}

#lp_surgery .mv {
  position: relative;
  background: url(../images/oralsurgery/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 555px;
  margin-top: 106px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv {
    margin-top: 68px;
    height: calc(100svh - 68px);
    background: url(../images/oralsurgery/mv-sp.jpg) no-repeat bottom;
    background-size: cover;
  }
}

#lp_surgery .mv .txt {
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .txt {
    top: 24%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

#lp_surgery .mv .txt h2 {
  letter-spacing: 5px;
  font-size: 51px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .txt h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.4;
  }
}

#lp_surgery .mv .txt h2 span {
  font-size: 68px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .txt h2 span {
    font-size: 34px;
  }
}

#lp_surgery .mv .txt .en {
  font-family: "Noto Serif", "Times New Roman", Times, serif;
  font-size: 42px;
  color: #fff;
  letter-spacing: 7px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .txt .en {
    font-size: 22px;
    letter-spacing: 5px;
  }
}

#lp_surgery .mv .mv-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .mv-feature {
    margin-top: 15px;
  }
}

#lp_surgery .mv .mv-feature .item {
  background: #AC9960;
  width: 236px;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  #lp_surgery .mv .mv-feature .item {
    width: 50%;
    font-size: 16px;
  }
}

#lp_surgery .mv .mv-feature .item:last-of-type {
  background: #fff;
  outline: 1px solid #000000;
  color: #000000;
}

#lp_surgery .surgery-trouble {
  background: url(../images/oralsurgery/trouble-bg.jpg);
  background-size: cover;
  padding: 85px 0 80px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble {
    padding: 40px 0 40px;
    background-position: 89%;
  }
}

#lp_surgery .surgery-trouble .wrapper {
  max-width: 1080px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#lp_surgery .surgery-trouble .wrapper .ttl {
  text-align: center;
  font-size: 45px;
  letter-spacing: 3px;
  color: #12244C;
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .ttl {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

#lp_surgery .surgery-trouble .wrapper .ttl span {
  position: absolute;
  top: -25px;
  left: 50%;
  line-height: 1.1;
  color: #EDF0F5;
  letter-spacing: 16px;
  font-size: 111px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lora", serif;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .ttl span {
    font-size: 50px;
    letter-spacing: 10px;
    top: 14px;
  }
}

#lp_surgery .surgery-trouble .wrapper .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

#lp_surgery .surgery-trouble .wrapper .list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

#lp_surgery .surgery-trouble .wrapper .list ul li {
  background: #fff;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  position: relative;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .list ul li {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 0 12px;
    padding-left: 55px;
    height: auto;
  }
}

#lp_surgery .surgery-trouble .wrapper .list ul li::before {
  content: "";
  background: url(../images/oralsurgery/check.jpg);
  width: 55px;
  height: 55px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble .wrapper .list ul li::before {
    width: 44.4px;
    height: 44.4px;
  }
}

#lp_surgery .surgery-trouble-message {
  background: #12244C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  padding: 70px 0 100px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble-message {
    padding: 30px 0 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}

#lp_surgery .surgery-trouble-message p {
  text-align: center;
  font-size: 35px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-trouble-message p {
    font-size: 23px;
  }
}

#lp_surgery .surgery-about {
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-about {
    padding: 40px 0 40px;
  }
}

#lp_surgery .surgery-about .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-about .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}

#lp_surgery .surgery-about .contents .img {
  width: 545px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-about .contents .img {
    width: 100%;
  }
}

#lp_surgery .surgery-about .contents .img::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #1d1c1b;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-about .contents .img::after {
    top: 6px;
    right: 6px;
  }
}

#lp_surgery .surgery-about .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#lp_surgery .surgery-feature .ttl-wrap {
  background: url(../images/medical/oralsurgery/feature-bg.jpg);
  padding: 80px 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .ttl-wrap {
    padding: 40px 0 40px;
  }
}

#lp_surgery .surgery-feature .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#lp_surgery .surgery-feature .contents .item .img {
  width: 602px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item .img {
    width: 100%;
  }
}

#lp_surgery .surgery-feature .contents .item .txt-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item .txt-wrap {
    padding: 40px 20px;
  }
}

#lp_surgery .surgery-feature .contents .item .txt-wrap h4 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item .txt-wrap h4 {
    font-size: 23px;
  }
}

#lp_surgery .surgery-feature .contents .item .txt-wrap .txt {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item .txt-wrap .txt {
    margin-top: 15px;
    padding-top: 15px;
  }
}

#lp_surgery .surgery-feature .contents .item .txt-wrap .num {
  position: absolute;
  font-size: 121px;
  font-family: "Noto Serif", "Times New Roman", Times, serif;
  color: #EEEBDF;
  left: -5px;
  top: 0;
  line-height: 0.7;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item .txt-wrap .num {
    font-size: 70px;
  }
}

#lp_surgery .surgery-feature .contents .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-feature .contents .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#lp_surgery .surgery-feature .contents .item.rvs .txt-wrap {
  background: #AC9960;
  color: #fff;
}

#lp_surgery .surgery-feature .contents .item.rvs .txt-wrap .txt {
  border-top: 1px solid #fff;
}

#lp_surgery .surgery-feature .contents .item.rvs .txt-wrap .num {
  color: #BCAD7F;
  right: -5px;
  left: auto;
}

#lp_surgery .surgery-treatment {
  background: #12244C;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment {
    padding: 40px 0;
  }
}

#lp_surgery .surgery-treatment .ttl {
  text-align: center;
  font-size: 45px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

#lp_surgery .surgery-treatment .ttl span {
  position: absolute;
  top: -25px;
  left: 50%;
  line-height: 1.1;
  color: #2A3A5E;
  letter-spacing: 16px;
  font-size: 111px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lora", serif;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .ttl span {
    font-size: 40px;
    letter-spacing: 8px;
    top: -10px;
  }
}

#lp_surgery .surgery-treatment .contents .item {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item {
    padding: 20px;
  }
}

#lp_surgery .surgery-treatment .contents .item:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

#lp_surgery .surgery-treatment .contents .item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#lp_surgery .surgery-treatment .contents .item .flex .img {
  width: 415px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .flex .img {
    width: 100%;
  }
}

#lp_surgery .surgery-treatment .contents .item .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .flex .txt {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#lp_surgery .surgery-treatment .contents .item .flex .txt h4 {
  background: #12244C;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  padding: 10px 20px 11px;
  margin-bottom: 15px;
  line-height: 1.4;
  border-left: 8px solid #AC9960;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .flex .txt h4 {
    font-size: 22px;
  }
}

#lp_surgery .surgery-treatment .contents .item .well {
  background: #E1E7EF;
  padding: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .well {
    margin-top: 20px;
    padding: 20px;
  }
}

#lp_surgery .surgery-treatment .contents .item .well h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .well h5 {
    font-size: 18px;
    text-align: center;
    display: inherit;
  }
}

#lp_surgery .surgery-treatment .contents .item .well h5::before,
#lp_surgery .surgery-treatment .contents .item .well h5::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {

  #lp_surgery .surgery-treatment .contents .item .well h5::before,
  #lp_surgery .surgery-treatment .contents .item .well h5::after {
    display: none;
  }
}

#lp_surgery .surgery-treatment .contents .item .well h5::before {
  margin-right: 1rem;
}

#lp_surgery .surgery-treatment .contents .item .well h5::after {
  margin-left: 1rem;
}

#lp_surgery .surgery-treatment .contents .item .implant-bnr {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-treatment .contents .item .implant-bnr {
    margin-top: 20px;
  }
}

#lp_surgery .surgery-treatment .contents .item .implant-bnr a {
  max-width: 880px;
  width: 100%;
  display: inline-block;
}


#lp_surgery .surgery-doctor .ttl-wrap {
  background: url(../images/medical/oralsurgery/doctor-bg.jpg);
  padding: 80px 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .ttl-wrap {
    padding: 40px 0;
  }
}

#lp_surgery .surgery-doctor .contents {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents {
    padding: 40px 0;
  }
}

#lp_surgery .surgery-doctor .contents::before {
  background: #AC9960;
  width: 917px;
  height: 411px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents::before {
    width: 300px;
    height: 180px;
  }
}

#lp_surgery .surgery-doctor .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 27px;
  }
}

#lp_surgery .surgery-doctor .contents .flex .img {
  width: 456px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex .img {
    width: 100%;
  }
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .name {
  font-size: 29px;
  font-weight: normal;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex .txt-wrap .name {
    font-size: 26px;
  }
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .name span {
  background: #AC9960;
  color: #fff;
  font-size: 18px;
  padding: 1px 16px 3px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-top;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex .txt-wrap .name span {
    font-size: 14px;
    display: table;
  }
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .name small {
  font-size: 16px;
  font-family: "Noto Serif", "Times New Roman", Times, serif;
  letter-spacing: 4px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex .txt-wrap .name small {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .txt span {
  display: block;
  padding-bottom: 10px;
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .career {
  padding: 20px 30px;
  background: #F5F3EB;
  margin-top: 20px;
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .career h4 {
  font-weight: normal;
  color: #AC9960;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #AC9960;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .career ul li {
  font-size: 14px;
  line-height: 1.8;
}

#lp_surgery .surgery-doctor .contents .flex .txt-wrap .career ul li::before {
  color: #AC9960;
}

#lp_surgery .surgery-doctor .contents .flex .img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

#lp_surgery .surgery-doctor .contents .flex .img::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #1d1c1b;
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-doctor .contents .flex .img::after {
    top: 6px;
    left: 6px;
  }
}

#lp_surgery .surgery-contact {
  padding: 50px 0 60px;
  background: url(../images/medical/oralsurgery/contact-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact {
    padding: 40px 0 40px;
  }
}

#lp_surgery .surgery-contact .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif", "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .ttl {
    font-size: 34px;
  }
}

#lp_surgery .surgery-contact .ttl::before,
#lp_surgery .surgery-contact .ttl::after {
  content: "";
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

#lp_surgery .surgery-contact .ttl::before {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .ttl::before {
    margin-right: 1rem;
  }
}

#lp_surgery .surgery-contact .ttl::after {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .ttl::after {
    margin-left: 1rem;
  }
}

#lp_surgery .surgery-contact .contents {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents {
    padding: 20px;
  }
}

#lp_surgery .surgery-contact .contents h4 {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents h4 {
    font-size: 24px;
  }
}

#lp_surgery .surgery-contact .contents .items {
  gap: 38px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents .items {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    height: auto;
    gap: 15px;
  }
}

#lp_surgery .surgery-contact .contents .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-weight: normal;
}

#lp_surgery .surgery-contact .contents .items .tel {
  background: #E1E7EF;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents .items .tel {
    padding: 15px 0;
  }
}

#lp_surgery .surgery-contact .contents .items .tel p {
  font-size: 20px;
  line-height: 1.2;
}

#lp_surgery .surgery-contact .contents .items .tel p span {
  font-size: 45px;
  display: block;
  color: #12244C;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents .items .tel p span {
    font-size: 32px;
  }
}

#lp_surgery .surgery-contact .contents .items .rsv {
  background: #12244C;
  color: #FFFFFF;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents .items .rsv {
    font-size: 20px;
    padding: 12px 0 15px;
  }
}

#lp_surgery .surgery-contact .contents .items .rsv span {
  font-size: 40px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #lp_surgery .surgery-contact .contents .items .rsv span {
    font-size: 30px;
  }
}

/*# sourceMappingURL=lp_style.css.map */

/* ====Commitment 当院が国産インプラントに<br>こだわる理由=======*/
#lp_implant .commitment h2 {
  writing-mode: vertical-rl; 
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  background-color: #00244E;
  color: white;
  letter-spacing: 10px;
  align-items: center;
  position: relative;
  display: inline-block;
  padding: 50px 10px 50px 15px;
}

#lp_implant .commitment h2 span {
  font-size: 50px;
  color: #F59B00;
}

#lp_implant .commitment__cont {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}

#lp_implant .commitment__cont p {
  margin:  auto 0;
  color: white;
  max-width: 740px;
  line-height: 1.875;
}

#lp_implant .commitment h2::before,
#lp_implant .commitment h2::after {
  content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

#lp_implant .commitment h2::before {
    left: 0px;
}

#lp_implant .commitment h2::after {
    right: 0;
}

#lp_implant .commitment {
    background: url(../images/lp_implant/commitment_bg.jpg) no-repeat center center / cover; 
}

@media screen and (max-width: 768px)  {
  #lp_implant .commitment h2 {
    font-size: 26px;
    line-height: 1.2;
    padding: 50px 10px;
  }
  #lp_implant .commitment h2 span {
    font-size: 26px;
  }
  #lp_implant .commitment__cont p {
    padding: 40px 5%;
  }
}

/* =======merit国産インプラントのメリット=========== */
#lp_implant .merit h2 span {
  font-size: 58px;
  color: #034DA4;
} 
#lp_implant .merit h2 {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#lp_implant .merit h2::after {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background-color: #034DA4;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#lp_implant .merit {
    padding: 100px 0;
    background: url(../images/lp_implant/merit_bg.jpg) no-repeat center center / cover; 
}
#lp_implant .merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  gap: 60px;
}
#lp_implant .merit__list li {
  background-color: #01428F;
  padding: 40px;
  color: white;
}
#lp_implant .merit h3 {
  text-align: center;
  padding: 13px 0;
}
#lp_implant .merit__list li p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #lp_implant .merit h2 span {
    font-size: 42px;
  }
  #lp_implant .merit {
    padding: 40px 0;
  }
  #lp_implant .merit h2 {
    margin-bottom: 70px;
  }
  #lp_implant .merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  #lp_implant .merit__list li {
    padding: 20px;
  }
}
/* =========reson京セラインプラントを採用している理由========== */
#lp_implant .reason h2 {
    writing-mode: vertical-rl;
    font-size: 38px;
    font-weight: 600;
    color: white;
    letter-spacing: 10px;
    align-items: center;
    position: relative;
    display: inline-block;
    padding: 50px 10px 50px 15px;
}
#lp_implant .reason {
    padding: 40px 0;
    background: url(../images/lp_implant/reason_bg.jpg) no-repeat center center / cover; 
}
#lp_implant .reason__cont {
  display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
}
#lp_implant .reason__cont p {
    margin: auto 0;
    color: white;
    max-width: 880px;
    line-height: 1.875;
}
 #lp_implant .spnone {
  display: inline;
 }
 #lp_implant .mv__point-item .mv__point-item3 {
  margin-top: 18px;
 }
@media screen and (max-width: 768px) {
  #lp_implant .reason h2 {
    font-size: 26px;
    writing-mode: horizontal-tb;
    order: 0;
    letter-spacing: 0.02em;
    padding: 20px 0 0;
    margin-bottom: 50px;
    text-align: center;
  }
  #lp_implant h2 {
    font-weight: 600;
  }
  #lp_implant .reason__cont p{
    order: 1;
    margin: 0 auto 10px;
    width: 90%;
  }
  #lp_implant .reason h2::after {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #lp_implant .spnone {
    display: none;
  }
  #lp_implant .reason__cont {
        flex-direction: column;
  }
  #lp_implant .mv__point-item .mv__point-item2-p {
    margin-top: -20px;
  }
  #lp_implant .mv__point-item .mv__point-item3 {
    height: 30px;
    margin-top: 6px;
  }
  #lp_implant .mv__point-item .mv__point-item3-p {
    margin-top: 2px;
  }
  
}