@charset "UTF-8";
:root {
  --base-color: #fff;
  --bg-color: #f7f7f7;
  --font-color: #696969;
  --color-green: #45a551;
  --color-green-dark: #005722;
  --color-orange: #ec6e43;
  --color-yellow: #f4a82f;
  --color-black: #231815;
  --lh-125: 1.25;
  --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.5445292621vw;
  }
}

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: "Zen Maru Gothic";
}

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

body {
  background: var(--bg-color);
  color: var(--font-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;
  }
}

.c-desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-desc p {
  font-size: 1.3rem;
  line-height: var(--lh-18);
  text-align: justify;
}
.c-desc p a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-desc p a:hover {
    text-decoration: none;
  }
}

.sample {
  background: #466384;
}

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

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: 5.2rem 2rem;
}
.page-404 .content p {
  margin-bottom: 4.8rem;
  font-size: 1.3rem;
  line-height: var(--lh-16);
  text-align: center;
}

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

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  margin-bottom: 3.6rem;
}
.breadcrumb__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  background: url(../images/icon_arrow_03.svg) no-repeat center/contain;
}
.breadcrumb__link {
  color: var(--base-color);
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

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

地図、Google Mapを見る

------------------------------------------------------------ */
.c-access__map {
  margin-bottom: 1rem;
}
.c-access__map img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.c-access__link {
  display: flex;
  padding: 1rem 1.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto 0;
  border-radius: 5rem;
  border: 1px solid #e0e0e0;
}
@media (hover: hover) {
  .c-access__link:hover svg {
    scale: 1.3;
  }
}
.c-access__link svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--color-green);
  transition: scale 0.3s;
}
.c-access__link span {
  color: var(--color-green-dark);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: var(--lh-125);
}

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

c-unitボックス

------------------------------------------------------------ */
.c-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.6rem 2.4rem 3rem;
  background: var(--base-color);
  border-radius: 2rem;
  position: relative;
}
.c-box::before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.c-box .h3-title,
.c-box .h4-title,
.c-box .h5-title {
  padding-bottom: 0;
  color: var(--color-green);
  font-size: 1.4rem;
  text-align: center;
}
.c-box .h3-title::before, .c-box .h3-title::after,
.c-box .h4-title::before,
.c-box .h4-title::after,
.c-box .h5-title::before,
.c-box .h5-title::after {
  display: none;
}
.c-box .c-unit__image {
  width: 23rem;
  margin-inline: auto;
}

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

ボタン

------------------------------------------------------------ */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6.8rem;
  padding: 1rem 3.2rem;
  border-radius: 1.2rem;
  background: url(../images/bg_button_01.webp) no-repeat center/cover;
  box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.15);
  color: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-16);
  text-align: center;
  position: relative;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-button:hover {
    filter: brightness(1.1);
  }
}
.c-button::before {
  content: "";
  display: block;
  width: 3.8rem;
  height: 2.8rem;
  background: url(../images/bg_button_02.svg) no-repeat center/contain;
  position: absolute;
  top: -1.2rem;
  left: 1.6rem;
}
.c-button::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 3.2rem;
  background: url(../images/bg_button_03.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1rem;
  right: 1.2rem;
}

