@charset "UTF-8";
:root {
  --base-color: #ffffff;
  --font-color: #333333;
  --color-blue01: #537092;
  --color-blue02: #82a0c3;
  --color-brown01: #c0a590;
  --color-brown02: #987d68;
  --color-brown03: #654c38;
  --color-gray: #919191;
  --lh-12: 1.2;
  --lh-14: 1.4;
  --lh-16: 1.6;
  --lh-18: 1.8;
}

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

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: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "MS PGothic", 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: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: var(--lh-18);
  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;
  }
}

.bgColor {
  background: linear-gradient(#537092 0%, #82a0c3 70%, #fef8ef 100%);
  border-radius: 1rem;
  color: var(--base-color);
}
.bgColor > section {
  padding: 0;
}

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

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: 8rem 2rem;
}
.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.6rem 2rem 0;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  color: var(--font-color);
}
.breadcrumb__item:last-child {
  margin-left: 0.5rem;
}
.breadcrumb__link {
  color: var(--font-color);
  font-weight: 400;
  transition: opacity 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

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

ボタン

------------------------------------------------------------ */
.homeButton {
  padding: 0.1rem 0;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: fit-content;
  min-width: 28rem;
  min-height: 5rem;
  margin-inline: auto;
  padding: 1rem 2rem;
  background: var(--base-color);
  border: 1px solid var(--color-gray);
  border-radius: 2.8rem;
  color: var(--font-color);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-button:hover {
    color: var(--color-blue01);
    border: 1px solid var(--color-blue01);
  }
  .c-button:hover span {
    background: var(--color-blue01);
  }
}
.c-button span {
  flex: none;
  width: 0.8rem;
  height: 1rem;
  background: var(--color-gray);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: background 0.3s;
}

.buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 8rem 2rem;
}
.buttonWrap a {
  display: flex;
  align-items: center;
  min-height: 12rem;
  padding: 2rem;
  border-radius: 1rem;
  color: var(--base-color);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .buttonWrap a:hover {
    filter: brightness(1.2);
  }
}
.buttonWrap a:nth-of-type(1) {
  background: url(../images/button_bg_01.jpg) no-repeat center/cover;
}
.buttonWrap a:nth-of-type(2) {
  background: url(../images/button_bg_02.jpg) no-repeat center/cover;
}
.buttonWrap__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.buttonWrap__text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.buttonWrap__icon {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 1rem;
  background: #ccd7e5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

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

完全予約制

------------------------------------------------------------ */
.c-btnUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.c-btnUnit__title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.c-btnUnit__title::before, .c-btnUnit__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background: url(../images/bg_btnunit_01.svg) no-repeat center/contain;
}
.c-btnUnit__note {
  font-weight: 700;
}
.c-btnUnit__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.c-btnUnit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  color: var(--base-color);
  font-weight: 700;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit a:hover {
    filter: brightness(1.2);
  }
}
.c-btnUnit a svg {
  width: 2rem;
  height: 2rem;
  fill: var(--base-color);
}
.c-btnUnit a.tel {
  font-size: 2.2rem;
  background: var(--color-brown01);
}
.c-btnUnit a.reservation {
  background: var(--color-brown02);
  font-size: 2rem;
}

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

症例紹介
画像スライダー

------------------------------------------------------------ */
.c-caseBox__title {
  display: flex;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.c-caseBox__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 4rem;
  color: var(--base-color);
  font-size: 2.3rem;
  letter-spacing: 0;
}
.c-caseBox__title p:nth-of-type(1) {
  background: var(--color-brown03);
}
.c-caseBox__title p:nth-of-type(2) {
  background: #927760;
}
.c-caseBox .imageSlider {
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 0;
}
.c-caseBox .imageSlider__before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-caseBox .imageSlider__before::before {
  content: "";
  width: 4.8rem;
  height: 100%;
  background: url(../images/bg_slider.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.c-caseBox .imageSlider__before::after {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  right: -0.2rem;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.c-caseBox .imageSlider__before img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/220;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: left center;
}
.c-caseBox .imageSlider__after {
  position: relative;
  z-index: -1;
}
.c-caseBox .imageSlider__after img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}
.c-caseBox .imageSlider input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: col-resize;
}
.c-caseBox .accordion {
  border: 1px solid var(--color-brown03);
  border-radius: 3rem;
}
.c-caseBox .accordion.is-open {
  padding-bottom: 1rem;
}
.c-caseBox .accordion.is-open .accordion__list {
  display: block;
}
.c-caseBox .accordion.is-open .accordion__btn .icon::after {
  opacity: 0;
}
.c-caseBox .accordion__list {
  display: none;
  padding: 1rem 2rem 2rem;
}
.c-caseBox .accordion__list li {
  padding: 2rem 0;
  border-bottom: 1px dotted #aba39b;
}
.c-caseBox .accordion__list li h3 {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-weight: 700;
}
.c-caseBox .accordion__list li h3::before {
  content: "";
  flex: none;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #aba39b;
}
.c-caseBox .accordion__list li div p {
  text-align: justify;
}
.c-caseBox .accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  height: 4.5rem;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.c-caseBox .accordion__btn .text {
  color: #6e6254;
  transition: color 0.3s;
}
.c-caseBox .accordion__btn .icon::before, .c-caseBox .accordion__btn .icon::after {
  content: "";
  display: block;
  background: #6e6254;
}
.c-caseBox .accordion__btn .icon::before {
  width: 1.2rem;
  height: 0.1rem;
}
.c-caseBox .accordion__btn .icon::after {
  width: 1.2rem;
  height: 0.1rem;
  rotate: 90deg;
  margin-top: -0.1rem;
}

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

院長紹介

