@charset "UTF-8";
/* リキッドな余白 */
/**************************************/
/* -------------------------------------------
 * 共通
 * -------------------------------------------*/
.--implant.menu-c__ttl01 {
  background: #a08d74;
}

.--implant.menu-c__ttl02::before {
  background-color: #5c9fb1;
}

/* -------------------------------------------
 * about intro
 * -------------------------------------------*/
.implant-about__intro {
  display: grid;
  grid-template-columns: 560fr 543fr;
  gap: 0 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-about__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 834px) {
  .implant-about__intro-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

@media (max-width: 834px) {
  .implant-about__intro-body {
    display: contents;
  }
}

.implant-about__intro-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
}
@media (max-width: 834px) {
  .implant-about__intro-title {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.implant-about__intro-text {
  margin-top: 1em;
}
@media (max-width: 834px) {
  .implant-about__intro-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* -------------------------------------------
 * about インプラント認定医
 * -------------------------------------------*/
.implant-about__certified-doctor {
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  background-color: #edf4f8;
  margin-top: clamp(30 * var(--px), 48 / 1680 * 100vw, 48 * var(--px));
  padding-inline: 6.6%;
  padding-block: clamp(30 * var(--px), 61 / 1680 * 100vw, 61 * var(--px)) clamp(30 * var(--px), 66 / 1680 * 100vw, 66 * var(--px));
}

.implant-about__certified-doctor-title {
  font-size: var(--f24);
  color: #a08d74;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #a08d74;
  text-decoration-thickness: calc(1 * var(--px));
  text-underline-offset: 0.5em;
  font-weight: var(--fwn);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.implant-about__certified-doctor-list {
  margin-top: clamp(20 * var(--px), 45 / 1680 * 100vw, 45 * var(--px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0em 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .implant-about__certified-doctor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-about__certified-doctor-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  color: #4a4545;
}
.implant-about__certified-doctor-list > li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4a4545;
  border-radius: 100vmax;
  margin-top: 0.6em;
}

/* -------------------------------------------
 * about 治療ケース
 * -------------------------------------------*/
.implant-about__case-list-item-title {
  color: #a08d74;
  font-size: var(--f20);
  font-weight: var(--fwn);
  margin-block: 0.5em;
  text-align: center;
}

.implant-about__case-list-item-text {
  max-width: calc(323 * var(--px));
  margin-inline: auto;
}

/* -------------------------------------------
 * about インプラント構造
 * -------------------------------------------*/
.implant-about__structure {
  margin-top: clamp(40 * var(--px), 80 / 1680 * 100vw, 80 * var(--px));
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  background-color: #f8f6f1;
  padding-block: clamp(30 * var(--px), 90 / 1680 * 100vw, 90 * var(--px));
  padding-inline: 8.6%;
}
@media (max-width: 834px) {
  .implant-about__structure {
    padding-inline: 5%;
  }
}

.implant-about__structure-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  text-align: center;
  color: #a08d74;
}

.implant-about__structure-lead {
  margin-top: 2em;
  max-width: calc(800 * var(--px));
  margin-inline: auto;
}
@media (max-width: 834px) {
  .implant-about__structure-lead {
    margin-top: 1em;
  }
}

.implant-about__structure-flex {
  margin-top: clamp(30 * var(--px), 65 / 1680 * 100vw, 65 * var(--px));
  display: grid;
  grid-template-columns: 447fr 461fr;
  gap: 0 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-about__structure-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.implant-about__structure-img {
  overflow-x: auto;
}
@media (max-width: 834px) {
  .implant-about__structure-img img {
    width: calc(400 * var(--px));
    display: block;
    height: auto;
    max-width: none;
  }
}

.implant-about__structure-list {
  counter-reset: count;
}
@media (max-width: 834px) {
  .implant-about__structure-list {
    margin-top: calc(20 * var(--px));
  }
}
.implant-about__structure-list > li {
  counter-increment: count;
}
.implant-about__structure-list li + li {
  margin-top: 2em;
}
@media (max-width: 834px) {
  .implant-about__structure-list li + li {
    margin-top: 1em;
  }
}

.implant-about__structure-list-item-title {
  font-size: var(--f20);
  font-weight: var(--fwm);
  text-align: center;
  color: #a08d74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.implant-about__structure-list-item-title .number {
  margin-top: 0.4em;
  border-radius: 100vmax;
  font-family: var(--inter);
  font-size: var(--f14);
  font-weight: var(--fwn);
  text-align: center;
  color: #fff;
  background-color: #a08d74;
  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;
  width: clamp(24 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  height: clamp(24 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.implant-about__structure-list-item-title .number::before {
  content: counter(count, decimal-leading-zero);
}

.implant-about__structure-list-item-txt {
  margin-left: calc(clamp(20 * var(--px), 30 / 1680 * 100vw, 30 * var(--px)) + 0.7em);
}
@media (max-width: 834px) {
  .implant-about__structure-list-item-txt {
    margin-left: 0;
  }
}

/* -------------------------------------------
 * about インプラント治療の流れ
 * -------------------------------------------*/
.implant-about__flow {
  margin-top: clamp(28 * var(--px), 56 / 1680 * 100vw, 56 * var(--px));
}

.implant-about__flow-list {
  margin: clamp(24 * var(--px), 48 / 1680 * 100vw, 48 * var(--px)) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: implant-flow;
  margin-top: 0.3em;
}
@media (max-width: 834px) {
  .implant-about__flow-list {
    margin-top: 0;
  }
}
.implant-about__flow-list > li:not(:first-child) {
  padding-top: clamp(25 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}
.implant-about__flow-list > li:not(:last-child) {
  padding-bottom: clamp(25 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}

.implant-about__flow-item {
  counter-increment: implant-flow;
}

.implant-about__flow-item-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-about__flow-item-head {
    gap: 0.5em;
  }
}

.implant-about__flow-item-body {
  display: grid;
  grid-template-columns: calc(330 * var(--px)) 1fr;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .implant-about__flow-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.implant-about__flow-num {
  width: clamp(32 * var(--px), 45 / 1680 * 100vw, 45 * var(--px));
  height: clamp(32 * var(--px), 45 / 1680 * 100vw, 45 * var(--px));
  border-radius: 100vmax;
  background-color: #a08d74;
  font-family: var(--inter);
  font-size: var(--f18);
  font-weight: var(--fwn);
  line-height: 1;
  color: #fff;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.implant-about__flow-num::before {
  content: counter(implant-flow, decimal-leading-zero);
}

.implant-about__flow-title {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(16 * var(--px), 1.25vw, 21 * var(--px));
  font-weight: var(--fwn);
  line-height: 1.45;
  color: #a08d74;
  max-width: calc(210 * var(--px));
}
@media (max-width: 834px) {
  .implant-about__flow-title {
    max-width: none;
  }
}
.implant-about__flow-title .small {
  font-size: var(--f16);
  line-height: 1.4;
  color: #a08d74;
}

.implant-about__flow-text {
  margin-top: 0.3em;
}

.implant-about__flow-visual-container {
  overflow-x: auto;
}

.implant-about__flow-visual {
  display: grid;
  grid-template-columns: 32.5% 40.6% 15%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(30 * var(--px), 44 / 1680 * 100vw, 44 * var(--px));
}
@media (max-width: 1100px) {
  .implant-about__flow-visual {
    width: calc(850 * var(--px));
  }
}

.implant-about__flow-visual-item-wrap {
  width: 100%;
  position: relative;
}

.implant-about__flow-visual-two-items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.implant-about__flow-visual-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.implant-about__flow-visual .--with-arrow::after {
  content: "";
  position: absolute;
  top: 58%;
  right: -8%;
  width: calc(9 * var(--px));
  height: calc(18 * var(--px));
  background: #a08d74;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .implant-about__flow-visual .--with-arrow {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .implant-about__flow-visual .--with-arrow::after {
    display: none;
  }
}

.implant-about__flow-visual-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.7em 0.5em;
  border-radius: calc(5 * var(--px));
  background-color: #f2f3fc;
  font-size: var(--f18);
  font-weight: var(--fwn);
  line-height: 1.5;
  color: #a08d74;
  text-align: center;
}

p.implant-about__flow-visual-caption {
  font-size: var(--f16);
  font-weight: var(--fwsb);
  line-height: 1.4;
  color: #a08d74;
  text-align: center;
  margin-top: 1em;
}

.implant-about__flow-visual-img {
  height: calc(205 * var(--px));
  width: auto;
  aspect-ratio: 113/205;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.implant-about__flow-visual-img img {
  margin-top: auto;
}

.implant-about__flow-visual-item-wrap:last-child .implant-about__flow-visual-img {
  margin-top: calc(-22 * var(--px));
  height: calc(228 * var(--px));
  width: auto;
  aspect-ratio: 113/228;
}

.implant-about__flow-visual-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: clamp(15 * var(--px), 25 / 1680 * 100vw, 25 * var(--px)) 14.5%;
  border: 1px solid #ddd;
  border-radius: clamp(4 * var(--px), 6 / 1680 * 100vw, 6 * var(--px));
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  grid-template-areas: "item1 item2" "note note";
}
.implant-about__flow-visual-panel .implant-about__flow-visual-item--01 {
  grid-area: item1;
}
.implant-about__flow-visual-panel .implant-about__flow-visual-item--02 {
  grid-area: item2;
}
.implant-about__flow-visual-panel .implant-about__flow-visual-note {
  grid-area: note;
  text-align: center;
}
.implant-about__flow-visual-panel .implant-about__flow-visual-label {
  padding-block: 0.6em;
}
.implant-about__flow-visual-panel .--with-arrow::after {
  top: 62%;
  right: -10%;
}

.implant-about__flow-visual-item-wrap--panel.--with-arrow::after {
  top: 53%;
}

.implant-about__flow-visual-panel-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.65em;
  border-radius: clamp(4 * var(--px), 6 / 1680 * 100vw, 6 * var(--px));
  background-color: #f2f3fc;
  font-size: clamp(14 * var(--px), 0.9523809524vw, 16 * var(--px));
  font-weight: var(--fwn);
  line-height: 1.4;
  color: #a08d74;
}

.implant-about__flow-visual-fig--in-panel {
  max-width: calc(220 * var(--px));
  margin-top: clamp(10 * var(--px), 16 / 1680 * 100vw, 16 * var(--px));
  aspect-ratio: 4/3;
}

.implant-about__flow-visual-panel-captions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10 * var(--px), 20 / 1680 * 100vw, 20 * var(--px));
  width: 100%;
  margin-top: clamp(10 * var(--px), 16 / 1680 * 100vw, 16 * var(--px));
}

.implant-about__flow-visual-panel-caption {
  margin: 0;
  font-size: clamp(13 * var(--px), 0.8630952381vw, 14.5 * var(--px));
  font-weight: var(--fwm);
  line-height: 1.35;
  text-align: center;
  color: #a08d74;
}

.implant-about__flow-visual-note {
  margin: clamp(8 * var(--px), 12 / 1680 * 100vw, 12 * var(--px)) 0 0;
  font-size: var(--f14);
  font-weight: var(--fwn);
  line-height: 1.5;
  color: #999;
}

/* -------------------------------------------
 * about インプラント治療のための設備
 * -------------------------------------------*/
.implant-about__facility {
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  background-color: #f8f6f1;
  padding-block: clamp(30 * var(--px), 77 / 1680 * 100vw, 77 * var(--px)) clamp(30 * var(--px), 61 / 1680 * 100vw, 61 * var(--px));
  padding-inline: 8.6%;
}
@media (max-width: 834px) {
  .implant-about__facility {
    padding-inline: 5%;
  }
}

.implant-about__facility-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  text-align: center;
  color: #a08d74;
}

.implant-about__facility-lead {
  margin-top: 2em;
  max-width: calc(800 * var(--px));
  margin-inline: auto;
}
@media (max-width: 834px) {
  .implant-about__facility-lead {
    margin-top: 1em;
  }
}

.implant-about__facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30 * var(--px), 34 / 1680 * 100vw, 34 * var(--px));
  margin-top: clamp(30 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}
.implant-about__facility-list > li {
  display: grid;
  grid-template-columns: 266fr 659fr;
  gap: 0 3.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-about__facility-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.implant-about__facility-item-title {
  font-size: var(--f20);
  font-weight: var(--fwn);
  color: #a08d74;
}
@media (max-width: 834px) {
  .implant-about__facility-item-title {
    text-align: center;
    margin-top: 0.7em;
    line-height: 1.6;
  }
}

.implant-about__facility-item-text {
  margin-top: 0.6em;
}

/* -------------------------------------------
 * ガイデッドサージェリーシステム
 * -------------------------------------------*/
.implant-about__guided-surgery {
  margin-top: clamp(50 * var(--px), 80 / 1680 * 100vw, 80 * var(--px));
}

.implant-about__section-label {
  font-size: clamp(14 * var(--px), 1.1904761905vw, 20 * var(--px));
  background: #a08d74;
  color: #fff;
  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;
  padding: 0.4em 1.5em;
  line-height: 1.3;
  border-radius: 100vmax;
  margin-inline: auto;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .implant-about__section-label {
    padding-inline: 1em;
  }
}

.implant-about__section-title {
  color: #6370c4;
  font-size: var(--f42);
  font-weight: var(--fwn);
  font-family: var(--notoserif);
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em;
  margin-top: 0.5em;
}
.implant-about__section-title .sub-title {
  font-size: var(--f32);
}

.implant-about__guided-surgery-content {
  margin-top: clamp(25 * var(--px), 70 / 1680 * 100vw, 70 * var(--px));
  display: grid;
  grid-template-columns: 560fr 547fr;
  gap: 0 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-about__guided-surgery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 * var(--px));
  }
}

.implant-about__guided-surgery-copy {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
}
@media (max-width: 834px) {
  .implant-about__guided-surgery-copy {
    text-align: center;
  }
}

.implant-about__guided-surgery-text {
  margin-top: 1em;
}

/* -------------------------------------------
 * 骨再生誘導療法
 * -------------------------------------------*/
.implant-about__gbr {
  margin-top: clamp(50 * var(--px), 80 / 1680 * 100vw, 80 * var(--px));
}

.implant-about__gbr-lead {
  max-width: calc(800 * var(--px));
  margin-inline: auto;
  margin-top: 2em;
}

.implant-about__gbr-list {
  margin-top: clamp(40 * var(--px), 72 / 1680 * 100vw, 72 * var(--px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(20 * var(--px)) 1.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .implant-about__gbr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-about__gbr-list > li {
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  border: solid 1px #ebe7dd;
  padding: clamp(20 * var(--px), 60 / 1680 * 100vw, 60 * var(--px)) 8%;
}
@media (max-width: 834px) {
  .implant-about__gbr-list > li {
    padding-inline: 5%;
  }
}

.implant-about__gbr-item-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  text-align: center;
  color: #a08d74;
}

.implant-about__gbr-item-description-wrap {
  text-align: center;
  margin-top: 0.3em;
}

.implant-about__gbr-item-description {
  font-size: clamp(15 * var(--px), 1.1904761905vw, 20 * var(--px));
  background-image: radial-gradient(circle, #6370c4 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.3em;
  display: inline;
  text-align: center;
  padding-bottom: 0.3em;
}
@media (max-width: 834px) {
  .implant-about__gbr-item-description {
    padding-bottom: 0.4em;
  }
}

.implant-about__gbr-item-img {
  margin-top: clamp(15 * var(--px), 34 / 1680 * 100vw, 34 * var(--px));
  overflow: hidden !important;
}
@media (max-width: 834px) {
  .implant-about__gbr-item-img {
    padding-block: calc(30 * var(--px));
    margin-top: 0;
    overflow: auto !important;
    overflow-x: auto !important;
  }
}
@media (max-width: 834px) {
  .implant-about__gbr-item-img img {
    width: calc(600 * var(--px));
    display: block;
    height: auto;
    max-width: none;
  }
}

.implant-about__gbr-item-text {
  margin-top: 2em;
}
@media (max-width: 834px) {
  .implant-about__gbr-item-text {
    margin-top: 1em;
  }
}

/* -------------------------------------------
 * ブリッジ・義歯・入れ歯 
 * -------------------------------------------*/
.implant-prosthetic__copy {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  text-align: center;
}

.implant-prosthetic__lead {
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 834px) {
  .implant-prosthetic__lead {
    text-align: left;
    margin-top: 1em;
  }
}

.implant-prosthetic__list-item-title {
  font-size: clamp(17 * var(--px), 1.1904761905vw, 20 * var(--px));
  font-weight: var(--fwn);
  line-height: 1.5;
  text-align: center;
  color: #a08d74;
  margin-block: 0.7em 0.3em;
}

/* -------------------------------------------
 * ブリッジ・義歯・入れ歯 詳細（保険適用の入れ歯）
 * -------------------------------------------*/
.implant-prosthetic__detail {
  margin-top: clamp(40 * var(--px), 94 / 1680 * 100vw, 94 * var(--px));
}

.implant-prosthetic__detail-list {
  padding: clamp(30 * var(--px), 68 / 1680 * 100vw, 68 * var(--px)) 5%;
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  background-color: #f8f6f1;
  counter-reset: detail-num 0;
}
.implant-prosthetic__detail-list > li:not(:first-child) {
  padding-top: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}
.implant-prosthetic__detail-list > li:not(:last-child) {
  padding-bottom: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}

.implant-prosthetic__detail-list > li {
  counter-increment: detail-num;
}

.implant-prosthetic__detail-item {
  margin-inline: auto;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.implant-prosthetic__detail-item-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-flex {
    display: contents;
  }
}

@media (max-width: 834px) {
  .implant-prosthetic__detail-item-body {
    display: contents;
  }
}

.implant-prosthetic__detail-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 0.5em;
    text-align: center;
    margin-inline: auto;
    display: grid;
    grid-template: "num border name" "label label label"/min-content -webkit-min-content auto;
    grid-template: "num border name" "label label label"/min-content min-content auto;
  }
}

.implant-prosthetic__detail-item-head--row2 {
  display: grid;
  grid-template: "num border name" "label label label"/min-content -webkit-min-content auto;
  grid-template: "num border name" "label label label"/min-content min-content auto;
}

.implant-prosthetic__detail-item-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  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;
  grid-area: num;
  margin-top: -0.2em;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-num {
    margin-top: 0;
  }
}

.implant-prosthetic__detail-item-num::before {
  content: counter(detail-num, decimal-leading-zero);
  font-family: var(--inter);
  font-size: var(--f35);
  font-weight: 500;
  line-height: 1;
  color: #a08d74;
}

.implant-prosthetic__detail-item-img {
  width: 100%;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .implant-prosthetic__detail-item-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1em;
  }
}

.implant-prosthetic__detail-item-head-border {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(1 * var(--px));
  background-color: #cfcdc7;
  height: 0.8lh;
  grid-area: border;
  margin-top: 0.05lh;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-head-border {
    height: 0.6lh;
  }
}

.implant-prosthetic__detail-item-name {
  margin: 0;
  font-size: var(--f28);
  font-weight: var(--fwn);
  line-height: 1.5;
  color: #a08d74;
  grid-area: name;
  line-height: 1;
  margin-top: -0.1em;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-name {
    line-height: 1.6;
    margin-top: -0.2em;
    text-align: left;
  }
}

.implant-prosthetic__detail-item-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0.6em;
  background-color: #ee9a75;
  color: #fff;
  font-size: var(--f13);
  font-weight: 400;
  line-height: 1;
  grid-area: label;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-label {
    margin-inline: auto;
  }
}

