@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) {
  /* ===============================================
  # 下層余白
  =============================================== */
  /* ===============================================
  # ぱんくずリスト
  =============================================== */
  /* ===============================================
  # サイトマップ
  =============================================== */
  /* ===============================================
  # お問い合わせフォーム
  =============================================== */
  /* ===============================================
  # 初期クラス
  =============================================== */
  /* ===============================================
  # 各下層調整
  =============================================== */
  /* ===============================================
  # メリット・デメリット
  =============================================== */
}
body:not(.home) .mv {
  margin: 0;
}
body:not(.home) .body-inner {
  display: block;
  width: 800px;
  margin: 6rem auto 14rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body:not(.home) .body-inner {
    width: 100%;
    padding: 0 2.5rem;
    margin: 5rem 0 8rem;
  }
}
body:not(.home) .column_main > section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  body:not(.home) .column_main > section {
    margin-bottom: 70px;
  }
}
body:not(.home) .column_main > section:last-child {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  body:not(.home) .column_main > section:last-child {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
body:not(.home) .column_2 .column_sub {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  body:not(.home) .column_2 .column_sub {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}
body:not(.home) .row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body:not(.home) .row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) .bread.post_bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) .bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body:not(.home) .bread {
    margin-bottom: 60px;
  }
}
body:not(.home) .bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) .bread ul {
  list-style: none;
  padding-left: 0;
}
body:not(.home) .bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
body:not(.home) .bread ul > *:not(:last-child) {
  margin-right: 2em;
}
body:not(.home) .bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
body:not(.home) .bread a {
  text-decoration: none;
}
body:not(.home) .wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) .wsp-container h2 {
  display: none;
}
body:not(.home) .wsp-container ul.wsp-pages-list,
body:not(.home) .wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
body:not(.home) .wsp-container ul.wsp-pages-list ul,
body:not(.home) .wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
body:not(.home) .wsp-container ul.wsp-pages-list li,
body:not(.home) .wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li,
body:not(.home) .wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > a,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > a,
  body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > ul,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  body:not(.home) .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