------------------------------------------------------------ */
.c-doctor {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-doctor__image {
  margin-inline: -2rem;
}
.c-doctor__image picture img {
  width: 100%;
  height: auto;
}
.c-doctor__name {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-doctor__name p,
.c-doctor__name h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.c-doctor__name p:nth-of-type(2),
.c-doctor__name h3:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-doctor__name p:nth-of-type(2) span,
.c-doctor__name h3:nth-of-type(2) span {
  font-size: 2.4rem;
}
.c-doctor__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-doctor__desc p {
  text-align: justify;
}
.c-doctor__list {
  width: 100%;
}
.c-doctor__list__bg {
  position: relative;
}
.c-doctor__list__bg::after {
  content: "";
  display: block;
  width: 27.1rem;
  height: 28rem;
  background: url(../images/bg_doctor_01.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -2rem;
}
.c-doctor__list p,
.c-doctor__list h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
.c-doctor__list p::after,
.c-doctor__list h3::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-blue02);
}
.c-doctor__list .c-listBox {
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: none;
}

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

流れパターン

------------------------------------------------------------ */
.c-flow {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  padding-top: 8rem;
}
.c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 5.4rem 2rem 5rem;
  background: #f5f9ff;
  border-radius: 1rem;
  position: relative;
}
.c-flow__item:not(:last-child)::after {
  content: "";
  background: #c8c8c8;
  width: 4.2rem;
  height: 1.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -4.8rem;
  left: 50%;
  translate: -50% 0;
}
.c-flow__num {
  width: 9rem;
  position: absolute;
  top: -6.5rem;
  left: 50%;
  translate: -50% 0;
}
.c-flow__num img {
  width: 100%;
  height: auto;
}
.c-flow__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.c-flow__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-flow__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-flow__desc p {
  text-align: justify;
}

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

院内紹介

------------------------------------------------------------ */
.c-info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.c-info__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-info__item h3 {
  padding-left: 1.2rem;
  border-left: 2px solid var(--color-blue01);
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.c-info__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.c-info__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-info__desc p {
  text-align: justify;
}

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

リスト

------------------------------------------------------------ */
.c-listBox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.4rem 2rem;
  border-radius: 1rem;
  background: #f5f9ff;
}
.c-listBox li {
  padding-left: 1.7rem;
  position: relative;
}
.c-listBox li::before {
  flex: none;
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-blue02);
  position: absolute;
  top: 1.1rem;
  left: 0;
}

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

newsのリスト

------------------------------------------------------------ */
.c-newsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-newsList__noarticle {
  font-weight: 700;
}
.c-newsList .item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  color: var(--font-color);
}
@media (hover: hover) {
  .c-newsList .item:hover .item__title {
    color: var(--color-blue01);
  }
}
.c-newsList .item__category {
  display: grid;
  place-content: center;
  width: 8rem;
  height: 2.5rem;
  border: 1px solid #8d8d8d;
  font-size: 1.4rem;
  line-height: 1;
}
.c-newsList .item time {
  width: 8rem;
  font-size: 1.5rem;
}
.c-newsList .item__title {
  width: 33.5rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

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

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  display: flex;
  justify-content: center;
  padding: 7rem 2.4rem;
  background: url(../images/page-title_bg_01.jpg) no-repeat center/cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pageTitle {
    padding-top: 14rem;
  }
}
.c-pageTitle p {
  color: var(--base-color);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}

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

目次

------------------------------------------------------------ */
.c-outline {
  padding: 8rem 2rem 0;
}
.c-outline__inner {
  padding: 4.2rem 2rem;
  background: #f5f9ff;
  border-radius: 1rem;
}
.c-outline__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 3rem;
}
.c-outline__title p {
  font-weight: 700;
}
.c-outline__title p:nth-of-type(1) {
  color: var(--color-gray);
}
.c-outline__title p:nth-of-type(2) {
  font-size: 1.8rem;
}
.c-outline ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-outline ul li a {
  display: block;
  padding-left: 1.7rem;
  color: var(--font-color);
  text-decoration: underline;
  position: relative;
  transition: color 0.3s;
}
@media (hover: hover) {
  .c-outline ul li a:hover {
    color: var(--color-gray);
  }
}
.c-outline ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-blue02);
  position: absolute;
  top: 1.1rem;
  left: 0;
}

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

ピックアップ

------------------------------------------------------------ */
.c-pickup {
  padding: 3.2rem 2rem 5.6rem;
  margin: 0 -2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #537092 0%, #82a0c3 50%, #fef8ef 100%);
}
.c-pickup__label {
  width: 18rem;
  margin: 0 auto 2.4rem;
}
.c-pickup__label img {
  width: 100%;
  height: auto;
}
.c-pickup__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2rem;
  background: var(--base-color);
  border-radius: 1rem;
}
.c-pickup__image img {
  width: 100%;
  height: auto;
}
.c-pickup__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.c-pickup__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-pickup__desc p {
  text-align: justify;
}

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

テーブル

------------------------------------------------------------ */
.c-table {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-table__table {
  width: 100%;
}
.c-table__table tr:not(:last-of-type) td {
  margin-bottom: 3rem;
}
.c-table__table th {
  padding: 1.5rem 2rem;
  background: var(--color-brown03);
  border-radius: 1rem 1rem 0 0;
  color: var(--base-color);
  font-weight: 700;
}
.c-table__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
  background: #fbf8f5;
}
.c-table__table td p.bg {
  padding: 1rem;
  background: var(--base-color);
  border-radius: 1rem;
}
.c-table__table td p.bg span {
  color: var(--color-brown03);
  font-weight: 700;
}
.c-table__table td img {
  width: 100%;
  height: auto;
}

.scheduleTable {
  width: 100%;
  font-size: 1.4rem;
  overflow: hidden;
}
.scheduleTable__table {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.scheduleTable__table thead tr {
  border-bottom: 1px solid #9c9a9a;
}
.scheduleTable__table thead th {
  padding: 0 0 0.2rem;
}
.scheduleTable__table th,
.scheduleTable__table td {
  padding: 0.2rem 0;
  font-weight: 700;
  text-align: center;
}
.scheduleTable__table th {
  width: 3.3571428571rem;
  white-space: nowrap;
}
.scheduleTable__header {
  width: 10rem !important;
  border-right: 1px solid #9c9a9a;
  text-align: left !important;
}
.scheduleTable__time {
  border-right: 1px solid #ab9f9b;
  padding-right: 1rem !important;
  white-space: nowrap;
  text-align: right !important;
}

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

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-unit:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-unit__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-unit__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.c-unit__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-unit__desc p {
  text-align: justify;
}
.c-unit__desc p a {
  color: var(--color-blue01);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__map iframe, .c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}

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

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.heading01 picture {
  width: 25rem;
}
.heading01 picture img {
  width: 100%;
  height: auto;
}
.heading01 h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  text-align: center;
}
.heading01 h2 span {
  font-size: 4rem;
  line-height: var(--lh-12);
}
.heading01 h2 span.bg {
  display: inline-block;
  width: 6rem;
  height: 6.5rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  background: var(--color-blue01);
  border-radius: 0.5rem;
  color: var(--base-color);
  font-size: 4.8rem;
}
.heading01.white h2 {
  color: var(--base-color);
}

.h2-title,
.h3-title,
.h4-title,
.h5-title {
  font-weight: 700;
  line-height: var(--lh-16);
}

