@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
@media screen and (min-width: 835px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  color: #3c3c3c;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
  overflow-x: hidden;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

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

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}

.sec-bottom {
  margin-bottom: 84px;
  margin-top: -200px;
  padding-top: 200px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 200px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

.title-block {
  margin-bottom: 20px;
}

.l-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #ffffff;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 835px) {
  .l-header {
    padding-bottom: 16px;
  }
}
.l-header .head-container__top {
  padding-bottom: 9px;
  border-bottom: 1px solid #e7e7e7;
  z-index: 100;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top {
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}
.l-header .head-container__top .top-bar {
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0px;
  margin: 0px;
  background: #f08200;
}
.l-header .head-container__top .top-bar h1 {
  font-size: 12px;
  color: #fff;
}
.l-header .head-container__top .top-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex {
    justify-content: space-between;
  }
}
.l-header .head-container__top .top-flex a {
  display: block;
  width: 130px;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex a {
    width: 200px;
  }
}
.l-header .head-container__top .top-flex .add-cont {
  display: none;
  font-size: 14px;
  color: #f08200;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex .add-cont {
    display: block;
  }
}
.l-header .head-container__top .top-flex .add-cont .address {
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}
.l-header .head-container__top .top-flex .add-cont .tel {
  text-align: end;
  margin-bottom: 8px;
}
.l-header .head-container__top .top-flex .add-cont .tel span {
  font-size: 20px;
  font-weight: bold;
}
.l-header .head-container__top .top-flex .add-cont .time {
  text-align: end;
}
.l-header .head-container__top .top-flex .add-cont .time span {
  font-size: 20px;
  font-weight: bold;
}
.l-header .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 124px 5% 80px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .l-header .nav {
    width: auto;
    height: auto;
    padding: 0 5%;
    max-width: 1440px;
    margin: 0 auto;
    position: static;
    background: none;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
}
.l-header .nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list {
    flex-direction: row;
    gap: 46px;
  }
}
.l-header .nav .nav-list li {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li {
    width: auto;
  }
}
.l-header .nav .nav-list li .nav-item {
  cursor: pointer;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li .nav-item {
    align-items: center;
  }
}
.l-header .nav .nav-list li.has-child {
  position: relative;
}
.l-header .nav .nav-list li.has-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 0;
  right: 2px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.l-header .nav .nav-list li.has-child.open .child-list {
  display: block;
  opacity: 1;
  max-height: 500px;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child:hover .child-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header .nav .nav-list li.has-child .nav-item {
  padding-right: 20px;
}
.l-header .nav .nav-list li.has-child .child-list {
  display: none;
  padding-top: 24px;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  position: static;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child .child-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 300px;
    border-radius: 1rem;
    background-color: #f4f4f4;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
.l-header .nav .nav-list li.has-child .child-list .child-item a {
  font-size: 12px;
  padding: 8px 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child .child-list .child-item a {
    line-height: 1;
    padding: 10px 26px;
  }
}
.l-header .nav.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.l-header .burger {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 25px;
  position: fixed;
  top: 54px;
  right: 18px;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .l-header .burger {
    display: none;
  }
}
.l-header .burger span {
  display: block;
  height: 2px;
  background: #333;
  margin: 6px 0;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .l-header .burger {
    display: none;
  }
}
.l-header .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header .burger.active span:nth-child(2) {
  opacity: 0;
}
.l-header .burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.l-header.is-hide {
  transform: translateY(-100%);
}

.hero {
  position: relative;
  width: 100%;
  height: 60svh;
  min-height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .hero {
    height: 70svh;
    min-height: 500px;
    margin-bottom: 140px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(116, 115, 115, 0.15);
  z-index: 2;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__img .img-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.hero__img .img-item.is-active {
  opacity: 1;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero h1 {
  position: absolute;
  left: 5%;
  bottom: 40px;
  color: #fff;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 3;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.l-footer {
  margin-top: 84px;
}
.l-footer .main-desc {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.l-footer .main-desc .cont-l a {
  display: block;
  width: 130px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-l a {
    width: 200px;
  }
}
.l-footer .main-desc .cont-r .grid-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item {
  display: grid;
  grid-template-columns: minmax(32px, max-content) 1fr;
  row-gap: 24px;
  column-gap: 16px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item {
    display: block;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists {
  grid-column: 2;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists::after {
  position: relative;
  display: block;
  content: "";
  grid-column: 2;
  block-size: 1px;
  background: #f08200;
  margin-block-start: 16px;
  margin-inline-end: -20px;
  margin-inline-start: 14px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item .lists::after {
    display: none;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists .more-menu-title {
  font-weight: bold;
  line-height: 2;
  padding: 8px 16px;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a {
  padding: 8px 16px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a:hover {
  background: #f08200;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a {
    width: fit-content;
  }
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a .toggle {
    display: none;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li .more-menu__child {
  font-weight: normal;
}
.l-footer .copy-wrap {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  background: #f08200;
  color: #fff;
}

.sec-title {
  position: relative;
  margin-bottom: 48px;
  padding-left: 16px;
}
@media screen and (min-width: 835px) {
  .sec-title {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.6em;
  background: #f08200;
  border-radius: 2px;
}
.sec-title h2 {
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.sec-title .sub {
  font-size: clamp(16px, 3vw, 20px);
}
.sec-title .en {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #f08200;
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .sec-title .en {
    margin-top: 0;
  }
}

.page-title {
  margin-bottom: 60px;
}
.page-title .a-title__01 {
  background: rgba(255, 245, 235, 0.6);
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .page-title .a-title__01 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1% 5%;
  }
}
.page-title .a-title__01 h2 {
  font-size: clamp(20px, 3.5vw, 40px);
  letter-spacing: 0.2em;
  align-items: center;
  display: flex;
  line-height: 1.4;
}
.page-title .a-title__01 .titlesub-cont {
  display: flex;
  align-items: center;
  color: #f08200;
  font-weight: bold;
}
.page-title .a-title__01 .titlesub-cont .title_icon {
  background: #f08200;
  border-radius: 5px;
  width: 9px;
  height: 31px;
  margin: 0 8px 0px;
}
@media screen and (min-width: 835px) {
  .page-title .a-title__01 .titlesub-cont .title_icon {
    margin: 0 20px 0px;
  }
}
.page-title .sec-lead {
  line-height: 1.8;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.16em;
}

.title-lead {
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-header {
  width: 100%;
  position: relative;
}
.page-header__bg {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
  max-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .page-header__bg {
    min-height: 350px;
    max-height: 500px;
  }
}
.page-header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-header__whiteningbg {
  background-image: url("../images/whitening-bg.jpg");
}
.page-header__implantbg {
  background-image: url("../images/implant-bg.png");
}
.page-header__diseasebg {
  background-image: url("../images/disease-bg.jpg");
}
.page-header__orthodonticbg {
  background-image: url("../images/orthodontic-bg.jpg");
}
.page-header__dentalbg {
  background-image: url("../images/dental-bg.jpg");
}
.page-header__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  padding: 8px 16px;
  z-index: 2;
  width: 100%;
  line-height: 1.8;
  opacity: 0.9;
  text-align: left;
}
.page-header__content .page-header__title {
  font-size: clamp(28px, 8vw, 64px);
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
}
.page-header__content .page-header__subtitle {
  font-size: clamp(16px, 5vw, 28px);
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .page-header__content {
    padding: 0 32px;
    text-align: center;
  }
  .page-header__content .page-header__title {
    font-size: clamp(48px, 5vw, 64px);
  }
  .page-header__content .page-header__subtitle {
    font-size: clamp(24px, 3vw, 32px);
  }
}

.a-title__03 {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #aeaeae;
  background-image: url(../images/low_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .a-title__03 .pc {
    height: 480px;
  }
}
.a-title__03 h2 {
  width: 100%;
  padding: 0 10px 50px;
  text-align: center;
  font-size: 40px;
}
@media screen and (min-width: 835px) {
  .a-title__03 h2 .pc {
    padding: 0 0 120px;
  }
}
.a-title__03 h2 .titlesub-cont {
  display: block;
}
.a-title__03 h2 .titlesub-cont.en {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.a-title__03 h2 .titlesub-cont.ja {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 835px) {
  .a-title__03 h2 .titlesub-cont.ja {
    margin-top: 26px;
  }
}
@media screen and (min-width: 835px) {
  .a-title__03 h2 .titlesub-cont .pc {
    display: none;
  }
}

.a-btn__06 .btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 250px;
  position: relative;
}
.a-btn__06 .btn:hover .circle {
  width: 100%;
}
.a-btn__06 .btn:hover .btn-txt {
  color: #fff;
}
.a-btn__06 .btn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #f08200;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .a-btn__06 .btn .circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.a-btn__06 .btn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.a-btn__06 .btn .circle .icon::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.15rem solid #fff;
  border-right: 0.15rem solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 12px;
}
@media screen and (min-width: 835px) {
  .a-btn__06 .btn .circle .icon::before {
    left: 18px;
  }
}
.a-btn__06 .btn .btn-txt {
  position: absolute;
  top: 50%;
  left: 68px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.nav-btn .price-nav {
  margin-bottom: 80px;
}
.nav-btn .price-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 835px) {
  .nav-btn .price-nav ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.nav-btn .price-nav a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 245, 235, 0.6);
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (min-width: 835px) {
  .nav-btn .price-nav a {
    font-size: 15px;
    padding: 14px;
  }
}
.nav-btn .price-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 230, 210, 0.9) 0%, rgba(255, 245, 235, 0.9) 100%);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 0;
}
.nav-btn .price-nav a span, .nav-btn .price-nav a {
  position: relative;
  z-index: 1;
}
.nav-btn .price-nav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  color: #333;
}
.nav-btn .price-nav a:hover::before {
  transform: translateX(0);
}

.bottom-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  background: #f08200;
  padding: 10px 5%;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.bottom-cta.is-active {
  transform: translateY(0);
}
.bottom-cta__item {
  flex: 1;
  text-align: center;
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #f08200;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #f08200;
}

.c-faq__01 .inrto {
  line-height: 1.8;
  margin-bottom: 24px;
}
.c-faq__01 .title h2 {
  font-size: clamp(30px, 3.5vw, 60px);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .title h2 {
    display: flex;
  }
}
.c-faq__01 .title h2 .title-sub {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .title h2 .title-sub {
    border: 1px solid #000;
    margin: auto 0 auto 30px;
  }
}
.c-faq__01 .accordion {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(255, 245, 235, 0.6);
}
@media screen and (min-width: 835px) {
  .c-faq__01 .accordion {
    grid-template-columns: 1fr 1fr;
    padding: 20px 40px;
  }
}
.c-faq__01 .accordion .accordion-item {
  overflow: hidden;
  padding: 20px 10px;
}
.c-faq__01 .accordion .accordion-item .accordion-header {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap {
  line-height: 1.8;
  padding: 10px 0 10px 50px;
  position: relative;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::before, .c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 20px;
  left: 15px;
  transition: transform 0.3s ease;
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::before {
  transform: rotate(0deg);
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap::after {
  transform: rotate(90deg);
}
.c-faq__01 .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
.c-faq__01 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.c-faq__01 .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.6;
  padding: 20px 20px 20px;
  margin: 0px 10px 20px 20px;
  background: white;
}
@media screen and (min-width: 835px) {
  .c-faq__01 .accordion .accordion-item .accordion-content .answer-wrap {
    margin: 0 20px 20px 0;
  }
}
.c-faq__01 .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
.c-faq__01 .accordion .accordion-item.open .title-wrap::before {
  transform: rotate(45deg);
}
.c-faq__01 .accordion .accordion-item.open .title-wrap::after {
  transform: rotate(-45deg);
}

.m-price .a-btn__06 .btn {
  width: 260px;
}

.common-list li {
  margin-bottom: 60px;
}
.common-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
@media screen and (min-width: 835px) {
  .common-list li {
    display: flex;
    align-items: center;
  }
}
.common-list li.reverse {
  flex-direction: row-reverse;
}
.common-list li .point {
  font-weight: bold;
  width: fit-content;
  background: linear-gradient(to right, #fdae28 0%, #ffffff 100%);
  padding: 0 8px;
  margin-bottom: 12px;
}
.common-list li .point--sp {
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .common-list li .point--sp {
    display: none;
  }
}
.common-list li .point--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .common-list li .point--pc {
    display: block;
  }
}
.common-list li .point--blue {
  background: linear-gradient(to right, #c6dbe0 0%, #eaf2f4 40%, #ffffff 100%);
}
.common-list li .point .num {
  font-size: 20px;
  color: #f08200;
}
.common-list li .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .common-list li .img {
    width: 40%;
  }
}
.common-list li .img img {
  width: 100%;
  height: 100%;
}
.common-list li .cont-desc {
  padding: 0 5%;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .common-list li .cont-desc {
    flex: 1;
  }
}
.common-list li .cont-desc h3 {
  margin: 6px 0 30px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .common-list li .cont-desc h3 {
    font-size: 24px;
  }
}

.meritdemerit-list {
  margin-bottom: 40px;
}
.meritdemerit-list h3 {
  color: #f08200;
  margin-bottom: 10px;
}
.meritdemerit-list h3.red {
  color: #c0392b;
}
.meritdemerit-list .text-top {
  line-height: 1.6;
  margin-bottom: 24px;
}
.meritdemerit-list .accordion {
  margin-top: 40px;
  list-style: none;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion {
    grid-template-columns: 1fr 1fr;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion--whitening {
    grid-template-columns: 1fr;
  }
}
.meritdemerit-list .accordion .accordion-item {
  overflow: hidden;
  padding: 20px 10px;
}
.meritdemerit-list .accordion .accordion-item .accordion-header {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap {
  line-height: 1.8;
  padding: 10px 0 10px 50px;
  position: relative;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::before, .meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 24px;
  left: 15px;
  transition: transform 0.3s ease;
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::before {
  transform: rotate(0deg);
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap::after {
  transform: rotate(90deg);
}
.meritdemerit-list .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
.meritdemerit-list .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f4f7f8;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.6;
  padding: 20px;
  margin: 0px 10px 20px 10px;
}
@media screen and (min-width: 835px) {
  .meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap {
    padding: 20px 0px 20px 50px;
    background: none;
    margin: 0;
  }
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap li {
  list-style: disc;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-wrap--whitening {
  padding: 20px;
}
.meritdemerit-list .accordion .accordion-item .accordion-content .answer-add {
  padding: 20px;
}
.meritdemerit-list .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
.meritdemerit-list .accordion .accordion-item.open .title-wrap::before {
  transform: rotate(45deg);
}
.meritdemerit-list .accordion .accordion-item.open .title-wrap::after {
  transform: rotate(-45deg);
}

.s-step {
  position: relative;
}
.s-step .sec-title {
  margin-bottom: 12px;
}
.s-step .title-lead {
  margin-bottom: 40px;
}
.s-step .card-body {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.s-step .card-item {
  border-top: 1px solid #ccc;
  background: #fff;
  margin-bottom: 60px;
  /* ===== PC：sticky ===== */
}
.s-step .card-item__01 {
  top: 200px;
}
.s-step .card-item__02 {
  top: 260px;
}
.s-step .card-item__03 {
  top: 320px;
}
.s-step .card-item__04 {
  top: 380px;
}
.s-step .card-item__05 {
  top: auto;
}
.s-step .card-item .title-sub {
  padding: 20px 0;
  letter-spacing: 0.2em;
}
.s-step .card-item .title-sub span {
  margin-right: 6px;
  letter-spacing: 0.01em;
  font-size: 32px;
  color: #f08200;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc {
    display: flex;
    gap: 96px;
    align-items: center;
  }
}
.s-step .card-item .card-desc .img {
  width: 100%;
  aspect-ratio: 335/203;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc .img {
    width: 470px;
    flex-shrink: 0;
  }
}
.s-step .card-item .card-desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-step .card-item .card-desc .text-desc {
  flex: 1;
}
.s-step .card-item .card-desc .text-desc .text {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.s-step .card-item .card-desc .text-desc .text span {
  color: #f08200;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .s-step .card-item .card-desc .text-desc .text span {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}

.common-cont {
  background: #fafafa;
  border-left: 3px solid #c0392b;
  padding: 16px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .common-cont {
    padding: 20px 24px;
  }
}
.common-cont--blue {
  border-left: 3px solid #1f7185;
}
.common-cont .risc-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #c0392b;
}
@media screen and (min-width: 835px) {
  .common-cont .risc-title {
    font-size: 16px;
  }
}
.common-cont .risc-title--blue {
  color: #1f7185;
}
.common-cont p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 835px) {
  .common-cont p {
    font-size: 14px;
  }
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.content-body {
  margin-top: 32px;
}
.content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.content-body p:last-child {
  margin-bottom: 48px;
}
.content-body .wp-block-column .wp-block-heading {
  font-size: 24px;
  line-height: 1.4;
}
.content-body .wp-block-column h3.wp-block-heading,
.content-body .wp-block-column h4.wp-block-heading {
  margin-bottom: 12px;
}
.content-body .wp-block-column p {
  font-size: 14px;
}
.content-body .wp-block-column p a {
  text-decoration: underline;
}
.content-body .wp-block-column .wp-block-image {
  aspect-ratio: 1/1;
}
.content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  font-size: 10px;
  margin: 120px 0 0;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  gap: 8px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  padding: 10px 0;
}
.breadcrumb .breadcrumb__list .current-item {
  color: #0da0a0;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #eff8f6;
  text-align: center;
  display: flex;
  gap: 10px;
  margin-top: 46px;
  align-items: center;
  padding: 10px;
  border-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000000;
  mask-image: url("../images/icon-check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon-check.svg"); /* Safari対応 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: rgb(250, 234, 240);
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}

.s-info {
  background: #fafafa;
}
.s-info .mv-info {
  margin: 0 calc(50% - 50vw) 40px;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
  background: url(../images/info_mv.jpg) fixed no-repeat center center/cover;
}
@media screen and (min-width: 835px) {
  .s-info .mv-info {
    height: 60vh;
    background: url(../images/info_mv.jpg) fixed no-repeat center center/100%;
  }
}
@media screen and (min-width: 835px) {
  .s-info .container {
    display: flex;
  }
}
.s-info .container .cont-l,
.s-info .container .cont-r {
  padding: 40px 0px;
  transition: background-color 0.5s ease, flex-basis 0.3s ease;
  flex-basis: 50%;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l,
  .s-info .container .cont-r {
    padding: 40px 20px;
    display: flex;
    text-align: left;
  }
}
.s-info .container .cont-l .items {
  width: 100%;
}
.s-info .container .cont-l .items .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.s-info .container .cont-l .items .time-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l .items .time-table {
    min-width: auto;
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.s-info .container .cont-l .items .time-table th,
.s-info .container .cont-l .items .time-table td {
  border: 1px solid #ddd;
  padding: 10px 6px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l .items .time-table th,
  .s-info .container .cont-l .items .time-table td {
    padding: 12px;
  }
}
.s-info .container .cont-l .items .time-table thead {
  background: #f5f7f8;
}
.s-info .container .cont-l .items .time-table thead th {
  font-weight: 700;
}
.s-info .container .cont-l .items .time-table tbody th,
.s-info .container .cont-l .items .time-table tbody td {
  background: #ffffff;
}
.s-info .container .cont-l .items .time-table tbody th {
  font-weight: 600;
  white-space: nowrap;
}
.s-info .container .cont-l .items .time-table .ok {
  color: #4caf50;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-l .items .time-table .ng {
  color: #e57373;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-l .items .table-text {
  margin-top: 8px;
  text-align: end;
  font-size: 12px;
}
.s-info .container .cont-l .items .add-cont {
  color: #f08200;
  margin: 24px 0;
}
.s-info .container .cont-l .items .add-cont .tel {
  margin-bottom: 16px;
}
.s-info .container .cont-l .items .add-cont .tel span {
  font-size: 20px;
  font-weight: bold;
}
.s-info .container .cont-l .items .text {
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l .items .btn-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.s-info .container .cont-l .items .btn-wrap .a-btn__06 {
  margin-bottom: 12px;
}
.m-common-intro {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
  background: #FFF;
}
.m-common-intro h2 {
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 1em;
}
.m-common-intro p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.m-payment {
  background-color: #f4f7f8;
  padding: 48px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.m-payment__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.m-payment__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.m-payment__method {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}
.m-payment__description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.m-payment .m-payment__method {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .m-payment .m-payment__method {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.m-payment .m-payment__method .m-payment__icon {
  width: 100%;
  max-width: 248px;
  height: auto;
  margin-top: 8px;
}

body.home .s-treatment .cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  body.home .s-treatment .cards {
    flex-direction: row;
    justify-content: center;
  }
}
body.home .s-treatment .cards li {
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.home .s-treatment .cards li:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}
body.home .s-treatment .cards li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.home .s-treatment .cards li .item-img {
  z-index: 1;
  max-width: 566px;
}
body.home .s-treatment .cards li .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home .s-about {
  background: linear-gradient(135deg, #ffffff 0%, #fff4e6 40%, #ffe8cc 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
}
body.home .s-about .content-body .grid-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.home .s-about .content-body .grid-wrap .cont-l {
  grid-column: auto/span 12;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-l {
    grid-column: auto;
  }
}
body.home .s-about .content-body .grid-wrap .cont-l h3 {
  font-size: clamp(24px, 4.5vw, 48px);
  line-height: 1.8;
}
body.home .s-about .content-body .grid-wrap .cont-l h3 span {
  font-size: clamp(18px, 4.5vw, 28px);
}
body.home .s-about .content-body .grid-wrap .cont-l .text-desc {
  margin-top: 60px;
}
body.home .s-about .content-body .grid-wrap .cont-l .text-desc p {
  line-height: 2.3;
}
body.home .s-about .content-body .grid-wrap .cont-l .a-btn__10 {
  margin-top: 50px;
}
body.home .s-about .content-body .grid-wrap .cont-r {
  grid-column: auto/span 12;
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r {
    grid-column: auto;
    padding-left: 8.33%;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r {
  position: relative;
}
body.home .s-about .content-body .grid-wrap .cont-r .top-img {
  border-radius: 20px;
  overflow: hidden;
  width: 66.64%;
  margin: 0 auto;
  margin-left: auto;
  aspect-ratio: 400/487;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r .top-img {
    width: 80%;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r .top-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home .s-about .content-body .grid-wrap .cont-r .bottom-img {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: -20%;
  right: 0;
  left: auto;
  width: 33.332%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  body.home .s-about .content-body .grid-wrap .cont-r .bottom-img {
    top: 60%;
    left: 0;
    width: 50%;
    margin-left: auto;
  }
}
body.home .s-about .content-body .grid-wrap .cont-r .bottom-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home .s-menus .card-wrap .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
  column-gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.home .s-menus .card-wrap .cards {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
  }
}
@media screen and (min-width: 835px) {
  body.home .s-menus .card-wrap .cards li {
    padding: 36px 0;
  }
}
body.home .s-menus .card-wrap .cards li a {
  display: block;
}
body.home .s-menus .card-wrap .cards li a:hover .img::after {
  left: 0;
}
body.home .s-menus .card-wrap .cards li a .img {
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
  width: 80%;
}
body.home .s-menus .card-wrap .cards li a .img::after {
  position: absolute;
  content: "more";
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background: #f08200;
  color: #fff;
  bottom: 0;
  left: -50%;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  border-radius: 0.3em;
}
body.home .s-menus .card-wrap .cards li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.home .s-menus .card-wrap .cards li a .title {
  margin: 8px 16px 8px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  body.home .s-menus .card-wrap .cards li a .title {
    margin: 20px 36px 0;
    font-size: 16px;
  }
}
body.home .s-news .news-wrap .news-list {
  padding: clamp(18px, 4vw, 40px);
  background: #feedd8;
  border-radius: 20px;
}
body.home .s-news .news-wrap .news-list li a {
  display: block;
  padding: 10px 10px 10px 24px;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
body.home .s-news .news-wrap .news-list li a::before {
  position: absolute;
  content: ">";
  font-size: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
body.home .s-news .news-wrap .news-list li a .title {
  font-size: 16px;
  margin-left: 16px;
}
body.home .s-news .news-wrap .news-list li a:hover {
  opacity: 0.6;
  color: #f08200;
  transform: translateX(6px);
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-id-16 .s-staff .content-body .grid-wrap,
body.page-id-8 .s-staff .content-body .grid-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-staff .content-body .grid-wrap,
  body.page-id-8 .s-staff .content-body .grid-wrap {
    grid-template-columns: 3fr 2fr;
    align-items: center;
    gap: 40px;
  }
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-l,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-l {
  order: 2;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-staff .content-body .grid-wrap .cont-l,
  body.page-id-8 .s-staff .content-body .grid-wrap .cont-l {
    order: 1;
  }
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-l h2,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-l h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 32px;
  line-height: 1.4;
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-l h2 .title-sub,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-l h2 .title-sub {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #f08200;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-l p,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-l p {
  line-height: 2;
  font-size: 15px;
  color: #333;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-staff .content-body .grid-wrap .cont-l p,
  body.page-id-8 .s-staff .content-body .grid-wrap .cont-l p {
    font-size: 16px;
  }
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-r,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-r {
  order: 1;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-staff .content-body .grid-wrap .cont-r,
  body.page-id-8 .s-staff .content-body .grid-wrap .cont-r {
    order: 2;
  }
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-r .top-img,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-r .top-img {
  width: 70%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-staff .content-body .grid-wrap .cont-r .top-img,
  body.page-id-8 .s-staff .content-body .grid-wrap .cont-r .top-img {
    width: 85%;
  }
}
body.page-id-16 .s-staff .content-body .grid-wrap .cont-r .top-img img,
body.page-id-8 .s-staff .content-body .grid-wrap .cont-r .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-18 .s-recruit .recruit-table,
body.page-id-10 .s-recruit .recruit-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  background: #fff;
}
body.page-id-18 .s-recruit .recruit-table th,
body.page-id-18 .s-recruit .recruit-table td,
body.page-id-10 .s-recruit .recruit-table th,
body.page-id-10 .s-recruit .recruit-table td {
  border: 1px solid #e5e5e5;
  padding: 14px 16px;
  vertical-align: top;
}
body.page-id-18 .s-recruit .recruit-table th,
body.page-id-10 .s-recruit .recruit-table th {
  width: 30%;
  background: rgba(255, 245, 235, 0.6);
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
body.page-id-18 .s-recruit .recruit-table td,
body.page-id-10 .s-recruit .recruit-table td {
  width: 70%;
  color: #444;
}

body.page-id-21 .s-price .container-item,
body.page-id-13 .s-price .container-item {
  max-width: 100%;
  margin: 0 auto 80px;
}
body.page-id-21 .s-price .container-item:last-child,
body.page-id-13 .s-price .container-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .container-item,
  body.page-id-13 .s-price .container-item {
    max-width: 960px;
  }
}
body.page-id-21 .s-price,
body.page-id-13 .s-price {
  /* ===== title ===== */
}
body.page-id-21 .s-price .list-title,
body.page-id-13 .s-price .list-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
body.page-id-21 .s-price .list-title::after,
body.page-id-13 .s-price .list-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #c0392b;
  margin: 12px auto 0;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .list-title,
  body.page-id-13 .s-price .list-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  body.page-id-21 .s-price .list-title::after,
  body.page-id-13 .s-price .list-title::after {
    width: 64px;
  }
}
body.page-id-21 .s-price,
body.page-id-13 .s-price {
  /* ===== list ===== */
}
body.page-id-21 .s-price .lists,
body.page-id-13 .s-price .lists {
  list-style: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .lists,
  body.page-id-13 .s-price .lists {
    padding: 32px;
  }
}
body.page-id-21 .s-price .lists li,
body.page-id-13 .s-price .lists li {
  margin-bottom: 60px;
}
body.page-id-21 .s-price .lists li:last-child,
body.page-id-13 .s-price .lists li:last-child {
  margin-bottom: 0;
}
body.page-id-21 .s-price .lists li h4,
body.page-id-13 .s-price .lists li h4 {
  font-size: 17px;
  margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .lists li h4,
  body.page-id-13 .s-price .lists li h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body.page-id-21 .s-price .lists li,
body.page-id-13 .s-price .lists li {
  /* ===== table ===== */
}
body.page-id-21 .s-price .lists li .price-table,
body.page-id-13 .s-price .lists li .price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
body.page-id-21 .s-price .lists li .price-table th,
body.page-id-21 .s-price .lists li .price-table td,
body.page-id-13 .s-price .lists li .price-table th,
body.page-id-13 .s-price .lists li .price-table td {
  padding: 10px 6px;
  border: 1px solid #ddd;
  line-height: 1.4;
}
body.page-id-21 .s-price .lists li .price-table thead,
body.page-id-13 .s-price .lists li .price-table thead {
  background: #f7f7f7;
}
body.page-id-21 .s-price .lists li .price-table thead th,
body.page-id-13 .s-price .lists li .price-table thead th {
  font-weight: 600;
}
body.page-id-21 .s-price .lists li .price-table tbody td,
body.page-id-13 .s-price .lists li .price-table tbody td {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .lists li .price-table tbody td,
  body.page-id-13 .s-price .lists li .price-table tbody td {
    font-size: 16px;
  }
}
body.page-id-21 .s-price .lists li .price-table tbody td:first-child,
body.page-id-13 .s-price .lists li .price-table tbody td:first-child {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-21 .s-price .lists li .price-table,
  body.page-id-13 .s-price .lists li .price-table {
    font-size: 15px;
  }
  body.page-id-21 .s-price .lists li .price-table th,
  body.page-id-21 .s-price .lists li .price-table td,
  body.page-id-13 .s-price .lists li .price-table th,
  body.page-id-13 .s-price .lists li .price-table td {
    padding: 16px 12px;
  }
}

body.page-id-23 .s-request,
body.page-id-15 .s-request {
  background: #f7f7f5;
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-request,
  body.page-id-15 .s-request {
    padding: 120px 0;
  }
}
body.page-id-23 .s-request .request,
body.page-id-15 .s-request .request {
  text-align: center;
}
body.page-id-23 .s-request .request__title,
body.page-id-15 .s-request .request__title {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
body.page-id-23 .s-request .request__title span,
body.page-id-15 .s-request .request__title span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-request .request__title,
  body.page-id-15 .s-request .request__title {
    font-size: 30px;
  }
  body.page-id-23 .s-request .request__title span,
  body.page-id-15 .s-request .request__title span {
    font-size: 38px;
  }
}
body.page-id-23 .s-request .request__lead,
body.page-id-15 .s-request .request__lead {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
body.page-id-23 .s-request .request__text,
body.page-id-15 .s-request .request__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-request .request__text,
  body.page-id-15 .s-request .request__text {
    font-size: 15px;
  }
}
body.page-id-23 .s-request .a-btn__06 .btn,
body.page-id-15 .s-request .a-btn__06 .btn {
  margin: 40px auto 0;
}
body.page-id-23 .s-about-implant .about-implant,
body.page-id-15 .s-about-implant .about-implant {
  margin-bottom: 60px;
}
body.page-id-23 .s-about-implant .about-implant:last-child,
body.page-id-15 .s-about-implant .about-implant:last-child {
  margin-bottom: 0;
}
body.page-id-23 .s-about-implant .about-implant__lead,
body.page-id-15 .s-about-implant .about-implant__lead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-about-implant .about-implant__lead,
  body.page-id-15 .s-about-implant .about-implant__lead {
    font-size: 16px;
  }
}
body.page-id-23 .s-about-implant .about-implant__text,
body.page-id-15 .s-about-implant .about-implant__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-about-implant .about-implant__text,
  body.page-id-15 .s-about-implant .about-implant__text {
    font-size: 15px;
  }
}
body.page-id-23 .s-about-implant .about-implant__note,
body.page-id-15 .s-about-implant .about-implant__note {
  font-size: 13px;
  color: #666;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
body.page-id-23 .s-about-implant .about-implant__img,
body.page-id-15 .s-about-implant .about-implant__img {
  margin-bottom: 24px;
}
body.page-id-23 .s-about-implant .about-implant .emphasis,
body.page-id-15 .s-about-implant .about-implant .emphasis {
  font-weight: 500;
  margin-top: 40px;
  border-left: 3px solid #000;
  padding-left: 16px;
}
body.page-id-23 .s-meritdemerit,
body.page-id-15 .s-meritdemerit {
  padding-bottom: 100px;
}
body.page-id-23 .s-meritdemerit .container-grid,
body.page-id-15 .s-meritdemerit .container-grid {
  margin: 48px 0;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-meritdemerit .container-grid,
  body.page-id-15 .s-meritdemerit .container-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
body.page-id-23 .s-meritdemerit .container-grid .md-card,
body.page-id-15 .s-meritdemerit .container-grid .md-card {
  background: #fff;
  border: 1px solid #000;
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.page-id-23 .s-meritdemerit .container-grid .md-card,
  body.page-id-15 .s-meritdemerit .container-grid .md-card {
    margin-bottom: 0;
  }
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__image,
body.page-id-15 .s-meritdemerit .container-grid .md-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 20px;
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__image img,
body.page-id-15 .s-meritdemerit .container-grid .md-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__title,
body.page-id-15 .s-meritdemerit .container-grid .md-card__title {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__text,
body.page-id-15 .s-meritdemerit .container-grid .md-card__text {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__note,
body.page-id-15 .s-meritdemerit .container-grid .md-card__note {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
body.page-id-23 .s-meritdemerit .container-grid .md-card__note.demerit,
body.page-id-15 .s-meritdemerit .container-grid .md-card__note.demerit {
  color: #555;
}
body.page-id-23 .s-support_implant,
body.page-id-15 .s-support_implant {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fff4e6 40%, #ffe8cc 100%);
}

body.page-id-25 .s-support_whitening .option,
body.page-id-17 .s-support_whitening .option {
  margin-bottom: 40px;
  line-height: 1.4;
}
body.page-id-25 .s-support_whitening .option h3,
body.page-id-17 .s-support_whitening .option h3 {
  margin-bottom: 12px;
}
body.page-id-25 .s-support_whitening .common-list,
body.page-id-17 .s-support_whitening .common-list {
  margin-bottom: 60px;
}
body.page-id-25 .s-support_whitening .common-list .point,
body.page-id-17 .s-support_whitening .common-list .point {
  font-size: 20px;
  margin-bottom: 12px;
}
body.page-id-25 .s-support_whitening .common-list .cont-desc .common-cont,
body.page-id-17 .s-support_whitening .common-list .cont-desc .common-cont {
  margin-top: 20px;
}
body.page-id-25 .s-support_whitening .whitening--types,
body.page-id-17 .s-support_whitening .whitening--types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 24px 0;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-support_whitening .whitening--types,
  body.page-id-17 .s-support_whitening .whitening--types {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
body.page-id-25 .s-support_whitening .whitening--card,
body.page-id-17 .s-support_whitening .whitening--card {
  border-left: 3px solid #c0392b;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-support_whitening .whitening--card,
  body.page-id-17 .s-support_whitening .whitening--card {
    padding: 28px 32px;
  }
}
body.page-id-25 .s-support_whitening .whitening--title,
body.page-id-17 .s-support_whitening .whitening--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-support_whitening .whitening--title,
  body.page-id-17 .s-support_whitening .whitening--title {
    font-size: 20px;
  }
}
body.page-id-25 .s-support_whitening .whitening--lead,
body.page-id-17 .s-support_whitening .whitening--lead {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}
body.page-id-25 .s-support_whitening .whitening--data div,
body.page-id-17 .s-support_whitening .whitening--data div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}
body.page-id-25 .s-support_whitening .whitening--data div:first-child,
body.page-id-17 .s-support_whitening .whitening--data div:first-child {
  border-top: none;
}
body.page-id-25 .s-support_whitening .whitening--data dt,
body.page-id-17 .s-support_whitening .whitening--data dt {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}
body.page-id-25 .s-support_whitening .whitening--data dd,
body.page-id-17 .s-support_whitening .whitening--data dd {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
body.page-id-25 .s-support_whitening .whitening--data__price dd,
body.page-id-17 .s-support_whitening .whitening--data__price dd {
  font-size: 15px;
  font-weight: 600;
}
body.page-id-25 .s-support_whitening .meritdemerit-list,
body.page-id-17 .s-support_whitening .meritdemerit-list {
  margin-top: 60px;
}
body.page-id-25 .s-support_whitening .meritdemerit-list .whitening,
body.page-id-17 .s-support_whitening .meritdemerit-list .whitening {
  padding: 20px;
}
body.page-id-25 .s-introduction .case-list,
body.page-id-17 .s-introduction .case-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .case-list,
  body.page-id-17 .s-introduction .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
body.page-id-25 .s-introduction .case-list .case-card,
body.page-id-17 .s-introduction .case-list .case-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
body.page-id-25 .s-introduction .case-list .case-img,
body.page-id-17 .s-introduction .case-list .case-img {
  width: 100%;
  background: #f4f7f8;
}
body.page-id-25 .s-introduction .case-list .case-img img,
body.page-id-17 .s-introduction .case-list .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-id-25 .s-introduction .case-list .case-body,
body.page-id-17 .s-introduction .case-list .case-body {
  padding: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .case-list .case-body,
  body.page-id-17 .s-introduction .case-list .case-body {
    padding: 24px 28px;
  }
}
body.page-id-25 .s-introduction .case-list .case-title,
body.page-id-17 .s-introduction .case-list .case-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .case-list .case-title,
  body.page-id-17 .s-introduction .case-list .case-title {
    font-size: 18px;
  }
}
body.page-id-25 .s-introduction .case-list .case-number,
body.page-id-17 .s-introduction .case-list .case-number {
  color: #1f7185;
  font-weight: 700;
  margin-right: 6px;
}
body.page-id-25 .s-introduction .case-list .case-lead,
body.page-id-17 .s-introduction .case-list .case-lead {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
body.page-id-25 .s-introduction .case-list .case-text,
body.page-id-17 .s-introduction .case-list .case-text {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .case-list .case-text,
  body.page-id-17 .s-introduction .case-list .case-text {
    font-size: 14px;
  }
}
body.page-id-25 .s-introduction .whitening-caution,
body.page-id-17 .s-introduction .whitening-caution {
  margin-top: 40px;
  background: #fff4e6;
  padding: 24px 16px;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .whitening-caution,
  body.page-id-17 .s-introduction .whitening-caution {
    padding: 32px 24px;
  }
}
body.page-id-25 .s-introduction .whitening-caution .caution-title,
body.page-id-17 .s-introduction .whitening-caution .caution-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .whitening-caution .caution-title,
  body.page-id-17 .s-introduction .whitening-caution .caution-title {
    font-size: 20px;
  }
}
body.page-id-25 .s-introduction .whitening-caution .caution-block,
body.page-id-17 .s-introduction .whitening-caution .caution-block {
  background: #ffffff;
  border-left: 3px solid #fdae28;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 6px;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .whitening-caution .caution-block,
  body.page-id-17 .s-introduction .whitening-caution .caution-block {
    padding: 20px 24px;
  }
}
body.page-id-25 .s-introduction .whitening-caution .caution-subtitle,
body.page-id-17 .s-introduction .whitening-caution .caution-subtitle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
body.page-id-25 .s-introduction .whitening-caution .caution-lead,
body.page-id-17 .s-introduction .whitening-caution .caution-lead {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #555;
}
body.page-id-25 .s-introduction .whitening-caution .caution-list,
body.page-id-17 .s-introduction .whitening-caution .caution-list {
  padding-left: 1.2em;
  margin: 0;
}
body.page-id-25 .s-introduction .whitening-caution .caution-list li,
body.page-id-17 .s-introduction .whitening-caution .caution-list li {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .whitening-caution .caution-list li,
  body.page-id-17 .s-introduction .whitening-caution .caution-list li {
    font-size: 14px;
  }
}
body.page-id-25 .s-introduction .whitening-caution .caution-text,
body.page-id-17 .s-introduction .whitening-caution .caution-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
@media screen and (min-width: 835px) {
  body.page-id-25 .s-introduction .whitening-caution .caution-text,
  body.page-id-17 .s-introduction .whitening-caution .caution-text {
    font-size: 14px;
  }
}

body.page-id-27 .s-periodontal,
body.page-id-21 .s-periodontal {
  padding: 56px 16px;
  background-color: #f8faf9;
  margin-top: 56px;
}
body.page-id-27 .s-periodontal__title,
body.page-id-21 .s-periodontal__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 24px;
  border-left: 6px solid #4fb3a2;
  padding-left: 12px;
  color: #2a2a2a;
}
body.page-id-27 .s-periodontal__subtitle,
body.page-id-21 .s-periodontal__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #333;
  text-align: center;
}
body.page-id-27 .s-periodontal__block,
body.page-id-21 .s-periodontal__block {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
body.page-id-27 .s-periodontal__block p,
body.page-id-21 .s-periodontal__block p {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}
body.page-id-27 .s-periodontal__block p:not(:last-child),
body.page-id-21 .s-periodontal__block p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-27 .s-periodontal,
  body.page-id-21 .s-periodontal {
    padding: 80px 16px;
    margin-top: 80px;
  }
  body.page-id-27 .s-periodontal__title,
  body.page-id-21 .s-periodontal__title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  body.page-id-27 .s-periodontal__subtitle,
  body.page-id-21 .s-periodontal__subtitle {
    font-size: 1.5rem;
    margin: 48px 0 24px;
  }
  body.page-id-27 .s-periodontal__block,
  body.page-id-21 .s-periodontal__block {
    padding: 24px;
  }
  body.page-id-27 .s-periodontal__block p,
  body.page-id-21 .s-periodontal__block p {
    font-size: 14px;
  }
}
body.page-id-27 .s-support_disease .common-list .point,
body.page-id-21 .s-support_disease .common-list .point {
  margin-bottom: 12px;
}
body.page-id-27 .s-concern .card-wrapper,
body.page-id-21 .s-concern .card-wrapper {
  background: #f2f2f2;
  padding: 20px;
}
body.page-id-27 .s-concern .card-wrapper h4,
body.page-id-21 .s-concern .card-wrapper h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #c0392b;
  line-height: 1.4;
}
body.page-id-27 .s-concern .card-wrapper .text,
body.page-id-21 .s-concern .card-wrapper .text {
  line-height: 1.6;
}
body.page-id-27 .s-concern .card-wrapper .card-list,
body.page-id-21 .s-concern .card-wrapper .card-list {
  padding: 56px 0px;
}
body.page-id-27 .s-concern .card-wrapper .card-list__inner,
body.page-id-21 .s-concern .card-wrapper .card-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-27 .s-concern .card-wrapper .card-list__inner,
  body.page-id-21 .s-concern .card-wrapper .card-list__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  body.page-id-27 .s-concern .card-wrapper .card-list__inner--second,
  body.page-id-21 .s-concern .card-wrapper .card-list__inner--second {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-27 .s-concern .card-wrapper .card,
body.page-id-21 .s-concern .card-wrapper .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
body.page-id-27 .s-concern .card-wrapper .card__image,
body.page-id-21 .s-concern .card-wrapper .card__image {
  margin: 0 auto;
  padding: 20px 0;
}
body.page-id-27 .s-concern .card-wrapper .card__body,
body.page-id-21 .s-concern .card-wrapper .card__body {
  padding: 16px;
}
body.page-id-27 .s-concern .card-wrapper .card__title,
body.page-id-21 .s-concern .card-wrapper .card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2a2a2a;
}
body.page-id-27 .s-concern .card-wrapper .card__text,
body.page-id-21 .s-concern .card-wrapper .card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

body.page-id-29 .s-concern .card-wrapper,
body.page-id-23 .s-concern .card-wrapper {
  background: #f2f2f2;
  padding: 20px;
}
body.page-id-29 .s-concern .card-wrapper h4,
body.page-id-23 .s-concern .card-wrapper h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #c0392b;
  line-height: 1.4;
}
body.page-id-29 .s-concern .card-wrapper .text,
body.page-id-23 .s-concern .card-wrapper .text {
  line-height: 1.6;
}
body.page-id-29 .s-concern .card-wrapper .card-list,
body.page-id-23 .s-concern .card-wrapper .card-list {
  padding: 56px 0px;
}
body.page-id-29 .s-concern .card-wrapper .card-list__inner,
body.page-id-23 .s-concern .card-wrapper .card-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .s-concern .card-wrapper .card-list__inner,
  body.page-id-23 .s-concern .card-wrapper .card-list__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  body.page-id-29 .s-concern .card-wrapper .card-list__inner--second,
  body.page-id-23 .s-concern .card-wrapper .card-list__inner--second {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-29 .s-concern .card-wrapper .card,
body.page-id-23 .s-concern .card-wrapper .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
body.page-id-29 .s-concern .card-wrapper .card__image,
body.page-id-23 .s-concern .card-wrapper .card__image {
  margin: 0 auto;
  padding: 20px 0;
}
body.page-id-29 .s-concern .card-wrapper .card__body,
body.page-id-23 .s-concern .card-wrapper .card__body {
  padding: 16px;
}
body.page-id-29 .s-concern .card-wrapper .card__title,
body.page-id-23 .s-concern .card-wrapper .card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2a2a2a;
}
body.page-id-29 .s-concern .card-wrapper .card__text,
body.page-id-23 .s-concern .card-wrapper .card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
body.page-id-29 .feature,
body.page-id-23 .feature {
  padding: 56px 16px;
  background: #f8faf9;
}
body.page-id-29 .feature__inner,
body.page-id-23 .feature__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .feature__inner,
  body.page-id-23 .feature__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

body.page-id-31 .s-about,
body.page-id-19 .s-about {
  padding: 56px0px;
  background-color: #f8faf9;
  margin-top: 56px;
}
body.page-id-31 .s-about__title,
body.page-id-19 .s-about__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 24px;
  border-left: 6px solid #4fb3a2;
  padding-left: 12px;
  color: #2a2a2a;
}
body.page-id-31 .s-about__subtitle,
body.page-id-19 .s-about__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #333;
  text-align: center;
}
body.page-id-31 .s-about__block,
body.page-id-19 .s-about__block {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
body.page-id-31 .s-about__block p,
body.page-id-19 .s-about__block p {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}
body.page-id-31 .s-about__block p:not(:last-child),
body.page-id-19 .s-about__block p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
  body.page-id-31 .s-about,
  body.page-id-19 .s-about {
    padding: 80px 16px;
    margin-top: 80px;
  }
  body.page-id-31 .s-about__title,
  body.page-id-19 .s-about__title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  body.page-id-31 .s-about__subtitle,
  body.page-id-19 .s-about__subtitle {
    font-size: 1.5rem;
    margin: 48px 0 24px;
  }
  body.page-id-31 .s-about__block,
  body.page-id-19 .s-about__block {
    padding: 24px;
  }
  body.page-id-31 .s-about__block p,
  body.page-id-19 .s-about__block p {
    font-size: 14px;
  }
}
body.page-id-31 .tmj,
body.page-id-19 .tmj {
  padding: 56px 0px;
  background-color: #f8faf9;
  line-height: 1.6;
}
body.page-id-31 .tmj__title,
body.page-id-19 .tmj__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 12px;
  border-left: 6px solid #f08200;
  color: #2a2a2a;
}
body.page-id-31 .tmj__image,
body.page-id-19 .tmj__image {
  margin: 0 auto 36px;
}
body.page-id-31 .tmj__image img,
body.page-id-19 .tmj__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
body.page-id-31 .tmj__subtitle,
body.page-id-19 .tmj__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 40px 0 16px;
  color: #333;
}
body.page-id-31 .tmj__text,
body.page-id-19 .tmj__text {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
body.page-id-31 .tmj__text p,
body.page-id-19 .tmj__text p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
body.page-id-31 .tmj__text p:not(:last-child),
body.page-id-19 .tmj__text p:not(:last-child) {
  margin-bottom: 16px;
}
body.page-id-31 .tmj__emphasis,
body.page-id-19 .tmj__emphasis {
  font-weight: 600;
  color: #2a2a2a;
}
@media (min-width: 768px) {
  body.page-id-31 .tmj,
  body.page-id-19 .tmj {
    padding: 80px 16px;
  }
  body.page-id-31 .tmj__title,
  body.page-id-19 .tmj__title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  body.page-id-31 .tmj__image,
  body.page-id-19 .tmj__image {
    width: 70%;
  }
  body.page-id-31 .tmj__subtitle,
  body.page-id-19 .tmj__subtitle {
    font-size: 1.5rem;
    margin-top: 48px;
  }
  body.page-id-31 .tmj__text,
  body.page-id-19 .tmj__text {
    padding: 24px;
  }
  body.page-id-31 .tmj__text p,
  body.page-id-19 .tmj__text p {
    font-size: 15px;
  }
}
body.page-id-31 .s-concern .card-wrapper,
body.page-id-19 .s-concern .card-wrapper {
  background: #f2f2f2;
  padding: 20px;
}
body.page-id-31 .s-concern .card-wrapper h4,
body.page-id-19 .s-concern .card-wrapper h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #c0392b;
  line-height: 1.4;
}
body.page-id-31 .s-concern .card-wrapper .text,
body.page-id-19 .s-concern .card-wrapper .text {
  line-height: 1.6;
}
body.page-id-31 .s-concern .card-wrapper .card-list,
body.page-id-19 .s-concern .card-wrapper .card-list {
  padding: 56px 0px;
}
body.page-id-31 .s-concern .card-wrapper .card-list__inner,
body.page-id-19 .s-concern .card-wrapper .card-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-31 .s-concern .card-wrapper .card-list__inner,
  body.page-id-19 .s-concern .card-wrapper .card-list__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  body.page-id-31 .s-concern .card-wrapper .card-list__inner--second,
  body.page-id-19 .s-concern .card-wrapper .card-list__inner--second {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-31 .s-concern .card-wrapper .card,
body.page-id-19 .s-concern .card-wrapper .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
body.page-id-31 .s-concern .card-wrapper .card__image,
body.page-id-19 .s-concern .card-wrapper .card__image {
  margin: 0 auto;
  padding: 20px 0;
}
body.page-id-31 .s-concern .card-wrapper .card__body,
body.page-id-19 .s-concern .card-wrapper .card__body {
  padding: 16px;
}
body.page-id-31 .s-concern .card-wrapper .card__title,
body.page-id-19 .s-concern .card-wrapper .card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2a2a2a;
}
body.page-id-31 .s-concern .card-wrapper .card__text,
body.page-id-19 .s-concern .card-wrapper .card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

body.page-id-35 .s-facilities .card-wrap .cards,
body.page-id-30 .s-facilities .card-wrap .cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-35 .s-facilities .card-wrap .cards,
  body.page-id-30 .s-facilities .card-wrap .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 56px;
  }
}
body.page-id-35 .s-facilities .card-wrap .cards li,
body.page-id-30 .s-facilities .card-wrap .cards li {
  line-height: 1.8;
}
body.page-id-35 .s-facilities .card-wrap .cards li .img,
body.page-id-30 .s-facilities .card-wrap .cards li .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 380/214;
}
body.page-id-35 .s-facilities .card-wrap .cards li .img img,
body.page-id-30 .s-facilities .card-wrap .cards li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.page-id-35 .s-facilities .card-wrap .cards li h3,
body.page-id-30 .s-facilities .card-wrap .cards li h3 {
  margin-bottom: 12px;
  font-weight: bold;
  background: linear-gradient(to right, #fdae28 0%, #ffffff 100%);
  padding: 0 8px;
  border-radius: 0.2em;
}
body.page-id-35 .s-medical_info .company-table,
body.page-id-30 .s-medical_info .company-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 864px;
  margin: 0 auto;
}
body.page-id-35 .s-medical_info .company-table th,
body.page-id-35 .s-medical_info .company-table td,
body.page-id-30 .s-medical_info .company-table th,
body.page-id-30 .s-medical_info .company-table td {
  padding: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  body.page-id-35 .s-medical_info .company-table th,
  body.page-id-35 .s-medical_info .company-table td,
  body.page-id-30 .s-medical_info .company-table th,
  body.page-id-30 .s-medical_info .company-table td {
    padding: 28px;
  }
}
body.page-id-35 .s-medical_info .company-table th,
body.page-id-30 .s-medical_info .company-table th {
  width: 100px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  body.page-id-35 .s-medical_info .company-table th,
  body.page-id-30 .s-medical_info .company-table th {
    width: 25%;
  }
}
body.page-id-35 .s-info .mv-info,
body.page-id-30 .s-info .mv-info {
  display: none;
}
body.page-id-35 .feature-card,
body.page-id-30 .feature-card {
  background: #fff;
  padding: 24px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  position: relative;
}
body.page-id-35 .feature-card__number,
body.page-id-30 .feature-card__number {
  font-size: 2rem;
  font-weight: 700;
  color: #f08200;
  margin-bottom: 8px;
}
body.page-id-35 .feature-card__title,
body.page-id-30 .feature-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2a2a2a;
}
body.page-id-35 .feature-card__text,
body.page-id-30 .feature-card__text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
@media screen and (min-width: 835px) {
  body.page-id-35 .feature-card,
  body.page-id-30 .feature-card {
    padding: 28px 24px;
  }
  body.page-id-35 .feature-card__number,
  body.page-id-30 .feature-card__number {
    font-size: 2.2rem;
  }
  body.page-id-35 .feature-card__text,
  body.page-id-30 .feature-card__text {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */