/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  margin: 0
}

main {
  display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

fieldset,
option {
  padding: 0
}

fieldset {
  margin: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-collapse: collapse;
  border-color: inherit
}

caption {
  text-align: left
}

td,
th {
  padding: 0;
  vertical-align: top
}

th {
  font-weight: 700;
  text-align: left
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

body {
  color: #4f5661;
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem);
  font-weight: 300;
  letter-spacing: -.001em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid"
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4
}

h1 {
  font-size: clamp(3.1rem, 3.1rem + (100vw - 576px)*(34 - 31)/(768 - 576), 3.4rem)
}

h2 {
  font-size: clamp(2.7rem, 2.7rem + (100vw - 576px)*(31 - 27)/(768 - 576), 3.1rem)
}

h3 {
  font-size: clamp(2.4rem, 2.4rem + (100vw - 576px)*(27 - 24)/(768 - 576), 2.7rem)
}

h4 {
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem)
}

h5,
h6 {
  font-size: clamp(1.6rem, 1.6rem + (100vw - 576px)*(18 - 16)/(768 - 576), 1.8rem)
}

a {
  color: #4f5661;
  -webkit-transition: color .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: color .2s cubic-bezier(.4, 0, .2, 1) 0s;
  will-change: color
}

a:hover {
  color: #383d45;
  cursor: pointer
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

table td,
table th {
  padding: clamp(10px, 10px + (100vw - 576px)*(15 - 10)/(1024 - 576), 15px)
}

table th {
  font-weight: 600
}

ol,
ul {
  padding-left: 30px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: auto
}

ul li {
  list-style-type: disc
}

ul li li {
  list-style-type: circle
}

ul li li li {
  list-style-type: square
}

ul li li li li {
  list-style-type: disclosure-closed
}

ol li {
  list-style: decimal-leading-zero
}

#page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  -ms-flex: 1;
  flex: 1
}

.bgc--white {
  background-color: #fff
}

.bgc--black {
  background-color: #000
}

.bgc--blue-gradation {
  background-image: radial-gradient(circle farthest-corner at 96.1% 7.2%, #f6fafa 0, #e5f0f2 100.2%)
}

.bgc--cream-gradation {
  background-image: linear-gradient(58.2deg, #fbf3ec -3%, #f7f5f4 68.3%, #fcf6f1 97.7%)
}

.border {
  border: 1px solid #eee
}

.border--bottom {
  border-bottom: 1px solid #eee
}

.border--right {
  border-right: 1px solid #eee
}

.border--left {
  border-left: 1px solid #eee
}

.border--radius {
  border-radius: 10px
}

.border--none {
  border: none !important
}

._1-columns,
._2-columns,
._3-columns,
._4-columns {
  display: grid;
  gap: clamp(15px, 15px + (100vw - 576px)*(25 - 15)/(768 - 576), 25px)
}

._1-columns {
  grid-template-columns: repeat(1, 1fr)
}

._2-columns {
  grid-template-columns: repeat(2, 1fr)
}

._3-columns {
  grid-template-columns: repeat(3, 1fr)
}

._4-columns {
  grid-template-columns: repeat(4, 1fr)
}

.no-gap {
  gap: 0
}

.container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
  width: 100%
}
#clinic__list .container {
  max-width: 1344px;
  width: calc(100% - 48px);
  padding-inline: 0;
}
.flex-center,
.flex-center-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.flex-center-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-center-center {
  -ms-flex-align: center;
  align-items: center
}

.flex-center-center,
.flex-center-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.flex-center-left {
  -ms-flex-align: start;
  align-items: flex-start
}

.gap--10 {
  gap: 10px
}

.gap--15 {
  gap: 15px
}

.heading-01 {
  font-family: "Noto Serif JP", serif
}

.heading-01 h1,
.heading-01 h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: clamp(3.1rem, 3.1rem + (100vw - 576px)*(34 - 31)/(768 - 576), 3.4rem);
  font-weight: 400;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.heading-01 ._en {
  color: #EBF8FA;
  font-family: Playfair Display, serif;
  font-optical-sizing: auto;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.5em;
  line-height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -60px
}

.heading-01 ._jp {
  /*letter-spacing: 15px;*/
  letter-spacing: 8px;
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 36px;
}

.heading-01 ._jp em {
  font-size: 48px;
  font-style: normal;
}

.m--auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.mt--10 {
  margin-top: 10px !important
}

.mt--24 {
  margin-top: 24px !important
}

.mt--56 {
  margin-top: 56px !important
}

.mt--80 {
  margin-top: 80px !important
}

.mt--96 {
  margin-top: 96px !important
}

.mr--7 {
  margin-right: 7px !important
}

.mw--500 {
  max-width: 580px;
  width: 100%
}

.mw--600 {
  max-width: 680px;
  width: 100%
}

.mw--700 {
  max-width: 780px;
  width: 100%
}

.mw--800 {
  max-width: 880px;
  width: 100%
}

.mw--900 {
  max-width: 100%;
  width: 100%
}

.mw--1000 {
  max-width: 1080px;
  width: 100%
}

.pbk--120 {
  padding-block: 120px
}

.pbk--144 {
  padding-block: 160px;
}

.section__lead {
  margin-top: 72px
}

.section__lead p {
  font-size: 2rem;
  text-align: center
}

table {
  width: 100%
}

.fs--xl {
  font-size: clamp(3.1rem, 3.1rem + (100vw - 576px)*(34 - 31)/(768 - 576), 3.4rem)
}

.fs--lg {
  font-size: clamp(2.7rem, 2.7rem + (100vw - 576px)*(31 - 27)/(768 - 576), 3.1rem)
}

.fs--md {
  font-size: clamp(2.4rem, 2.4rem + (100vw - 576px)*(27 - 24)/(768 - 576), 2.7rem)
}

.fs--sm {
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem)
}

.fs--xs {
  font-size: clamp(1.6rem, 1.6rem + (100vw - 576px)*(18 - 16)/(768 - 576), 1.8rem)
}

.fs--xxs {
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem)
}

