@font-face {
  font-family: "Antro Vectra";
  src: url("../fonts/Antro_Vectra.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  color: #333 !important;
}

span.dib {
  display: inline-block;
}

.btn {
  min-width: auto;
  padding: 0;
}

.fv {
  background-image: url(../img/implant/new/fv_background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 433px;

  &.fv--ceramic {
    background-image: url(../img/ceramic/fv-background.webp);
  }

  &.fv--mouthpiece {
    background-image: url(../img/mouthpiece/fv-background.webp);
  }

  & .inner {
    height: 100%;
    text-align: center;
  }
  & .text01 {
    font-size: 24px;
    font-weight: 700;
    /* 背景をグラデーション, 左#A57D0B, 右 #715E28*/
    background: linear-gradient(315deg, #a57d0b 0%, #715e28 100%);
    width: fit-content;
    color: white;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 5.5px 15px;
  }
  & .heading {
    margin: calc(31px + var(--leading-trim)) 0 var(--leading-trim);
    font-family: "Shippori Mincho";
    font-weight: 600;
    font-size: 38px;
    line-height: calc(52 / 38);
    text-align: center;
    color: #a37c1e;
  }
  & .text02 {
    margin: calc(21px + var(--leading-trim)) 0 var(--leading-trim);
    font-family: "Shippori Mincho";
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.05em;
    line-height: calc(30 / 25);
    text-align: center;
    color: #5fb7ad;
    border-bottom: 1px solid #5fb7ad;
    & span {
      font-size: 34px;
      line-height: calc(30 / 34);
    }
  }
  & .text03 {
    margin: calc(25.5px + var(--leading-trim)) 0 var(--leading-trim);
    font-weight: 600;
    font-size: 16px;
    color: #666;
  }
}
@media (max-width: 767px) {
  .fv {
    background-position: 90% center;
    min-height: 376px;
    position: relative;

    &.fv--mouthpiece {
      background-position: 80% center;

      & .heading {
        margin-left: 0;
      }
    }

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 20%,
        rgb(255 255 255 / 0.8) 60%,
        rgb(255 255 255 / 0.9) 100%
      );
    }

    & .inner {
      position: relative;
      z-index: 1;
      text-align: left;
      gap: 10px;
      width: 92.5%;
      margin: 0 auto;
      align-items: start;
      padding: 100px 0 25px;
      max-width: 450px;
    }
    & .text01 {
      font-size: 18px;
      padding: 3px 5px 5px;
      margin: 0 auto 0 0;
      &:not(:last-child) {
        margin-bottom: 5px;
      }
    }
    & .heading {
      margin-inline: auto;
      font-size: 26px;
    }
    & .text02 {
      margin-inline: auto;
      font-size: 17px;
      letter-spacing: -0.1em;
      & span {
        font-size: 24px;
      }
    }
    & .text03 {
      margin-inline: auto;
      text-align: center;
      font-size: 14px;
    }
  }
}
/* about */
.section01 {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/implant/new/section01_background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 599px;
    height: 479px;
    z-index: -1;
  }
  & .wrap {
    padding: 95px 0 26px;
    max-width: 1022px;
  }
  & .list {
    gap: 20px;
  }
  & .img {
    width: 453px;
  }
  & .img02 {
    margin-bottom: 25px;
  }
  & .texts {
    margin-left: 69px;
    flex: 1;
  }
  & .heading {
    margin: calc(13px + var(--leading-trim)) 0 var(--leading-trim);
    color: var(--mainBlue);
    font-size: 33px;
    font-weight: 700;
    line-height: calc(48 / 34);
    text-wrap: initial;
  }
  & .text01 {
    color: var(--mainBlue);
    font-size: 38px;
    opacity: 0.5;
    line-height: calc(45 / 38);
  }
  & .text02 {
    margin: calc(51px + var(--leading-trim)) 0 var(--leading-trim);
    font-size: 16px;
    line-height: calc(36 / 16);
  }
  & .text03 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .section01 {
    & .wrap {
      padding-block: 40px;
      flex-direction: column;
    }
    & .list {
      gap: 25px;
      flex-direction: column;
    }
    & .img {
      width: 100%;
    }
    & .img02 {
      width: 100%;
      margin-bottom: 10px;
    }
    & .heading {
      font-size: 26px;
      width: 100%;
      margin-bottom: 15px;
    }
    & .texts {
      margin-top: 8px;
      margin-left: 0;
    }
    & .text01 {
      font-size: 28px;
    }
    & .text02 {
      margin-top: 0;
      font-size: 14px;
      line-height: 2.2;
    }
    & .text03 {
      font-size: 14px;
      line-height: 1.5;
    }
  }
}

