@charset "utf-8";

/*
 * 下層ページ固有のスタイルを書くスタイルシート
 */

*.nallow {
  max-width: 1180px;
}

.sub-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 240px;
  background-position: 50%;
}

.sub-image h2 {
  color: #fff;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sub-image h2 .jp {
  display: table;
  margin-bottom: 6px;
  padding: 0 24px;
  border-bottom: solid 1px #fff;
}

.sub-image h2 .en {
  letter-spacing: 0.06em;
}

.post-list li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dashed 1px #7A7371;
}

.post-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-pagination {
  display: flex;
  justify-content: center;
}

.post-pagination > * {
  display: block;
  margin: 0 6px;
  padding: 4px 12px;
  text-decoration: none;
  border: solid 1px #999;
}

.post-pagination > .current {
  color: #fff;
  background: #00541E;
  border: solid 1px #0068B6;
}

.pager-single a {
  display: block;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #0BB7A8;
  border: solid 1px #0BB7A8;
}

.information-profile {
  background-image: url(./../images/pages/info_bg_1.webp);
  background-repeat: no-repeat;
  background-position: top right;
}

.feature-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #00B2A7;
  text-align: center;
}

.feature-heading:before,
.feature-heading:after {
  content: '';
  display: block;
  margin: 0 16px;
  width: 58px;
  height: 1px;
  background: #00B2A7;
}

.feature-heading span {
  margin-left: 10px;
  font-size: 60px;
}

.faq-list > li {
  margin-bottom: 22px;
  padding: 25px 35px;
  background: #fff;
  border: solid 1px #C3C3C3;
}

.faq-list > li h4 {
  margin-bottom: 20px;
  padding: 4px 0 4px 50px;
  font-size: 20px;
  color: #00B2A7;
  background: left top url(./../images/pages/faq_q.webp) no-repeat;
}

.faq-list > li .faq-a {
  padding: 4px 0 0 50px;
  background: left top url(./../images/pages/faq_a.webp) no-repeat;
}

.main-case section:nth-child(even) {
  background: #F6F6F6;
}

.case-list li > div {
  background: #fff;
}

.case-list li a {
  display: block;
  text-decoration: none;
}

.case-list li a img {
  transition-duration: 0.2s;
}

.case-list li a:hover img {
  opacity: 0.7;
}

.case-table-1 {
  width: 100%;
}

.case-table-1 th {
  padding: 20px 40px;
  color: #333;
  font-weight: 800;
  border-top: solid 1px #A7A7A7;
  border-bottom: solid 1px #A7A7A7;
}

.case-table-1 td {
  padding: 20px 40px;
  color: #333;
  border-top: solid 1px #A7A7A7;
  border-bottom: solid 1px #A7A7A7;
}

.case-list-slider {
  padding: 0 40px;
}

.case-list-slider li {
  padding: 0 10px;
}

.case-list-slider li a {
  text-decoration: none;
}

.case-list-slider li a .thumbnail-image-wrap {
  position: relative;
  background: #fff;
}

.case-list-slider li a .thumbnail-image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.case-list-slider li ul.terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.case-list-slider li ul.terms li {
  color: #fff;
  font-weight: 600;
  background: #339F8C;
  font-size: 13px;
}

.case-list-slider .slick-prev,
.case-list-slider .slick-next {
  top: 40%;
  margin: 0 10px;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.5) 50% url(../images/pages/slider_arrow.svg) no-repeat;
  background-size: 16px;
  border-radius: 28px;
}

.precision-section-1 .precision-section-intro {
  background: right url(../images/pages/shindan_main_bg_pc.webp) no-repeat;
  background-size: cover;
}

.precision-section-intro-inner {
  max-width: 680px;
}

.precision-section-content {
  background: top right url(../images/pages/shindan_bg.webp) no-repeat;
}

.precision-section-content-inner {
  max-width: 680px;
}

.precision-section-2 .precision-section-intro {
  background: left url(../images/pages/seimitsu_main_bg_pc.webp) no-repeat;
  background-size: cover;
}

.precision-section-2 .precision-section-intro-inner {
  margin-left: auto;
}

.implant-section-1 {
  background: top right url(../images/pages/implant_bg_1_pc.webp) no-repeat;
  background-size: cover;
}

.implant-section-2 {
  color: #fff;
  background: #1F232E;
}

.implant-free {
  border: solid 1px #009380;
}

.implant-free h4 {
  padding: 5px;
  color: #fff;
  background: #009380;
}

.implant-section-11 {
  background: #DBEFF5 left bottom url(../images/pages/implant_bg_3_pc.webp);
  background-size: cover;
}

.implant-section-11 .section-inner {
  margin-left: auto;
  max-width: 620px;
}

.table-fill.mod-implant th {
  padding: 18px 20px;
  color: #fff;
  font-weight: 800;
  background: #B7B7B7;
}

.table-fill.mod-implant td {
  padding: 18px 20px;
}

.oneday-section-1 {
  color: #fff;
  background: #000 50% url(../images/pages/oneday_bg_1_pc.webp);
  background-size: cover;
}

.oneday-section-2 {
  color: #fff;
  background: #000 top 60% left 50% url(../images/pages/oneday_bg_2_pc.webp);
  background-size: cover;
}

.oneday-section-2 h3 {
  text-shadow: 0 0 48px rgba(255, 255, 255, 0.8), 0 0 24px rgba(255, 255, 255, 0.4);
}

.oneday-section-2 p {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.orthodontic-section-1 {
  background: #88EEF6 right url(../images/pages/orthodontic_bg_2_bg_1_pc.webp);
  background-size: cover;
}

.orthodontic-section-1 p {
  max-width: 620px;
}

.orthodontic-section-2 {
  background: #E5EBE9 left top url(../images/pages/orthodontic_bg_2_pc.webp);
  background-size: cover;
}

.orthodontic-section-2 .section-inner {
  margin-left: auto;
  max-width: 620px;
}

.orthodontic-result {
  line-height: 1.4;
  color: #93741C;
  text-shadow: 0 0 24px #fff, 0 0 22px #fff, 0 0 20px #fff, 0 0 18px #fff, 0 0 16px #fff, 0 0 14px #fff, 0 0 12px #fff, 0 0 10px #fff;
}

.orthodontic-list-feature li {
  margin-bottom: 40px;
}

.orthodontic-list-feature h4 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.orthodontic-list-feature h4 .sub {
  display: flex;
  align-items: center;
  color: #00B0A5;
  font-size: 30px;
  line-height: 1.2;
}

.orthodontic-list-feature h4 .sub:before,
.orthodontic-list-feature h4 .sub:after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 28px;
  background: #DDF3F2;
}

.orthodontic-list-feature h4 .sub:before {
  margin-right: 20px;
}

.orthodontic-list-feature h4 .sub:after {
  margin-left: 20px;
}

.orthodontic-list-feature h4 .sub span {
  margin-left: 15px;
  font-size: 64px;
  vertical-align: middle;
}

.training-purpose {
  position: relative;
}

.training-purpose-content {
  position: absolute;
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 74%;
  background: #fff;
}

.training-heading-purpose {
  display: flex;
  justify-content: space-between;
  padding: 0 12% 0 16%;
  border-bottom: solid 1px #0BB7A8;
}

.training-heading-purpose .en {
  font-weight: 400;
  color: #98E1DA;
  line-height: 0.67;
}

.training-purpose-inner {
  padding-left: 20%;
}

.training-purpose-image img {
  width: 100%;
}

.training-program {
  background: top right url(./../images/pages/program_bg.webp) no-repeat;
  border-top: solid 1px #B9B9B9;
}