.fs--xxs-extra {
  font-size: clamp(1.3rem, 1.3rem + (100vw - 576px)*(14 - 13)/(768 - 576), 1.4rem)
}

.fs--body {
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem)
}

.fs--larger {
  font-size: larger
}

.fs--smaller {
  font-size: smaller
}

.fa--left {
  text-align: left
}

.fa--center {
  text-align: center
}

.fa--right {
  text-align: right
}

.fa--center--md,
.fa--center--sm {
  text-align: center
}

.fc--white {
  color: #fff !important
}

.fc--pink {
  color: #dc76b3 !important
}

.fc--gold {
  color: #988a6a !important
}

.fc--brown {
  color: #502808 !important
}

.fc--turquoise {
  color: #2c94ce !important
}

.fc--light-aqua {
  color: #d2e9ec !important
}

.fc--indigo {
  color: #383a74 !important
}

.fw--thin {
  font-weight: 100 !important
}

.fw--extra-light {
  font-weight: 200 !important
}

.fw--light {
  font-weight: 300 !important
}

.fw--regular {
  font-weight: 400 !important
}

.fw--medium {
  font-weight: 500 !important
}

.fw--semi-bold {
  font-weight: 600 !important
}

.fw--bold {
  font-weight: 700 !important
}

.fw--extra-bold {
  font-weight: 800 !important
}

.fw--black {
  font-weight: 900 !important
}

.ff--noto-sans-jp {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-style: normal
}

.ff--noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal
}

.ff--playfai {
  font-family: Playfair Display, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400
}

.text-transform--uppercase {
  text-transform: uppercase !important
}

.text-transform--lowercase {
  text-transform: lowercase !important
}

.d--block {
  display: block
}

.d--inline-block {
  display: inline-block
}

.fullscreen-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw
}

.show--lg,
.show--md,
.show--sm,
.show--xl {
  display: none
}

.breadcrumb {
  margin-top: 8px
}

.breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.breadcrumb__item:after {
  color: #988a6a;
  content: "／";
  margin-inline: 1rem
}

.breadcrumb__item:last-child:after {
  content: none
}

.breadcrumb__item a {
  color: #988a6a
}

.about {
  padding-block: 160px;
}

.section__doctor {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: center;
  color: #4F5661;
  margin-top: 50px;
}

.section__doctor-name {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: end;
  color: #4F5661;
  width: 832px;
  margin: 25px auto 0;
}

.section__doctor-name span {
  font-size: 20px;
}

.about__img {
  margin: 30px auto 50px;
}

.about__img img {
  width: 100%;
}

.heading-01 ._jp {
  text-align: center;
}

.cases {
  padding: 150px 0;
  background: #F7FDFE;
}

.cases__list {
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 1080px;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 120px 80px;
  justify-content: center;
  margin-top: 56px
}

.cases__item {
  width: calc(33.33333% - 53.33333px);
  max-width: 288px;
}
.cases__image {
    max-width: 256px;
    border: 8px solid #fff;
    margin-inline: auto;
}
.cases__name {
  margin-bottom: 20px;
  margin-top: 32px;
  padding-bottom: 16px;
  position: relative;
  text-align: center
}

.cases__name:after {
  background-color: #FFFFFF;
  border-radius: 100vmax;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 58px
}

.cases__name h3 {
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem);
  font-weight: 400;
}

.cases__clinic-list {
  margin-top: 10px;
  background: #4F5661;
  border-radius: 30px;
  padding: 10px 0;
  width: 200px;
  margin: 30px auto 0;
}

.cases__clinic-list a {
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cases__clinic-item {
  color: #fff;
  font-weight: 700;
  gap: 5px
}

.avatar__list,
.cases__clinic-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.avatar__list .avatar {
  margin-right: -5px
}

.clinic-group-list .clinic-hour {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
  padding-block: 14px 18px;
  padding-inline: 25px
}

.clinic-group-list ._line-arrow {
  -webkit-transform: rotate(-135deg) translate(-16px, 15px);
  transform: rotate(-135deg) translate(-16px, 15px)
}

.clinic-group__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 200px
}

.clinic-group__item:nth-of-type(2n-1) .clinic-group__image {
  -ms-flex-order: 1;
  margin-left: -80px;
  margin-right: 0;
  order: 1
}

.clinic-group__item:nth-of-type(2n-1) .clinic-detail__card {
  -webkit-transform: translateY(60px);
  transform: translateY(60px)
}

.clinic-group__item:nth-of-type(2n-1) .clinic-group__image:after {
  -webkit-transform: translate(14px, 14px);
  transform: translate(14px, 14px)
}

.clinic-group__item:first-of-type {
  margin-top: 0
}

.clinic-group__item._03 {
  margin-top: 50px
}

.clinic-group__image {
  margin-right: -80px;
  position: relative
}

.clinic-group__image:after {
  background-color: #e9e9e9;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-14px, 14px);
  transform: translate(-14px, 14px);
  width: 100%
}

.clinic-group__image img {
  position: relative;
  z-index: 1
}

.clinic-detail__card {
  background-color: #f8f8f3;
  padding-block: 40px;
  padding-inline: 80px;
  position: relative;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  z-index: 2
}

.clinic-detail__tags {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px
}

.clinic-detail__tag {
  color: #502808;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 1px solid #e0cda8;
  border-radius: 8px;
  justify-content: center;
  padding-block: 10px;
  padding-inline: 10px
}

.clinic-detail__access {
  color: #555;
  font-size: 1.4rem;
  margin-top: 16px
}

.clinic-detail__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px
}

.clinic-detail__tel {
  color: #502808;
  display: grid;
  font-size: 2rem;
  font-weight: 500;
  grid-template-columns: 3rem 1fr
}

.clinic-detail__tel:before {
  background: url(../images/icon-phone---6bb047f0a58e82c22e16.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 32px;
  position: relative;
  top: 3px;
  width: 32px
}

.clinic-detail__to-website {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  background-color: #502808;
  color: #fff !important;
  font-size: 1.8rem;
  gap: 10px;
  height: 56px;
  justify-content: center;
  padding-bottom: 1px;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1) 0s;
  width: 216px
}

