@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

/* main */
main {
  line-height: 2;
  padding-bottom: 80px;
  background-color: rgba(173, 247, 251, 0.129);
}
/* 見出し */
/* h1 */
.pagetitle {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦方向中央揃え */
  align-items: center;     /* 横方向中央揃え */
  height: 280px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-top: 3px solid #6eaa5e;
  background-color: #FFFFEF;
}
.pagetitle .jp {
  color: #4db56a;
  font-size: 35px;
}
.pagetitle .en {
  color: #bac329;
  font-size: 30px;
  text-transform: capitalize;
}

/* h2(チェック背景) */
.checkboard-title {
  width: 55%;
  margin: 0 auto 40px;
  padding: 1.65rem 2rem;
  box-sizing: border-box;
  background-color: rgba(216, 255, 165, 0.391);
  background-image:
    linear-gradient(90deg, rgba(166, 255, 165, 0.38) 50%, transparent 50%),
    linear-gradient(rgba(193, 255, 165, 0.29) 50%, transparent 50%);
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .checkboard-title {
    width: 100%;
    margin: 0 0 40px;
  }
}
/* h3 */
.section-title {
  color: #F26649;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
  padding: 1rem .5rem;
}
.section-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-linear-gradient(left, #00ff8cce 0%, #00c6fdd3 100%);
  background-image: linear-gradient(to right, #15ff005c 0%, #00fff776 100%);
}
/* h4,dlリストのdt（用語） */
.u-ttl,
.u-dl dt {
  color: #4db56a;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0.5rem 1rem;
  border-left: 4px dotted #F26649;
}

.breadcrumb-nav {
  padding: 1rem 0;
  background-color: #f8f9fa;
  font-size: 0.95rem;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6c757d;
}

.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* 区切り記号（>）を追加 */
.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  margin: 0 0.5rem;
  color: #6c757d;
}

/* dl（用語）のdd（説明） */
.u-dl dd {
  margin-bottom: 15px;
}

.article-content .article-figure {
  margin: 2rem auto;
  text-align: center;
}

.article-content .article-figure img {
  max-width: 100%;
  height: auto;
}

.article-content .article-figure figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  color: #6c757d;
}

/* コンセプトページ */

/* スタッフページ */
.staff-director__name-text--jp {
  font-size: 23px;
  color: #6eaa5e;
  margin-right: 0.5em;
}
.staff-director__name-text--en {
  font-size: 13px;
}
/* スタッフ紹介 */
.u-staff .item-ttl {
  color: #4db56a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 1rem 2rem;
  border-left: 5px dotted #F26649;
  background: #f4f4f4;
}

/* 一般歯科 */
/* むし歯治療画像付き説明 */
.u-general01 .item-ttl {
  text-align: center;
  background: #6eaa5e;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
}

/* 小児歯科 */

/* 予防治療 */

/* 審美治療 */

/* 矯正 */

/* インプラント */
.u-faq dt {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.u-faq dt::before {
  content: "Q.";
  color: #4db56a;
  font-size: 27px;
  font-family: 'Itim', cursive;
  position: absolute;
  top: -12px;
  left: 0;
}

/* 採用ページ */
/* タイトル */
.u-recruit {
  background: #FFFFEF;
  padding: 15px 50px;
  width: 365px;
  margin: 40px auto 0;
}
.recruit-contact__reception-time {
  display: inline-block;
  font-size: 13px;
}

/* アクセスページ */
.u-access .item-ttl {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

/* hkcページ */


@media (max-width: 600px) {
  .pagetitle {
    height: auto;
    padding: 40px 0;
  }
}
