@charset "UTF-8";
.c-lead01 {
  width: 100%;
  max-width: 878px;
  margin: 0 auto var(--size70px);
  padding-inline: 1em;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #332f26;
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 40px 0;
  background-color: #f0efee;
}
.c-subpage-common-list * {
  box-sizing: border-box;
}
.c-subpage-common-list__title {
  position: relative;
  width: 200px;
  margin: 0 auto 16px;
  text-align: center;
}
.c-subpage-common-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #8d5144;
}
.c-subpage-common-list__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #8d5144;
}
.c-subpage-common-list__title span {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #8e5144;
}
.c-subpage-common-list__inner {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: 12px 10px;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.c-subpage-common-list__inner--col4 {
  grid-template-columns: repeat(4, 220px);
}
@media screen and (max-width: 1090px) {
  .c-subpage-common-list__inner--col4 {
    grid-template-columns: repeat(3, 220px);
  }
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner--col4 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-subpage-common-list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 11px 10px 10px 10px;
  border-radius: 50px;
  border: solid 1px #fff;
  background-color: #fff;
  line-height: 1;
  font-family: yu-mincho-pr6n, serif;
  font-size: 1.08rem;
  /* letter-spacing: 1.5px; */
  text-align: center;
  color: #6d514d;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item > a {
    height: 40px;
    padding: 10px 5px;
    font-size: 0.8125rem;
  }
}
.c-subpage-common-list__item > a:hover {
  background-color: #6d514d;
  color: #fff;
}

/* card */
.c-card01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--size100px);
}
@media screen and (max-width: 767px) {
  .c-card01 {
    grid-template-columns: 1fr;
    gap: var(--size40px);
  }
}
.c-card01__head {
  display: flex;
  align-items: center;
  margin-bottom: var(--size30px);
  gap: var(--size20px);
}
.c-card01__no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size140px);
  height: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #ffb09f;
  color: #fff;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-card01__no {
    width: 120px;
    font-size: 0.75rem;
    gap: 5px;
    padding: 0 var(--size10px);
  }
}
.c-card01__no span {
  position: relative;
  top: -2px;
  font-size: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .c-card01__no span {
    font-size: 2.5rem;
  }
}
.c-card01__title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: yu-mincho-pr6n, serif;
  color: #332F26;
}
@media screen and (max-width: 767px) {
  .c-card01__title {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.c-card02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--size100px);
}
@media screen and (max-width: 767px) {
  .c-card02 {
    grid-template-columns: 1fr;
    gap: var(--size40px);
  }
}
.c-card02--col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--size25px);
}
@media screen and (max-width: 767px) {
  .c-card02--col3 {
    grid-template-columns: 1fr;
    gap: var(--size40px);
  }
}
.c-card02 .image {
  width: 100%;
  text-align: center;
}
.c-card02 .image img {
  width: 100%;
}
.c-card02 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: var(--size15px);
  padding-left: var(--size15px);
  padding-right: var(--size15px);
  padding-bottom: var(--size15px);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: var(--color01);
}
@media screen and (max-width: 767px) {
  .c-card02 .title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.c-card02 .text-box {
  padding-top: var(--size20px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size25px);
  background-color: #f2f5f5;
}

.c-card03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 25px;
}
.c-card03 .item {
  position: relative;
  width: 245px;
}
.c-card03 .item:nth-child(1) .icon img {
  position: relative;
  left: 20px;
}
.c-card03 .item:nth-child(2) .icon img {
  position: relative;
  left: 10px;
}
.c-card03 .item:last-of-type .icon::after {
  display: none;
}
.c-card03 .item .icon {
  display: block;
  position: relative;
  width: auto;
  height: 190px;
  text-align: center;
  margin-bottom: var(--size20px);
}
.c-card03 .item .icon::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 17.5px solid transparent;
  border-bottom: 17.5px solid transparent;
  border-left: 15.6px solid #ffb09f;
}
@media screen and (max-width: 767px) {
  .c-card03 .item .icon::after {
    display: none;
  }
}
.c-card03 .item .title {
  display: block;
  padding-bottom: var(--size10px);
  margin-bottom: var(--size15px);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #332f26;
}
.c-card03 .item .lead {
  display: block;
  margin-bottom: var(--size15px);
  font-size: 1rem;
  color: #332f26;
  font-weight: bold;
  line-height: 1.5;
}
.c-card03 .item .text {
  display: block;
  font-size: 0.9375rem;
  color: #332f26;
  text-align: left;
  line-height: 1.6;
    letter-spacing: 1.5px;
}

.c-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--size50px);
  padding: 26px 20px 20px 20px;
  background-color: #6d514d;
}
.c-heading01__title {
  margin-bottom: var(--size10px);
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-heading01__title {
    font-size: 1.375rem;
  }
}
.c-heading01__lead {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-heading01__lead {
    font-size: 1rem;
  }
}
.c-heading01__lead span {
  position: relative;
  text-align: center;
}
.c-heading01__lead span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: var(--size100px);
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-heading01__lead span::before {
    display: none;
  }
}
.c-heading01__lead span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
  width: var(--size100px);
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-heading01__lead span::after {
    display: none;
  }
}