.clinic-detail__to-website:before {
  background: url(../images/icon-earth---c96628440d6d437de4ab.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 22px;
  position: relative;
  top: 1px;
  width: 22px
}

.clinic-hour {
  font-size: 1.4rem;
  font-weight: 400
}

.clinic-hour tr, .clinic-hour thead {
  border-bottom: 1px solid #eee
}

.clinic-hour td,
.clinic-hour th {
  padding-block: 5px;
  padding-inline: 0
}

.clinic-hour th {
  width: 100px;
  text-align: center;
}

.clinic-hour td {
  text-align: center;
  padding-left: 10px;
  padding-right: 11px;
}

.clinic-hour tbody td {
  color: #aaa
}

.clinic-hour__note {
  margin-top: 10px;
  text-align: end;
}

.clinic-hour__note ._triangle {
  display: inline-block;
  margin-left: 16px
}

.clinic-hour__note ._adj-01 {
  color: #aaa
}

.clinic-hour__note ._dotted {
  display: inline-block;
  letter-spacing: -8px;
  margin-inline: 1px 10px
}

.cta__button a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  background-color: #b19966;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 30px hsla(42, 18%, 51%, .81);
  box-shadow: 0 0 30px hsla(42, 18%, 51%, .81);
  gap: 3px;
  height: 159px;
  justify-content: center;
  margin-inline: auto;
  width: 543px
}

.cta__button a:before {
  background: url(../images/icon-device---b418a73b01084dd2d491.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 36px;
  width: 40px
}

.cta__button-text,
.cta__link {
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem)
}

.cta__button-subtext {
  font-size: 1.4rem
}

.deduction {
  margin-top: 50px;
  padding-bottom: 120px
}

.deduction .heading-01 ._en {
  text-transform: none;
  top: -67px
}

.deduction__lead {
  margin-top: 104px
}

.deduction__lead ._note {
  margin-top: 16px;
  padding-left: 21px;
  text-indent: -21px
}

.deduction__lead ._note li {
  list-style-type: none
}

.deduction__lead ._note li:before {
  content: "※";
  margin-right: 5px
}

.tax-deduction__text._01 {
  color: #988a6a;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem);
  font-weight: 500;
  text-align: center
}

.deduction__item {
  border: 1px solid #ede2ce;
  padding-block: 25px 30px;
  padding-inline: 30px
}

.deduction__item-heading h3 {
  color: #988a6a;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem);
  text-align: center
}

.deduction__item-text {
  background-color: #f9f5ec;
  margin-top: 24px;
  padding-block: 24px;
  padding-inline: 30px
}

.tax-deduction__formula>span {
  margin-right: 5px
}

.tax-deduction__formula ._adj-01 {
  margin-right: 0
}

.tax-deduction__formula .fw--semi-bold {
  display: inline-block
}

.dental-menu {
  color: #4f5661
}

.dental-menu .heading-01 {
  color: #353f4f
}

.dental-menu__row {
  display: grid;
  gap: 40px;
  margin-inline: auto;
  margin-top: 40px
}

.dental-menu__row._01 {
  grid-template-columns: repeat(2, 1fr);
  width: 540px
}

.dental-menu__row._01 .dental-menu__item {
  height: 250px;
  width: 250px
}

.dental-menu__row._02 {
  grid-template-columns: repeat(4, 1fr);
  width: 920px
}

.dental-menu__row._03 {
  grid-template-columns: repeat(3, 1fr);
  width: 680px
}

.dental-menu__row._04 {
  grid-template-columns: repeat(2, 1fr);
  width: 440px
}

.dental-menu__item {
  background-color: #fff;
  border: 1px solid #9ec7cb;
  height: 200px;
  text-align: center;
  width: 200px
}

.dental-menu__name h3 {
  font-size: 2rem
}

.dental-menu__name {
  margin-top: 15px
}

.dental-menu__desc {
  margin-top: 1px
}

.dental-menu__desc p {
  color: #5a7baf;
  font-weight: 400
}

.doctor-intro {
  color: #4f5661;
  padding-block: 160px;
}
.doctor-intro__inner {
  max-width: 792px;
  margin-inline: auto;
}
.doctor-intro .heading-01 {
  color: #353f4f
}

.doctor-intro__clinic-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px
}

.doctor-intro__clinic-list>* {
  flex: 0 1 calc(25% - 20px);
  /* 4列に収めるための幅指定 */
  box-sizing: border-box;
}

.doctor-intro__clinic-item {
  width: 100%
}

.doctor-intro__clinic-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid #9ec5cb;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  height: 80px;
  justify-content: center;
  padding-bottom: 15px;
  padding-inline: 4px;
  text-align: center
}

.doctor-intro__clinic-item._adj-01 a {
  gap: 9px
}

.doctor-intro__profile-item {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.3fr;
  margin-top: 64px
}

.doctor-intro__profile-item:nth-of-type(2n-1) {
  grid-template-columns: 1.3fr 1fr
}

.doctor-intro__profile-item:nth-of-type(2n-1) .doctor-intro__image {
  -ms-flex-order: 1;
  order: 1;
}

.doctor-intro__profile-item:nth-of-type(2n-1) .doctor-intro__image:after {
  -webkit-transform: translate(30px, 30px);
  transform: translate(30px, 30px)
}

.doctor-intro__image {
  position: relative;
  height: 600px;
}

.doctor-intro__image:after {
  background-color: #d7eaeb;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
  width: 100%
}

.slick-slide .doctor-intro__image:after {
  height: 470px;
}

.doctor-intro__image img {
  position: relative;
  z-index: 1
}

.chairman .doctor-intro__image {
  margin-top: 80px;
  height: auto;
  align-self: flex-start;
}

.doctor-intro__social {
  gap: 7px
}

.doctor-intro__cases-title h3 {
  color: #61959a;
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem);
  position: relative
}

.doctor-intro__cases-title h3:after {
  background-color: #61959a;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.doctor-intro__cases-title span {
  background-color: #f8f4f2;
  display: inline-block;
  padding-right: 24px;
  position: relative;
  z-index: 1
}

