@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  インプラント治療

---------------------------------*/
.implant {
  padding-bottom: 0;
}
.implant section .wrap .txt {
  flex-basis: 50%;
}
/*---------------------------------
リード文
---------------------------------*/
#readtxt {
  padding: 0 !important;
}
#readtxt .wrap {
  background: var(--bg-col);
  border-radius: 1rem;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #readtxt .wrap {
    padding: 2rem;
  }
}
/*---------------------------------
特徴
---------------------------------*/
#feature .wrap ._flex figure {
  flex-basis: 48%;
}
#feature .wrap .txt {
  background: var(--bg-col);
  border-radius: 1rem;
  margin: 3rem 0 0;
  padding: 4rem;
}
#feature .txt ul {
  display: flex;
  flex-wrap: wrap;
}
#feature .txt ul li {
  flex-basis: 50%;
  padding-left: 3rem;
}
#feature .txt ul li::before {
  background: url("../images/i_check.svg") no-repeat center/contain;
  top: 0rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #feature .wrap .txt {
    padding: 2rem;
  }
}
/*---------------------------------
インプラント専門医とは
---------------------------------*/
#specialist {
  padding: 15rem 0 !important;
  position: relative;
  color: #fff;
}
#specialist::before {
  border: 1px solid #fff;
  border-left: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: calc(100% - 5rem);
  width: calc(95% - 2.5rem);
  z-index: 1;
}
#specialist::after {
  background: #78714C;
  background: url("../implant/images/bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  z-index: 0;
}
#specialist .wrap {
  position: relative;
  z-index: 2;
}
#specialist .wrap .txt ul {
  background: var(--bg-col);
  border-radius: 1rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem auto;
  padding: 3rem 3rem 2rem;
}
#specialist .wrap .txt ul li {
  border-bottom: 1px dashed var(--co-gol);
  flex-basis: 48%;
  font-weight: 500;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  margin: 0 0 1.2rem;
}
#specialist .wrap .txt ul li::before {
  background: url("../images/i_check.svg") no-repeat center/contain;
  top: .1rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #specialist::before {
    height: calc(100% - 3rem);
    width: calc(98% - 1.5rem);
  }
  #specialist::after {
    width: 98%;
  }
}
@media screen and (max-width: 896px) {
  #specialist {
    padding: 5rem 0 !important;
  }
  #specialist::before {
    width: calc(100% - 1.5rem);
  }
  #specialist::after {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------
インプラント治療とは
---------------------------------*/
#about .wrap {
  /*background: var(--bg-col);
  border-radius: 1rem;
  max-width: 124rem;
  padding: 7rem;*/
}
#about .wrap ._flex {
  align-items: center;
}
#about .wrap figure {
  border-radius: 1rem;
  flex-basis: 30%;
  overflow: hidden;
}
#about .wrap .txt {
  font-size: 1.1em;
  flex-basis: 65%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
メリット・デメリット
---------------------------------*/
#merit {
  background: var(--bg-col);
}
#merit .txt {
  flex-basis: 45%;
}
#merit .txt ul li {
  font-size: 1.2em;
}
#merit .txt ul li::before {
  top: .7rem;
}
#merit .txt._merit h3 {
  background: var(--co-gol-h);
  color: #fff;
}
#merit .txt._demerit h3 {
  background: #7a7770;
  color: #fff;
}
#merit .txt h3 span {
  background-size: 3rem;
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 4rem;
}
#merit .txt._merit h3 span {
  background-image: url("../images/i_maru.svg");
}
#merit .txt._demerit h3 span {
  background-image: url("../images/i_x.svg");
}
#merit .txt._demerit ul li::before {
  background: #ccc;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
違い
---------------------------------*/
#distinction {
  background: #3C5853;
}
#distinction .wrap {
  background: #fff;
  border-radius: 1rem;
  max-width: 130rem;
  padding: 7.5rem;
}
#distinction ._flex .__box {
  flex-basis: 47%;
}
#distinction ._flex .__box figure {
  aspect-ratio: 2/1;
}
#distinction ._flex .__box figure img {
  object-fit: contain;
  widows: 100%;
  height: 100%;
}
#distinction ._flex .__box .txt h3 {
  text-align: center;
}
#distinction ._flex .__box .txt .meritBox {
  margin-top: 3rem;
}
#distinction ._flex .__box .txt h4 {
  background-size: 3rem;
  background-position: center left;
  background-repeat: no-repeat;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: .1rem 0;
  padding-left: 3.5rem;
}
#distinction ._flex .__box .txt p {
  min-height: 6em;
}
#distinction ._flex .__box .txt ._merit h4 {
  background-image: url("../images/i_maru_c.svg");
  color: var(--co-gol-h);
}
#distinction ._flex .__box .txt ._merit ul {
  min-height: 9em;
}
#distinction ._flex .__box .txt ._demerit h4 {
  background-image: url("../images/i_x_c.svg");
  color: #7a7770;
}
#distinction ._flex .__box .txt ._demerit ul li::before {
  background: #ccc;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #distinction .wrap {
    padding: 2.5rem;
  }
}
/*---------------------------------
流れ
---------------------------------*/
#flow {}
/*---------------------------------
骨造成
---------------------------------*/
#gbr {
  background: var(--bg-col);
}
#gbr ._flex {
  align-items: flex-start;
  margin-top: 5rem;
}
#gbr .txt h3 {
  background: #e0e8ee;
}
#gbr .txt dl + dl {
  margin-top: 3rem;
}
#gbr .txt dl dt {
  color: var(--co-gol);
  font-size: 1.2em;
  font-weight: 600;
  word-break: break-all;
}
#gbr .txt dl dd {}
#gbr .txt._case {
  background: #fff;
  border-radius: 1rem;
  flex-basis: 45%;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #gbr .txt dl + dl {
    margin-top: 2rem;
  }
  #gbr .txt._case {
    margin-top: 2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------
アフターケア
---------------------------------*/
#aftercare {
  background: url("../implant/images/aftercara_bg.jpg") no-repeat center bottom/cover;
  padding: 10rem 0 !important;
}
#aftercare .wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 7rem;
}
#aftercare .wrap figure {
  flex-basis: 30%;
}
#aftercare .wrap .txt {
  flex-basis: 65%;
}
#aftercare .wrap .txt p:not(.note) {
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #aftercare {
    padding: 5rem 0 !important;
  }
  #aftercare .wrap {
    padding: 2rem;
  }
  #aftercare .wrap .txt p:not(.note) {
    font-size: 1em;
  }
}