@charset "UTF-8";
:root {
  --base-color: #ffffff;
  --font-color: #333333;
  --color-blue: #677d94;
  --color-dark-blue: #315a85;
  --color-orange: #e19a64;
  --color-gray: #707070;
  --color-black: #000000;
  --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.0833333333vw;
  }
}

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%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

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

.svg_symbol {
  display: none;
}

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

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

.c-desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-desc p {
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-desc p {
    font-size: 1.64rem;
  }
}

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

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;
  font-weight: 700;
  text-align: center;
  line-height: var(--lh-16);
}

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

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 2rem 2rem 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: var(--font-color);
}
.breadcrumb__link {
  color: var(--color-dark-blue);
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    text-decoration: none;
  }
}

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

アクセス

------------------------------------------------------------ */
.c-access {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.c-access address {
  line-height: var(--lh-16);
}
.c-access iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 440/240;
}
.c-access__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  border-bottom: 1px solid var(--color-gray);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.c-access__btn svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #040000;
}

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

ボタン

------------------------------------------------------------ */
.c-button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 6rem;
  color: #333333;
  font-size: 1.6rem;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .c-button:hover::after {
    top: 0;
    left: 0;
  }
}
.c-button::before, .c-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-button::before {
  border: 1px solid var(--color-blue);
  top: 0;
  left: 0;
}
.c-button::after {
  background: #e9ecf0;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  transition: all 0.3s;
}

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

ボタンユニット

------------------------------------------------------------ */
.c-btnUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.c-btnUnit > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  border-radius: 1rem;
  color: #ffffff;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit > a:hover {
    filter: brightness(1.2);
  }
}
.c-btnUnit > a.reservation {
  background: linear-gradient(var(--color-blue) 0%, var(--color-dark-blue) 100%);
}
.c-btnUnit > a.tel {
  background: linear-gradient(var(--color-orange) 0%, #dc6a13 100%);
}
.c-btnUnit > a.tel .c-btnUnit__main span {
  font-size: 3rem;
}
.c-btnUnit__label {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.c-btnUnit__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.c-btnUnit__main svg {
  width: 2rem;
  height: 2rem;
  fill: #ffffff;
}
.c-btnUnit__main span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.c-btnUnit.row {
  flex-direction: row;
}
.c-btnUnit.row a {
  border-radius: 0.5rem;
}
.c-btnUnit.row a.tel .c-btnUnit__main span {
  font-size: 2.4rem;
}
.c-btnUnit.row .c-btnUnit__label {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-btnUnit.row .c-btnUnit__label {
    font-size: 1.64rem;
  }
}
.c-btnUnit.row .c-btnUnit__main span {
  font-size: 2.2rem;
}

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

症例紹介
画像スライダー

------------------------------------------------------------ */
.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: 4.5rem;
  height: 100%;
  background: url(../images/bg_slider.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2.25rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.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: 8rem;
  height: 3rem;
  background: #ffffff;
  color: var(--font-color);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.c-caseBox .imageSlider__before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  min-width: 100%;
  aspect-ratio: 440/270;
}
.c-caseBox .imageSlider__after {
  position: relative;
  z-index: -1;
}
.c-caseBox .imageSlider__after::after {
  content: "治療後";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  background: #ffffff;
  color: var(--font-color);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.c-caseBox .imageSlider__after img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/270;
}
.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-enSmall {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-blue);
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
  writing-mode: vertical-rl;
  letter-spacing: 0;
  position: relative;
}
.c-enSmall::after {
  content: "";
  display: block;
  width: 1px;
  height: 10rem;
  background: var(--color-blue);
}

.c-enBig {
  color: #fff;
  font-size: 10rem;
  font-family: "Noto Sans JP";
  font-weight: 100;
  line-height: 1;
}

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

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  padding: 6rem 4rem;
  background: #677d94;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.c-pageTitle__en {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
  text-transform: uppercase;
}
.c-pageTitle__ja {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}

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

予約リンク

------------------------------------------------------------ */
.c-reservation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
  height: 50rem;
  padding: 0 2rem;
  background: url(../images/home_04.webp) no-repeat center/cover;
}
.c-reservation__title {
  color: #fff;
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.c-reservation .c-btnUnit {
  padding: 3rem 2rem;
  background: #fff;
}
.c-reservation__note {
  text-align: center;
}
.c-reservation__note a {
  color: var(--color-dark-blue);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-reservation__note a:hover {
    text-decoration: none;
  }
}

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

splide

------------------------------------------------------------ */
.c-splide {
  overflow: visible;
  margin-top: 1.25rem;
  position: relative;
}
.c-splide:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-splide__slide {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-splide__slide-container {
  position: relative;
  width: 100%;
  max-width: 29rem;
}
.c-splide__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  font-size: 6rem;
  font-weight: 700;
  color: var(--color-dark-blue);
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.c-splide__caption {
  width: 100%;
  margin-top: 2rem;
  line-height: var(--lh-16);
}
.c-splide img {
  width: 100%;
  height: auto;
  display: block;
}
.c-splide .splide__pagination {
  bottom: -1.5rem;
}
.c-splide .splide__pagination__page {
  width: 0.625rem;
  height: 0.625rem;
  background: #404040;
  opacity: 1;
}
.c-splide .splide__pagination__page.is-active {
  background: var(--color-dark-blue);
  transform: scale(1);
}
.c-splide .splide__track {
  padding-top: 3rem;
}
.c-splide .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  translate: 0 -75%;
  z-index: 1;
  cursor: pointer;
}
.c-splide .splide__arrow--prev {
  left: 0;
  scale: -1 1;
}
.c-splide .splide__arrow--next {
  right: 0;
}
@media (hover: hover) {
  .c-splide .splide__arrow:hover {
    filter: brightness(1.2);
  }
}
.c-splide .splide__arrow svg {
  fill: #333;
  width: 40%;
  height: 40%;
}

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

テーブル

------------------------------------------------------------ */
.c-table {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-table:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-table__table {
  width: 100%;
}
.c-table__table th {
  padding: 1rem;
  border-top: 1px solid #677d94;
  background: #f5f5f5;
  color: #677d94;
  font-weight: 700;
}
.c-table__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem 2rem;
  background: #ffffff;
}
.c-table__table td p a {
  color: var(--color-dark-blue);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-table__table td p a:hover {
    text-decoration: none;
  }
}

.scheduleTable {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scheduleTable {
    font-size: 1.64rem;
  }
}
.scheduleTable__table {
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #9c9a9a;
  text-align: center;
  table-layout: fixed;
}
.scheduleTable__table thead th {
  padding: 0.5rem 0;
  background: #666666;
  color: #ffffff;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.scheduleTable__table thead th.scheduleTable__header {
  width: 11rem;
  padding: 0.5rem 1.2rem;
  text-align: left;
}
.scheduleTable__table tbody th {
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  line-height: var(--lh-14);
}
.scheduleTable__table tbody th span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scheduleTable__table tbody th span {
    font-size: 1.64rem;
  }
}
.scheduleTable__table tbody td {
  padding: 1rem 0;
  text-align: center;
}
.scheduleTable__text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.scheduleTable__text p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .scheduleTable__text p a:hover {
    text-decoration: none;
  }
}

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

