@charset "UTF-8";
:root {
  --base-color: #ffffff;
  --font-color: #333333;
  --color-white: #f9f4ec;
  --color-beige: #e2d6c7;
  --color-light-brown: #a2865b;
  --color-brown: #765017;
  --color-blue: #235095;
  --color-gray: #787878;
  --lh-14: 1.4;
  --lh-15: 1.5;
  --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;
  }
}

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

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 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .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;
}
@media (hover: hover) {
  .page-404 .content .c-button:hover svg {
    translate: -0.3rem -50%;
  }
}
.page-404 .content .c-button svg {
  width: 1.8rem;
  height: 1.4rem;
  right: auto;
  left: 3rem;
  scale: -1 1;
}

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

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 2.5rem 7rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb {
    padding: 2rem 2rem 0;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: var(--font-color);
}
.breadcrumb__link {
  color: var(--font-color);
  font-weight: 400;
  transition: opacity 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

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

住所とアクセスの表

------------------------------------------------------------ */
.addressBox > div {
  display: flex;
  gap: 1rem;
}
.addressBox > div:nth-of-type(1) {
  margin-bottom: 1rem;
}
.addressBox > div:nth-of-type(1) p {
  position: relative;
}
.addressBox > div:nth-of-type(1) p::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
.addressBox > div p:nth-of-type(1) {
  flex: none;
  display: flex;
  align-items: center;
  width: 8.5rem;
  padding: 1.4rem 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.addressBox > div p:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-beige);
  position: absolute;
  top: 0;
  right: -0.5rem;
}
.addressBox > div p:nth-of-type(2) {
  padding: 1.4rem 0 1.4rem 1.4rem;
  letter-spacing: 0;
}

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

ボタン

------------------------------------------------------------ */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  min-height: 5rem;
  margin: 0.1rem auto;
  padding: 1rem 2rem;
  border: 1px solid var(--color-brown);
  color: var(--color-brown);
  line-height: var(--lh-14);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  position: relative;
}
@media (hover: hover) {
  .c-button:hover::after {
    transform: translate(0.3rem, 0.3rem);
  }
}
.c-button::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid var(--color-brown);
  border-bottom: 1px solid var(--color-brown);
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  transition: transform 0.3s;
}
.c-button.white {
  border: 1px solid var(--base-color);
  color: var(--base-color);
}
.c-button.white::after {
  border-right: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
}

.mapBtn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: var(--font-color);
  line-height: 1;
}
.mapBtn svg {
  width: 1.2rem;
  height: 1.8rem;
  fill: var(--color-blue);
}

.buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .buttonWrap {
    padding: 6.5rem 1.5rem;
  }
}
.buttonWrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem 1.5rem;
  color: var(--base-color);
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .buttonWrap a:hover::after {
    transform: translate(0.3rem, 0.3rem);
  }
}
.buttonWrap a::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.buttonWrap a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: transform 0.3s;
}
.buttonWrap a:nth-of-type(1) {
  background: var(--color-light-brown);
}
.buttonWrap a:nth-of-type(1)::before {
  border: 1px solid var(--color-beige);
}
.buttonWrap a:nth-of-type(2) {
  background: var(--color-blue);
}
.buttonWrap a:nth-of-type(2)::before {
  border: 1px solid #8fa2be;
}
.buttonWrap a:nth-of-type(3) {
  background: #133467;
}
.buttonWrap a:nth-of-type(3)::before {
  border: 1px solid #8fa2be;
}
.buttonWrap a span {
  line-height: var(--lh-14);
}
.buttonWrap a span.sub {
  font-size: 1.5rem;
}
.buttonWrap a span.main {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}

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

電話
初めての方・通院中の方のWEB予約

------------------------------------------------------------ */
.c-btnUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
}
.c-btnUnit__tel {
  color: var(--font-color);
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 1;
}
.c-btnUnit__tel span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-btnUnit__reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 34.5rem;
  height: 7rem;
  color: var(--base-color);
  font-weight: 700;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit__reservation:hover {
    filter: brightness(1.2);
  }
}
.c-btnUnit__reservation span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-btnUnit__reservation span:nth-of-type(1) {
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.c-btnUnit__reservation span:nth-of-type(2) {
  font-size: 2.5rem;
}
.c-btnUnit__reservation.first {
  background: var(--color-blue);
}
.c-btnUnit__reservation.regular {
  background: #133467;
}

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

症例紹介 画像スライダー

------------------------------------------------------------ */
.c-caseBox {
  width: 100%;
}
.c-caseBox .imageSlider {
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .c-caseBox .imageSlider:hover .imageSlider__before::before {
    filter: brightness(1.5);
  }
}
.c-caseBox .imageSlider:active .imageSlider__before::before {
  filter: brightness(1.5);
}
.c-caseBox .imageSlider__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.c-caseBox .imageSlider__before::before {
  content: "";
  width: 3.6rem;
  height: 100%;
  background: url(../images/bg_slider.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -1.8rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
  transition: filter 0.3s;
}
.c-caseBox .imageSlider__before::after {
  content: "";
  width: 0.3rem;
  height: 100%;
  background: #263245;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.c-caseBox .imageSlider__before .inner {
  overflow: hidden;
}
.c-caseBox .imageSlider__before .inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.5rem;
  background: #e6e6e6;
  color: var(--font-color);
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.c-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;
}
.c-caseBox .imageSlider__after {
  position: relative;
  z-index: -1;
}
.c-caseBox .imageSlider__after::after {
  content: "治療後";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.5rem;
  background: #e6e6e6;
  color: var(--font-color);
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.c-caseBox .imageSlider__after img {
  width: 100%;
  height: auto;
  aspect-ratio: 310/216;
}
.c-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;
}
.c-caseBox__unit {
  margin-inline: -3.5rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.c-caseBox__title {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  text-align: center;
}
.c-caseBox details {
  margin-bottom: 5.6rem;
}
.c-caseBox details[open] summary::after {
  display: none;
}
.c-caseBox details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  height: 4rem;
  margin-inline: auto;
  background: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-caseBox details summary::-webkit-details-marker {
  display: none;
}
.c-caseBox details summary::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--color-gray);
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.c-caseBox details summary::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: var(--color-gray);
  position: absolute;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
}
.c-caseBox details .content {
  width: 31.5rem;
  margin-inline: auto;
  padding-top: 3rem;
}
.c-caseBox details .content .c-table__table td {
  background: var(--base-color);
}

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