.doctor-intro__history-list {
  margin-top: 30px
}

.doctor-intro__cases {
  margin-top: 48px;
  padding-right: 100px
}

.doctor-intro__cases-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px
}

.doctor-intro__history-item {
  display: flex;
  gap: 50px;
  padding: 3px 0;
}
.doctor-intro__history-year {
  min-width: auto;
}
.doctor-intro__position {
  background-color: #61959a;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  left: 30px;
  letter-spacing: 4px;
  padding-block: 3px;
  padding-inline: 15px;
  position: absolute;
  text-orientation: upright;
  top: -40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 3
}

.message__photo {
  position: relative;
  top: -3vh;
  left: 10vw;
}

.doctor-intro__message {
  margin-top: 120px
}

.doctor-intro__message__text p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4
}

.doctor-intro__message__image {
  margin-top: 50px
}

.message__image img {
  width: 600px;
  height: auto;
}

.flow__item {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 96px
}

.flow__item:first-of-type .flow__step-title:before {
  background-image: url(../images/flow-num-01---6ec8e638eeaf4f209d0a.svg)
}

.flow__item:nth-of-type(2) .flow__step-title:before {
  background-image: url(../images/flow-num-02---7fe27eaaac3507e55ff9.svg)
}

.flow__item:nth-of-type(3) .flow__step-title:before {
  background-image: url(../images/flow-num-03---35774a30c9a8f95694f1.svg)
}

.flow__item:nth-of-type(4) .flow__step-title:before {
  background-image: url(../images/flow-num-04---fd2cb951a3587d042917.svg)
}

.flow__item:nth-of-type(2n) .flow__step-title {
  grid-template-columns: 1fr 60px;
  text-align: right
}

.flow__item:nth-of-type(2n) .flow__image,
.flow__item:nth-of-type(2n) .flow__step-title:before {
  -ms-flex-order: 1;
  order: 1
}

.flow__item:nth-of-type(2n) .flow__image:after {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px)
}

.flow__image {
  position: relative
}

.flow__image:after {
  background-color: #ede7cd;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  z-index: -1
}

.flow__step-title {
  display: grid;
  grid-template-columns: 60px 1fr;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px
}

.flow__step-title:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60px;
  width: 60px
}

.flow__step-title h3 {
  color: #988a6a;
  font-family: "Noto Serif JP", serif
}

.flow__desc {
  margin-top: 24px
}

.flow__desc> :first-child {
  margin-top: 0
}

.flow__desc> :last-child {
  margin-bottom: 0
}

.flow__desc p {
  margin-block: 16px
}

.flow__note {
  background-color: #f9f5e5;
  margin-top: 15px;
  padding-block: 16px;
  padding-inline: 24px
}

.flow__note> :first-child {
  margin-top: 0
}

.flow__note> :last-child {
  margin-bottom: 0
}

.footer {
  background-color: #656f80;
  padding: 30px 56px;
}

.footer,
.footer a {
  color: #fff
}

.footer li {
  list-style-type: none
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px
}

.footer__nav h3 {
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem);
  font-weight: 300
}

.footer__nav a {
  font-size: 1.4rem
}

.footer__nav-col--single a {
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem)
}

.footer__nav-col--single .footer__nav-list {
  border-left: none;
  padding-left: 0
}

.footer__nav-list {
  border-left: 1px solid #9aa9c3;
  margin-top: 16px;
  padding-left: 16px
}

.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}

/* .group-locations__list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr)
} */

.group-locations__item {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  margin-top: 136px;
}

.group-locations__map {
  aspect-ratio: 421/359;
  background-color: #f3f3f3
}

.group-locations__map iframe {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.group-locations__hours {
  margin-top: 0;
}

.header {
  background-color: #fff;
  left: 0;
  padding-bottom: 15px;
  top: 0;
  width: 100%;
  z-index: 99999
}

.header .container {
  max-width: 1360px;
  padding-inline: 0;
}
.header__inner {
  display: flex;

}
.header__logo {
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.header__hMenu {
  display: none !important;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 22px;
  width: 40px
}

.header__hMenu:focus {
  outline: none
}

.header__hMenu span {
  background-color: #000;
  display: block;
  height: 1px;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  width: 40px;
  will-change: transform
}

.header__hMenu.active {
  -ms-flex-pack: center;
  justify-content: center
}

.header__hMenu.active span {
  margin: auto;
  position: absolute
}

.header__hMenu.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__hMenu.active span:nth-of-type(2) {
  opacity: 0
}

.header__hMenu.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__clinic-locations {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  gap: 5px;
  margin-left: 40px;
  width: 100%;
}
.header__clinic-location {
    width: 25%;
}
@media screen and (max-width:1124px) {
.header__clinic-location {
    width: 100%;
}
}
.header__clinic-location a {
  background-color: #f1f0f0;
  border-radius: 0 0 8px 8px;
  color: #502808;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-weight: 400;
  padding-block: 12px;
  padding-inline: 8px;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.header__clinic-location__title {
  font-weight: 700
}

.how-to-pay .heading-01 ._en {
  font-size: 12rem;
  letter-spacing: 40px;
  text-transform: none
}

.how-to-pay__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr)
}

.how-to-pay__item {
  background-color: #ede7cd;
  border: 5px solid #ede7cd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.how-to-pay__image {
  height: 118px
}

.how-to-pay__outline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  gap: 5px;
  justify-content: center;
  padding-block: 10px
}

.how-to-pay__desc,
.how-to-pay__name {
  font-weight: 400;
  text-align: center
}

.how-to-pay__name {
  font-family: "Noto Serif JP", serif
}

.how-to-pay__name h3 {
  font-size: clamp(1.5rem, 1.5rem + (100vw - 576px)*(16 - 15)/(768 - 576), 1.6rem)
}

.how-to-pay__desc {
  font-size: 1.2rem
}

#mainV {
  background-position-x: right;
}

.mainV {
  background: url("../images/top.png") no-repeat 50%/cover;
  background-color: #aaa;
  color: #fff;
  height: 608px;
}