.h2-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  margin: 0 -1rem 3rem;
  background: var(--color-blue02);
  border-radius: 0.5rem;
  color: var(--base-color);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.h2-title::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 63/75;
  background: url(../images/bg_h2-title.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 1rem;
}
.h2-title::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  background: var(--color-blue02);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  translate: -50% 0;
}

.h3-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 2.4rem;
  position: relative;
}
.h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: url(../images/bg_h3-title.svg) no-repeat center/contain;
}

.h4-title {
  font-size: 2.2rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--color-blue01);
}

.h5-title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2rem;
}
.h5-title::before {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-brown02);
  border-radius: 50%;
  margin-top: 1.3rem;
}

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

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 8rem 2rem 0;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
section.sectionBtm,
.divSection.sectionBtm {
  padding-bottom: 8rem;
}

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

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

症例のご紹介

------------------------------------------------------------ */
.splide {
  padding: 7.2rem 2rem 4rem;
  margin-bottom: 6rem;
  border-radius: 1rem;
  background: var(--base-color);
}
.splide__track {
  overflow: visible;
}
.splide__slide {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 0.1rem;
}
.splide__number {
  width: 10rem;
  position: absolute;
  top: -10rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.splide__number img {
  width: 100%;
  height: auto;
}
.splide__pagination {
  gap: 2rem;
  margin-top: 4.8rem;
}
.splide__pagination__page {
  color: #a29991;
  font-size: 1.5rem;
}
.splide__pagination__page.is-active {
  color: var(--color-brown03);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.splide__arrow {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 20rem;
  z-index: 1;
  cursor: pointer;
}
@media (hover: hover) {
  .splide__arrow:hover svg {
    fill: var(--color-brown03);
  }
}
.splide__arrow--prev {
  left: -1rem;
}
.splide__arrow--next {
  right: -1rem;
  scale: -1 1;
}
.splide__arrow svg {
  fill: #e6ddd3;
  width: 100%;
  height: 100%;
  transition: fill 0.3s;
}
.splide .accordion {
  color: var(--font-color);
}

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

Google map
詳しいアクセスを見る

------------------------------------------------------------ */
.c-map {
  display: flex;
  justify-content: space-between;
}
.c-map__btn {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #b2b2b2;
  color: var(--font-color);
  line-height: 1;
}
.c-map__btn svg {
  width: 2rem;
  height: 2rem;
  fill: #646464;
}
.c-map__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #b2b2b2;
  color: var(--font-color);
  line-height: 1;
}
.c-map__link span {
  width: 0.8rem;
  height: 1rem;
  background: var(--color-gray);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-map.white .c-map__btn,
.c-map.white .c-map__link {
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.c-map.white .c-map__btn svg {
  fill: var(--base-color);
}
.c-map.white .c-map__link span {
  background: var(--base-color);
}

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

池田駅徒歩2分
土曜診療18:30まで
カウンセリングルーム

------------------------------------------------------------ */
.c-tags {
  flex: none;
  display: flex;
  gap: 0.5rem;
}
.c-tags fieldset {
  flex: 1;
  padding-bottom: 1.5rem;
  border: 1px solid #b5bbc2;
  border-radius: 0.5rem;
  position: relative;
}
.c-tags fieldset:nth-of-type(3) {
  flex: none;
  width: 12.5rem;
}
.c-tags fieldset legend {
  margin-inline: auto;
}
.c-tags fieldset legend svg {
  width: 5rem;
  height: 5rem;
  fill: var(--color-blue01);
}
.c-tags fieldset p {
  color: var(--color-blue01);
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}

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

Header

------------------------------------------------------------ */
.spHeader {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding: 0 1.6rem;
    background: var(--base-color);
    border-radius: 0 0 0.5rem 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .spHeader a {
    display: block;
    width: 25.3rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .spHeader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.spHeader.is-show {
  opacity: 1;
  visibility: visible;
}

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

Footer

------------------------------------------------------------ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 6.4rem 2rem 4rem;
  border-radius: 1rem 1rem 0 0;
  background: #274364;
  color: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    padding: 6.4rem 2rem 12.4rem;
  }
}
.footer__logo {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__note {
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.footer__note span {
  font-size: 2.2rem;
}
.footer .c-tags {
  margin-inline: -1rem;
}
.footer .c-tags fieldset svg {
  fill: var(--base-color);
}
.footer .c-tags fieldset p {
  color: var(--base-color);
}
.footer address {
  line-height: var(--lh-16);
}
.footer .c-btnUnit__title::before, .footer .c-btnUnit__title::after {
  background: url(../images/bg_btnunit_02.svg) no-repeat center/contain;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 335/210;
  margin-bottom: 1.8rem;
}
.footer__textBox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__textBox p {
  font-size: 1.4rem;
  text-align: justify;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__links a {
  width: 100%;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__links a:hover {
    filter: brightness(1.15);
  }
}
.footer__links a:nth-of-type(1), .footer__links a:nth-of-type(2), .footer__links a:nth-of-type(5) {
  width: calc((100% - 1rem) / 2);
}
.footer__links a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  font-size: 1.4rem;
  line-height: var(--lh-14);
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background: var(--base-color);
  border-radius: 0.5rem 0 1rem 0.5rem;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 6rem;
    height: 6rem;
    z-index: 10;
  }
}
.menuButton .text {
  margin-top: 2.2rem;
  color: var(--font-color);
}
.menuButton .border {
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  margin-top: -2rem;
  border-radius: 10rem;
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border {
    margin-top: -1.8rem;
    height: 0.1rem;
    width: 2.7rem;
    height: 0.1rem;
  }
}
.menuButton .border:nth-child(1) {
  transform: translateY(-0.6rem);
  background: var(--color-blue02);
}
.menuButton .border:nth-child(2) {
  background: var(--color-brown01);
}
.menuButton .border:nth-child(3) {
  transform: translateY(0.6rem);
  background: var(--color-blue02);
}
.menuButton.active .border:nth-child(1) {
  transform: rotate(-25deg);
}
.menuButton.active .border:nth-child(2) {
  transform: rotate(25deg);
}
.menuButton.active .border:nth-child(3) {
  opacity: 0;
}

.mvFixedBtn {
  height: calc(100% - 18rem);
  position: fixed;
  top: 9rem;
  right: 0;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    display: flex;
    width: 100%;
    height: 6rem;
    inset: auto auto 0 0;
  }
}
.mvFixedBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 8rem;
  border-radius: 1rem 0 0 1rem;
  color: var(--base-color);
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: var(--lh-12);
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .mvFixedBtn__btn {
    gap: 0.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    width: 33.3333333333%;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    writing-mode: unset;
    text-align: center;
  }
}
.mvFixedBtn__btn svg {
  width: 2rem;
  height: 2rem;
  fill: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn svg {
    display: none;
  }
}
.mvFixedBtn__btn.tel, .mvFixedBtn__btn.web {
  height: calc((100% - 32rem) / 2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel, .mvFixedBtn__btn.web {
    height: 100%;
  }
}
.mvFixedBtn__btn.tel {
  background: var(--color-brown01);
  margin-bottom: 1rem;
  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-radius: 1rem 0 0 0;
  }
}
.mvFixedBtn__btn.tel .small {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small {
    gap: 0.5rem;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 33rem;
  height: 100%;
  background: var(--color-brown01);
  border-radius: 1rem 0 0 1rem;
  letter-spacing: 0.05em;
  translate: 100% 0;
  transition: translate 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@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(1) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.8rem;
  line-height: var(--lh-12);
}
.mvFixedBtn__btn.tel .large span:nth-of-type(1) svg {
  width: 2.8rem;
  height: 2.8rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) {
  font-size: 1.6rem;
}
.mvFixedBtn__btn.web {
  background: var(--color-brown02);
  margin-left: auto;
  margin-bottom: 1rem;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .mvFixedBtn__btn.web:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.web {
    margin: 0;
    border-radius: 0;
  }
}
.mvFixedBtn__btn.web br {
  display: none;
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .mvFixedBtn__btn.web br {
    display: block;
  }
}
.mvFixedBtn__btn.reservation {
  height: 30rem;
  background: var(--color-brown03);
  position: relative;
}
@media (hover: hover) {
  .mvFixedBtn__btn.reservation:hover .large {
    translate: 0 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation {
    height: 100%;
    border-radius: 0 1rem 0 0;
  }
}
.mvFixedBtn__btn.reservation .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  height: 100%;
  background: var(--color-brown03);
  border-radius: 1rem 0 0 1rem;
  translate: 100% 0;
  transition: translate 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation .large {
    display: none;
    gap: 1.8rem;
  }
}
.mvFixedBtn__btn.reservation .large span,
.mvFixedBtn__btn.reservation .large button {
  display: none;
}
.mvFixedBtn__btn.reservation .large iframe {
  background: var(--base-color);
  border-radius: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation .large iframe {
    width: 100%;
    height: 28rem;
  }
}
.mvFixedBtn__btn.reservation.active::before {
  content: "";
  display: block;
  width: calc(100vw - 100%);
  height: 6rem;
  border-radius: 1rem 0 0 0;
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 2;
}
.mvFixedBtn__btn.reservation.active .small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-brown03);
  position: relative;
  z-index: 1;
}
.mvFixedBtn__btn.reservation.active .large {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 35rem;
  padding-bottom: 3rem;
  border-radius: 1rem 1rem 0 0;
  top: unset;
  translate: 0;
  bottom: 5rem;
  z-index: -1;
}
.mvFixedBtn__btn.reservation.active .large p {
  display: block;
  width: fit-content;
  padding: 0.6rem;
  border-top: double 4px var(--base-color);
  border-bottom: double 4px var(--base-color);
  font-weight: 700;
}
.mvFixedBtn__btn.reservation.active .large button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  color: var(--base-color);
  font-weight: 700;
}
.mvFixedBtn__btn.reservation.active .large button span {
  display: block;
  width: 1rem;
  height: 0.7rem;
  background: var(--base-color);
  clip-path: polygon(54% 100%, 0 0, 100% 0);
}