お問合せフォーム
（recruit：質問と応募はこちらから）

------------------------------------------------------------ */
.c-contact__unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-contact__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-contact__item p {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-contact__item p .required {
  padding: 0.5rem 1rem;
  background: var(--color-light-brown);
  color: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-contact__item .note {
  font-size: 1.4rem;
}
.c-contact__item .checkbox .wpcf7-checkbox {
  display: flex;
}
.c-contact__item .checkbox .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  margin: 0;
}
.c-contact__item .checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-contact__item .checkbox .wpcf7-checkbox .wpcf7-list-item label input {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  margin: 0;
  appearance: none;
  background: url(../images/icon_check_02_off.svg) no-repeat center/contain;
}
.c-contact__item .checkbox .wpcf7-checkbox .wpcf7-list-item label input:checked {
  background: url(../images/icon_check_02.svg) no-repeat center/contain;
}
.c-contact__item .wpcf7-form-control-wrap > input {
  width: 100%;
  padding: 1rem 1.2rem;
  background: var(--base-color);
  border: 1px solid var(--color-light-brown);
  font-size: 1.6rem;
}
.c-contact__item .wpcf7-form-control-wrap > textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  min-height: 16rem;
  background: var(--base-color);
  border: 1px solid var(--color-light-brown);
  field-sizing: content;
  font-size: 1.6rem;
}
.c-contact__item .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-contact__back, .c-contact__submit {
  margin-top: 4rem;
}
.c-contact__back .wpcf7-previous,
.c-contact__back .wpcf7-submit, .c-contact__submit .wpcf7-previous,
.c-contact__submit .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  min-height: 5rem;
  margin-inline: auto;
  padding: 1rem 2rem;
  border: 1px solid var(--color-light-brown);
  background: var(--base-color);
  color: var(--color-brown);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: var(--lh-14);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .c-contact__back .wpcf7-previous:hover,
  .c-contact__back .wpcf7-submit:hover, .c-contact__submit .wpcf7-previous:hover,
  .c-contact__submit .wpcf7-submit:hover {
    background: var(--color-brown);
    color: var(--base-color);
  }
}
.c-contact__submit .wpcf7-spinner {
  margin: 0;
  top: 0;
  right: -1rem;
}

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

院長紹介