.feature__wrap {
  background: linear-gradient(to top, #d2efef 0%, #f9fdff 100%);
  margin: 0 auto;

  & .inner-m {
    padding: 58px 0 66px;
  }

  & .feature__title-wrap {
    text-align: center;

    & .feature__title {
      position: relative;
      display: inline-block;

      & .feature__background {
        display: block;
        font-family: Optima;
        font-weight: normal;
        font-size: 98px;
        letter-spacing: 0.05em;
        line-height: calc(116 / 98);
        text-align: center;
        color: #fff;
        text-shadow: 0px 0px 50px #b8dbe0;
      }

      & .feature__heading {
        margin: calc(-49px + var(--leading-trim)) 0 var(--leading-trim);
        font-family: "Shippori Mincho";
        font-weight: 500;
        font-size: 40px;
        line-height: calc(48 / 40);
        text-align: center;
        color: #333;

        & span {
          display: inline-block;
        }
      }
    }
  }

  & .feature__list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    &.--mouthpiece {
      margin-inline: auto;
      max-width: 734px;
      grid-template-columns: repeat(2, 1fr);
    }
    /* カード全体 */
    & .card {
      padding: 26px 0 16px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      color: #333;
    }

    /* ヘッダー部分 */
    & .card__header {
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      font-size: 16px;
      color: #333;
      margin-bottom: 15px;
    }

    & .card__header-point {
      border: 1px solid #cccccc;
      padding: 0 10px;
      display: inline-block;
      font-family: Optima;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      color: #333;
    }

    & .card__header-point span {
      font-family: Optima;
      font-weight: normal;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      color: #333;
    }

    & .card__content .img-wrap {
      margin-inline: auto;
      aspect-ratio: 300 / 200;
      width: min(90%, 300px);
    }

    & .card__content .img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* テキスト部分 */
    & .card__content .text {
      margin-top: 20px;
      font-family: "しっぽり明朝";
      font-weight: 700;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      color: #444;
    }

    & .card__content .text .highlight {
      background: #fff5ac;
      color: #444;
      font-weight: bold;
      padding: 0 4px;
    }

    /* フッターの矢印 */
    & .card__footer {
      margin-top: 15px;
      text-align: center;
    }

    & .card__footer-arrow {
      width: 25px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 8px solid #5fb7ad;
      margin: 0 auto;
    }
  }
}

@media (max-width: 767px) {
  .feature__wrap {
    & .inner-m {
      padding-block: 40px;
    }
    & .feature__title-wrap {
      & .feature__title {
        & .feature__background {
          font-size: 60px;
        }

        & .feature__heading {
          margin-top: calc(-24px + var(--leading-trim));
          font-size: 28px;
        }
      }
    }

    & .feature__list {
      margin-top: 24px;
      display: block;

      & .card + .card {
        margin-top: 24px;
      }
    }
  }

  .section02 .inner-s {
    margin: 0;
    width: 100% !important;
  }
}