.c-links {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 3.5rem 0;
}
.c-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 8rem;
  padding: 1rem 4rem;
  border-radius: 1rem;
  color: var(--base-color);
  position: relative;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-links a:hover {
    filter: brightness(1.1);
  }
}
.c-links a span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: var(--lh-16);
  text-align: center;
}
.c-links a span.icon {
  display: grid;
  place-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
}
.c-links a span.icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.c-links a span.sub {
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
  background: var(--base-color);
  color: var(--color-orange);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-links a span.main {
  font-size: 1.4rem;
}
.c-links a.yellow {
  background: var(--color-yellow);
}
.c-links a.yellow span.icon svg {
  fill: var(--color-yellow);
}
.c-links a.orange {
  background: var(--color-orange);
}
.c-links a.orange span.icon svg {
  fill: var(--color-orange);
}

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

ネット予約・電話

------------------------------------------------------------ */
.c-btnUnit {
  display: flex;
  gap: 0.8rem;
  width: 100%;
  margin-inline: auto;
}
.c-btnUnit__booking, .c-btnUnit__tel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 8rem;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  color: var(--base-color);
  text-align: center;
  box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.15);
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit__booking:hover, .c-btnUnit__tel:hover {
    filter: brightness(1.1);
  }
}
.c-btnUnit__booking {
  background: var(--color-orange);
}
.c-btnUnit__booking .c-btnUnit__label {
  color: var(--color-orange);
}
.c-btnUnit__tel {
  background: var(--color-yellow);
}
.c-btnUnit__tel .c-btnUnit__label {
  color: var(--color-yellow);
}
.c-btnUnit__label {
  padding: 0.4rem 1.2rem;
  background: #f9f9f9;
  border-radius: 10rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.c-btnUnit__action {
  color: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
}

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

コンセプト

------------------------------------------------------------ */
.c-concept {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 15rem 2rem 6.6rem;
  margin-inline: -2rem;
  background: url(../images/bg_02.webp) repeat center/contain;
  color: var(--base-color);
  position: relative;
}
.c-concept::before {
  content: "";
  display: block;
  width: 101%;
  aspect-ratio: 393/130;
  background: url(../images/bg_concept_01.webp) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: 50%;
  translate: -50% 0;
}
.c-concept .heading01 {
  margin-bottom: 1.8rem;
}
.c-concept__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.c-concept .h3-title {
  color: #fff;
}
.c-concept .h3-title::before {
  background: #fff;
}

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

院長紹介

------------------------------------------------------------ */
.c-doctor__image {
  padding-top: 2rem;
  margin-bottom: 5rem;
  position: relative;
}
.c-doctor__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.c-doctor__text {
  position: absolute;
  top: 0;
  right: 2rem;
}
.c-doctor__text p,
.c-doctor__text h3 {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.3rem;
  color: var(--color-black);
  line-height: var(--lh-18);
}
.c-doctor__text p > span,
.c-doctor__text h3 > span {
  height: fit-content;
  padding: 1rem 0.2rem;
  background: var(--base-color);
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.c-doctor__text p.lead span span,
.c-doctor__text h3.lead span span {
  color: var(--color-green);
}
.c-doctor__text p.clinic .doctor,
.c-doctor__text h3.clinic .doctor {
  display: flex;
  align-items: center;
}
.c-doctor__text p.clinic .doctor span,
.c-doctor__text h3.clinic .doctor span {
  letter-spacing: 0.2em;
}
.c-doctor__text p.clinic .doctor span:nth-of-type(1),
.c-doctor__text h3.clinic .doctor span:nth-of-type(1) {
  font-size: 2rem;
}
.c-doctor__text p.clinic .doctor span:nth-of-type(2),
.c-doctor__text h3.clinic .doctor span:nth-of-type(2) {
  padding-right: 1rem;
}
.c-doctor__text p.clinic .doctor span:nth-of-type(2) ruby,
.c-doctor__text h3.clinic .doctor span:nth-of-type(2) ruby {
  padding-top: 1rem;
  color: var(--color-green);
  font-size: 3.1rem;
  font-feature-settings: "palt";
  position: relative;
}
.c-doctor__text p.clinic .doctor span:nth-of-type(2) ruby rt,
.c-doctor__text h3.clinic .doctor span:nth-of-type(2) ruby rt {
  color: var(--color-black);
  font-size: 1.6rem;
  position: absolute;
  top: 1.5rem;
  right: -2rem;
}
.c-doctor__message {
  margin-bottom: 3rem;
}
.c-doctor__message p {
  font-size: 1.3rem;
  line-height: var(--lh-18);
  text-align: center;
}
.c-doctor__name {
  margin-bottom: 5.2rem;
  text-align: center;
}
.c-doctor__name img {
  width: 28.3rem;
  height: auto;
}
.c-doctor__name p {
  color: var(--color-green-dark);
  font-size: 1.4rem;
}
.c-doctor__name p span {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-doctor__list {
  position: relative;
}
.c-doctor__list:not(:last-child) {
  margin-bottom: 6.8rem;
}
.c-doctor__list p,
.c-doctor__list h4 {
  padding: 0.5rem 2rem;
  background: #006528;
  border-radius: 2rem;
  color: var(--base-color);
  font-size: 1.4rem;
  line-height: var(--lh-18);
  position: absolute;
  top: -1.5rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.c-doctor__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  background: var(--base-color);
  border-radius: 2rem;
  padding: 3.2rem 2.4rem 2.4rem;
}
.c-doctor__list li {
  padding-left: 1.2rem;
  font-size: 1.2rem;
  line-height: var(--lh-18);
  position: relative;
}
.c-doctor__list li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.c-doctor__list li a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-doctor__list li a:hover {
    text-decoration: none;
  }
}

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

Q＆A

------------------------------------------------------------ */
.c-faqMain {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
.c-faqMain__item {
  background: var(--base-color);
  border-radius: 2rem;
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.c-faqMain__num {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #6ac13d;
  color: var(--base-color);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
}
.c-faqMain__question {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.c-faqMain__text {
  display: block;
  padding: 3rem 1.5rem 1.5rem;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-16);
}
.c-faqMain__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 0 1.5rem;
  color: var(--color-green);
  font-size: 1.2rem;
  font-weight: 700;
}
.c-faqMain__plus {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.c-faqMain__plus::before, .c-faqMain__plus::after {
  content: "";
  position: absolute;
  background: var(--color-green);
}
.c-faqMain__plus::before {
  width: 1rem;
  height: 2px;
  top: 50%;
  left: 0.2rem;
  translate: 0 -50%;
}
.c-faqMain__plus::after {
  width: 2px;
  height: 1rem;
  top: 0;
  left: 0.6rem;
  transition: rotate 0.3s;
}
.c-faqMain .js-accordion.is-open .c-faqMain__plus::after {
  rotate: 90deg;
}
.c-faqMain__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.c-faqMain__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 1.5rem 1.5rem;
}
.c-faqMain__inner p {
  font-size: 1.3rem;
  text-align: center;
}
.c-faqMain__inner p a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-faqMain__inner p a:hover {
    text-decoration: none;
  }
}

.c-faqCompact {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
.c-faqCompact__item:not(:last-of-type) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ebebeb;
}
.c-faqCompact__question {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.c-faqCompact__num {
  flex: none;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #6ac13d;
  color: var(--base-color);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.c-faqCompact__text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-16);
  text-align: left;
}
.c-faqCompact__plus {
  flex: none;
  width: 1rem;
  height: 1rem;
  position: relative;
}
.c-faqCompact__plus::before, .c-faqCompact__plus::after {
  content: "";
  position: absolute;
  background: var(--color-green);
}
.c-faqCompact__plus::before {
  width: 1rem;
  height: 2px;
  top: 50%;
  left: 0.2rem;
  translate: 0 -50%;
}
.c-faqCompact__plus::after {
  width: 2px;
  height: 1rem;
  top: 0;
  left: 0.6rem;
  transition: rotate 0.3s;
}
.c-faqCompact .js-accordion.is-open .c-faqCompact__plus::after {
  rotate: 90deg;
}
.c-faqCompact__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.c-faqCompact__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem;
  background: var(--base-color);
  border-radius: 2rem;
  margin-top: 2rem;
}
.c-faqCompact__inner p {
  font-size: 1.3rem;
  text-align: justify;
}
.c-faqCompact__inner p a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-faqCompact__inner p a:hover {
    text-decoration: none;
  }
}

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

流れパターン

------------------------------------------------------------ */
.c-flow {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
}
.c-flow::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.c-flow__item {
  display: flex;
  gap: 2.4rem;
  padding: 2rem 3rem 3rem 2rem;
  background: var(--base-color);
  border-radius: 2rem;
}
.c-flow__image {
  flex: none;
  width: 10rem;
  position: relative;
}
.c-flow__image p {
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--color-green);
  border-radius: 50%;
  color: var(--base-color);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-flow__image img {
  width: 100%;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
}
.c-flow__title {
  margin-bottom: 1rem;
  color: var(--color-green);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-16);
}

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

リスト

------------------------------------------------------------ */
.c-listBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: var(--base-color);
  padding: 1.4rem;
  border-radius: 2rem;
}
.c-listBox li {
  padding-left: 1.6rem;
  font-size: 1.3rem;
  line-height: var(--lh-16);
  position: relative;
}
.c-listBox li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-listBox li:nth-of-type(3n + 2)::before {
  background: var(--color-orange);
}
.c-listBox li:nth-of-type(3n + 3)::before {
  background: var(--color-yellow);
}
.c-listBox li a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-listBox li a:hover {
    text-decoration: none;
  }
}

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

newsのリスト

------------------------------------------------------------ */
.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-newsList__noarticle {
  font-weight: 700;
}
.c-newsList .item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  color: var(--base-color);
  position: relative;
}
.c-newsList .item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-newsList .item__text time {
  font-size: 1.1rem;
}
.c-newsList .item__title {
  width: 100%;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-newsList .item__icon {
  display: grid;
  place-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #005722;
}
.c-newsList .item__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
}

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

目次