.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4rem;
  width: 8rem;
  height: 8rem;
  background: var(--base-color);
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media (hover: hover) {
  .pageTop:hover span {
    transform: translateY(-0.5rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    gap: 0.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    bottom: 7.6rem;
    right: 1rem;
  }
}
.pageTop span {
  width: 2.6rem;
  height: 1.2rem;
  background: #c8c8c8;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: transform 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span {
    width: 1.3rem;
    height: 0.6rem;
  }
}

.js-pageTop {
  opacity: 1;
  visibility: visible;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .js-pageTop {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

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

PCのみの記述

------------------------------------------------------------ */
.wrapper {
  display: grid;
  grid-template-columns: 62.7604166667% 49.5rem auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    display: block;
  }
}

.pc-content {
  display: grid;
  grid-template-columns: 62.7604166667% 49.5rem auto;
  width: 100%;
  height: 100vh;
  background: url(../images/mv_02.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: block;
    height: unset;
    background: none;
    position: absolute;
    top: 6rem;
    z-index: 1;
  }
  .home .pc-content {
    top: 1rem;
  }
}
.pc-content__left {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 4.1666666667%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left {
    padding: 0;
  }
}
.pc-content__logo {
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
.pc-content__logo h1 {
  margin-bottom: 2rem;
  font-size: 0.7291666667vw;
  line-height: var(--lh-14);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__logo h1 {
    padding: 1rem 2rem 0;
    margin-bottom: 0;
    color: var(--base-color);
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home .pc-content__logo h1 {
    padding-right: 10rem;
    color: var(--font-color);
  }
}
.pc-content__logo a {
  display: block;
  width: 25.4166666667vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__logo a {
    display: none;
  }
  .home .pc-content__logo a {
    display: block;
    width: 100%;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__tag {
  flex: none;
  display: flex;
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__tag {
    display: none;
  }
}
.pc-content__tag div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: fit-content;
  padding: 1.5rem 0.78125vw;
  border: 1px solid var(--color-blue01);
  border-radius: 0.5rem;
}
.pc-content__tag div svg {
  width: 2.6041666667vw;
  height: 5rem;
  fill: var(--color-blue01);
}
.pc-content__tag div p {
  color: var(--color-blue01);
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: var(--lh-14);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__center, .pc-content__right {
    display: none;
  }
}
.pc-content__slide {
  display: flex;
  height: 52.2222222222%;
  position: absolute;
  top: 46%;
  left: 0;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__slide {
    display: none;
  }
}
.pc-content__slide picture {
  width: 192rem;
  height: 100%;
  flex: none;
  animation: pcContentSlide 100s linear infinite;
}
.pc-content__slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes pcContentSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.mvFixedNews {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 98rem;
  padding: 4rem 5.6rem;
  background: var(--base-color);
  border-radius: 0 1rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedNews {
    display: none;
  }
}
.mvFixedNews__title {
  flex: none;
  padding-right: 2rem;
}
.mvFixedNews__title p {
  font-weight: 700;
  line-height: var(--lh-14);
}
.mvFixedNews__title p:nth-of-type(1) {
  font-size: 2.2rem;
}
.mvFixedNews__title p:nth-of-type(2) {
  font-size: 2rem;
}
.mvFixedNews .c-button {
  width: 18rem;
  min-width: unset;
  height: 4rem;
  white-space: nowrap;
}

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

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  grid-column: 2;
  width: 49.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(1rem);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.allContent__inner {
  width: 37.5rem;
  margin: 5.6rem auto 8rem;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent__inner {
    display: contents;
  }
}

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

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0.2rem);
  position: fixed;
  inset: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu {
    display: block;
    height: unset;
    background: url(../images/bg_header_01_sp.jpg) no-repeat bottom/cover;
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__inner {
  display: flex;
  align-items: center;
  width: 27.0833333333%;
  height: fit-content;
  min-height: 100vh;
  padding: 2rem 6.4rem;
  background: url(../images/bg_header_01.jpg) no-repeat center/cover;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    width: 100%;
    height: unset;
    min-height: unset;
    padding: 4rem;
    background: none;
  }
}
.drawerMenu__nav {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    width: 100%;
    gap: 3.5rem;
  }
}
.drawerMenu__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item {
    gap: 0.5rem;
  }
}
.drawerMenu__item > a,
.drawerMenu__item > p {
  display: block;
  color: var(--color-blue01);
  font-size: 1.8rem;
  font-weight: 700;
}
.drawerMenu__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.drawerMenu__item ul li a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--font-color);
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__item ul li a:hover {
    color: var(--color-blue01);
  }
}
.drawerMenu__item ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-blue02);
}
.drawerMenu__bg {
  flex: 1;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__bg {
    display: none;
  }
}

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