------------------------------------------------------------ */
.c-doctor {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.c-doctor__image {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.c-doctor__image img {
  width: 100%;
  height: auto;
}
.c-doctor__image figcaption p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-doctor__image figcaption p span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-doctor__desc, .c-doctor__year, .c-doctor__list {
  width: 100%;
}
.c-doctor__desc h3, .c-doctor__year h3, .c-doctor__list h3 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.3em;
}
.c-doctor__desc h3::after, .c-doctor__year h3::after, .c-doctor__list h3::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige);
}
.c-doctor__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-doctor__desc h3 {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.c-doctor__desc p {
  text-align: justify;
}
.c-doctor__year ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.c-doctor__year ul li {
  display: flex;
  gap: 1.6rem;
}
.c-doctor__year ul li > p {
  flex: none;
  width: 6.5rem;
  line-height: var(--lh-15);
}
.c-doctor__year ul li div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.c-doctor__year ul li div p {
  line-height: var(--lh-15);
}

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

Q＆A

------------------------------------------------------------ */
.c-faq {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-faq details {
  border: 1px solid #9b9b9b;
  border-radius: 2.4rem;
  position: relative;
}
.c-faq details summary {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.c-faq details summary::-webkit-details-marker {
  display: none;
}
.c-faq details summary .txt {
  margin-block: auto;
  color: var(--font-color);
  font-weight: 700;
  text-align: justify;
}
.c-faq details summary .ico {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  translate: 0 -50%;
}
.c-faq details summary .ico::before, .c-faq details summary .ico::after {
  content: "";
  background-color: var(--color-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-faq details summary .ico::before {
  width: 1.6rem;
  height: 0.2rem;
}
.c-faq details summary .ico::after {
  width: 0.2rem;
  height: 1.6rem;
}
.c-faq details[open] summary .ico::after {
  opacity: 0;
  rotate: 90deg;
}
.c-faq details[open] summary .ico::before {
  rotate: 180deg;
}
.c-faq details .content__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.5rem;
  position: relative;
}
.c-faq details .content__desc::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.c-faq details .content p {
  text-align: justify;
}
.c-faq details .content p a {
  color: var(--color-brown);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-faq details .content p a:hover {
    text-decoration: none;
  }
}

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

特徴一覧 

------------------------------------------------------------ */
.c-features {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.c-features__item {
  margin-top: 4rem;
  padding: 5rem 1.5rem 4rem;
  background: var(--color-white);
  position: relative;
}
.c-features__num {
  width: 7.4rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  translate: -50% 0;
}
.c-features__num img {
  width: 100%;
  height: auto;
}
.c-features__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-features__text p {
  text-align: justify;
}
.c-features__text p span {
  color: var(--color-light-brown);
  font-weight: 700;
  text-decoration: underline dotted;
  text-underline-offset: 0.5rem;
}

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

流れパターン

------------------------------------------------------------ */
.c-flow {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-inline: -3rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-flow {
    margin-inline: 0;
  }
}
.c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
}
.c-flow__item:not(:last-child)::after {
  content: "";
  background: #aec4d2;
  width: 4.2rem;
  height: 1.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  translate: -50% 0;
}
.c-flow fieldset {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 4rem 6rem;
  border: 1px solid #00416e;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-flow fieldset {
    padding: 0 1.5rem 6rem;
  }
}
.c-flow legend {
  width: 19.6rem;
  padding: 0 4rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-flow legend {
    width: 15.6rem;
    padding: 0 2rem;
  }
}
.c-flow legend img {
  width: 100%;
  height: auto;
}
.c-flow__title h3 {
  margin-block: auto;
  font-size: 2.2rem;
}
.c-flow__image img {
  width: 100%;
  height: auto;
}
.c-flow__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-flow__text p {
  text-align: justify;
}

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

関連医院

------------------------------------------------------------ */
.c-hospital ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-hospital ul li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  line-height: var(--lh-16);
  position: relative;
}
.c-hospital ul li::before {
  content: "";
  display: block;
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-beige);
  position: absolute;
  top: 1rem;
  left: 0;
}
.c-hospital ul li a {
  color: var(--color-brown);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-hospital ul li a:hover {
    text-decoration: none;
  }
}
.c-hospital ul li p {
  font-size: 1.5rem;
}

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

院内紹介

------------------------------------------------------------ */
.c-info {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.c-info:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-info__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-info__item h3 {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-info__item h3::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--color-beige);
  margin-top: 1.3rem;
}
.c-info__image img {
  width: 100%;
  height: auto;
}
.c-info__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-info__text p {
  text-align: justify;
}

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

一生モノの歯並びを確かな技術で。

------------------------------------------------------------ */
.c-lead {
  position: absolute;
  top: 7.2rem;
  left: 50%;
  translate: 10% 0;
}
@media screen and (max-width: 1800px) {
  .c-lead {
    top: 16rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-lead {
    display: none;
  }
}
.c-lead h2,
.c-lead p {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.4rem;
}
.c-lead span {
  height: fit-content;
  padding: 0.7rem 1.4rem;
  background: var(--color-light-brown);
  color: var(--base-color);
  font-size: 2.8645833333vw;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

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

リスト

------------------------------------------------------------ */
.c-listBox {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.c-listBox li {
  display: flex;
  gap: 1rem;
}
.c-listBox li::before {
  content: "";
  display: block;
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-beige);
  margin-top: 1rem;
}
.c-listBox li a {
  color: var(--color-brown);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-listBox li a:hover {
    text-decoration: none;
  }
}

.c-listnumber {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.c-listnumber:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-listnumber li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 2rem;
  text-indent: -2rem;
}

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

newsのリスト

------------------------------------------------------------ */
.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.c-newsList .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: fit-content;
  color: var(--font-color);
  line-height: 1;
}
@media (hover: hover) {
  .c-newsList .item:hover .item__title {
    text-decoration: underline;
  }
}
.c-newsList .item__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  background: #7591a4;
  color: var(--base-color);
}
.c-newsList .item__time {
  width: 10rem;
}
.c-newsList .item__title {
  width: 100%;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 7rem 8rem 6rem;
  background: #4a7491 url("../images/page-title_bg_01.png") no-repeat center/cover;
  background-blend-mode: multiply;
  color: var(--base-color);
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pageTitle {
    padding: 9rem 3rem 3.6rem;
  }
}
.c-pageTitle__en, .c-pageTitle__ja {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-pageTitle__en {
  line-height: var(--lh-15);
  text-transform: uppercase;
}
.c-pageTitle__ja {
  font-size: 2.8rem;
  line-height: var(--lh-16);
  letter-spacing: 0.15em;
}

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

下層のアンカーリンク

------------------------------------------------------------ */
.c-links {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-links:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-links .c-button {
  padding: 1rem 6rem;
}
@media (hover: hover) {
  .c-links .c-button:hover svg {
    transform: rotate(90deg) translateX(0.5rem);
  }
}
.c-links .c-button::after {
  display: none;
}
.c-links .c-button svg {
  fill: var(--color-brown);
  width: 1rem;
  height: 1.5rem;
  transform: rotate(90deg);
  transition: transform 0.3s;
  position: absolute;
  right: 3rem;
}

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

ピックアップ

------------------------------------------------------------ */
.c-pickupBg {
  margin-inline: -3rem;
  padding: 2.4rem 3rem;
  background: #011430 url(../images/bg_pickup_01.png) no-repeat center/cover;
  color: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pickupBg {
    margin-inline: -1.5rem;
    padding: 2.4rem 1.5rem;
  }
}
.c-pickupBg:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-pickupBg fieldset {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 1.5rem 5rem;
  border: 1px solid var(--base-color);
}
.c-pickupBg legend {
  width: 25rem;
  padding: 0 2rem;
  margin-inline: auto;
}
.c-pickupBg legend img {
  width: 100%;
  height: auto;
}
.c-pickupBg__title {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-pickupBg__image img {
  width: 100%;
  height: auto;
}
.c-pickupBg__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-pickupBg__desc p {
  text-align: justify;
}

.c-pickupBeige {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 3rem -7rem 0;
  padding: 7rem 6rem;
  background: var(--color-white);
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pickupBeige {
    padding: 7rem 1.5rem 7rem 0;
    margin: 3rem -1.5rem 0;
  }
}
.c-pickupBeige:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-pickupBeige__label {
  width: 21rem;
  position: absolute;
  top: -3rem;
  left: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pickupBeige__label {
    left: 1.5rem;
  }
}
.c-pickupBeige__label img {
  width: 100%;
  height: auto;
}
.c-pickupBeige .h2-titleBg {
  align-items: unset;
  margin-bottom: 0;
}
.c-pickupBeige .h2-titleBg span {
  justify-content: unset;
  width: fit-content;
  padding: 0 1.5rem;
}
.c-pickupBeige__image img {
  width: 100%;
  height: auto;
}
.c-pickupBeige__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pickupBeige__desc {
    padding-left: 1.5rem;
  }
}
.c-pickupBeige__desc p {
  text-align: justify;
}

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

splide

------------------------------------------------------------ */
.c-splide .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 6.5rem;
  z-index: 1;
  cursor: pointer;
  transition: background 0.3s;
}
@media (hover: hover) {
  .c-splide .splide__arrow:hover svg {
    fill: var(--color-light-brown);
  }
}
.c-splide .splide__arrow--prev {
  left: 8.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-splide .splide__arrow--prev {
    left: 3.5rem;
  }
}
.c-splide .splide__arrow--next {
  right: 8.5rem;
  scale: -1 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-splide .splide__arrow--next {
    right: 3.5rem;
  }
}
.c-splide .splide__arrow svg {
  fill: var(--color-beige);
  transition: fill 0.3s;
}
.c-splide .splide__slide.is-visible .c-caseBox__unit {
  visibility: visible;
  opacity: 1;
}

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

テーブル

------------------------------------------------------------ */
.c-table {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-table:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-table__table {
  width: 100%;
  margin: -0.2rem 0;
  border-collapse: separate;
  border-spacing: 0 0.2rem;
}
.c-table__table th,
.c-table__table td {
  padding: 1.5rem 2rem;
}
.c-table__table th {
  background: var(--color-light-brown);
  color: var(--base-color);
}
.c-table__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--color-white);
}
.c-table__table td p a {
  color: var(--color-light-brown);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-table__table td p a:hover {
    text-decoration: none;
  }
}

.scheduleTable__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: center;
}
.scheduleTable__table thead tr {
  border-bottom: 1px solid #9b9b9b;
}
.scheduleTable__table thead tr th {
  padding: 0 0 1rem;
}
.scheduleTable__table th,
.scheduleTable__table td {
  padding: 0.5rem 0;
  text-align: center;
}
.scheduleTable__table th {
  width: 3.0625rem;
  white-space: nowrap;
}
.scheduleTable__table td {
  font-size: 1.4rem;
}
.scheduleTable__header {
  width: 10rem !important;
  border-right: 1px solid #9b9b9b;
  text-align: left !important;
}
.scheduleTable__time {
  border-right: 1px solid #9b9b9b;
  font-size: 1.4rem;
  text-align: left !important;
}

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