.mainV__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  padding-bottom: 16px
}


.mainV__title h1 {
  font-size: 4rem;
  font-weight: 500;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, .45)
}

.mainV__sub-title {
  display: block;
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem);
  margin-top: -20px
}

.message__content {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 578px;
  margin-top: 120px
}

.message__content.container {
  padding-inline: 0
}

.message__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px
}

.message__body p {
  line-height: 200%;
  width: 700px;
  margin-bottom: 20px;
}

.message__sign {
  margin-top: auto;
  text-align: right;
  width: 700px;
}

.message__sign img {
  display: inline-block;
  margin-left: 10px
}

.overlay-menu {
  display: none;
  --custom-height: 100vh;
  background-color: #aaa;
  height: var(--custom-height);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

.overlay-menu.active {
  display: block
}

.overlay-menu__container {
  height: 100%
}

.overlay-menu__items {
  -ms-flex-direction: column;
  flex-direction: column
}

.page-nav__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr)
}

.page-nav__item a {
  color: #988a6a;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 12px;
  padding-inline: 12px
}

._line-arrow,
.page-nav__item a {
  border-bottom: 1px solid #988a6a
}

._line-arrow {
  border-left: 1px solid #988a6a;
  display: block;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate(-8px, 4px);
  transform: rotate(-45deg) translate(-8px, 4px);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  width: 10px
}

.reasons__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr)
}

.reasons__item {
  border: 1px solid #d8d2bf;
  padding: 20px
}

.reasons__text,
.reasons__title {
  margin-top: 24px;
  text-align: center
}

.reasons__title h3 {
  color: #988a6a;
  font-size: 2.6rem
}

.page-top {
  aspect-ratio: 1;
  background-color: #000;
  bottom: clamp(10px, 10px + (100vw - 576px)*(20 - 10)/(1200 - 576), 20px);
  opacity: 0;
  position: fixed;
  right: clamp(10px, 10px + (100vw - 576px)*(20 - 10)/(1200 - 576), 20px);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  width: 44px;
  will-change: transform, opacity;
  z-index: 999
}

.page-top span {
  background-color: #fff;
  bottom: 0;
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px
}

.page-top span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
  transform: rotate(45deg) translate(3px, -3px)
}

.page-top span:last-child {
  -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  transform: rotate(-45deg) translate(-3px, -3px)
}

.page-top:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.page-top.isView {
  opacity: 1
}

.self-pay .heading-01 ._en {
  text-transform: none
}

.self-pay .table-block {
  border: 1px solid #a2bce5
}

.self-pay .table-block__heading {
  background-color: #f2fbfe
}

.self-pay .table-block__heading h3 {
  color: #5a7baf
}

.self-pay .table-block__row {
  border-bottom: 1px solid #a2bce5
}

.self-pay .table-block__sub-heading,
.self-pay .table-block__value {
  color: #5a7baf
}

.self-pay .table-block__sub-heading:after {
  background-color: #a2bce5
}

.table-block {
  background-color: #fff;
  padding-block: 80px;
  padding-inline: 24px
}

.table-block__heading {
  background-color: #fbf3ec;
  margin-bottom: 40px;
  margin-top: -56px;
  padding-block: 6px;
  padding-inline: 15px
}

.table-block__heading h3 {
  color: #988a6a;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center
}

.table-block__row {
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-inline: auto;
  max-width: 660px;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #ede2ce;
  justify-content: space-between;
  padding-block: 12px
}

.table-block__row:first-of-type {
  padding-top: 0
}

.table-block__duration,
.table-block__value {
  color: #988a6a
}

.table-block__note {
  display: block;
  font-size: smaller
}

.table-block__sub-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  color: #988a6a;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  position: relative;
  text-align: center
}

.table-block__sub-heading:after {
  background-color: #ede7cd;
  border-radius: 100vmax;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 58px
}

.table-block__sub-heading ._sub-header {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: -7px
}

.table-block__sub-heading ._sub-title {
  font-size: 2.8rem
}

.warranty .heading-01 ._en {
  font-size: 12rem;
  letter-spacing: 32px;
  text-transform: none;
  top: -53px
}

.clinic-group-page .mainV {
  background-image: url(../images/mainV---bd6cd771e1cf4721e514.jpg);
}

.price-page .mainV {
  background-image: url(../images/mainV---814ae3c9ced78a2b79bd.jpg)
}

/* .top-page .mainV {
  height: 700px
} */

.top-page .mainV__inner {
  -ms-flex-pack: end;
  padding-bottom: 100px;
  margin-right: 600px;
}

.top-page .catchphrase__text {
  font-size: clamp(2.2rem, 2.2rem + (100vw - 576px)*(24 - 22)/(768 - 576), 2.4rem)
}

.top-page .catchphrase {
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: start;
  gap: 12px
}

.top-page .catchphrase__text {
  font-weight: 300
}

.top-page .group-locations__item:nth-of-type(2) .clinic-hour__note ._adj-01,
.top-page .group-locations__item:nth-of-type(2) .group-locations__hours tbody td {
  color: #ABADAB;
}

.top-page .group-locations__item:nth-of-type(3) .clinic-hour__note ._adj-01,
.top-page .group-locations__item:nth-of-type(3) .group-locations__hours tbody td {
  color: #ABADAB;
}

.top-page .group-locations__item:nth-of-type(4) .clinic-hour__note ._adj-01,
.top-page .group-locations__item:nth-of-type(4) .group-locations__hours tbody td {
  color: #ABADAB;
}

.top-page .group-locations__item:nth-of-type(4) ._triangle {
  margin-left: 0
}

#nav-menu {
  display: none;
}

#nav-menu.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* 背景半透明など */
}

#nav-menu.active .nav__active-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.group-locations__list {
  margin-top: 184px;
}
.group-locations__info-details {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 1vh;
}
.group-locations__info-name {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #4F5661;
  border-bottom: 1px solid #9EC7CB;
  padding-bottom: 30px;
}
.group-locations__info-details-left, .group-locations__info-details-right {
    padding: 1px 20px 2px;
    background: #9EC7CB;
    border-radius: 24px;
    color: #fff;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 22px;
}

