@charset "UTF-8";
:root {
  --base-color: #ffffff;
  --font-color: #333333;
  --color-brown01: #9f8455;
  --color-beige01: #bbab8f;
  --color-gray01: #919191;
  --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(--base-color);
  font-size: 1.6rem;
  font-weight: 500;
  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;
  }
}

.subPage {
  background: var(--color-gray01);
}

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

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 {
  margin-bottom: 4.8rem;
  line-height: var(--lh-16);
  text-align: center;
}

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

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 2rem 2rem 5rem;
}
.breadcrumb__item {
  display: inline;
  line-height: var(--lh-14);
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-inline: 0.2rem;
}
.breadcrumb__item a {
  color: var(--base-color);
}
.breadcrumb__link {
  transition: opacity 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

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

住所・アクセス

------------------------------------------------------------ */
.c-access {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-access__item {
  display: flex;
  align-items: center;
  line-height: var(--lh-16);
  white-space: nowrap;
}
.c-access__item > p {
  flex: none;
  width: 7rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-access__text {
  padding: 0.5rem 0 0.5rem 2rem;
  border-left: 1px solid #c8c8c8;
}
.c-access__text .mapBtn {
  margin-top: 1rem;
}

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

ボタン

------------------------------------------------------------ */
.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  background: #e6decf;
  color: var(--font-color);
  font-size: 1.6rem;
  line-height: var(--lh-14);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
@media (hover: hover) {
  .c-button:hover svg {
    translate: 0.5rem 0;
  }
}
.c-button span {
  flex: 1;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-button svg {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--color-beige01);
  transition: translate 0.3s;
}

.mapBtn {
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  width: fit-content;
  color: var(--base-color);
  line-height: 1;
}
.mapBtn svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #f3f3f3;
}

.buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 10rem 2rem 5rem;
}
.buttonWrap a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 10rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  color: var(--base-color);
  background: var(--color-beige01);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .buttonWrap a:hover {
    filter: brightness(1.2);
  }
}
.buttonWrap a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.buttonWrap a span.sub {
  font-size: 1.5rem;
}
.buttonWrap a span.main {
  font-size: 2rem;
  position: relative;
}
.buttonWrap a span.main svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: var(--base-color);
  position: absolute;
  bottom: 0;
  right: 0;
}
.buttonWrap a.reservation {
  background: var(--color-brown01);
}

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

事前予約制

------------------------------------------------------------ */
.c-btnUnit span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-btnUnit__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.c-btnUnit__title p:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-btnUnit__title p:nth-of-type(1) svg {
  width: 1rem;
  height: 1rem;
  fill: #e6decf;
}
.c-btnUnit__title p:nth-of-type(1) span {
  font-size: 1.8rem;
}
.c-btnUnit__title p:nth-of-type(2) {
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-btnUnit__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-btnUnit__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.2rem;
  border-radius: 0.5rem;
  color: var(--base-color);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit__inner a:hover {
    filter: brightness(1.2);
  }
}
.c-btnUnit__inner a.reservation {
  flex-direction: column;
  background: var(--color-brown01);
}
.c-btnUnit__inner a.reservation span.sub {
  font-size: 1.4rem;
}
.c-btnUnit__inner a.reservation span.main {
  font-size: 1.8rem;
}
.c-btnUnit__inner a.tel {
  background: var(--color-beige01);
}
.c-btnUnit__inner a.tel span {
  display: flex;
  align-items: baseline;
}
.c-btnUnit__inner a.tel span span:nth-of-type(2) {
  font-size: 2.5rem;
}

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

お問合せフォーム

------------------------------------------------------------ */
.c-contact {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: var(--base-color);
  padding: 2.4rem 1.6rem;
  color: var(--font-color);
}
.c-contact__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-contact__title {
  padding: 1.2rem 1.6rem;
  background: var(--color-beige01);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-contact__group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-contact__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-contact__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  color: var(--font-color);
}
.c-contact__label .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  background: #c94a4a;
  color: var(--base-color);
  font-size: 1.1rem;
}
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact input[type=date],
.c-contact input[type=number],
.c-contact textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #ccc;
  background: var(--base-color);
  font-size: 1.6rem;
}
.c-contact input[type=text]::placeholder,
.c-contact input[type=email]::placeholder,
.c-contact input[type=tel]::placeholder,
.c-contact input[type=date]::placeholder,
.c-contact input[type=number]::placeholder,
.c-contact textarea::placeholder {
  color: #999;
}
.c-contact input[type=text]:focus,
.c-contact input[type=email]:focus,
.c-contact input[type=tel]:focus,
.c-contact input[type=date]:focus,
.c-contact input[type=number]:focus,
.c-contact textarea:focus {
  outline: none;
  border-color: var(--color-brown01);
}
.c-contact textarea {
  min-height: 15rem;
  field-sizing: content;
}
.c-contact .wpcf7-radio,
.c-contact .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.c-contact .wpcf7-radio .wpcf7-list-item,
.c-contact .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-contact .wpcf7-radio .wpcf7-list-item label,
.c-contact .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.c-contact .wpcf7-radio .wpcf7-list-item input[type=radio],
.c-contact .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.c-contact .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.c-contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--color-brown01);
  cursor: pointer;
}
.c-contact .wpcf7-checkbox.vertical {
  flex-direction: column;
  gap: 1.2rem;
}
.c-contact__tooth {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-contact__tooth-row {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-contact__tooth-label {
  font-size: 1.3rem;
  color: var(--color-gray01);
  font-weight: bold;
}
.c-contact__tooth-grid {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.c-contact__tooth-grid--left {
  flex-direction: row-reverse;
}
.c-contact__tooth-wrapper {
  display: flex;
  gap: 0.2rem;
}
.c-contact__tooth-divider {
  width: 2px;
  background: var(--color-beige01);
  margin: 0 0.8rem;
}
.c-contact__tooth-item .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-contact__tooth-item .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 3.2rem;
  padding: 0.6rem 0.4rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 1.2rem;
}
.c-contact__tooth-item .wpcf7-checkbox .wpcf7-list-item label:hover {
  background: #f5f5f5;
}
.c-contact__tooth-item .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 1.4rem;
  height: 1.4rem;
}
.c-contact__tooth-item .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: none;
}
.c-contact__tooth-item span.num {
  font-size: 1.2rem;
  color: var(--font-color);
  font-weight: bold;
}
.c-contact__tooth-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background: var(--color-beige01);
}
.c-contact__tooth-note {
  font-size: 1.3rem;
  color: var(--color-gray01);
  text-align: center;
  margin-top: 0.8rem;
}
.c-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}
.c-contact__submit input[type=submit] {
  width: 24rem;
  padding: 1.6rem 3rem;
  background: var(--color-brown01);
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-contact__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.c-contact__submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 0;
  right: 2rem;
}
.c-contact__note {
  padding: 1.6rem;
  background: #f9f7f4;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--font-color);
}
.c-contact .wpcf7-not-valid-tip {
  color: #c94a4a;
  font-size: 1.3rem;
  margin-top: 0.4rem;
}
.c-contact .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.2rem;
  border-radius: 4px;
  text-align: center;
}
.c-contact .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.c-contact .wpcf7-validation-errors {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.c-contact__value {
  padding: 1.2rem 1.4rem;
  background: #f9f7f4;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-contact__value p:not(:last-child) {
  margin-bottom: 0.4rem;
}
.c-contact__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.c-contact__buttons input[type=submit],
.c-contact__buttons input[type=button] {
  width: 24rem;
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-contact__buttons input[type=submit]:hover,
  .c-contact__buttons input[type=button]:hover {
    opacity: 0.8;
  }
}
.c-contact__buttons input[type=submit] {
  background: var(--color-brown01);
  color: var(--base-color);
}
.c-contact__buttons input[type=button] {
  background: #ccc;
  color: var(--font-color);
}
.c-contact--confirm .c-contact__label .required {
  display: none;
}

.tooth-chart {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tooth-chart__inner {
  display: flex;
  flex-direction: column;
  min-width: max-content;
  border: 1px solid #ccc;
}
.tooth-chart__row {
  display: flex;
}
.tooth-chart__row:first-child {
  border-bottom: 1px solid #ccc;
}
.tooth-chart__half {
  display: flex;
}
.tooth-chart__half--left {
  border-right: 1px solid #ccc;
}
.tooth-chart__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4rem;
  border-right: 1px solid #e5e5e5;
}
.tooth-chart__cell:last-child {
  border-right: none;
}
.tooth-chart__half--left .tooth-chart__cell {
  border-right: none;
  border-left: 1px solid #e5e5e5;
}
.tooth-chart__half--left .tooth-chart__cell:first-child {
  border-left: none;
}
.tooth-chart__cell .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.tooth-chart__cell .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.tooth-chart__cell .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0;
  cursor: pointer;
}
.tooth-chart__cell .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--font-color);
  order: -1;
}
.tooth-chart__cell .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: var(--color-brown01);
  cursor: pointer;
}

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