.implant-prosthetic__detail-item-copy {
  margin-block: 1em 0.6em;
  font-size: clamp(16 * var(--px), 1.1904761905vw, 20 * var(--px));
  font-weight: var(--fwn);
  color: #a08d74;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-item-copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 1.6;
    text-align: center;
    margin-block: 0.3em 1.2em;
  }
}

.implant-prosthetic__detail-table-wrap {
  overflow-x: auto;
  margin-top: clamp(25 * var(--px), 43 / 1680 * 100vw, 43 * var(--px));
  overflow-y: clip !important;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-table-wrap {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.implant-prosthetic__detail-table {
  width: 100%;
  border: 1px solid #cfdde4;
  border-radius: clamp(10 * var(--px), 18 / 1680 * 100vw, 18 * var(--px));
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 834px) {
  .implant-prosthetic__detail-table {
    width: calc(550 * var(--px));
  }
}

.implant-prosthetic__detail-table-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.implant-prosthetic__detail-table-head-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(17 * var(--px), 1.25vw, 21 * var(--px));
  font-weight: var(--fwm);
  line-height: 1.5;
  padding-left: 6%;
  padding-block: 1em;
}

.implant-prosthetic__detail-table-head-cell--merit {
  background-color: #fbf1ed;
  border-right: 1px solid #cfdde4;
}

.implant-prosthetic__detail-table-head-cell--demerit {
  background-color: #f2f9fd;
}

.implant-prosthetic__detail-table-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cfdde4;
}

.implant-prosthetic__detail-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  padding: 1.1em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.implant-prosthetic__detail-table-col--merit {
  border-right: 1px solid #cfdde4;
}

.implant-prosthetic__detail-table-txt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 34px;
  color: #373030;
}

.implant-prosthetic__detail-table-txt--merit::before {
  content: "◎";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.65em;
  font-size: var(--f17);
  font-weight: 500;
  line-height: 34px;
  color: #ee9a75;
}

.implant-prosthetic__detail-table-txt--demerit::before {
  content: "×";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.65em;
  font-size: var(--f17);
  font-weight: 500;
  line-height: 34px;
  color: #6370c4;
}/*# sourceMappingURL=implant.css.map */