.group-locations__website-instagram {
  display: flex;
  gap: 20px;
}

.group-locations__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  flex-basis: 518px;
}

.group-locations__tel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid;
  border-radius: 10px;
}

.group-locations__tel-num {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 27px;
  line-height: 128%;
  letter-spacing: 4%;
  color: #4F5661;
}
a.group-locations__nolink {
    filter: grayscale(1);
    pointer-events: none;
}
#clinic__list .u__sp-only {
  display: none;
}

@media screen and (max-width:1500px) {
  html {
    width: 100%
  }
}

@media screen and (max-width:1200px) {
  html {
    width: 100%
  }

  .hide--xl {
    display: none
  }

  .show--xl {
    display: block
  }

  .group-locations__info-details-left, .group-locations__info-details-right {
      font-size: 18px;
      padding: 1px 10px 2px;
  }
}

@media screen and (max-width:1024px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  .hide--lg {
    display: none
  }

  .show--lg {
    display: block
  }

  .header {
    width: 100%;
  }

  #page.active {
    position: fixed;
    width: 100%;
  }

  .group-locations__item {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    gap: 40px;
  }

  .group-locations__item:nth-child(2),
  .group-locations__item:nth-child(4) {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
  }

  .slick-slide .doctor-intro__image:after {
    height: 430px !important;
  }




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

  #header.active {
    position: fixed;
    width: 100%;
  }

  .header__clinic-locations {
    display: none;
  }

  .header__hMenu {
    display: -ms-flexbox !important;
    display: flex !important
  }

  /* ハンバーガーメニュー */
  #nav-menu {
    background-color: #fff;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  #nav-menu.active {
    display: block;
    height: 80%;
    max-width: 100%;
  }

  #nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 120px 40px 40px;
    text-align: center;
  }

  #nav-menu li {
    list-style: none;
    padding-bottom: 5px;
  }

  #nav-menu a {
    color: #4f5661;
    display: block;
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 10px;
  }

  #global-nav {
    display: none;
  }

  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #overlay.active {
    display: block;
  }

  .clinic-group__item {
    display: flex;
    flex-direction: column;
  }

  .clinic-group__item._01 {
    z-index: -1;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    z-index: -1;
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._02 .clinic-detail__card {
    z-index: -1;
    margin-top: 50px;
  }

  .clinic-group__item._04 .clinic-detail__card {
    z-index: -1;
    margin-top: 50px;
  }

  .clinic-group__item:nth-of-type(2n-1) .clinic-detail__card {
    transform: translateY(-5px);
  }

  .message__content {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 578px;
    margin-top: 120px;
  }

  .message__photo {
    position: unset;
    margin: 0 auto;
  }

  .top-page .mainV__inner {
    display: flex;
    justify-content: center;
  }

  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2列 */
    gap: 64px;
    /* 列・行の間隔 */
    align-items: start;
    /* アイテムを上揃え */
  }
}

@media screen and (min-width:769px) and (max-width:1023px) {
  .mainV {
    background-image: url(../images/top-tb.png);
    height: 400px;
  }

  .text-image {
    width: 800px;
  }

  .catchphrase__text {
    display: none;
  }

  .top-page .catchphrase {
    display: flex;
    flex-direction: unset;
    align-items: start;
    gap: 12px;
    position: relative;
    top: 1vh;
    left: 13vw;
    width: 500px;
  }

  .catchphrase__image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .catchphrase__image>* {
    flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
  }
}

@media screen and (min-width:769px) and (max-width:820px) {
  .slick-slide .doctor-intro__image:after {
    height: 280px !important;
  }
}