/* お悩み */
.section02 {
  margin-top: 80px;
  & .inner {
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  & .list01 {
    padding: 33px 0 0;
    & li {
      gap: 5px;
    }
  }
  & .item01 {
    &:not(:first-child) {
      margin-top: 10px;
    }
  }
  & .item02 {
    gap: 7.5px;
    &:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  & .texts01,
  & .texts02 {
    border-radius: 50%;
    width: 286px;
    height: 286px;
    padding: 50px 0 0;
  }
  & .texts01 {
    background: #fff8c1;
    & .text03 {
      color: #c39b29;
    }
  }
  & .texts02 {
    background: #e2e6e8;
    & .text03 {
      color: #727272;
    }
  }
  & .img01 {
    width: 32px;
  }
  & .img02 {
    width: 16px;
  }
  & .heading {
    margin: 0;
    padding-block: 43px;
    background-image: url(../img/implant/new/section02_img1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    white-space: initial;
    & > span {
      display: block;
      margin-block: var(--leading-trim);
      font-size: 32px;
      font-weight: 600;
      line-height: calc(48 / 32);
      color: white;
      text-align: center;
      & > span {
        display: inline-block;
      }
    }
  }
  & .heading02 {
    text-align: center;
    color: var(--mainBlue);
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin: 50px auto 0;
    &::after {
      content: "";
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      height: 92px;
      width: 485px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: linear-gradient(0deg, #5fb7ad3c 0%, #5fb7ad00 100%);
      z-index: -1;
    }
  }
  & .text01 {
    color: #444;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(20 / 16);
    & .big {
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }

    & > span {
      display: inline-block;
    }
  }
  & .text02 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
  }
  & .text03 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
  }

  & .feature-container {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;

    & .feature-heading {
      margin-top: 14px;
      background-image: url(../img/implant/new/feature-heading_background.webp);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 450px 120px;
      background-color: rgba(255, 255, 255, 0.3);
      background-blend-mode: lighten;
    }

    & .feature-heading h2 {
      display: inline-block;
      margin-block: var(--leading-trim);
      padding: 37px 0 24px;
      font-family: "Shippori Mincho";
      font-weight: 600;
      font-size: 28px;
      line-height: calc(41 / 28);
      text-align: center;
      color: #2554bf;
    }

    & .feature-content {
      margin-top: 4px;
      display: flex;
      align-items: center;
      background-color: #f8fdfd;
      padding: 15px 20px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    & .feature-image {
      width: 284px;
    }

    & .feature-image img {
      width: 100%;
      border-radius: 8px;
      border: 1px solid #ddd;
      width: 284px;
    }

    & .feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 0 10px;
      text-align: left;
    }

    & .feature-list li {
      display: flex;
      align-items: center;
      text-align: left;

      & + li {
        margin-top: 20px;
      }
    }

    & .feature-list .icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 7.5px;
    }

    & .feature-list li > span {
      margin-block: var(--leading-trim);
      font-size: 16px;
      font-weight: 600;
      font-family: "Shippori Mincho";
      line-height: calc(48 / 16);

      & > span {
        display: inline-block;
      }
    }

    & .feature-list .blue {
      font-size: 20px;
      color: #2554bf;
      line-height: calc(48 / 20);
    }

    & .feature-note {
      margin-top: 20px;
      padding-bottom: 27px;
      font-family: "Hiragino Kaku Gothic ProN";
      font-weight: normal;
      font-size: 12px;
      text-align: center;
      color: #707070;
    }
  }
}

@media (max-width: 767px) {
  .section02 {
    margin-top: 40px;
    & .inner {
      padding-bottom: 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    & .wrap {
      gap: 15px;
      flex-wrap: wrap;
      padding-bottom: 40px;
    }
    & .list01 {
      width: fit-content;
      margin: 0 auto;
      padding-block: 16px;
    }
    & .item01 {
      justify-content: start;
      align-items: start;
      gap: 7.5px;
    }
    & .item02 {
      gap: 5px;
    }
    & .texts01,
    & .texts02 {
      width: 250px;
      height: 250px;
      padding: 40px 0 0;
    }
    & .img01 {
      width: 27.5px;
      margin-top: 2.5px;
    }
    & .heading {
      padding: 20px 0;
      & > span {
        font-size: 20px;
      }
    }
    & .heading02 {
      font-size: 22px;
      margin: 40px auto 0;
      line-height: 1.6;
      &::after {
        height: 125px;
        width: 100%;
      }
    }
    & .text01 {
      font-size: 14px;
      line-height: 2.2;
      & .big {
        font-size: 16px;
        line-height: 1;
      }
    }
    & .text02 {
      font-size: 14px;
    }
    & .text03 {
      font-size: 16px;
      margin-bottom: 10px;
    }

    & .feature-container {
      & .feature-content {
        display: block;
      }

      & .feature-image {
        width: 90%;
        margin: 0 auto;
      }

      & .feature-image img {
        margin: 0 auto;
      }

      & .feature-list {
        margin: 24px 0 0 0;
        display: flex;
        justify-content: center;
      }

      & .feature-list ul {
        padding: 0;
      }

      & .feature-list li {
        & > span {
          line-height: 1.5;
        }

        & .blue {
          line-height: 1.5;
        }
      }
    }
  }
}

/* 料金について */
.section13 {
  background-image: url(../img/implant/new/section13_background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  & .wrap {
    position: relative;
  }
  & .item {
    background: white;
    padding: 25px 75px 35px;
    &:not(:last-child) {
      margin-bottom: 25px;
    }
  }
  & .texts01 {
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
    margin-bottom: 17.5px;
  }
  & .img01 {
    width: 26px;
    position: absolute;
    left: -32.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  & .heading {
    font-size: 36px;
    text-align: center;
    color: #888888;
    font-weight: 600;
  }
  & .sub-heading {
    margin: calc(22px + var(--leading-trim)) 0 var(--leading-trim);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(34 / 16);
    text-align: center;
  }
  & .list {
    margin-top: 65px;
  }
  & .text01 {
    font-size: 30px;
    color: #888888;
  }
  & .text02 {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    & .small {
      font-size: 22px;
      letter-spacing: 0.05em;
    }
    & .big {
      font-size: 30px;
    }
  }
  & .text03 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section13 {
    & .wrap {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 7.5px;
    }
    & .item {
      padding: 20px 25px;
      &:not(:last-child) {
        margin-bottom: 20px;
      }
    }
    & .texts01 {
      flex-direction: column;
      align-items: start;
    }
    & .img01 {
      width: 15px;
      position: relative;
      left: auto;
      top: auto;
      transform: none;
    }
    & .heading {
      font-size: 24px;
      margin-bottom: 30px;
      line-height: 1.5;
    }
    & .text01 {
      font-size: 20px;
      line-height: 1.4;
      text-align: start;
    }
    & .text02 {
      font-size: 14px;
      & .small {
        font-size: 16px;
      }
      & .big {
        font-size: 22px;
      }
    }
    & .text03 {
      font-size: 14px;
    }
  }
}

.section14 {
  padding: 75px 0 100px;
  & .inner {
    background: #efefef;
    padding: 55px 0 65px;
  }
  & .list {
    max-width: 892px;
    width: 90%;
    margin: 0 auto;
  }
  & .item {
    &:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  & .texts {
    background: white;
    padding: 20px 30px;
  }
  & .heading {
    font-size: 30px;
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    & span {
      font-size: 40px;
    }
  }
  & .text01,
  & .text03 {
    font-size: 16px;
    font-weight: 600;
  }
  & .text02,
  & .text04 {
    font-size: 14px;
  }
  & .text01 {
    color: #888888;
    margin-bottom: 10px;
  }
  & .text02 {
    color: #555555;
    margin-bottom: 20px;
  }
  & .text03 {
    color: var(--mainBlue);
    margin-bottom: 10px;
  }
  & .text04 {
    color: #444444;
  }
}
@media (max-width: 767px) {
  .section14 {
    padding: 50px 0 75px;
    & .inner {
      padding: 30px 0 40px;
    }
    & .list {
      width: 85%;
    }
    & .item {
      &:not(:last-child) {
        margin-bottom: 25px;
      }
    }
    & .texts {
      padding: 20px 25px;
    }
    & .heading {
      font-size: 22px;
      margin-bottom: 20px;
      & span {
        font-size: 30px;
      }
    }
    & .text01,
    & .text03 {
      font-size: 14px;
    }
    & .text02,
    & .text04 {
      font-size: 13px;
    }
    & .text01 {
      margin-bottom: 5px;
    }
    & .text02 {
      margin-bottom: 15px;
    }
    & .text03 {
      margin-bottom: 5px;
    }
  }
}