body:not(.home) .wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
body:not(.home) .wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
body:not(.home) .wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
body:not(.home) .wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container a {
    font-size: 16px;
  }
}
body:not(.home) .wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  body:not(.home) .wsp-container strong {
    font-size: 16px;
  }
}
body:not(.home) .wsp-container .wsp-post {
  display: none;
}
body:not(.home) .wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}
body:not(.home) .contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  body:not(.home) .contact_mb {
    margin-bottom: 120px;
  }
}
body:not(.home) .inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(174, 159, 128, 0.1);
}
body:not(.home) .inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body:not(.home) .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
body:not(.home) .inquiry dl {
  margin: 0;
  padding: 0;
}
body:not(.home) .inquiry dt {
  font-weight: bold;
}
body:not(.home) .inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
body:not(.home) .inquiry dt p {
  position: relative;
}
body:not(.home) .inquiry dd {
  margin: 0;
  padding: 0;
}
body:not(.home) .inquiry dd:last-child {
  padding-bottom: 0;
}
body:not(.home) .inquiry dd p {
  padding-top: 0.5rem;
}
body:not(.home) .inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
body:not(.home) .inquiry input[type=text],
body:not(.home) .inquiry input[type=url],
body:not(.home) .inquiry input[type=email],
body:not(.home) .inquiry input[type=tel],
body:not(.home) .inquiry input[type=date],
body:not(.home) .inquiry input[type=number],
body:not(.home) .inquiry select,
body:not(.home) .inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
body:not(.home) .inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
body:not(.home) .inquiry input[type=file] {
  width: 100%;
  box-sizing: border-box;
}
body:not(.home) .inquiry input.p-postal-code {
  width: 100px;
}
body:not(.home) .inquiry input.p-region {
  width: 100px;
}
body:not(.home) .inquiry input.p-locality {
  width: 150px;
}
body:not(.home) .inquiry input.p-street-address {
  width: 100%;
}
body:not(.home) .inquiry input.p-extended-address {
  width: 100%;
}
body:not(.home) .inquiry input[type=file] {
  border: 0;
}
body:not(.home) .inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
body:not(.home) .inquiry .submit .button,
body:not(.home) .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #ae9f80;
  color: #fff;
  background: #ae9f80;
}
body:not(.home) .inquiry .submit .button:hover,
body:not(.home) .inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #ae9f80;
  color: #ae9f80;
  background: #fff;
}
body:not(.home) .inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
body:not(.home) .inquiry .required {
  color: #fff;
  background-color: #ae9f80;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
body:not(.home) .inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  body:not(.home) .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body:not(.home) .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  body:not(.home) .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  body:not(.home) .inquiry dd {
    padding: 15px 0;
  }
  body:not(.home) .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  body:not(.home) .inquiry input,
  body:not(.home) .inquiry textarea {
    border: solid 1px #ccc;
  }
  body:not(.home) .inquiry select {
    border: 1px solid #ccc;
  }
  body:not(.home) .inquiry input[type=text],
  body:not(.home) .inquiry input[type=url],
  body:not(.home) .inquiry input[type=email],
  body:not(.home) .inquiry input[type=tel],
  body:not(.home) .inquiry input[type=date],
  body:not(.home) .inquiry input[type=text],
  body:not(.home) .inquiry select {
    width: 60%;
  }
  body:not(.home) .inquiry input[type=number] {
    width: 65px;
  }
  body:not(.home) .inquiry input.p-postal-code {
    width: 100px;
  }
  body:not(.home) .inquiry input.p-region {
    width: 100px;
  }
  body:not(.home) .inquiry input.p-locality {
    width: 150px;
  }
  body:not(.home) .inquiry input.p-street-address {
    width: 100%;
  }
  body:not(.home) .inquiry input.p-extended-address {
    width: 100%;
  }
  body:not(.home) .inquiry textarea {
    width: 100%;
    resize: vertical;
  }
  body:not(.home) .inquiry .submit {
    margin: 20px 0 0;
  }
  body:not(.home) .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  body:not(.home) .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
body:not(.home) input.wide_area,
body:not(.home) select.wide_area {
  width: 100% !important;
}
body:not(.home) .wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  body:not(.home) .wpcf7-response-output {
    margin: 30px auto 0 !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 20px 4.5% 0 !important;
    max-width: 100%;
  }
}
body:not(.home) .contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(174, 159, 128, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  body:not(.home) .contact-policy {
    padding: 20px 6%;
  }
}
body:not(.home) .contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
body:not(.home) .contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  padding-right: 1.375em;
  margin-right: 0.375em;
  transition: 0.4s;
  text-decoration: underline;
  color: #ae9f80;
  font-weight: 500;
}
body:not(.home) .contact-policy .contact-policy-outLink:hover {
  text-decoration: none;
}
body:not(.home) .contact-policy .contact-policy-outLink::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #ae9f80;
  -webkit-mask-image: url(../img/contact_outlink.svg);
          mask-image: url(../img/contact_outlink.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body:not(.home) .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  body:not(.home) .map_container {
    padding-top: 50%;
  }
}
body:not(.home) .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.home) .highlight {
  background: rgba(174, 159, 128, 0.1);
  padding: 4%;
}
@media (max-width: 767px) {
  body:not(.home) .highlight {
    padding: 30px 4%;
  }
}
body:not(.home) .u_number_list02 {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
body:not(.home) .u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li {
    flex-direction: column;
  }
}
body:not(.home) .u_number_list02 li span {
  flex: 1;
}
body:not(.home) .u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li .num_title {
    text-align: center;
  }
}
body:not(.home) .u_number_list02 li:last-child {
  margin-bottom: 0;
}
body:not(.home) .u_number_list02 li::before {
  background-color: #ae9f80;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  body:not(.home) .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li::before {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  body:not(.home) .udr_mm_wrap {
    display: flex;
    gap: 20px;
  }
  body:not(.home) .udr_mm_wrap > * {
    width: calc((100% - 1.0416666667vw) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  body:not(.home) .udr_mm_wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) .udr_mm {
  background-color: rgba(174, 159, 128, 0.1);
}
body:not(.home) .udr_mm .mm_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #ae9f80;
  color: #fff;
  font-weight: 600;
}
body:not(.home) .udr_mm ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
body:not(.home) .udr_mm ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
@media (max-width: 767px) {
  body:not(.home) .udr_mm ul li {
    font-size: 1.4rem;
  }
}
body:not(.home) .udr_mm ul li::marker {
  color: #ae9f80;
  font-size: 1.1em;
}
body:not(.home) .udr_mm_not {
  background-color: rgba(51, 51, 51, 0.1);
}
body:not(.home) .udr_mm_not .mm_ttl {
  background-color: #333333;
}
body:not(.home) .udr_mm_not ul li {
  color: #333333;
}
body:not(.home) .udr_mm_not ul li::marker {
  color: #333333;
}
body:not(.home) body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.home) .body-wrap {
  overflow: hidden;
  position: relative;
}
body:not(.home) .mv {
  height: 50rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.6rem;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
}
body:not(.home) .mv.sample {
  background-image: url("/wp-content/uploads/sample_mv01.jpg");
}
body:not(.home) .mv.first {
  background-image: url("/wp-content/uploads/first_mv01.jpg");
}
body:not(.home) .mv.clinic {
  background-image: url("/wp-content/uploads/clinic_mv01.jpg");
}
body:not(.home) .mv.doctor {
  background-image: url("/wp-content/uploads/doctor_mv01.jpg");
}
body:not(.home) .mv.treatment {
  background-image: url("/wp-content/uploads/treatment_mv01.jpg");
}
body:not(.home) .mv.price {
  background-image: url("/wp-content/uploads/price_mv01.jpg");
}
body:not(.home) .mv.access {
  background-image: url("/wp-content/uploads/access_mv01.jpg");
}
body:not(.home) .mv.recruit {
  background-image: url("/wp-content/uploads/recruit_mv01.jpg");
}
body:not(.home) .mv.measures {
  background-image: url("/wp-content/uploads/measures_mv01.jpg");
}
body:not(.home) .mv.contact {
  background-image: url("/wp-content/uploads/contact_mv01.jpg");
}
body:not(.home) .mv.caries {
  background-image: url("/wp-content/uploads/caries_mv01.jpg");
}
body:not(.home) .mv.prevent {
  background-image: url("/wp-content/uploads/prevent_mv01.jpg");
}
body:not(.home) .mv.esthetic {
  background-image: url("/wp-content/uploads/esthetic_mv01.jpg");
}
body:not(.home) .mv.kids {
  background-image: url("/wp-content/uploads/kids_mv01.jpg");
}
body:not(.home) .mv.endo {
  background-image: url("/wp-content/uploads/endo_mv01.jpg");
}
body:not(.home) .mv.implant {
  background-image: url("/wp-content/uploads/implant_mv.jpg");
}
body:not(.home) .mv.dentures {
  background-image: url("/wp-content/uploads/dentures_mv.jpg");
}
body:not(.home) .mv.bruxism {
  background-image: url("/wp-content/uploads/bruxism_mv.jpg");
}
body:not(.home) .mv.ortho {
  background-image: url("/wp-content/uploads/ortho_mv.jpg");
}
body:not(.home) .pankuzu {
  width: 1000px;
  margin: 0 auto;
}
body:not(.home) .pankuzu li {
  font-size: 1.2rem;
  display: inline-block;
}
body:not(.home) .pankuzu li:not(:last-of-type):after {
  content: "-";
  margin-left: 0.5em;
}
body:not(.home) main h1 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  color: #4395bf;
  font-size: 5rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
  letter-spacing: 0.1em;
}
body:not(.home) main h1:before {
  display: block;
  content: attr(data-en) "";
  font-size: 4rem;
  color: #f7f7f7;
  letter-spacing: 0.02em;
  line-height: 1;
}
body:not(.home) main section > img {
  display: block;
  width: 100%;
  margin: 4rem 0;
}
body:not(.home) main section img {
  border-radius: 10px;
}
body:not(.home) main section:not(:last-child) {
  margin-bottom: 8rem;
}
body:not(.home) main section + section {
  margin-top: 8rem;
}
body:not(.home) main section > *:first-cihld {
  margin-top: 0 !important;
}
body:not(.home) main section > *:last-child {
  margin-bottom: 0 !important;
}
body:not(.home) main section h2:not(.no-style) {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #f7b52c;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 8rem 0 4rem;
  padding: 0.3em 1em;
}
body:not(.home) main section h3:not(.no-style) {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #4395bf;
  border-bottom: solid 1px;
  margin: 6rem 0 2.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
body:not(.home) main section h4:not(.no-style) {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background: #4395bf;
  color: #fff;
  padding: 0.3em 1em;
  margin: 4rem 0 2rem;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
body:not(.home) main section h5:not(.no-style) {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #f7b52c;
  position: relative;
  margin: 3rem 0 1em;
  letter-spacing: 0.05em;
}
body:not(.home) main section h6:not(.no-style) {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 1.3em 0 0.8em;
  letter-spacing: 0.05em;
}
body:not(.home) main section h2:not(.no-style) + *,
body:not(.home) main section h3:not(.no-style) + *,
body:not(.home) main section h4:not(.no-style) + *,
body:not(.home) main section h5:not(.no-style) + *,
body:not(.home) main section h6:not(.no-style) + * {
  margin-top: 0 !important;
}
body:not(.home) main section p {
  margin-bottom: 1em;
  line-height: 2;
}
body:not(.home) main section p strong {
  font-weight: bold;
}
body:not(.home) section p {
  text-align: justify;
}
body:not(.home) main section ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
body:not(.home) main section ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
body:not(.home) main section ol:not([class]) li:before {
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  box-sizing: border-box;
  background: #4395bf;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #f7b52c;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
}
body:not(.home) main section ol:not([class]) li + li {
  margin-top: 3rem;
}
body:not(.home) main section ul:not([class]) {
  margin: 4rem 0;
}
body:not(.home) main section ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  position: relative;
}
body:not(.home) main section ul:not([class]) li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #4395bf;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
}
body:not(.home) main section ul:not([class]) li + li {
  margin-top: 2rem;
}
body:not(.home) main section ol.flow {
  counter-reset: flow;
  margin: 5rem 0;
}
body:not(.home) main section ol.flow li {
  position: relative;
  line-height: 2;
  text-align: justify;
}
body:not(.home) main section ol.flow li + li {
  margin-top: 4rem;
}
body:not(.home) main section ol.flow li.has-img {
  padding-right: 40rem;
}
body:not(.home) main section ol.flow li strong:first-of-type {
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
body:not(.home) main section ol.flow li strong:first-of-type:before {
  counter-increment: flow;
  content: counter(flow);
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  background: #4395bf;
  color: #fff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}
body:not(.home) main section ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
body:not(.home) main section table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
  border: solid 1px #4395bf;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
}
body:not(.home) main section table:not(.no-style) th {
  background: #f7f7f7;
  padding: 1em;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.7;
}
body:not(.home) main section table:not(.no-style) tr:not(:last-child) th {
  border-bottom: solid 1px #4395bf;
}
body:not(.home) main section table:not(.no-style) td {
  padding: 1em;
  vertical-align: middle;
  border-left: none;
  line-height: 1.7;
}
body:not(.home) main section table:not(.no-style) tr:not(:last-child) td {
  border-bottom: solid 1px #4395bf;
}
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
@media (max-width: 768px) {
  body:not(.home) {
    /*** doctor ***/
    /*** treatment ***/
  }
  body:not(.home) .body-wrap {
    padding-top: 0;
  }
  body:not(.home) .mv {
    height: 20rem;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  body:not(.home) .pankuzu {
    width: 100%;
    padding: 0 2.5rem;
  }
  body:not(.home) main {
    width: 100%;
    padding: 0 2.5rem;
    margin: 5rem 0 8rem;
  }
  body:not(.home) main h1 {
    font-size: 3.8rem;
    background-size: 3.5rem;
    padding-top: 1.8rem;
    margin-bottom: 6rem;
  }
  body:not(.home) main h1:before {
    font-size: 3rem;
  }
  body:not(.home) main section + section {
    margin-top: 6rem;
  }
  body:not(.home) main section > img {
    margin: 1.8rem 0;
  }
  body:not(.home) main section h2:not(.no-style) {
    font-size: 1.9rem;
    margin: 6rem 0 2.5rem;
  }
  body:not(.home) main section h3:not(.no-style) {
    font-size: 1.8rem;
    margin: 5rem 0 2rem;
  }
  body:not(.home) main section h4:not(.no-style) {
    font-size: 1.6rem;
    margin: 4rem 0 1.8rem;
  }
  body:not(.home) main section h5:not(.no-style) {
    font-size: 1.5rem;
    margin: 3.5rem 0 1.6rem;
  }
  body:not(.home) main section h6:not(.no-style) {
    font-size: 1.4rem;
  }
  body:not(.home) main section ol:not([class]) {
    margin: 3rem 0;
  }
  body:not(.home) main section ol:not([class]) li {
    font-size: 1.5rem;
    padding-left: 6rem;
  }
  body:not(.home) main section ol:not([class]) li + li {
    margin-top: 2.35rem;
  }
  body:not(.home) main section ol:not([class]) li:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
  }
  body:not(.home) main section ul:not([class]) {
    margin: 3rem 0;
  }
  body:not(.home) main section ul:not([class]) li {
    font-size: 1.4rem;
  }
  body:not(.home) main section ul:not([class]) li:before {
    top: 0.5rem;
  }
  body:not(.home) main section ul:not([class]) li + li {
    margin-top: 1.6rem;
  }
  body:not(.home) main section ol.flow {
    margin: 4rem 0;
  }
  body:not(.home) main section ol.flow li.has-img {
    padding: 0;
  }
  body:not(.home) main section ol.flow li + li {
    margin-top: 2.5rem;
  }
  body:not(.home) main section ol.flow li strong:first-of-type {
    font-size: 1.6rem;
    padding-left: 4.2rem;
  }
  body:not(.home) main section ol.flow li strong:first-of-type:before {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    font-size: 2rem;
    top: -0.3rem;
  }
  body:not(.home) main section ol.flow li img {
    width: 100%;
    position: static;
    margin-top: 1.5rem;
    display: block;
  }
  body:not(.home) main section table:not(.no-style) {
    margin: 3rem 0;
  }
  body:not(.home) main section table:not(.no-style) th {
    font-size: 1.5rem;
  }
  body:not(.home) main section table.sp-break {
    border-bottom: solid 1px #4395bf;
  }
  body:not(.home) main section table.sp-break,
  body:not(.home) main section table.sp-break tbody,
  body:not(.home) main section table.sp-break tr,
  body:not(.home) main section table.sp-break th,
  body:not(.home) main section table.sp-break td {
    display: block;
  }
  body:not(.home) main section table:not(.no-style).sp-break th {
    text-align: center;
    border: none;
    padding: 0.5em 1em;
  }
  body:not(.home) main section table:not(.no-style).sp-break td {
    border: none;
  }
  body:not(.home) main section table:not(.no-style).sp-break tr:not(:last-child) th,
  body:not(.home) main section table:not(.no-style).sp-break tr:not(:last-child) td {
    border: none;
  }
  body:not(.home) .btn {
    text-align: center;
  }
  body:not(.home) .txt-list {
    display: block;
  }
  body:not(.home) .txt-list .box:not(:last-child) {
    margin-bottom: 15px;
  }
  body:not(.home) .dr-pic {
    height: 18rem;
    padding-left: 2rem;
    margin: 6rem 0 2rem;
    overflow: hidden;
  }
  body:not(.home) .dr-pic img {
    width: 15rem;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    right: -30px;
    bottom: -20px;
  }
  body:not(.home) .dr-pic h3 {
    font-size: 2.8rem;
  }
  body:not(.home) .dr-pic h3 + small {
    font-size: 1.6rem;
  }
  body:not(.home) .dr-pic + p {
    padding-bottom: 4rem;
    border-bottom: solid 1px #f2f2f2;
  }
  body:not(.home) .history-row {
    flex-wrap: wrap;
    margin: 4.5rem 0;
  }
  body:not(.home) .history-row .inner {
    width: 100%;
  }
  body:not(.home) .history-row .inner + .inner {
    margin-top: 3.25rem;
  }
  body:not(.home) .history-row .inner h4 {
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
  }
  body:not(.home) .treatment .tit {
    line-height: 1.6;
    margin-bottom: 50px;
  }
  body:not(.home) .treatment .content {
    padding: 0;
  }
  body:not(.home) .treatment .in {
    display: block;
    margin-bottom: 40px;
  }
  body:not(.home) .treatment .in .box {
    width: 100%;
  }
  body:not(.home) .treatment .in .box:first-child {
    margin-bottom: 30px;
  }
  body:not(.home) .treatment .in .box a {
    height: auto;
    padding: 15px 120px 30px 20px;
  }
  body:not(.home) .treatment .in .box a:before {
    width: 114px;
    height: 120px;
  }
  body:not(.home) .treatment .treat-list {
    margin-bottom: 70px;
  }
  body:not(.home) .treatment .treat-list li {
    width: 26vw;
    margin-right: 0;
  }
  body:not(.home) .treatment .treat-list li:nth-child(n+4) {
    margin-top: 50px;
  }
  body:not(.home) .treatment .treat-list li a {
    position: relative;
  }
  body:not(.home) .treatment .treat-list .ico {
    width: 26vw;
    height: 26vw;
    margin-bottom: 0;
    border-radius: 26vw;
  }
  body:not(.home) .treatment .treat-list .ico:before {
    width: calc(26vw - 10px);
    height: calc(26vw - 10px);
    border-radius: 26vw;
  }
  body:not(.home) .treatment .treat-list h3 {
    width: 100%;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: calc(26vw + 5px);
  }
  body:not(.home) .mb-sp {
    margin-bottom: 10px;
  }
  body:not(.home) .btn-wrap {
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
  body:not(.home) .btn.btn-item a {
    width: 250px;
  }
  body:not(.home) main section h5.mt0 {
    margin: 2rem 0 1.6rem;
  }
  body:not(.home) .history-row.mt0 {
    margin-top: 0;
  }
  body:not(.home) .history-row.mt0 .inner {
    margin-top: 1rem;
  }
  body:not(.home) main section p.mt30-pc {
    margin-top: 20px;
  }
  body:not(.home) .mb20-sp {
    margin-bottom: 20px;
  }
  body:not(.home) main section table.implant_table th {
    width: 100%;
  }
  body:not(.home) main section table.recruit_table th {
    width: 30%;
  }
  body:not(.home) main section ol.flow li img {
    margin-bottom: 1rem;
  }
  body:not(.home) main {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  body:not(.home) .pankuzu {
    width: 100%;
    padding: 0 !important;
  }
}
body:not(.home) .treatment:after {
  display: none;
}
body:not(.home) .first:after {
  content: "";
  width: 100%;
  height: 100%;
  background: unset;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body:not(.home) .first::before {
  background: unset;
}
@media screen and (max-width: 599px) {
  body:not(.home) .treatment .in .box h3 {
    margin: 0;
    font-size: 2rem !important;
  }
}
body:not(.home) .mv:before {
  background: unset;
}

@media (max-width: 768px) {
  body:not(.home) .treatment .content {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  body:not(.home) .treatment .tit {
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: 1.8rem !important;
  }
}
@media (max-width: 768px) {
  body:not(.home) .treatment .treat-list h3 {
    width: 100%;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: calc(26vw + 5px);
  }
}
body:not(.home) main h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.home) main h1 {
    font-size: clamp(24px, 4.9414824447vw, 38px);
  }
}

body:not(.home) .pankuzu {
  margin: 0 auto clamp(45px, 4.39238653vw, 60px);
}

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1.4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}

body {
  font-size: 1.5rem;
  font-family: YuGothic, "Yu Gothic medium", "sans-serif";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-wrap {
  overflow: hidden;
  position: relative;
}

section,
article {
  margin: 0 auto;
}

.content {
  width: 800px;
  margin: 0 auto;
}

.contentL {
  width: 900px;
  margin: 0 auto;
}

main {
  display: block;
}

a {
  color: inherit;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.4;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none;
}

.btn a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  width: 250px;
  height: 40px;
  background: #afa78e;
  color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.btn a:after {
  content: "";
  width: 6.5px;
  height: 9px;
  background-image: url("/wp-content/uploads/arrow-wt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* -------
【FOT-TsukuARdGothic Std R】
font-family: $font-maru,sans-serif;
font-weight: 400;
font-style: normal;

【FOT-TsukuARdGothic Std B】
font-family: $font-maru, sans-serif;
font-weight: 700;
font-style: normal;
------ */
/*  header------------------------------------*/
header input {
  display: none;
}

header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

header .top-fix {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
}

header .top-fix ul {
  position: fixed;
  top: 45px;
  right: 110px;
  z-index: 5;
}

header .top-fix li {
  display: inline-block;
  margin-left: 10px;
}

header .top-fix li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  border: 1px solid #4395bf;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}

header .top-fix li:nth-child(1) a {
  color: #4395bf;
  background: #fff;
  font-size: 1.8rem;
  padding-right: 10px;
}

header .top-fix li:nth-child(2) a {
  color: #fff;
  background: #4395bf;
  letter-spacing: -0.06em;
  padding-right: 20px;
}

header .top-fix li a:before {
  content: "";
  display: block;
  width: 17.5px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header .top-fix li:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/ico-tel-bl.png");
}

header .top-fix li:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/ico-yoyaku.png");
}

header .top-fix li a:after {
  content: "";
  width: 5.5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 14px;
}

header .top-fix li:nth-child(1) a:after {
  background-image: url("/wp-content/uploads/arrow-bl.png");
}

header .top-fix li:nth-child(2) a:after {
  background-image: url("/wp-content/uploads/arrow-wt.png");
}

header label {
  cursor: pointer;
}

header .top-fix label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #f7b52c;
  font-size: 1.2rem;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 15;
}

header .top-fix label:before,
header .top-fix label span:before,
header .top-fix label span:after {
  content: "";
  display: block;
  height: 1px;
  background: #646464;
  margin-bottom: 4px;
  transition-duration: 0.4s;
}

header .top-fix label span {
  width: 30px;
}

header .top-fix label:before {
  width: 30px;
}

header .top-fix label span:before {
  width: 22px;
}

header .top-fix label span:after {
  width: 14px;
}

header input:checked ~ .top-fix label:before {
  transform: rotate(45deg) translate(1px, 0px);
}

header input:checked ~ .top-fix label span:before {
  width: 30px;
  transform: rotate(-45deg) translate(4px, -2px);
}

header input:checked ~ .top-fix label span:after {
  opacity: 0;
}

header nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 10;
  background: #f7b52c;
  transition-duration: 0.4s;
}

header input:checked ~ nav {
  right: 0;
}

header nav ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: 140px;
       column-width: 140px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 50px;
}

header nav ul li {
  border-bottom: 1px solid #f9c456;
}

header nav ul li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 15px 30px;
  position: relative;
}

