@charset "UTF-8";
:root {
  --base-color: #f8fdfc;
  --font-color: #292929;
  --color-white: #ffffff;
  --color-green: #12b9a0;
  --lh-14: 1.4;
  --lh-16: 1.6;
  --lh-1875: 1.875;
  --font-serif: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}

.roboto {
  font-family: "Roboto";
}

.montserrat {
  font-family: "Montserrat";
}

.serif {
  font-family: var(--font-serif);
}

/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
      font:inherit;
      font-family:inherit;
      */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1920 * 10 / 1620 * 1440);
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1200px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1620 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9);
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
textarea {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

picture {
  display: block;
}

dialog {
  padding: 0;
  border: none;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

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

button {
  color: var(--font-color);
  background: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: var(--font-color);
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: var(--base-color);
  color: var(--font-color);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: var(--lh-1875);
  font-feature-settings: "palt";
}

.svg_symbol {
  display: none;
}

.br-pc {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

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

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: super !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #ff0000;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

404ページ

------------------------------------------------------------ */
.page-404 .content {
  padding: 10rem 4rem;
}
.page-404 .content > p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 4.8rem;
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 1.5rem 2.5rem;
  background: var(--color-green);
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  color: var(--color-white);
  line-height: var(--lh-14);
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 1rem;
}
.breadcrumb__link {
  color: var(--color-white);
  transition: opacity 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  min-height: 5rem;
  padding: 1rem 4rem;
  margin-inline: auto;
  background: var(--color-white);
  border: 1px solid var(--color-green);
  border-radius: 4rem;
  color: var(--color-green);
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
  position: relative;
}
@media (hover: hover) {
  .button:hover::after {
    transform: scale(1.5) translateZ(0);
  }
}
.button::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
  will-change: transform;
  transform: scale(1) translateZ(0);
  transform-origin: center;
  transition: transform 0.3s;
}
.button.long {
  padding: 1rem 4rem 1rem 2rem;
}
.button.arrow {
  align-items: unset;
  justify-content: unset;
  gap: 1rem;
  width: 100%;
  min-height: unset;
  background: none;
  transition: color 0.3s;
  padding: 0;
  border: none;
  text-align: left;
}
@media (hover: hover) {
  .button.arrow:hover {
    color: var(--font-color);
  }
}
.button.arrow::after {
  display: none;
}
.button.arrow svg {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.5rem;
  fill: var(--color-green);
}

.mapBtn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin-inline: auto 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #767a80;
  color: #767a80;
  font-size: 1.5rem;
  line-height: 1;
}
@media (hover: hover) {
  .mapBtn:hover svg:nth-of-type(2) {
    translate: 0.4rem 0;
  }
}
.mapBtn svg:nth-of-type(1) {
  width: 1.6rem;
  height: 1.9rem;
  fill: #667a9b;
}
.mapBtn svg:nth-of-type(2) {
  width: 1rem;
  height: 1rem;
  fill: var(--font-color);
  transition: translate 0.3s;
}

.buttonWrap {
  padding: 6rem 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.buttonWrap__more {
  display: block;
  min-height: 10rem;
  padding: 2rem;
  background: var(--color-white);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-weight: 700;
  position: relative;
}
@media (hover: hover) {
  .buttonWrap__more:hover::after {
    transform: scale(1.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .buttonWrap__more {
    padding: 2rem 1rem;
  }
}
.buttonWrap__more::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 50%;
  position: absolute;
  bottom: 1.8rem;
  right: 2rem;
  transition: transform 0.3s;
}
.buttonWrap__more .text {
  display: block;
  text-align: center;
}
.buttonWrap__more .text span {
  font-size: 1.7rem;
}
.buttonWrap__more .more {
  font-size: 1.4rem;
  position: absolute;
  bottom: 1rem;
  right: 4rem;
}
.buttonWrap__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  width: 100%;
  height: 11rem;
  padding: 0 1.6rem;
  background: var(--color-green);
  color: var(--color-white);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .buttonWrap__web:hover {
    filter: brightness(1.2);
  }
}
.buttonWrap__web svg {
  flex: none;
  fill: var(--color-white);
  width: 2.8rem;
  height: 2.4rem;
}
.buttonWrap__web span {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
}
.buttonWrap__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
  height: 11rem;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  transition: background 0.3s;
}
@media (hover: hover) {
  .buttonWrap__tel:hover {
    background: var(--color-white);
  }
}
.buttonWrap__tel span {
  line-height: 1;
}
.buttonWrap__tel span:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.buttonWrap__tel span:nth-of-type(1)::before, .buttonWrap__tel span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.7rem;
  background: var(--color-green);
}
.buttonWrap__tel span:nth-of-type(1)::before {
  transform: rotate(-30deg);
}
.buttonWrap__tel span:nth-of-type(1)::after {
  transform: rotate(30deg);
}
.buttonWrap__tel span:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.buttonWrap__tel span:nth-of-type(2) svg {
  fill: var(--color-green);
  width: 1.6rem;
  height: 3rem;
}
.buttonWrap__tel span:nth-of-type(2) img {
  width: 23.3rem;
  height: auto;
}