矯正専門開業医院
川崎駅徒歩3分
土日診療日あり

------------------------------------------------------------ */
.c-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.c-tags p {
  position: relative;
}
.c-tags p::before, .c-tags p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-tags p::before {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #7591a4 95%, transparent 96%);
}
.c-tags p::after {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #7591a4 95%, transparent 96%);
}
.c-tags p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.5rem;
  height: 6.5rem;
  color: #56768d;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-15);
  text-align: center;
}
.c-tags p span::before, .c-tags p span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-tags p span::before {
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #7591a4 95%, transparent 96%);
}
.c-tags p span::after {
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #7591a4 95%, transparent 96%);
}

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

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.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;
}
.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-brown);
  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: 345/220;
}

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

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.heading01__en {
  width: fit-content;
}
.heading01__en img {
  width: auto;
  height: 2.3rem;
}
.heading01 h2 {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}
.heading01 h2 span {
  font-size: 3.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}

.heading02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
.heading02__en {
  width: fit-content;
}
.heading02__en img {
  width: 2.3rem;
  height: auto;
}
.heading02 h2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.2rem;
}
.heading02 h2 span {
  height: fit-content;
  padding: 1rem;
  background: var(--color-light-brown);
  color: var(--base-color);
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.heading02 h2 span.big {
  font-size: 3.5rem;
}

.h2-titleBg,
.h2-titleBorder,
.h3-title,
.h4-title,
.h5-title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}

.h2-titleBg {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.h2-titleBg span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  background: var(--color-light-brown);
  color: var(--base-color);
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}

.h2-titleBorder {
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  padding-bottom: 2.8rem;
  position: relative;
  text-align: center;
}
.h2-titleBorder::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background: var(--color-light-brown);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.h3-title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}
.h3-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00416e 5.8%, transparent 5.81%, transparent 7.2%, #00416e 7.21%);
}

.h4-title {
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--color-light-brown);
}

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

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

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 7rem 7rem 0;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  section,
  .divSection {
    padding: 6.5rem 1.5rem 0;
  }
}
section .h2-titleBg,
section .h2-titleBorder,
.divSection .h2-titleBg,
.divSection .h2-titleBorder {
  margin-bottom: 2.4rem;
}
section.sectionBtm,
.divSection.sectionBtm {
  padding-bottom: 6.4rem;
}

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

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

SP時 header

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    margin-top: 6rem;
  }
}

.spHeader {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    background: var(--base-color);
    position: fixed;
    top: 0;
    left: 0;
  }
  .spHeader a {
    display: block;
    width: 23rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}

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

Footer