@media screen and (max-width:768px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  .mt--96 {
    margin-top: 0 !important;
  }

  .text-image picture img {
    width: 270px;
  }

  .top-page .catchphrase {
    margin-top: 2vh;
    margin-bottom: 15vh;
  }

  .doctor-intro__cases {
    padding-left: 20px;
    padding-right: 20px !important;
  }

  .doctor-intro__history-list {
    padding: 20px;
  }

  .doctor-intro__social {
    gap: 7px;
    padding-left: 20px;
  }

  #mainV {
    height: 900px;
  }

  .mainV {
    background-image: url(../images/top-sp.png);
  }

  .catchphrase__text {
    display: none;
  }

  .clinic-group-page .mainV {
    background-image: url(../images/mainV-sp.png);
    max-height: 256px;
  }
  

  .top-page {
    width: 100%;
  }

  .top-page .mainV__inner {
    width: 350px;
    margin: 0 auto;
  }

  #page.active {
    position: fixed;
    width: 100%;
  }

  ._3-columns,
  ._4-columns {
    grid-template-columns: repeat(2, 1fr)
  }

  .container {
    padding-inline: clamp(30px, 30px + (100vw - 576px)*(40 - 30)/(768 - 576), 40px);
    max-width: 375px;
    width: 100%;
  }

  .fa--center--md {
    text-align: left
  }

  .hide--md {
    display: none
  }

  .show--md {
    display: block
  }

  #header.active {
    position: fixed;
    width: 100%;
  }

  .header {
    width: 100%;
  }

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

  .header .container {
    padding: 0 16px;
  }

  .flex-center-center {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    gap: 24px;
  }

  .medical-hours {
    /*width: 430px;*/
    width: 100%;
  }

  .header__clinic-locations {
    display: none;
  }

  .header__hMenu {
    display: -ms-flexbox !important;
    display: flex !important
  }

  /* ハンバーガーメニュー */
  #nav-menu {
    background-color: #fff;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 432px;
    z-index: 1000;
  }

  #nav-menu.active {
    display: block;
    height: 80%;
  }

  #nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 120px 40px 40px;
    text-align: center;
  }

  #nav-menu li {
    list-style: none;
    padding-bottom: 5px;
  }

  #nav-menu a {
    color: #4f5661;
    display: block;
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 10px;
  }

  #global-nav {
    display: none;
  }

  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #overlay.active {
    display: block;
  }

  .heading-01 ._en {
    font-size: 7rem;
    letter-spacing: 20px;
  }

  .catchphrase__image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .catchphrase__image>* {
    flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
  }

  .section__lead p {
    text-align: start;
    font-size: 20px;
  }

  .about {
    padding-block: 80px;
  }

  .cases {
    padding: 80px 0;
    background: #F7FDFE;
  }

  .cases__list {
    display: flex;
    flex-direction: column;
  }

  .cases__clinic-list {
    width: 208px;
    margin: 32px auto 0;
  }

  .cases__item {
    width: 360px;
    margin: 0 auto;
  }

  .section__lead {
    margin-top: 32px;
  }

  .doctor-intro {
    padding-block: 80px;
  }
  .doctor-intro__clinic-list {
    display: none;
  }

  .doctor-intro__profile-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .doctor-intro__profile-item:nth-child(even) {
    display: flex;
    flex-direction: column;
  }

  .doctor-intro__message {
    margin-top: 8px;
    padding: 20px;
  }

  .doctor-intro__message__text p {
    font-size: 24px;
    text-align: center;
  }

  .reasons__list {
    display: block;
    width: 342px !important;
    margin: 0 auto;
  }

  .reasons__item {
    border: 1px solid #d8d2bf;
    padding: 10px;
    margin: 30px auto;
  }

  ._en.fc--white {
    font-size: 7rem;
    letter-spacing: 15px;
  }

  .message__content.container {
    margin-top: 0;
    padding-inline: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .message__image {
    display: flex;
    justify-content: center;
  }

  .heading-01 ._jp {
      font-size: 24px;
      /* letter-spacing: 3px !important; */
      top: 5px;
  }
  .heading-01 ._jp em {
    font-size: 40px;
  }
  .group-locations__list {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .dental-menu__row._01 {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dental-menu__row._02 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: 320px;
    gap: 10px;
  }

  .dental-menu__row._03 {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    width: 320px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dental-menu__item {
    width: 100%;
  }

  .dental-menu__row._03 .dental-menu__item {
    width: 48%;
  }

  .dental-menu__row._04 {
    grid-template-columns: repeat(2, 1fr);
    width: 320px;
    justify-content: center;
    gap: 10px;
  }

  .flow__item {
    display: flex;
    flex-direction: column;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 96px;
  }

  .section__lead p {
    text-align: center;
  }

  .section__lead p br {
    display: none;
  }

  .cta__button a {
    width: 330px;
  }

  .cases__image img {
    width: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cases__description {
    width: 297px;
    margin: 0 auto;
  }

  .doctor-intro__cases-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
  }

  .doctor-intro__cases {
    margin-top: 20px !important;
  }
  .group-locations__info-details-left, .group-locations__info-details-right {
        font-size: 16px;
        letter-spacing: 0.05em;
        min-width: 124px;
        padding: 2px 12px 3px;
        text-align: center;
  }
  .group-locations__info-details {
      margin-bottom: 16px;
      gap: 8px;
  }

  .clinic-group__item._01 .clinic-detail__card,
  .clinic-group__item._03 .clinic-detail__card {
    z-index: -1;
    margin-top: 15px;
  }

  .clinic-group__item._02 .clinic-detail__card {
    z-index: -1;
    margin-top: 70px;
  }

  .clinic-group__item._04 .clinic-detail__card {
    z-index: -1;
    margin-top: 70px;
  }

  .clinic-detail__card {
    padding: 18px;
  }

  .clinic-detail__to-website {
    width: 174px;
  }

  .page-nav__list {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
  }

  .how-to-pay .heading-01 ._en {
    font-size: 40px;
    text-transform: none;
    letter-spacing: 10px;
  }

  .section__lead p {
    font-family: "Noto Sans JP";
    text-align: start;
    width: 342px !important;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    padding: 0 20px;
  }

  .section__doctor-name {
    width: 342px !important;
  }

  .how-to-pay__list {
    display: flex;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    flex-direction: column;
  }

  .how-to-pay__item {
    height: 250px;
    width: 342px;
    margin: 0 auto;
  }

  .how-to-pay__name h3 {
    font-weight: 700;
  }

  .warranty .heading-01 ._en {
    font-size: 40px;
    letter-spacing: 5px;
    text-transform: none;
    top: -53px;
  }

  .heading-01 ._en {
    font-size: 40px;
    letter-spacing: 20px;
  }

  .how-to-pay__outline {
    margin-top: 30px;
  }

  .footer__nav {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 64px;
  }

  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    border-top: 1px solid #9aa9c3;
    padding: 40px 0;
  }

  .footer__policy {
    padding: 20px 0;
  }

  .doctor-intro__image {
    margin: 0 auto !important;
  }

  .doctor-intro__image img {
    width: 280px;
  }

  .mw--900 {
    width: 342px;
  }

  .clinic-hour td {
    text-align: center;
    padding-left: 5px;
    padding-right: 10px;
  }

  .doctor-intro__history-item.academic_conference.sp-border {
    display: block !important;
    width: 342px;
    margin: 30px auto;
    border-bottom: 1px solid #9EC7CB;
  }

  .pbk--144 {
    padding: 150px 0 120px !important;
  }

  section.reasons.pbk--144 {
    padding-block: 80px !important;
  }

  .reasons__title h3 {
    font-size: 22px;
  }

  .self-pay .table-block {
    width: 342px;
    margin: 0 auto;
  }

  .deduction {
    padding-bottom: 120px;
    width: 342px;
    margin: 50px auto 0;
  }

  .deduction__lead {
    width: 342px;
    margin: 0 auto;
  }

  .deduction__item {
    width: 342px;
    margin: 0 auto;
  }

  .table-block {
    width: 342px;
    margin: 0 auto;
  }

  .message__photo {
    position: unset;
  }

  .about__img {
      width: 94.6%;
      margin-top: 8px;
      margin-left: 3.5%;
      margin-right: 0;
  }

  .group-locations__item {
      margin-top: 72px;
  }
  .group-locations__item:nth-child(2), .group-locations__item:nth-child(4) {
      margin-top: 72px;
  }
  #clinic__list .u__pc-only {
    display: none;
  }
  #clinic__list .u__sp-only {
    display: block;
  }
  .clinic-hour__note {
      margin-top: 3px;
  }
  .group-locations__tel {
      padding: 14px;
      margin-top: 24px;
  }
  .group-locations__flex {
      justify-content: center;
      gap: 16px;
  }
}