/* ------------------------------------------------------------

症例紹介 画像スライダー

------------------------------------------------------------ */
.caseBox {
  width: 100%;
}
.caseBox .imageSlider {
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}
.caseBox .imageSlider__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.caseBox .imageSlider__before::before {
  content: "";
  width: 4.5rem;
  height: 100%;
  background: url(../images/bg_slider.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2.25rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.caseBox .imageSlider__before::after {
  content: "";
  width: 0.3rem;
  height: 100%;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.caseBox .imageSlider__before .inner {
  overflow: hidden;
}
.caseBox .imageSlider__before .inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.5rem;
  background: var(--color-white);
  color: var(--font-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.caseBox .imageSlider__before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  min-width: 100%;
  aspect-ratio: 310/216;
}
.caseBox .imageSlider__after {
  position: relative;
  z-index: -1;
}
.caseBox .imageSlider__after::after {
  content: "治療後";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.5rem;
  background: var(--color-white);
  color: var(--font-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.caseBox .imageSlider__after img {
  width: 100%;
  height: auto;
  aspect-ratio: 310/216;
}
.caseBox .imageSlider input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}
.caseBox details[open] summary::after {
  display: none;
}
.caseBox details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 2rem;
  background: var(--color-green);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.caseBox details summary::-webkit-details-marker {
  display: none;
}
.caseBox details summary::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.caseBox details summary::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  right: 2.45rem;
  translate: 0 -50%;
}
.caseBox details summary span {
  width: 1.5rem;
  height: 1rem;
  fill: var(--color-white);
  position: absolute;
  right: 2.2rem;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-90deg);
  transition: translate 0.3s;
}
.caseBox details .content {
  padding-top: 3rem;
}
.caseBox details .content .textTable__table td {
  background: none;
}

/* ------------------------------------------------------------

下層のアンカーリンクパーツ

------------------------------------------------------------ */
.c-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #747474;
}
.c-links:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-links p {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.c-links p::before {
  content: "";
  flex: none;
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: var(--color-green);
}

/* ------------------------------------------------------------

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.c-unit:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-unit__item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-unit__item.another {
  background: var(--color-white);
  margin-inline: -2.5rem;
}
.c-unit__item.another .c-unit__desc {
  padding: 0 4.5rem 6rem 2.5rem;
  position: relative;
}
.c-unit__item.another .c-unit__desc::after {
  content: "";
  width: 2.5rem;
  height: calc(100% + 4rem);
  background: #e6f8f5;
  position: absolute;
  top: -4rem;
  right: 0;
}
.c-unit__item.another .c-unit__desc:has(+ .c-unit__image) {
  margin-bottom: -4rem;
}
.c-unit__image img {
  width: 100%;
  height: auto;
}
.c-unit__image > p {
  padding: 0 2.5rem;
}
.c-unit__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-unit__desc p {
  text-align: justify;
}
.c-unit__desc p a {
  color: var(--color-green);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 325/215;
}
.c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 325/192;
}

/* ------------------------------------------------------------

院長紹介

------------------------------------------------------------ */
.doctorUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.doctorUnit:not(:last-of-type) {
  margin-bottom: 4rem;
}
.doctorUnit figure {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 4rem;
  position: relative;
}
.doctorUnit figure img {
  width: 100%;
  height: auto;
}
.doctorUnit figure figcaption {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: 1rem;
}
.doctorUnit figure figcaption p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: var(--color-white);
  font-size: 1.7rem;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.doctorUnit figure figcaption p:nth-of-type(2) span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 2.2rem;
}
.doctorUnit__career {
  width: 100%;
}
.doctorUnit__career .h4-title,
.doctorUnit__career .h5-title {
  margin-bottom: 2rem;
}
.doctorUnit__career ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.doctorUnit__career ul li {
  display: flex;
  gap: 1rem;
  line-height: var(--lh-16);
  position: relative;
}
.doctorUnit__career ul li::before {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
  margin-top: 0.6rem;
}
.doctorUnit__career ul li span {
  flex: none;
  width: 9rem;
  white-space: nowrap;
}
.doctorUnit__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.doctorUnit__desc p {
  text-align: justify;
}
.doctorUnit__image img {
  width: 100%;
  height: auto;
}
.doctorUnit h6 {
  font-weight: 700;
}
.doctorUnit.left figure figcaption {
  right: auto;
  left: 1rem;
}

/* ------------------------------------------------------------

流れパターン

------------------------------------------------------------ */
.flow:not(:last-child) {
  margin-bottom: 4rem;
}
.flow .h4-title {
  margin-bottom: 4rem;
}
.flow__inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.flow__item {
  position: relative;
}
.flow__item:not(:last-child) {
  margin-bottom: 4rem;
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 2.4rem;
  height: 1.6rem;
  background: var(--color-green);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -5rem;
  left: 50%;
  translate: -50% 0;
}
.flow__title {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.flow__title::before {
  flex: none;
  order: 2;
  content: "";
  display: block;
  margin-top: 1.8rem;
  width: 2rem;
  height: 1px;
  background: var(--color-green);
}
.flow__title p {
  flex: none;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: var(--color-green);
  border-radius: 50%;
  color: var(--color-white);
  line-height: 1;
}
.flow__title h4,
.flow__title h5 {
  order: 3;
  font-size: 2rem;
}
.flow__unit {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.flow__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.flow__text:has(+ .flow__title) {
  margin-bottom: 4rem;
}
.flow__text p {
  text-align: justify;
}
.flow__text p a {
  color: var(--color-green);
  text-decoration: underline;
}
@media (hover: hover) {
  .flow__text p a:hover {
    text-decoration: none;
  }
}
.flow__image img {
  width: 100%;
  height: auto;
}
.flow__leadText {
  margin-bottom: 2.4rem;
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.heading01__en {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
  opacity: 0;
}
.heading01 h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.heading01__item {
  width: fit-content;
  height: 5rem;
  position: relative;
  overflow: hidden;
}
.heading01__item .bg {
  width: 100%;
  height: 100%;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
.heading01__item .text {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  font-size: 3rem;
  opacity: 0;
}
.heading01.row .heading01__item .bg {
  transform: scaleX(0);
  transform-origin: left;
}
.heading01.column {
  flex-direction: row-reverse;
}
.heading01.column .heading01__en {
  writing-mode: vertical-rl;
}
.heading01.column h2 {
  flex-direction: row-reverse;
  gap: 1.2rem;
}
.heading01.column .heading01__item {
  width: 5rem;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: normal;
}
.heading01.column .heading01__item:nth-of-type(2) {
  margin-top: 2rem;
}
.heading01.column .heading01__item:nth-of-type(3) {
  margin-top: 4rem;
}
.heading01.column .heading01__item .bg {
  transform: scaleY(0);
  transform-origin: top;
}
.heading01.column .heading01__item .text {
  padding: 1rem 0;
}

.h3-title,
.h4-title,
.h5-title {
  line-height: var(--lh-14);
}

.h3-title {
  font-size: 2.9rem;
}
.h3-title span {
  color: var(--color-green);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .h3-title.small {
    font-size: 2.5rem;
  }
}

.h4-title {
  width: 100%;
  padding: 0 0 1rem 2rem;
  border-bottom: 1px solid #b5b5b5;
  font-size: 2.2rem;
  position: relative;
}
.h4-title::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2rem;
  background: var(--color-green);
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.h5-title {
  color: var(--color-green);
  font-size: 2rem;
  font-weight: 700;
}

/* ------------------------------------------------------------

リスト

------------------------------------------------------------ */
.listBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3.5rem 2.5rem;
  background: #f2f6f5;
}
.listBox li {
  display: flex;
  gap: 1rem;
}
.listBox li::before {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
  margin-top: 1.2rem;
}
.listBox.check li svg {
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.6rem;
  fill: var(--color-green);
}
.listBox.check li::before {
  display: none;
}
.listBox.double {
  flex-direction: row;
  flex-wrap: wrap;
}
.listBox.double li {
  min-width: calc((100% - 0.8rem) / 2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .listBox.double li {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------

newsのリスト

------------------------------------------------------------ */
.newsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsList .item {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--font-color);
}
.newsList .item__category {
  display: grid;
  place-content: center;
  min-width: 7rem;
  height: 3rem;
  font-size: 1.5rem;
}
.newsList .item time {
  width: 8rem;
  font-size: 1.5rem;
}
.newsList .item__title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.pageTitle {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  padding: 4rem 2rem 5rem;
  background: #e7f9f5;
  text-align: center;
}
.pageTitle p {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.pageTitle h2 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 31.6rem;
  margin-inline: auto;
  font-size: 3rem;
  line-height: 1.5;
}
.pageTitle h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  background: var(--color-white);
}

/* ------------------------------------------------------------

ピックアップ

------------------------------------------------------------ */
.pickup {
  padding: 6rem 2.5rem;
  margin: -5rem -2.5rem 0;
  background: var(--color-green);
}
.pickup__title {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.pickup__title picture {
  flex: none;
  width: 10.8rem;
}
.pickup__title picture img {
  width: 100%;
  height: auto;
}
.pickup__title h3 {
  color: var(--color-white);
  font-size: 2.2rem;
  line-height: var(--lh-14);
}
.pickup__image {
  margin-bottom: 2.4rem;
}
.pickup__image img {
  width: 100%;
  height: auto;
}
.pickup__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pickup__desc p {
  color: var(--color-white);
  text-align: justify;
}

/* ------------------------------------------------------------

ご予約の方はお電話ください

------------------------------------------------------------ */
.btnUnit {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.btnUnit__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
  height: 11rem;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  transition: background 0.3s;
}
@media (hover: hover) {
  .btnUnit__tel:hover {
    background: var(--color-white);
  }
}
.btnUnit__tel span {
  line-height: 1;
}
.btnUnit__tel span:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.btnUnit__tel span:nth-of-type(1)::before, .btnUnit__tel span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.7rem;
  background: var(--color-green);
}
.btnUnit__tel span:nth-of-type(1)::before {
  transform: rotate(-30deg);
}
.btnUnit__tel span:nth-of-type(1)::after {
  transform: rotate(30deg);
}
.btnUnit__tel span:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.btnUnit__tel span:nth-of-type(2) svg {
  fill: var(--color-green);
  width: 1.6rem;
  height: 3rem;
}
.btnUnit__tel span:nth-of-type(2) img {
  width: 23.3rem;
  height: auto;
}
.btnUnit__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  width: 100%;
  height: 11rem;
  padding: 0 1.6rem;
  background: var(--color-green);
  color: var(--color-white);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .btnUnit__web:hover {
    filter: brightness(1.2);
  }
}
.btnUnit__web svg {
  flex: none;
  fill: var(--color-white);
  width: 2.8rem;
  height: 2.4rem;
}
.btnUnit__web span {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
}

/* ------------------------------------------------------------

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 5rem 2.5rem 0;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
section > .h3-title,
.divSection > .h3-title {
  margin-bottom: 4rem;
}
section .newsList .newsContent,
.divSection .newsList .newsContent {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
section.sectionBtm,
.divSection.sectionBtm {
  padding-bottom: 5rem;
}

.SVG-Sprites {
  display: flex;
  flex-wrap: wrap;
}
.SVG-Sprites svg {
  width: 25%;
}

/* ------------------------------------------------------------

splide

------------------------------------------------------------ */
.c-splide {
  padding-bottom: 6rem;
}
.c-splide .splide__list {
  display: flex;
}
.c-splide .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/220;
  object-fit: cover;
}
.c-splide .splide__slide p {
  padding-left: 2rem;
}
.c-splide .splide__pagination {
  display: flex;
  gap: 2.5rem;
  width: 32rem;
  margin: 2.5rem auto 0 auto;
  translate: -1rem 0;
  position: relative;
}
.c-splide .splide__pagination::before {
  content: "";
  display: block;
  width: 30rem;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.c-splide .splide__pagination li button {
  font-size: 1.6rem;
  color: #848484;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.c-splide .splide__pagination li button.is-active {
  color: var(--color-green);
}
.c-splide .splide__pagination li button.is-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-green);
  position: absolute;
  bottom: -0.5px;
  left: 0;
}
.c-splide .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  translate: -50% 0;
}
.c-splide .splide__arrow {
  cursor: pointer;
}
.c-splide .splide__arrow svg {
  fill: #707070;
  width: 1.6rem;
  height: 2.8rem;
}
.c-splide .splide__arrow--next {
  scale: -1 1;
}

/* ------------------------------------------------------------

テーブル

------------------------------------------------------------ */
.textTable:not(:last-of-type) {
  margin-bottom: 4rem;
}
.textTable__table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-white);
}
.textTable__table tr {
  border-top: 1px solid #cfcfce;
}
.textTable__table tr:last-of-type {
  border-bottom: 1px solid #cfcfce;
}
.textTable__table th,
.textTable__table td {
  padding: 1.5rem 2rem;
}
.textTable__table th {
  background: #ebf0ef;
  color: var(--color-green);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 13rem;
}
.textTable__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
}
.textTable__table td p a {
  color: var(--color-green);
  text-decoration: underline;
}
@media (hover: hover) {
  .textTable__table td p a:hover {
    text-decoration: none;
  }
}
.textTable__table td .listBox {
  padding: 0;
  background: none;
}
.textTable__table td picture img {
  width: 100%;
  height: auto;
}