------------------------------------------------------------ */
.c-outline {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 2.4rem;
}
.c-outline > p {
  padding: 0.5rem 2.4rem;
  background: var(--base-color);
  border-radius: 1.8rem;
  color: #006528;
  font-size: 1.4rem;
}
.c-outline ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.c-outline ul li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #447b58;
  color: var(--base-color);
}
@media (hover: hover) {
  .c-outline ul li a:hover svg {
    translate: 0 0.3rem;
  }
}
.c-outline ul li a .num {
  flex: none;
  display: grid;
  place-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--color-green);
  border-radius: 50%;
  font-size: 1.1rem;
}
.c-outline ul li a .text {
  flex: 1;
  font-size: 1.3rem;
  line-height: var(--lh-14);
}
.c-outline ul li a svg {
  flex: none;
  width: 1.4rem;
  height: 1.4rem;
  fill: var(--color-yellow);
  transform: rotate(90deg);
  transition: translate 0.3s;
}

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

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  padding-bottom: 4.2rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pageTitle {
    padding-top: 2rem;
  }
}
.c-pageTitle::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 393/43;
  background: url(../images/pagetitle_03.webp) no-repeat center/contain;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.c-pageTitle__logo {
  display: block;
  padding: 2.4rem 2.4rem 2rem;
}
.c-pageTitle__logo img {
  width: 13.5rem;
  height: auto;
}
.c-pageTitle__inner {
  padding: 12rem 1rem 4rem;
  background: url(../images/bg_02.webp) repeat center/contain;
  color: var(--base-color);
  position: relative;
}
.c-pageTitle__inner::before {
  content: "";
  display: block;
  width: 102%;
  aspect-ratio: 393/80;
  background: url(../images/pagetitle_01.webp) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: 50%;
  translate: -50% 0;
}
.c-pageTitle__inner::after {
  content: "";
  display: block;
  width: 15.4rem;
  height: 9.5rem;
  background: url(../images/pagetitle_02.svg) no-repeat center/contain;
  position: absolute;
  top: 1rem;
  left: 3.2rem;
}
.c-pageTitle .heading01 {
  padding: 0 1rem;
  margin-bottom: 3.6rem;
}
.c-pageTitle .heading01__title {
  color: var(--base-color);
}
.c-pageTitle__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
  margin-bottom: 3.6rem;
}
.c-pageTitle__text img {
  width: 4.8rem;
  height: auto;
}
.c-pageTitle__ja {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  text-align: center;
}
.c-pageTitle__en {
  color: var(--color-green);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: var(--lh-125);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.c-pageTitle__image {
  margin-bottom: 2rem;
}
.c-pageTitle__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

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

ピックアップ

------------------------------------------------------------ */
.c-pickup {
  padding: 2rem 1.5rem 5.4rem 3.5rem;
  margin: 4rem 0 0 -2rem;
  background: url(../images/bg_02.webp) repeat center/contain;
  color: var(--base-color);
  position: relative;
  border-end-end-radius: 2rem;
}
.c-pickup__image {
  margin: -4rem -3.5rem 1.5rem 0;
  position: relative;
}
.c-pickup__image::before {
  content: "";
  display: block;
  width: 11rem;
  height: 8rem;
  background: url(../images/icon_pickup_01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -5rem;
  right: 3rem;
}
.c-pickup__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem 0 0 2rem;
}
.c-pickup__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.4rem;
}
.c-pickup__en {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: var(--lh-125);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.c-pickup__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}

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

診療時間タブ

------------------------------------------------------------ */
.c-scheduleTable {
  padding-top: 4rem;
  margin-inline: -2rem;
  position: relative;
  z-index: 0;
}
.c-scheduleTable::before {
  content: "";
  display: block;
  width: 100%;
  height: 24rem;
  background: #ebebeb;
  position: absolute;
  left: 0;
  z-index: -1;
  pointer-events: none;
  top: 0;
}
.c-scheduleTable__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  margin: 0 2rem 1.5rem;
  background: #e0e0e0;
  border-radius: 1.5rem;
  position: relative;
}
.c-scheduleTable__heading span {
  font-weight: 700;
  position: relative;
}
.c-scheduleTable__heading span::before, .c-scheduleTable__heading span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 1rem;
}
.c-scheduleTable__heading span::before {
  left: -2rem;
}
.c-scheduleTable__heading span::after {
  right: -2rem;
}
.c-scheduleTable__tab {
  display: flex;
  padding: 0 2rem;
}
.c-scheduleTable__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  height: 6.5rem;
  padding: 1rem 1.4rem;
  border-radius: 1.8rem 1.8rem 0 0;
  position: relative;
  cursor: pointer;
}
.c-scheduleTable__btn::after {
  flex: none;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/icon_arrow_02.svg) no-repeat center/contain;
}
.c-scheduleTable__btn span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-16);
}
.c-scheduleTable__btn.active {
  background: url(../images/bg_01.webp) repeat center/contain;
}
.c-scheduleTable__btn.active::after {
  display: none;
}
.c-scheduleTable__btn.active span {
  color: var(--base-color);
}
.c-scheduleTable__content {
  display: none;
}
.c-scheduleTable__content.active {
  display: block;
}
.c-scheduleTable__content .scheduleInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 2rem 3rem 8rem 3.5rem;
  background: url(../images/bg_01.webp) repeat center/contain;
  color: var(--base-color);
  line-height: var(--lh-125);
}
.c-scheduleTable__content .scheduleInfo__time {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-scheduleTable__content .scheduleInfo__label {
  font-weight: 700;
}
.c-scheduleTable__content .scheduleInfo__text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-scheduleTable__content .scheduleInfo__text p {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.c-scheduleTable__content .scheduleInfo__point {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 0.8rem;
  border: 1px solid var(--base-color);
  border-radius: 3.2rem;
  color: var(--base-color);
  font-size: 1.1rem;
}
.c-scheduleTable__content .scheduleReserve {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 12rem;
  height: 5rem;
  padding: 1.6rem 1rem;
  border-radius: 0.8rem;
  background: var(--color-orange);
  box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.15);
  position: relative;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-scheduleTable__content .scheduleReserve:hover {
    filter: brightness(1.1);
  }
}
.c-scheduleTable__content .scheduleReserve__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1.2rem;
  border-radius: 7rem;
  background: var(--base-color);
  color: var(--color-orange);
  font-size: 1.1rem;
  white-space: nowrap;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  translate: -50% 0;
}
.c-scheduleTable__content .scheduleReserve__action {
  color: var(--base-color);
  font-size: 1.2rem;
  font-weight: 700;
}
.c-scheduleTable__table {
  margin: -5rem 2rem 1.5rem;
  border-radius: 2rem;
  background: var(--bg-color);
}
.c-scheduleTable__table table {
  display: grid;
  gap: 0.8rem;
  width: 100%;
  padding: 0.8rem 1.5rem 0;
  font-size: 1.2rem;
  line-height: var(--lh-125);
}
.c-scheduleTable__table table thead,
.c-scheduleTable__table table tbody {
  display: contents;
}
.c-scheduleTable__table table tr {
  display: grid;
  grid-template-columns: 7.2rem repeat(7, 1fr);
  gap: 0.4rem;
}
.c-scheduleTable__table table tr:not(:last-of-type) {
  position: relative;
}
.c-scheduleTable__table table tr:not(:last-of-type)::before {
  content: "";
  display: block;
  width: calc(100% + 3rem);
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}
.c-scheduleTable__table table th,
.c-scheduleTable__table table td {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.c-scheduleTable__table table th:nth-of-type(1),
.c-scheduleTable__table table td:nth-of-type(1) {
  justify-content: flex-start;
  letter-spacing: 0;
}
.c-scheduleTable__table table thead th span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 1rem;
  border-radius: 50%;
  background: var(--base-color);
}
.c-scheduleTable__table table tbody td {
  height: 4rem;
  padding-bottom: 0.8rem;
  color: var(--color-green);
}
.c-scheduleTable__table table tbody td:nth-of-type(1), .c-scheduleTable__table table tbody td.holiday {
  color: var(--font-color);
}
.c-scheduleTable__note {
  padding: 0 2rem;
}
.c-scheduleTable__note p {
  font-size: 1.2rem;
}
.c-scheduleTable__note p span {
  color: var(--color-green);
}

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