下層のパーツ

------------------------------------------------------------ */
.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(--color-dark-blue);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__map iframe, .c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 440/270;
}

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

見出し

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

.h2-title {
  padding: 0.5rem 2rem;
  background: var(--color-dark-blue);
  color: #fff;
  font-size: 2.6rem;
}

.h3-title {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-dark-blue);
}

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

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

.h6-title {
  font-size: 1.8rem;
}

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

section関連の記述

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

.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: block;
    width: 100%;
    padding: 4rem 2rem 1.6rem;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: padding 0.3s;
  }
  .spHeader a {
    display: block;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
  .spHeader.is-show {
    padding-top: 1.6rem;
  }
}

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

Footer

------------------------------------------------------------ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 10rem 2rem 0;
  background: #ffffff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    padding-bottom: 6rem;
  }
}
.footer__logo {
  margin-bottom: -2rem;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__copy {
  margin: 0 -2rem;
  padding: 2.5rem 2rem;
  background: #333333;
}
.footer__copy p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: var(--lh-16);
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.sidebar {
  width: 10rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar {
    display: flex;
    width: 100%;
    height: 6rem;
    top: unset;
    bottom: 0;
  }
}
.sidebar__inner {
  height: calc(100% - 6.8rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 700px) {
  .sidebar__inner {
    height: calc(100% - 5rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar__inner {
    width: calc(100% - 5rem);
    flex-direction: row;
    height: unset;
  }
}
.sidebar .menuButton {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .sidebar .menuButton:hover {
    filter: brightness(1.2);
  }
}
.sidebar .menuButton .text {
  margin-top: 2rem;
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .menuButton .text {
    margin: 0 0 0 4rem;
    font-size: 1.5rem;
    writing-mode: unset;
  }
}
.sidebar .menuButton .border {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  margin-top: -12rem;
  background: #ffffff;
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .menuButton .border {
    margin: 0 0 0 -6rem;
  }
}
.sidebar .menuButton .border:nth-child(1) {
  transform: translateY(-0.7rem);
}
.sidebar .menuButton .border:nth-child(3) {
  transform: translateY(0.7rem);
}
.sidebar .menuButton.active .border:nth-child(1) {
  transform: rotate(45deg);
}
.sidebar .menuButton.active .border:nth-child(2) {
  opacity: 0;
}
.sidebar .menuButton.active .border:nth-child(3) {
  transform: rotate(-45deg);
}
.sidebar .sidebarBtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: filter 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn {
    flex-wrap: wrap;
    gap: 0 1rem;
    writing-mode: unset;
  }
}
.sidebar .sidebarBtn.reservation {
  background: var(--color-dark-blue);
}
@media (hover: hover) {
  .sidebar .sidebarBtn.reservation:hover {
    filter: brightness(1.2);
  }
}
.sidebar .sidebarBtn.tel {
  position: relative;
  background: #db7e37;
}
@media (hover: hover) {
  .sidebar .sidebarBtn.tel:hover .sidebarBtn__tooltip {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
}
.sidebar .sidebarBtn__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  width: 28rem;
  height: 100%;
  background: #db7e37;
  color: #ffffff;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  translate: calc(100% + 10rem) 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, translate 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__tooltip {
    display: none;
  }
}
.sidebar .sidebarBtn__tooltip .label,
.sidebar .sidebarBtn__tooltip .number {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-14);
}
.sidebar .sidebarBtn__tooltip .number {
  display: flex;
  gap: 0.8rem;
  font-size: 2.4rem;
}
.sidebar .sidebarBtn__tooltip .number svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #ffffff;
}
.sidebar .sidebarBtn__icon {
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-height: 700px) {
  .sidebar .sidebarBtn__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__icon {
    order: 2;
    margin-top: -0.8rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.sidebar .sidebarBtn__icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.sidebar .sidebarBtn__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__text {
    display: contents;
  }
}
.sidebar .sidebarBtn__text span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
@media screen and (max-height: 700px) {
  .sidebar .sidebarBtn__text span {
    letter-spacing: 0.05em;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__text span {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.sidebar .sidebarBtn__text span:nth-child(1) {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__text span:nth-child(1) {
    order: 1;
    width: 100%;
    margin-bottom: -1rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.sidebar .sidebarBtn__text span:nth-child(2) {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .sidebarBtn__text span:nth-child(2) {
    order: 3;
    font-size: 1.4rem;
  }
}
.sidebar .pageTop {
  display: grid;
  place-content: center;
  width: 100%;
  height: 6.8rem;
  background: #ffffff;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .sidebar .pageTop:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-height: 700px) {
  .sidebar .pageTop {
    height: 5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .pageTop {
    width: 5rem;
    height: unset;
  }
}
.sidebar .pageTop svg {
  width: 2rem;
  height: 2rem;
  fill: #333333;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sidebar .pageTop svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

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

PCのみの記述

------------------------------------------------------------ */
.wrapper {
  height: 100vh;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    height: unset;
  }
}

h1 {
  width: calc((100% - 56rem) / 2);
  padding: 0 3rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  h1 {
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    top: 1rem;
    font-size: 1.54rem;
  }
}

.pc-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: none;
    height: unset;
  }
}
.pc-content__image {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__image {
    height: unset;
  }
}
.pc-content__left, .pc-content__right {
  width: 50%;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left, .pc-content__right {
    display: none;
  }
}
.pc-content__left picture, .pc-content__right picture {
  width: 100%;
  height: 100%;
}
.pc-content__left picture img, .pc-content__right picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-content__inner {
  width: calc((100% - 56rem) / 2);
  padding: 6rem 0 0 3rem;
}
.pc-content__logo {
  width: 25.2083333333vw;
  margin-bottom: 2rem;
}
.pc-content__logo a {
  display: block;
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__features {
  display: flex;
  width: 29.6875vw;
}
.pc-content__features li {
  flex: 1;
  display: grid;
  place-content: center;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.pc-content__features li:last-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.5rem;
  background: var(--color-gray);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.pc-content__features li::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.5rem;
  background: var(--color-gray);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

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

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 56rem;
  margin-inline: auto;
  padding: 4rem;
  backdrop-filter: blur(3rem);
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}
.allContent__inner {
  border-radius: 1.5rem;
  background: var(--base-color);
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent__inner {
    padding-top: 11.2rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

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

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% - 10rem);
  height: 100vh;
  backdrop-filter: blur(0.7rem);
  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;
    width: 100%;
    height: calc(100% - 6rem);
    padding: 5rem 2rem;
    background: #333333;
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__inner {
  display: flex;
  justify-content: center;
  width: 58rem;
  background: #333333;
  overflow-y: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    display: contents;
  }
}
.drawerMenu__nav {
  width: 43rem;
  height: fit-content;
  padding: 5rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    width: 100%;
    padding: 0;
  }
}
.drawerMenu__nav p {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3.6rem;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
}
.drawerMenu__nav p::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.drawerMenu__nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.drawerMenu__nav ul li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
@media (hover: hover) {
  .drawerMenu__nav ul li a:hover {
    text-decoration: underline;
  }
}
.drawerMenu__nav ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.drawerMenu__bg {
  flex: 1;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__bg {
    display: none;
  }
}

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

トップページ

------------------------------------------------------------ */
.page-top section {
  padding: 0;
}
.page-top .mv {
  position: relative;
  padding-bottom: 6.8rem;
  overflow: hidden;
}
.page-top .mv__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-top .mv__image img {
  width: 100%;
  height: auto;
}
.page-top .mv__catch {
  margin: 0 2rem 4.8rem 0;
}
.page-top .mv__catch h2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1rem;
}
.page-top .mv__catch h2 span {
  padding: 3.2rem 0;
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-feature-settings: normal;
  position: relative;
}
.page-top .mv__catch h2 span::before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 100%;
  background: #2b4f74;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .mv__tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin: 0 4rem 2rem;
}
.page-top .mv__tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background: var(--color-blue);
  color: var(--base-color);
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .mv__tag li span {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .mv__tag li:nth-of-type(1), .page-top .mv__tag li:nth-of-type(2) {
  width: calc((100% - 2rem) / 2);
}
.page-top .mv__tag li:nth-of-type(3) {
  width: 100%;
}
.page-top .mv__specialist {
  margin: 0 4rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.page-top .about {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 2rem 5rem;
}
.page-top .message__inner {
  padding: 8rem 2rem 6.4rem;
  position: relative;
}
.page-top .message__inner hgroup {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  margin: 0 auto 3.6rem 2rem;
}
.page-top .message__inner hgroup h2 {
  display: flex;
  flex-direction: row-reverse;
}
.page-top .message__inner hgroup h2 span {
  color: var(--color-black);
  font-size: 3.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.page-top .message__inner hgroup h2 span.sub span {
  margin-top: 0.5rem;
  font-size: 2.5rem;
}
.page-top .message__inner hgroup h2 span.main span {
  color: var(--color-orange);
}
.page-top .message__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .message__list {
  padding: 3.2rem 2rem;
  position: relative;
}
.page-top .message__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .message__list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.page-top .message__list ul li {
  padding-left: 3.5rem;
  color: var(--base-color);
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  position: relative;
}
.page-top .message__list ul li::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #ffffff;
  position: absolute;
  top: 1rem;
  left: 0;
}
.page-top .message__list ul li span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.page-top .message__arrow {
  width: 100%;
  filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.16));
  position: absolute;
  bottom: -3.2rem;
  left: 0;
  z-index: 2;
}
.page-top .message__arrow::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 480/62;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.page-top .message .consultation {
  height: 67rem;
  padding: 30rem 2rem 0;
  margin-bottom: -6rem;
  position: relative;
  z-index: 1;
}
.page-top .message .consultation__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .message .consultation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .message .consultation__text {
  padding: 1rem;
  margin-bottom: 15.4rem;
  position: relative;
}
.page-top .message .consultation__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .message .consultation__text h3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  background: #fff;
}
.page-top .message .consultation__text h3 span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .message .consultation__text h3 .sub {
  background: var(--color-orange);
  color: #fff;
  font-size: 2.4rem;
}
.page-top .message .consultation__text h3 .main {
  font-size: 3rem;
}
.page-top .message .consultation__text h3 .main .line {
  text-decoration: underline;
  text-decoration-color: var(--color-orange);
  text-underline-offset: 0.5rem;
}
.page-top .message .consultation__text h3 .main .small {
  font-size: 2.5rem;
}
.page-top .message .c-reservation {
  padding-top: 4rem;
}
.page-top .achievements__inner {
  padding: 10rem 2rem 5.4rem;
}
.page-top .achievements__title {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .achievements__title span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .achievements__title span.num {
  color: var(--color-blue);
  font-size: 4rem;
  position: relative;
}
.page-top .achievements__title span.num::before, .page-top .achievements__title span.num::after {
  display: block;
  color: var(--color-blue);
  font-size: 3rem;
  letter-spacing: 0.25em;
  line-height: 1;
  position: absolute;
  top: -2rem;
  pointer-events: none;
}
.page-top .achievements__title span.num::before {
  content: "・";
  left: 0.5rem;
}
.page-top .achievements__title span.num::after {
  content: "・・・";
  left: 3.5rem;
}
.page-top .achievements__title span.small {
  font-size: 2.5rem;
}
.page-top .achievements__unit {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem -2rem;
}
.page-top .achievements__unit .c-enSmall::after {
  height: 13.7rem;
}
.page-top .achievements__image {
  width: 40rem;
  box-shadow: 1rem 1rem 0.4rem 0 rgba(183, 208, 235, 0.25);
}
.page-top .achievements__image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-top .achievements__figure {
  background: var(--color-blue);
  padding: 4rem 0 4rem 2rem;
  margin-bottom: 12rem;
  color: #fff;
  position: relative;
}
.page-top .achievements__figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 12rem;
  background: var(--color-blue);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -11.9rem;
  left: 0;
  z-index: -1;
}
.page-top .achievements__chart {
  background: var(--color-blue);
}
.page-top .achievements__chart p {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .achievements__chart p {
    font-size: 1.64rem;
  }
}
.page-top .achievements__chart p:nth-of-type(1) {
  margin-bottom: 3.2rem;
}
.page-top .achievements__chart p:nth-of-type(2) {
  margin-top: 2rem;
}
.page-top .achievements__chart figure {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.page-top .achievements__chart figure:active {
  cursor: grabbing;
}
.page-top .achievements__chart figure img {
  display: block;
  width: auto;
  height: 37.5rem;
  max-width: none;
}
.page-top .achievements__doctor {
  width: 12rem;
  position: absolute;
  bottom: -18rem;
  right: 0;
}
.page-top .achievements__doctor img {
  width: 100%;
  height: auto;
}
.page-top .type {
  padding: 10rem 2rem 10rem;
  margin-top: -10rem;
}
.page-top .type__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
.page-top .type__title span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-top .type__title .line {
  color: var(--color-blue);
  font-size: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.page-top .type .c-desc {
  margin-bottom: 5.2rem;
}
.page-top .type__gallery {
  display: flex;
  flex-direction: column;
}
.page-top .type__gallery li {
  position: relative;
}
.page-top .type__gallery li:nth-of-type(even) {
  text-align: right;
}
.page-top .type__gallery li:nth-of-type(even) h3 {
  top: unset;
  bottom: 0;
  left: 4.5rem;
}
.page-top .type__gallery li:not(:last-of-type):nth-of-type(even) {
  margin: -7.5rem 0 5rem 0;
}
.page-top .type__gallery li img {
  width: 20rem;
  aspect-ratio: 1/1;
  box-shadow: 0.6rem 0.6rem 0.3rem 0 rgba(135, 174, 214, 0.36);
}
.page-top .type__gallery li h3 {
  padding: 0.4rem 1.5rem;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 16.5rem;
}
.page-top .type__gallery li h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .type__gallery li h3 span {
  color: #fff;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  position: relative;
  z-index: 1;
}
.page-top .type__logo {
  width: 18.8rem;
  opacity: 0.2;
  position: absolute;
  bottom: 2.5rem;
  right: 2rem;
}
.page-top .type__logo img {
  width: 100%;
  height: auto;
}
.page-top .extraction {
  background: var(--color-blue);
  color: #fff;
}
.page-top .extraction__lead {
  position: relative;
  padding: 10rem 2rem 6.4rem;
}
.page-top .extraction__lead img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .extraction__lead h2 {
  margin-bottom: 3.6rem;
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  text-align: center;
}
.page-top .extraction__lead h2 span {
  font-size: 4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .extraction__note {
  background: #333;
  padding: 2.4rem 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: var(--lh-16);
  text-align: center;
  position: relative;
}
.page-top .extraction__note::before, .page-top .extraction__note::after {
  content: "";
  display: block;
  width: 1rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.page-top .extraction__note::before {
  left: 2rem;
  border: 1px solid #fff;
  border-right: none;
}
.page-top .extraction__note::after {
  right: 2rem;
  border: 1px solid #fff;
  border-left: none;
}
.page-top .extraction__body {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 4rem 2rem 10.8rem;
}
.page-top .extraction__block h4 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.page-top .extraction__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.page-top .extraction__case {
  display: flex;
  gap: 4rem;
}
.page-top .extraction__case:not(:last-of-type) .extraction__left {
  margin-bottom: -5rem;
}
.page-top .extraction__left {
  flex: none;
  display: flex;
  justify-content: center;
  width: 4rem;
  padding-top: 3rem;
  background: #fff;
  position: relative;
}
.page-top .extraction__left::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3rem;
  left: 50%;
  translate: 50% 0;
  z-index: -1;
}
.page-top .extraction__left p {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-feature-settings: normal;
}
.page-top .extraction__right {
  flex: 1;
}
.page-top .extraction__figure {
  margin-bottom: 1.6rem;
}
.page-top .extraction__image {
  background: pink;
  position: relative;
}
.page-top .extraction__image img {
  width: 100%;
  height: auto;
}
.page-top .extraction__image p {
  color: var(--color-black);
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-14);
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .extraction__difficulty {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0;
  background: var(--color-orange);
}
.page-top .extraction__difficulty p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
}
.page-top .extraction__times {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.page-top .extraction__times div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-top .extraction__times div dt,
.page-top .extraction__times div dd {
  width: calc((100% - 1rem) / 2);
  white-space: nowrap;
}
.page-top .extraction__times div dt span {
  display: block;
  width: fit-content;
  height: 2.8rem;
  background: #333;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0 1rem;
}
.page-top .extraction__times div dd {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: var(--lh-14);
  letter-spacing: 0;
}
.page-top .extraction__times div dd span {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .extraction .c-desc {
  margin-top: -1rem;
}
.page-top .commitment__lead img {
  width: 100%;
  height: auto;
}
.page-top .commitment__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -2rem 0 8.4rem;
  margin-top: -2rem;
  line-height: var(--lh-14);
  letter-spacing: 0.1em;
}
.page-top .commitment__title span {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .commitment__title span .small {
  font-size: 2.5rem;
}
.page-top .commitment__title span .num {
  color: var(--color-blue);
  font-size: 6rem;
}
.page-top .commitment__title span .reason {
  color: var(--color-blue);
  font-size: 4rem;
}
.page-top .commitment__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 0 2rem 10rem;
}
.page-top .commitment__item {
  position: relative;
}
.page-top .commitment__item:nth-of-type(odd) .commitment__num {
  right: 0;
}
.page-top .commitment__item:nth-of-type(odd) .commitment__text {
  background: linear-gradient(to bottom right, var(--color-blue) 0%, var(--color-dark-blue) 100%);
}
.page-top .commitment__item:nth-of-type(even) .commitment__num {
  left: 0;
}
.page-top .commitment__item:nth-of-type(even) .commitment__text {
  background: linear-gradient(to bottom right, #679294 0%, #2d6e75 100%);
}
.page-top .commitment__num {
  width: 13rem;
  position: absolute;
  top: -6rem;
}
.page-top .commitment__num img {
  width: 100%;
  height: auto;
}
.page-top .commitment__image img {
  width: 100%;
  height: auto;
}
.page-top .commitment__text {
  padding: 4.2rem 2rem;
  color: #fff;
}
.page-top .commitment__text h3 {
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: var(--lh-16);
  text-align: center;
  white-space: nowrap;
}
.page-top .doctor {
  padding-bottom: 10rem;
}
.page-top .doctor__lead {
  margin-bottom: -4rem;
}
.page-top .doctor__lead img {
  width: 100%;
  height: auto;
}
.page-top .doctor__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  font-size: 3rem;
  text-align: center;
}
.page-top .doctor__title span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
}
.page-top .doctor__title span .big {
  font-size: 3rem;
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  text-underline-offset: 1rem;
}
.page-top .doctor__top {
  padding: 0 2rem 6.8rem;
}
.page-top .doctor__unit {
  display: flex;
  gap: 3rem;
  margin: 0 -2rem 10rem 0;
}
.page-top .doctor__unit .c-enSmall {
  flex: none;
}
.page-top .doctor__unit .c-enSmall::after {
  height: 21rem;
}
.page-top .doctor__unit figure {
  position: relative;
}
.page-top .doctor__unit figure img {
  width: 100%;
  height: auto;
  box-shadow: -0.6rem 0.6rem 0.6rem rgba(156, 178, 201, 0.56);
}
.page-top .doctor__unit figure figcaption {
  color: #fff;
  padding: 1rem 4.5rem;
  position: absolute;
  bottom: -7rem;
  right: 0;
}
.page-top .doctor__unit figure figcaption::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .doctor__unit figure figcaption p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: var(--lh-16);
  position: relative;
  z-index: 1;
}
.page-top .doctor__unit figure figcaption p:nth-of-type(2) {
  font-size: 2.4rem;
}
.page-top .doctor__unit figure figcaption p:nth-of-type(2) span {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  margin-right: 2rem;
}
.page-top .doctor__center {
  padding: 0 2rem 4.8rem;
}
.page-top .doctor__image {
  margin: 0 0 3rem -2rem;
}
.page-top .doctor__image img {
  width: 100%;
  height: auto;
  box-shadow: 0.6rem 0.6rem 0.3rem 0 rgba(101, 154, 209, 0.39);
}
.page-top .doctor h3 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
}
.page-top .doctor__qualifications, .page-top .doctor__history {
  padding: 0 2rem;
}
.page-top .doctor__qualifications h4, .page-top .doctor__history h4 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .doctor__qualifications {
  margin-bottom: 4rem;
}
.page-top .doctor__qualifications ul li {
  font-size: 1.5rem;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctor__qualifications ul li {
    font-size: 1.64rem;
  }
}
.page-top .doctor__qualifications ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-blue);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.page-top .doctor__history dl div {
  display: flex;
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctor__history dl div {
    font-size: 1.64rem;
  }
}
.page-top .doctor__history dl div dt {
  flex: none;
  width: 12rem;
}
.page-top .general__image img {
  width: 100%;
  height: auto;
}
.page-top .general__inner {
  background: linear-gradient(var(--color-blue) 0%, #2d6e75 100%);
  padding-bottom: 25rem;
  position: relative;
}
.page-top .general__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 14rem;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top .general__lead {
  display: flex;
  gap: 1.5rem;
  margin: -15rem 2rem 5rem 0;
  padding: 4rem 2rem 7.2rem 1rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.page-top .general__lead .c-enSmall {
  flex: none;
  line-height: 1.4;
}
.page-top .general__lead .c-enSmall::after {
  height: 12rem;
}
.page-top .general__text h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
.page-top .general__text h2 span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  letter-spacing: 0;
  white-space: nowrap;
}
.page-top .general__text h2 span .large {
  font-size: 3rem;
}
.page-top .general__text h2 span .line {
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  text-underline-offset: 0.5rem;
}
.page-top .general__list {
  padding: 0 2rem;
}
.page-top .general__list figure:not(:last-of-type) {
  margin-bottom: 4rem;
}
.page-top .general__list figure img {
  width: 100%;
  height: auto;
}
.page-top .hospital {
  padding: 0 2rem 10rem;
}
.page-top .hospital__title {
  margin-bottom: 4rem;
  padding: 1.5rem 0;
  margin-inline: -2rem;
  border-top: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  color: var(--font-color);
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.page-top .hospital__image {
  width: 13.3rem;
  position: absolute;
  top: 0;
  right: -2rem;
}
.page-top .hospital__image img {
  width: 100%;
  height: auto;
}
.page-top .hospital__flow {
  margin-bottom: 4rem;
  position: relative;
}
.page-top .hospital__flow ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page-top .hospital__flow ul li {
  display: flex;
  gap: 2rem;
  position: relative;
}
.page-top .hospital__flow ul li:not(:last-child) .hospital__day::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1.5rem;
  background: var(--color-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.page-top .hospital__day {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 8rem;
  background: var(--color-blue);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.page-top .hospital__day small {
  font-size: 1.6rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .hospital__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-top .hospital__content p {
  line-height: var(--lh-16);
}
.page-top .hospital__content p:nth-of-type(1) {
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .hospital__content p:nth-of-type(2) {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .hospital__content p:nth-of-type(2) {
    font-size: 1.64rem;
  }
}
.page-top .hospital__box {
  border: 1px solid var(--color-blue);
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
.page-top .hospital__box.caution {
  border-color: var(--color-orange);
  margin-bottom: 0;
}
.page-top .hospital__box.caution h3 {
  color: var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
}
.page-top .hospital__box.caution ul li::before {
  background: var(--color-orange);
  clip-path: unset;
  border-radius: 50%;
}
.page-top .hospital__box h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  text-align: center;
}
.page-top .hospital__box h3 span {
  margin-left: 1rem;
  color: var(--color-black);
  font-size: 1.8rem;
}
.page-top .hospital__box ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-top .hospital__box ul li {
  font-size: 1.5rem;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .hospital__box ul li {
    font-size: 1.64rem;
  }
}
.page-top .hospital__box ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-blue);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 1rem;
  left: 0;
}
.page-top .hospital__fee {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-top .hospital__fee-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-top .hospital__fee-item {
  border: 1px dashed var(--color-gray);
  background: var(--base-color);
  padding: 1rem;
  text-align: center;
  height: 6rem;
  display: grid;
  place-content: center;
}
.page-top .hospital__fee-item p {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .hospital__fee-item p {
    font-size: 1.64rem;
  }
}
.page-top .hospital__fee-item.treatment {
  width: 9rem;
  height: 13rem;
}
.page-top .hospital__fee-plus {
  font-size: 3rem;
}
.page-top .merit {
  margin-top: -22rem;
  padding-top: 22rem;
}
.page-top .merit__inner {
  padding-bottom: 5rem;
  position: relative;
}
.page-top .merit__inner h2 {
  width: 100%;
  margin-bottom: 4rem;
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: 1;
}
.page-top .merit__inner h2 span:nth-of-type(1) {
  position: absolute;
  top: -10rem;
  right: 0;
}
.page-top .merit__inner h2 span:nth-of-type(2) {
  padding: 1rem 2rem;
  background: #fff;
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .merit__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-top .merit__image img {
  width: 100%;
  height: auto;
}
.page-top .sameday {
  padding-bottom: 8rem;
}
.page-top .sameday__inner {
  padding: 0 2rem;
}
.page-top .sameday__inner hgroup {
  margin: -5rem 0 4rem;
  text-align: center;
}
.page-top .sameday__inner hgroup p {
  color: var(--color-blue);
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.page-top .sameday__inner hgroup h2 {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: var(--lh-14);
}
.page-top .sameday__inner hgroup h2 span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .sameday__video p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.page-top .sameday__video p::before, .page-top .sameday__video p::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  background: var(--color-blue);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.page-top .sameday__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 440/247;
}
.page-top .sameday__video .js-youtube {
  aspect-ratio: 440/247;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .page-top .sameday__video .js-youtube:hover {
    filter: brightness(1.1);
  }
}
.page-top .sameday__video .js-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .flow {
  padding-bottom: 10rem;
  position: relative;
}
.page-top .flow::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: var(--color-blue);
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  transition: transform 0.3s;
  position: absolute;
  bottom: -9.9rem;
  right: 0;
}
.page-top .flow__title {
  display: grid;
  place-content: center;
  margin: -2rem 0 4rem;
  height: 16rem;
  background: url(../images/home_39.webp) no-repeat center/cover;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: var(--lh-14);
}
.page-top .flow__inner {
  padding: 0 2rem;
}
.page-top .flow__inner > ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}
.page-top .flow__inner > ul li {
  padding-left: 4rem;
  position: relative;
}
.page-top .flow__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #5c7289 60%, #3f536a 60%);
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.page-top .flow__num .num {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .flow__num .label {
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.page-top .flow__text {
  padding: 3rem 2rem 3rem 4rem;
  background: #ffffff;
  border: 1px solid var(--color-blue);
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .flow__text {
    font-size: 1.64rem;
  }
}
.page-top .flow__notice {
  border: 1px solid var(--color-orange);
  padding: 3.6rem 2rem;
}
.page-top .flow__notice h3 {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-orange);
  color: var(--color-orange);
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  line-height: var(--lh-14);
  text-align: center;
}
.page-top .flow__notice ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-top .flow__notice ul li {
  font-size: 1.5rem;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .flow__notice ul li {
    font-size: 1.64rem;
  }
}
.page-top .flow__notice ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-orange);
  clip-path: unset;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.page-top .case {
  padding: 10rem 4rem 10rem;
  background: var(--color-blue);
  position: relative;
  z-index: 1;
}
.page-top .case::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: var(--base-color);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transition: transform 0.3s;
  position: absolute;
  top: -1px;
  right: 0;
}
.page-top .case__lead {
  padding: 6rem 0 5rem;
  text-align: center;
  position: relative;
  color: var(--base-color);
}
.page-top .case__lead p {
  position: absolute;
  top: -7rem;
  right: -4rem;
  z-index: 1;
}
.page-top .case__lead h2 {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
}
.page-top .case__lead h2 .small {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .case__slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 5rem);
  position: absolute;
  top: 10rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .case__slider .splide__arrow {
  background: var(--base-color);
  width: 1rem;
  height: 3rem;
}
.page-top .case__slider .splide__arrow svg {
  display: none;
}
.page-top .case__slider .splide__arrow--prev {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.page-top .case__slider .splide__arrow--next {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.page-top .case__image {
  width: 100%;
  margin-bottom: 2rem;
}
.page-top .case__image > img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/270;
}
.page-top .case__title {
  margin-bottom: 3rem;
  color: var(--base-color);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.page-top .case__details {
  width: 100%;
  margin-bottom: 4rem;
  background: var(--base-color);
  border-radius: 0.5rem;
}
.page-top .case__details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  color: var(--font-color);
  cursor: pointer;
  position: relative;
}
.page-top .case__details summary::-webkit-details-marker {
  display: none;
}
.page-top .case__details summary::after {
  content: "";
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color-blue);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: transform 0.3s;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
}
.page-top .case__details[open] summary::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  background: #aaaaaa;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.page-top .case__details[open] summary svg {
  transform: rotate(180deg);
}
.page-top .case__content {
  padding: 2rem;
  background: var(--base-color);
}
.page-top .case__link {
  margin: 0.5rem;
}
.page-top .case__link .c-button {
  color: var(--base-color);
}
.page-top .case__link .c-button::before {
  border: 1px solid var(--base-color);
  z-index: 1;
}
.page-top .case__link .c-button::after {
  background: #6f8297;
}
.page-top .case__noarticle {
  color: var(--base-color);
}
.page-top .price {
  position: relative;
}
.page-top .price__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 31rem;
  padding-top: 18rem;
  background: url(../images/home_40.webp) no-repeat center/cover;
  color: #fff;
  position: relative;
}
.page-top .price__lead h2 {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.page-top .price__lead h2 span {
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .price__lead p.c-enBig {
  position: absolute;
  top: 4rem;
  right: 0;
}
.page-top .price__lead p.note {
  text-align: center;
}
.page-top .price__inner {
  padding: 6rem 2rem 10rem;
}
.page-top .price__table {
  margin-bottom: 3.2rem;
}
.page-top .price__table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.page-top .price__table div:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.page-top .price__table div dt {
  display: flex;
  align-items: center;
  width: 20rem;
  height: 6rem;
  padding: 0 1rem;
  background: #333333;
  color: #fff;
  line-height: var(--lh-14);
}
.page-top .price__table div dd {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 2.1rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  text-align: right;
}
.page-top .price__table div dd span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.page-top .price__table div dd span.num {
  font-size: 3rem;
}
.page-top .price__table div dd span.tax {
  font-size: 1.7rem;
}
.page-top .price__caution {
  border: 1px dashed var(--color-gray);
  background: var(--base-color);
  padding: 2rem;
  font-size: 1.5rem;
  line-height: var(--lh-16);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .price__caution {
    font-size: 1.64rem;
  }
}
.page-top .price__caution a {
  text-decoration: underline;
}
@media (hover: hover) {
  .page-top .price__caution a:hover {
    text-decoration: none;
  }
}
.page-top .faq {
  background: #f5f5f5;
}
.page-top .faq__image img {
  width: 100%;
  height: auto;
}
.page-top .faq__title {
  margin: -8rem 0 3rem;
  text-align: center;
}
.page-top .faq__title p {
  color: var(--color-blue);
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.page-top .faq__title h2 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: var(--lh-14);
}
.page-top .faq__title h2 span {
  font-size: 2.5rem;
}
.page-top .faq__inner {
  padding: 0 4rem 10rem;
}
.page-top .faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .faq__item {
  border: 1px solid var(--color-blue);
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.5rem;
}
.page-top .faq__item summary {
  display: flex;
  gap: 1rem;
  padding-right: 3rem;
  cursor: pointer;
  position: relative;
}
.page-top .faq__item summary::-webkit-details-marker {
  display: none;
}
.page-top .faq__item summary::before {
  flex: none;
  content: "Q";
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--color-blue);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-top .faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color-blue);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: transform 0.3s;
  position: absolute;
  top: 1rem;
  right: 0;
}
.page-top .faq__item[open] summary::after {
  transform: rotate(-180deg);
}
.page-top .faq__answer {
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
  padding-right: 3rem;
  position: relative;
}
.page-top .faq__answer::before {
  flex: none;
  content: "A";
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--color-orange);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-top .oral {
  padding: 0 2rem 10rem;
}
.page-top .oral__lead {
  margin-inline: -2rem;
}
.page-top .oral__lead img {
  width: 100%;
  height: auto;
}
.page-top .oral__text {
  margin-bottom: 5.4rem;
}
.page-top .oral__title {
  margin: -14rem 0 4rem;
}
.page-top .oral__title p {
  color: var(--color-blue);
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.page-top .oral__title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.page-top .oral__title h2 span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}
.page-top .oral__title h2 span .line {
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  text-underline-offset: 0.8rem;
}
.page-top .oral__title h2 span .small {
  font-size: 2.5rem;
}
.page-top .oral__list {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}
.page-top .oral__item {
  position: relative;
}
.page-top .oral__item:nth-child(odd) .oral__image {
  box-shadow: 0.6rem 0.6rem 0.3rem 0 rgba(100, 152, 207, 0.4);
}
.page-top .oral__item:nth-child(odd) .oral__inside h3 {
  left: 50%;
}
.page-top .oral__item:nth-child(odd) .oral__num {
  left: auto;
  right: 2rem;
}
.page-top .oral__item:nth-child(even) .oral__image {
  margin-left: auto;
  box-shadow: -0.6rem 0.6rem 0.3rem 0 rgba(100, 152, 207, 0.4);
}
.page-top .oral__item:nth-child(even) .oral__num {
  left: 2rem;
  right: auto;
}
.page-top .oral__inside {
  margin-bottom: 3rem;
  position: relative;
}
.page-top .oral__inside h3 {
  padding: 0.5rem 3rem;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top .oral__inside h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-blue);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .oral__inside h3 span {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  position: relative;
  z-index: 1;
}
.page-top .oral__image {
  width: 30rem;
}
.page-top .oral__image img {
  width: 100%;
  height: auto;
}
.page-top .oral__num {
  width: 9.2rem;
  position: absolute;
  top: 7rem;
}
.page-top .oral__num img {
  width: 100%;
  height: auto;
}
.page-top .news {
  padding: 5rem 2rem;
  margin-bottom: 5rem;
  background: var(--color-blue);
  position: relative;
}
.page-top .news::before, .page-top .news::after {
  content: "";
  width: 100%;
  height: 5rem;
  background: var(--color-blue);
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  transition: transform 0.3s;
  position: absolute;
  right: 0;
}
.page-top .news::before {
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  top: -4.9rem;
}
.page-top .news::after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  bottom: -4.9rem;
}
.page-top .news__inner {
  padding: 5rem 2rem;
  background: #ffffff;
}
.page-top .news__body {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.page-top .news__body .c-enSmall::after {
  flex: 1;
  height: unset;
}
.page-top .news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 28rem;
  padding-right: 1rem;
  overflow-y: auto;
}
.page-top .news__item {
  width: 100%;
  color: #333333;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-gray);
}
.page-top .news__meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
.page-top .news__category {
  display: grid;
  place-content: center;
  width: 7rem;
  height: 2.8rem;
  background: #333333;
  color: #ffffff;
  font-size: 1.4rem;
}
.page-top .news__title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-top .news__noarticle {
  color: #333333;
}

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

記事一覧

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

.articleUnit {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.articleUnit__meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.articleUnit__category {
  display: grid;
  place-content: center;
  width: 7rem;
  height: 2.8rem;
  background: #333333;
  color: #ffffff;
  font-size: 1.4rem;
}
.articleUnit__title {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articleUnit__image {
  margin-bottom: 1rem;
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/270;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.PageNavi .page-numbers {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  color: var(--font-color);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .PageNavi .page-numbers:hover {
    opacity: 0.6;
  }
}
.PageNavi .page-numbers:not(.prev):not(.next):not(.current) {
  border: 1px solid var(--color-dark-blue);
}
.PageNavi .page-numbers.current {
  color: #fff;
  background: var(--color-dark-blue);
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 8rem 2rem 0;
}
.single .h2-title {
  margin-bottom: 4rem;
}
.single .h3-title {
  margin-bottom: 3.2rem;
}
.single__image:not(:last-child) {
  margin-bottom: 4rem;
}
.single__image img {
  width: 100%;
  height: auto;
}
.single__image figcaption {
  text-align: center;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.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(--color-dark-blue);
  text-decoration: underline;
}
@media (hover: hover) {
  .single__desc a:hover {
    text-decoration: none;
  }
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: #eeeeee;
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc blockquote {
  padding: 1rem;
  background: #edf3f5;
}
.single__desc h1 {
  display: none;
}
.single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5,
.single__desc h6 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
}
.single__desc h2 {
  padding: 0.5rem 2rem;
  background: var(--color-dark-blue);
  color: #fff;
  font-size: 2.6rem;
}
.single__desc h3 {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-dark-blue);
}
.single__desc h4 {
  padding-left: 1rem;
  border-left: 2px solid var(--color-dark-blue);
  font-size: 2.2rem;
}
.single__desc h5 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2rem;
}
.single__desc h5::before {
  content: "";
  flex: none;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-dark-blue);
  margin-top: 1.3rem;
}
.single__desc h6 {
  font-size: 1.8rem;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 8rem;
}
.single .treatment__item > h4 {
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: 1;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__before {
  background: var(--color-dark-blue);
}
.single .treatment__after {
  background: var(--color-blue);
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--font-color);
}
.single .c-table {
  margin-bottom: 6rem;
}
.single .supervision,
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 4.8rem 2rem;
  border: 1px solid var(--color-dark-blue);
}
.single .supervision__title,
.single .overview__title {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  line-height: var(--lh-16);
  text-align: center;
}
.single .supervision__title span,
.single .overview__title span {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
}
.single .supervision {
  margin-bottom: 4rem;
}
.single .supervision figure img {
  width: 100%;
  height: auto;
}
.single .supervision figure figcaption {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single .supervision figure figcaption {
    font-size: 1.64rem;
  }
}
.single .overview__image img {
  width: 100%;
  height: auto;
}
.single .overview__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.single .overview__text p {
  line-height: var(--lh-16);
}
.single .overview__text p:has(span) {
  display: flex;
  gap: 0.8rem;
}
.single .overview__text p:has(span) span {
  flex: none;
  width: 10rem;
}
.single .overview__text p a {
  color: var(--color-dark-blue);
  text-decoration: underline;
}
@media (hover: hover) {
  .single .overview__text p a:hover {
    text-decoration: none;
  }
}

.singleNavi {
  padding: 8rem 0 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;
  width: calc((100% - 0.8rem) / 3);
  height: 5.2rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .singleNavi__prev:hover, .singleNavi__archive:hover, .singleNavi__next:hover {
    color: var(--color-dark-blue);
  }
  .singleNavi__prev:hover svg, .singleNavi__archive:hover svg, .singleNavi__next:hover svg {
    fill: var(--color-dark-blue);
  }
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--font-color);
  transition: fill 0.3s;
}
.singleNavi__prev svg {
  rotate: -90deg;
}
.singleNavi__next svg {
  rotate: 90deg;
}
/*# sourceMappingURL=style.css.map */