.c-card04 .head {
  background: url("../images/implant/img_ba_bg01.webp") no-repeat 50% 50%;
  /* background-size: cover; */
  background-repeat: repeat;
  background-size: 49.2686682063vw auto;
}
.c-card04 .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  max-width: 852px;
  margin: auto;
  padding: 40px 20px 45px;
}
@media screen and (max-width: 767px) {
  .c-card04 .row {
    flex-direction: column;
    gap: var(--size60px);
  }
}
.c-card04 .item {
  width: 350px;
  max-width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card04 .item {
    max-width: 100%;
    margin: auto;
  }
}
.c-card04 .item:first-of-type .img {
  position: relative;
}
.c-card04 .item:first-of-type .img::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--size20px));
  right: -18%;
  width: var(--size40px);
  height: var(--size40px);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-card04 .item:first-of-type .img::after {
    display: none;
  }
}
.c-card04 .title {
  margin-bottom: var(--size20px);
  font-size: 3.75rem;
  text-align: center;
  color: #dbdbdb;
  border-bottom: 1px solid #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card04 .title {
    font-size: 2.5rem;
  }
}
.c-card04 .title.after {
  color: #ffb09f;
}
.c-card04 .heading {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.c-card04 .lead {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 30px;
  margin: 0 auto var(--size25px);
}
.c-card04 .lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.c-card04 .lead::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.c-card04 .img {
  margin-top: var(--size25px);
}
.c-card04 .body {
  background-color: #6d514d;
  padding: var(--size40px) var(--size20px);
}
.c-card04 .body-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-card04 .list-item {
  display: flex;
  gap: var(--size20px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card04 .list-item {
    font-size: 0.9375rem;
  }
}
.c-card04 .list-item dt {
  position: relative;
  padding-left: var(--size20px);
  min-width: 6em;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  .c-card04 .list-item dt {
    padding-left: var(--size25px);
  }
}
@media screen and (max-width: 767px) {
  .c-card04 .list-item dt {
    padding-left: var(--size25px);
  }
}
.c-card04 .list-item dt::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #c58072;
}
@media screen and (max-width: 1090px) {
  .c-card04 .list-item dt::before {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-card04 .list-item dt::before {
    top: 0.8em;
    width: 9px;
    height: 9px;
  }
}

.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-block01__content {
  width: 50%;
  padding: 0 20px;
}
.p-block01__img {
  width: 50%;
}

.p-block02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--size40px);
  margin-bottom: var(--size150px);
}
@media screen and (max-width: 767px) {
  .p-block02 {
    flex-direction: column;
    gap: var(--size20px);
  }
}
.p-block02 .img {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .p-block02 .img {
    width: 100%;
    text-align: center;
  }
}
.p-block02 .contents {
  width: calc(83% - var(--size40px));
}
@media screen and (max-width: 767px) {
  .p-block02 .contents {
    width: 100%;
  }
}

.p-block03 {
  margin-top: var(--size30px);
}
.p-block03 .item {
  margin-bottom: var(--size30px);
}
.p-block03 .heading {
  padding: var(--size15px) var(--size40px) var(--size15px);
  background-color: #8e5144;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.89;
  color: #fff;
}
.p-block03 .text {
  padding: var(--size30px) var(--size40px) var(--size40px);
  background-color: #fff6f6;
  font-size: 0.9375rem;
  font-weight: 300;
}

.p-block04 {
  position: relative;
  margin-bottom: var(--size80px);
}
.p-block04:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5791666667vw;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.8333333333vw solid #ffb09f;
  border-left: 1.1979166667vw solid transparent;
  border-right: 1.1979166667vw solid transparent;
}
.p-block04__title {
  position: relative;
  /* padding: 12px 0 12px var(--size90px); */
  padding: 12px 0 12px var(--size20px);
  background-color: #8e5144;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-block04__title {
    padding: 13px 0 11px var(--size90px);
    font-size: 1.125rem;
  }
}
.p-block04__title > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size70px);
  height: 100%;
  padding: 12px 0px 12px 0;
  background-color: #c58072;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-block04__row {
  display: flex;
  justify-content: space-between;
  gap: 0 var(--size40px);
  padding: var(--size30px);
  background: url("../images/implant/img_ba_bg01.webp") no-repeat 50% 50%;
  /* background-size: cover; */
  background-repeat: repeat;
  background-size: 49.2686682063vw auto;
}
@media screen and (max-width: 767px) {
  .p-block04__row {
    flex-wrap: wrap;
  }
}
.p-block04__img {
  position: relative;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-block04__img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-block04__content {
  width: calc(76% - var(--size40px));
}
@media screen and (max-width: 767px) {
  .p-block04__content {
    width: 100%;
  }
}
.p-block04__area01 {
  margin-bottom: var(--size20px);
  padding: 0 var(--size20px);
}
@media screen and (max-width: 767px) {
  .p-block04__area01 {
    margin-bottom: var(--size30px);
  }
}
.p-block04__title01 {
  position: relative;
  margin-bottom: var(--size10px);
  padding-left: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-block04__title01::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C58072;
}
@media screen and (max-width: 767px) {
  .p-block04__title01::before {
    top: 0.7em;
  }
}
.p-block04__area02 {
  padding: var(--size20px);
  background-color: #fff;
}
.p-block04__title02 {
  position: relative;
  margin-bottom: var(--size10px);
  padding-left: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-block04__title02::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #CEA419;
}
@media screen and (max-width: 767px) {
  .p-block04__title02::before {
    top: 0.7em;
  }
}
.p-block04__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  font-weight: bold;
}
.p-block04__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 13px;
  height: 12px;
  background: url("../images/general/icon-check01.svg") no-repeat 50% 50%;
  background-size: contain;
}