モーダル

------------------------------------------------------------ */
.js-modal {
  opacity: 0;
  translate: 0 3rem;
}
.js-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.js-modal[open] {
  display: block;
  animation: slideUp 0.3s ease-out forwards;
}
.js-modal[open]::backdrop {
  opacity: 1;
}
.js-modal.closing {
  animation: slideDown 0.2s ease-in forwards;
}
.js-modal.closing::backdrop {
  opacity: 0;
}

@keyframes slideUp {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    translate: 0 0;
  }
  to {
    opacity: 0;
    translate: 0 3rem;
  }
}
/* ------------------------------------------------------------

アニメーション

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

トップページ

------------------------------------------------------------ */
.page-top > section {
  padding: 0;
}
.page-top .about {
  position: relative;
}
.page-top .about__title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 2rem;
  font-weight: 700;
  line-height: var(--lh-14);
  position: absolute;
  top: 15rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__title {
    top: 18rem;
  }
}
.page-top .about__title span {
  letter-spacing: 0.3em;
}
.page-top .about__title span:nth-of-type(1) {
  font-size: 3.5rem;
}
.page-top .about__title span:nth-of-type(2) {
  font-size: 1.8rem;
}
.page-top .about__bg {
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__bg {
    position: relative;
    top: 10rem;
    left: 0;
  }
}
.page-top .about__bg img {
  width: 100%;
  height: auto;
}
.page-top .about__image {
  margin-bottom: 8.4rem;
  position: relative;
}
.page-top .about__image img {
  width: 100%;
  height: auto;
}
.page-top .about__scroll {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  z-index: 0;
}
.page-top .about__scroll p {
  margin-top: 2rem;
  color: var(--color-blue02);
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  rotate: 90deg;
  transform-origin: center top;
}
.page-top .about__scroll span {
  width: 1px;
  height: 8rem;
  background: var(--color-blue02);
  position: relative;
}
.page-top .about__scroll span::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-blue02);
  position: absolute;
  top: 0;
  left: -0.35rem;
  animation: scrollDown 2s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(7.3rem);
    opacity: 0;
  }
}
.page-top .about .c-tags {
  margin: 0 1rem 3rem;
}
.page-top .about__reservation {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  margin-inline: 1rem;
  padding: 2.4rem 1rem;
  background: var(--color-brown03);
  border-radius: 1rem;
}
.page-top .about__reservation p {
  width: fit-content;
  padding: 0.2rem;
  border-top: double 4px var(--base-color);
  border-bottom: double 4px var(--base-color);
  color: var(--base-color);
  font-weight: 700;
}
.page-top .about__reservation iframe {
  width: 100%;
  height: 31rem;
  background: var(--base-color);
  border-radius: 1rem;
}
.page-top .open__lead {
  position: relative;
}
.page-top .open__lead .bg {
  width: 26.7rem;
  margin-inline: auto 0;
}
.page-top .open__lead .bg img {
  width: 100%;
  height: auto;
}
.page-top .open__lead .text {
  width: 26.5rem;
  position: absolute;
  top: 4.8rem;
  left: 1rem;
}
.page-top .open__lead .text img {
  width: 100%;
  height: auto;
}
.page-top .open__image {
  position: relative;
}
.page-top .open__image h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: -4.8rem;
  left: 0;
}
.page-top .open__image h2 span {
  width: fit-content;
  padding: 0 1rem;
  background: var(--color-blue02);
  color: var(--base-color);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.page-top .open__image img {
  width: 100%;
  height: auto;
}
.page-top .open__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4.2rem 2rem 6.4rem;
}
.page-top .open__note {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .open__note p {
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .open__note p:nth-of-type(1) {
  font-size: 1.8rem;
}
.page-top .open__note p:nth-of-type(1) span {
  font-size: 2.6rem;
}
.page-top .open__note p:nth-of-type(2) {
  font-size: 2.8rem;
}
.page-top .open__note address {
  line-height: var(--lh-14);
}
.page-top .news {
  padding: 6.4rem 2rem;
}
.page-top .news .heading01 {
  margin-bottom: 4.2rem;
}
.page-top .news__button {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 3rem;
}
.page-top .news__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1.8rem) / 4);
  height: 4rem;
  border: 1px solid var(--color-brown03);
  color: var(--color-brown03);
  font-size: 1.4rem;
  transition: border 0.3s, color 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .page-top .news__button button:hover {
    border: 1px solid var(--color-blue01);
    color: var(--color-blue01);
  }
}
.page-top .news__button button.active {
  border: 1px solid var(--color-blue01);
  color: var(--color-blue01);
}
.page-top .news .c-newsList {
  padding: 0.1rem 0;
  margin-bottom: 5rem;
}
.page-top .news .c-newsList__content {
  display: none;
}
.page-top .news .c-newsList__content.active {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .news .c-newsList .item {
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #cbcbcb;
}
.page-top .news .c-newsList .item__category {
  border: 1px solid var(--color-brown03);
  color: var(--color-brown03);
}
.page-top .news .c-button {
  background: var(--color-brown03);
  border: none;
  color: var(--base-color);
}
@media (hover: hover) {
  .page-top .news .c-button:hover {
    color: var(--color-brown03);
    border: 1px solid var(--color-brown03);
    background: var(--base-color);
  }
  .page-top .news .c-button:hover span {
    background: var(--color-brown03);
  }
}
.page-top .news .c-button span {
  background: var(--base-color);
}
.page-top .preview {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 2rem;
  background: linear-gradient(-135deg, #f5e6cf 0%, #82a0c3 30%, #537092 100%);
  border-radius: 1rem;
  color: var(--base-color);
}
.page-top .preview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.page-top .preview__title span {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-top .preview__title span:nth-of-type(1) {
  font-size: 2.8rem;
}
.page-top .preview__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-top .preview__list li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page-top .preview__list li:not(:last-of-type) {
  position: relative;
}
.page-top .preview__list li:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--base-color);
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.page-top .preview__list li div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-top .preview__list li div p:nth-of-type(1) {
  writing-mode: vertical-rl;
}
.page-top .preview__list li div p:nth-of-type(2) {
  font-size: 3.6rem;
  white-space: nowrap;
}
.page-top .preview__list li div p:nth-of-type(2) .dot {
  font-size: 3rem;
}
.page-top .preview__list li div p:nth-of-type(2) .day {
  font-size: 2rem;
}
.page-top .preview__list li > p {
  font-size: 2.4rem;
  line-height: var(--lh-14);
}
.page-top .preview__image {
  display: flex;
  justify-content: space-between;
  margin-inline: -1rem;
}
.page-top .preview__image figure {
  width: calc((100% - 1rem) / 3);
  border-radius: 0.5rem;
  overflow: hidden;
}
.page-top .preview__image figure img {
  width: 100%;
  height: auto;
}
.page-top .preview__image figure figcaption {
  padding: 0.4rem;
  background: #32567f;
  font-size: 1.4rem;
  text-align: center;
}
.page-top .preview__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .preview__desc p {
  text-align: justify;
}
.page-top .point {
  padding: 8rem 0;
  background: url(../images/bg_home_01.jpg) no-repeat center/cover;
}
.page-top .point .heading01 {
  margin-bottom: 4rem;
}
.page-top .point__inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.page-top .point__item {
  position: relative;
}
.page-top .point__item:nth-of-type(even) .point__image {
  margin-inline: auto 0;
}
.page-top .point__item:nth-of-type(even) .point__image img {
  border-radius: 1rem 0 0 1rem;
}
.page-top .point__item:nth-of-type(even) h3 {
  margin-inline: auto 0;
}
.page-top .point__item:nth-of-type(even) p {
  padding: 0 1rem 0 0;
  text-align: right;
}
.page-top .point__item:nth-of-type(even) .point__num {
  right: unset;
  left: 1rem;
}
.page-top .point__image {
  width: 33.5rem;
}
.page-top .point__image img {
  width: 100%;
  height: auto;
  border-radius: 0 1rem 1rem 0;
}
.page-top .point h3 {
  width: fit-content;
  padding: 0.2rem 2rem;
  margin: -1.5rem 0 1.5rem;
  background: var(--color-blue01);
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-14);
  position: relative;
  z-index: 1;
}
.page-top .point p {
  padding-left: 1rem;
  font-weight: 700;
}
.page-top .point__num {
  width: 10rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 10rem;
  right: 1rem;
}
.page-top .point__num img {
  width: 100%;
  height: auto;
}
.page-top .concept {
  padding-bottom: 7.2rem;
}
.page-top .concept .heading01 {
  padding: 6rem 0 8rem;
  position: relative;
}
.page-top .concept .heading01::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 278/311;
  background: url(../images/bg_home_02.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 1.5rem;
  pointer-events: none;
}
.page-top .concept__lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
  position: relative;
}
.page-top .concept__lead::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../images/bg_home_03.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.page-top .concept__left, .page-top .concept__right {
  width: calc((100% - 2.5rem) / 2);
  position: relative;
}
.page-top .concept__left img, .page-top .concept__right img {
  width: 100%;
  height: auto;
}
.page-top .concept__left p, .page-top .concept__right p {
  display: flex;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.page-top .concept__left p span, .page-top .concept__right p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 0.5rem;
  background: var(--base-color);
  color: var(--color-blue01);
  font-size: 4.5rem;
  font-weight: 700;
}
.page-top .concept__left p {
  top: -3.25rem;
}
.page-top .concept__left img {
  border-radius: 0 1rem 1rem 0;
}
.page-top .concept__right p {
  bottom: -3.25rem;
}
.page-top .concept__right img {
  border-radius: 1rem 0 0 1rem;
}
.page-top .concept__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 6rem;
  padding: 0 2rem;
}
.page-top .concept__desc p {
  text-align: justify;
}
.page-top .treatment {
  padding-bottom: 7.5rem;
}
.page-top .treatment .heading01 {
  margin-bottom: 9rem;
}
.page-top .treatment__inner {
  position: relative;
}
.page-top .treatment__inner > p {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: -4.75rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .treatment__inner > p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 0.5rem;
  background: var(--base-color);
  color: var(--color-blue01);
  font-size: 6.4rem;
  font-weight: 700;
}
.page-top .treatment__inner ul {
  display: flex;
}
.page-top .treatment__inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
  width: 33.3333333333%;
  padding: 6.5rem 0 3rem;
}
.page-top .treatment__inner ul li:nth-of-type(1) {
  background: url(../images/bg_home_04.jpg) no-repeat center/cover;
}
.page-top .treatment__inner ul li:nth-of-type(2) {
  background: url(../images/bg_home_05.jpg) no-repeat center/cover;
}
.page-top .treatment__inner ul li:nth-of-type(3) {
  background: url(../images/bg_home_06.jpg) no-repeat center/cover;
}
.page-top .treatment__inner ul li p {
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-feature-settings: normal;
}
.page-top .treatment__inner ul li p:nth-of-type(1) {
  padding: 1.4rem 0.5rem;
  background: rgba(245, 244, 241, 0.1);
  border: 1px solid #f5f4f1;
  border-radius: 0.5rem;
  font-size: 2.2rem;
}
.page-top .treatment__inner ul li p:nth-of-type(2) {
  font-size: 2.8rem;
  line-height: var(--lh-12);
}
.page-top .treatment__lead {
  padding: 3.5rem 0 2.4rem;
  position: relative;
}
.page-top .treatment__lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 13.4rem;
  background: var(--color-blue01);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .treatment__lead p:nth-of-type(1) {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .treatment__lead p:nth-of-type(2) {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.page-top .treatment__lead p:nth-of-type(2) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 0.5rem;
  background: var(--base-color);
  color: var(--color-blue01);
  font-size: 6.4rem;
  font-weight: 700;
}
.page-top .treatment__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 2rem;
}
.page-top .treatment__desc p {
  text-align: justify;
}
.page-top .menu .heading01 {
  margin-bottom: 4.5rem;
}
.page-top .menu__button {
  display: flex;
  justify-content: space-between;
}
.page-top .menu__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1rem) / 2);
  height: 6rem;
  background: var(--base-color);
  border-radius: 0.5rem 0.5rem 0 0;
  color: #a4a4a4;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-top .menu__button button.active {
  background: var(--color-blue01);
  color: var(--base-color);
}
.page-top .menu__unit {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 4rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.page-top .menu__unit.active {
  display: flex;
  background: var(--color-blue01);
}
.page-top .menu__unit__name .item {
  gap: 1rem;
}
.page-top .menu__unit__name .item > span {
  font-weight: 700;
}
.page-top .menu__unit__name .item > span:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .menu__unit__name .item img {
  width: 8rem;
  height: auto;
}
.page-top .menu__unit__worries .item {
  padding: 0 0.5rem;
}
.page-top .menu__unit__worries .item > span {
  font-weight: 700;
}
.page-top .menu__unit__worries .item > span:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-top .menu__unit__worries .item > span:nth-of-type(1) span {
  padding-left: 1rem;
  font-size: 1.4rem;
  line-height: var(--lh-14);
  position: relative;
}
.page-top .menu__unit__worries .item > span:nth-of-type(1) span::before {
  flex: none;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-blue01);
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.page-top .menu__unit .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1rem) / 2);
  background: var(--base-color);
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
@media (hover: hover) {
  .page-top .menu__unit .item:hover::after {
    transform: scale(1.3);
  }
}
.page-top .menu__unit .item::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: var(--color-blue02);
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform-origin: bottom right;
  transition: transform 0.3s;
  z-index: 1;
}
.page-top .menu__unit .item.note::after {
  background: #cfd7e1;
}
.page-top .menu__unit .item.note .free {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  width: 100%;
  background: var(--color-blue02);
  color: var(--base-color);
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top .case {
  padding-bottom: 7.2rem;
}
.page-top .case .heading01 {
  padding: 6.4rem 0 7rem;
  position: relative;
}
.page-top .case .heading01::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 284/212;
  background: url(../images/bg_home_10.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 5.7rem;
  pointer-events: none;
}
.page-top .case__none {
  color: var(--font-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.page-top .save .heading01,
.page-top .chew .heading01,
.page-top .prevention .heading01 {
  padding: 6.4rem 0 3.2rem;
  position: relative;
}
.page-top .save__inner,
.page-top .chew__inner,
.page-top .prevention__inner {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 5.6rem 2rem;
  background: #f6f9fc;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.page-top .save__item,
.page-top .chew__item,
.page-top .prevention__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .save__item figure,
.page-top .chew__item figure,
.page-top .prevention__item figure {
  position: relative;
}
.page-top .save__item figure img,
.page-top .chew__item figure img,
.page-top .prevention__item figure img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.page-top .save__item figure figcaption,
.page-top .chew__item figure figcaption,
.page-top .prevention__item figure figcaption {
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page-top .save__item figure figcaption::before, .page-top .save__item figure figcaption::after,
.page-top .chew__item figure figcaption::before,
.page-top .chew__item figure figcaption::after,
.page-top .prevention__item figure figcaption::before,
.page-top .prevention__item figure figcaption::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.page-top .save__item figure figcaption::before,
.page-top .chew__item figure figcaption::before,
.page-top .prevention__item figure figcaption::before {
  border-top: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
  position: absolute;
  top: -2rem;
  left: -2rem;
}
.page-top .save__item figure figcaption::after,
.page-top .chew__item figure figcaption::after,
.page-top .prevention__item figure figcaption::after {
  border-bottom: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
.page-top .save__item h3,
.page-top .chew__item h3,
.page-top .prevention__item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .save__item h3 span,
.page-top .chew__item h3 span,
.page-top .prevention__item h3 span {
  font-size: 1.6rem;
}
.page-top .save__desc,
.page-top .chew__desc,
.page-top .prevention__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .save__desc p,
.page-top .chew__desc p,
.page-top .prevention__desc p {
  text-align: justify;
}
.page-top .chew__image,
.page-top .prevention__image {
  position: relative;
}
.page-top .chew__image > p,
.page-top .prevention__image > p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  background: var(--base-color);
  border: 1px solid var(--color-brown02);
  border-radius: 50%;
  color: var(--color-brown02);
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
  position: absolute;
  top: -3rem;
  right: -1.5rem;
  z-index: 1;
}
.page-top .chew__tag,
.page-top .prevention__tag {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-top .chew__tag p,
.page-top .prevention__tag p {
  background: var(--base-color);
  padding: 1.2rem 0;
  border: 4px double var(--color-blue01);
  color: var(--color-blue01);
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .save .heading01::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 283/267;
  background: url(../images/bg_home_07.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 2.7rem;
  z-index: -1;
  pointer-events: none;
}
.page-top .chew .heading01::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 283/267;
  background: url(../images/bg_home_08.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 2.7rem;
  z-index: -1;
  pointer-events: none;
}
.page-top .chew__inner {
  background: #e1e9f3;
}
.page-top .chew__consult {
  padding: 1.5rem 0;
  border-top: 4px double var(--color-blue01);
  border-bottom: 4px double var(--color-blue01);
  color: var(--color-blue01);
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .prevention .heading01::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 283/326;
  background: url(../images/bg_home_09.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 2.7rem;
  z-index: -1;
  pointer-events: none;
}
.page-top .prevention .heading01 h2 span.bg {
  width: 12rem;
  background: var(--color-brown02);
}
.page-top .prevention__inner {
  background: #fbf8f5;
}
.page-top .prevention__tag p {
  border: 4px double var(--color-brown02);
  color: var(--color-brown02);
}
.page-top .prevention__lead img {
  width: 100%;
  height: auto;
}
.page-top .features {
  padding: 6.4rem 2rem;
}
.page-top .features .heading01 {
  margin-bottom: 4.5rem;
}
.page-top .features__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
.page-top .features__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.page-top .features__item:nth-of-type(even) .features__image .num {
  left: unset;
  right: -1rem;
}
.page-top .features__image {
  position: relative;
}
.page-top .features__image .image img {
  border-radius: 1rem;
}
.page-top .features__image .num {
  width: 10rem;
  height: auto;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -2rem;
  left: -1rem;
}
.page-top .features__image img {
  width: 100%;
  height: auto;
}
.page-top .features h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .features__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .features__desc p {
  text-align: justify;
}
.page-top .features__note {
  display: flex;
  margin-top: -2rem;
}
.page-top .features__note p {
  width: 33.3333333333%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.page-top .doctor {
  padding: 6rem 2rem;
  background: #f6f9fc;
  border-radius: 2rem;
  position: relative;
}
.page-top .doctor::before {
  content: "";
  display: block;
  width: 11rem;
  height: 45rem;
  background: url(../images/text_home_11.png) no-repeat center/contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: 8rem;
  right: 0;
}
.page-top .doctor .heading01 {
  align-items: unset;
}
.page-top .doctor .heading01 h2 {
  text-align: left;
}
.page-top .doctor.c-doctor .c-doctor__desc {
  position: relative;
}
.page-top .doctor.c-doctor .c-doctor__desc::after {
  content: "";
  display: block;
  width: 27.1rem;
  height: 28rem;
  background: url(../images/bg_doctor_01.png) no-repeat center/contain;
  position: absolute;
  bottom: -10rem;
  right: -2rem;
}

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

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 8rem 2rem;
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.archive__links .c-button {
  width: calc((100% - 1rem) / 2);
  min-width: unset;
}
.archive__inner {
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}
.articleUnit .c-caseBox .imageSlider {
  margin-bottom: 0;
}
.articleUnit a {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: var(--font-color);
  padding: 2.4rem 0;
  border-bottom: 1px solid #cbcbcb;
  transition: color 0.3s;
}
@media (hover: hover) {
  .articleUnit a:hover {
    color: var(--color-blue01);
  }
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/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;
  border: 1px solid var(--color-brown03);
  color: var(--color-brown03);
  font-size: 1.4rem;
  line-height: 1;
}
.articleUnit__title {
  line-height: var(--lh-16);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.PageNavi .page-numbers {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  color: var(--font-color);
  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 {
  background-color: var(--color-blue02);
  border-radius: 0.5rem;
  color: var(--base-color);
  font-weight: 700;
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 8rem 2rem;
}
.single .h3-title {
  margin-bottom: 2.4rem;
}
.single figure:not(:last-child) {
  margin-bottom: 2.4rem;
}
.single figure img {
  width: 100%;
  height: auto;
}
.single figure figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc p,
.single__desc li {
  font-size: 1.6rem;
  line-height: var(--lh-18);
  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-blue01);
  text-decoration: underline;
}
@media (hover: hover) {
  .single__desc a:hover {
    text-decoration: none;
  }
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: var(--color-gray);
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc blockquote {
  padding: 1rem;
  background: #e1e9f3;
  border-radius: 1rem;
  font-style: italic;
}
.single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5,
.single__desc h6 {
  font-weight: 700;
  line-height: var(--lh-16);
}
.single__desc h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  margin: 0 -1rem 3rem;
  background: var(--color-blue02);
  border-radius: 0.5rem;
  color: var(--base-color);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.single__desc h2::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 63/75;
  background: url(../images/bg_h2-title.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 1rem;
}
.single__desc h2::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  background: var(--color-blue02);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  translate: -50% 0;
}
.single__desc h3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 2.4rem;
  position: relative;
}
.single__desc h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: url(../images/bg_h3-title.svg) no-repeat center/contain;
}
.single__desc h4 {
  font-size: 2.2rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--color-blue01);
}
.single__desc h5 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2rem;
}
.single__desc h5::before {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-brown02);
  border-radius: 50%;
  margin-top: 1.3rem;
}
.single__desc h6 {
  font-size: 1.8rem;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__item .h4-title {
  margin-bottom: 1.6rem;
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--color-gray);
}
.single .c-table {
  margin-bottom: 6rem;
}
.single .supervision,
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4.8rem 2rem;
  border-radius: 1rem;
  margin-inline: -2rem;
}
.single .supervision__title,
.single .overview__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
}
.single .supervision {
  background: #e1e9f3;
  margin-bottom: 4rem;
}
.single .supervision figure {
  margin-bottom: 0;
}
.single .supervision figure img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.single .supervision figure figcaption {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.single .supervision__desc {
  text-align: justify;
}
.single .overview {
  background: #fbf8f5;
}
.single .overview__logo {
  margin-bottom: 4rem;
}
.single .overview__logo img {
  width: 100%;
  height: auto;
}
.single .overview__image img {
  width: 100%;
  height: auto;
}
.single .overview dl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single .overview dl > div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single .overview dl > div dt {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.8rem;
  font-weight: 700;
}
.single .overview dl > div dd {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.single .overview dl > div dd a {
  display: inline-block;
  text-decoration: underline;
  color: var(--font-color);
  font-weight: 400;
}
@media (hover: hover) {
  .single .overview dl > div dd a:hover {
    text-decoration: none;
  }
}
.single .overview dl > div dd p:has(span) {
  display: flex;
  gap: 0.8rem;
}
.single .overview dl > div dd p:has(span) span {
  flex: none;
  width: 5rem;
}

.singleNavi {
  padding: 6rem 2rem 0;
}
.singleNavi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleNavi__prev, .singleNavi__archive, .singleNavi__next {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: inherit;
  transition: opacity 0.3s, translate 0.3s;
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 1.5rem;
  height: 1rem;
  fill: var(--font-color);
}
.singleNavi__archive {
  margin-inline: 2rem;
}
@media (hover: hover) {
  .singleNavi__archive:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .singleNavi__prev:hover {
    translate: -0.3rem;
  }
}
.singleNavi__prev svg {
  rotate: 90deg;
}
@media (hover: hover) {
  .singleNavi__next:hover {
    translate: 0.3rem;
  }
}
.singleNavi__next svg {
  rotate: -90deg;
}
/*# sourceMappingURL=style.css.map */