.scheduleTable__table {
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  background: var(--color-white);
}
.scheduleTable__table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-bottom: 1px solid #b7c7e2;
}
.scheduleTable__table table thead tr {
  border-bottom: 1px solid #b7c7e2;
}
.scheduleTable__table table thead th {
  padding: 0 0 0.9rem;
}
.scheduleTable__table table th,
.scheduleTable__table table td {
  padding: 0.9rem 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.scheduleTable__table table th {
  width: calc((100% - 10rem) / 8);
  font-size: 1.3rem;
}
.scheduleTable__table table th.scheduleTable__header {
  width: 10rem;
  font-size: 1.5rem;
  text-align: left;
}
.scheduleTable__table table td {
  color: var(--color-green);
  font-size: 1.3rem;
}
.scheduleTable__table table td.scheduleTable__time {
  padding-right: 1rem;
  color: var(--font-color);
  font-size: 1.5rem;
  text-align: right;
}
.scheduleTable__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.scheduleTable__text p {
  font-size: 1.5rem;
  line-height: 1;
}
.scheduleTable__text p span {
  display: inline-block;
  margin-right: 0.5rem;
  color: var(--color-green);
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer__inner {
  padding: 6.8rem 2.5rem 7.5rem 6rem;
  background: linear-gradient(#e6f8f5 0%, rgba(228, 247, 244, 0.2) 39.27%, #e2f7f4 100%);
  position: relative;
}
.footer__inner::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 100%;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__logo {
  display: block;
  width: 32rem;
  margin: 0 auto 5rem;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__logo:hover {
    filter: brightness(1.1);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo {
    width: 28rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__address {
  margin-bottom: 1.7rem;
}
.footer__address p {
  font-weight: 700;
}
.footer__address address {
  font-size: 1.5rem;
  line-height: 2;
}
.footer .scheduleTable {
  margin-bottom: 2rem;
}
.footer .btnUnit {
  margin-bottom: 3.8rem;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 345/450;
  margin-bottom: 2rem;
}
.footer__unit {
  padding: 5rem 2rem 6.8rem;
  margin-bottom: -5rem;
  background: var(--base-color);
  border-radius: 0 0 5rem 0;
  position: relative;
  z-index: 1;
}
.footer__unit .footer__logo {
  margin-bottom: 3.7rem;
}
.footer__textBox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem;
}
.footer__textBox p {
  text-align: justify;
}
.footer__name {
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}
.footer__link a {
  display: block;
  width: 26rem;
  margin-inline: auto;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__link a:hover {
    filter: brightness(1.1);
  }
}
.footer__link a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  padding: 6.4rem 0 1.5rem;
  background: var(--font-color);
  color: var(--color-white);
  text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerSub {
    margin-bottom: 6.1rem;
  }
}
.footerSub__inner {
  padding: 0 3.6rem 7rem;
  margin-bottom: -5rem;
  background: var(--base-color);
  border-radius: 0 0 5rem 0;
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 34%;
  padding-bottom: 5rem;
  background: var(--font-color);
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
  transition: filter 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 6.1rem;
    height: 6.1rem;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media (hover: hover) {
  .menuButton:hover {
    filter: brightness(1.5);
  }
}
.menuButton .text {
  margin-top: 9rem;
  color: var(--color-white);
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text {
    margin-top: 1.8rem;
    font-size: 1rem;
    writing-mode: unset;
  }
}
.menuButton .border {
  position: absolute;
  width: 3.6rem;
  height: 0.1rem;
  margin-top: -2rem;
  border-radius: 10rem;
  background: var(--color-white);
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border {
    width: 2.8rem;
  }
}
.menuButton .border:nth-child(1) {
  transform: translateY(-0.6rem);
}
.menuButton .border:nth-child(2) {
  width: 2.6rem;
  right: 2.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border:nth-child(2) {
    width: 2rem;
    right: 1.7rem;
  }
}
.menuButton .border:nth-child(3) {
  transform: translateY(0.6rem);
}
.menuButton.active .border:nth-child(1) {
  transform: rotate(25deg);
}
.menuButton.active .border:nth-child(2) {
  opacity: 0;
}
.menuButton.active .border:nth-child(3) {
  transform: rotate(-25deg);
}

.mvFixedBtn {
  height: calc(100% - (34% + 8rem));
  position: fixed;
  top: 34%;
  right: 0;
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    display: flex;
    flex-direction: row;
    width: calc(100% - 6.1rem);
    height: 6rem;
    inset: auto auto 0 0;
  }
}
.mvFixedBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 8rem;
  height: 50%;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    width: 50%;
    height: 100%;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn.tel {
  background: #f0fbf9;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .mvFixedBtn__btn.tel:hover .large {
    translate: 0 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel {
    border: none;
  }
}
.mvFixedBtn__btn.tel svg {
  width: 1.4rem;
  height: 2.7rem;
  fill: var(--color-green);
}
.mvFixedBtn__btn.tel .small {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small span {
    display: none;
  }
}
.mvFixedBtn__btn.tel .small img {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small img {
    display: block;
    width: 11rem;
    height: auto;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 32rem;
  height: 100%;
  padding: 0 2rem;
  border: 1px solid var(--color-green);
  background: #f0fbf9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  translate: 100% 0;
  transition: translate 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .large {
    display: none;
  }
}
.mvFixedBtn__btn.tel .large span {
  writing-mode: horizontal-tb;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 3rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) img {
  width: 23.3rem;
  height: auto;
}
.mvFixedBtn__btn.reservation {
  background: var(--color-green);
  color: var(--color-white);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .mvFixedBtn__btn.reservation:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation {
    gap: 0.5rem;
    margin: 0;
  }
}
.mvFixedBtn__btn.reservation svg {
  width: 2.3rem;
  height: 2rem;
  fill: var(--color-white);
}

.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background: #535353;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .pageTop:hover {
    filter: brightness(1.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    width: 6.1rem;
    height: 6.1rem;
  }
}
.pageTop span {
  width: 1.2rem;
  height: 0.8rem;
  background: var(--color-white);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* ------------------------------------------------------------

pc-content

------------------------------------------------------------ */
.wrapper {
  display: grid;
  grid-template-columns: minmax(0, 0.713fr) 56rem minmax(0, 0.287fr);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
}

.pc-content {
  display: grid;
  grid-template-columns: minmax(0, 0.713fr) 56rem minmax(0, 0.287fr);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: contents;
  }
}
.pc-content__left {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left {
    display: contents;
  }
}
.pc-content__unit {
  display: flex;
  align-items: center;
  height: 18rem;
  gap: 4.5rem;
  padding: 4rem;
}
@media screen and (max-width: 1440px) {
  .pc-content__unit {
    gap: 3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__unit {
    align-items: unset;
    flex-direction: column;
    gap: 0;
    height: unset;
    padding: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__logo {
    order: 2;
    background: var(--color-white);
    padding-bottom: 1.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.03);
  }
}
.pc-content__logo a {
  flex: none;
  display: block;
  width: 10.8854166667vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__logo a {
    width: 28rem;
    margin-left: 1.3rem;
  }
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__text {
  flex: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__text {
    display: contents;
  }
}
.pc-content__text h1 {
  margin-bottom: 1rem;
  font-size: 0.6770833333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__text h1 {
    order: 1;
    margin-bottom: 0;
    padding: 0.8rem 7rem 0.7rem 1.3rem;
    background: var(--color-white);
    font-size: 1.2rem;
  }
}
.pc-content__tags {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .pc-content__tags {
    gap: 0.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__tags {
    display: none;
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5rem 2.5rem;
    background: #f7fdfc;
  }
}
.pc-content__tags p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.6rem;
  padding: 0.3rem;
  background: var(--base-color);
  border: 1px solid #0aaa92;
  color: var(--color-green);
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__tags p {
    min-width: 12rem;
    max-width: calc((100% - 0.5rem) / 2);
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}
.pc-content__tags p span {
  font-size: 0.6770833333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__tags p span {
    font-size: 1.2rem;
  }
}
.pc-content__image {
  height: calc(100vh - 24.5rem);
  margin-bottom: -6.5rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__image {
    display: none;
  }
}
.pc-content__image picture {
  width: 100%;
  height: 100%;
}
.pc-content__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.pc-content__news {
  display: flex;
  gap: 3rem;
  height: 13rem;
  padding: 3rem 3.5rem 3rem 7.5rem;
  margin-left: 6.5rem;
  background: #f0fbf9;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .pc-content__news {
    padding: 3rem 1.5rem 3rem 5.5rem;
    gap: 2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__news {
    display: none;
  }
}
.pc-content__news::before {
  content: "";
  width: 3.5rem;
  height: 100%;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.pc-content__news .title {
  font-weight: 700;
  line-height: var(--lh-14);
}
.pc-content__news .title p {
  margin-bottom: 1.3rem;
  font-size: 0.7291666667vw;
  font-weight: 700;
}
.pc-content__news .title h2 {
  padding: 0.4rem 1rem;
  background: var(--color-white);
  font-size: 1.1458333333vw;
}
.pc-content__news .newsList {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .pc-content__news .newsList .item {
    gap: 1rem;
  }
}
.pc-content__news .button {
  justify-content: unset;
  width: unset;
  max-width: 16rem;
  min-height: unset;
  height: 4.2rem;
  padding: 1rem 4rem 1rem 2rem;
  margin-inline: auto 0;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .pc-content__news .button {
    max-width: 18rem;
  }
}
.pc-content__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-right: 8.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__right {
    display: none;
  }
}
.pc-content__right picture {
  height: calc((100% - 1.5rem) / 4);
}
.pc-content__right picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------------------------------

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  grid-column: 2;
  background: #f4f2f0;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}
.allContent__inner {
  width: 43rem;
  margin-inline: auto;
  background: var(--base-color);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent__inner {
    width: 100%;
    box-shadow: none;
  }
}

/* ------------------------------------------------------------

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#f8fdfc 0%, #fff 100%);
  position: fixed;
  inset: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu {
    display: block;
    height: unset;
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.713fr) 56rem minmax(0, 0.287fr);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
.drawerMenu__left {
  height: 100%;
  overflow: hidden;
  grid-column: 1/2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__left {
    width: 100%;
    height: unset;
  }
}
.drawerMenu__unit {
  display: flex;
  align-items: center;
  height: 18rem;
  gap: 4.5rem;
  padding: 4rem;
}
@media screen and (max-width: 1440px) {
  .drawerMenu__unit {
    gap: 3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__unit {
    align-items: unset;
    flex-direction: column;
    gap: 0;
    height: unset;
    padding: 0;
    background: var(--color-white);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__logo {
    order: 2;
    padding-bottom: 1.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.03);
  }
}
.drawerMenu__logo a {
  flex: none;
  display: block;
  width: 10.8854166667vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__logo a {
    width: 28rem;
    margin-left: 1.3rem;
  }
}
.drawerMenu__logo a img {
  width: 100%;
  height: auto;
}
.drawerMenu__text {
  flex: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__text {
    display: contents;
  }
}
.drawerMenu__text > p {
  margin-bottom: 1rem;
  font-size: 0.6770833333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__text > p {
    order: 1;
    padding: 0.8rem 7rem 0.7rem 1.3rem;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.drawerMenu__tags {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .drawerMenu__tags {
    gap: 0.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__tags {
    display: none;
  }
}
.drawerMenu__tags p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.6rem;
  padding: 0.5rem;
  background: var(--base-color);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
  white-space: nowrap;
}
.drawerMenu__tags p span {
  font-size: 0.6770833333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__image {
    display: none;
  }
}
.drawerMenu__image img {
  width: 100%;
  height: auto;
}
.drawerMenu__right {
  grid-column: 2/4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__right {
    display: contents;
  }
}
.drawerMenu__contents {
  width: 85.632183908%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__contents {
    width: 100%;
  }
}
.drawerMenu__detail {
  display: flex;
  justify-content: space-between;
  gap: 7.3825503356%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__detail {
    display: none;
  }
}
.drawerMenu__detail .info,
.drawerMenu__detail .map {
  width: 46.3087248322%;
}
.drawerMenu__detail .info .btnUnit {
  margin-bottom: 2.5rem;
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .drawerMenu__detail .info .btnUnit__tel {
    height: 9rem;
  }
}
.drawerMenu__detail .map__text {
  margin-bottom: 2rem;
}
.drawerMenu__detail .map__text p {
  font-weight: 700;
}
.drawerMenu__detail .map__text address {
  font-size: 0.78125vw;
  line-height: 2;
  white-space: nowrap;
}
.drawerMenu__detail .map__image iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .drawerMenu__detail .map__image iframe {
    aspect-ratio: 5/4;
  }
}
.drawerMenu__nav {
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    padding: 0 1.3rem 10rem;
  }
}
.drawerMenu__nav > a {
  width: fit-content;
  margin-bottom: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav > a {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d8d8d8;
  }
}
.drawerMenu__nav > a,
.drawerMenu__nav .drawerMenu__list ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8333333333vw;
  color: var(--font-color);
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__nav > a:hover,
  .drawerMenu__nav .drawerMenu__list ul li a:hover {
    color: var(--color-green);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav > a,
  .drawerMenu__nav .drawerMenu__list ul li a {
    gap: 1.5rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}
.drawerMenu__nav > a svg,
.drawerMenu__nav .drawerMenu__list ul li a svg {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--color-green);
}
.drawerMenu__list {
  display: flex;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list {
    flex-direction: column;
    gap: 3rem;
  }
}
.drawerMenu__list .clinic p,
.drawerMenu__list .treatment p {
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d8d8d8;
  color: #12b9a0;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic p,
  .drawerMenu__list .treatment p {
    padding-left: 1.5rem;
  }
}
.drawerMenu__list .clinic > div,
.drawerMenu__list .treatment > div {
  display: flex;
  justify-content: space-between;
  gap: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic > div,
  .drawerMenu__list .treatment > div {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.drawerMenu__list .clinic > div ul,
.drawerMenu__list .treatment > div ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .treatment p {
    padding-top: 1.5rem;
    border-top: 1px solid #d8d8d8;
  }
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__tags {
    display: flex;
  }
}

.page-top > section {
  padding: 0;
}
.page-top .about {
  position: relative;
}
.page-top .about__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.4rem;
  padding: 6.5rem 0 5.5rem;
  background: var(--color-green) url(../images/bg_home_01.png) no-repeat center 21rem/contain;
  background-blend-mode: multiply;
}
.page-top .about .heading01__item {
  width: 5.5rem;
}
.page-top .about .heading01__item .text {
  font-size: 3.7rem;
}
.page-top .about .heading01__item .text > div {
  font-family: var(--font-serif);
}
.page-top .about__image {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 26.3rem;
}
.page-top .about__image img {
  width: 100%;
  height: auto;
}
.page-top .about__lead {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__lead {
    margin-bottom: 0;
  }
}
.page-top .about__lead p {
  color: var(--color-white);
  line-height: 1;
}
.page-top .about__lead p:nth-of-type(1) {
  font-size: 2.8rem;
}
.page-top .about__lead p:nth-of-type(1) span {
  font-size: 4.6rem;
}
.page-top .about__lead p:nth-of-type(2) {
  font-size: 6.6rem;
}
.page-top .about__news {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__news {
    display: block;
    margin: 0 0 3rem 2.5rem;
    padding: 6rem 2.5rem 3.5rem;
    background: #f0fbf9;
  }
}
.page-top .about__news .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.2rem;
}
.page-top .about__news .title h2 {
  padding: 0.4rem 1rem;
  background: var(--color-white);
  font-size: 2.2rem;
  font-weight: 700;
}
.page-top .about__news .title .button {
  width: 16rem;
  min-height: unset;
  height: 4.2rem;
  padding: 0 3rem 0 1rem;
}
.page-top .about__news .newsList {
  gap: 2rem;
}
.page-top .about__news .newsList .item {
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.page-top .about__news .newsList .item__title {
  flex: unset;
  width: 100%;
  -webkit-line-clamp: 2;
}
.page-top .about__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  margin: -4rem 2.5rem 0;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
.page-top .about__text p {
  line-height: 2.5;
  text-align: justify;
}
.page-top .about__text p mark {
  background: linear-gradient(transparent 80%, #95dfd4 80%);
}
.page-top .about__bottom img {
  width: 100%;
  height: auto;
}
.page-top .info__inner {
  padding: 6.8rem 2.5rem 7.5rem 6rem;
  background: linear-gradient(rgba(230, 248, 245, 0.95), rgba(230, 248, 245, 0.95)), url("../images/bg_home_02.jpg") no-repeat right top/contain;
  position: relative;
}
.page-top .info__inner::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 100%;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .info .heading01 {
  margin-bottom: 3.3rem;
}
.page-top .info .heading01__en {
  color: var(--font-color);
}
.page-top .info__logo {
  display: block;
  width: 32rem;
  margin: 0 auto 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .info__logo {
    width: 28rem;
  }
}
.page-top .info__logo img {
  width: 100%;
  height: auto;
}
.page-top .info__address {
  margin-bottom: 1.7rem;
}
.page-top .info__address p {
  font-weight: 700;
}
.page-top .info__address address {
  font-size: 1.5rem;
  line-height: 2;
}
.page-top .info .scheduleTable {
  margin-bottom: 2rem;
}
.page-top .info .btnUnit {
  margin-bottom: 3.8rem;
}
.page-top .info__map iframe {
  width: 100%;
  aspect-ratio: 345/450;
  margin-bottom: 2rem;
}
.page-top .info .infoSlider__text {
  padding: 6rem 2.5rem 2.5rem;
}
.page-top .info .infoSlider__text h3 {
  width: 100%;
  margin-bottom: 3.5rem;
  padding-left: 2rem;
  font-size: 2.8rem;
  line-height: var(--lh-14);
  position: relative;
}
.page-top .info .infoSlider__text h3::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .info .infoSlider__text h3 span {
  color: var(--color-green);
}
.page-top .info .c-splide .splide__arrows {
  width: 27rem;
}
.page-top .info .c-splide .splide__pagination::before {
  width: 15rem;
}
.page-top .info__gallaly ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2.5rem;
  background: #e6f8f5;
}
.page-top .info__gallaly ul li {
  width: calc((100% - 1rem) / 2);
}
.page-top .info__gallaly ul li img {
  width: 100%;
  height: auto;
}
.page-top .info__link {
  padding: 4rem 0 6rem;
}
.page-top .concept__lead {
  padding: 7rem 2.5rem;
  background: linear-gradient(rgba(18, 185, 160, 0.95), rgba(18, 185, 160, 0.95)), url("../images/bg_home_03.jpg") no-repeat center top/contain;
  position: relative;
}
.page-top .concept__lead .heading01 {
  margin-bottom: 4rem;
}
.page-top .concept__lead .listBox {
  gap: 1.5rem;
  padding: 0;
  background: none;
}
.page-top .concept__lead .listBox li {
  gap: 0.5rem;
  color: var(--color-white);
}
.page-top .concept__lead .listBox li svg {
  fill: var(--color-white);
}
.page-top .concept__image img {
  width: 100%;
  height: auto;
}
.page-top .concept__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 6rem 7rem 2.5rem;
  position: relative;
}
.page-top .concept__desc::after {
  content: "";
  width: 2.5rem;
  height: 100%;
  background: #e6f8f5;
  position: absolute;
  top: 0;
  right: 0;
}
.page-top .concept__desc p {
  text-align: justify;
}
.page-top .concept__desc .button {
  margin: 2rem 0 0 auto;
}
.page-top .doctor {
  padding: 5rem 2.5rem 0;
  position: relative;
}
.page-top .doctor::before {
  content: "";
  width: 100%;
  height: 60.5rem;
  background: linear-gradient(rgba(135, 220, 207, 0.95), rgba(135, 220, 207, 0.95)), url("../images/bg_home_04.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .doctor .doctorUnit {
  margin-bottom: 9rem;
}
.page-top .doctor__staff {
  margin-inline: -2.5rem;
  padding: 9.5rem 2.5rem 7rem;
  background: linear-gradient(rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.9)), url("../images/bg_home_05.jpg") no-repeat center/cover;
  color: var(--color-white);
  position: relative;
}
.page-top .doctor__staff h3 {
  padding: 1.5rem 4rem 1.5rem 4.5rem;
  background: var(--color-green);
  font-size: 2.5rem;
  line-height: var(--lh-16);
  position: absolute;
  top: -5.5rem;
  right: 0;
}
.page-top .doctor__staff h3::before {
  content: "";
  display: block;
  background: var(--color-white);
  width: 3rem;
  height: 1px;
  position: absolute;
  position: absolute;
  top: 4rem;
  left: 0;
}
.page-top .doctor__staff ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.page-top .doctor__staff ul li {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: calc((100% - 2rem) / 2);
}
.page-top .doctor__staff ul li img {
  width: 100%;
  height: auto;
}
.page-top .doctor__staff ul li p {
  font-weight: 700;
  text-align: center;
}
.page-top .doctor__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .doctor__desc p {
  text-align: justify;
}
.page-top .doctor__desc .button {
  margin-top: 2rem;
}
.page-top .special__lead {
  padding: 7rem 2.5rem 6rem;
  background: linear-gradient(rgba(18, 185, 160, 0.95), rgba(18, 185, 160, 0.95)), url("../images/bg_home_06.jpg") no-repeat center/cover;
}
.page-top .special__image img {
  width: 100%;
  height: auto;
}
.page-top .special__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 4rem 2.5rem;
}
.page-top .special__desc p {
  text-align: justify;
}
.page-top .special__item {
  background: #e6f8f5;
}
.page-top .special__unit {
  padding-top: 4rem;
  background: var(--color-white);
}
.page-top .special__unit hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.page-top .special__unit hgroup p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  height: 3rem;
  background: var(--color-green);
  color: var(--color-white);
}
.page-top .special__unit hgroup h3 {
  font-size: 2.9rem;
}
.page-top .special__unit hgroup h3 span {
  color: var(--color-green);
}
.page-top .special__unit.right {
  margin-right: 2.5rem;
}
.page-top .special__unit.left {
  margin-left: 2.5rem;
}
.page-top .special__button {
  padding: 4rem 0 7rem;
}
.page-top .preventive {
  padding: 5rem 2.5rem;
  position: relative;
}
.page-top .preventive::before {
  content: "";
  width: 100%;
  height: 51rem;
  background: linear-gradient(rgba(18, 185, 160, 0.95), rgba(18, 185, 160, 0.95)), url("../images/bg_home_07.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .preventive .heading01 {
  margin-bottom: 5rem;
}
.page-top .preventive__image {
  margin-bottom: 3rem;
}
.page-top .preventive__image img {
  width: 100%;
  height: auto;
}
.page-top .preventive__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .preventive__desc p {
  text-align: justify;
}
.page-top .preventive__desc .button {
  margin-top: 2rem;
}
.page-top .treatment__lead {
  padding: 7rem 2.5rem 6rem;
  background: linear-gradient(rgba(18, 185, 160, 0.95), rgba(18, 185, 160, 0.95)), url("../images/bg_home_08.jpg") no-repeat center/cover;
}
.page-top .treatment__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2.5rem;
}
.page-top .treatment__desc p {
  text-align: justify;
}
.page-top .treatment__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 2.5rem 8rem;
}
.page-top .treatment__menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: calc((100% - 2rem) / 2);
  padding-top: 3rem;
  aspect-ratio: 1/1;
  background: var(--color-white);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-weight: 700;
}
@media (hover: hover) {
  .page-top .treatment__menu .item:hover span::after {
    transform: scale(1.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .treatment__menu .item {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
.page-top .treatment__menu .item img {
  width: 9rem;
  height: auto;
}
.page-top .treatment__menu .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.page-top .treatment__menu .item span::after {
  content: "";
  display: block;
  background: var(--color-green);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  right: 1.5rem;
  transition: transform 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .treatment__menu .item span::after {
    right: 1rem;
  }
}
.page-top .treatment__menu .item span.small {
  justify-content: unset;
  padding-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .treatment__menu .item span.small {
    padding-left: 0.5rem;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 5rem 2.5rem 0;
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.archive__links .button {
  width: calc((100% - 2rem) / 2);
}
.archive__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 8rem;
}

.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/220;
}
.articleUnit .caseBox .imageSlider {
  margin-bottom: 0;
}
.articleUnit a {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--font-color);
  padding: 2.4rem 0;
}
@media (hover: hover) {
  .articleUnit a:hover .articleUnit__title {
    text-decoration: underline;
  }
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/220;
}
.articleUnit__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articleUnit__date time {
  line-height: 1;
}
.articleUnit__category {
  display: grid;
  place-content: center;
  width: 8rem;
  height: 2.5rem;
  font-size: 1.4rem;
}
.articleUnit__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: var(--lh-16);
  overflow: hidden;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.PageNavi .page-numbers {
  --size: 4rem;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  color: currentColor;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .PageNavi .page-numbers:hover {
    opacity: 0.6;
  }
}
.PageNavi .page-numbers:not(.prev):not(.next):not(.current) {
  display: none;
}
.PageNavi .page-numbers.current {
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-green);
  pointer-events: none;
}

/* ------------------------------------------------------------

記事詳細

------------------------------------------------------------ */
.single {
  padding: 5rem 2.5rem 0;
}
.single .h3-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-green);
  margin-bottom: 4rem;
}
.single .h4-title {
  margin-bottom: 4rem;
}
.single__image:not(:last-child) {
  margin-bottom: 4rem;
}
.single__image:has(+ .single__note) {
  margin-bottom: 1rem;
}
.single__image:has(+ .single__content) {
  margin-bottom: 8rem;
}
.single__image img {
  width: 100%;
  height: auto;
}
.single__note {
  font-size: 1.4rem;
  text-align: center;
}
.single__note:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc:has(+ .treatment) {
  margin-bottom: 8rem;
}
.single__desc p,
.single__desc li {
  font-size: 1.6rem;
  line-height: var(--lh-1875);
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.single__desc strong {
  font-weight: 900;
  font-size: 1.8rem;
}
.single__desc ol {
  margin-left: 2.5rem;
}
.single__desc ol li {
  list-style-type: decimal;
}
.single__desc ul {
  margin-left: 2.5rem;
}
.single__desc ul li {
  list-style-type: disc;
}
.single__desc a {
  color: var(--color-green);
  text-decoration: underline;
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: var(--color-green);
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc h4 {
  width: 100%;
  padding: 0 0 1rem 2rem;
  border-bottom: 1px solid #b5b5b5;
  font-size: 2.2rem;
  position: relative;
}
.single__desc h4::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2rem;
  background: var(--color-green);
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.single h5 {
  color: var(--color-green);
  font-size: 2rem;
  font-weight: 700;
}
.single h6 {
  font-size: 1.8rem;
  font-weight: 700;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 8rem;
}
.single .treatment__item > h4 {
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__before {
  background: #e8e8e8;
  font-weight: 700;
}
.single .treatment__after {
  background: var(--color-green);
  color: var(--color-white);
  font-weight: 700;
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--color-green);
}
.single .textTable {
  margin-bottom: 6rem;
}
.single__content {
  margin-bottom: 8rem;
}
.single__content .h4-title {
  margin-bottom: 2.4rem;
}
.single__content__image {
  margin-bottom: 2.4rem;
}
.single__content__image img {
  width: 100%;
  height: auto;
}
.single .supervision {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2.5rem;
  background: #e7f9f5;
  text-align: center;
}
.single .supervision__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-16);
}
.single .supervision__image img {
  width: 100%;
  height: auto;
}
.single .supervision__name {
  font-weight: 700;
}
.single .supervision__note address {
  margin-bottom: 1rem;
}

.singleNavi {
  padding: 5rem 2.5rem;
}

/* ------------------------------------------------------------

下層ページ

------------------------------------------------------------ */
.page-implant .case .c-unit__item {
  gap: 0;
  padding-bottom: 5rem;
}
.page-implant .case .c-unit__item .c-splide {
  padding-bottom: 3.2rem;
}
.page-implant .case .c-unit__item .textTable {
  padding: 0 2.5rem;
}

.page-perio .c-splide {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