------------------------------------------------------------ */
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 7.5rem 6.5rem;
  background: #f9f4ec;
  border-top: 1px solid var(--color-light-brown);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__top {
    padding: 7.5rem 1.5rem;
  }
}
.footer__logo {
  display: block;
  width: 31.1rem;
  margin-inline: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 345/210;
  margin-bottom: 1.8rem;
}
.footer__map .mapBtn svg {
  fill: #9b9b9b;
}
.footer__btm {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 6rem 7rem 2.5rem;
  background: #081f43;
  color: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__btm {
    padding: 6rem 1.5rem 8.5rem;
  }
}
.footer__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__desc p {
  text-align: justify;
}
.footer__links a {
  display: block;
  width: 18.5rem;
  margin-inline: auto;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__links a:hover {
    filter: brightness(1.1);
  }
}
.footer__links a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  font-size: 1.5rem;
  line-height: var(--lh-15);
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #645135;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: filter 0.4s;
}
@media (hover: hover) {
  .menuButton:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.menuButton .text {
  margin-top: 2.2rem;
  color: var(--base-color);
  font-size: 1.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.menuButton .border {
  position: absolute;
  width: 3rem;
  height: 0.1rem;
  margin-top: -2rem;
  background: var(--base-color);
  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);
}
.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% - 12rem);
  position: fixed;
  top: 6rem;
  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: 6rem;
  height: 16.9863013699%;
  color: var(--base-color);
  font-weight: 700;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    height: 100%;
    width: unset;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn.tel {
  background: #3e6cb2;
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .mvFixedBtn__btn.tel:hover .large {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel {
    width: 5rem;
  }
}
.mvFixedBtn__btn.tel .small span,
.mvFixedBtn__btn.tel .large span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.mvFixedBtn__btn.tel .small {
  display: flex;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small {
    display: none;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 37rem;
  height: 100%;
  padding: 0 2rem;
  background: #3e6cb2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 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__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}
.mvFixedBtn__btn.tel .large__inner span {
  writing-mode: horizontal-tb;
}
.mvFixedBtn__btn.tel .large__inner span:nth-of-type(1) {
  margin-top: 1rem;
  font-size: 2.5rem;
}
.mvFixedBtn__btn.tel .large__inner span:nth-of-type(2) {
  font-size: 3.8rem;
}
.mvFixedBtn__btn.tel .sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mvFixedBtn__btn.tel .sp svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: var(--base-color);
}
.mvFixedBtn__btn.reservation {
  height: 41.4383561644%;
  margin-left: auto;
  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;
    width: calc((100% - 5rem) / 2);
    height: 6rem;
  }
}
.mvFixedBtn__btn.reservation span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.mvFixedBtn__btn.reservation span:nth-of-type(1) {
  border-right: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation span:nth-of-type(1) {
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
  }
}
.mvFixedBtn__btn.reservation.first {
  background: var(--color-blue);
}
.mvFixedBtn__btn.reservation.regular {
  background: #133467;
}

.pageTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 6rem;
  height: 6rem;
  transition: transform 0.3s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
@media (hover: hover) {
  .pageTop:hover svg {
    transform: rotate(-90deg) translateX(0.5rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    width: 4.5rem;
    height: 4.5rem;
    background: var(--base-color);
    bottom: 7rem;
    right: 1rem;
  }
}
.pageTop svg {
  fill: #7591a4;
  width: 0.7rem;
  height: 1.1rem;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.pageTop span {
  color: #7591a4;
  font-size: 1.6rem;
  line-height: 1;
}

.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-contentの記述

------------------------------------------------------------ */
.pc-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    height: unset;
    position: absolute;
    z-index: 1;
    top: 6rem;
    left: 0;
  }
}
.pc-content::after {
  content: "";
  display: block;
  width: 66.9270833333vw;
  height: 56.4705882353vh;
  background: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content::after {
    display: none;
  }
}
.pc-content__image {
  width: 58.3333333333vw;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__image {
    display: none;
  }
}
.pc-content__image img {
  width: 100%;
  height: auto;
}
.pc-content__inner {
  width: 58.3333333333vw;
  padding: 2rem 7rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__inner {
    display: contents;
  }
}
.pc-content__inner h1 {
  margin-bottom: 2.8rem;
  font-size: 0.8333333333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__inner h1 {
    padding: 1.5rem 7rem 0 1.5rem;
    margin-bottom: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--base-color);
    font-size: 1.4rem;
    line-height: var(--lh-15);
    overflow: hidden;
  }
}
.pc-content__unit {
  display: flex;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__unit {
    display: none;
  }
}
.pc-content__logo {
  display: block;
  width: 43.7rem;
}
.pc-content__logo img {
  width: 100%;
  height: auto;
}
.pc-content__name {
  width: 29.8958333333%;
  position: absolute;
  top: 27.8823529412%;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__name {
    display: none;
  }
}
.pc-content__name img {
  width: 100%;
  height: auto;
}
.pc-content__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__bottom {
    display: none;
  }
}
.pc-content__links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.pc-content__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 24.2rem;
  height: 6rem;
  color: var(--base-color);
  position: relative;
}
@media (hover: hover) {
  .pc-content__links a:hover svg {
    transform: translateX(0.5rem);
  }
}
.pc-content__links a::before {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  border: 1px solid #8fa8b9;
  border-left: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.pc-content__links a img {
  width: 3.5rem;
  height: auto;
}
.pc-content__links a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.pc-content__links a span span {
  font-size: 2rem;
}
.pc-content__links a svg {
  width: 0.7rem;
  height: 1.1rem;
  fill: var(--base-color);
  transition: transform 0.3s;
}
.pc-content__links a.case {
  background: #3e6cb2;
}
.pc-content__links a.price {
  background: #7591a4;
}
.pc-content__links a.access {
  background: #878787;
}
.pc-content__links a.access::before {
  border: 1px solid #bcbcbc;
}
.pc-content .mvFixedNews {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 42.7083333333vw;
  padding: 4.2rem 3.2rem;
  background: var(--base-color);
}
.pc-content .mvFixedNews__title {
  flex: none;
}
.pc-content .mvFixedNews__title img {
  width: auto;
  height: 1.7rem;
}
.pc-content .mvFixedNews__title p {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.pc-content .mvFixedNews__inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}
.pc-content .mvFixedNews__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background: var(--color-beige);
}
.pc-content .mvFixedNews .c-newsList .item {
  gap: 0;
  border-bottom: 1px solid var(--font-color);
}
@media (hover: hover) {
  .pc-content .mvFixedNews .c-newsList .item:hover {
    border-bottom: 1px solid transparent;
  }
}
.pc-content .mvFixedNews .c-newsList .item__title {
  width: calc(100% - 10rem);
  text-decoration: none;
}
.pc-content .mvFixedNews .c-button {
  flex: none;
  width: 14rem;
  height: 4.5rem;
  min-height: unset;
}

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

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 47.5rem;
  background: var(--base-color);
  margin: 6.4rem 5.7291666667% 0 auto;
  box-shadow: 0px 0px 30px rgba(178, 178, 178, 0.16);
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}

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

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  width: 100%;
  height: 100vh;
  background: var(--base-color);
  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;
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__left {
  flex: none;
  width: 24.4791666667%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__left {
    display: none;
  }
}
.drawerMenu__left picture {
  width: 100%;
  height: 100%;
}
.drawerMenu__left picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drawerMenu__right {
  flex: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__right {
    display: contents;
  }
}
.drawerMenu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    height: unset;
    padding: 6rem 1.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav nav {
    width: 100%;
  }
}
.drawerMenu__nav nav > a {
  display: inline-block;
  margin-bottom: 5rem;
  color: var(--font-color);
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__nav nav > a:hover {
    color: var(--color-brown);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav nav > a {
    display: block;
    font-size: 1.8rem;
    position: relative;
  }
  .drawerMenu__nav nav > a::after {
    flex: none;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-beige);
    position: absolute;
    bottom: -2.5rem;
    left: 0;
  }
}
.drawerMenu__list {
  display: flex;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list {
    flex-direction: column;
    gap: 5rem;
  }
}
.drawerMenu__list .clinic p,
.drawerMenu__list .treatment p {
  width: fit-content;
  margin-bottom: 2.8rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic p,
  .drawerMenu__list .treatment p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.drawerMenu__list .clinic__unit,
.drawerMenu__list .treatment__unit {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic__unit,
  .drawerMenu__list .treatment__unit {
    flex-direction: column;
    gap: 1rem;
  }
}
.drawerMenu__list .clinic__unit ul,
.drawerMenu__list .treatment__unit ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.drawerMenu__list .clinic__unit ul li a,
.drawerMenu__list .treatment__unit ul li a {
  display: flex;
  gap: 1rem;
  color: var(--font-color);
  font-size: 0.8333333333vw;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__list .clinic__unit ul li a:hover,
  .drawerMenu__list .treatment__unit ul li a:hover {
    color: var(--color-brown);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic__unit ul li a,
  .drawerMenu__list .treatment__unit ul li a {
    font-size: 1.6rem;
  }
}
.drawerMenu__list .clinic__unit ul li a::before,
.drawerMenu__list .treatment__unit ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-top: 1rem;
  background: var(--color-beige);
}
.drawerMenu__list .clinic.clinic,
.drawerMenu__list .treatment.clinic {
  position: relative;
}
.drawerMenu__list .clinic.clinic::after,
.drawerMenu__list .treatment.clinic::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-beige);
  position: absolute;
  top: 0;
  right: -4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list .clinic.clinic::after,
  .drawerMenu__list .treatment.clinic::after {
    width: 100%;
    height: 1px;
    top: unset;
    right: unset;
    bottom: -2.5rem;
    left: 0;
  }
}
.drawerMenu__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 0 4.1379310345%;
  background: #f9f4ec;
}
@media screen and (min-width: 1620px) {
  .drawerMenu__content {
    padding: 0 6.2068965517%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__content {
    flex-direction: column;
    gap: 5rem;
    height: unset;
    padding: 6rem 1.5rem;
  }
}
.drawerMenu__content .scheduleTable {
  font-size: 0.8333333333vw !important;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__content .scheduleTable {
    font-size: 1.6rem !important;
  }
}
.drawerMenu__content .scheduleTable td {
  font-size: 0.7291666667vw !important;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__content .scheduleTable td {
    font-size: 1.4rem !important;
  }
}
.drawerMenu__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    display: contents;
  }
}
.drawerMenu__name {
  width: 31.2%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__name {
    display: none;
  }
}
.drawerMenu__name img {
  width: 100%;
  height: auto;
}
.drawerMenu__detail address {
  margin-bottom: 1rem;
  font-size: 0.8333333333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__detail address {
    display: none;
  }
}
.drawerMenu__detail .map {
  display: flex;
  gap: 3.4rem;
  margin-bottom: 2rem;
  font-size: 0.8333333333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__detail .map {
    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;
  }
}
/* ------------------------------------------------------------

アニメーション

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

トップページ

------------------------------------------------------------ */
.home .wrapper {
  margin-top: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .spHeader {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .home .spHeader.is-show {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content {
    top: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__inner h1 {
    color: var(--font-color);
  }
}

.page-top .about {
  padding-bottom: 6.4rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about {
    padding-top: 9rem;
    position: relative;
  }
}
.page-top .about__logo {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__logo {
    display: block;
    width: 30rem;
    margin: 0 auto 7rem;
  }
}
.page-top .about__logo img {
  width: 100%;
  height: auto;
}
.page-top .about .c-lead {
  display: none;
  top: 17rem;
  left: 1.5rem;
  translate: unset;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about .c-lead {
    display: block;
  }
}
.page-top .about .c-lead p {
  gap: 1.5rem;
}
.page-top .about .c-lead p span {
  padding: 0.7rem 1rem;
  font-size: 3.5rem;
}
.page-top .about__lead {
  position: absolute;
  top: 7.2rem;
  left: 50%;
  translate: 10% 0;
}
@media screen and (max-width: 1800px) {
  .page-top .about__lead {
    top: 16rem;
  }
}
.page-top .about__lead p {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.4rem;
}
.page-top .about__lead span {
  height: fit-content;
  padding: 0.7rem 1.4rem;
  background: var(--color-light-brown);
  color: var(--base-color);
  font-size: 2.8645833333vw;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.page-top .about__image {
  margin-bottom: 3.5rem;
}
.page-top .about__image img {
  width: 100%;
  height: auto;
}
.page-top .about .c-tags {
  gap: 2.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about .c-tags {
    gap: 1.5rem;
  }
}
.page-top .clinic {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 7.5rem 6.5rem;
  background: #f9f4ec;
  border-top: 1px solid var(--color-light-brown);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .clinic {
    padding: 7.5rem 1.5rem;
  }
}
.page-top .clinic .addressBox > div:nth-of-type(2) p:nth-of-type(2) {
  display: flex;
  gap: 1rem;
}
.page-top .request {
  padding: 7.2rem 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .request {
    padding: 7.2rem 3rem;
  }
}
.page-top .request__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 4rem;
  border: 4px double #8fa2be;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .request__inner {
    padding: 4rem 1.5rem;
  }
}
.page-top .request__inner img {
  width: 6rem;
  height: auto;
}
.page-top .request__inner h2 {
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .request__inner p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  line-height: 2;
}
.page-top .request__inner p span {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 2;
}
.page-top .request__inner p span.border {
  text-decoration: underline;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: var(--color-beige);
}
.page-top .message {
  padding: 0 4rem;
  color: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .message {
    padding: 0;
  }
}
.page-top .message__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 2.5rem;
  background: #011430 url(../images/bg_home_01.png) no-repeat center/cover;
}
.page-top .message__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 1.5rem;
  background: var(--base-color);
}
.page-top .message__list li {
  color: var(--font-color);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  padding-left: 3rem;
  position: relative;
}
.page-top .message__list li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_check_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.page-top .message__list li span {
  color: var(--color-blue);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-decoration: underline;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: var(--color-beige);
}
.page-top .message__goal {
  padding-top: 4rem;
  position: relative;
}
.page-top .message__goal::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 4.9rem;
  background: url(../images/icon_arrow_02.svg) no-repeat center/contain;
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .message__goal span {
  display: inline-block;
  padding: 0 1rem;
  margin: 0 0.5rem;
  background: var(--base-color);
  color: var(--color-blue);
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .concept {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 11.2rem 4rem 7.2rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .concept {
    padding: 11.2rem 0 7.2rem;
  }
}
.page-top .concept .heading02 {
  position: absolute;
  top: 4rem;
  right: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .concept .heading02 {
    top: 7rem;
    right: 1.5rem;
  }
}
.page-top .concept__image {
  width: 100%;
  height: auto;
}
.page-top .concept__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 1.5rem;
}
.page-top .concept__desc p {
  text-align: justify;
}
.page-top .concept__sub {
  width: 32rem;
  margin-left: -4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .concept__sub {
    width: 27rem;
    margin-left: 0;
  }
}
.page-top .concept__sub img {
  width: 100%;
  height: auto;
}
.page-top .aesthetics {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 6.5rem;
  background: var(--color-white);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .aesthetics {
    padding: 6rem 1.5rem;
  }
}
.page-top .aesthetics__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 1.5rem;
}
.page-top .aesthetics__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-top .aesthetics__list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-top .aesthetics__list li img {
  flex: none;
  width: 11rem;
  height: auto;
}
.page-top .aesthetics__list li p {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .aesthetics__list li p span {
  color: var(--color-light-brown);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-decoration: underline;
}
.page-top .aesthetics__desc p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .aesthetics__desc span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .aesthetics__desc span.brown {
  width: fit-content;
  padding: 0 1rem;
  background: var(--color-light-brown);
  color: var(--base-color);
}
.page-top .aesthetics__desc span.small {
  font-size: 1.6rem;
}
.page-top .aesthetics__desc span > span {
  display: inline-block;
  margin-right: 1rem;
}
.page-top .policy {
  padding: 0;
  color: var(--base-color);
}
.page-top .policy__image {
  width: 100%;
  height: auto;
}
.page-top .policy__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 7rem 4rem;
  background: #537892;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .policy__inner {
    padding: 7rem 1.5rem;
  }
}
.page-top .policy__figure img {
  width: 100%;
  height: auto;
}
.page-top .policy__lead {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-15);
  text-align: center;
}
.page-top .policy__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: -2rem;
  padding: 0 2.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .policy__desc {
    padding: 0;
  }
}
.page-top .policy__desc p {
  text-align: justify;
}
.page-top .advise {
  padding: 0;
}
.page-top .advise__title {
  color: var(--base-color);
  padding: 6rem 0 14rem;
  background: #402c0f url(../images/bg_home_02.png) no-repeat center/cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .advise__title {
    padding: 6rem 0 4.2rem;
  }
}
.page-top .advise__inner {
  padding: 0 4rem 7.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .advise__inner {
    padding: 4rem 1.5rem 7.2rem;
  }
}
.page-top .advise__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: -10rem 0 4rem;
  padding: 3.5rem 1.5rem;
  background: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .advise__desc {
    margin: 0 0 4rem;
    padding: 0;
  }
}
.page-top .advise__desc p {
  text-align: justify;
}
.page-top .advise__flow {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 5rem;
}
.page-top .advise__flow .item {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2.4rem 4rem;
  background: #f6f6f6;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .advise__flow .item {
    padding: 2.4rem 1.5rem;
  }
}
.page-top .advise__flow .item:not(:last-child)::after {
  content: "";
  background: #e8e8e8;
  width: 3.8rem;
  height: 2rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -4.3rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .advise__flow .item__note {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.page-top .advise__flow .item__note::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige);
}
.page-top .advise__flow .item__note img {
  flex: none;
  width: 10rem;
  height: auto;
}
.page-top .advise__flow .item h3 {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-15);
  letter-spacing: 0.1em;
}
.page-top .advise__flow .item__image {
  display: flex;
  gap: 1.5rem;
}
.page-top .advise__flow .item__image img {
  width: 100%;
  height: auto;
}
.page-top .advise__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-top .case {
  padding: 6rem 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-light-brown);
  border-bottom: 1px solid var(--color-light-brown);
}
.page-top .case .heading01 {
  margin-bottom: 4.4rem;
}
.page-top .doctor {
  padding: 12rem 4rem 7.2rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctor {
    padding: 12rem 1.5rem 7.2rem;
  }
}
.page-top .doctor .heading02 {
  position: absolute;
  top: 5rem;
  right: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctor .heading02 {
    top: 7rem;
    right: 1.5rem;
  }
}
.page-top .doctor .c-doctor {
  margin-bottom: 6rem;
}
.page-top .doctor .c-doctor__image {
  width: 32rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctor .c-doctor__image {
    width: 29rem;
    margin-left: -1.5rem;
  }
}
.page-top .doctor .c-doctor__image figcaption {
  padding-left: 2rem;
}
.page-top .doctor .c-doctor__image figcaption p {
  justify-content: unset;
}
.page-top .ortho {
  display: flex;
  flex-direction: column;
  gap: 9rem;
  padding: 6rem 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-light-brown);
}
.page-top .ortho__unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .ortho__unit {
    padding: 0 1.5rem;
  }
}
.page-top .ortho__unit.adults .ortho__image {
  margin: 0 -6.5rem 0 auto;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .ortho__unit.adults .ortho__image {
    margin: 0 -1.5rem 0 auto;
  }
}
.page-top .ortho__title {
  position: relative;
}
.page-top .ortho__title p {
  position: absolute;
  top: -2.8rem;
  left: 0;
  z-index: -1;
}
.page-top .ortho__title p img {
  width: auto;
  height: 6rem;
}
.page-top .ortho__title h3 {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.page-top .ortho__image {
  width: 39.5rem;
  margin-left: -6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .ortho__image {
    width: 34.5rem;
    margin-left: -1.5rem;
  }
}
.page-top .ortho__image img {
  width: 100%;
  height: auto;
}
.page-top .ortho__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  background: var(--color-light-brown);
  border-radius: 50%;
  position: absolute;
  left: -2.4rem;
  bottom: -1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .ortho__note {
    width: 12rem;
    height: 12rem;
  }
}
.page-top .ortho__note p {
  color: var(--base-color);
  font-size: 1.7rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: 1.2;
}
.page-top .ortho__note span {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .ortho__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .ortho__desc p {
  text-align: justify;
}
.page-top .ortho .c-button {
  margin-top: 3.6rem;
}
.page-top .features {
  padding: 7.2rem 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .features {
    padding: 7.2rem 1.5rem;
  }
}
.page-top .features .heading01 {
  margin-bottom: 4.5rem;
}
.page-top .features__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.page-top .features__unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .features__unit h3 {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .features__unit:nth-of-type(even) .features__image picture {
  margin-inline: auto 0;
}
.page-top .features__unit:nth-of-type(even) .features__image p {
  left: 0;
  right: unset;
}
.page-top .features__image {
  position: relative;
}
.page-top .features__image picture {
  width: 24rem;
}
.page-top .features__image picture img {
  width: 100%;
  height: auto;
}
.page-top .features__image p {
  width: 14.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-top .features__image p img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.page-top .features__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .features__desc p {
  text-align: justify;
}
.page-top .news {
  padding: 0 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .news {
    padding: 0 1.5rem;
  }
}
.page-top .news__inner {
  padding: 5rem 2.4rem;
  background: #f6f6f6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .news__inner {
    padding: 5rem 1.5rem;
  }
}
.page-top .news__inner .heading01 {
  margin-bottom: 3.6rem;
}
.page-top .news__button {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
.page-top .news__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 2.4rem) / 4);
  height: 4.5rem;
  border: 1px solid #d6d6d6;
  color: var(--color-gray);
  transition: background 0.3s, border 0.3s, color 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .page-top .news__button button:hover {
    background: #7591a4;
    border: 1px solid #7591a4;
    color: var(--base-color);
  }
}
.page-top .news__button button.active {
  background: #7591a4;
  border: 1px solid #7591a4;
  color: var(--base-color);
}
.page-top .news .c-newsList {
  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-button {
  width: 20rem;
}
.page-top .carendar {
  padding: 7.2rem 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .carendar {
    padding: 7.2rem 1.5rem;
  }
}
.page-top .carendar .heading01 {
  margin-bottom: 4.5rem;
}
.page-top .carendar__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 300/400;
}

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

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive {
    padding: 6.5rem 1.5rem;
  }
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.archive__links .c-button {
  width: calc((100% - 1.6rem) / 2);
}
.archive__select {
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  border: 1px solid var(--color-brown);
  color: var(--color-brown);
  appearance: none;
  background: url(../images/icon_arrow_03.svg) no-repeat 95%/2.4rem;
}
.archive__inner {
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/220;
}
.articleUnit a {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: var(--font-color);
  padding: 2.4rem 0;
  position: relative;
  z-index: 0;
}
.articleUnit a::before, .articleUnit a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.articleUnit a::before {
  background: var(--base-color);
}
.articleUnit a::after {
  background: #7591a4;
  transform: scale(0.2, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .articleUnit a:hover::after {
    transform: scale(1, 1);
  }
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/220;
}
.articleUnit__date {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.articleUnit__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  background: #7591a4;
  color: var(--base-color);
}
.articleUnit__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.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 {
  background-color: #e2d6c7;
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 7rem 7rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single {
    padding: 6.5rem 1.5rem 0;
  }
}
.single .h2-titleBorder {
  margin-bottom: 4rem;
}
.single .h3-title {
  margin-bottom: 3.2rem;
}
.single__image:not(:last-child) {
  margin-bottom: 2rem;
}
.single__image img {
  width: 100%;
  height: auto;
}
.single__image p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5,
.single__desc h6 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.single__desc h2 {
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  padding-bottom: 2.8rem;
  position: relative;
  text-align: center;
}
.single__desc h2::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background: var(--color-light-brown);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.single__desc h3 {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}
.single__desc h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00416e 5.8%, transparent 5.81%, transparent 7.2%, #00416e 7.21%);
}
.single__desc h4 {
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--color-light-brown);
}
.single__desc h5 {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 2rem;
}
.single__desc h5::before {
  content: "";
  flex: none;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-beige);
  border-radius: 50%;
  margin-top: 1.3rem;
}
.single__desc h6 {
  font-size: 2rem;
  font-weight: 700;
}
.single__desc p,
.single__desc li {
  font-size: 1.6rem;
  line-height: 1.8;
  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-brown);
  text-decoration: underline;
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: var(--color-beige);
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc blockquote {
  padding-left: 1rem;
  border-left: 1px solid var(--color-brown);
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 8rem;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__before, .single .treatment__after {
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  color: var(--base-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.single .treatment__before {
  background: var(--color-brown);
}
.single .treatment__after {
  background: var(--color-light-brown);
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--color-brown);
}
.single .c-table {
  margin-bottom: 6rem;
}
.single .supervision,
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 4.8rem 2rem;
  border: 1px solid #765017;
}
.single .supervision__title,
.single .overview__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.single .supervision {
  margin-bottom: 3.2rem;
}
.single .supervision figure picture {
  margin-bottom: 2rem;
}
.single .supervision figure picture img {
  width: 100%;
  height: auto;
}
.single .supervision figure figcaption {
  text-align: center;
}
.single .supervision .c-button {
  width: 100%;
}
.single .overview__logo {
  width: 90%;
  margin-inline: auto;
}
.single .overview__logo img {
  width: 100%;
  height: auto;
}
.single .overview address {
  line-height: var(--lh-14);
}
.single .overview dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.single .overview dl > div {
  display: flex;
  gap: 0.8rem;
  line-height: var(--lh-14);
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--color-beige);
}
.single .overview dl > div dt {
  flex: none;
  width: 8rem;
}
.single .overview dl > div dd {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.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;
  }
}

.singleNavi {
  padding: 7rem 0;
}
.singleNavi__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.singleNavi__prev, .singleNavi__archive, .singleNavi__next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  color: inherit;
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 1.5rem;
  height: 1rem;
  fill: var(--font-color);
}
.singleNavi__prev.c-button::after, .singleNavi__next.c-button::after {
  display: none;
}
.singleNavi__prev svg, .singleNavi__next svg {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .singleNavi__prev:hover svg, .singleNavi__next:hover svg {
    transform: translateX(0.5rem);
  }
}
.singleNavi__next svg {
  rotate: 180deg;
}
/*# sourceMappingURL=style.css.map */
