@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=arrow_right_alt");
.under-mv {
  width: 100%;
  height: 410px;
  position: relative;
}
.under-mv img {
  width: 100%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
  opacity: 0.3;
  -o-object-position: center;
     object-position: center;
}

.under-mv__ttl-bl {
  position: absolute;
  top: 265px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.u-inner {
  width: 800px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#under-intr {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.last-sec {
  padding-bottom: 120px;
}

.breadcrumb__bl {
  margin-bottom: 70px;
}

.breadcrumb__list {
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.breadcrumb__list li {
  position: relative;
  font-size: 14px;
}
.breadcrumb__list li a {
  font-size: 14px;
}
.breadcrumb__list li::after {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #283846;
  border-top: 1px solid #283846;
  display: block;
  content: "";
  top: 10px;
  right: -17px;
}
.breadcrumb__list li:last-child::after {
  display: none;
}

.under-mv__ttl-en {
  color: #71BEDF;
  font-family: var(--cor);
  font-size: clamp(48px, 6.4vw, 64px);
  line-height: 1;
  font-weight: 500;
}

.base__ttl-big {
  font-size: clamp(28px, 3.6vw, 36px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  position: relative;
  max-width: 80%;
  line-height: 1.6;
  text-align: center;
}
.base__ttl-big::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(113, 190, 223, 0.5);
  position: absolute;
  left: -15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.base__ttl-big::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(113, 190, 223, 0.5);
  position: absolute;
  right: -15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.base__ttl-middle {
  font-size: clamp(20px, 2.4vw, 24px);
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.base__ttl-middle::before {
  content: "";
  width: 38px;
  height: 6px;
  background-image: url(../img/cavities/h3-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
}

.base__list-ttl {
  background-color: #71BEDF;
  padding: 3px 10px;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  margin-bottom: 20px;
}

.img375 {
  width: 375px;
  margin: 0 auto;
  max-width: 100%;
}

.mt20 {
  margin-top: 20px !important;
}

.cyan-list li {
  color: #71BEDF;
  font-size: 18px;
  font-size: clamp(16px, 1.8vw, 18px);
  position: relative;
  padding-left: 1em;
}
.cyan-list li::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}

.base__flow-bl {
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
}

.w48 {
  width: 48%;
}

.w100 {
  width: 100%;
}

.base__detail-table-mul {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  font-size: 16px;
}

.base__detail-table-mul th {
  background-color: #F7F7F5;
  width: 30%;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.base__detail-table-mul td {
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 10px;
  background-color: #fff;
}

.base__detaile-table-mul-merge {
  background-color: #ffeeba !important;
}

@media screen and (max-width: 1200px) {
  .under-mv {
    height: 220px;
  }
  .under-mv img {
    height: 110%;
  }
  .under-mv__ttl-bl {
    top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .under-mv {
    height: 170px;
  }
  .under-mv__ttl-bl {
    top: 82px;
  }
  .u-big-img {
    width: 102vw;
    transform: translateX(-6vw);
  }
  .breadcrumb__bl {
    margin-bottom: 40px;
  }
  .base__ttl-big {
    margin: 0 auto 1em;
  }
  .base__ttl-middle {
    margin-bottom: 30px;
  }
  .w48 {
    width: 100%;
  }
  .base__flow-bl {
    flex-direction: column;
  }
  .last-sec {
    padding-bottom: 40px;
  }
}
.under-content {
  text-align: center;
}
.under-content-title {
  font-size: 7.7vw;
  color: #71BEDF;
}
.under-content .sec-description p:not(:last-child) {
  margin-bottom: 3rem;
}

.base__detail-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  font-size: 16px;
}

.base__detail-table th {
  background-color: #F7F7F5;
  width: 30%;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.base__detail-table td {
  width: 70%;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
  background-color: #fff;
}

.base__detail-bl {
  display: flex;
}

.base__detail-img {
  width: 35%;
}
.base__detail-img img {
  width: 100%;
}

.base__detail-cont {
  width: 65%;
  padding-left: 5%;
}

.base__cyan-ttl {
  font-size: 18px;
  color: var(--black);
}

.base__cyan-circle-list li {
  position: relative;
  padding-left: 1em;
}
.base__cyan-circle-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .base__detail-table tr {
    display: flex;
    flex-direction: column;
  }
  .base__detail-table td,
  .base__detail-table th {
    width: 100%;
  }
  .base__detail-img {
    width: 420px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .base__detail-bl {
    flex-direction: column;
  }
  .base__detail-cont {
    width: 100%;
    padding-left: 0;
  }
}
/* アクセス Google Map */
@media (max-width: 767px) {
  .access-map {
    max-height: 250px;
  }
}

/* インプラント 比較表 */
.implant-table table {
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.implant-table table th,
.implant-table table td {
  padding: 10px;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: top;
}
.implant-table table th:not(:last-child),
.implant-table table td:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .implant-table table {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .implant-table {
    overflow-x: scroll;
  }
}

/* お知らせ、ブログ（投稿・アーカイブ）ページ */
.w1040 {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}

.info__flex {
  display: flex;
  gap: 50px;
  word-break: break-all;
}

.info__sidebar {
  width: 200px;
}

.info__main-bl {
  width: calc(100% - 250px);
}

.info__side-ttl {
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6;
}
.info__side-ttl::before {
  background: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
}

.post-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.post-list__img {
  width: 100%;
  aspect-ratio: 3/2;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post-list__date {
  font-size: 12px;
  font-family: var(--cor);
  line-height: 1.5;
  margin-bottom: 10px !important;
}

.post-list__ttl {
  font-size: 16px;
}

/* お知らせ・ブログ（詳細） */
.info__ttl {
  font-size: 36px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.info__cont {
  margin-top: 30px;
}

.info__cont h2 {
  font-size: 40px;
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.info__cont h2::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--black);
}

.info__cont h3 {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  padding-bottom: 15px;
  font-size: 30px;
  margin-bottom: 35px;
}

.info__cont h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--black);
}

.info__cont h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--black);
}

.base__txt,
.info__cont p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.single__info-btn {
  width: 200px;
  display: block;
  margin: 50px auto 0;
}

.news__all-link {
  width: 153px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  padding-bottom: 7px;
}

.news__all-link:hover .icon-arrow {
  right: -3px;
  transition-duration: 0.3s;
}

.news__all-link .icon-arrow {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -75%);
  color: var(--black);
  transition-duration: 0.3s;
}

.icon-arrow:before {
  content: "\e900";
  color: var(--black);
}

/* ページネーション */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 50px auto 0px;
  align-items: center;
}
.nav-links .page-numbers {
  font-size: 18px;
  font-family: var(--cor);
}
.nav-links .page-numbers.current {
  background-color: #ebebeb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cyan-txt {
  color: var(--black);
}

.snav-lst li {
  font-size: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.under-mv__ttl-en {
  text-align: center;
}

#under-intr .top-menu__list-img {
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.img600 {
  margin-inline: auto;
  width: min(100%, 600px);
}

@media screen and (max-width: 834px) {
  .post-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .info__flex {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .info__main-bl {
    width: 100%;
  }
  .info__sidebar {
    width: 100%;
  }
}
.implant-sec .u-inner p + p {
  padding-top: 1em;
}
.implant-sec .text__note {
  font-size: 0.875em;
}
.implant-sec .text-center {
  text-align: center;
}
.implant-sec .base__detail-list {
  border: 1px solid #E6E6E6;
  gap: 0;
}
.implant-sec .base__detail-list__col {
  flex: 1;
  border-right: 1px solid #E6E6E6;
}
.implant-sec .base__detail-list__th,
.implant-sec .base__detail-list__td {
  padding: 1em;
}
.implant-sec .base__detail-list__th {
  font-weight: bold;
  background: #F7F7F5;
  text-align: center;
}
.implant-sec .base__detail-list__td {
  padding: 1em;
}
.implant-sec .img375 {
  width: min(375px, 100%);
}

@media print, screen and (min-width: 768px) {
  .implant-sec .base__detail-list {
    border: 1px solid #E6E6E6;
  }
  .implant-sec .base__detail-list__col:last-child {
    border-right: 0;
  }
  .implant-sec .base__detail-list__td:nth-child(4) {
    min-height: 46em;
  }
}
@media print, screen and (max-width: 767px) {
  .implant-sec .base__detail-list {
    gap: 2em;
  }
  .implant-sec .base__detail-list__col {
    border: 1px solid #E6E6E6;
  }
  .info__cont h2 {
    font-size: 30px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .info__cont h2::before {
    top: 24px;
    width: 8px;
    height: 8px;
  }
  .info__cont h3 {
    padding-bottom: 7px;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .info__cont h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}/*# sourceMappingURL=under2.css.map */