テーブル

------------------------------------------------------------ */
.c-tableShort {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.c-tableShort table {
  display: grid;
  gap: 3.2rem;
  width: 100%;
}
.c-tableShort table thead,
.c-tableShort table tbody {
  display: contents;
}
.c-tableShort table tr {
  display: grid;
  position: relative;
}
.c-tableShort table tr th {
  padding: 0.5rem 1.5rem;
  background: var(--color-green);
  border-radius: 2rem;
  color: var(--base-color);
  font-size: 1.2rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.c-tableShort table tr td {
  padding: 3rem 2rem 2rem;
  background: var(--base-color);
  border-radius: 2rem;
  font-size: 1.3rem;
  text-align: center;
}

.c-tableLong {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.c-tableLong table {
  display: grid;
  gap: 3.2rem;
  width: 100%;
}
.c-tableLong table thead,
.c-tableLong table tbody {
  display: contents;
}
.c-tableLong table tr {
  display: grid;
}
.c-tableLong table tr th,
.c-tableLong table tr td {
  font-size: 1.3rem;
}
.c-tableLong table tr th {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dddddd;
  color: var(--color-green);
  font-weight: 700;
}
.c-tableLong table tr td {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 1.5rem;
}

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

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-unit__h2:has(+ .c-unit__item) {
  margin-bottom: -2rem;
}
.c-unit__h2.left:has(.c-unit__image) .h2-title {
  border-radius: 0 0 2rem 0;
}
.c-unit__h2.left .h2-title {
  margin-left: -2rem;
  border-radius: 0 2rem 2rem 0;
}
.c-unit__h2.left .c-unit__image {
  margin-left: -2rem;
}
.c-unit__h2.left .c-unit__image img {
  border-radius: 0 2rem 0 0;
}
.c-unit__h2.right:has(.c-unit__image) .h2-title {
  border-radius: 0 0 0 2rem;
}
.c-unit__h2.right .h2-title {
  margin-right: -2rem;
  border-radius: 2rem 0 0 2rem;
}
.c-unit__h2.right .c-unit__image {
  margin-right: -2rem;
}
.c-unit__h2.right .c-unit__image img {
  border-radius: 2rem 0 0 0;
}
.c-unit__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-unit__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.c-unit__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-unit__desc p {
  font-size: 1.3rem;
  text-align: justify;
}
.c-unit__desc p a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__desc p strong {
  color: #ff0000;
  font-weight: 700;
}
.c-unit__desc.intro p {
  color: var(--color-black);
}
.c-unit__map iframe, .c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 353/218;
  border-radius: 2rem;
}

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

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.heading01 img {
  width: 4.8rem;
  height: auto;
}
.heading01__title {
  color: var(--color-green-dark);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  text-align: center;
}
.heading01__title span {
  color: var(--color-green);
}
.heading01__en {
  color: var(--color-green);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: var(--lh-125);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.heading01.white .heading01__title,
.heading01.white .heading01__en {
  color: var(--base-color);
}

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

.h2-title {
  width: calc(100% + 2rem);
  padding: 2.4rem;
  background: url(../images/bg_01.webp) repeat center/contain;
  color: var(--base-color);
  font-size: 1.7rem;
}

.h3-title {
  padding-bottom: 1.4rem;
  color: var(--color-green-dark);
  font-size: 1.6rem;
  position: relative;
}
.h3-title::before, .h3-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h3-title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background: var(--color-green-dark);
}
.h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}

.h4-title,
.h5-title {
  color: var(--color-green);
  font-size: 1.4rem;
  text-align: center;
}
.h4-title::before, .h4-title::after,
.h5-title::before,
.h5-title::after {
  display: none;
}

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

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 5.2rem 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: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 1.8rem;
    background: var(--base-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .spHeader a {
    display: block;
    width: 28.3rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}
.spHeader.is-show {
  opacity: 1;
  visibility: visible;
}

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

Footer

------------------------------------------------------------ */
.footer {
  margin-top: 10rem;
  position: relative;
}
.home .footer {
  margin-top: 6rem;
}
.footer__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.footer__image img {
  width: 100%;
  height: auto;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 10rem 2rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer__logo {
  display: block;
  width: 8rem;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.footer__address svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--base-color);
}
.footer__address address {
  color: var(--base-color);
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer__message {
  color: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.footer__message::before, .footer__message::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 4rem;
  background: #bababa;
  position: absolute;
  top: 0;
  transform: rotate(-30deg);
}
.footer__message::before {
  left: -2rem;
  transform: rotate(-30deg);
}
.footer__message::after {
  right: -2rem;
  transform: rotate(30deg);
}
.footer__schedule {
  padding-top: 3rem;
}
.footer__schedule .c-scheduleTable {
  padding-top: 0;
  margin-inline: 0;
}
.footer__schedule .c-scheduleTable::before {
  top: -6rem;
}
.footer .c-access {
  padding: 4rem 2rem 7rem;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  padding: 5.4rem 3.2rem 10rem;
  background: url(../images/bg_02.webp) repeat center/contain;
  position: relative;
}
.footer__nav::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 393/30;
  background: url(../images/bg_footer_01.webp) no-repeat bottom/cover;
  position: absolute;
  top: -2.9rem;
  left: 0;
}
.footer__nav::after {
  content: "";
  display: block;
  width: 100%;
  width: 11rem;
  height: 8rem;
  background: url(../images/bg_footer_02.svg) no-repeat center/contain;
  position: absolute;
  top: 35rem;
  right: 5rem;
}
.footer__title {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.footer__title img {
  width: 3.2rem;
  height: auto;
}
.footer__title p {
  color: var(--base-color);
}
.footer__list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__list ul li a {
  display: flex;
  gap: 1.2rem;
  color: var(--base-color);
  font-size: 1.2rem;
}
@media (hover: hover) {
  .footer__list ul li a:hover {
    text-decoration: underline;
  }
}
.footer__list ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: 0.5rem;
  background: var(--color-orange);
}
.footer__text {
  padding: 2rem 2rem 5.2rem;
  background: url(../images/bg_01.webp) repeat center/contain;
  color: var(--base-color);
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__text {
    padding-bottom: 9.4rem;
  }
}
.footer__text::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 393/250;
  background: url(../images/bg_footer_03.webp) no-repeat center/cover;
  position: absolute;
  top: -24.9rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.footer__text .c-desc {
  margin-bottom: 5rem;
}
.footer__text .c-desc p {
  color: var(--base-color);
  font-size: 1.2rem;
}
.footer__banner {
  width: 20rem;
  margin: 0 auto 3rem;
}
.footer__banner a {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__banner a:hover {
    filter: brightness(1.1);
  }
}
.footer__banner a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  font-size: 1.1rem;
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  background: var(--color-green);
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 5;
  cursor: pointer;
  transition: background 0.3s, filter 0.3s;
}
@media (hover: hover) {
  .menuButton:hover {
    filter: brightness(1.1);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.menuButton img {
  width: 3.8rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton img {
    width: 2.4rem;
  }
}
.menuButton span {
  display: none;
}
.menuButton.active {
  background: #55ad60;
}
.menuButton.active img {
  display: none;
}
.menuButton.active span {
  display: block;
  color: var(--base-color);
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.active span {
    font-size: 1.2rem;
  }
}

.mvFixedBtn {
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem 0 0 2rem;
  position: fixed;
  bottom: 7.1428571429%;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-height: 700px) {
  .mvFixedBtn {
    bottom: 1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    flex-direction: row;
    width: 100%;
    height: 5.5rem;
    inset: auto auto 0 0;
    overflow: unset;
  }
}
.mvFixedBtn__btn {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  justify-content: center;
  width: 10.2rem;
  padding: 1.5rem 1rem 2.5rem;
  color: var(--base-color);
  writing-mode: vertical-lr;
  position: relative;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .mvFixedBtn__btn:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    flex: 1;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0.5rem 0 0;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn.reservation {
  background: var(--color-orange);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation {
    border-radius: 2rem 0 0 0;
  }
}
.mvFixedBtn__btn.tel {
  background: var(--color-yellow);
}
.mvFixedBtn__btn.schedule {
  padding: 2.5rem 1rem;
  background: var(--color-green-dark);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.schedule {
    padding: 0.5rem 0 0;
    border-radius: 0 2rem 0 0;
  }
}
.mvFixedBtn__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 5.4rem;
  background: var(--base-color);
  border-radius: 1rem;
  font-size: 1.5rem;
  line-height: var(--lh-125);
  writing-mode: horizontal-tb;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__label {
    width: unset;
    height: unset;
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
    white-space: nowrap;
    position: absolute;
    top: -1rem;
    left: 50%;
    translate: -50% 0;
  }
}
.reservation .mvFixedBtn__label {
  color: var(--color-orange);
}
.tel .mvFixedBtn__label {
  color: var(--color-yellow);
}
.mvFixedBtn__text {
  font-size: 1.8rem;
  font-weight: 700;
  font-feature-settings: normal;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__text {
    writing-mode: unset;
    font-size: 1.3rem;
  }
}

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

pc-content

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

h1 {
  width: 65.625vw;
  padding: 0 3.6458333333vw;
  color: #696969;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: fixed;
  top: 4.6rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  h1 {
    width: 100%;
    padding: 0 8rem 0 2rem;
    font-size: 1.2rem;
    top: 1rem;
    z-index: 2;
    position: absolute;
  }
  body:has(.drawerMenu.active) h1 {
    display: none;
  }
}

.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__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__bg {
    height: unset;
  }
}
.pc-content__bg picture {
  width: 100%;
  height: 100%;
}
.pc-content__bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__bg picture img {
    height: auto;
  }
}
.pc-content__image {
  position: absolute;
  z-index: 1;
}
.pc-content__image img {
  width: 100%;
  height: auto;
  border-radius: 3rem;
  overflow: hidden;
}
.pc-content__image.left {
  width: 31.25vw;
  bottom: 15rem;
  left: 0;
}
@media screen and (max-height: 700px) {
  .pc-content__image.left {
    bottom: 6rem;
  }
}
.pc-content__image.left img {
  border-radius: 0 3rem 3rem 0;
}
.pc-content__image.center {
  width: 16.8229166667vw;
  bottom: 10.4rem;
  left: 36.4583333333vw;
}
@media screen and (max-height: 700px) {
  .pc-content__image.center {
    bottom: 4rem;
  }
}
.pc-content__image.center::before {
  content: "";
  display: block;
  width: 9.4rem;
  height: 5.5rem;
  background: url(../images/icon_mv_01.svg) no-repeat center/contain;
  position: absolute;
  bottom: 2rem;
  left: -5rem;
}
.pc-content__image.right {
  width: 12.7604166667vw;
  top: 21.2rem;
  left: 46.875vw;
}
.pc-content__image.right::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 5.2rem;
  background: url(../images/icon_mv_02.svg) no-repeat center/contain;
  position: absolute;
  bottom: 2.4rem;
  right: -4rem;
}
.pc-content__inner {
  width: 65.625vw;
  padding: 9rem 3.6458333333vw 0;
  position: relative;
  z-index: 2;
}
.pc-content__logo {
  width: 50rem;
  margin-bottom: 2rem;
}
.pc-content__logo a {
  display: block;
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__tag {
  display: flex;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__tag {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pc-content__tag p {
  display: grid;
  place-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  color: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
  white-space: nowrap;
}
.pc-content__tag p:nth-child(odd) {
  background: var(--color-green);
}
.pc-content__tag p:nth-child(even) {
  background: var(--color-green-dark);
}

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

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 41.3rem;
  margin: 3rem 8.59375% 0 auto;
  background: var(--base-color);
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.allContent .allContent__inner {
  background: var(--bg-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent .allContent__inner {
    display: contents;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--bg-color);
  }
}

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

drawerMenu

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  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__logo {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__logo {
    display: block;
    width: 11.7rem;
    margin-bottom: 1rem;
  }
}
.drawerMenu__logo img {
  width: 100%;
  height: auto;
}
.drawerMenu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  height: fit-content;
  gap: 7rem;
  padding: 2rem 13.5416666667vw 2rem 7.8125vw;
  background: url(../images/bg_01.webp) repeat center/contain;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    align-items: unset;
    gap: 4rem;
    padding: 2.4rem 2.4rem 12rem;
  }
}
.drawerMenu__title {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__title {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
}
.drawerMenu__title img {
  width: 5.4rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__title img {
    width: 3.2rem;
  }
}
.drawerMenu__title p {
  color: var(--base-color);
  font-size: 2.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__title p {
    font-size: 1.6rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list {
    padding-left: 2.4rem;
  }
}
.drawerMenu__list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.drawerMenu__list ul li a {
  display: flex;
  gap: 1.2rem;
  color: var(--base-color);
  white-space: nowrap;
}
@media (hover: hover) {
  .drawerMenu__list ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list ul li a {
    gap: 0.8rem;
    font-size: 1.2rem;
  }
}
.drawerMenu__list ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin-top: 0.7rem;
  background: var(--color-orange);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list ul li a::before {
    width: 1rem;
    height: 1rem;
  }
}

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

Intersection Observer アニメーション

------------------------------------------------------------ */
[data-animate] {
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
  will-change: opacity, transform;
}
[data-animate].is-animated {
  will-change: auto;
}

[data-animate=fade-down] {
  opacity: 0;
  transform: translateY(-3rem);
}
[data-animate=fade-down].is-animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate=fade-up] {
  opacity: 0;
  transform: translateY(3rem);
}
[data-animate=fade-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate=fade-left] {
  opacity: 0;
  transform: translateX(3rem);
}
[data-animate=fade-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}

[data-animate=fade-right] {
  opacity: 0;
  transform: translateX(-3rem);
}
[data-animate=fade-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}

[data-animate=fade] {
  opacity: 0;
}
[data-animate=fade].is-animated {
  opacity: 1;
}

[data-animate=zoom-out] {
  opacity: 0;
  transform: scale(1.1);
}
[data-animate=zoom-out].is-animated {
  opacity: 1;
  transform: scale(1);
}

[data-animate=ticket-slide-zoom] {
  opacity: 0;
  transform: translateY(-3rem) scale(1.1);
}
[data-animate=ticket-slide-zoom].is-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-animate-delay="200"] {
  transition-delay: 0.5s;
}