header nav ul li a:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header nav ul li:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/gnav01.png");
}

header nav ul li:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/gnav02.png");
}

header nav ul li:nth-child(3) a:before {
  background-image: url("/wp-content/uploads/gnav03.png");
}

header nav ul li:nth-child(4) a:before {
  background-image: url("/wp-content/uploads/gnav04.png");
}

header nav ul li:nth-child(5) a:before {
  background-image: url("/wp-content/uploads/gnav05.png");
}

header nav ul li:nth-child(6) a:before {
  background-image: url("/wp-content/uploads/gnav06.png");
}

header nav ul li:nth-child(7) a:before {
  background-image: url("/wp-content/uploads/gnav07.png");
}

header nav ul li:nth-child(8) a:before {
  background-image: url("/wp-content/uploads/gnav08.png");
}

header nav .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  width: 275px;
  height: 80px;
  background: #f9c456;
  margin-bottom: 25px;
  border-radius: 80px;
}

header nav .tel span {
  display: block;
  text-align: center;
}

header nav .tel span:nth-child(1) {
  font-size: 1.4rem;
}

header nav .tel span:nth-child(2) {
  font-size: 2.4rem;
}

header nav .tel span:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/uploads/ico-tel-bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}

header nav p:last-child {
  font-size: 1.2rem;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

/*  footer------------------------------------*/
footer .f-info {
  background: #f7f7f7;
  padding: 200px 0 85px;
  position: relative;
}

footer .f-info:before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("/wp-content/uploads/cover.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/*no*/
.no-webp footer .f-info:before {
  background-image: url("/wp-content/uploads/cover.png");
}

footer .f-info .content {
  display: flex;
  justify-content: space-between;
}

footer .f-info .content > * {
  width: 380px;
}

footer .f-info .left .logo {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 45px;
}

footer .f-info .left table {
  width: 100%;
  border: solid #afa78e;
  border-width: 1px 0;
  color: #afa78e;
  margin-bottom: 10px;
}

footer .f-info .left table th {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

footer .f-info .left table td {
  padding: 0px 5px 5px;
  text-align: center;
  vertical-align: middle;
}

footer .f-info .left table th {
  font-size: 1.4rem;
}

footer .f-info .left table td {
  font-size: 1.3rem;
}

footer .f-info .left table td:first-child {
  width: 135px;
  text-align: right;
  padding-left: 15px;
  padding-right: 28px;
}

footer .f-info .left table tr > *:last-child {
  padding-right: 20px;
}

footer .f-info .left table tr:last-child td {
  padding-bottom: 10px;
}

footer .f-info .left table + p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

footer .f-info .left .tel {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #afa78e;
  text-align: center;
  letter-spacing: 0.03em;
  border: 1px solid #afa78e;
  border-radius: 50px;
  padding: 2px 0;
}

footer .f-info .left .tel a {
  font-size: 2.4rem;
  vertical-align: -4px;
  margin-left: 15px;
}

footer .f-info .left .tel a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16.5px;
  background-image: url("/wp-content/uploads/ico-tel-br.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}

footer .f-info .right p:first-of-type {
  line-height: 0;
  margin-bottom: 30px;
}

footer .f-info .right img {
  border-radius: 10px;
}

footer .f-info .right ul li {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

footer .f-info .right ul li:before {
  content: "";
  width: 12px;
  height: 16.5px;
  background-image: url("/wp-content/uploads/ico-add.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

footer .f-info .right ul li:nth-child(2):before {
  background-image: url("/wp-content/uploads/ico-train.png");
}

footer .f-info .right .btn {
  text-align: right;
}

footer .sitemap {
  background: #e7e5dd;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

footer .sitemap:before {
  content: "";
  width: 389px;
  height: 450px;
  background-image: url("/wp-content/uploads/ill-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: -1;
}

footer .sitemap .content {
  padding: 90px 0;
  display: flex;
}

footer .sitemap .content .box {
  margin-right: 30px;
}

footer .sitemap .content ul {
  display: inline-block;
}

footer .sitemap .content .box:nth-child(2) ul:first-of-type {
  margin-right: 15px;
}

footer .sitemap .content p {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 3;
}

footer .sitemap .content ul {
  font-size: 1.2rem;
  line-height: 2.5;
}

footer .sitemap .copy {
  text-align: center;
}

footer .sitemap .copy small {
  font-size: 1.2rem;
}

/* txt-list------ */
.txt-list {
  display: flex;
  flex-wrap: wrap;
}

.txt-list:not(:first-child) {
  margin-top: 30px;
}

.txt-list:not(:last-child) {
  margin-bottom: 40px;
}

.txt-list .box {
  flex-basis: calc((100% - 60px) / 3);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 35px 18px;
  counter-increment: txt-list;
}

@media screen and (min-width: 600px) {
  .txt-list .box:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .txt-list .box:nth-child(n+4) {
    margin-top: 20px;
  }
}
.txt-list .tit {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
}

.txt-list .tit:before {
  content: "0" counter(txt-list);
  display: block;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #4395bf;
}

.txt-list .txt {
  border-top: 1px solid #646464;
  padding-top: 18px;
}

/*** doctor ***/
.dr-pic {
  width: 100%;
  height: 35rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  background: #f7f7f7;
  padding-left: 5rem;
  margin: 10rem 0 3.5rem;
  border-radius: 10px;
}

.dr-pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/doctor_dr-bg.jpg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.12;
  mix-blend-mode: luminosity;
}

.dr-pic img {
  width: 36rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.dr-pic h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #4395bf;
}

.dr-pic h3 + small {
  display: block;
  font-size: 2.6rem;
  color: #afa78e;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.history-row {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0;
}

.history-row .inner {
  width: 37rem;
}

.history-row .inner h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 600;
  background: #fdf0d5;
  border-radius: 50px;
  padding: 0.3em;
}

.history-row .inner table {
  width: 100%;
}

.history-row .inner table th {
  font-weight: 400;
  width: 1px;
  padding-right: 1.5em;
  white-space: nowrap;
}

.history-row .inner table tr + tr > * {
  padding-top: 0.5em;
}

.history-row .inner table td {
  text-align: justify;
}

.history-row .inner ul li {
  padding-left: 0.7em;
  position: relative;
}

.history-row .inner ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.history-row .inner ul li + li {
  margin-top: 0.5em;
}

/*** treatment ***/
.treatment .tit {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 80px;
}

.treatment .in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.treatment .in .box {
  width: 386px;
}

.treatment .in .box a {
  display: block;
  height: 220px;
  border: 1px solid #4395bf;
  border-radius: 10px;
  padding: 25px 180px 45px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.treatment .in .box a:before {
  content: "";
  width: 176px;
  height: 179.5px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.treatment .in .box:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/treatment-img01.webp");
}

.treatment .in .box:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/treatment-img02.webp");
}

/*no*/
.no-webp .treatment .in .box:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/treatment-img01.png");
}

/*no*/
.no-webp .treatment .in .box:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/treatment-img02.png");
}

.treatment .in .box h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #4395bf;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.treatment .in .box h3:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 40px;
  background-image: url("/wp-content/uploads/ill.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -2px;
}

.treatment .in .box p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 0;
}

.treatment .in .box .more {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  color: #4395bf;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.treatment .in .box .more:after {
  content: "";
  display: inline-block;
  width: 5.5px;
  height: 9px;
  background-image: url("/wp-content/uploads/arrow-bl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
}

.treatment .treat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.treatment .treat-list li {
  width: 110px;
  margin-right: 20px;
}

@media screen and (min-width: 600px) {
  .treatment .treat-list li:nth-child(6n) {
    margin-right: 0;
  }
  .treatment .treat-list li:nth-child(n+7) {
    margin-top: 30px;
  }
}
.treatment .treat-list li a {
  display: block;
}

.treatment .treat-list li a:hover {
  opacity: 1;
}

.treatment .treat-list .ico {
  width: 110px;
  height: 110px;
  background: #4395bf;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.treatment .treat-list .ico:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}

.treatment .treat-list li img {
  transition-duration: 0.4s;
}

.treatment .treat-list li a:hover img {
  transform: rotate(-20deg);
}

.treatment .treat-list h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
}

.treatment .btn {
  text-align: center;
}

/*  */
main section ol.flow.none li strong:first-of-type:before {
  content: "";
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  background: #4395bf;
  color: #fff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}

main section h5.m-01 {
  margin: 1em 0 0.5em;
}

main section h5.mt0 {
  margin-top: 0;
}

main section ol.flow li.has-img.mt50 {
  margin-top: 50px;
}

span.font-w {
  font-weight: bold;
}

.text-col {
  color: #4395bf;
}

.btn-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}

.btn.btn-item a {
  width: 150px;
  background: #4395bf;
}

main section p.center {
  text-align: center;
}

main section p.pl60 {
  padding-left: 60px;
}

main section p.mt30-pc {
  margin-top: 30px;
}

main section table.implant_table th {
  width: 60%;
}

main section p.mt20-pc {
  margin-top: 20px;
  margin-bottom: 0;
}

main section ol.flow.none li strong:first-of-type:before {
  content: "";
}

main section ol.flow li:not(:first-of-type) {
  margin-top: 5rem;
}

/*  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* CSS Document */
h2.base {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  color: #4395bf;
  letter-spacing: 0;
  margin-bottom: 40px;
}

/* mv---------------------------------- */
.mv {
  width: calc(100% - 40px);
  height: 750px;
  position: relative;
  z-index: 0;
  margin: 20px 20px 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.mv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
}

.mv .txt {
  position: absolute;
  z-index: 1;
  left: 6vw;
  top: 50%;
  transform: translateY(-50%);
}

.mv .txt .ribbon {
  transform: translateX(-15px);
  margin-bottom: 5px;
}

.mv .txt .catch {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.2rem;
  color: #4395bf;
  margin-bottom: 10px;
}

.mv .txt .catch span:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 48px;
  background-image: url("/wp-content/uploads/mv-ill.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -5px;
}

.mv .txt h1 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.mv .mv-slider {
  height: 100%;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
  overflow: hidden;
}

.mv .mv-slider li {
  height: 100%;
}

.mv .mv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv .mv-slider img[src*=sp] {
  display: none;
}

.mv .slick-slider .slick-track,
.mv .slick-slider .slick-list {
  height: 100%;
}

/* top-nav---------------------------------- */
.top-nav {
  display: flex;
  justify-content: space-between;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  margin-bottom: 90px;
}

.top-nav a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.top-nav a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 8px;
  transition-duration: 0.3s;
}

.top-nav li:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/gnav01.png");
}

.top-nav li:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/gnav02.png");
}

.top-nav li:nth-child(3) a:before {
  background-image: url("/wp-content/uploads/gnav03.png");
}

.top-nav li:nth-child(4) a:before {
  background-image: url("/wp-content/uploads/gnav04.png");
}

.top-nav li:nth-child(5) a:before {
  background-image: url("/wp-content/uploads/gnav05.png");
}

.top-nav li:nth-child(6) a:before {
  background-image: url("/wp-content/uploads/gnav06.png");
}

.top-nav li:nth-child(7) a:before {
  background-image: url("/wp-content/uploads/gnav07.png");
}

.top-nav li:nth-child(8) a:before {
  background-image: url("/wp-content/uploads/gnav08.png");
}

.top-nav a:hover {
  opacity: 1;
}

.top-nav a:hover:before {
  transform: translateY(-5px);
}

/* covid---------------------------------- */
.covid {
  margin-bottom: 70px;
}

.covid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background: #abe3d3;
  padding-left: 50px;
  overflow: hidden;
  position: relative;
}

.covid a:before {
  content: "";
  width: 203.5px;
  height: 100px;
  background-image: url("/wp-content/uploads/bnr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.covid a p:first-child {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 5px;
}

.covid a p:last-child {
  letter-spacing: 0.07em;
}

.covid a p:last-child:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url("/wp-content/uploads/arrow-bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 25px;
  vertical-align: 1px;
}

/* top-info----------------------------------------- */
.top-info {
  position: relative;
  z-index: 0;
}

.top-info .wrap {
  background: #fff;
  padding-bottom: 190px;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
}

.top-info:before {
  content: "";
  width: 100%;
  height: 200px;
  background: #e7e5dd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-info h2:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 38px;
  background-image: url("/wp-content/uploads/ill.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -5px;
  margin-left: 5px;
}

.top-info .content {
  display: flex;
  justify-content: space-between;
}

.top-info .content > * {
  width: 380px;
}

.top-info h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.top-info .left ul {
  background: #f7f7f7;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.top-info .left ul li:not(:last-child) {
  background: radial-gradient(circle farthest-side, #afa78e, #afa78e 0.5px, transparent 0.5px, transparent);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
}

.top-info .left ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 10px 15px 10px 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-info .left ul li a:after {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("/wp-content/uploads/arrow-br.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 0;
}

.top-info .left ul li a span {
  padding-right: 1em;
}

.top-info .left table {
  width: 100%;
  border: solid #afa78e;
  border-width: 1px 0;
  color: #afa78e;
  margin-bottom: 10px;
}

.top-info .left table th {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.top-info .left table td {
  padding: 0px 5px 5px;
  text-align: center;
  vertical-align: middle;
}

.top-info .left table th {
  font-size: 1.4rem;
}

.top-info .left table td {
  font-size: 1.3rem;
}

.top-info .left table td:first-child {
  width: 135px;
  text-align: right;
  padding-left: 15px;
  padding-right: 28px;
}

.top-info .left table tr > *:last-child {
  padding-right: 20px;
}

.top-info .left table tr:last-child td {
  padding-bottom: 10px;
}

.top-info .left table + p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.top-info .left .tel {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #afa78e;
  text-align: center;
  letter-spacing: 0.03em;
  border: 1px solid #afa78e;
  border-radius: 50px;
  padding: 2px 0;
}

.top-info .left .tel a {
  font-size: 2.4rem;
  vertical-align: -4px;
  margin-left: 15px;
}

.top-info .left .tel a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16.5px;
  background-image: url("/wp-content/uploads/ico-tel-br.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}

.top-info .right p:first-of-type {
  line-height: 0;
  margin-bottom: 30px;
}

.top-info .right ul li {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.top-info .right ul li:before {
  content: "";
  width: 12px;
  height: 16.5px;
  background-image: url("/wp-content/uploads/ico-add.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.top-info .right ul li:nth-child(2):before {
  background-image: url("/wp-content/uploads/ico-train.png");
}

.top-info .right .btn {
  text-align: right;
}

/* concept----------------------------------------- */
.concept {
  background: #e7e5dd;
  position: relative;
  z-index: 2;
  padding: 95px 0 160px;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
}

.concept:before {
  content: "";
  width: 389px;
  height: 450px;
  background-image: url("/wp-content/uploads/ill-mark.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -100px;
}

/*no*/
.no-webp .concept:before {
  background-image: url("/wp-content/uploads/ill-mark.png");
}

.concept .contentL {
  position: relative;
}

.concept .contentL:before {
  content: "";
  width: 450px;
  height: 450px;
  background-image: url("/wp-content/uploads/concept02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 348px;
  right: -200px;
}

.concept .contentL:after {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url("/wp-content/uploads/concept01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 215px;
  right: 50px;
}

.concept h2 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #f7b52c;
  margin-bottom: 40px;
}

.concept h2 small {
  display: block;
  font-size: 2rem;
  color: #4395bf;
}

.concept h2 span {
  font-weight: 400;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: normal;
  margin-left: -4px;
}

.concept ul {
  width: 530px;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}

.concept ul li {
  font-size: 1.8rem;
  padding: 15px 0 15px 50px;
  letter-spacing: 0.05em;
  position: relative;
  background-image: linear-gradient(to right, #afa78e, #afa78e 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.concept ul li:before {
  content: "";
  width: 35.5px;
  height: 31.5px;
  background-image: url("/wp-content/uploads/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15px;
}

.concept .contentL p {
  width: 530px;
  text-align: justify;
  line-height: 1.8;
}

.concept .btn {
  margin-top: 40px;
}

.sec01 {
  height: 500px;
  margin-top: -100px;
  position: relative;
  z-index: 0;
  background-image: url("/wp-content/uploads/sec01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/*no*/
.no-webp .sec01 {
  background-image: url("/wp-content/uploads/sec01.jpg");
}

_::-webkit-full-page-media,
_:future,
:root .sec01 {
  background-attachment: unset;
}

.sec01:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/feature-cover.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 150px;
  position: absolute;
  left: 0;
  bottom: -50px;
}

/*no*/
.no-webp .sec01:after {
  background-image: url("/wp-content/uploads/feature-cover.png");
}

/* feature----------------------------------------- */
.feature {
  background-image: url("/wp-content/uploads/feature-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 130px;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
  position: relative;
  z-index: 2;
}

/*no*/
.no-webp .feature {
  background-image: url("/wp-content/uploads/feature-bg.jpg");
}

.feature:after {
  content: "Features";
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 18rem;
  color: #f7f7f7;
  letter-spacing: -0.03em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-feature-settings: "vkrn", "vpal";
  position: absolute;
  left: calc(5% - 60px);
  top: 0;
}

.feature h2 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #f7b52c;
  margin-bottom: 40px;
  text-align: center;
}

.feature h2 small {
  display: block;
  font-size: 2rem;
  color: #4395bf;
}

.feature h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: normal;
  transform: translateY(4px);
}

.feature .contentL {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 90px;
}

.feature .box {
  width: 260px;
  counter-increment: feature;
}

@media screen and (min-width: 600px) {
  .feature .box:nth-child(n+4) {
    margin-top: 40px;
  }
}
.feature h3 {
  display: flex;
  height: 145px;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #4395bf;
  background-image: linear-gradient(to right, #4395bf, #4395bf 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.feature h3 small {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.feature h3 .img {
  display: block;
  margin-right: 12px;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}

.feature h3 .img:before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature .box:nth-child(1) h3 .img:before {
  background-image: url("/wp-content/uploads/feature01.webp");
}

.feature .box:nth-child(2) h3 .img:before {
  background-image: url("/wp-content/uploads/feature02.webp");
}

.feature .box:nth-child(3) h3 .img:before {
  background-image: url("/wp-content/uploads/feature03.webp");
}

.feature .box:nth-child(4) h3 .img:before {
  background-image: url("/wp-content/uploads/feature04.webp");
}

.feature .box:nth-child(5) h3 .img:before {
  background-image: url("/wp-content/uploads/feature05.webp");
}

.feature .box:nth-child(6) h3 .img:before {
  background-image: url("/wp-content/uploads/feature06.webp");
}

.feature .box:nth-child(7) h3 .img:before {
  background-image: url("/wp-content/uploads/feature07.webp");
}

.feature .box:nth-child(8) h3 .img:before {
  background-image: url("/wp-content/uploads/feature08.webp");
}

.feature .box:nth-child(9) h3 .img:before {
  background-image: url("/wp-content/uploads/feature09.webp");
}

/*no*/
.no-webp .feature .box:nth-child(1) h3 .img:before {
  background-image: url("/wp-content/uploads/feature01.png");
}

/*no*/
.no-webp .feature .box:nth-child(2) h3 .img:before {
  background-image: url("/wp-content/uploads/feature02.png");
}

/*no*/
.no-webp .feature .box:nth-child(3) h3 .img:before {
  background-image: url("/wp-content/uploads/feature03.png");
}

/*no*/
.no-webp .feature .box:nth-child(4) h3 .img:before {
  background-image: url("/wp-content/uploads/feature04.png");
}

/*no*/
.no-webp .feature .box:nth-child(5) h3 .img:before {
  background-image: url("/wp-content/uploads/feature05.png");
}

/*no*/
.no-webp .feature .box:nth-child(6) h3 .img:before {
  background-image: url("/wp-content/uploads/feature06.png");
}

/*no*/
.no-webp .feature .box:nth-child(7) h3 .img:before {
  background-image: url("/wp-content/uploads/feature07.png");
}

/*no*/
.no-webp .feature .box:nth-child(8) h3 .img:before {
  background-image: url("/wp-content/uploads/feature08.png");
}

/*no*/
.no-webp .feature .box:nth-child(9) h3 .img:before {
  background-image: url("/wp-content/uploads/feature09.png");
}

.feature h3 .img:after {
  content: counter(feature);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #4395bf;
  color: #f7b52c;
  position: absolute;
  left: -10px;
  top: -10px;
}

.feature .box p {
  text-align: justify;
  line-height: 1.86;
}

.feature .btn {
  text-align: center;
}

/* treatment----------------------------------------- */
.treatment {
  padding: 100px 0 0;
  position: relative;
  margin-bottom: 110px;
}

.treatment:after {
  content: "Treatments";
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 18rem;
  color: #f7f7f7;
  letter-spacing: -0.03em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-feature-settings: "vkrn", "vpal";
  position: absolute;
  left: -60px;
  top: 0;
}

.treatment h2:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 41px;
  background-image: url("/wp-content/uploads/ico-treatment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
  vertical-align: -4px;
}

.treatment h2 + p {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 80px;
}

.treatment .in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.treatment .in .box {
  width: 386px;
}

.treatment .in .box a {
  display: block;
  height: 220px;
  border: 1px solid #4395bf;
  border-radius: 10px;
  padding: 25px 180px 45px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.treatment .in .box a:before {
  content: "";
  width: 176px;
  height: 179.5px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.treatment .in .box:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/treatment-img01.webp");
}

.treatment .in .box:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/treatment-img02.webp");
}

/*no*/
.no-webp .treatment .in .box:nth-child(1) a:before {
  background-image: url("/wp-content/uploads/treatment-img01.png");
}

/*no*/
.no-webp .treatment .in .box:nth-child(2) a:before {
  background-image: url("/wp-content/uploads/treatment-img02.png");
}

.treatment .in .box h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #4395bf;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.treatment .in .box h3:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 40px;
  background-image: url("/wp-content/uploads/ill.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -2px;
}

.treatment .in .box p {
  text-align: justify;
  line-height: 1.8;
}

.treatment .in .box .more {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  color: #4395bf;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.treatment .in .box .more:after {
  content: "";
  display: inline-block;
  width: 5.5px;
  height: 9px;
  background-image: url("/wp-content/uploads/arrow-bl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
}

.treatment .treat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.treatment .treat-list li {
  width: 110px;
  margin-right: 20px;
}

@media screen and (min-width: 600px) {
  .treatment .treat-list li:nth-child(6n) {
    margin-right: 0;
  }
  .treatment .treat-list li:nth-child(n+7) {
    margin-top: 30px;
  }
}
.treatment .treat-list li a {
  display: block;
}

.treatment .treat-list li a:hover {
  opacity: 1;
}

.treatment .treat-list .ico {
  width: 110px;
  height: 110px;
  background: #4395bf;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.treatment .treat-list .ico:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}

.treatment .treat-list li img {
  transition-duration: 0.4s;
}

.treatment .treat-list li a:hover img {
  transform: rotate(-20deg);
}

.treatment .treat-list h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
}

.treatment .btn {
  text-align: center;
}

/* price----------------------------------------- */
.price {
  background: #fff;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}

.price .box {
  background: #f7f7f7;
  border-radius: 10px 10px 0 0;
  padding: 40px 50px 30px;
  position: relative;
  z-index: 0;
}

.price .box:before {
  content: "";
  width: 360px;
  height: 360px;
  background: #f7f7f7;
  border-radius: 200px;
  position: absolute;
  right: -70px;
  top: -40px;
  z-index: -1;
}

.price .box h2 {
  width: 420px;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.price .box h2:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/ico-price.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -10px;
  margin-right: 10px;
}

.price .box p:not([class]) {
  line-height: 1.8;
}

.price .box p span {
  font-weight: bold;
  font-size: 2rem;
  background: linear-gradient(to bottom, rgba(247, 18, 44, 0) 60%, #f7b52c 60%);
  padding-bottom: 2px;
}

.price .box .btn {
  margin-top: 20px;
}

.price .pay {
  display: flex;
  background: #f7b52c;
  border-radius: 0 0 10px 10px;
  padding: 25px 40px;
  position: relative;
  z-index: 0;
}

.price .pay h3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid;
}

.price .pay p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}

.price .pay:after {
  content: "";
  width: 320.5px;
  height: 320px;
  background-image: url("/wp-content/uploads/top_price.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: -50px;
  top: -312px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
}

/*no*/
.no-webp .price .pay:after {
  background-image: url("/wp-content/uploads/top_price.png");
}

.sec02 {
  height: 650px;
  margin-top: -110px;
  position: relative;
  z-index: 0;
  background-image: url("/wp-content/uploads/sec02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/*no*/
.no-webp .sec02 {
  background-image: url("/wp-content/uploads/sec02.jpg");
}

_::-webkit-full-page-media,
_:future,
:root .sec02 {
  background-attachment: unset;
}

/* kidsroom----------------------------------------- */
.kidsroom {
  text-align: center;
  padding: 12vw 0 60px;
  margin-top: -22vw;
  color: #fff;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
  background-image: url("/wp-content/uploads/kidsroom-bg2.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/*no*/
.no-webp .kidsroom {
  background-image: url("/wp-content/uploads/kidsroom-bg2.png");
}

.kidsroom:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/kidsroom-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.12;
}

/*no*/
.no-webp .kidsroom:before {
  background-image: url("/wp-content/uploads/kidsroom-bg.png");
}

.kidsroom .wrap:before {
  content: "";
  width: 250.5px;
  height: 250px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  background-image: url("/wp-content/uploads/kidsroom01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 11vw;
}

.kidsroom .wrap:after {
  content: "";
  width: 160.5px;
  height: 160px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  background-image: url("/wp-content/uploads/kidsroom02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 17.5vw;
}

.kidsroom .tit {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.54;
  color: #f7b52c;
  margin-bottom: 20px;
}

.kidsroom p:not([class]) {
  line-height: 1.86;
}

/* dr----------------------------------------- */
.dr {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.dr:before {
  content: "";
  width: 389px;
  height: 450px;
  background-image: url("/wp-content/uploads/ill-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -100px;
}

.dr:after {
  content: "Greeting";
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 18rem;
  color: #f7f7f7;
  letter-spacing: -0.03em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-feature-settings: "vkrn", "vpal";
  position: absolute;
  left: -60px;
  top: 0;
}

.dr .content {
  margin-bottom: 70px;
  position: relative;
}

.dr h2 {
  width: 360px;
  height: 85px;
  margin: 0 auto 100px;
  background-image: url("/wp-content/uploads/dr-tit.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  text-indent: -180px;
}

.dr .name {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #afa78e, #afa78e 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.dr .name p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.dr .name h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #4395bf;
  margin-bottom: 25px;
}

.dr .name h4 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #afa78e;
  line-height: 1.6;
}

.dr .name:before {
  content: "";
  width: 300px;
  height: 342px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  background-image: url("/wp-content/uploads/dr.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 30px;
}

/*no*/
.no-webp .dr .name:before {
  background-image: url("/wp-content/uploads/dr.png");
}

.dr .txt {
  text-align: justify;
  line-height: 1.85;
}

.dr .btn {
  text-align: center;
}

/* first----------------------------------------- */
.first {
  position: relative;
  z-index: 0;
  background: #f7b52c;
  color: #fff;
  padding: 190px 0 100px;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
  overflow: hidden;
}

.first:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/first-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.3;
  mix-blend-mode: luminosity;
}

/*no*/
.no-webp .first:before {
  background-image: url("/wp-content/uploads/first-bg.png");
}

.first:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(247, 181, 44, 0) 0%, #f7b52c 40%, #f7b52c 60%, rgba(247, 181, 44, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.first .wrap:before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("/wp-content/uploads/cover.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/*no*/
.no-webp .first .wrap:before {
  background-image: url("/wp-content/uploads/cover.png");
}

.first .content {
  position: relative;
}

.first .content:before {
  content: "";
  width: 250px;
  height: 250px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  background-image: url("/wp-content/uploads/first01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -190px;
  left: -50px;
}

/*no*/
.no-webp .first .content:before {
  background-image: url("/wp-content/uploads/first01.png");
}

.first .content:after {
  content: "";
  width: 160px;
  height: 160px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  background-image: url("/wp-content/uploads/first02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -75px;
}

/*no*/
.no-webp .first .content:after {
  background-image: url("/wp-content/uploads/first02.png");
}

.first h2 {
  color: #fff;
}

.first h2:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 32.5px;
  background-image: url("/wp-content/uploads/ico-first.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
  vertical-align: -4px;
}

.first ul {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.first ul li {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 20px;
  line-height: 1.27;
  display: flex;
  align-items: center;
  counter-increment: first;
  position: relative;
}

@media screen and (min-width: 600px) {
  .first ul li {
    width: 50px;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    font-feature-settings: "vkrn", "vpal";
  }
}
.first ul li:before {
  content: counter(first);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-orientation: upright;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  font-size: 2rem;
  background: #fff;
  color: #4395bf;
  -webkit-text-orientation: upright;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-font-feature-settings: "vkrn", "vpal";
  -webkit-font-feature-settings: "vkrn", "vpal";
  text-orientation: upright;
  writing-mode: horizontal-tb;
}

/* IE10 & IE11 */
_:-ms-input-placeholder,
:root .first ul li:before {
  transform: rotate(-90deg);
  box-sizing: border-box;
  padding: 8px 7px 0 0;
}

.first ul li:not(:last-child):after {
  content: "";
  border-style: solid;
  border-width: 9px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 8px;
  right: -43px;
}

.first .btn {
  text-align: center;
}

/* clinic----------------------------------------- */
.clinic {
  padding: 110px 0 40px;
  background: #fff;
  width: 110%;
  transform: translateX(-5%);
  border-radius: 0 0 50% 50%/0 0 175px 175px;
}

.clinic h2 {
  transform: translateX(-10px);
}

.clinic h2:before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 44.5px;
  background-image: url("/wp-content/uploads/ico-clinic.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
  vertical-align: -4px;
}

.clinic li {
  width: 500px;
  margin: 0 45px;
}

.clinic li .photo img {
  display: block;
  border-radius: 20px 20px 0 0;
}

.clinic li .txt {
  background: #f7f7f7;
  border-radius: 0 0 20px 20px;
  padding: 30px !important;
}

.clinic li .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.clinic li .txt p {
  text-align: justify;
  line-height: 1.8;
}

.clinic .btn {
  text-align: center;
  margin-top: 75px;
}

.slick-arrow {
  position: absolute;
  top: 190px;
  z-index: 1;
  cursor: pointer;
}

.prev-arrow {
  left: calc(50% - 300px);
}

.next-arrow {
  right: calc(50% - 300px);
}

.slick-arrow img {
  width: 12px;
}

.address {
  width: 800px;
  margin: auto;
  text-align: left;
}

.ads {
  position: relative;
  bottom: 24em;
  right: 4em;
}

/*  responsive ------------------------------------------------------------*/
@media (max-width: 768px) {
  .body-wrap {
    padding-top: 0;
  }
  .mv {
    height: 20rem;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  .pankuzu {
    width: 100%;
    padding: 0 2.5rem;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  main h1 {
    font-size: 3.8rem;
    background-size: 3.5rem;
    padding-top: 1.8rem;
    margin-bottom: 6rem;
  }
  main h1:before {
    font-size: 3rem;
  }
  main section + section {
    margin-top: 6rem;
  }
  main section > img {
    margin: 1.8rem 0;
  }
  main section h2:not(.no-style) {
    font-size: 1.9rem;
    margin: 6rem 0 2.5rem;
  }
  main section h3:not(.no-style) {
    font-size: 1.8rem;
    margin: 5rem 0 2rem;
  }
  main section h4:not(.no-style) {
    font-size: 1.6rem;
    margin: 4rem 0 1.8rem;
  }
  main section h5:not(.no-style) {
    font-size: 1.5rem;
    margin: 3.5rem 0 1.6rem;
  }
  main section h6:not(.no-style) {
    font-size: 1.4rem;
  }
  main section ol:not([class]) {
    margin: 3rem 0;
  }
  main section ol:not([class]) li {
    font-size: 1.5rem;
    padding-left: 6rem;
  }
  main section ol:not([class]) li + li {
    margin-top: 2.35rem;
  }
  main section ol:not([class]) li:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
  }
  main section ul:not([class]) {
    margin: 3rem 0;
  }
  main section ul:not([class]) li {
    font-size: 1.4rem;
  }
  main section ul:not([class]) li:before {
    top: 0.5rem;
  }
  main section ul:not([class]) li + li {
    margin-top: 1.6rem;
  }
  main section ol.flow {
    margin: 4rem 0;
  }
  main section ol.flow li.has-img {
    padding: 0;
  }
  main section ol.flow li + li {
    margin-top: 2.5rem;
  }
  main section ol.flow li strong:first-of-type {
    font-size: 1.6rem;
    padding-left: 4.2rem;
  }
  main section ol.flow li strong:first-of-type:before {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    font-size: 2rem;
    top: -0.3rem;
  }
  main section ol.flow li img {
    width: 100%;
    position: static;
    margin-top: 1.5rem;
    display: block;
  }
  main section table:not(.no-style) {
    margin: 3rem 0;
  }
  main section table:not(.no-style) th {
    font-size: 1.5rem;
  }
  main section table.sp-break {
    border-bottom: solid 1px #4395bf;
  }
  main section table.sp-break,
  main section table.sp-break tbody,
  main section table.sp-break tr,
  main section table.sp-break th,
  main section table.sp-break td {
    display: block;
  }
  main section table:not(.no-style).sp-break th {
    text-align: center;
    border: none;
    padding: 0.5em 1em;
  }
  main section table:not(.no-style).sp-break td {
    border: none;
  }
  main section table:not(.no-style).sp-break tr:not(:last-child) th,
  main section table:not(.no-style).sp-break tr:not(:last-child) td {
    border: none;
  }
  .btn {
    text-align: center;
  }
  .txt-list {
    display: block;
  }
  .txt-list .box:not(:last-child) {
    margin-bottom: 15px;
  }
  /*** doctor ***/
  .dr-pic {
    height: 18rem;
    padding-left: 2rem;
    margin: 6rem 0 2rem;
    overflow: hidden;
  }
  .dr-pic img {
    width: 15rem;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    right: -30px;
    bottom: -20px;
  }
  .dr-pic h3 {
    font-size: 2.8rem;
  }
  .dr-pic h3 + small {
    font-size: 1.6rem;
  }
  .dr-pic + p {
    padding-bottom: 4rem;
    border-bottom: solid 1px #f2f2f2;
  }
  .history-row {
    flex-wrap: wrap;
    margin: 4.5rem 0;
  }
  .history-row .inner {
    width: 100%;
  }
  .history-row .inner + .inner {
    margin-top: 3.25rem;
  }
  .history-row .inner h4 {
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
  }
  /*** treatment ***/
  .treatment .tit {
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .treatment .content {
    padding: 0;
  }
  .treatment .in {
    display: block;
    margin-bottom: 40px;
  }
  .treatment .in .box {
    width: 100%;
  }
  .treatment .in .box:first-child {
    margin-bottom: 30px;
  }
  .treatment .in .box a {
    height: auto;
    padding: 15px 120px 30px 20px;
  }
  .treatment .in .box a:before {
    width: 114px;
    height: 120px;
  }
  .treatment .treat-list {
    margin-bottom: 70px;
  }
  .treatment .treat-list li {
    width: 26vw;
    margin-right: 0;
  }
  .treatment .treat-list li:nth-child(n+4) {
    margin-top: 50px;
  }
  .treatment .treat-list li a {
    position: relative;
  }
  .treatment .treat-list .ico {
    width: 26vw;
    height: 26vw;
    margin-bottom: 0;
    border-radius: 26vw;
  }
  .treatment .treat-list .ico:before {
    width: calc(26vw - 10px);
    height: calc(26vw - 10px);
    border-radius: 26vw;
  }
  .treatment .treat-list h3 {
    width: 100%;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: calc(26vw + 5px);
    margin: 0;
  }
  .mb-sp {
    margin-bottom: 10px;
  }
  .btn-wrap {
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
  .btn.btn-item a {
    width: 250px;
  }
  main section h5.mt0 {
    margin: 2rem 0 1.6rem;
  }
  .history-row.mt0 {
    margin-top: 0;
  }
  .history-row.mt0 .inner {
    margin-top: 1rem;
  }
  main section p.mt30-pc {
    margin-top: 20px;
  }
  .mb20-sp {
    margin-bottom: 20px;
  }
  main section table.implant_table th {
    width: 100%;
  }
  main section table.recruit_table th {
    width: 30%;
  }
  main section ol.flow li img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
  h2.base {
    font-size: 3.8rem !important;
    margin: 0 0 30px 0 !important;
  }
  .treatment .in .box h3 {
    margin: 0;
    font-size: 2.2rem !important;
  }
  .mv {
    width: calc(100% - 24px);
    height: 530px;
    margin: 12px 12px 45px;
  }
  .mv:before {
    content: none;
  }
  .mv .mv-slider {
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  .mv .txt .catch span:after {
    width: 22px;
    height: 30px;
  }
  .mv .txt .catch {
    font-size: 2.4rem;
    margin: 0;
  }
  .mv .mv-slider img[src*=sp] {
    display: block;
  }
  .mv .mv-slider img:not([src*=sp]) {
    display: none;
  }
  .top-nav {
    display: none;
  }
  .covid {
    margin-bottom: 45px;
  }
  .covid a {
    height: 120px;
    border-radius: 60px;
    padding-left: 10vw;
  }
  .covid a p:first-child {
    font-size: 2rem;
  }
  .covid a p:last-child {
    font-size: 1.2rem;
  }
  .covid a:before {
    width: 150px;
    height: 75px;
    right: -30px;
  }
  .top-info h2.base {
    font-size: 3rem;
  }
  .top-info .wrap {
    padding: 0 4.5% 80px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  .top-info .content {
    display: block;
  }
  .top-info .content > * {
    width: 100%;
  }
  .top-info .left {
    margin-bottom: 50px;
  }
  .top-info .left .tel {
    width: 73vw;
    margin: auto;
    padding: 10px 0;
  }
  .top-info .left .tel a {
    display: block;
  }
  .top-info .right p:first-of-type {
    margin-bottom: 20px;
  }
  .top-info .right img {
    width: 100%;
    height: auto;
  }
  .top-info .right .btn {
    text-align: center;
  }
  .concept {
    padding: 60px 4.5% 160px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
    margin-top: 0 !important;
  }
  .concept:before,
  .concept:after {
    content: none;
  }
  .concept h2 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 35px;
    margin-top: 0 !important;
  }
  .concept h2 span {
    font-size: 6rem;
  }
  .concept ul {
    width: 100%;
  }
  .concept ul li {
    font-size: 1.8rem !important;
  }
  .concept .contentL p {
    width: 100%;
  }
  .concept .contentL p.btn {
    text-align: center;
  }
  .concept .contentL:before {
    width: 150px;
    height: 150px;
    top: auto;
    right: -6vw;
    bottom: -215px;
  }
  .concept .contentL:after {
    width: 120px;
    height: 120px;
    top: auto;
    right: 16vw;
    bottom: -145px;
  }
  .sec01 {
    height: 176px;
    margin-top: -8vw;
  }
  .sec01:after {
    background-size: 105% 12vw;
    bottom: -1vw;
    background-image: url("/wp-content/uploads/feature-cover-sp.webp");
  }
  /*no*/
  .no-webp .sec01:after {
    background-image: url("/wp-content/uploads/feature-cover-sp.png");
  }
  .feature {
    background-image: url("/wp-content/uploads/feature-bg-sp.webp");
    padding: 60px 4.5% 85px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  /*no*/
  .no-webp .feature {
    background-image: url("/wp-content/uploads/feature-bg-sp.jpg");
  }
  .feature:after {
    content: none;
  }
  .feature h2 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .feature h2 span {
    font-size: 6rem;
  }
  .feature .contentL {
    display: block;
    margin-bottom: 50px;
  }
  .feature .box {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .feature h3 {
    height: 117px;
    margin-top: 0 !important;
  }
  .feature h3 .img:before {
    width: 90px;
    height: 90px;
  }
  .treatment {
    padding: 60px 0 0;
    margin-bottom: 50px;
    margin-top: 0 !important;
  }
  .treatment:after {
    content: none;
  }
  .treatment h2 + p {
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .treatment .in {
    display: block;
    margin-bottom: 40px;
  }
  .treatment .in .box {
    width: 100%;
  }
  .treatment .in .box:first-child {
    margin-bottom: 30px;
  }
  .treatment .in .box a {
    height: auto;
    padding: 15px 120px 30px 20px;
  }
  .treatment .in .box a:before {
    width: 114px;
    height: 120px;
  }
  .treatment .treat-list {
    margin-bottom: 70px;
  }
  .treatment .treat-list li {
    width: 26vw;
    margin-right: 0;
  }
  .treatment .treat-list li:nth-child(n+4) {
    margin-top: 50px;
  }
  .treatment .treat-list li a {
    position: relative;
  }
  .treatment .treat-list .ico {
    width: 26vw;
    height: 26vw;
    margin-bottom: 0;
    border-radius: 26vw;
  }
  .treatment .treat-list .ico:before {
    width: calc(26vw - 10px);
    height: calc(26vw - 10px);
    border-radius: 26vw;
  }
  /*	.treatment .treat-list h3{ width: 100%; font-size: 1.4rem; position: absolute; left: 0; top: calc(26vw + 5px); } */
  .treatment .treat-list h3 {
    width: 100%;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .price {
    padding: 0 4.5% 70px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
  }
  .price .box {
    padding: 35px 20px;
    text-align: center;
  }
  .price .box h2 {
    width: 100%;
    font-size: 2.2rem !important;
    margin-top: 0 !important;
    letter-spacing: 0.06em;
  }
  .price .box h2:before {
    width: 30px;
    height: 30px;
    vertical-align: -7px;
    margin-right: 7px;
  }
  .price .box:before,
  .price .pay:after {
    content: none;
  }
  .price .pay {
    display: block;
    padding: 20px;
  }
  .price .pay h3 {
    display: block;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid;
  }
  .sec02 {
    height: 200px;
    margin-top: -8vw;
  }
  .kidsroom {
    padding: 160px 4.5% 60px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
    margin-top: -18vw;
    background-image: url("/wp-content/uploads/kidsroom-bg2-sp.webp");
  }
  /*no*/
  .no-webp .kidsroom {
    background-image: url("/wp-content/uploads/kidsroom-bg2-sp.png");
  }
  .kidsroom:before {
    background-image: url("/wp-content/uploads/kidsroom-bg-sp.webp");
  }
  /*no*/
  .no-webp .kidsroom:before {
    background-image: url("/wp-content/uploads/kidsroom-bg-sp.png");
  }
  .kidsroom .wrap {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .kidsroom .tit {
    font-size: 2rem;
  }
  .kidsroom .wrap:before {
    width: 150px;
    height: 150px;
  }
  .kidsroom .wrap:after {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 11vw;
  }
  .dr {
    padding: 40px 0 50px;
  }
  .dr:before {
    width: 185px;
    height: 214px;
    top: -40px;
  }
  .dr:after {
    content: none;
  }
  .dr .content {
    margin-bottom: 50px;
  }
  .dr h2 {
    width: 82vw;
    margin-bottom: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .dr .name {
    text-align: center;
    padding-bottom: 20px;
  }
  .dr .name p {
    margin-bottom: 10px;
  }
  .dr .name h3 {
    font-size: 3.8rem;
    margin-bottom: 15px;
    margin-top: 0 !important;
  }
  .dr .name h4 {
    margin-bottom: 0 !important;
    font-size: 2rem;
  }
  .dr .name:before {
    width: 200px;
    height: 230px;
    display: block;
    position: static;
    margin: 0 auto 30px;
  }
  .first {
    padding: 90px 4.5% 80px;
    border-radius: 0 0 50% 50%/0 0 12vw 12vw;
    margin-top: 0 !important;
  }
  .first:before {
    background-image: url("/wp-content/uploads/first-bg-sp.webp");
  }
  /*no*/
  .no-webp .first:before {
    background-image: url("/wp-content/uploads/first-bg-sp.png");
  }
  .first .wrap:before {
    height: 12vw;
  }
  .first .content:before {
    width: 150px;
    height: 150px;
    top: 115px;
    left: auto;
    right: -42px;
  }
  .first .content:after {
    width: 100px;
    height: 100px;
    top: 210px;
    left: auto;
    right: 30px;
  }
  .first ul {
    display: block;
    margin-bottom: 35px;
  }
  .first ul li {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .first ul li:before {
    margin: 0 10px 0 0;
  }
  .first ul li:not(:last-child):after {
    border-width: 6px 4px;
    border-color: #fff transparent transparent transparent;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .clinic {
    margin-top: 0 !important;
    padding: 50px 4.5% 40px;
  }
  .clinic li {
    width: 84vw;
  }
  .clinic li .photo img {
    width: 100%;
    height: auto;
  }
  .prev-arrow {
    left: 3vw;
  }
  .next-arrow {
    right: 3vw;
  }
  .slick-arrow img {
    width: 8px;
  }
  .clinic .btn {
    margin-top: 50px;
  }
  .address {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .ads {
    position: relative;
    bottom: 24em;
    right: 1em;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  main h1 {
    margin-bottom: 0 !important;
  }
  .sp {
    display: initial;
  }
  .content,
  .contentL {
    width: 100%;
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
  header .logo {
    top: 10px;
    left: 10px;
  }
  header .logo img {
    width: 160px;
    height: 93px;
  }
  header .top-fix label {
    top: 10px;
    right: 10px;
  }
  header .top-fix ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    right: 0;
    top: auto;
    bottom: 10px;
    padding: 0 10px;
  }
  header .top-fix li {
    margin: 0;
    flex-shrink: 0;
    flex-grow: 1;
  }
  header .top-fix li:first-child {
    margin-right: 10px;
  }
  header .top-fix li a {
    width: 100%;
    padding: 0 18px;
  }
  header .top-fix li:nth-child(1) a {
    padding: 0 18px;
    font-size: 1.4rem !important;
  }
  header .top-fix li a:after {
    content: none;
  }
  header nav {
    width: 100%;
    right: -100%;
  }
  footer {
    padding-bottom: 60px;
  }
  footer .f-info {
    padding: 90px 0 60px;
  }
  footer .f-info:before {
    height: 12vw;
  }
  footer .f-info .content {
    display: block;
  }
  footer .f-info .content > * {
    width: 100%;
  }
  footer .f-info .left {
    margin-bottom: 50px;
  }
  footer .f-info .left .logo {
    padding-top: 0;
    margin-bottom: 35px;
  }
  footer .f-info .left .logo img {
    width: 200px;
    height: auto;
  }
  footer .f-info .left .tel {
    width: 73vw;
    margin: auto;
    padding: 10px 0;
  }
  footer .f-info .left .tel a {
    display: block;
  }
  footer .f-info .right p:first-of-type {
    margin-bottom: 20px;
  }
  footer .f-info .right img {
    width: 100%;
    height: auto;
  }
  footer .f-info .right .btn {
    text-align: center;
  }
  footer .sitemap {
    overflow: hidden;
  }
  footer .sitemap:before {
    width: 158px;
    height: 183px;
    bottom: -32px;
  }
  footer .sitemap .content {
    display: block;
    padding: 35px 6vw 100px;
  }
  footer .sitemap .content .box {
    margin-right: 0;
  }
  footer .sitemap .content p {
    border-bottom: 1px solid #dfdcd2;
    font-size: 1.4rem;
  }
  footer .sitemap .content p a {
    display: block;
    position: relative;
  }
  footer .sitemap .content p a:after {
    content: "";
    width: 5px;
    height: 9px;
    background-image: url("/wp-content/uploads/arrow-bk.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 15px;
  }
  footer .sitemap .content .box:nth-child(2) p,
  footer .sitemap .content .box:nth-child(3) p:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=main.css.map */