症例紹介 画像スライダー

------------------------------------------------------------ */
.c-caseBox {
  width: 100%;
}
.c-caseBox .imageSlider {
  position: relative;
  z-index: 0;
}
.c-caseBox .imageSlider__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.c-caseBox .imageSlider__before::before {
  content: "";
  width: 5rem;
  height: 100%;
  background: url(../images/bg_slider.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.c-caseBox .imageSlider__before::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: var(--base-color);
  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: 7rem;
  height: 3rem;
  background: var(--font-color);
  border-radius: 0 0 0.5rem 0;
  color: var(--base-color);
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  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: 7rem;
  height: 3rem;
  background: var(--font-color);
  border-radius: 0 0 0 0.5rem;
  color: var(--base-color);
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  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 details[open] summary::after {
  display: none;
}
.c-caseBox details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 2rem;
  background: #0097a7;
  color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-caseBox details summary::-webkit-details-marker {
  display: none;
}
.c-caseBox details summary::before {
  content: "";
  width: 0.7rem;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.c-caseBox details summary::after {
  content: "";
  width: 1px;
  height: 0.7rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 2.35rem;
  translate: 0 -50%;
}
.c-caseBox details summary span {
  width: 1.5rem;
  height: 1rem;
  fill: #ffffff;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-90deg);
  transition: translate 0.3s;
}
.c-caseBox details .content {
  padding-top: 3rem;
}
.c-caseBox details .content .c-table__table td {
  background: none;
}

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

チェックされた個数に応じて、コンテンツが表示

------------------------------------------------------------ */
.c-check {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-check__item label input {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  margin: 0;
  background: url(../images/icon_check_01.svg) no-repeat center/contain;
  appearance: none;
}
.c-check__item label input:checked {
  background: url(../images/icon_check_on_01.svg) no-repeat center/contain;
}

.page-caries .result-section {
  display: none;
}

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

院長紹介

------------------------------------------------------------ */
.c-doctor {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  margin-top: 8rem;
  padding: 8rem 2rem;
  background: var(--font-color);
  z-index: 1;
}
.c-doctor__name {
  margin-inline: -2rem;
  position: relative;
}
.c-doctor__name img {
  width: 26.7rem;
  height: auto;
}
.c-doctor__name h3 {
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-feature-settings: normal;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.c-doctor__name h3 span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-doctor__name h3 span:nth-of-type(1) {
  font-size: 2rem;
}
.c-doctor__name h3 span:nth-of-type(2) span:nth-of-type(1) {
  font-size: 1.6rem;
}
.c-doctor__name h3 span:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.4rem;
}
.c-doctor__image {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-doctor__image img {
  width: 100%;
  height: auto;
}
.c-doctor__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-doctor__desc .h4-title {
  margin-bottom: 1rem;
}
.c-doctor__desc p {
  text-align: justify;
}
.c-doctor__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-doctor__list ul li {
  line-height: var(--lh-16);
}
.c-doctor__lecture {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-doctor__inside {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-doctor__inside ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.c-doctor__inside ul li {
  width: calc((100% - 1.4rem) / 3);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-doctor__inside ul li:hover {
    opacity: 0.8;
  }
}
.c-doctor__inside ul li img {
  width: 100%;
  height: auto;
}

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

Q＆A

------------------------------------------------------------ */
.c-faq {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.c-faq details {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--base-color);
  position: relative;
}
.c-faq details .question,
.c-faq details .answer {
  flex: none;
  display: grid;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: var(--font-color);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-faq details .answer {
  background: var(--color-brown01);
}
.c-faq details summary {
  display: flex;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}
.c-faq details summary::-webkit-details-marker {
  display: none;
}
.c-faq details summary .txt {
  padding-right: 3rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-faq details summary .ico {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.c-faq details summary .ico::before, .c-faq details summary .ico::after {
  content: "";
  background: var(--base-color);
  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__inner {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}
.c-faq details .content__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-faq details .content__desc p {
  text-align: justify;
}

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

流れパターン

------------------------------------------------------------ */
.c-flow {
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
  position: relative;
}
.c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 6rem 2rem;
  background: var(--font-color);
  position: relative;
}
.c-flow__item:not(:last-child)::after {
  content: "";
  background: #e6decf;
  width: 1px;
  height: 6.2rem;
  position: absolute;
  bottom: -6.2rem;
  left: 3rem;
  z-index: -1;
}
.c-flow__num {
  width: 13rem;
  height: 13rem;
  padding: 1.4rem 0 0 1.4rem;
  background: var(--color-beige01);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.c-flow__num img {
  width: 4.5rem;
  height: auto;
}
.c-flow__title {
  padding-left: 5rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-flow__image img {
  width: 100%;
  height: auto;
}
.c-flow__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-flow__desc p {
  text-align: justify;
}
.c-flow__desc p a {
  color: var(--base-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-flow__desc p a:hover {
    text-decoration: none;
  }
}

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

院内紹介

------------------------------------------------------------ */
.c-info {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
.c-info__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-info__title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-info__title::before {
  flex: none;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background: #e6decf;
}
.c-info__image img {
  width: 100%;
  height: auto;
}
.c-info__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-info__desc p {
  text-align: justify;
}

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

画像、背景にぼかしありのリスト

------------------------------------------------------------ */
.c-listBlur {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-listBlur li {
  display: flex;
  align-items: center;
}
.c-listBlur li:nth-of-type(odd) h3 {
  text-align: right;
}
.c-listBlur li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.c-listBlur li:nth-of-type(even) h3::after {
  right: unset;
  left: 0;
}
.c-listBlur li img {
  flex: none;
  width: 15rem;
  height: auto;
}
.c-listBlur li h3 {
  flex: 1;
  font-size: 1.9rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.c-listBlur li h3::before {
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  background: #5b5b5b;
  filter: blur(3rem);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.c-listBlur li h3::after {
  content: "";
  display: block;
  width: 21rem;
  height: 1px;
  background: var(--color-beige01);
  position: absolute;
  bottom: -1rem;
  right: 0;
}

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

リスト

------------------------------------------------------------ */
.c-listBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3.2rem 2rem;
  background: var(--base-color);
}
.c-listBox li {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 2rem;
  color: var(--font-color);
  position: relative;
}
.c-listBox li svg {
  flex: none;
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
  transition: translate 0.3s;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.c-listBox li p {
  text-align: justify;
}
.c-listBox li img {
  width: 100%;
  height: auto;
}
.c-listBox.num {
  padding: 0;
  background: transparent;
  counter-reset: list-counter;
}
.c-listBox.num li {
  color: var(--base-color);
  counter-increment: list-counter;
  flex-direction: row;
  gap: 0.4rem;
  padding-left: 0;
}
.c-listBox.num li::before {
  content: counter(list-counter, decimal) "．";
  color: var(--base-color);
}

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

ママとこどものはいしゃさん

------------------------------------------------------------ */
.c-mama {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: #fcf4f7;
  padding: 4rem 2rem;
}
.c-mama__title img {
  width: 100%;
  height: auto;
}
.c-mama__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 295/194;
}
.c-mama__lead {
  color: var(--font-color);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-mama .c-btnUnit a.tel {
  flex-direction: column;
  line-height: var(--lh-14);
}

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

newsのリスト

------------------------------------------------------------ */
.c-newsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-newsList__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-newsList .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--font-color);
}
@media (hover: hover) {
  .c-newsList .item:hover .item__title {
    text-decoration: underline;
  }
}
.c-newsList .item__category {
  display: grid;
  place-content: center;
  width: 12rem;
  height: 3rem;
  border: 1px solid var(--base-color);
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-newsList .item time {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-newsList .item__title {
  width: 100%;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

目次

------------------------------------------------------------ */
.c-outline {
  padding: 0 2rem;
}
.c-outline__inner {
  padding: 3.2rem 2rem;
  background: var(--font-color);
}
.c-outline__title {
  margin-bottom: 2.4rem;
}
.c-outline__title img {
  width: 11.6rem;
  height: auto;
}
.c-outline__title h2 {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-outline ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-outline ul li a {
  display: flex;
  gap: 0.5rem;
  color: var(--base-color);
  line-height: var(--lh-16);
  text-decoration: underline;
  transition: color 0.3s;
}
@media (hover: hover) {
  .c-outline ul li a:hover {
    color: #a1a1a1;
  }
}
.c-outline ul li a svg {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0.7rem;
  fill: #f3f3f3;
}

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

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  padding: 7.2rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1rem);
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pageTitle {
    padding: 15.2rem 2rem 5.2rem;
    background: url(../images/bg_page-title_01.webp) no-repeat center/cover;
  }
}
.c-pageTitle p {
  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;
}

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

ピックアップ

------------------------------------------------------------ */
.c-pickup {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 8rem;
  padding: 8rem 2rem;
  background: url(../images/bg_pickup_01.webp) no-repeat center/cover;
  color: var(--font-color);
}
.c-pickup__label {
  width: 100%;
}
.c-pickup__label img {
  width: 100%;
  height: auto;
}
.c-pickup__title {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}
.c-pickup__image img {
  width: 100%;
  height: auto;
}
.c-pickup__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-pickup__desc p {
  text-align: justify;
}
.c-pickup.black {
  background: url(../images/bg_pickup_02.webp) no-repeat center/cover;
  color: var(--base-color);
}

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

splide

------------------------------------------------------------ */
.c-splide__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.c-splide__nav::before {
  content: "";
  display: block;
  width: calc(90% - 4.8rem);
  height: 1px;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.c-splide__btn {
  display: grid;
  place-content: center;
  width: 4.8rem;
  height: 4.8rem;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #c8c8c8;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-splide__btn:hover {
    filter: brightness(1.2);
  }
}
.c-splide__btn.is-active {
  width: 5.6rem;
  height: 5.6rem;
  background: var(--color-beige01);
}
.c-splide__btn.is-active img {
  width: 3.2rem;
}
.c-splide__btn img {
  width: 2.4rem;
  height: auto;
}
.c-splide__splide {
  padding: 5rem 2rem;
  background: var(--base-color);
  border-radius: 0.5rem;
  color: var(--font-color);
  text-align: center;
  position: relative;
}
.c-splide__splide .splide__arrow {
  width: 2rem;
  height: 4.4rem;
  background: var(--color-beige01);
  position: absolute;
  top: 20rem;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-splide__splide .splide__arrow:hover {
    filter: brightness(1.2);
  }
}
.c-splide__splide .splide__arrow--prev {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -1rem;
}
.c-splide__splide .splide__arrow--next {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -1rem;
}
.c-splide__splide .splide__arrow svg {
  display: none;
}
.c-splide__splide .splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  translate: -50% 0;
}
.c-splide__splide .splide__pagination__page {
  width: 4rem;
  height: 0.3rem;
  border-radius: 1rem;
  background: #979797;
  transition: background 0.3s;
  cursor: pointer;
}
.c-splide__splide .splide__pagination__page.is-active {
  background: var(--base-color);
}
.c-splide__title {
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-splide__image img {
  width: 100%;
  height: auto;
}
.c-splide__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-splide__desc p {
  text-align: justify;
}
.c-splide__desc table tr:not(:last-of-type) td {
  margin-bottom: 1rem;
}
.c-splide__desc table th {
  padding: 1rem 1.5rem;
  background: var(--color-beige01);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.8em;
  text-align: center;
}
.c-splide__desc table td {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #f3f3f3;
  padding: 2rem 1.5rem;
}
.c-splide__desc table td p.title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-splide__desc table td p.title::before {
  flex: none;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background: var(--color-brown01);
}
.c-splide__desc table td p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-splide__desc table td p a:hover {
    text-decoration: none;
  }
}
.c-splide__desc table td .c-listBox {
  gap: 0;
  padding: 0;
  background: none;
}
.c-splide .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

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

テーブル

------------------------------------------------------------ */
.c-table {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-table__table {
  width: 100%;
}
.c-table__table tr:not(:last-of-type) td {
  margin-bottom: 3rem;
}
.c-table__table th,
.c-table__table td {
  padding: 1.5rem 2.4rem;
}
.c-table__table th .strikethrough,
.c-table__table td .strikethrough {
  text-decoration: line-through;
}
.c-table__table th {
  background: var(--color-beige01);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-table__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--base-color);
  color: var(--font-color);
}
.c-table__table td p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-table__table td p a:hover {
    text-decoration: none;
  }
}
.c-table__table td .c-listBox {
  padding: 0;
}
.c-table__table td iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}

.scheduleTable {
  font-size: 1.5rem;
}
.scheduleTable__table {
  width: 100%;
  margin-bottom: 1.6rem;
  text-align: center;
}
.scheduleTable__table thead tr th {
  padding: 0.5rem;
  background: var(--color-gray01);
  text-align: center;
}
.scheduleTable__table thead tr th.scheduleTable__header {
  width: 11rem;
  text-align: left;
}
.scheduleTable__table tbody tr:nth-of-type(1) th,
.scheduleTable__table tbody tr:nth-of-type(1) td {
  padding: 0.5rem 0.5rem 0;
}
.scheduleTable__table tbody tr:nth-of-type(2) td {
  padding: 0 0.5rem 0.5rem;
}
.scheduleTable__table tbody th,
.scheduleTable__table tbody td {
  text-align: center;
  background: var(--base-color);
  color: var(--font-color);
  white-space: nowrap;
}
.scheduleTable__table tbody th {
  width: calc((100% - 11rem) / 7);
}
.scheduleTable__table tbody td.on {
  font-size: 1.8rem;
}
.scheduleTable__table tbody td.scheduleTable__time {
  font-size: 1.5rem;
  text-align: left;
}
.scheduleTable__text {
  display: flex;
  flex-direction: column;
}
.scheduleTable__text p:nth-of-type(1) {
  font-size: 1.5rem;
}

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

下層のパーツ

------------------------------------------------------------ */
.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: 0.8rem;
}
.c-unit__desc p {
  text-align: justify;
}
.c-unit__desc p a {
  color: var(--base-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__desc p strong {
  font-weight: 700;
  text-decoration: underline;
}
.c-unit__map iframe, .c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}

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

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.heading01 img {
  width: 100%;
  height: auto;
}
.heading01 h2,
.heading01 p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.heading01 h2 span,
.heading01 p span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.heading01 h2 span.sub,
.heading01 p span.sub {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
}
.heading01 h2 span.sub::before,
.heading01 p span.sub::before {
  flex: none;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background: #e6decf;
}
.heading01 h2 span.main,
.heading01 p span.main {
  font-size: 2.6rem;
}
.heading01 h2 span.nowrap,
.heading01 p span.nowrap {
  white-space: nowrap;
}

.h2-title,
.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-title {
  padding: 5rem 1rem 0;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
.h2-title::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 2.6rem;
  background: url(../images/icon_h2-title_01.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

.h3-title {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  position: relative;
}
.h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background: url(../images/icon_h3-title_01.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h3-title span {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}

.h4-title {
  display: flex;
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid #e6decf;
  font-size: 2.2rem;
  position: relative;
}
.h4-title::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #e6decf;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -0.3rem;
}

.h5-title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2rem;
}
.h5-title::before {
  flex: none;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background: #e6decf;
}

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

section関連の記述

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

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

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

SP時 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 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 0.5rem 0.5rem;
    backdrop-filter: blur(2rem);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .spHeader a {
    display: block;
    width: 25rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader.is-hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

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

Footer

------------------------------------------------------------ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 7.2rem 2rem 10rem;
  background: var(--font-color);
}
.footer__logo {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.footer__logo img {
  width: 18.6rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.footer__logo span {
  display: block;
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.footer__logo span:nth-of-type(2) {
  font-size: 2.4rem;
}
.footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-inline: -1rem;
}
.footer__tags > div {
  display: flex;
  gap: 1rem;
}
.footer__tags > div:nth-of-type(2) {
  margin-inline: auto 0;
}
.footer__tags > div p {
  border: 1px solid var(--color-beige01);
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  text-align: center;
  white-space: nowrap;
}
.footer__map img {
  width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
}
.footer__map a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.4rem;
  background: #e6decf;
  border-radius: 2.5rem;
}
@media (hover: hover) {
  .footer__map a:hover svg {
    translate: 0.5rem 0;
  }
}
.footer__map a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.footer__map a svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--color-beige01);
  transition: translate 0.3s;
}
.footer__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__desc p {
  text-align: justify;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1.5rem;
}
.footer__links a {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__links a:hover {
    filter: brightness(1.2);
  }
}
.footer__links a img {
  width: 100%;
  height: auto;
}
.footer__links a:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 7rem;
  padding: 0 3rem;
  background: var(--color-beige01);
  position: relative;
}
@media (hover: hover) {
  .footer__links a:nth-of-type(1):hover svg {
    translate: 0.5rem -50%;
  }
}
.footer__links a:nth-of-type(1) img {
  width: 10.3rem;
  height: auto;
}
.footer__links a:nth-of-type(1) span {
  color: var(--base-color);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.footer__links a:nth-of-type(1) svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--base-color);
  transition: translate 0.3s;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  translate: 0 -50%;
}
.footer__links a:nth-of-type(3), .footer__links a:nth-of-type(4) {
  width: calc((100% - 1.5rem) / 2);
}
.footer__copy {
  font-size: 1.4rem;
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  background: #f6f2eb;
  border-radius: 0.5rem 0 0 0.5rem;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .menuButton:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 6rem;
    height: 6rem;
    border-radius: 0 0 0 0.5rem;
    background: none;
  }
}
.menuButton .border {
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  margin-top: -3rem;
  background: var(--font-color);
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border {
    width: 3.6rem;
    margin-top: -2rem;
    background: var(--base-color);
  }
}
.menuButton .border:nth-child(1) {
  transform: translateY(-0.6rem);
}
.menuButton .border:nth-child(3) {
  transform: translateY(0.6rem);
}
.menuButton .text {
  margin-top: 2rem;
}
.menuButton .text img {
  width: 6rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text img {
    width: 4rem;
  }
}
.menuButton .text img:nth-of-type(1) {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text img:nth-of-type(1) {
    display: none;
  }
}
.menuButton .text img:nth-of-type(2) {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text img:nth-of-type(2) {
    display: block;
  }
}
.menuButton .text img:nth-of-type(3) {
  display: none;
}
.menuButton.active {
  background: #f6f2eb;
}
.menuButton.active .border {
  background: var(--font-color);
}
.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);
}
.menuButton.active .text img:nth-of-type(1) {
  display: none !important;
}
.menuButton.active .text img:nth-of-type(2) {
  display: none;
}
.menuButton.active .text img:nth-of-type(3) {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader.is-hidden + .menuButton {
    background: #f6f2eb;
  }
  .spHeader.is-hidden + .menuButton .border {
    background: var(--font-color);
  }
  .spHeader.is-hidden + .menuButton .text img:nth-of-type(1) {
    display: block;
  }
  .spHeader.is-hidden + .menuButton .text img:nth-of-type(2) {
    display: none;
  }
}

.mvFixedBtn {
  height: calc(100% - 20rem);
  position: fixed;
  top: 10rem;
  right: 0;
  z-index: 2;
}
.home .mvFixedBtn {
  opacity: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    display: flex;
    width: 100%;
    height: 5.6rem;
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
    top: unset;
    bottom: 0;
  }
}
.mvFixedBtn span {
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.mvFixedBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: 9rem;
  height: calc((100% - 11rem) / 2);
  border-radius: 0.5rem 0 0 0.5rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    flex-direction: column;
    width: unset;
    height: 100%;
    border-radius: 0;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn.reservation {
  background: var(--color-brown01);
  margin-bottom: 1rem;
  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 {
    width: calc(100% - 16.6rem);
    margin: 0;
  }
}
.mvFixedBtn__btn.reservation span {
  line-height: var(--lh-14);
  font-feature-settings: normal;
}
.mvFixedBtn__btn.reservation span:nth-of-type(1) {
  font-size: 1.4rem;
}
.mvFixedBtn__btn.reservation span:nth-of-type(2) {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.mvFixedBtn__btn.tel {
  margin-bottom: 1rem;
  background: var(--color-beige01);
  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 {
    width: 8.3rem;
  }
}
.mvFixedBtn__btn.tel .small {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small {
    font-size: 1.6rem;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: var(--color-beige01);
  border-radius: 0.5rem 0 0 0.5rem;
  width: 26rem;
  height: 100%;
  padding: 0 2rem;
  translate: 100% 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: translate 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .large {
    display: none;
  }
}
.mvFixedBtn__btn.tel .large span {
  writing-mode: horizontal-tb;
  text-align: center;
  white-space: nowrap;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(1) {
  font-size: 1.7rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) {
  font-size: 1.5rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(3) {
  display: flex;
  gap: 1rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(3) svg {
  width: 1rem;
  height: 1rem;
  fill: #e6decf;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(4) {
  display: flex;
  align-items: baseline;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(4) span:nth-of-type(2) {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
.mvFixedBtn__btn.calendar {
  display: grid;
  place-content: center;
  height: 9rem;
  background: var(--color-gray01);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  writing-mode: unset;
  text-align: center;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .mvFixedBtn__btn.calendar:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.calendar {
    width: 8.3rem;
    height: 100%;
    font-size: 1.4rem;
  }
}

.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 9rem;
  height: 9rem;
  background: var(--font-color);
  border-radius: 0.5rem 0 0 0;
  transition: transform 0.3s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: filter 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .pageTop:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    width: 5rem;
    height: 5rem;
    border-radius: 0.3rem 0 0 0.3rem;
    background-blend-mode: multiply;
    bottom: 9rem;
  }
}
.pageTop span {
  width: 2.2rem;
  height: 1rem;
  background: #f6f2eb;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span {
    display: none;
  }
}
.pageTop img {
  width: 3.8rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop img {
    width: 3.2rem;
  }
}

.js-pageTop {
  opacity: 1;
  visibility: visible;
}
.home .js-pageTop {
  opacity: 0;
}
@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 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 37.5rem minmax(0, 1fr);
  width: 100%;
  height: 100vh;
  background: url(../images/bg_mv_01.webp) 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;
    position: relative;
  }
}
.pc-content h1 {
  width: 33.8541666667vw;
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  top: 2.6rem;
  left: 3.4375vw;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content h1 {
    width: 100%;
    -webkit-line-clamp: 2;
    padding: 0 2rem;
    top: 8rem;
    left: 0;
  }
}
.pc-content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left {
    display: none;
  }
}
.pc-content__unit {
  padding: 7rem 0 0 3.4375vw;
}
.pc-content__logo {
  width: 49.5rem;
  margin-bottom: 2rem;
}
.pc-content__logo a {
  display: block;
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__tags {
  display: flex;
  gap: 1rem;
}
.pc-content__tags > div {
  display: contents;
}
.pc-content__tags > div p {
  border: 1px solid var(--color-beige01);
  padding: 1rem;
  font-size: 0.78125vw;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  text-align: center;
  white-space: nowrap;
}
.pc-content__leftImage {
  height: 77.8947368421%;
  position: relative;
}
.pc-content__leftImage img {
  width: auto;
  position: absolute;
  z-index: -1;
}
.pc-content__leftImage img:nth-of-type(1) {
  height: 43.5135135135%;
  bottom: 52.1621621622%;
  left: 16.8229166667vw;
}
.pc-content__leftImage img:nth-of-type(2) {
  height: 64.8648648649%;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.pc-content__center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__center {
    display: none;
  }
}
.pc-content__lead {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  height: fit-content;
}
.pc-content__lead .beauty {
  display: flex;
  flex-direction: column;
}
.pc-content__lead .beauty img {
  width: 6rem;
  height: auto;
}
.pc-content__lead .achieve img {
  width: 13rem;
  height: auto;
}
.pc-content__lead .name img {
  width: 5.1rem;
  height: auto;
}
.pc-content__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  translate: -50% 0;
}
.pc-content__scroll img {
  height: auto;
}
.pc-content__scroll img:nth-of-type(1) {
  width: 1.5rem;
}
.pc-content__scroll img:nth-of-type(2) {
  width: 6.2rem;
}
.pc-content__right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 6.7708333333vw 13.2631578947%;
  height: 100vh;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__right {
    display: none;
  }
}
.pc-content__rightImage {
  height: 45.2631578947%;
}
.pc-content__rightImage img {
  width: auto;
  height: 100%;
}
.pc-content .mvFixedNews {
  padding: 2.8rem 4.2rem;
  border-radius: 2rem;
  backdrop-filter: blur(1rem);
  background-color: rgba(255, 255, 255, 0.15);
}
.pc-content .mvFixedNews__unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.pc-content .mvFixedNews__unit .c-button {
  padding: 0.8rem 1.2rem;
  background: none;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  font-size: 0.8333333333vw;
  white-space: nowrap;
}
.pc-content .mvFixedNews__unit .c-button svg {
  fill: var(--base-color);
}
.pc-content .mvFixedNews__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
}
.pc-content .mvFixedNews__title img {
  width: 6.4rem;
  height: auto;
}
.pc-content .mvFixedNews__title p {
  font-size: 0.9375vw;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.pc-content .mvFixedNews .c-newsList .item {
  color: var(--base-color);
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content {
    height: 102.2rem;
    padding: 8rem 2rem 6.4rem;
  }
  .home .pc-content::before {
    content: "";
    display: block;
    width: 100%;
    height: 16rem;
    background: linear-gradient(#6a6a6a 0%, #6a6a6a 29.06%, #50504e 65.03%, rgba(80, 80, 78, 0.58) 79.44%, rgba(111, 111, 111, 0.34) 88.21%, rgba(130, 130, 130, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .home .pc-content h1 {
    padding: 0 8.5rem 0 2rem;
    top: 1.5rem;
  }
  .home .pc-content__left, .home .pc-content__right {
    display: contents;
    position: relative;
    z-index: 1;
  }
  .home .pc-content__center {
    display: block;
    position: absolute;
    top: 32.6rem;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
  }
  .home .pc-content__scroll {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__unit {
    display: contents;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__leftImage {
    height: 100%;
  }
  .home .pc-content__leftImage img {
    height: unset;
    z-index: 0;
  }
  .home .pc-content__leftImage img:nth-of-type(1) {
    width: 16rem;
    bottom: 30rem;
    left: 0;
    transform: scale(-1, 1);
    z-index: 1;
  }
  .home .pc-content__leftImage img:nth-of-type(2) {
    width: 20rem;
    bottom: 19.4rem;
    left: unset;
    right: 4rem;
  }
  .home .pc-content__logo {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .home .pc-content__tags {
    flex-wrap: wrap;
    padding: 0 1rem;
    position: absolute;
    bottom: 6.4rem;
    left: 0;
  }
  .home .pc-content__tags > div {
    display: flex;
    gap: 1rem;
  }
  .home .pc-content__tags > div:nth-of-type(2) {
    margin-inline: auto 0;
  }
  .home .pc-content__tags > div p {
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
  }
  .home .pc-content__rightImage {
    width: 22rem;
    height: unset;
    position: absolute;
    top: 8rem;
    right: 2rem;
    z-index: 0;
  }
  .home .pc-content__rightImage img {
    width: 100%;
    height: auto;
  }
  .home .pc-content .mvFixedNews {
    display: none;
  }
}

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

メインコンテンツ

------------------------------------------------------------ */
.wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 37.5rem minmax(0, 1fr);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    display: contents;
  }
}

.allContent {
  grid-column: 2;
  width: 37.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}
.home .allContent {
  margin-top: 100vh;
}

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

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(1rem);
  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__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6.8rem;
  width: 100%;
  height: 54rem;
  padding: 0 5.7291666667vw;
  background: url(../images/bg_header_01.webp) no-repeat center/cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    gap: 4rem;
    height: unset;
    padding: 6.4rem 2rem 8.4rem;
    background: url(../images/bg_header_01_sp.webp) no-repeat center/cover;
  }
}
.drawerMenu__title {
  width: 12.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__title {
    width: 9.4rem;
  }
}
.drawerMenu__title img {
  width: 100%;
  height: auto;
}
.drawerMenu__nav {
  display: flex;
  gap: 7.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    flex-direction: column;
    gap: 4rem;
  }
}
.drawerMenu__list > a,
.drawerMenu__list > p {
  color: var(--base-color);
  font-size: 1.8rem;
  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 > a,
  .drawerMenu__list > p {
    font-size: 1.6rem;
  }
}
.drawerMenu__list > a {
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__list > a:hover {
    color: var(--color-beige01);
  }
}
.drawerMenu__list > p {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.drawerMenu__list > p::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a1a1a1;
}
.drawerMenu__inside {
  display: flex;
  gap: 5.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inside {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.drawerMenu__inside ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.drawerMenu__inside ul li a {
  display: flex;
  gap: 1rem;
  color: var(--base-color);
  line-height: var(--lh-16);
  position: relative;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__inside ul li a:hover {
    color: var(--color-beige01);
  }
}
.drawerMenu__inside ul li a svg {
  margin-top: 0.7rem;
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
}
.drawerMenu__bg {
  flex: 1;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__bg {
    display: none;
  }
}

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

印刷時

------------------------------------------------------------ */
@media print {
  .wrapper {
    display: contents;
  }
  .pc-content,
  .spHeader,
  .menuButton,
  .mvFixedBtn,
  .pageTop,
  .drawerMenu {
    display: none;
  }
  .allContent {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .allContent .footer {
    display: none;
  }
  .allContent .page-access .c-pageTitle,
  .allContent .page-access .c-outline,
  .allContent .page-access .buttonWrap {
    display: none;
  }
  .allContent .page-access section:not(#access) {
    display: none;
  }
  .allContent .page-access section#access {
    padding: 10rem 2rem;
    background: #868686;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color-adjust: exact;
  }
  .allContent .page-access section#access .h2-title {
    font-size: 26px;
  }
  .allContent .page-access section#access .detail,
  .allContent .page-access section#access .c-button {
    display: none;
  }
}
/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.imageModal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.imageModal.is-open {
  display: block;
}
.imageModal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  animation: fadeIn 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}
.imageModal__container {
  position: relative;
  animation: zoomIn 0.3s ease-out;
}
.imageModal__close {
  color: var(--base-color);
  font-size: 4.8rem;
  line-height: 1;
  position: absolute;
  top: -4.8rem;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .imageModal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .imageModal__close {
    font-size: 3.2rem;
    top: -3.2rem;
  }
}
.imageModal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageModal__image {
  display: block;
  height: 80vh;
  width: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .imageModal__image {
    width: 80vw;
    height: auto;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ------------------------------------------------------------

アニメーション

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

トップページ

------------------------------------------------------------ */
.page-top .js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
}
.page-top .js-fadeUp.js-fadeActive {
  animation: fadeUpAnimation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes fadeUpAnimation {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-top > section {
  padding-bottom: 6rem;
}
.page-top .c-button {
  width: 30rem;
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .lead {
    display: none;
  }
}
.page-top .lead__spacer {
  height: 43rem;
}
.page-top .lead__image img {
  width: 100%;
  height: auto;
}
.page-top .info {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 8rem 2rem;
  background: var(--font-color);
}
.page-top .info__logo {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.page-top .info__logo img {
  width: 12.6rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.page-top .info__logo span {
  display: block;
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.page-top .info__logo span:nth-of-type(2) {
  font-size: 2.4rem;
}
.page-top .news {
  padding: 8rem 2rem 6rem;
  background: #a1a1a1;
}
.page-top .news .heading01 {
  margin-bottom: 5.2rem;
}
.page-top .news__button {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.page-top .news__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1.2rem) / 3);
  height: 4.5rem;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 1.3rem;
  white-space: nowrap;
  transition: all 0.3s;
  cursor: pointer;
}
.page-top .news__button button span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
@media (hover: hover) {
  .page-top .news__button button:hover:not(.active) {
    border: 1px solid var(--base-color);
    color: var(--base-color);
  }
}
.page-top .news__button button.active {
  border: 1px solid var(--base-color);
  color: var(--base-color);
  position: relative;
}
.page-top .news__button button.active::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.5rem;
  background: var(--base-color);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .news .c-newsList {
  margin-bottom: 5.6rem;
}
.page-top .news .c-newsList__content {
  display: none;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .news .c-newsList__content.active {
  display: flex;
}
.page-top .news .c-newsList .item {
  color: var(--base-color);
}
.page-top .news .c-newsList .item:not(:last-of-type) {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #cbcbcb;
}
.page-top .about {
  padding: 0;
}
.page-top .about__image img {
  width: 100%;
  height: auto;
}
.page-top .about__inner {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  padding: 8rem 1rem;
  background: url(../images/bg_home_07.webp) no-repeat center/cover;
}
.page-top .about__inside {
  padding: 5rem 2rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(0.2rem);
  background: rgba(0, 0, 0, 0.2);
}
.page-top .about__inside h3 {
  margin-bottom: 3.2rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.2em;
}
.page-top .about__inside h3 span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-decoration: underline;
  text-decoration-color: #f6f2eb;
  text-decoration-thickness: 1px;
  text-underline-offset: 1rem;
}
.page-top .about__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .about__desc p {
  text-align: justify;
}
.page-top .about__list h4 {
  margin-bottom: 3.2rem;
  padding-left: 3rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.2em;
  position: relative;
}
.page-top .about__list h4 svg {
  width: 1rem;
  height: 1rem;
  fill: #e6decf;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.page-top .about__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 2rem;
}
.page-top .about__list ul li {
  width: calc((100% - 2.4rem) / 2);
}
.page-top .about__list ul li a {
  display: grid;
  place-content: center;
  border-radius: 0.5rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .page-top .about__list ul li a:hover {
    filter: brightness(1.2);
  }
}
.page-top .about__list ul li a span {
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-top .about__list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .about__list ul li a svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
.page-top .doctor {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  background: var(--font-color);
}
.page-top .doctor__images {
  margin-inline: -2rem;
  position: relative;
}
.page-top .doctor__images img {
  display: block;
  height: auto;
}
.page-top .doctor__images img:nth-of-type(1) {
  width: 31.5rem;
  margin-bottom: 4rem;
}
.page-top .doctor__images img:nth-of-type(2) {
  width: 31.5rem;
  margin: 0 0 0 auto;
}
.page-top .doctor__images img:nth-of-type(3) {
  width: 35.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page-top .doctor .c-doctor {
  margin-top: 0;
  padding: 0;
  background: none;
}
.page-top .doctor__list h4 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.page-top .doctor__list h4::before {
  flex: none;
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.1rem;
  margin-top: 1.6rem;
  background: var(--color-beige01);
}
.page-top .doctor__list .c-listBox {
  gap: 0.4rem;
  background: none;
  padding: 0;
}
.page-top .doctor__list .c-listBox li {
  color: var(--base-color);
}
.page-top .doctor__list .c-listBox li svg {
  fill: var(--color-beige01);
}
.page-top .doctor__year {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.page-top .doctor__year li {
  display: flex;
}
.page-top .doctor__year li p:nth-of-type(1) {
  flex: none;
  width: 8rem;
}
.page-top .aesthetic {
  background: url(../images/bg_home_08.webp) no-repeat center/cover;
  color: var(--font-color);
}
.page-top .aesthetic .heading01 {
  margin-bottom: 5.2rem;
}
.page-top .aesthetic__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .aesthetic__list li a {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .page-top .aesthetic__list li a:hover {
    filter: brightness(1.2);
  }
}
.page-top .aesthetic__list li a img {
  width: 10rem;
  height: auto;
}
.page-top .aesthetic__list li a > span {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  background: var(--base-color);
  position: relative;
}
.page-top .aesthetic__list li a > span span {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}
.page-top .aesthetic__list li a > span svg {
  width: 2.6rem;
  height: 2.6rem;
  fill: var(--color-beige01);
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.page-top .whitening {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  background: var(--color-gray01);
}
.page-top .whitening__image {
  position: relative;
}
.page-top .whitening__image img {
  width: 100%;
  height: auto;
}
.page-top .whitening__image p {
  display: grid;
  place-content: center;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: #f4f1ed;
  position: absolute;
  top: -12rem;
  right: -2rem;
}
.page-top .whitening__image p span {
  color: var(--font-color);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}
.page-top .whitening__counseling {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  height: 5rem;
  margin: -2rem 0;
  background: var(--font-color);
}
.page-top .whitening__counseling svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
}
.page-top .whitening__counseling p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .whitening__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .whitening__desc p {
  text-align: justify;
}
.page-top .treatment {
  padding: 8rem 2rem 6rem;
  background: #afafaf;
}
.page-top .treatment .heading01 {
  margin-bottom: 4.8rem;
}
.page-top .treatment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-top .treatment__list li {
  width: calc((100% - 1.5rem) / 2);
}
.page-top .treatment__list li a {
  display: grid;
  place-content: center;
  height: 8rem;
  background: var(--base-color);
  border: 1px solid #e6decf;
  border-radius: 0.3rem;
  position: relative;
}
.page-top .treatment__list li a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}
.page-top .treatment__list li a svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}
.page-top .implant {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background: var(--font-color);
}
.page-top .implant__board {
  padding: 2rem;
  background: var(--color-gray01);
  position: relative;
}
.page-top .implant__board svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
  position: absolute;
}
.page-top .implant__board svg:nth-of-type(1) {
  top: 0.8rem;
  left: 0.8rem;
}
.page-top .implant__board svg:nth-of-type(2) {
  top: 0.8rem;
  right: 0.8rem;
}
.page-top .implant__board svg:nth-of-type(3) {
  bottom: 0.8rem;
  left: 0.8rem;
}
.page-top .implant__board svg:nth-of-type(4) {
  bottom: 0.8rem;
  right: 0.8rem;
}
.page-top .implant__board p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.page-top .implant__figure {
  margin-inline: -2rem;
}
.page-top .implant__figure img {
  width: 100%;
  height: auto;
}
.page-top .implant__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .implant__desc p {
  text-align: justify;
}
.page-top .implant__title {
  padding-left: 2rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.page-top .implant__title svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-beige01);
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.page-top .implant__image img {
  width: 100%;
  height: auto;
}
.page-top .implant .c-listBlur {
  margin: 2rem 0;
}
.page-top .implant .c-button {
  text-align: left;
}
.page-top .case {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  background: var(--font-color);
}
.page-top .case .c-splide__splide {
  padding: 6.4rem 2rem 5rem;
}
.page-top .case .c-splide__splide .splide__arrow {
  background: #c8c8c8;
}
.page-top .case .c-splide__num {
  position: relative;
  z-index: 1;
}
.page-top .case .c-splide__num > div {
  display: none;
  place-content: center;
  width: 8rem;
  height: 8rem;
  background: #919191;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -4rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .case .c-splide__num > div img {
  width: 4rem;
  height: auto;
}
.page-top .case .c-splide__num > div.is-active {
  display: grid;
}
.page-top .case .c-splide__title {
  font-size: 1.6rem;
}
.page-top .case .c-splide details[open] summary::after {
  display: none;
}
.page-top .case .c-splide details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  padding: 1rem;
  border: 1px solid #bbab8f;
  border-radius: 0.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.page-top .case .c-splide details summary::-webkit-details-marker {
  display: none;
}
.page-top .case .c-splide details summary::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background: #bbab8f;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.page-top .case .c-splide details summary::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #bbab8f;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
}
.page-top .case .c-splide details summary span {
  width: 1.5rem;
  height: 1rem;
  fill: #ffffff;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-90deg);
  transition: translate 0.3s;
}
.page-top .case .c-splide details .textTable {
  margin-top: 4rem;
}
.page-top .case .c-splide details .textTable table {
  width: 100%;
}
.page-top .case .c-splide details .textTable th {
  letter-spacing: 0.05em;
}
.page-top .hospitality {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  background: #5b5b5b;
}
.page-top .hospitality__image img {
  width: 100%;
  height: auto;
}
.page-top .hospitality .c-listBlur li h3::before {
  background: var(--font-color);
}
.page-top .hospitality__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .hospitality__desc p {
  text-align: justify;
}
.page-top .features {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  background: var(--color-gray01);
}
.page-top .features__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .features__item:nth-of-type(even) .features__image img:nth-of-type(1) {
  margin-inline: auto 0;
}
.page-top .features__item:nth-of-type(even) .features__image img:nth-of-type(2) {
  right: unset;
  left: -2rem;
}
.page-top .features__image {
  position: relative;
}
.page-top .features__image img {
  display: block;
  height: auto;
}
.page-top .features__image img:nth-of-type(1) {
  width: 25.5rem;
}
.page-top .features__image img:nth-of-type(2) {
  width: 14rem;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
.page-top .features h3 {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .features__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .features__desc p {
  text-align: justify;
}
.page-top .features__banner img {
  width: 100%;
  height: auto;
}
.page-top .features__movie {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  padding: 1.5rem;
  background: var(--color-beige01);
  border-radius: 0.5rem;
  color: var(--base-color);
  position: relative;
}
@media (hover: hover) {
  .page-top .features__movie:hover svg {
    translate: 0.5rem 0;
  }
}
.page-top .features__movie img {
  flex: none;
  width: 13rem;
  height: auto;
}
.page-top .features__movie p span {
  display: block;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  white-space: nowrap;
}
.page-top .features__movie p span:nth-of-type(1) {
  font-size: 1.5rem;
}
.page-top .features__movie p span:nth-of-type(2) {
  font-size: 1.8rem;
}
.page-top .features__movie svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: var(--base-color);
  position: absolute;
  bottom: 0.5rem;
  right: 1.5rem;
  transition: translate 0.3s;
}
.page-top .recruit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: var(--font-color);
}
.page-top .recruit .heading01 {
  margin-bottom: 2.8rem;
}
.page-top .recruit__image img {
  width: 100%;
  height: auto;
}
.page-top .recruit .c-listBox {
  padding: 2.4rem 4.8rem;
  margin-bottom: 0;
  background: none;
}
.page-top .recruit .c-listBox li {
  color: var(--base-color);
}
.page-top .recruit .c-listBox li p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .recruit__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .recruit__desc p {
  text-align: justify;
}
.page-top .recruit .buttonWrap {
  padding: 0;
}
.page-top .recruit .buttonWrap a:nth-of-type(1) {
  background: var(--color-beige01);
}
.page-top .recruit .buttonWrap a:nth-of-type(2) {
  background: #928164;
}
.page-top .recruit .buttonWrap a img {
  width: 10rem;
}
.page-top .recruit .buttonWrap a span.main {
  font-size: 1.8rem;
}
.page-top .calendar {
  padding: 8rem 2rem 6rem;
  background: #f3f3f3;
  color: var(--font-color);
}
.page-top .calendar .heading01 {
  margin-bottom: 5.2rem;
}
.page-top .calendar__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-top .calendar__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
}

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

新着情報一覧

------------------------------------------------------------ */
.archive {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 2rem 2rem 0;
}
.archive__lead .h2-title {
  margin-bottom: 4.2rem;
}
.archive__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.archive__desc p {
  text-align: justify;
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.archive__links .c-button {
  gap: 1rem;
  width: calc((100% - 1rem) / 2);
  padding: 1.2rem;
  white-space: nowrap;
}
.archive__links .c-button svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: var(--font-color);
}
.archive__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.articleUnit {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 4rem;
}
.articleUnit:not(:last-of-type) {
  border-bottom: 1px solid #cbcbcb;
}
.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}
.articleUnit__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articleUnit__date time {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.articleUnit__category {
  display: grid;
  place-content: center;
  width: 12rem;
  height: 3rem;
  border: 1px solid var(--base-color);
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.articleUnit__title {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 8rem;
}
.PageNavi .page-numbers {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  color: var(--base-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-beige01);
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 2rem 2rem 0;
}
.single .h2-title {
  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 figcaption {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc:has(+ .treatment) {
  margin-bottom: 8rem;
}
.single__desc p,
.single__desc li {
  font-size: 1.6rem;
  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(--base-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .single__desc a:hover {
    text-decoration: none;
  }
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: var(--base-color);
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc blockquote {
  padding-left: 1rem;
  border-left: 2px solid var(--color-beige01);
  font-style: italic;
}
.single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.single__desc h2 {
  padding: 5rem 1rem 0;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
.single__desc h2::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 2.6rem;
  background: url(../images/icon_h2-title_01.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.single__desc h3 {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  position: relative;
}
.single__desc h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background: url(../images/icon_h3-title_01.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single__desc h3 span {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.single__desc h4 {
  display: flex;
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid #e6decf;
  font-size: 2.2rem;
  position: relative;
}
.single__desc h4::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #e6decf;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -0.3rem;
}
.single__desc h5 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2rem;
}
.single__desc h5::before {
  flex: none;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background: #e6decf;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.single .treatment__item .h4-title {
  margin-bottom: 2rem;
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--base-color);
}
.single .c-table {
  margin-bottom: 6rem;
}
.single__content {
  margin-bottom: 8rem;
}
.single__content:has(+ .overview) {
  margin-bottom: 12rem;
}
.single__content .h4-title {
  margin-bottom: 2.4rem;
}
.single__content__image {
  margin-bottom: 2.4rem;
}
.single__content__image img {
  width: 100%;
  height: auto;
}
.single .supervision,
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2rem;
  border: 1px solid var(--base-color);
}
.single .supervision__title,
.single .overview__title {
  font-size: 2rem;
  line-height: var(--lh-16);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.single .supervision__image img,
.single .overview__image img {
  width: 100%;
  height: auto;
}
.single .supervision__desc,
.single .overview__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single .supervision__desc p,
.single .overview__desc p {
  text-align: justify;
}
.single .supervision {
  margin-bottom: 4rem;
}
.single .supervision__name p {
  font-size: 1.8rem;
  line-height: var(--lh-16);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.single .overview__title {
  font-size: 1.8rem;
}
.single .overview__title span {
  display: block;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.single .overview__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.4rem;
}
.single .overview__info a {
  color: var(--base-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .single .overview__info a:hover {
    text-decoration: none;
  }
}
.single .overview__info p:has(span) {
  display: flex;
  gap: 0.8rem;
}
.single .overview__info p:has(span) span {
  flex: none;
  width: 8rem;
}

.singleNavi {
  padding: 8rem 2rem;
}
.singleNavi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.singleNavi__prev, .singleNavi__archive, .singleNavi__next {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--base-color);
  transition: opacity 0.3s, translate 0.3s;
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 2rem;
  height: 2rem;
  fill: var(--base-color);
}
@media (hover: hover) {
  .singleNavi__archive:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .singleNavi__prev:hover {
    translate: -0.3rem;
  }
}
.singleNavi__prev svg {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .singleNavi__next:hover {
    translate: 0.3rem;
  }
}
/*# sourceMappingURL=style.css.map */