[data-animate-delay="400"] {
  transition-delay: 0.7s;
}

[data-animate-delay="600"] {
  transition-delay: 0.9s;
}

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

トップページ

------------------------------------------------------------ */
.page-top {
  line-height: var(--lh-125);
}
.page-top section {
  padding: 0;
}
.page-top .mv {
  padding: 2rem 2rem;
  height: 72rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv {
    padding-top: 4rem;
  }
}
.page-top .mv__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-top .mv__image img {
  width: 100%;
  height: auto;
}
.page-top .mv__logo {
  width: 14rem;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv__logo {
    margin-bottom: 2rem;
  }
}
.page-top .mv__logo img {
  width: 100%;
  height: auto;
}
.page-top .mv__catch {
  margin: 0 0 10rem 2rem;
}
.page-top .mv__catch h2 {
  padding: 2.8rem 2rem 1rem 2rem;
  background: var(--base-color);
  border-radius: 2rem;
  color: var(--color-green-dark);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  position: relative;
}
.page-top .mv__catch h2::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.5rem;
  background: var(--base-color);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .mv__catch h2 span {
  color: var(--color-green);
}
.page-top .mv__sub {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.page-top .mv__badge {
  display: flex;
  gap: 1.2rem;
}
.page-top .mv__badge li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: var(--base-color);
  border-radius: 2rem;
  position: relative;
}
.page-top .mv__badge li img {
  width: 3.5rem;
  height: auto;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
}
.page-top .mv__badge li p {
  color: #005722;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
.page-top .subNews {
  background: var(--color-green);
  padding: 3rem 3rem 10.6rem 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-top .subNews::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  width: 102%;
  aspect-ratio: 393/42;
  background: url(../images/bg_home_01.svg) no-repeat bottom/contain;
}
.page-top .subNews__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.page-top .subNews__heading a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  padding: 1rem;
  background: #61b169;
  border-radius: 10rem;
  color: var(--base-color);
  font-size: 1.3rem;
  font-weight: 700;
}
.page-top .subNews__title {
  display: flex;
  gap: 1.2rem;
  align-items: baseline;
}
.page-top .subNews__title p {
  font-weight: 700;
}
.page-top .subNews__title p:nth-of-type(1) {
  font-size: 2.5rem;
}
.page-top .subNews__title p:nth-of-type(2) {
  font-size: 1.2rem;
}
.page-top .lead__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 2rem;
}
.page-top .lead__logo {
  display: block;
  width: 30.2rem;
  margin-bottom: 2rem;
}
.page-top .lead__logo img {
  width: 100%;
  height: auto;
}
.page-top .lead__address {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.page-top .lead__address svg {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  fill: #45a551;
}
.page-top .lead__address address {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.page-top .lead__message {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.page-top .lead__message::before, .page-top .lead__message::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 4rem;
  background: #bababa;
  position: absolute;
  top: 0;
  transform: rotate(-30deg);
}
.page-top .lead__message::before {
  left: -2rem;
  transform: rotate(-30deg);
}
.page-top .lead__message::after {
  right: -2rem;
  transform: rotate(30deg);
}
.page-top .lead__message span {
  color: #45a551;
}
.page-top .lead__schedule .c-scheduleTable {
  padding-top: 2rem;
  margin-inline: 0;
}
.page-top .lead .c-access {
  padding: 3rem 2rem;
}
.page-top .notice {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 0 2rem 4.8rem;
}
.page-top .notice__accordion {
  background: var(--base-color);
  border-radius: 2rem;
  box-shadow: 0 3px 0 0 #dedede;
  overflow: hidden;
  position: relative;
}
.page-top .notice__accordion.season::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 3rem;
  background: url(../images/home_06.svg) no-repeat center/contain;
  position: absolute;
  top: 1.5rem;
  left: 2.4rem;
}
.page-top .notice__accordion.fever .notice__toggle {
  flex-direction: row;
  justify-content: center;
  gap: 1.2rem;
}
.page-top .notice__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.4rem 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.page-top .notice__toggle h2 {
  margin: 0;
  line-height: var(--lh-16);
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  text-align: center;
}
.page-top .notice__toggle h2 span {
  color: var(--color-green);
}
.page-top .notice__toggle p {
  margin: 0;
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 10rem;
  font-size: 1.1rem;
}
.page-top .notice__plus {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
}
.page-top .notice__plus::before, .page-top .notice__plus::after {
  content: "";
  position: absolute;
  background: #45a551;
}
.page-top .notice__plus::before {
  top: 50%;
  left: 0.2rem;
  width: 1.2rem;
  height: 2px;
  translate: 0 -50%;
}
.page-top .notice__plus::after {
  top: 0.2rem;
  left: 50%;
  width: 2px;
  height: 1.2rem;
  translate: -50% 0;
  transition: rotate 0.3s;
}
.page-top .notice__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.page-top .notice__box {
  padding: 3.2rem 1.8rem 2.4rem;
  margin: 0 1rem 1rem;
  background: #f7f7f7;
  border-radius: 1.2rem;
}
.page-top .notice__important {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: var(--lh-16);
}
.page-top .notice__important span {
  color: #ec6e43;
}
.page-top .notice__important span.big {
  font-size: 2rem;
}
.page-top .notice__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.page-top .notice__list li {
  padding-left: 1.6rem;
  font-size: 1.2rem;
  line-height: var(--lh-14);
  position: relative;
}
.page-top .notice__list li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.page-top .notice .js-accordion.is-open .notice__plus::after {
  rotate: 90deg;
}
.page-top .consultation {
  position: relative;
}
.page-top .consultation__title {
  padding: 11.4rem 0 13.2rem;
  text-align: center;
  color: var(--base-color);
  position: relative;
}
.page-top .consultation__title img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-top .consultation__title h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-16);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.page-top .consultation__title h2 .sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: #339446;
  font-size: 1.4rem;
  position: relative;
}
.page-top .consultation__title h2 .sub::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2rem;
  background: url(../images/home_09.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1.5rem;
  right: 4rem;
}
.page-top .consultation__title h2 .main {
  display: block;
}
.page-top .consultation__body {
  padding: 10rem 1.8rem 20rem;
  margin-top: -10rem;
  background: url(../images/bg_home_02.webp) no-repeat center/cover;
}
.page-top .consultation__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0.8rem;
  margin-bottom: 5.4rem;
}
.page-top .consultation__body ul li p {
  width: fit-content;
  margin-inline: auto;
  padding: 1.2rem 1.6rem;
  background: var(--base-color);
  border-radius: 8.5rem;
  color: #8d8d8d;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
.page-top .consultation__body ul li p::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.8rem;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  translate: -50% 0;
}
.page-top .consultation__body ul li:nth-of-type(1), .page-top .consultation__body ul li:nth-of-type(4) {
  width: 100%;
}
.page-top .consultation__body .c-desc p {
  color: var(--base-color);
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}
.page-top .consultation__lead {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.page-top .consultation__lead img {
  width: 100%;
  height: auto;
}
.page-top .policy {
  padding: 3.2rem 0 4rem;
  background: #f7f7f7;
  position: relative;
}
.page-top .policy .heading01 {
  margin-bottom: 6rem;
}
.page-top .policy ul {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.page-top .policy ul li {
  position: relative;
}
.page-top .policy ul li:nth-child(odd) .policy__image {
  padding-right: 2rem;
}
.page-top .policy ul li:nth-child(odd) .policy__image img {
  border-radius: 0 2rem 2rem 0;
}
.page-top .policy ul li:nth-child(odd) .policy__num {
  right: 3.6rem;
}
.page-top .policy ul li:nth-child(odd) .policy__card {
  left: 1.2rem;
  rotate: -5deg;
}
.page-top .policy ul li:nth-child(even) .policy__image {
  padding-left: 2rem;
}
.page-top .policy ul li:nth-child(even) .policy__image img {
  border-radius: 2rem 0 0 2rem;
}
.page-top .policy ul li:nth-child(even) .policy__num {
  left: 3.6rem;
}
.page-top .policy ul li:nth-child(even) .policy__card {
  background: #24803a;
  right: 1.2rem;
  left: auto;
  rotate: 5deg;
}
.page-top .policy ul li:nth-of-type(1) .policy__card img {
  bottom: 0;
  right: -2rem;
}
.page-top .policy ul li:nth-of-type(2) .policy__card img {
  width: 9.2rem;
  bottom: -4rem;
  right: 0;
}
.page-top .policy ul li:nth-of-type(3) .policy__card img {
  width: 5.6rem;
  bottom: 9rem;
  right: -2rem;
}
.page-top .policy ul li:nth-of-type(4) .policy__card img {
  width: 5.2rem;
  bottom: -2rem;
  right: 2rem;
}
.page-top .policy ul li:nth-of-type(5) .policy__card img {
  width: 5.2rem;
  bottom: -2rem;
  right: -1rem;
}
.page-top .policy__image img {
  width: 100%;
  height: auto;
}
.page-top .policy__num {
  color: #fff;
  font-size: 6.4rem;
  line-height: var(--lh-125);
  position: absolute;
  bottom: 0.4rem;
}
.page-top .policy__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.7rem;
  height: 18.7rem;
  background: var(--color-green);
  border-radius: 2rem;
  color: var(--base-color);
  position: absolute;
  top: -2rem;
}
.page-top .policy__card img {
  width: 6rem;
  height: auto;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}
.page-top .policy__card h3 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .policy__card h3 .main {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
.page-top .policy__card h3 .sub {
  font-size: 1.3rem;
  line-height: var(--lh-16);
}
.page-top .policy__text {
  padding: 4rem 4rem 0;
}
.page-top .policy__text .c-desc {
  margin-bottom: 4rem;
}
.page-top .menu {
  padding: 0 2rem 5.6rem;
  background: var(--color-green-dark);
  position: relative;
}
.page-top .menu__lead {
  margin: -3px -2rem 0;
}
.page-top .menu__lead img {
  width: 100%;
  height: auto;
}
.page-top .menu .heading01 {
  margin: 3rem 0 4.8rem;
}
.page-top .menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-top .menu__card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .page-top .menu__card:hover .menu__arrow {
    translate: 0.5rem 0;
  }
}
.page-top .menu__heaging {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  height: 7.2rem;
  padding: 0 2.4rem;
  background: var(--base-color);
}
.page-top .menu__badge {
  width: fit-content;
  padding: 0.2rem 1rem;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  border-radius: 10rem;
  font-size: 1.2rem;
}
.page-top .menu__title {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.page-top .menu__name {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-green-dark);
}
.page-top .menu__arrow {
  flex: none;
  display: grid;
  place-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: #005722;
  border-radius: 50%;
  transition: translate 0.3s;
}
.page-top .menu__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--base-color);
}
.page-top .menu ul {
  padding: 2rem 2.4rem;
  background: #f7f7f7;
}
.page-top .menu ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
  border-bottom: 1px dashed #e5e5e5;
  color: #696969;
  font-size: 1.3rem;
}
.page-top .menu ul li:last-child {
  border-bottom: none;
}
.page-top .menu ul li::before {
  content: "";
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_check_01.svg) no-repeat center/contain;
}
.page-top .menu__icon {
  display: grid;
  place-content: center;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 0 0 0 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.page-top .menu__icon img {
  width: 4.8rem;
  height: auto;
}
.page-top .menu__card:nth-child(1) .menu__icon, .page-top .menu__card:nth-child(4) .menu__icon {
  background: #f9c72f;
}
.page-top .menu__card:nth-child(2) .menu__icon, .page-top .menu__card:nth-child(5) .menu__icon {
  background: #ec6e43;
}
.page-top .menu__card:nth-child(3) .menu__icon, .page-top .menu__card:nth-child(6) .menu__icon {
  background: #6ac13d;
}
.page-top .menu__note {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem;
  margin-bottom: 4.8rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  color: var(--base-color);
  font-weight: 700;
  line-height: var(--lh-16);
  text-align: center;
}
.page-top .menu .c-button {
  width: 32rem;
  margin-inline: auto;
}
.page-top .doctor__photo img {
  width: 100%;
  height: auto;
}
.page-top .doctor__greeting {
  padding: 0 2rem 5rem;
}
.page-top .doctor__greeting .heading01 {
  margin-bottom: 2.8rem;
}
.page-top .doctor__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding-bottom: 8rem;
}
.page-top .doctor__feature .c-button {
  width: 32rem;
}
.page-top .doctor__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 4rem;
  position: relative;
}
.page-top .doctor__block .c-desc {
  padding: 0 4rem;
}
.page-top .doctor__block:nth-child(odd) .doctor__unit::before {
  content: "";
  display: block;
  width: 11rem;
  height: 8rem;
  background: url(../images/home_32.svg) no-repeat center/contain;
  position: absolute;
  bottom: 4rem;
  right: 2rem;
  z-index: 1;
}
.page-top .doctor__block:nth-child(odd) .doctor__image {
  padding-left: 2rem;
  margin: -4rem -2rem 0 0;
}
.page-top .doctor__block:nth-child(odd) .doctor__image img {
  border-radius: 2rem 0 0 2rem;
}
.page-top .doctor__block:nth-child(even) .doctor__unit::before {
  content: "";
  display: block;
  width: 9.6rem;
  height: 9.6rem;
  background: url(../images/home_33.svg) no-repeat center/contain;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
}
.page-top .doctor__block:nth-child(even) .doctor__unit h3 {
  text-align: right;
}
.page-top .doctor__block:nth-child(even) .doctor__image {
  padding-right: 2rem;
  margin: -4rem 0 0 -2rem;
}
.page-top .doctor__block:nth-child(even) .doctor__image img {
  border-radius: 0 2rem 2rem 0;
}
.page-top .doctor__unit {
  background: var(--color-green-dark);
  border-radius: 0 0 2rem 0;
  margin-right: 2rem;
  position: relative;
}
.page-top .doctor__unit h3 {
  padding: 1.8rem 3.2rem 2rem;
  color: #fff;
  font-weight: 700;
  line-height: var(--lh-16);
}
.page-top .doctor__image {
  position: relative;
}
.page-top .doctor__image img {
  width: 100%;
  height: auto;
}
.page-top .faq {
  padding: 6rem 2rem;
  background: url(../images/bg_home_03.webp) repeat top center/contain;
  border-radius: 4rem;
  position: relative;
  z-index: 1;
}
.page-top .faq__label {
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 1.4rem 2.4rem;
  background: var(--color-green);
  border-radius: 8.5rem;
  color: var(--base-color);
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.page-top .faq__label::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.8rem;
  background: #45a551;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .faq__illust {
  width: 100%;
}
.page-top .faq__illust img {
  width: 100%;
  height: auto;
}
.page-top .faq .c-faqMain {
  margin: 0 0 3.6rem;
}
.page-top .faq .c-button {
  width: 32rem;
  padding: 2.5rem 1rem;
  margin-inline: auto;
}
.page-top .links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--color-green);
  padding: 12rem 3.5rem;
  margin: -6rem 0;
  position: relative;
  z-index: 0;
}
.page-top .links__card {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  background: var(--base-color);
  border-radius: 2rem;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  color: var(--font-color);
  position: relative;
}
@media (hover: hover) {
  .page-top .links__card:hover .links__arrow {
    translate: 0.3rem 0;
  }
}
.page-top .links__info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.page-top .links__en {
  color: #45a551;
  font-size: 1.2rem;
  font-weight: 700;
}
.page-top .links__title {
  color: #005722;
  font-weight: 700;
  letter-spacing: 0;
}
.page-top .links__arrow {
  display: grid;
  place-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  transition: translate 0.3s;
}
.page-top .links__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--base-color);
}
.page-top .links__icon {
  width: 12.8rem;
}
.page-top .links__icon img {
  width: 100%;
  height: auto;
}
.page-top .mainNews {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-top .mainNews__image img {
  width: 100%;
  height: auto;
}
.page-top .mainNews__inner {
  padding: 0 2rem;
}
.page-top .mainNews__inner .heading01 {
  margin-bottom: 3.5rem;
}
.page-top .mainNews__tab {
  display: flex;
  gap: 0.4rem;
  padding: 0.6rem;
  background: var(--base-color);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.page-top .mainNews__btn {
  flex: 1;
  display: grid;
  place-content: center;
  height: 4.8rem;
  background: var(--base-color);
  border-radius: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #005722;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}
.page-top .mainNews__btn.active {
  color: var(--base-color);
  background: var(--color-green);
}
.page-top .mainNews__list {
  padding: 0 2rem;
  margin-bottom: 3.5rem;
}
.page-top .mainNews__content {
  display: none;
}
.page-top .mainNews__content.active {
  display: block;
}
.page-top .mainNews__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e6e6e6;
  color: #005722;
}
.page-top .mainNews__item:last-child {
  border-bottom: none;
}
@media (hover: hover) {
  .page-top .mainNews__item:hover .mainNews__title {
    text-decoration: underline;
  }
}
.page-top .mainNews__meta {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.page-top .mainNews__date {
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.page-top .mainNews__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.2rem;
  background: var(--color-green);
  border-radius: 5.7rem;
  color: var(--base-color);
  font-size: 1.1rem;
  white-space: nowrap;
}
.page-top .mainNews__title {
  flex: 1;
  font-size: 1.3rem;
  line-height: var(--lh-18);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-top .mainNews__noarticle {
  padding: 2rem 0;
  font-weight: 700;
}

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

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 5.2rem 2rem 0;
}
.archive__links {
  display: flex;
  gap: 1.6rem;
}
.archive__links .c-button {
  background: url(../images/bg_button_02.webp) no-repeat center/cover;
}
.archive__inner {
  padding-top: 5.2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.articleUnit {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.articleUnit:not(:last-of-type) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #e6e6e6;
}
.articleUnit__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.articleUnit__date time {
  color: #005722;
  font-weight: 700;
}
.articleUnit__category {
  display: grid;
  place-content: center;
  width: 10rem;
  height: 2.8rem;
  background: #45a551;
  border-radius: 2rem;
  color: var(--base-color);
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 353/218;
  border-radius: 2rem;
}
.articleUnit__title {
  color: #005722;
  font-weight: 700;
  line-height: 1.6;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 5.2rem 2rem 0;
}
.PageNavi .page-numbers {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  color: var(--font-color);
  font-weight: 700;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .PageNavi .page-numbers:hover {
    filter: brightness(1.1);
  }
}
.PageNavi .page-numbers:not(.prev):not(.next):not(.current) {
  color: #fff;
  background: #45a551;
}
.PageNavi .page-numbers.current {
  color: #fff;
  background: #005722;
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 5.2rem 2rem 0;
}
.single .h2-title {
  margin-left: -2rem;
  border-radius: 0 2rem 2rem 0;
  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 {
  font-size: 1.2rem;
  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.3rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.single__desc strong {
  font-weight: 900;
  font-size: 1.5rem;
}
.single__desc ol {
  margin-left: 2.5rem;
}
.single__desc ol li {
  list-style-type: decimal;
}
.single__desc ul {
  margin-left: 2.5rem;
}
.single__desc ul li {
  list-style-type: disc;
}
.single__desc a {
  color: var(--color-green-dark);
  text-decoration: underline;
}
.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: #eef5ed;
}
.single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5,
.single__desc h6 {
  font-weight: 700;
  line-height: var(--lh-16);
}
.single__desc h2 {
  width: calc(100% + 2rem);
  padding: 2.4rem;
  margin-left: -2rem;
  border-radius: 0 2rem 2rem 0;
  background: url(../images/bg_01.webp) repeat center/contain;
  color: var(--base-color);
  font-size: 1.7rem;
}
.single__desc h3 {
  padding-bottom: 1.4rem;
  color: var(--color-green-dark);
  font-size: 1.6rem;
  position: relative;
}
.single__desc h3::before, .single__desc h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single__desc h3::before {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background: var(--color-green-dark);
}
.single__desc h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
.single__desc h4,
.single__desc h5,
.single__desc h6 {
  color: var(--color-green);
  font-size: 1.4rem;
}
.single .supervision {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem 2rem;
  background: var(--base-color);
  border-radius: 2rem;
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.single .supervision__title {
  color: var(--color-green-dark);
  font-size: 2rem;
  font-weight: 700;
}
.single .supervision__name {
  text-align: center;
}
.single .supervision__name p:nth-of-type(1) {
  color: var(--color-green);
  font-weight: 700;
}
.single .supervision .c-button {
  margin-top: 2rem;
}

.singleNavi {
  padding: 5.2rem 2rem 0;
}
.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.5rem;
  color: var(--font-color);
  font-size: 1.4rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .singleNavi__prev:hover, .singleNavi__archive:hover, .singleNavi__next:hover {
    color: var(--color-green-dark);
  }
  .singleNavi__prev:hover svg, .singleNavi__archive:hover svg, .singleNavi__next:hover svg {
    fill: var(--color-green-dark);
  }
}
.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 {
  scale: -1 1;
}
/*# sourceMappingURL=style.css.map */