.doctor-intro__history-item.academic_conference.sp-border {
  display: none;
}
.group-locations__website-instagram a:hover {
    opacity: 0.9;
}

@media screen and (max-width:576px) {
  html {
    width: 100%
  }

  ._2-columns,
  ._3-columns,
  ._4-columns {
    grid-template-columns: repeat(1, 1fr)
  }

  .container {
    padding-inline: clamp(20px, 20px + (100vw - 375px)*(30 - 20)/(576 - 375), 30px);
    padding: 0;
  }

  .message__body p {
    margin-bottom: 20px;
    line-height: 1.8;
    width: 360px;
    margin: 0 auto;
  }

  .message__sign {
    margin-top: auto;
    text-align: right;
    width: 100%;
    padding-right: 20px;
  }

  .fa--center--sm {
    text-align: left
  }

  .hide--sm {
    display: none
  }

  .show--sm {
    display: block
  }

  .catchphrase__text {
    display: none;
  }
}


@media screen and (min-width:415px) and (max-width:450px) {
  .top-page .mainV {
    width: 432px !important;
  }

  .container {
    width: 100%;
  }

  .catchphrase__text {
    display: none;
  }

  .mw--900 {
    max-width: 432px;
    width: 100%;
  }

  .header .container {
    max-width: 432px !important;
  }

  .how-to-pay__outline {
    margin-top: 45px;
  }

  .doctor-intro__image:after {
    width: 280px !important;
    height: 420px !important;
  }
}

@media screen and (max-width:414px) {
  html {
    /*width: 430px;*/
    width: auto;
  }

  #mainV {
    height: 750px;
  }

  .doctor-intro__image:after {
    width: 270px !important;
    height: 410px !important;
  }
}

@media (hover:hover) {
  .clinic-detail__to-website:hover {
    background-color: #452002
  }

  .clinic-detail__to-website:hover ._line-arrow {
    -webkit-transform: rotate(-135deg) translate(-19px, 18px);
    transform: rotate(-135deg) translate(-19px, 18px)
  }

  .doctor-intro__clinic-item a:hover {
    color: #61959a
  }

  .footer a:hover {
    text-decoration: underline
  }

  .header__hMenu:hover {
    cursor: pointer
  }

  .header__clinic-location a:hover {
    background-color: #dbdbdb
  }

  .page-nav__item a:hover ._line-arrow {
    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    transform: rotate(-45deg) translate(-11px, 7px)
  }
}

/* グローバルナビ固定用 */
#global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* アクティブ時の背景色 */
.gnav-inner .gnav-item.is--active-item,
.gnav-inner .gnav-item a.is--active {
  background-color: #D8E4EE !important;
}

body.no-scroll {
  overflow: hidden !important;
}


/** append **/
#nav-menu.active {
  top: 0;
  z-index: 9999;
  overflow-x: unset;
  overflow-y: unset;
}

.header__hMenu {
  height: 22px;
  width: 40px;
}

.header__hMenu span {
  height: 2px;
  width: 18px;
}

.nav__active-logo {
  background: #193C8F;
  padding: 10px 0 14px;
}

#nav-menu a.nav__active-link {
  margin-left: 28px;
  width: 290px;
  display: block;
  padding: 0;
}

.nav__active-logo img {
  width: 100%;
  height: auto;
}

.header__hMenu.active {
  right: 8px;
}

.header__hMenu.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  width: 32px;
}

.header__hMenu.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  width: 32px;
}

@media screen and (max-width:1024px) {
  html:has(.no-scroll) {
    overflow: hidden !important;
  }

  .header {
    padding-bottom: 13px;
    position: relative;
    z-index: 9999;
  }

  a.header__logo.flex-center-center {
    width: 204px;
    margin: 8px 0 0;
  }

  #page.active {
    position: sticky;
    width: 100%;
  }

  .header__hMenu {
    position: fixed;
    z-index: 10000;
    top: 8px;
    right: 12px;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    gap: 3px;
    margin-top: 8px;
  }

  #nav-menu a {
    color: #4f5661;
    display: block;
    font-size: 1.8rem;
    padding: 14px 0;
    border-radius: 10px;
    font-size: 18px !important;
  }
}

@media screen and (max-width:1024px) {

  /* ハンバーガーメニュー */
  #nav-menu {
    background-color: #fff;
    display: none;
    height: 100vh;
    right: 0;
    left: unset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  #nav-menu.active {
    display: block;
    height: 100dvh !important;
    width: calc(100% - 16px);
    max-width: 376px;
    left: unset;
  }

  #nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 120px 40px 40px;
    text-align: center;
    background-color: #D8E4EE;
    height: calc(100dvh - 96px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  #nav-menu li {
    list-style: none;
    padding-bottom: 12px;
  }

  #nav-menu a {
    color: #4f5661;
    display: block;
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 10px;
    line-height: 1.2;
  }

  #global-nav {
    display: none;
  }

  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #overlay.active {
    display: block;
  }

  .clinic-group__item {
    display: flex;
    flex-direction: column;
  }

  .clinic-group__item._01 {
    z-index: -1;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._03 {
    z-index: -1;
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .clinic-group__item._02 .clinic-detail__card {
    z-index: -1;
    margin-top: 50px;
  }

  .clinic-group__item._04 .clinic-detail__card {
    z-index: -1;
    margin-top: 50px;
  }

  .clinic-group__item:nth-of-type(2n-1) .clinic-detail__card {
    transform: translateY(-5px);
  }

  .header .container {
    padding: 0 8px;
  }

  #nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 32px 28px;
    text-align: center;
  }
}

@media screen and (max-width:360px) {
  #nav-menu a.nav__active-link {
    width: 270px;
  }
}
.slick-dotted.slick-slider {
  padding: 0;
}