@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
  overflow-x: hidden;
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  color: #695542;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.32px;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  max-width: 1280px;
  margin-inline: auto;
}

.c-button {
  border-radius: 26px;
  border: 1px solid #40862f;
  background: #fff;
}
.c-button--instagram {
  border-radius: 999px;
  border: none;
  padding: 1px;
  background: linear-gradient(45deg, #e87bd3, #ffaa46);
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: 0.3s ease;
}
.c-button--instagram .c-button__inner svg {
  transition: 0.3s ease;
}
.c-button--instagram:hover, .c-button--instagram:focus-visible {
  background: linear-gradient(315deg, #e87bd3, #ffaa46);
  opacity: 0.8;
}
.c-button__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 999px;
}
.c-button__actionPair {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.125rem, 4vw, 0.9375rem);
}
.c-button__tel {
  font-size: clamp(0.625rem, 4.266666vw, 1rem);
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.125rem, 1.6vw, 0.375rem);
  padding-block: 0.5rem;
  padding-inline: clamp(0.125rem, 3.7333333vw, 0.875rem);
}
.c-button__tel-icon {
  width: clamp(10px, 6.4vw, 24px);
}
.c-button__reservation {
  font-size: clamp(0.625rem, 4vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.046875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0rem, 0.5333333vw, 0.125rem);
  padding-block: 0.5rem;
  padding-right: clamp(0rem, 3.568vw, 0.84375rem);
  padding-left: clamp(0rem, 2.66666667vw, 0.625rem);
}
.c-button__reservation-icon {
  width: clamp(10px, 6.4vw, 24px);
}
.c-button__arrow {
  position: relative;
  top: 2px;
  left: 5px;
  width: clamp(2px, 2.66666667vw, 10px);
}

.c-sectionTitle__wrapper {
  text-align: center;
}

.c-sectionTitle {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}

.c-sectionTitle--leaf {
  position: relative;
  display: inline-flex;
}
.c-sectionTitle--leaf::before, .c-sectionTitle--leaf::after {
  content: "";
  position: absolute;
  top: 35%;
  width: 7.875rem;
  aspect-ratio: 4/3;
  background: url("../images/philosophy-leaf.webp") center/contain no-repeat;
}
@media (max-width: 599px) {
  .c-sectionTitle--leaf::before, .c-sectionTitle--leaf::after {
    top: -10%;
    width: 5.875rem;
  }
}
.c-sectionTitle--leaf::before {
  left: 50%;
  transform: translateX(calc(-50% - 256px)) rotate(-206deg);
}
@media (max-width: 599px) {
  .c-sectionTitle--leaf::before {
    transform: translateX(calc(-50% - 130px)) rotate(-206deg);
  }
}
.c-sectionTitle--leaf::after {
  left: 50%;
  transform: translateX(calc(-50% + 256px)) scaleX(-1) rotate(-206deg);
}
@media (max-width: 599px) {
  .c-sectionTitle--leaf::after {
    transform: translateX(calc(-50% + 130px)) scaleX(-1) rotate(-206deg);
  }
}
.c-sectionTitle--leaf .c-sectionTitle__en {
  line-height: 5.625;
}
.c-sectionTitle--leaf .c-sectionTitle__ja {
  margin-top: -1.125rem;
  font-size: 2rem;
  line-height: 1.0625;
  letter-spacing: 0.1rem;
}
@media (max-width: 599px) {
  .c-sectionTitle--leaf .c-sectionTitle__ja {
    font-size: 1.375rem;
    line-height: 1.21429;
    letter-spacing: 0.06875rem;
  }
}

.c-sectionTitle__en {
  margin: 0;
  color: #ffc555;
  font-size: 1rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 599px) {
  .c-sectionTitle__en {
    font-size: 0.75rem;
    letter-spacing: 0.0075rem;
  }
}

.c-sectionTitle__ja {
  margin: 0;
  color: #619545;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21429;
  letter-spacing: 0.0875rem;
  margin-top: -0.4375rem;
}
@media (max-width: 599px) {
  .c-sectionTitle__ja {
    font-size: 1.375rem;
    line-height: 1.21429;
    letter-spacing: 0.06875rem;
  }
}

.c-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
.c-drawer[aria-hidden=true] .c-drawer__overlay {
  display: none;
}
.c-drawer[aria-hidden=true] .c-drawer__panel {
  pointer-events: none;
}
.is-drawerOpen .c-drawer {
  pointer-events: auto;
  opacity: 1;
}
.c-drawer__overlay {
  position: absolute;
  inset: 0;
}
.is-drawerOpen .c-drawer__overlay {
  display: block;
}
.c-drawer__panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background: #faf5ef;
  border-left: none;
  transform: translateY(-0.5rem);
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
  display: block;
}
.is-drawerOpen .c-drawer__panel {
  transform: translateY(0);
  opacity: 1;
}
.c-drawer__nav {
  overflow: visible;
  padding: 2.25rem 2.375rem 1.875rem;
  max-width: 700px;
  margin-inline: auto;
}
.c-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.c-drawer__list > .c-drawer__item:last-child {
  border-bottom: 1px solid #a8ce93;
}
.c-drawer__item--hasSub {
  display: grid;
}
.c-drawer__item--hasSub.is-open .c-drawer__subToggleIcon {
  transform: translateY(2px) rotate(-135deg);
}
.c-drawer__subToggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0 0 0 0.625rem;
  border: none;
  border-top: 1px solid #a8ce93;
  background: transparent;
  font: inherit;
  line-height: 2.69;
  color: #363636;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.c-drawer__subToggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
.c-drawer__subToggle:hover, .c-drawer__subToggle:focus-visible {
  background: #eef7ef;
}
.c-drawer__subToggle--stacked {
  padding-left: 0;
  gap: 0.2813rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.c-drawer__subToggle--stacked::before {
  display: none;
}
.c-drawer__subToggleLabel {
  flex: 1;
  min-width: 0;
}
.c-drawer__subToggleIcon {
  flex: 0 0 auto;
  margin-right: 0.4375rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #619545;
  border-bottom: 2px solid #619545;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.c-drawer__subPanel {
  background: transparent;
  box-shadow: none;
  padding: 0 0 0.5rem 0.90625rem;
}
.c-drawer__subPanel[hidden] {
  display: none;
}
.c-drawer__subPanel .l-header__subTitle {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  padding-bottom: 0.35rem;
}
.c-drawer__subPanel .l-header__subList {
  gap: 0.5rem;
  padding-top: 0;
}
.c-drawer__subPanel .l-header__subLink {
  color: #695542;
  font-size: 0.9375rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.25rem;
}
.c-drawer__subPanel .l-header__subLink::after {
  width: 16px;
  height: 16px;
  background: url("../images/arrow-gray.webp") center/contain no-repeat;
}
.c-drawer__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding-left: 0.625rem;
  line-height: 2.69;
  border-top: 1px solid #a8ce93;
  color: #363636;
}
.c-drawer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
.c-drawer__link:hover, .c-drawer__link:focus-visible {
  background: #eef7ef;
}
.c-drawer__link.is-last {
  font-size: 0.9375rem;
  font-weight: 700;
  padding-left: 0;
  gap: 0.2813rem;
}
.c-drawer__link.is-last::before {
  display: none;
}
.c-drawer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
}
.c-drawer__address {
  text-align: center;
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.04375rem;
  margin: 0;
}
.c-drawer__access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5869rem;
  margin-top: 0.625rem;
  padding-bottom: 0.125rem;
  color: #619545;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.0175rem;
  border-bottom: 1px solid #619545;
}
.c-drawer__instagram {
  margin-top: 1.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 1px;
}
.c-drawer__instagram .c-button__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.is-drawerOpen body {
  overflow: hidden;
}

.c-pageHero {
  position: relative;
  overflow: hidden;
}
.c-pageHero__inner {
  position: relative;
  z-index: 2;
  padding-top: 7.75rem;
  background: linear-gradient(90deg, #faf5ef 0%, rgba(250, 245, 239, 0.9) 25%, rgba(250, 245, 239, 0) 50%, rgba(250, 245, 239, 0) 100%);
}
@media (max-width: 1024px) {
  .c-pageHero__inner {
    padding-top: 4.75rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 599px) {
  .c-pageHero__inner {
    padding-top: 2.75rem;
    padding-bottom: 1.5rem;
  }
}
.c-pageHero__body {
  position: relative;
  bottom: -3rem;
}
.c-pageHero__ja {
  margin: 0;
  padding-left: 10.06rem;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.2375rem;
}
@media (max-width: 1024px) {
  .c-pageHero__ja {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .c-pageHero__ja {
    font-size: 1.75rem;
    padding-left: 10vw;
  }
}
.c-pageHero__en {
  margin: 1.875rem 0 0;
  color: #fff;
  font-size: 5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.3375;
  letter-spacing: 0.05rem;
}
@media (max-width: 1024px) {
  .c-pageHero__en {
    font-size: 4rem;
  }
}
@media (max-width: 599px) {
  .c-pageHero__en {
    font-size: 2.5rem;
    letter-spacing: 0.04rem;
  }
}
.c-pageHero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-pageHero__media--about {
  background-image: url("../images/hero-about.webp");
}
.c-pageHero__media--price {
  background-image: url("../images/hero-price.webp");
}
.c-pageHero__media--access {
  background-image: url("../images/hero-access.webp");
}
.c-pageHero__media--news {
  background-image: url("../images/hero-news.webp");
}
.c-pageHero__media--oral {
  background-image: url("../images/hero-oral.webp");
}
.c-pageHero__media--equipment {
  background-image: url("../images/hero-equipment.webp");
}
.c-pageHero__media--health {
  background-image: url("../images/hero-health.webp");
}
.c-pageHero__media--fip {
  background-image: url("../images/hero-fip.webp");
}
.c-pageHero__media--prevention {
  background-image: url("../images/hero-prevention.webp");
}
.c-pageHero__media--surgical {
  background-image: url("../images/hero-surgical.webp");
}
.c-pageHero__decor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.c-pageHero__decor-image {
  position: absolute;
  width: 424px;
  left: -157px;
  top: -64px;
}
@media (max-width: 1024px) {
  .c-pageHero__decor-image {
    width: 360px;
    left: -137px;
  }
}
@media (max-width: 599px) {
  .c-pageHero__decor-image {
    width: 240px;
    left: -88px;
    top: -56px;
  }
}

.c-breadcrumb {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.27rem;
}
.c-breadcrumb__inner {
  display: flex;
  justify-content: flex-end;
}
.c-breadcrumb__list {
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 2.33333;
  letter-spacing: 0.015rem;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url("../images/breadcrumb-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-breadcrumb__link {
  text-decoration: none;
}
.c-breadcrumb__link:hover, .c-breadcrumb__link:focus-visible {
  text-decoration: underline;
}

.c-btnHome {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.c-btnHome--primary {
  background: #2f7a3b;
  color: #fff;
}

.c-btnHome--primary:hover,
.c-btnHome--primary:focus-visible {
  background: #25612f;
}

.c-btnHome--outline {
  background: #fff;
  border-color: #2f7a3b;
  color: #2f7a3b;
}

.c-btnHome--outline:hover,
.c-btnHome--outline:focus-visible {
  background: #eef7ef;
}

.c-btnHome--ghost {
  background: #f1f7f2;
  color: #2f7a3b;
}

.c-btnHome--ghost:hover,
.c-btnHome--ghost:focus-visible {
  background: #e5f1e7;
}

.c-pagination {
  margin-top: 2.5rem;
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  color: #619545;
  border: 1px solid #619545;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.c-pagination__link:hover, .c-pagination__link:focus-visible {
  background: #619545;
  color: #fff;
}
.c-pagination__link--current {
  background: #619545;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.c-pagination__item--prev .c-pagination__link, .c-pagination__item--next .c-pagination__link {
  border-color: transparent;
  background: transparent;
}
.c-pagination__item--prev .c-pagination__link:hover, .c-pagination__item--prev .c-pagination__link:focus-visible, .c-pagination__item--next .c-pagination__link:hover, .c-pagination__item--next .c-pagination__link:focus-visible {
  background: transparent;
  color: #2f7a3b;
  opacity: 0.8;
}

.p-pageTop {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #f3982e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 80;
}
@media (max-width: 599px) {
  .p-pageTop {
    justify-content: flex-start;
    padding-top: 0.8125rem;
    gap: 0.4375rem;
  }
}
.p-pageTop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: 0.3s;
}
.p-pageTop.is-visible:hover {
  opacity: 0.9;
  transform: translateY(2px);
}
@media (max-width: 599px) {
  .p-pageTop {
    right: 10px;
    bottom: 78px;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-pageTop__icon {
  width: 1.66456rem;
  height: 0.83213rem;
  background: url("../images/page-top.svg") center/contain no-repeat;
}
@media (max-width: 599px) {
  .p-pageTop__icon {
    background-image: url("../images/page-top-sp.svg");
  }
}
.p-pageTop__text {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.04375rem;
}
@media (max-width: 599px) {
  .p-pageTop__text {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}

.p-hours {
  --hours-lead: 120px;
  --hours-day: 47px;
  margin-top: 1.8125rem;
}
.p-hours__tableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .p-hours__tableWrap {
    max-width: 350px;
  }
}
.p-hours__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .p-hours__table {
    width: 95%;
    margin: auto;
  }
}
.p-hours__col--lead {
  width: var(--hours-lead);
}
.p-hours__col--day {
  width: var(--hours-day);
}
.p-hours {
  /* 最終列は幅指定なし（ラップ幅に合わせて余白として伸縮） */
}
.p-hours__th, .p-hours__rowTh, .p-hours__td {
  border-top: 1px solid #b5b0ab;
  text-align: center;
  vertical-align: middle;
}
.p-hours__tbody tr:last-child .p-hours__rowTh, .p-hours__tbody tr:last-child .p-hours__td {
  border-bottom: 1px solid #b5b0ab;
}
.p-hours__th {
  border-top: none;
  padding-bottom: 0.1875rem;
}
@media (max-width: 599px) {
  .p-hours__th {
    padding-bottom: 0.5625rem;
  }
}
.p-hours__thead .p-hours__th--lead {
  width: var(--hours-lead);
  min-width: var(--hours-lead);
  max-width: var(--hours-lead);
  box-sizing: border-box;
  color: #619545;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-hours__thead .p-hours__th--lead {
    font-size: 14px;
    line-height: 1.11111;
    letter-spacing: 0.01125rem;
  }
}
.p-hours__thead .p-hours__th:not(.p-hours__th--lead):not(.p-hours__th--spacer) {
  width: var(--hours-day);
  min-width: var(--hours-day);
  max-width: var(--hours-day);
  box-sizing: border-box;
}
.p-hours__tbody .p-hours__td:not(.p-hours__td--spacer) {
  width: var(--hours-day);
  min-width: var(--hours-day);
  max-width: var(--hours-day);
  box-sizing: border-box;
}
.p-hours__thead .p-hours__th--spacer, .p-hours__tbody .p-hours__td--spacer {
  width: auto;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .p-hours__thead .p-hours__th--weekday, .p-hours__thead .p-hours__th--sat, .p-hours__thead .p-hours__th--sun, .p-hours__thead .p-hours__th--hol {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.0125rem;
  }
}
.p-hours__thead .p-hours__th--weekday {
  color: #363636;
}
.p-hours__thead .p-hours__th--sat {
  color: #619545;
}
.p-hours__thead .p-hours__th--sun, .p-hours__thead .p-hours__th--hol {
  color: #be5454;
}
.p-hours__rowTh {
  width: var(--hours-lead);
  min-width: var(--hours-lead);
  max-width: var(--hours-lead);
  box-sizing: border-box;
  color: #363636;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.611111;
  letter-spacing: 0.0225rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 599px) {
  .p-hours__rowTh {
    width: var(--hours-lead);
    min-width: var(--hours-lead);
    max-width: var(--hours-lead);
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: 0.0125rem;
    padding: 0;
  }
}
.p-hours__markStack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.p-hours__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.p-hours__mark--circle {
  width: 18.546px;
  height: 18.546px;
  aspect-ratio: 1/1;
  border-radius: 18.546px;
  background: #619545;
}
@media (max-width: 599px) {
  .p-hours__mark--circle {
    width: 10.5px;
    height: 10.5px;
  }
}
.p-hours__mark--line {
  width: 18.546px;
  height: 2.318px;
  border-radius: 3px;
  background: #619545;
}
@media (max-width: 599px) {
  .p-hours__mark--line {
    width: 10.521px;
    height: 1.315px;
  }
}
.p-hours__mark--triangle svg {
  display: block;
}
@media (max-width: 599px) {
  .p-hours__mark--triangle svg {
    width: 10.521px;
    height: 8.549px;
  }
}
.p-hours__notes {
  display: grid;
  gap: 1rem;
  margin: 1.5625rem 0 0;
}
@media (max-width: 599px) {
  .p-hours__notes {
    margin-top: 0.75rem;
    gap: 0.8125rem;
  }
}
.p-hours__note {
  background: #faf5ef;
  margin-inline: 0.8125rem;
}
@media (max-width: 599px) {
  .p-hours__note {
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-hours__note--closed {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  grid-template-columns: none;
  padding: 0.6875rem 1.5625rem 0.4375rem;
  letter-spacing: normal;
}
@media (max-width: 599px) {
  .p-hours__note--closed {
    padding: 0.875rem 0.5rem 0.5625rem;
  }
}
.p-hours__note--remark {
  padding: 1.1875rem 1.875rem 0.6875rem;
}
@media (max-width: 599px) {
  .p-hours__note--remark {
    padding: 0.75rem 0.5rem 0.5625rem;
  }
}
.p-hours__noteLead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1875rem;
}
@media (max-width: 599px) {
  .p-hours__noteLead {
    flex-direction: column;
    gap: 0;
  }
}
.p-hours__note--closed .p-hours__noteList {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 599px) {
  .p-hours__note--closed .p-hours__noteList {
    padding: 0;
    max-width: 350px;
    margin-inline: auto;
  }
}
.p-hours__noteTitle {
  margin: 0;
  color: #619545;
  font-weight: 700;
  line-height: 1.733333;
  letter-spacing: 0.01875rem;
}
.p-hours__noteLine {
  margin: 0;
  line-height: 1.733333;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-hours__noteLine {
    margin-top: -0.125rem;
  }
}
.p-hours__noteList {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.71429;
  letter-spacing: normal;
}
@media (max-width: 599px) {
  .p-hours__noteList {
    line-height: 1.66667;
  }
}
@media (max-width: 599px) {
  .p-hours {
    --hours-lead: 88px;
    --hours-day: clamp(10px, 7.0133333vw, 30px);
    margin-top: 1.25rem;
    /* body の line-height: 32px 継承で行が膨らむのを防ぎ、行高を指定 */
  }
  .p-hours__tbody tr {
    height: 32.5px;
  }
  .p-hours__tbody .p-hours__td {
    line-height: 0;
  }
}

.p-staffInfo {
  padding-top: 3.3125rem;
  background: #fff;
}
@media (max-width: 599px) {
  .p-staffInfo {
    padding-top: 1.5rem;
  }
}
.p-staffInfo__content {
  display: flex;
  background: #faf5ef;
  position: relative;
  margin-top: 8.52rem;
  margin-left: 5rem;
}
@media (min-width: 1800px) {
  .p-staffInfo__content {
    min-height: 497px;
    margin-left: 10rem;
  }
}
@media (max-width: 1024px) {
  .p-staffInfo__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  .p-staffInfo__content {
    margin-top: 6rem;
    margin-left: 1rem;
  }
}
.p-staffInfo__content::before {
  content: "Greeting";
  position: absolute;
  top: 92px;
  left: -72px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.27419;
  letter-spacing: 0.03875rem;
}
@media (max-width: 599px) {
  .p-staffInfo__content::before {
    font-size: 3.5rem;
    left: -66px;
  }
}
.p-staffInfo__text {
  width: 46.5%;
  padding: 3.56rem 0 3.56rem 10.62rem;
}
@media (min-width: 1800px) {
  .p-staffInfo__text {
    padding: 3.56rem 0 3.56rem 21.62rem;
  }
}
@media (max-width: 1024px) {
  .p-staffInfo__text {
    width: 100%;
    padding: 2rem;
    margin-top: -5rem;
  }
}
.p-staffInfo__subTitle {
  margin: 0;
  color: #917262;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
}
@media (max-width: 599px) {
  .p-staffInfo__subTitle {
    font-size: 1.25rem;
  }
}
.p-staffInfo__paragraph {
  margin: 1.625rem 0 0;
  font-family: "Noto Sans JP";
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-staffInfo__paragraph {
    margin: 0.5rem 0 0;
    line-height: 1.8;
  }
}
.p-staffInfo__signature {
  margin: 1.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.87rem;
}
.p-staffInfo__name {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.64706;
  letter-spacing: 0.02125rem;
}
@media (max-width: 599px) {
  .p-staffInfo__name {
    font-size: 1rem;
  }
}
.p-staffInfo__nameEn {
  color: #ffc555;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.15385;
  letter-spacing: 0.01625rem;
}
.p-staffInfo__photo {
  margin: 0;
  position: absolute;
  top: -3.75rem;
  left: calc(46.5% + 5.1875rem);
  width: 100%;
  max-width: 396px;
}
@media (min-width: 1800px) {
  .p-staffInfo__photo {
    left: calc(56.5% + 5.1875rem);
  }
}
@media (max-width: 1024px) {
  .p-staffInfo__photo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
  }
}
@media (max-width: 599px) {
  .p-staffInfo__photo {
    max-width: 61vw;
    min-width: 225px;
    left: 60%;
  }
}
.p-staffInfo__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 74/97;
}

.p-clinicGallery {
  padding-top: 5.375rem;
  padding-bottom: 11.5rem;
  background: #fff;
}
@media (max-width: 599px) {
  .p-clinicGallery {
    padding-top: 3rem;
    padding-bottom: 6rem;
    padding-inline: 1rem;
  }
}
.p-clinicGallery__grid {
  margin-top: 4.75rem;
  padding-inline: clamp(1rem, 13.8vw, 19rem);
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem 2.5rem;
}
@media (min-width: 1800px) {
  .p-clinicGallery__grid {
    gap: 6.25rem 5.5rem;
    max-width: 2290px;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .p-clinicGallery__grid {
    gap: 1.5rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-clinicGallery__grid {
    max-width: 380px;
    margin-inline: auto;
    padding-inline: 0;
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-clinicGallery__item {
  margin: 0;
  max-width: 500px;
}
@media (min-width: 1800px) {
  .p-clinicGallery__item {
    max-width: 800px;
  }
}
.p-clinicGallery__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/380;
}
.p-clinicGallery__caption {
  margin: 0.375rem 0 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
  padding-left: 0.6875rem;
  position: relative;
}
@media (max-width: 599px) {
  .p-clinicGallery__caption {
    margin: 0;
  }
}
.p-clinicGallery__caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc555;
  transform: translateY(-50%);
}

.p-doctorCareer {
  padding-top: 3.38rem;
  padding-bottom: 7.125rem;
}
@media (max-width: 599px) {
  .p-doctorCareer {
    padding-top: 2rem;
  }
}
@media (min-width: 1800px) {
  .p-doctorCareer__inner {
    max-width: 1800px;
    padding-inline: 2rem;
  }
}
.p-doctorCareer__grid {
  max-width: 972px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.38rem 3rem;
}
@media (min-width: 1800px) {
  .p-doctorCareer__grid {
    max-width: none;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-doctorCareer__grid > :last-child:nth-child(odd) {
  grid-column: 1/-1;
}
@media (min-width: 1800px) {
  .p-doctorCareer__grid > :last-child:nth-child(odd) {
    grid-column: auto;
  }
}
@media (max-width: 1024px) {
  .p-doctorCareer__grid {
    padding-inline: 1rem;
    gap: 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-doctorCareer__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-doctorCareer__card {
  border: 1px solid #a8ce93;
  padding: 0.75rem;
}
@media (max-width: 599px) {
  .p-doctorCareer__card {
    padding: 0.5rem;
  }
}
.p-doctorCareer__cardTitle {
  margin: 0;
  color: #917262;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
}
.p-doctorCareer__list {
  margin: 0.375rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3125rem;
}
@media (max-width: 1024px) {
  .p-doctorCareer__list {
    gap: 0.375rem;
  }
}
.p-doctorCareer__item {
  position: relative;
  padding-left: 1.1rem;
  padding-right: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.86667;
  letter-spacing: 0.01875rem;
}
@media (max-width: 1024px) {
  .p-doctorCareer__item {
    line-height: 1.8;
    padding-right: 0.25rem;
  }
}
.p-doctorCareer__item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc555;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .p-doctorCareer__item::before {
    top: 10px;
  }
}

.p-staffSummary {
  background: #faf5ef;
  margin-right: 5rem;
  position: relative;
}
@media (min-width: 1800px) {
  .p-staffSummary {
    margin-right: 10rem;
  }
}
@media (max-width: 599px) {
  .p-staffSummary {
    margin-right: 1rem;
  }
}
.p-staffSummary::before {
  content: "Staff";
  position: absolute;
  top: 47px;
  right: -25px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.27419;
  letter-spacing: 0.03875rem;
}
@media (max-width: 599px) {
  .p-staffSummary::before {
    font-size: 3.5rem;
    right: -40px;
  }
}
.p-staffSummary__content {
  display: flex;
  justify-content: space-between;
  padding-left: 11.75rem;
  padding-right: 6.72rem;
  gap: 5rem;
}
@media (min-width: 1800px) {
  .p-staffSummary__content {
    padding-right: 7vw;
    justify-content: center;
    gap: 10rem;
  }
}
@media (max-width: 1024px) {
  .p-staffSummary__content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.p-staffSummary__photo {
  margin: 0;
  position: relative;
  top: -60px;
  left: 0;
  width: 100%;
  max-width: 469px;
}
@media (min-width: 1800px) {
  .p-staffSummary__photo {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .p-staffSummary__photo {
    left: 45%;
    transform: translateX(-50%);
    width: 63vw;
    max-width: 474px;
  }
}
.p-staffSummary__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 469/305;
}
.p-staffSummary__table {
  margin-top: 0.1875rem;
  width: 48.5%;
  padding-top: 4.56rem;
  padding-bottom: 4.37rem;
  max-width: 550px;
  margin-inline: auto;
}
@media (min-width: 1800px) {
  .p-staffSummary__table {
    max-width: 640px;
  }
}
@media (max-width: 1024px) {
  .p-staffSummary__table {
    padding-top: 0;
    width: 60%;
  }
}
@media (max-width: 599px) {
  .p-staffSummary__table {
    padding-bottom: 1.5rem;
  }
}
.p-staffSummary__title {
  margin: 0;
  color: #917262;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
}
.p-staffSummary__list {
  margin: 0;
  padding: 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-staffSummary__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.p-staffSummary__term {
  margin: 0;
  flex-shrink: 0;
}
.p-staffSummary__line {
  flex: 1;
  height: 1px;
  background-image: radial-gradient(circle, #b5b0ab 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: center;
}
.p-staffSummary__desc {
  margin: 0;
  flex-shrink: 0;
  text-align: right;
}

.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 1024px) {
  .p-header {
    height: auto;
    max-height: 70px;
  }
}
@media (max-width: 599px) {
  .p-header {
    height: auto;
    max-height: 60px;
  }
}
.p-header__inner {
  display: flex;
  height: 100%;
  min-height: 167px;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 1.6875rem;
  padding-right: 1.875rem;
}
@media (max-width: 1024px) {
  .p-header__inner {
    padding: 0.4rem 0.5rem 0 0.5rem;
    max-height: 70px;
    min-height: 70px;
  }
}
@media (max-width: 599px) {
  .p-header__inner {
    max-height: 60px;
    min-height: 60px;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-header__brand {
  display: inline-flex;
  margin-top: 0.875rem;
}
@media (max-width: 1024px) {
  .p-header__brand {
    margin-top: 0.1875rem;
  }
}
.p-header__brandBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header__tagline {
  display: block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #363636;
  line-height: 1.63636;
  letter-spacing: 0.034375rem;
  margin-left: 0.3125rem;
}
@media (max-width: 599px) {
  .p-header__tagline {
    font-size: clamp(0.5rem, 2.933vw, 0.6875rem);
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__tagline {
    letter-spacing: -0.01875rem;
    margin-left: 0;
  }
}
.p-header__titleRow {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .p-header__titleRow {
    margin-left: 0.125rem;
  }
}
.p-header__logoImage {
  display: block;
  flex-shrink: 0;
  max-width: 38px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .p-header__logoImage {
    height: 2.125rem;
    max-width: 2.125rem;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__logoImage {
    max-width: 34px;
  }
}
.p-header__siteName {
  color: #004f76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.015rem;
}
@media (max-width: 599px) {
  .p-header__siteName {
    font-size: clamp(1rem, 5.333vw, 1.25rem);
    letter-spacing: -0.04375rem;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__siteName {
    font-size: 1.125rem;
  }
}
.p-header__right {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-header__right {
    display: none;
  }
}
.p-header__topBar {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.836875rem;
}
.p-header__address {
  display: flex;
  align-items: center;
  gap: 0.245625rem;
  font-size: 0.8125rem;
  line-height: 2.46154;
  letter-spacing: 0.040625rem;
  text-align: right;
  color: #695542;
  margin: 0;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__address {
    letter-spacing: 0;
    font-size: 0.6875rem;
  }
}
.p-header__actionPair {
  display: inline-flex;
  flex-shrink: 0;
}
.p-header__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  line-height: 1.2;
  letter-spacing: 0.046875rem;
  border: 0.0625rem solid transparent;
}
.p-header__pill--queue {
  border-radius: 0 0 0 1.625rem;
  background: #40862f;
  color: #fff;
  padding: 0.25rem 1.125rem 0.5rem 1.09rem;
}
.p-header__pill--queue:hover, .p-header__pill--queue:focus-visible {
  background: #174823;
  color: #fff;
}
.p-header__pill--tel {
  margin-left: -0.0625rem;
  border-radius: 0 0 1.625rem 0;
  background: #6ba848;
  color: #fff;
  padding: 0.375rem 1.3125rem 0.4rem 1.2rem;
}
.p-header__pill--tel:hover, .p-header__pill--tel:focus-visible {
  background: #347542;
  color: #fff;
}
.p-header__pillMark, .p-header__pillPhoneIcon {
  display: grid;
  place-items: center;
}
.p-header__telephoneNumber {
  font-variant-numeric: tabular-nums;
}
.p-header__mainNavigation {
  width: 100%;
}
.p-header__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__navList {
    gap: 1.125rem;
  }
}
.p-header__navItem {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.p-header__navItem:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -1.3125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__navItem:not(:first-child)::before {
    left: -0.6875rem;
    width: 4px;
    height: 4px;
  }
}
.p-header__navItem--stacked {
  align-items: flex-end;
}
.p-header__navItem--stacked::before {
  margin-bottom: 0.35rem;
}
.p-header__navItem--hasSub:hover .p-header__subNavigation, .p-header__navItem--hasSub:focus-within .p-header__subNavigation {
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.p-header__navLink {
  display: inline-flex;
  align-items: center;
  padding: 0 0.15rem;
  text-decoration: none;
  color: #363636;
  line-height: 3;
  letter-spacing: -0.075rem;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__navLink {
    padding: 0;
  }
}
.p-header__navLink:hover, .p-header__navLink:focus-visible {
  color: #2f7a3b;
}
.p-header__navLink--stacked {
  align-items: center;
  gap: 0.5625rem;
  font-weight: 700;
  line-height: 3;
  text-align: center;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-header__navLink--stacked {
    gap: 0.25rem;
  }
}
.p-header__navLink--hasSub {
  position: relative;
  padding-bottom: 0;
}
.p-header__navLinkText {
  position: relative;
  display: inline-block;
}
.p-header__navArrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/arrow-down.webp") center/contain no-repeat;
}
.p-header__subNavigation {
  position: absolute;
  top: calc(100% + 7.8px);
  left: 50%;
  transform: translate(-50%, -8px);
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  max-width: calc(100vw - 24px);
  max-width: min(360px, 100vw - 24px);
  min-width: 260px;
  padding: 1.25rem 1.5rem;
  background: #edfce7;
  opacity: 0.95;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, visibility 0.2s ease;
  z-index: 50;
}
.p-header__subNavigation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.p-header .p-header__navItem--stacked.p-header__navItem--hasSub .p-header__subNavigation {
  left: auto;
  right: 0;
  transform: translate(0, -8px);
}
.p-header .p-header__navItem--stacked.p-header__navItem--hasSub:hover .p-header__subNavigation, .p-header .p-header__navItem--stacked.p-header__navItem--hasSub:focus-within .p-header__subNavigation {
  transform: translate(0, 0);
}
.p-header__subTitle {
  margin: 0;
  color: #363636;
  border-bottom: 1px solid #a8ce93;
  padding-bottom: 0.5rem;
}
.p-header__subList {
  list-style: none;
  padding: 0;
  padding-top: 0.5rem;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.p-header__subLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #363636;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}
.p-header__subLink::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url("../images/arrow.webp") center/contain no-repeat;
}
.p-header__subLink:hover, .p-header__subLink:focus-visible {
  color: #2f7a3b;
}
.p-header__drawerButton {
  display: none;
  align-items: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #6ba848;
  color: #fff;
  margin-left: auto;
  margin-top: 0.125rem;
}
@media (max-width: 1024px) {
  .p-header__drawerButton {
    display: flex;
  }
}
@media (max-width: 599px) {
  .p-header__drawerButton {
    width: clamp(40px, 12.8vw, 48px);
    height: clamp(40px, 12.8vw, 48px);
  }
}
.p-header__drawerIcon {
  width: 18.586px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: clamp(0.5rem, 3.568vw, 0.8363rem);
  position: relative;
}
.p-header__drawerIcon-bar {
  height: 1.5px;
  width: 100%;
  border-radius: 999px;
  background: #fff;
  transition: 0.3s;
  left: 0;
}
.p-header__drawerText {
  font-size: clamp(0.4rem, 2.1333vw, 0.5625rem);
  line-height: 2;
  letter-spacing: 0.028125rem;
  transition: 0.3s;
  margin-top: 0.0625rem;
}
.p-header__drawerText--close {
  display: none;
}

.is-drawerOpen .p-header__drawerText--open {
  display: none;
}
.is-drawerOpen .p-header__drawerText--close {
  display: inline;
}
.is-drawerOpen .p-header__drawerIcon-bar {
  position: absolute;
  left: 0;
}
.is-drawerOpen .p-header__drawerIcon-bar.topbar {
  top: 50%;
  transform: translateY(-50%) rotate(32deg);
}
.is-drawerOpen .p-header__drawerIcon-bar.middlebar {
  opacity: 0;
}
.is-drawerOpen .p-header__drawerIcon-bar.bottombar {
  top: 50%;
  transform: translateY(-50%) rotate(-32deg);
}

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
.p-drawer[aria-hidden=true] .p-drawer__overlay {
  display: none;
}
.p-drawer[aria-hidden=true] .p-drawer__panel {
  pointer-events: none;
}
.is-drawerOpen .p-drawer {
  pointer-events: auto;
  opacity: 1;
}
.p-drawer__overlay {
  position: absolute;
  inset: 0;
}
.is-drawerOpen .p-drawer__overlay {
  display: block;
}
.p-drawer__panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background: #faf5ef;
  border-left: none;
  transform: translateY(-0.5rem);
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
  display: block;
}
.is-drawerOpen .p-drawer__panel {
  transform: translateY(0);
  opacity: 1;
}
.p-drawer__nav {
  overflow: visible;
  padding: 2.25rem 2.375rem 1.875rem;
  max-width: 700px;
  margin-inline: auto;
}
.p-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.p-drawer__list > .p-drawer__item:last-child {
  border-bottom: 1px solid #a8ce93;
}
.p-drawer__item--hasSub {
  display: grid;
}
.p-drawer__item--hasSub.is-open .p-drawer__subToggleIcon {
  transform: translateY(2px) rotate(-135deg);
}
.p-drawer__subToggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0 0 0 0.625rem;
  border: none;
  border-top: 1px solid #a8ce93;
  background: transparent;
  font: inherit;
  line-height: 2.69;
  color: #363636;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.p-drawer__subToggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-drawer__subToggle:hover, .p-drawer__subToggle:focus-visible {
  background: #eef7ef;
}
.p-drawer__subToggle--stacked {
  padding-left: 0;
  gap: 0.2813rem;
  font-weight: 700;
}
.p-drawer__subToggle--stacked::before {
  display: none;
}
.p-drawer__subToggleLabel {
  flex: 1;
  min-width: 0;
}
.p-drawer__subToggleIcon {
  flex: 0 0 auto;
  margin-right: 0.4375rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #619545;
  border-bottom: 2px solid #619545;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.p-drawer__subPanel {
  background: transparent;
  box-shadow: none;
  padding: 0 0 0.5rem 0.90625rem;
}
.p-drawer__subPanel[hidden] {
  display: none;
}
.p-drawer__subPanel .p-header__subTitle {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  padding-bottom: 0.35rem;
}
.p-drawer__subPanel .p-header__subList {
  gap: 0.5rem;
  padding-top: 0;
}
.p-drawer__subPanel .p-header__subLink {
  color: #695542;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.25rem;
}
.p-drawer__subPanel .p-header__subLink::after {
  width: 16px;
  height: 16px;
  background: url("../images/arrow-gray.webp") center/contain no-repeat;
}
.p-drawer__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding-left: 0.625rem;
  line-height: 2.69;
  border-top: 1px solid #a8ce93;
  color: #363636;
}
.p-drawer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-drawer__link:hover, .p-drawer__link:focus-visible {
  background: #eef7ef;
}
.p-drawer__link.is-last {
  font-weight: 700;
  padding-left: 0;
  gap: 0.2813rem;
}
.p-drawer__link.is-last::before {
  display: none;
}
.p-drawer__cta {
  width: 100%;
}

.p-drawer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
}
.p-drawer__address {
  text-align: center;
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.04375rem;
  margin: 0;
}
.p-drawer__access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5869rem;
  margin-top: 0.625rem;
  padding-bottom: 0.125rem;
  color: #619545;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.0175rem;
  border-bottom: 1px solid #619545;
}
.p-drawer__instagram {
  margin-top: 1.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 1px;
}
.p-drawer__instagram .c-button__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.is-drawerOpen body {
  overflow: hidden;
}

.p-mv {
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-mv {
    padding-top: 3.75rem;
  }
}
.p-mv__inner {
  margin-inline: auto;
  position: relative;
}
.p-mv__inner::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -115px;
  width: 17.30263rem;
  height: 12.97694rem;
  transform: scaleX(-1) rotate(206deg);
  aspect-ratio: 4/3;
  opacity: 0.2;
  background: url("../images/leaf-1.webp") center/contain no-repeat;
}
@media (max-width: 1024px) {
  .p-mv__inner::before {
    width: 8.78431rem;
    height: 6.58825rem;
    top: 47px;
    left: -67px;
  }
}
@media (max-width: 599px) {
  .p-mv__inner::before {
    width: 12.5rem;
    height: auto;
    aspect-ratio: 411/390;
    top: auto;
    bottom: 145px;
    left: auto;
    right: -56px;
    transform: none;
    background: url("../images/leaf-sp.webp") center/contain no-repeat;
    opacity: 1;
  }
}
.p-mv__media {
  overflow: hidden;
  width: 100%;
  text-align: right;
}
.p-mv__media-image {
  position: relative;
  display: inline-block;
  right: -29px;
  width: 83.18819vw;
  aspect-ratio: 1198/711;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-mv__media-image {
    right: -110px;
  }
}
@media (max-width: 1024px) {
  .p-mv__media-image {
    right: -150px;
    min-height: 380px;
  }
}
@media (max-width: 599px) {
  .p-mv__media-image {
    width: 100%;
    top: 13px;
    right: 0;
    min-height: auto;
  }
}
.p-mv__media-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
.p-mv__media-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 65%, rgba(255, 255, 255, 0.01) 85%);
}
@media (max-width: 599px) {
  .p-mv__media-image::before {
    width: 100%;
    height: 18%;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 65%, rgba(255, 255, 255, 0.01) 85%);
  }
}
.p-mv__media-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 65%, rgba(255, 255, 255, 0.01) 85%);
}
@media (max-width: 599px) {
  .p-mv__content {
    padding-top: 1.51rem;
    padding-left: 1rem;
  }
}
.p-mv__swiper {
  width: 100%;
  height: 100%;
}
.p-mv__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.p-mv__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .p-mv__pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.125rem;
    margin-top: 1.5625rem;
    position: relative;
    padding-left: clamp(0.1rem, 5.676vw, 1.3125rem);
  }
}
.p-mv__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ede7e1;
  opacity: 1;
  margin: 0;
}
.p-mv__pagination .swiper-pagination-bullet-active {
  background: #a8ce93;
}
.p-mv__lead {
  position: absolute;
  inset: 0;
  top: auto;
  bottom: 117px;
  left: 56px;
  z-index: 2;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-mv__lead {
    bottom: 80px;
  }
}
@media (min-width: 1799.8px) {
  .p-mv__lead {
    bottom: 18vw;
    left: 3.1111vw;
  }
}
@media (max-width: 1024px) {
  .p-mv__lead {
    top: 70px;
    bottom: auto;
    left: 26px;
  }
}
@media (max-width: 599px) {
  .p-mv__lead {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: clamp(0.1rem, 5.676vw, 1.3125rem);
  }
}
.p-mv__catch {
  margin: 0;
  font-weight: 700;
  color: #619545;
  font-size: 2.0625rem;
  line-height: 1.66667;
  letter-spacing: 0.165rem;
}
@media (max-width: 1024px) {
  .p-mv__catch {
    font-size: 1.8125rem;
    line-height: 1.34483;
    letter-spacing: 0.0145rem;
  }
}
@media (max-width: 599px) {
  .p-mv__catch {
    font-size: clamp(1.5rem, 7.84vw, 1.8125rem);
    line-height: 1.34483;
    letter-spacing: 0.145rem;
    margin: 0;
  }
}
.p-mv__desc {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.028125rem;
  margin-top: 1.6875rem;
}
@media (max-width: 1024px) {
  .p-mv__desc {
    font-size: clamp(0.75rem, 1.96vw, 1rem);
    line-height: 1.8;
    letter-spacing: 0.0356rem;
  }
}
@media (max-width: 599px) {
  .p-mv__desc {
    font-size: clamp(0.75rem, 4.054vw, 1rem);
    line-height: 1.8;
    letter-spacing: 0.0356rem;
    margin: 0;
    margin-top: 1.0625rem;
    margin-left: 0.4375rem;
  }
}

.p-news {
  padding: 1.75rem 0 3.0625rem;
}
@media (max-width: 599px) {
  .p-news {
    padding: 3.875rem 0 2.375rem;
  }
}
.p-news__inner {
  padding: 0 6.875rem;
  display: flex;
  gap: 5.6563rem;
}
@media (max-width: 1024px) {
  .p-news__inner {
    padding: 0 1rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .p-news__head {
    flex-shrink: 0;
  }
}
.p-news__actions {
  display: grid;
  gap: 0.625rem;
  justify-items: start;
  margin-top: 2.25rem;
}
@media (max-width: 1024px) {
  .p-news__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
@media (max-width: 599px) {
  .p-news__actions {
    margin-top: 0.1875rem;
  }
}
@media (min-width: 1025px) {
  .p-news__actions {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.p-news__button {
  display: block;
}
.p-news__button--menu {
  gap: 1rem;
  padding: 0.875rem 1.125rem 1rem 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.046875rem;
  color: #619545;
  transition: 0.28s ease;
}
.p-news__button--menu svg {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}
.p-news__button--menu:hover, .p-news__button--menu:focus-visible {
  opacity: 0.7;
}
.p-news__button--menu:hover svg, .p-news__button--menu:focus-visible svg {
  transform: translateX(5px);
}
.p-news__button--instagram {
  color: #695542;
  justify-content: start;
  gap: 0.5625rem;
}
.p-news__button--instagram:hover, .p-news__button--instagram:focus-visible {
  background-position: 100% 50%;
}
.p-news__button--instagram .c-button__inner {
  padding: 0.599375rem 2.990625rem 0.088125rem 3.125rem;
}
.p-news__buttonArrow {
  flex-shrink: 0;
}
.p-news__button-body {
  display: grid;
  line-height: 1.2;
}
.p-news__button-label {
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05rem;
}
.p-news__button-id {
  font-size: 0.5625rem;
  line-height: 2;
  letter-spacing: 0.028125rem;
}
.p-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  max-width: 741px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-news__list {
    margin-inline: auto;
  }
}
.p-news__item {
  padding: 0;
  border-bottom: 1px solid #ede7e1;
}
.p-news__item--empty {
  border-bottom: none;
}
.p-news__empty {
  padding: 0.59375rem 0.15625rem;
  color: #363636;
  line-height: 1.625;
  letter-spacing: 0.05rem;
}
.p-news__date {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #619545;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 0.04375rem;
}
.p-news__date::before {
  content: "";
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23619545'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-news__itemLink {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "date arrow" "title arrow";
  align-items: start;
  gap: 0 0.75rem;
  padding: 0.59375rem 0.59375rem 0.241875rem 0.15625rem;
  border-radius: inherit;
}
.p-news__itemLink:hover, .p-news__itemLink:focus-visible {
  background: #f7fbf8;
}
.p-news__itemLink:focus-visible {
  outline: 2px solid rgba(97, 149, 69, 0.35);
  outline-offset: 2px;
}
@media (max-width: 599px) {
  .p-news__itemLink {
    padding-top: 0.3125rem;
    gap: 0;
  }
}
.p-news__date {
  grid-area: date;
}
.p-news__title {
  grid-area: title;
  min-width: 0;
  color: #363636;
  line-height: 1.625;
  letter-spacing: 0.05rem;
  margin-left: 0.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .p-news__title {
    line-height: 1.733333;
    letter-spacing: 0.046875rem;
    margin-top: -0.25rem;
  }
}
.p-news__arrow {
  grid-area: arrow;
  flex-shrink: 0;
  align-self: center;
}
.p-news__arrow svg {
  display: block;
}
@media (max-width: 1024px) {
  .p-news__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .p-news__actionPair {
    margin-top: 1.125rem;
  }
}
@media (max-width: 599px) {
  .p-news__actionPair.c-button__actionPair {
    display: flex;
  }
}
.p-news__itemLink:hover .p-news__title, .p-news__itemLink:focus-visible .p-news__title {
  color: #2f7a3b;
}

.p-info {
  padding: 4.25rem 0;
  background: #f5fee7;
}
@media (max-width: 599px) {
  .p-info {
    padding: 2.5rem 0;
  }
}
.p-info.sp {
  display: none;
}
@media (max-width: 599px) {
  .p-info.sp {
    display: block;
  }
  .p-info.sp .p-infoCard--concept {
    display: block;
  }
}
.p-info__inner {
  padding: 0 1rem;
}
.p-info__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.625rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .p-info__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .p-info__cards {
    gap: 1.875rem;
  }
}

.p-infoCard {
  background: #fff;
  border: none;
  padding: 3.125rem 2.6875rem 3.125rem;
  position: relative;
  box-shadow: none;
  height: 100%;
}
@media (max-width: 599px) {
  .p-infoCard {
    padding: 2.375rem 1.5625rem 2.625rem;
  }
}
.p-infoCard--concept {
  padding: 3.125rem 3.75rem 3.125rem;
}
@media (max-width: 599px) {
  .p-infoCard--concept {
    padding: 2.375rem 1.25rem 2.875rem;
    display: none;
  }
}
.p-infoCard::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}

.p-infoCard__head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-infoCard__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0.075rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-infoCard__title {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.0625rem;
  }
}

.p-concept {
  margin-top: 1.625rem;
}
@media (max-width: 599px) {
  .p-concept {
    margin-top: 1.1875rem;
  }
}
.p-concept__lead {
  margin: 0;
}
@media (max-width: 599px) {
  .p-concept__lead {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-concept__list {
  margin: 0;
  margin-top: 1.875rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.75rem;
}
@media (max-width: 599px) {
  .p-concept__list {
    margin-top: 0;
    gap: 1.25rem;
  }
}
.p-concept__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .p-concept__item {
    grid-template-columns: 4rem 1fr;
  }
}
.p-concept__icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
}
.p-concept__iconImage {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__body {
  width: 100%;
}
.p-concept__title {
  margin: 0;
  margin-top: 0.25rem;
  color: #619545;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
}
@media (max-width: 599px) {
  .p-concept__title {
    font-size: 1.125rem;
    line-height: 1.888889;
    letter-spacing: 0.05625rem;
  }
}
.p-concept__text {
  margin: 0;
}
@media (max-width: 599px) {
  .p-concept__text {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    padding-inline: 0.625rem;
  }
}

.p-philosophy {
  position: relative;
  background: #faf5ef;
}
@media (max-width: 599px) {
  .p-philosophy {
    display: flex;
    flex-direction: column;
  }
}
.p-philosophy__inner {
  position: relative;
  width: 96vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-philosophy__inner {
    width: 100%;
    max-width: 100%;
    padding-inline: 1.88rem;
    padding-bottom: 3.625rem;
  }
}
.p-philosophy__media {
  position: absolute;
  inset: 0;
  right: 0;
  overflow: hidden;
  text-align: right;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-philosophy__media {
    position: relative;
    inset: auto;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-height: 230px;
    height: 61.333vw;
  }
}
@media (max-width: 599px) {
  .p-philosophy__media::before {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(250, 245, 239, 0.6) 40%, #faf5ef 97%, #faf5ef 100%);
  }
}
.p-philosophy__mediaImage {
  position: relative;
  display: inline-block;
  right: -365px;
}
@media (max-width: 599px) {
  .p-philosophy__mediaImage {
    right: 0;
    display: block;
    width: 100%;
  }
}
.p-philosophy__mediaImage::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  left: 0;
  width: 62.65%;
  pointer-events: none;
  background: linear-gradient(to right, #faf5ef 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 599px) {
  .p-philosophy__mediaImage::before {
    width: 0;
  }
}
.p-philosophy__mediaImageImage {
  position: relative;
  min-width: 1095px;
  width: 76.0417vw;
  height: auto;
}
@media (max-width: 1024px) {
  .p-philosophy__mediaImageImage {
    right: -40px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-philosophy__mediaImageImage {
    min-width: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.p-philosophy__body {
  max-width: 709px;
  padding-top: 5rem;
  padding-bottom: 11.25rem;
}
@media (max-width: 599px) {
  .p-philosophy__body {
    padding-top: 0.1875rem;
    padding-bottom: 0.875rem;
  }
}
.p-philosophy__title {
  position: relative;
}
.p-philosophy__title::before, .p-philosophy__title::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 7.875rem;
  aspect-ratio: 4/3;
  background: url("../images/philosophy-leaf.webp") center/contain no-repeat;
}
@media (max-width: 599px) {
  .p-philosophy__title::before, .p-philosophy__title::after {
    top: -3px;
    width: 6.25rem;
  }
}
.p-philosophy__title::before {
  left: 35px;
  transform: rotate(-206deg);
}
@media (max-width: 599px) {
  .p-philosophy__title::before {
    left: auto;
    right: calc(50% + 48px);
    transform: translateX(-50%) rotate(-206deg);
  }
}
.p-philosophy__title::after {
  right: 36px;
  transform: scaleX(-1) rotate(-206deg);
}
@media (max-width: 599px) {
  .p-philosophy__title::after {
    right: auto;
    left: calc(50% + 147px);
    transform: translateX(-50%) scaleX(-1) rotate(-206deg);
  }
}
.p-philosophy__title-ja {
  font-size: 2rem;
  line-height: 1.0625;
  letter-spacing: 0.1rem;
  margin-top: 0.625rem;
}
@media (max-width: 599px) {
  .p-philosophy__title-ja {
    font-size: 1.375rem;
    line-height: 1.54545;
    letter-spacing: 0.06875rem;
    margin-top: -0.5625rem;
  }
}
.p-philosophy__body-text {
  margin: 2.375rem 0 0;
}
@media (max-width: 599px) {
  .p-philosophy__body-text {
    margin-top: 1.875rem;
    line-height: 2;
    letter-spacing: 0.01875rem;
  }
}

.p-feature__list {
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1020px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-feature__list {
    max-width: 770px;
  }
}
@media (max-width: 599px) {
  .p-feature__list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    transform: none;
    gap: 0.75rem;
  }
}
@media (max-width: 599px) {
  .p-feature__item {
    max-width: 300px;
    margin-inline: auto;
    width: 100%;
  }
}

.p-featureCard {
  position: relative;
  max-width: 326px;
  text-align: center;
  height: 100%;
  border: none;
  padding: 1.81rem 1rem 2.2125rem;
  background-color: #fff;
  background-image: url("../images/feature-leaf-top.webp"), url("../images/feature-leaf-bottom.webp");
  background-repeat: no-repeat;
  background-position: left 0.75rem top 0, right 0.3125rem bottom 0;
  background-size: 4.625rem auto, 4.625rem auto;
}
@media (max-width: 1024px) {
  .p-featureCard {
    padding: 1.81rem 0.6rem 1.875rem;
    background-size: 4rem auto, 4rem auto;
  }
}
@media (max-width: 1024px) {
  .p-featureCard {
    background-position: left 0 top 0, right 0 bottom 0;
  }
}
.p-featureCard::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-featureCard__icon {
  max-width: 84px;
  max-height: 84px;
  margin-inline: auto;
}
.p-featureCard__icon--calendar {
  margin-top: 0.75rem;
}
.p-featureCard__icon-image {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .p-featureCard__icon {
    max-width: 67px;
    max-height: 67px;
  }
}
.p-featureCard__text {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.025rem;
}
@media (max-width: 1024px) {
  .p-featureCard__text {
    line-height: 1.333333;
    letter-spacing: 0.01875rem;
  }
}
@media (max-width: 599px) {
  .p-featureCard__text {
    line-height: 1.333333;
    letter-spacing: 0.01875rem;
  }
}
.p-featureCard__text--big {
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 0.0275rem;
}
@media (max-width: 1024px) {
  .p-featureCard__text--big {
    line-height: 1.6;
    letter-spacing: 0.01875rem;
  }
}
@media (max-width: 599px) {
  .p-featureCard__text--big {
    line-height: 1.6;
    letter-spacing: 0.01875rem;
  }
}
.p-featureCard__text-small {
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
@media (max-width: 1024px) {
  .p-featureCard__text-small {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
@media (max-width: 599px) {
  .p-featureCard__text-small {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

.p-guidance {
  background: #fff;
  padding: 10.75rem 0 6.875rem;
}
@media (max-width: 1024px) {
  .p-guidance {
    padding: 11rem 0 4.3125rem;
  }
}
@media (max-width: 599px) {
  .p-guidance {
    padding: 3.13rem 0 4.125rem;
  }
}
.p-guidance__inner {
  display: grid;
  place-items: center;
  gap: 5.125rem;
  padding-inline: 1rem;
  max-width: calc(1280px + 1rem);
}
@media (max-width: 1024px) {
  .p-guidance__inner {
    padding-inline: 0.62rem;
  }
}
@media (max-width: 599px) {
  .p-guidance__inner {
    gap: 3.5rem;
  }
}

.p-guidanceButton {
  border-radius: 6.75rem;
  border: 2px solid #619545;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1.8125rem;
  padding-right: 3rem;
  padding-left: 18.25rem;
  text-decoration: none;
  color: #619545;
  gap: 10.375rem;
  transition: 0.3s ease;
}
.p-guidanceButton.u-fade:hover, .p-guidanceButton.u-fade:focus-visible {
  opacity: 0.7;
}
.p-guidanceButton.u-fade:hover .p-guidanceButton__arrow, .p-guidanceButton.u-fade:focus-visible .p-guidanceButton__arrow {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .p-guidanceButton {
    width: 100%;
    max-width: 355px;
    max-height: 93px;
    padding-right: 1rem;
    padding-left: 0;
    padding-top: 0.125rem;
    padding-bottom: 0.5rem;
    gap: clamp(0.001rem, 1.066667vw, 0.25rem);
  }
}
.p-guidanceButton::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/leaf-guidance.webp") left center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-guidanceButton::before {
    background: url("../images/leaf-guidance-sp.webp") left center/contain no-repeat;
  }
}
.p-guidanceButton > * {
  position: relative;
  z-index: 1;
}
.p-guidanceButton__text {
  margin: 0;
  color: #619545;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.30769;
  letter-spacing: 0.08125rem;
}
@media (max-width: 1024px) {
  .p-guidanceButton__text {
    font-size: clamp(0.75rem, 4.8vw, 1.125rem);
    line-height: 1.66667;
    letter-spacing: 0.05625rem;
    margin-top: -0.625rem;
  }
}
.p-guidanceButton__arrow {
  width: 59px;
  height: 59px;
  flex: 0 0 auto;
  display: inline-block;
  margin-top: 0.625rem;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .p-guidanceButton__arrow {
    width: clamp(25px, 9.33333vw, 35px);
    height: clamp(25px, 9.33333vw, 35px);
  }
  .p-guidanceButton__arrow-sp {
    width: 100%;
    height: 100%;
  }
}

.p-guidanceButtonTitle {
  margin-top: 2.25rem;
}
.p-guidanceButtonTitle .c-sectionTitle__en {
  margin-top: 0.375rem;
}
@media (max-width: 1024px) {
  .p-guidanceButtonTitle .c-sectionTitle__en {
    font-size: 0.6875rem;
    letter-spacing: 0.00688rem;
    margin-top: -9px;
  }
}

.p-emergency {
  width: 100%;
  border: 1px solid #a8ce93;
  background: #fff;
  padding: 2.875rem 5.9375rem 2.75rem 5.75rem;
}
@media (max-width: 1024px) {
  .p-emergency {
    width: 96.5%;
    padding: 33px 12px 1.69rem 13px;
  }
}
@media (max-width: 599px) {
  .p-emergency {
    width: 96.5%;
    padding: 2.0625rem 0.75rem 1.69rem 0.8125rem;
  }
}
.p-emergency__title {
  margin: 0;
  color: #695542;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-emergency__title {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.0625rem;
  }
}
.p-emergency__list {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.625rem;
}
@media (max-width: 599px) {
  .p-emergency__list {
    margin-top: 1.4375rem;
    gap: 0.6875rem;
  }
}
.p-emergency__item {
  position: relative;
  padding-left: 1.25rem;
  color: #695542;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 599px) {
  .p-emergency__item {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    padding-right: 0.44rem;
  }
}
.p-emergency__item::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffc555;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .p-emergency__item::before {
    left: 8px;
    top: 14px;
  }
}

.p-bottomSlider {
  --slider-gap: 0.38rem;
  --slider-speed: 40s;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.p-bottomSlider__viewport {
  width: 100%;
  overflow: hidden;
}
.p-bottomSlider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: var(--slider-gap);
  will-change: transform;
  animation: p-bottomSlider-marquee var(--slider-speed) linear infinite;
}
.p-bottomSlider__image {
  display: block;
  min-width: 240px;
  width: 27.77778vw;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

@keyframes p-bottomSlider-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-footer {
  background: #faf5ef;
}
.p-footer__inner {
  padding-inline: 1rem;
  max-width: 1308px;
}
@media (max-width: 599px) {
  .p-footer__inner {
    padding-inline: 0.62rem;
  }
}
.p-footer__main {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  top: -2.81rem;
  padding-top: 3.125rem;
  padding-left: 0.5rem;
  padding-bottom: 3.1875rem;
}
@media (max-width: 1024px) {
  .p-footer__main {
    flex-direction: column;
    top: -1.87rem;
    padding-top: 0.375rem;
    padding-left: 0;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .p-footer__main {
    padding-bottom: 2.375rem;
  }
}
.p-footer__main::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #ede7e1;
  pointer-events: none;
}
.p-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 1024px) {
  .p-footer__brand {
    width: 100%;
    padding-top: 3.125rem;
  }
}
@media (max-width: 599px) {
  .p-footer__brand {
    padding-top: 2.375rem;
  }
}
.p-footer__logo {
  width: 127px;
  height: auto;
}
@media (max-width: 1024px) {
  .p-footer__logo {
    width: 100px;
  }
}
.p-footer__name {
  margin: 0.5625rem 0 0;
  color: #004f76;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.0195rem;
}
@media (max-width: 1024px) {
  .p-footer__name {
    font-size: clamp(1rem, 5.86vw, 1.375rem);
    line-height: 1.09091;
    letter-spacing: -0.0165rem;
    margin-top: 0.375rem;
  }
}
.p-footer__tel {
  display: flex;
  margin-top: 1.875rem;
  gap: 0.62rem;
}
@media (max-width: 1024px) {
  .p-footer__tel {
    margin-right: 1.625rem;
    margin-top: 2.25rem;
  }
}
.p-footer__phone-number {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
}
@media (max-width: 1024px) {
  .p-footer__phone-number {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.p-footer__address {
  margin: 0;
  color: #363636;
  line-height: 2.133333;
  letter-spacing: 0.04688rem;
  margin-top: 0.68756rem;
  padding-left: 0.3125rem;
}
@media (max-width: 1024px) {
  .p-footer__address {
    font-size: clamp(0.75rem, 4vw, 0.9375rem);
    line-height: 1.6;
    letter-spacing: 0.04688rem;
    text-align: center;
    margin-top: 0.25rem;
    padding-left: 0;
  }
}
.p-footer__access {
  margin-top: 0.125rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #619545;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.0175rem;
  border-bottom: 1px solid #619545;
  padding-bottom: 0.12rem;
  transition: 0.28s ease;
}
.p-footer__access svg {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}
.p-footer__access:hover, .p-footer__access:focus-visible {
  opacity: 0.7;
}
.p-footer__access:hover svg, .p-footer__access:focus-visible svg {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .p-footer__access {
    margin-top: 0.5rem;
  }
}
.p-footer__actions {
  width: 50%;
  padding-right: 7.5rem;
  display: flex;
  flex-direction: column;
  margin-left: -0.4375rem;
  margin-top: -0.5rem;
}
@media (max-width: 1024px) {
  .p-footer__actions {
    width: 100%;
    padding-right: 0;
    margin-top: 1.75rem;
    margin-left: 0;
  }
}
.p-footer__button--reservation {
  margin-top: 2.125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.05882;
  letter-spacing: 0.05313rem;
  display: inline-flex;
  margin-inline: auto;
  transition: 0.28s ease;
}
.p-footer__button--reservation > svg:last-of-type {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}
.p-footer__button--reservation:hover, .p-footer__button--reservation:focus-visible {
  opacity: 0.7;
}
.p-footer__button--reservation:hover > svg:last-of-type, .p-footer__button--reservation:focus-visible > svg:last-of-type {
  transform: translateX(5px);
}
.p-footer__button--reservation.c-button__reservation {
  padding-block: 11.5px;
  padding-left: 23px;
  padding-right: 23.5px;
  gap: 23px;
  border-radius: 2.6875rem;
}
.p-footer__button--instagram {
  position: relative;
  display: inline-block;
  margin-top: 2.38rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05rem;
}
.p-footer__button--instagram .c-button__inner {
  gap: 0.61rem;
  padding: 1.25rem 4.78rem 0.89rem 4.81rem;
}
.p-footer__button--instagram::before {
  content: "最新情報はこちらから";
  position: absolute;
  left: 50%;
  top: -0.87rem;
  transform: translateX(-50%);
  padding: 0.19rem 1.43rem 0.19rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffaa46 0%, #e87bd3 100%);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  line-height: 1.23077;
  letter-spacing: 0.04063rem;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  transition: 0.6s ease;
}
.p-footer__button--instagram::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  background: linear-gradient(90deg, #ffaa46 0%, #e87bd3 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
  z-index: 2;
  transition: 0.6s;
}
.p-footer__extra {
  margin-top: -1.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .p-footer__extra {
    margin-top: 0;
    padding-top: 0.875rem;
    padding-bottom: 3.8125rem;
  }
}
.p-footer__extra .p-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .p-footer__extra .p-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.93759375rem;
  }
}
@media (max-width: 599px) {
  .p-footer__extra .p-footer__inner {
    margin-top: 0;
    padding-inline: 0.97rem;
  }
}
.p-footer__extraBlock {
  min-width: 0;
}
.p-footer__extraBlock--pay {
  padding-left: 7.5rem;
}
@media (max-width: 1024px) {
  .p-footer__extraBlock--pay {
    padding-left: 0;
  }
}
.p-footer__extraTitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.88889;
  letter-spacing: 0.05625rem;
  position: relative;
}
@media (max-width: 599px) {
  .p-footer__extraTitle {
    line-height: 2.266667;
    letter-spacing: 0.04688rem;
  }
}
.p-footer__extraTitle::before {
  position: absolute;
  content: "";
  background: #a8ce93;
  width: 1.4375rem;
  height: 0.0625rem;
  bottom: -5px;
  left: 0;
}
.p-footer__extraText {
  margin: 1rem 0 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 599px) {
  .p-footer__extraText {
    line-height: 1.75;
  }
}
.p-footer__banners {
  margin-top: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (max-width: 599px) {
  .p-footer__banners {
    margin-top: 1.0625rem;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.875rem;
    width: 100%;
  }
}
.p-footer__banner {
  display: block;
  height: auto;
  max-width: 241px;
  width: 20.48vw;
}
@media (max-width: 1024px) {
  .p-footer__banner {
    width: 100%;
  }
}
.p-footer__hoursCard {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.p-footer__hoursCard .p-hours {
  margin: 0;
}
.p-footer__hoursCard::after {
  display: none;
}
.p-footer__bar {
  background: #619545;
}
.p-footer__copyright {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 3.2;
  letter-spacing: 0.04375rem;
}
@media (max-width: 599px) {
  .p-footer__copyright {
    padding-bottom: 4.625rem;
  }
}
.p-footer__fixBtn {
  display: none;
}
@media (max-width: 599px) {
  .p-footer__fixBtn {
    background-color: #cfefbe;
    height: 66px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
  }
}

.p-footerHours .p-hours__notes {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .p-footerHours .p-hours__notes {
    padding-inline: 1rem;
    margin-top: 1.75rem;
  }
}
.p-footerHours .p-hours__tableWrap {
  margin-top: 0.75rem;
}
@media (max-width: 320px) {
  .p-footerHours .p-hours__table {
    width: 90%;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .p-footerHours .p-hours__note--closed {
    max-width: 400px;
    padding-top: 0.75rem;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .p-footerHours .p-hours__note--closed {
    max-width: 100%;
    padding-top: 0.75rem;
  }
}

.p-footerHours__title {
  margin: 0;
  color: #619545;
  text-align: center;
  font-weight: 700;
  line-height: 1.7333;
  letter-spacing: 0.01875rem;
}

.p-pageTop {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #f3982e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 80;
}
@media (max-width: 599px) {
  .p-pageTop {
    justify-content: flex-start;
    padding-top: 0.8125rem;
    gap: 0.4375rem;
  }
}
.p-pageTop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: 0.3s;
}
.p-pageTop.is-visible:hover {
  opacity: 0.9;
  transform: translateY(2px);
}
@media (max-width: 599px) {
  .p-pageTop {
    right: 10px;
    bottom: 78px;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-pageTop__icon {
  width: 1.66456rem;
  height: 0.83213rem;
  background: url("../images/page-top.svg") center/contain no-repeat;
}
@media (max-width: 599px) {
  .p-pageTop__icon {
    background-image: url("../images/page-top-sp.svg");
  }
}
.p-pageTop__text {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.04375rem;
}
@media (max-width: 599px) {
  .p-pageTop__text {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}

.p-priceList {
  padding-top: 3.375rem;
  padding-bottom: 10.25rem;
  padding-inline: 1rem;
}
@media (max-width: 599px) {
  .p-priceList {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-priceList__cards {
  padding-top: 3.625rem;
  max-width: 880px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3.0625rem;
}
@media (max-width: 599px) {
  .p-priceList__cards {
    padding-top: 2rem;
    gap: 1.5rem;
  }
}
.p-priceList__card {
  padding-top: 1.375rem;
  padding-bottom: 1.75rem;
  padding-right: 4.75rem;
  border: 1px solid #a8ce93;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .p-priceList__card {
    padding-right: 3rem;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .p-priceList__card {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem 2rem 1rem;
  }
}
.p-priceList__card-head {
  text-align: center;
  padding-left: 75px;
  max-width: 237px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-priceList__card-head {
    padding-left: 0;
    max-width: 220px;
  }
}
@media (max-width: 599px) {
  .p-priceList__card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
.p-priceList__card-icon {
  margin-top: 0.4375rem;
}
.p-priceList__card-title {
  margin: 0.625rem 0 0;
  color: #917262;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
}
@media (max-width: 1024px) {
  .p-priceList__card-title {
    font-size: 1.125rem;
  }
}
.p-priceList__card-body {
  max-width: 487px;
  width: 100%;
}
.p-priceList__items {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-priceList__item {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  letter-spacing: 0.02rem;
  position: relative;
}
.p-priceList__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #b5b0ab 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: center;
}
.p-priceList__label {
  color: #3e3c39;
}
.p-priceList__value {
  color: #619545;
}
@media (max-width: 599px) {
  .p-priceList__value {
    margin: 0;
  }
}
.p-priceList__notes {
  margin-top: 2.75rem;
  max-width: 890px;
  margin-inline: auto;
  padding: 1.12rem 1.75rem;
  background: #faf5ef;
}
@media (max-width: 599px) {
  .p-priceList__notes {
    margin-top: 1.5rem;
    padding: 0.75rem;
  }
}
.p-priceList__note {
  margin: 0;
  line-height: 1.71429;
  letter-spacing: normal;
}
.p-priceList__orange {
  color: #f3982e;
  font-weight: 700;
}

@media (max-width: 599px) {
  .p-prevention {
    padding-bottom: 6rem;
  }
}
.p-prevention__anchorNav {
  padding: 2.25rem 1.25rem 0;
}
.p-prevention__anchorList {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.87rem;
  max-width: 1080px;
}
.p-prevention__anchorItem {
  flex: 1 1 17.625rem;
  max-width: 282px;
  min-width: 0;
}
.p-prevention__anchorLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 282px;
  padding: 0.375rem 1.5rem 0.5625rem;
  border: 2px solid #619545;
  border-radius: 6.75rem;
  background: #fff;
  color: #619545;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-prevention__anchorLink:hover, .p-prevention__anchorLink:focus-visible {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .p-prevention__anchorLink {
    max-width: 282px;
    min-width: 8.5rem;
    padding: 0.625rem 1.25rem;
  }
}
.p-prevention__anchorIcon {
  display: block;
  width: 0.625rem;
  height: 0.375rem;
  background: url("../images/arrow-down.webp") center/contain no-repeat;
}
.p-prevention__vaccine {
  margin-top: 5.75rem;
  padding: 0 0 10rem;
  background: #f5fee7;
}
.p-prevention__vaccine .c-sectionTitle__wrapper {
  margin-top: -0.875rem;
}
@media (max-width: 599px) {
  .p-prevention__vaccine {
    margin-top: 2.5rem;
    padding: 2.5rem 0 3rem;
  }
}
.p-prevention__lead {
  margin: 3.3rem auto 0;
  max-width: 55.625rem;
  padding-inline: 1.25rem;
  color: #695542;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-prevention__lead {
    margin-top: 1.75rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    text-align: left;
  }
}
.p-prevention__inner {
  max-width: 1440.15px;
  margin: 3rem auto 0;
  padding-inline: 4.88rem 5.13rem;
}
@media (max-width: 1024px) {
  .p-prevention__inner {
    padding-inline: 1.25rem;
  }
}
.p-prevention__inner--filariasis {
  max-width: 1080px;
  margin-top: 3.375rem;
  padding-inline: 1.25rem;
}
@media (max-width: 599px) {
  .p-prevention__inner--flea {
    padding-inline: 0;
  }
}
@media (max-width: 599px) {
  .p-prevention__inner {
    margin-top: 2rem;
  }
}
.p-prevention__scheduleBox {
  position: relative;
  background: #fff;
}
.p-prevention__scheduleBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-prevention__scheduleBox {
  padding: 3.19rem 7.5rem 3.15rem;
}
@media (max-width: 1024px) {
  .p-prevention__scheduleBox {
    padding: 3rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__scheduleBox {
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-prevention__scheduleTitle {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-prevention__scheduleTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__scheduleList {
  margin: 1.375rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
.p-prevention__scheduleItem {
  position: relative;
  display: flex;
  gap: 1.38rem;
  padding-left: 1.875rem;
}
@media (max-width: 1024px) {
  .p-prevention__scheduleItem {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .p-prevention__scheduleItem {
    flex-direction: column;
    gap: 0;
    line-height: 1.85714;
  }
}
.p-prevention__scheduleLabel {
  margin: 0;
  color: #695542;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
  position: relative;
}
@media (max-width: 1024px) {
  .p-prevention__scheduleLabel {
    min-width: 70px;
  }
}
@media (max-width: 599px) {
  .p-prevention__scheduleLabel {
    padding-left: 12px;
  }
}
.p-prevention__scheduleLabel::before {
  content: "";
  position: absolute;
  left: -11.5px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc555;
}
@media (max-width: 599px) {
  .p-prevention__scheduleLabel::before {
    left: 0;
  }
}
.p-prevention__scheduleText {
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
.p-prevention__dogVaccine, .p-prevention__catVaccine {
  position: relative;
  background: #fff;
}
.p-prevention__dogVaccine::after, .p-prevention__catVaccine::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-prevention__dogVaccine, .p-prevention__catVaccine {
  margin-top: 3rem;
  padding: 3.19rem 7.5rem 3.15rem;
}
@media (max-width: 1024px) {
  .p-prevention__dogVaccine, .p-prevention__catVaccine {
    padding: 3rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__dogVaccine, .p-prevention__catVaccine {
    margin-top: 2rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-prevention__blockHead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.p-prevention__blockIcon {
  flex-shrink: 0;
  width: 100%;
  max-width: 83px;
  height: auto;
  display: block;
}
@media (max-width: 599px) {
  .p-prevention__blockIcon {
    width: 2.25rem;
  }
}
.p-prevention__blockTitle {
  margin: 0;
  width: 100%;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
}
@media (max-width: 599px) {
  .p-prevention__blockTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__intro {
  margin: 0.875rem 0 0;
  padding-left: 1.375rem;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-prevention__intro {
    margin-top: 1.5rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    padding-left: 0;
  }
}
.p-prevention__tables {
  margin-top: 1.78rem;
  max-width: 846px;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .p-prevention__tableScroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-inline: -0.25rem;
    padding-bottom: 0.375rem;
  }
}
.p-prevention__recoTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 599px) {
  .p-prevention__recoTable {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
}
.p-prevention__recoTable th,
.p-prevention__recoTable td {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #b5b0ab;
  border-bottom: 1px solid #b5b0ab;
  border-left: none;
  border-right: none;
  color: #695542;
  font-weight: 700;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .p-prevention__recoTable th,
  .p-prevention__recoTable td {
    padding: 0.625rem 0.5rem;
    line-height: 1.5;
  }
}
.p-prevention__recoTable th {
  width: 70.846%;
  border-right: 1px solid #b5b0ab;
  background: #faf5ef;
  line-height: 1.875;
  text-align: left;
}
@media (max-width: 599px) {
  .p-prevention__recoTable th {
    line-height: 1.5;
  }
}
.p-prevention__recoTable td {
  width: 29.154%;
  background: #fff;
  line-height: 2.125;
  text-align: center;
}
@media (max-width: 599px) {
  .p-prevention__recoTable td {
    width: 30%;
    line-height: 1.5;
  }
}
.p-prevention__compareWrap {
  margin-top: 1.875rem;
}
.p-prevention__compareTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 599px) {
  .p-prevention__compareTable {
    min-width: 20rem;
    table-layout: fixed;
  }
}
.p-prevention__compareTh {
  padding: 0.75rem 1.375rem;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #b5b0ab;
  background: #fad6ab;
  color: #695542;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
  text-align: center;
  vertical-align: middle;
}
.p-prevention__compareTh:first-child {
  width: auto;
  text-align: left;
}
@media (max-width: 599px) {
  .p-prevention__compareTh:first-child {
    min-width: 0;
    width: auto;
    line-height: 1.5;
  }
}
.p-prevention__compareTh:nth-child(2), .p-prevention__compareTh:last-child {
  width: 15.61%;
}
@media (max-width: 1024px) {
  .p-prevention__compareTh:nth-child(2), .p-prevention__compareTh:last-child {
    width: 20%;
  }
}
@media (max-width: 599px) {
  .p-prevention__compareTh:nth-child(2), .p-prevention__compareTh:last-child {
    width: 2.375rem;
    min-width: 2.375rem;
  }
}
.p-prevention__compareTh:last-child {
  border-right: none;
}
@media (max-width: 599px) {
  .p-prevention__compareTh {
    padding: 0.625rem 0.375rem;
    line-height: 1.5;
  }
}
.p-prevention__compareTd {
  padding: 0.59375rem 1.25rem;
  border-top: 1px solid #b5b0ab;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #fff;
  vertical-align: middle;
}
.p-prevention__compareTd:not(:last-child) {
  border-right: 1px solid #b5b0ab;
}
tr:last-child .p-prevention__compareTd {
  border-bottom: 1px solid #b5b0ab;
}
.p-prevention__compareTd--mark {
  width: 5rem;
  padding: 1rem 0.5rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-prevention__compareTd--mark {
    width: 2.375rem;
    min-width: 2.375rem;
    padding: 0.625rem 0.25rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__compareTd {
    padding: 0.625rem 0.375rem;
  }
  .p-prevention__compareTd:first-child {
    min-width: 0;
  }
}
.p-prevention__disease {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
@media (max-width: 1024px) {
  .p-prevention__disease {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .p-prevention__disease {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-prevention__diseaseIcon {
  flex-shrink: 0;
  width: 3.125rem;
  height: auto;
  display: block;
}
.p-prevention__diseaseBody {
  min-width: 0;
}
.p-prevention__diseaseName {
  margin: 0;
  color: #695542;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
}
@media (max-width: 599px) {
  .p-prevention__diseaseName {
    line-height: 1.5;
    letter-spacing: 0.015rem;
  }
}
.p-prevention__diseaseDesc {
  margin: -0.4375rem 0 0;
  color: #695542;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  line-height: 2;
  letter-spacing: 0.0175rem;
}
@media (max-width: 1024px) {
  .p-prevention__diseaseDesc {
    margin: 0;
    padding: 0.625rem 0.5rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__diseaseDesc {
    margin-top: 0;
    line-height: 1.45455;
  }
}
.p-prevention__mark {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  scale: 1.2;
}
@media (max-width: 599px) {
  .p-prevention__mark {
    scale: 1;
  }
}
.p-prevention__mark--yes {
  color: #f3982e;
}
.p-prevention__mark--no {
  color: #f3982e;
}
.p-prevention__rabies {
  background: #faf5ef;
  margin-top: 2rem;
  padding: 1.81rem 2.5rem 1.75rem;
}
@media (max-width: 599px) {
  .p-prevention__rabies {
    margin-top: 2rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-prevention__rabiesTitle {
  margin: 0;
  color: #917262;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
}
@media (max-width: 599px) {
  .p-prevention__rabiesTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__rabiesText {
  margin: 0.19rem 0 0;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-prevention__rabiesText {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-prevention__orange {
  color: #f3982e;
  font-weight: 700;
}
.p-prevention__filariasis {
  margin-top: 1.125rem;
  padding-bottom: 5rem;
}
@media (max-width: 599px) {
  .p-prevention__filariasis {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-prevention__filariasisBody {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .p-prevention__filariasisBody {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-prevention__filariasisFigure {
  margin: 0;
}
@media (max-width: 1024px) {
  .p-prevention__filariasisFigure {
    max-width: 420px;
    margin-inline: auto;
  }
}
.p-prevention__filariasisImage {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-prevention__filariasisText {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
  margin: 0;
}
@media (max-width: 599px) {
  .p-prevention__filariasisText {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-prevention__typeBox {
  position: relative;
  background: #fff;
}
.p-prevention__typeBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-prevention__typeBox {
  margin-top: 3.375rem;
  padding: 3.19rem 6.68rem 3.13rem 4.34rem;
}
@media (max-width: 1024px) {
  .p-prevention__typeBox {
    padding: 3rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__typeBox {
    margin-top: 2rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-prevention__typeTitle {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-prevention__typeTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__typeGroup {
  margin-top: 1.5rem;
}
.p-prevention__typeGroup:not(:first-of-type) {
  margin-top: 1.75rem;
}
.p-prevention__typeLabel {
  margin: 0;
  padding-left: 0.7rem;
  position: relative;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
}
.p-prevention__typeLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc555;
  transform: translateY(-50%);
}
.p-prevention__typeList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.p-prevention__typeItem {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 10.125rem;
  max-height: 3rem;
  padding: 0.625rem 1.89rem 0.625rem 0.77rem;
  border-radius: 0.3125rem;
  background: #faf5ef;
  font-size: 0.9375rem;
  line-height: 1.86777;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-prevention__typeItem {
    max-width: 150px;
    flex: 1 1 calc(50% - 0.5rem);
    font-size: 0.75rem;
    gap: 0.25rem;
    padding: 0.375rem;
  }
}
.p-prevention__typeIcon {
  flex-shrink: 0;
  width: 2rem;
  height: auto;
  display: block;
}
@media (max-width: 599px) {
  .p-prevention__typeIcon {
    width: 1.5rem;
  }
}
.p-prevention__flea {
  background: #f5fee7;
  padding-top: 2.625rem;
  margin-top: 1.125rem;
  padding-bottom: 9rem;
  padding-inline: 1.25rem;
}
.p-prevention__flea .p-prevention__lead {
  padding-inline: 0;
}
.p-prevention__flea .p-prevention__typeBox {
  margin-top: -1rem;
  margin-inline: 7rem;
  padding: 3.5rem 6.9rem 3.5rem 4.95rem;
}
@media (max-width: 1024px) {
  .p-prevention__flea .p-prevention__typeBox {
    padding: 3rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__flea .p-prevention__typeBox {
    padding: 1.75rem 1.25rem 2rem;
    margin-inline: 2rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__flea {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-prevention__sftsBox {
  position: relative;
  background: #fff;
}
.p-prevention__sftsBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-prevention__sftsBox {
  margin-top: 2.8rem;
  padding: 3rem 7.5rem 3.9rem;
}
@media (max-width: 1024px) {
  .p-prevention__sftsBox {
    padding: 3rem;
  }
}
@media (max-width: 599px) {
  .p-prevention__sftsBox {
    margin-top: 2rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-prevention__sftsIcon {
  display: block;
  width: 78px;
  height: 71px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .p-prevention__sftsIcon {
    width: 48px;
    height: 41px;
  }
}
.p-prevention__sftsTitle {
  margin: 1.9rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-prevention__sftsTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__sftsText {
  margin: 1.2rem 0 0;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
  text-align: center;
  padding-inline: 4.6rem;
}
@media (max-width: 599px) {
  .p-prevention__sftsText {
    padding-inline: 0;
  }
}
.p-prevention__sftsText p {
  margin: 0;
}
.p-prevention__sftsText p + p {
  margin-top: 0;
}
@media (max-width: 599px) {
  .p-prevention__sftsText {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-prevention__sftsTips {
  margin-top: 2rem;
  margin-inline: 4.6rem;
  padding: 1.3rem 1.9rem 1.75rem;
  background: #faf5ef;
}
@media (max-width: 599px) {
  .p-prevention__sftsTips {
    margin-inline: 0;
    padding: 1rem;
  }
}
.p-prevention__sftsTipsTitle {
  margin: 0;
  color: #917262;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
}
@media (max-width: 599px) {
  .p-prevention__sftsTipsTitle {
    font-size: 1.125rem;
  }
}
.p-prevention__sftsTipsList {
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-prevention__sftsTipsItem {
  position: relative;
  padding-left: 0.7rem;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-prevention__sftsTipsItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc555;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .p-prevention__sftsTipsItem::before {
    top: 18px;
  }
}
@media (max-width: 599px) {
  .p-prevention__sftsTipsItem {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-prevention__sftsTipsLabel {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
  margin-bottom: -4px;
}
@media (max-width: 599px) {
  .p-prevention__sftsTipsLabel {
    margin-bottom: 0;
  }
}

.p-surgical {
  padding-top: 1.375rem;
}
@media (max-width: 599px) {
  .p-surgical {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-surgical__inner {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.p-surgical__lead {
  margin: 4.375rem auto 0;
  max-width: 55.625rem;
  color: #695542;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__lead {
    margin-top: 1.75rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    padding-inline: 1rem;
  }
}
.p-surgical__features {
  margin: 2.875rem auto 0;
  max-width: 1060px;
  padding-inline: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
}
@media (max-width: 1024px) {
  .p-surgical__features {
    grid-template-columns: 1fr;
    max-width: 22.5rem;
  }
}
@media (max-width: 599px) {
  .p-surgical__features {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-surgical__featureItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 228px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  background-image: url("../images/feature-leaf-top.webp"), url("../images/feature-leaf-bottom.webp");
  background-repeat: no-repeat;
  background-position: left 0.75rem top 0, right 0.3125rem bottom 0;
  background-size: 4.625rem auto, 4.625rem auto;
}
.p-surgical__featureItem::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-surgical__featureItem {
    padding: 1.81rem 0.6rem 1.875rem;
    background-size: 4rem auto, 4rem auto;
    background-position: left 0 top 0, right 0 bottom 0;
  }
}
@media (max-width: 599px) {
  .p-surgical__featureItem {
    min-height: auto;
    padding: 1.81rem 1rem 1.875rem;
  }
}
.p-surgical__featureIcon {
  margin: 0;
  max-width: 5.25rem;
  max-height: 5.25rem;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .p-surgical__featureIcon {
    max-width: 4.1875rem;
    max-height: 4.1875rem;
  }
}
.p-surgical__featureImage {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-surgical__featureText {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6875rem;
  letter-spacing: 0.025rem;
}
.p-surgical__featureText--xs {
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
}
.p-surgical__featureText--small {
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
.p-surgical__featureText--atention {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-surgical__featureText {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-surgical__notes {
  margin: 0.69rem auto 0;
  padding-inline: 2.5rem;
  max-width: 1060px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-surgical__notes {
    font-size: 0.8125rem;
    padding-inline: 1rem;
  }
}
.p-surgical__note {
  margin: 0;
}
.p-surgical__block {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .p-surgical__block {
    margin-top: 2rem;
  }
}
.p-surgical__heading {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-surgical__heading {
    font-size: 1.125rem;
  }
}
.p-surgical__text {
  margin: 0.68rem 0 0;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__text {
    margin-top: 1.25rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-surgical__voice {
  margin-top: 3rem;
  max-width: 1040px;
  margin-inline: auto;
  border: 1px solid #a8ce93;
}
@media (max-width: 599px) {
  .p-surgical__voice {
    margin-top: 3rem;
  }
}
.p-surgical__voiceInner {
  position: relative;
  padding-bottom: 2.625rem;
  background: #faf5ef;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-surgical__voiceInner {
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-surgical__voiceContent {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .p-surgical__voiceContent {
    padding: 2rem 1.25rem 2.5rem;
  }
}
.p-surgical__voiceLabel {
  display: inline-block;
  margin: 0;
  padding: 0.08rem 1.38rem 0.13rem;
  background: #619545;
  border-radius: 0 0 0.625rem 0;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__voiceLabel {
    font-size: 0.9375rem;
    padding: 0.4375rem 1.25rem 0.5rem 1rem;
  }
}
.p-surgical__voiceText {
  margin: 2rem 0 0 2.5rem;
  max-width: 670px;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__voiceText {
    margin: 1.5rem 0;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-surgical__voiceCaution {
  margin: 1rem 0 0 2.5rem;
  max-width: 670px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.86667;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-surgical__voiceCaution {
    margin: 0.875rem 0;
    font-size: 0.8125rem;
  }
}
.p-surgical__voiceFigure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  margin: 0;
}
@media (max-width: 1024px) {
  .p-surgical__voiceFigure {
    position: relative;
    width: 100%;
    height: 14rem;
  }
}
@media (max-width: 599px) {
  .p-surgical__voiceFigure {
    height: 12.5rem;
  }
}
.p-surgical__voiceImage {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-surgical__anesthesia {
  margin-top: 3rem;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (max-width: 599px) {
  .p-surgical__anesthesia {
    margin-top: 2rem;
  }
}
.p-surgical__anesthesiaBox {
  position: relative;
  background: #fff;
}
.p-surgical__anesthesiaBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-surgical__anesthesiaBox {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 3.19rem 2rem 3rem 2.375rem;
}
@media (max-width: 1024px) {
  .p-surgical__anesthesiaBox {
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 599px) {
  .p-surgical__anesthesiaBox {
    padding: 2rem 1.25rem;
  }
}
.p-surgical__anesthesiaFigure {
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  max-width: 292px;
}
@media (max-width: 1024px) {
  .p-surgical__anesthesiaFigure {
    max-width: 15rem;
  }
}
.p-surgical__anesthesiaImage {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-surgical__anesthesiaBody {
  flex: 1;
  min-width: 0;
  padding-top: 0.5rem;
}
.p-surgical__anesthesiaTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-surgical__anesthesiaTitle {
    font-size: 1.125rem;
  }
}
.p-surgical__anesthesiaText {
  margin: 0.875rem 0 0;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__anesthesiaText {
    margin-top: 1.25rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-surgical__about {
  margin-top: 4rem;
  padding-top: 2.125rem;
  padding-bottom: 10.7rem;
  background: #f5fee7;
}
.p-surgical__about-inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
  max-width: 1080px;
}
@media (max-width: 599px) {
  .p-surgical__about {
    margin-top: 5rem;
  }
}
.p-surgical__aboutLead {
  margin: 4.375rem auto 0;
  max-width: 1280px;
  padding-inline: 1.25rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-surgical__aboutLead {
    margin-top: 1.75rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    text-align: left;
  }
}
.p-surgical__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.75rem;
}
@media (max-width: 1024px) {
  .p-surgical__compare {
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .p-surgical__compare {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-surgical__compareCard {
  position: relative;
  background: #fff;
}
.p-surgical__compareCard::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-surgical__compareCard {
  background: #fff;
  padding: 1.63rem 1.84rem 2.5rem 1.67rem;
}
@media (max-width: 599px) {
  .p-surgical__compareCard {
    padding: 1.5rem 1.25rem 1.75rem;
  }
}
.p-surgical__compareTitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #3e3c39;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.025rem;
}
@media (max-width: 599px) {
  .p-surgical__compareTitle {
    font-size: 1.125rem;
  }
}
.p-surgical__compareIcon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .p-surgical__compareIcon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-surgical__compareList {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.p-surgical__compareItem {
  position: relative;
  padding: 0.6rem 0 0.41rem 2.13rem;
  border-bottom: 1px solid #ede7e1;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-surgical__compareItem::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 16.51px;
  height: 15.36px;
  background: url("../images/surgical-check.webp") center/contain no-repeat;
  transform: translateY(-50%);
}
.p-surgical__compareItem:first-child {
  padding-top: 0;
}
@media (max-width: 599px) {
  .p-surgical__compareItem {
    line-height: 1.66667;
    letter-spacing: 0.01875rem;
  }
}
.p-surgical__infoList {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}
.p-surgical__infoItem {
  position: relative;
  padding-left: 1.76rem;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
.p-surgical__infoItem::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #ffc555;
}
.p-surgical__infoItem + .p-surgical__infoItem {
  margin-top: 0.25rem;
}
@media (max-width: 599px) {
  .p-surgical__infoItem {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
  .p-surgical__infoItem::before {
    top: 0.6875rem;
  }
}
.p-surgical__infoLabel {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
}
.p-surgical__infoNote {
  margin-left: 1.46rem;
}

.p-oral {
  padding-top: 1.375rem;
  padding-bottom: 10.25rem;
}
@media (max-width: 599px) {
  .p-oral {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-oral__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.p-oral__lead {
  margin: 4.375rem auto 0;
  max-width: 55.625rem;
  color: #695542;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-oral__lead {
    margin-top: 1.75rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    text-align: left;
    padding-inline: 1rem;
  }
}
.p-oral__block {
  margin-top: 8rem;
}
.p-oral__block--bottom {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .p-oral__block {
    margin-top: 3rem;
  }
}
.p-oral__heading {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-oral__heading {
    font-size: 1.125rem;
  }
}
.p-oral__rows {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (max-width: 1024px) {
  .p-oral__rows {
    gap: 4rem;
  }
}
@media (max-width: 599px) {
  .p-oral__rows {
    gap: 2rem;
  }
}
.p-oral__row {
  margin-top: 1.875rem;
  display: flex;
}
@media (max-width: 1024px) {
  .p-oral__row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.p-oral__row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-oral__row--reverse {
    flex-direction: column;
    align-items: center;
  }
}
.p-oral__row--reverse .p-oral__body {
  transform: translateX(0);
}
.p-oral__figure {
  margin: 0;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 599px) {
  .p-oral__figure {
    max-width: 280px;
  }
}
.p-oral__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-oral__body {
  display: flex;
  flex-direction: column;
  margin-top: -4px;
  transform: translateX(30px);
}
@media (max-width: 1024px) {
  .p-oral__body {
    transform: translateX(0);
  }
}
.p-oral__text {
  margin: 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .p-oral__text {
    padding-inline: 4rem;
  }
}
@media (max-width: 599px) {
  .p-oral__text {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    padding-inline: 0;
  }
}
.p-oral__orange {
  color: #f3982e;
  font-weight: 700;
}

.p-fip {
  padding-top: 1.375rem;
  padding-bottom: 10.25rem;
}
@media (max-width: 599px) {
  .p-fip {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-fip__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.p-fip__content {
  display: flex;
  background: #faf5ef;
  position: relative;
  margin-top: 6.4rem;
  margin-right: 5rem;
}
@media (min-width: 1800px) {
  .p-fip__content {
    min-height: 280px;
    margin-right: 10rem;
  }
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .p-fip__content {
    margin-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .p-fip__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  .p-fip__content {
    margin-top: 6rem;
    margin-right: 1rem;
  }
}
.p-fip__introBody {
  width: 56.2%;
  margin-left: auto;
  padding: 2.75rem 7.25rem 3rem 2.25rem;
}
@media (min-width: 1800px) {
  .p-fip__introBody {
    padding: 3.56rem 21.62rem 3.56rem 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .p-fip__introBody {
    padding: 1.75rem 3.25rem 2rem 2.25rem;
  }
}
@media (max-width: 1024px) {
  .p-fip__introBody {
    width: 100%;
    margin-left: 0;
    padding: 2rem;
    margin-top: -5rem;
  }
}
.p-fip__introPhoto {
  margin: 0;
  position: absolute;
  top: -1.75rem;
  right: calc(50% + 5.5rem);
  width: 100%;
  max-width: 512px;
}
@media (min-width: 1800px) {
  .p-fip__introPhoto {
    max-width: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .p-fip__introPhoto {
    right: calc(50% + 4rem);
    width: 41vw;
  }
}
@media (max-width: 1024px) {
  .p-fip__introPhoto {
    position: relative;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
  }
}
@media (max-width: 599px) {
  .p-fip__introPhoto {
    min-width: 225px;
    left: 50%;
  }
}
.p-fip__introImage {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fip__introText {
  margin: 0;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-fip__block {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .p-fip__block {
    margin-top: 3rem;
  }
}
.p-fip__heading {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-fip__heading {
    font-size: 1.125rem;
  }
}
.p-fip__row {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 186px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .p-fip__row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-fip__figure {
  margin: 0;
}
@media (max-width: 1024px) {
  .p-fip__figure {
    max-width: 250px;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .p-fip__figure {
    max-width: 180px;
  }
}
.p-fip__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-fip__body {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
.p-fip__textTop {
  margin: -0.375rem 0 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-fip__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.86667;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-fip__text {
    line-height: 1.85714;
  }
}
.p-fip__orange {
  color: #f3982e;
  font-weight: 700;
}
.p-fip__tableWrap {
  margin-top: 1.625rem;
}
.p-fip__table {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-fip__th, .p-fip__td {
  border: 1px solid #b5b0ab;
  text-align: center;
  vertical-align: middle;
  color: #363636;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-fip__th, .p-fip__td {
    padding: 0.625rem 0.5rem;
    font-size: 0.8125rem;
  }
}
.p-fip__th {
  background: #fad6ab;
  font-weight: 700;
  padding: 0.75rem 1rem 0.75rem;
}
@media (max-width: 599px) {
  .p-fip__th {
    padding: 0.25rem 0.5rem 0.25rem;
  }
}
.p-fip__td {
  padding: 1.31rem 1rem 0.94rem;
}
@media (max-width: 599px) {
  .p-fip__td {
    padding: 0.25rem 0.5rem 0.25rem;
  }
}
.p-fip__th:nth-child(1), .p-fip__td:nth-child(1) {
  width: 18.75rem;
  color: #695542;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .p-fip__th:nth-child(1), .p-fip__td:nth-child(1) {
    width: 17rem;
  }
}
@media (max-width: 1024px) {
  .p-fip__th:nth-child(1), .p-fip__td:nth-child(1) {
    max-width: 10rem;
  }
}
@media (max-width: 599px) {
  .p-fip__th:nth-child(1), .p-fip__td:nth-child(1) {
    max-width: 5rem;
    width: 30%;
  }
}
.p-fip__th:nth-child(2), .p-fip__th:nth-child(3), .p-fip__td:nth-child(2), .p-fip__td:nth-child(3) {
  width: 23.125rem;
  color: #695542;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .p-fip__th:nth-child(2), .p-fip__th:nth-child(3), .p-fip__td:nth-child(2), .p-fip__td:nth-child(3) {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  .p-fip__th:nth-child(2), .p-fip__th:nth-child(3), .p-fip__td:nth-child(2), .p-fip__td:nth-child(3) {
    max-width: 11rem;
  }
}
@media (max-width: 599px) {
  .p-fip__th:nth-child(2), .p-fip__th:nth-child(3), .p-fip__td:nth-child(2), .p-fip__td:nth-child(3) {
    max-width: 5rem;
    width: 30%;
  }
}
.p-fip__notes {
  margin: 1.5rem 0 0;
  color: #695542;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.86667;
  letter-spacing: 0.01875rem;
  transform: translateX(-20px);
}
@media (max-width: 1024px) {
  .p-fip__notes {
    transform: translateX(0);
  }
}

.p-equipment {
  padding-top: 1.375rem;
  padding-bottom: 10.25rem;
  padding-inline: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-equipment {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
}
.p-equipment__inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin-right: 0.375rem;
  margin-inline: auto;
}
.p-equipment__textTop {
  margin-top: 4rem;
  margin-bottom: 0;
  padding-inline: 5.19rem;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-equipment__grid {
  margin-top: 3.05rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2.5rem;
}
@media (max-width: 1024px) {
  .p-equipment__grid {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-equipment__grid {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-equipment__card {
  margin: 0;
  padding: 1.5rem 1.125rem 1.625rem;
  border: 1px solid #a8ce93;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .p-equipment__card {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.p-equipment__media {
  margin: 0;
  width: 100%;
  max-width: 420px;
}
.p-equipment__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-equipment__title {
  margin: 0.625rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0225rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-equipment__title {
    margin-top: 1rem;
    font-size: 1.0625rem;
  }
}
.p-equipment__body {
  margin-top: 0.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 599px) {
  .p-equipment__body {
    margin-top: 1rem;
    gap: 1.125rem;
  }
}
.p-equipment__head {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-equipment__toggle {
  display: inline-block;
  width: 100%;
  max-width: 145px;
  padding: 0;
  border: none;
  border-radius: 6.75rem;
  background: #6ba848;
  padding: 0.25rem 0.625rem 0.1875rem 0.9375rem;
  cursor: pointer;
  font: inherit;
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 599px) {
  .p-equipment__toggle {
    padding: 0.25rem 0 0.425rem 1rem;
  }
}
.p-equipment__toggleHead {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.41rem;
}
.p-equipment__toggleText {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-equipment__toggleText {
    font-size: 0.9375rem;
  }
}
.p-equipment__toggleIcon {
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
}
@media (max-width: 599px) {
  .p-equipment__toggleIcon {
    width: 28px;
    height: 28px;
    right: 10px;
  }
}
.p-equipment__toggleIcon::before, .p-equipment__toggleIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #ffffff;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .p-equipment__toggleIcon::before, .p-equipment__toggleIcon::after {
    width: 14px;
  }
}
.p-equipment__toggleIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-equipment__toggle[aria-expanded=true] .p-equipment__toggleIcon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.p-equipment__content {
  width: 100%;
}
.p-equipment__content[hidden] {
  display: none;
}
.p-equipment__text {
  margin: 0;
  color: #363636;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.86667;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-equipment__text {
    line-height: 1.78571;
  }
}

.p-health__intro {
  margin-top: 2.25rem;
  position: relative;
  overflow: hidden;
  padding: 6.73rem 1.25rem 4.3rem;
}
@media (max-width: 1024px) {
  .p-health__intro {
    padding: 4rem 1.25rem 3.5rem;
  }
}
@media (max-width: 599px) {
  .p-health__intro {
    padding: 2rem 1.25rem 2.5rem;
  }
}
.p-health__introMedia {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24.3vw;
  min-width: 350px;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-health__introMedia {
    min-width: 1px;
    width: 43vw;
    opacity: 0.75;
  }
}
@media (max-width: 599px) {
  .p-health__introMedia {
    width: 50vw;
    opacity: 0.45;
  }
}
.p-health__introMedia--cat {
  left: 0;
}
@media (max-width: 1024px) {
  .p-health__introMedia--cat .p-health__introImage {
    -o-object-position: right center;
       object-position: right center;
  }
}
.p-health__introMedia--dog {
  right: 0;
}
@media (max-width: 1024px) {
  .p-health__introMedia--dog .p-health__introImage {
    -o-object-position: left center;
       object-position: left center;
  }
}
.p-health__introImage {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-health__introBody {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin-inline: auto;
  text-align: center;
}
.p-health__messageTitle {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0 6.1rem;
  color: #619545;
  text-align: center;
  font-size: clamp(1rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: 0.1rem;
}
.p-health__messageTitle::before, .p-health__messageTitle::after {
  content: "";
  position: absolute;
  top: 35%;
  width: 7.875rem;
  aspect-ratio: 4/3;
  background: url("../images/philosophy-leaf.webp") center/contain no-repeat;
  transform: rotate(-206deg);
}
.p-health__messageTitle::before {
  left: 0;
  top: -100%;
}
@media (max-width: 599px) {
  .p-health__messageTitle::before {
    left: -5%;
  }
}
.p-health__messageTitle::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1) rotate(-206deg);
}
@media (max-width: 599px) {
  .p-health__messageTitle::after {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .p-health__messageTitle {
    padding-inline: 4rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .p-health__messageTitle::before, .p-health__messageTitle::after {
    width: 4.375rem;
    top: 50%;
  }
  .p-health__messageTitle::before {
    transform: translateY(-50%) rotate(-206deg);
  }
}
@media (max-width: 599px) {
  .p-health__messageTitle {
    padding-inline: 2.75rem;
    font-size: 1.125rem;
    line-height: 1.55556;
    letter-spacing: 0.05625rem;
  }
  .p-health__messageTitle::before, .p-health__messageTitle::after {
    width: 5.125rem;
  }
}
.p-health__messageText {
  margin: 1.75rem 0 0;
  line-height: 2;
  letter-spacing: 0.02rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-health__messageText {
    margin-top: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.01875rem;
    text-align: start;
  }
}
.p-health__courses {
  padding: 0;
  background: #f5fee7;
}
.p-health__courses .c-sectionTitle__wrapper {
  padding-top: 2.33rem;
}
@media (max-width: 599px) {
  .p-health__courses .c-sectionTitle__wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 599px) {
  .p-health__courses {
    padding-bottom: 6rem;
  }
}
.p-health__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.p-health__coursesLead {
  margin: 3.19rem auto 0;
  max-width: 42.5rem;
  padding-inline: 1.25rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-health__coursesLead {
    margin-top: 1.75rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
    text-align: left;
  }
}
.p-health__courseGrid {
  margin: 1.625rem 0 0;
  padding: 0 0.625rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .p-health__courseGrid {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-inline: auto;
    gap: 3rem;
  }
}
@media (max-width: 599px) {
  .p-health__courseGrid {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}
.p-health__courseCard {
  position: relative;
  padding-top: 1.625rem;
  list-style: none;
  height: 100%;
}
.p-health__courseBadge {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 198px;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.3125rem 1rem 0.4375rem;
  background: #f3982e;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.77778;
  letter-spacing: 0.0225rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.p-health__courseBadge--small {
  font-weight: 400;
}
.p-health__courseBadge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.4375rem;
  transform: translateX(-50%);
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.4375rem solid #f3982e;
}
@media (max-width: 599px) {
  .p-health__courseBadge {
    padding-inline: 0.875rem;
  }
}
.p-health__courseCardBody {
  height: 100%;
  padding: 2.125rem 1.25rem 2.38rem;
  border: 1px solid #b5b0ab;
  background: #fff;
}
.p-health__courseTitle {
  margin: 0;
  text-align: center;
}
.p-health__courseSubtitle {
  margin: 0;
  color: #40862f;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.p-health__courseLetter {
  margin: 0.625rem 0 0;
  color: #6ba848;
  font-size: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.23125rem;
}
@media (max-width: 599px) {
  .p-health__courseLetter {
    font-size: 4rem;
  }
}
.p-health__courseLabel {
  margin: 1.25rem 0 0;
  color: #40862f;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-health__courseLabel {
    font-size: 1.125rem;
  }
}
.p-health__courseItems {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-health__courseItemsItem {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.25rem 0.7rem;
  border-bottom: 1px solid #b5b0ab;
  color: #695542;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
}
.p-health__courseItemsItem::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #ffc555;
}
.p-health__courseItemsItem--sub {
  line-height: 1.625;
  padding: 0.5rem 0.7rem;
  align-items: start;
}
.p-health__courseItemsItem--sub::before {
  margin-top: 0.6875rem;
}
@media (max-width: 599px) {
  .p-health__courseItemsItem {
    padding-inline: 0.375rem;
  }
}
.p-health__orange {
  color: #f3982e;
  font-weight: 700;
}
.p-health__tests {
  margin-top: 3.31rem;
  padding-inline: 1.25rem;
}
@media (max-width: 599px) {
  .p-health__tests {
    margin-top: 3rem;
  }
}
.p-health__testsBox {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  padding: 3.19rem 7.5rem 3.13rem;
  background: #fff;
}
.p-health__testsBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
@media (max-width: 599px) {
  .p-health__testsBox {
    padding: 1.75rem 1.25rem 2rem;
  }
}
.p-health__testsTitle {
  margin: 0;
  width: 100%;
  padding-bottom: 0.71rem;
  border-bottom: solid 2px #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.42667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-health__testsTitle {
    font-size: 1.125rem;
  }
}
.p-health__testsList {
  margin: 1.54rem 0 0;
  padding: 0 0.69rem 0 1.09rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3.19rem;
}
@media (max-width: 599px) {
  .p-health__testsList {
    margin-top: 1.5rem;
    gap: 2rem;
  }
}
.p-health__testsItem {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 1.87rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .p-health__testsItem {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-health__testsFigure {
  margin: 0;
  aspect-ratio: 21.25/13.75;
  overflow: hidden;
  background: #d9d9d9;
}
@media (max-width: 1024px) {
  .p-health__testsFigure {
    max-width: 20rem;
    margin-inline: auto;
    width: 100%;
  }
}
.p-health__testsImage {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-health__testsBody {
  min-width: 0;
  padding-top: 0.25rem;
}
.p-health__testsName {
  margin: 0;
  color: #917262;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
}
@media (max-width: 599px) {
  .p-health__testsName {
    font-size: 1.125rem;
  }
}
.p-health__testsText {
  margin: 0.35rem 0 0;
  color: #695542;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
@media (max-width: 599px) {
  .p-health__testsText {
    margin-top: 0.625rem;
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-health__flow {
  margin-top: 6.25rem;
  padding-top: 4.21rem;
  padding-bottom: 6.7rem;
  padding-inline: 1.25rem;
  background: #fff;
}
.p-health__flow .c-sectionTitle__wrapper {
  padding-top: 0;
}
@media (max-width: 599px) {
  .p-health__flow {
    margin-top: 3.5rem;
  }
}
.p-health__flowList {
  margin: 3.35rem auto 0;
  padding: 0;
  max-width: 850px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .p-health__flowList {
    margin-top: 2rem;
  }
}
.p-health__flowItem {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-health__flowStep {
  width: 100%;
  padding: 1.94rem 3.74rem 1.87rem 3.75rem;
  background: #fff;
  position: relative;
}
@media (max-width: 599px) {
  .p-health__flowStep {
    padding: 2.5rem 2rem 1.5rem;
  }
}
.p-health__flowStep::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-health__flowStepTitle {
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding-bottom: 0.71rem;
  border-bottom: 2px solid #a8ce93;
  color: #619545;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0.075rem;
}
@media (max-width: 599px) {
  .p-health__flowStepTitle {
    font-size: 1.125rem;
  }
}
.p-health__flowStepNum, .p-health__flowStepLabel {
  display: block;
}
.p-health__flowStepBody {
  display: grid;
  grid-template-columns: minmax(0, 158px) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;
  padding: 0.92rem 0.13rem 0 0.16rem;
}
@media (max-width: 1024px) {
  .p-health__flowStepBody {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1.5rem 0 1.75rem;
    gap: 1.25rem;
  }
}
.p-health__flowIcon {
  margin: 0;
}
@media (max-width: 1024px) {
  .p-health__flowIcon {
    width: 8.75rem;
  }
}
.p-health__flowIconImage {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-health__flowContent {
  min-width: 0;
  padding-top: 0.6rem;
  width: 100%;
}
.p-health__flowItem:first-child .p-health__flowContent {
  text-align: center;
}
.p-health__flowText {
  margin: 0;
  color: #695542;
  line-height: 2;
  letter-spacing: 0.02rem;
}
.p-health__flowText--bottom {
  line-height: 1.75;
  margin-top: 0.875rem;
}
@media (max-width: 599px) {
  .p-health__flowText {
    line-height: 1.86667;
    letter-spacing: 0.01875rem;
  }
}
.p-health__flowLabel {
  display: block;
  color: #6ba848;
  padding-top: 0.4375rem;
  margin-bottom: -0.25rem;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2.04;
  letter-spacing: 0.07813rem;
}
.p-health__flowNote {
  margin: 0.67rem 0 0;
  color: #695542;
  font-size: 0.9375rem;
  line-height: 1.66667;
  letter-spacing: 0.01875rem;
}
@media (max-width: 599px) {
  .p-health__flowNote {
    line-height: 1.61538;
  }
}
.p-health__flowTextGroup {
  margin-top: 1rem;
}
.p-health__flowTel {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.87rem;
  padding: 0.4375rem 0.9375rem 0.375rem;
  border-radius: 1.625rem;
  border: 1px solid #619545;
  color: #695542;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-health__flowTel:hover, .p-health__flowTel:focus-visible {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .p-health__flowTel {
    font-size: 1rem;
    padding-inline: 1.25rem;
  }
}
.p-health__flowArrow {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.p-health__flowArrow img {
  display: block;
  width: 47px;
  height: 22px;
}

.p-accessMap {
  background: #f3fde7;
  margin-top: 21.875rem;
  padding-inline: 5rem;
  padding-bottom: 10.125rem;
}
@media (max-width: 1024px) {
  .p-accessMap {
    margin-top: 15.875rem;
    padding-inline: 1rem;
  }
}
@media (max-width: 599px) {
  .p-accessMap {
    margin-top: 10rem;
  }
}
.p-accessMap__inner {
  max-width: 1800px;
  margin-inline: auto;
}
.p-accessMap__Top {
  position: relative;
  top: -265px;
}
@media (max-width: 1024px) {
  .p-accessMap__Top {
    top: -160px;
    max-width: 640px;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .p-accessMap__Top {
    top: -120px;
  }
}
.p-accessMap__google-map {
  aspect-ratio: 229/95;
}
@media (max-width: 1024px) {
  .p-accessMap__google-map {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .p-accessMap__google-map {
    width: 90%;
    margin-inline: auto;
  }
}
.p-accessMap__google-map iframe {
  width: 100%;
  height: 100%;
}
.p-accessMap__brand {
  background: #fff;
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  top: -43px;
  padding-top: 0.875rem;
  padding-bottom: 2.375rem;
}
@media (max-width: 1024px) {
  .p-accessMap__brand {
    padding-top: 1.875rem;
    padding-bottom: 1.625rem;
    top: -16px;
  }
}
@media (max-width: 599px) {
  .p-accessMap__brand {
    top: -8px;
  }
}
.p-accessMap__brand.l-footer__brand {
  width: 100%;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .p-accessMap__brand.l-footer__brand {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .p-accessMap__brand.l-footer__brand {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .p-accessMap__brand.l-footer__brand {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-accessMap__brand .l-footer__tel {
    margin-top: 0;
  }
}
.p-accessMap__brand .l-footer__access {
  gap: 1rem;
}
.p-accessMap__brand::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-accessMap__parking {
  margin-top: -14.125rem;
  padding: 3.75rem 5rem;
  background: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .p-accessMap__parking {
    margin-top: -4rem;
    padding: 1.75rem 2.5rem;
  }
}
@media (max-width: 599px) {
  .p-accessMap__parking {
    margin-top: -4rem;
    padding: 1.5rem;
  }
}
.p-accessMap__parking::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a8ce93;
  pointer-events: none;
}
.p-accessMap__parking-title {
  margin: 0;
  color: #619545;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.06875rem;
  padding-bottom: 12px;
  border-bottom: 2px solid #a8ce93;
}
@media (max-width: 1024px) {
  .p-accessMap__parking-title {
    font-size: 1.125rem;
  }
}
.p-accessMap__parking-map {
  margin-top: 1.75rem;
}
.p-accessMap__parking-image {
  width: 100%;
}
.p-accessMap__parking-cards {
  margin-top: 2.125rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .p-accessMap__parking-cards {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media (max-width: 599px) {
  .p-accessMap__parking-cards {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-accessMap__parking-item {
  flex: 1;
  max-width: 540px;
  width: 100%;
}
.p-accessMap__parking-button, .p-accessMap__parking-buttonPanel {
  border-inline: 2px solid #619545;
  background: #fff;
}
@media (max-width: 599px) {
  .p-accessMap__parking-button, .p-accessMap__parking-buttonPanel {
    border-inline-width: 1.5px;
  }
}
.p-accessMap__parking-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid #619545;
  border-radius: 6.75rem;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (max-width: 599px) {
  .p-accessMap__parking-button {
    border-width: 1.5px;
  }
}
.p-accessMap__parking-button[aria-expanded=true] {
  border-radius: 28px 28px 0 0;
  border-bottom: none;
}
@media (max-width: 599px) {
  .p-accessMap__parking-button[aria-expanded=true] {
    border-radius: 20px 20px 0 0;
  }
}
.p-accessMap__parking-buttonHead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 0.75rem;
  padding-inline: 3rem 3.25rem;
}
@media (max-width: 599px) {
  .p-accessMap__parking-buttonHead {
    padding-block: 0.5rem;
    padding-inline: 2.5rem 2.75rem;
  }
}
.p-accessMap__parking-buttonText {
  color: #619545;
  text-align: center;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05rem;
}
.p-accessMap__parking-buttonIcon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #619545;
}
@media (max-width: 599px) {
  .p-accessMap__parking-buttonIcon {
    width: 28px;
    height: 28px;
    right: 10px;
  }
}
.p-accessMap__parking-buttonIcon::before, .p-accessMap__parking-buttonIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .p-accessMap__parking-buttonIcon::before, .p-accessMap__parking-buttonIcon::after {
    width: 14px;
  }
}
.p-accessMap__parking-buttonIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-accessMap__parking-button[aria-expanded=true] .p-accessMap__parking-buttonIcon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.p-accessMap__parking-buttonPanel {
  width: 100%;
  padding: 0.25rem 1rem 1.25rem;
  border-bottom: 2px solid #619545;
  border-radius: 0 0 28px 28px;
}
@media (max-width: 599px) {
  .p-accessMap__parking-buttonPanel {
    border-bottom-width: 1.5px;
    border-radius: 0 0 20px 20px;
  }
}
.p-accessMap__parking-buttonPanel[hidden] {
  display: none;
}
.p-accessMap__parking-buttonPanel:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-accessMap__parking-panelVisual {
  overflow: hidden;
}
.p-accessMap__parking-itemPhoto {
  display: block;
  width: 100%;
  height: auto;
}
.p-accessMap__parking-panelText {
  padding-bottom: 0.25rem;
}
.p-accessMap__parking-panelText:not(:last-child)::after {
  content: "";
  display: block;
  width: 84px;
  height: 33px;
  margin: 0.75rem auto 0;
  background-color: #ede7e1;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media (max-width: 599px) {
  .p-accessMap__parking-panelText:not(:last-child)::after {
    width: 66px;
    height: 24px;
  }
}
.p-accessMap__parking-panelDesc {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 599px) {
  .p-accessMap__parking-panelDesc {
    font-size: 0.875rem;
  }
}
.p-accessMap__parking-routeArea {
  background-color: #faf5ef;
  padding: 18px 40px;
  margin: 40px auto;
}
@media (max-width: 599px) {
  .p-accessMap__parking-routeArea {
    padding: 8px 15px;
  }
}
.p-accessMap__parking-routeArea h3 {
  color: #917262;
}
@media (max-width: 599px) {
  .p-accessMap__parking-routeArea h3 {
    display: inline-grid;
    font-size: 18px;
  }
}
.p-accessMap__parking-routeArea h3 span {
  background-color: #619545;
  border-radius: 3px;
  color: #fff;
  padding: 4px 12px;
  margin-right: 6px;
}
@media (max-width: 599px) {
  .p-accessMap__parking-routeArea h3 span {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
}
.p-accessMap__parking-routes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 599px) {
  .p-accessMap__parking-routes {
    grid-template-columns: 1fr;
  }
}
.p-accessMap__parking-routes img {
  width: 100%;
}
.p-accessMap__parking-routes p {
  line-height: 1.5;
}

.p-newsArchive {
  padding: 3.75rem 0 5rem;
}
@media (max-width: 599px) {
  .p-newsArchive {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-newsArchive__inner {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .p-newsArchive__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-newsArchive__main {
  flex: 1;
  min-width: 0;
}
.p-newsArchive__main .p-news__list {
  max-width: 100%;
}
.p-newsArchive__itemLink {
  display: block;
  padding: 1.125rem 3.25rem 1.125rem 0.5rem;
  border-radius: 8px;
  transition: background 0.2s ease;
  position: relative;
  text-decoration: none;
}
.p-newsArchive__itemLink:hover, .p-newsArchive__itemLink:focus-visible {
  background: #f7fbf8;
}
.p-newsArchive__itemLink:focus-visible {
  outline: 2px solid rgba(97, 149, 69, 0.35);
  outline-offset: 2px;
}
.p-newsArchive__itemLink .p-news__arrow {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-newsArchive__itemLink:hover .p-newsArchive__title, .p-newsArchive__itemLink:focus-visible .p-newsArchive__title {
  color: #2f7a3b;
}
.p-newsArchive__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.375rem;
}
.p-newsArchive__cat {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.75rem;
  background: #f5fee7;
  color: #619545;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03125rem;
}
.p-newsArchive__title {
  font-size: 1rem;
  font-weight: 700;
  color: #695542;
  line-height: 1.625;
  letter-spacing: 0.05rem;
  margin: 0 0 0.25rem;
}
.p-newsArchive__excerpt {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.03125rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-newsArchive__empty {
  color: #666;
  font-size: 0.9375rem;
  padding: 2rem 0;
  text-align: center;
}
.p-newsArchive__sidebar {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-newsArchive__sidebar {
    width: 100%;
  }
}
.p-newsArchive__widget {
  background: #f7fbf8;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-newsArchive__widgetTitle {
  font-size: 1rem;
  font-weight: 700;
  color: #619545;
  margin-bottom: 1rem;
  border-bottom: 2px solid #a8ce93;
  letter-spacing: 0.05rem;
}
.p-newsArchive__widgetList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.p-newsArchive__widgetList--archive li {
  padding: 0;
  list-style: none;
}
.p-newsArchive__widgetList--archive li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #695542;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-newsArchive__widgetList--archive li a:hover, .p-newsArchive__widgetList--archive li a:focus-visible {
  color: #2f7a3b;
}
.p-newsArchive__widgetItem {
  padding: 0;
}
.p-newsArchive__widgetLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #363636;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-newsArchive__widgetLink:hover, .p-newsArchive__widgetLink:focus-visible {
  color: #2f7a3b;
}
.p-newsArchive__widgetDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #619545;
  flex-shrink: 0;
}
.p-newsArchive__widgetArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
.p-newsArchive__widgetArrow svg {
  width: 20px;
  height: 20px;
}

.p-newsSingle {
  padding: 3.75rem 0 5rem;
}
@media (max-width: 599px) {
  .p-newsSingle {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-newsSingle__inner {
  padding: 0 1.5rem;
  max-width: 860px;
}
.p-newsSingle__article {
  margin-bottom: 3.75rem;
}
.p-newsSingle__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.p-newsSingle__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #619545;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin: 0 0 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ede7e1;
}
@media (max-width: 599px) {
  .p-newsSingle__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.p-newsSingle__thumbnail {
  margin: 0 0 2rem;
  border-radius: 12px;
  overflow: hidden;
}
.p-newsSingle__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-newsSingle__body {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.04rem;
  color: #363636;
}
.p-newsSingle__body p {
  margin: 0 0 1.5rem;
}
.p-newsSingle__body p:last-child {
  margin-bottom: 0;
}
.p-newsSingle__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: #917262;
}
.p-newsSingle__body h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  border-left: 4px solid #619545;
  padding-left: 0.75rem;
  color: #363636;
}
.p-newsSingle__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-newsSingle__body ul,
.p-newsSingle__body ol {
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}
.p-newsSingle__body ul li,
.p-newsSingle__body ol li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
}
.p-newsSingle__body a {
  color: #2f7a3b;
  text-decoration: underline;
}
.p-newsSingle__body a:hover, .p-newsSingle__body a:focus-visible {
  opacity: 0.75;
}
.p-newsSingle__nav {
  border-top: 1px solid #ede7e1;
  padding-top: 2rem;
}
.p-newsSingle__navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-newsSingle__navItem--prev, .p-newsSingle__navItem--next {
  flex: 1;
}
.p-newsSingle__navItem--list {
  flex-shrink: 0;
}
.p-newsSingle__navLink {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #619545;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-newsSingle__navLink:hover, .p-newsSingle__navLink:focus-visible {
  opacity: 0.7;
}
.p-newsSingle__navItem--prev .p-newsSingle__navLink::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 1L1.29492 5.70508L6 10.4102' stroke='%23619545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-newsSingle__navItem--next .p-newsSingle__navLink::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1 1L5.70508 5.70508L1 10.4102' stroke='%23619545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-newsSingle__navItem--next {
  text-align: right;
}
.p-newsSingle__backLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  border: 1px solid #619545;
  border-radius: 99px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #619545;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.p-newsSingle__backLink:hover, .p-newsSingle__backLink:focus-visible {
  background: #619545;
  color: #fff;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 1024px) {
  .l-header {
    height: auto;
    max-height: 70px;
  }
}
@media (max-width: 599px) {
  .l-header {
    height: auto;
    max-height: 60px;
  }
}
.l-header__inner {
  display: flex;
  height: 100%;
  min-height: 167px;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 1.6875rem;
  padding-right: 1.875rem;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding: 0.4rem 0.5rem 0 0.5rem;
    max-height: 70px;
    min-height: 70px;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    max-height: 60px;
    min-height: 60px;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-header__brand {
  display: inline-flex;
  margin-top: 0.875rem;
}
@media (max-width: 1024px) {
  .l-header__brand {
    margin-top: 0.1875rem;
  }
}
.l-header__brandBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-header__tagline {
  display: block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #363636;
  line-height: 1.63636;
  letter-spacing: 0.034375rem;
  margin-left: 0.3125rem;
}
@media (max-width: 599px) {
  .l-header__tagline {
    font-size: clamp(0.5rem, 2.933vw, 0.6875rem);
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__tagline {
    letter-spacing: -0.01875rem;
    margin-left: 0;
  }
}
.l-header__titleRow {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .l-header__titleRow {
    margin-left: 0.125rem;
  }
}
.l-header__logoImage {
  display: block;
  flex-shrink: 0;
  max-width: 38px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .l-header__logoImage {
    height: 2.125rem;
    max-width: 2.125rem;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__logoImage {
    max-width: 34px;
  }
}
.l-header__siteName {
  color: #004f76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.015rem;
}
@media (max-width: 599px) {
  .l-header__siteName {
    font-size: clamp(1rem, 5.333vw, 1.25rem);
    letter-spacing: -0.04375rem;
  }
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__siteName {
    font-size: 1.125rem;
  }
}
.l-header__right {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-header__right {
    display: none;
  }
}
.l-header__topBar {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.836875rem;
}
.l-header__address {
  display: flex;
  align-items: center;
  gap: 0.245625rem;
  font-size: 0.8125rem;
  line-height: 2.46154;
  letter-spacing: 0.040625rem;
  text-align: right;
  color: #695542;
  margin: 0;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__address {
    letter-spacing: 0;
    font-size: 0.6875rem;
  }
}
.l-header__actionPair {
  display: inline-flex;
  flex-shrink: 0;
}
.l-header__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.046875rem;
  border: 0.0625rem solid transparent;
}
.l-header__pill--queue {
  border-radius: 0 0 0 1.625rem;
  background: #40862f;
  color: #fff;
  padding: 0.25rem 1.125rem 0.5rem 1.09rem;
}
.l-header__pill--queue:hover, .l-header__pill--queue:focus-visible {
  background: #174823;
  color: #fff;
}
.l-header__pill--tel {
  margin-left: -0.0625rem;
  border-radius: 0 0 1.625rem 0;
  background: #6ba848;
  color: #fff;
  padding: 0.375rem 1.3125rem 0.4rem 1.2rem;
}
.l-header__pill--tel:hover, .l-header__pill--tel:focus-visible {
  background: #347542;
  color: #fff;
}
.l-header__pillMark, .l-header__pillPhoneIcon {
  display: grid;
  place-items: center;
}
.l-header__telNum {
  font-variant-numeric: tabular-nums;
}
.l-header__mainNavigation {
  width: 100%;
}
.l-header__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__navList {
    gap: 1.125rem;
  }
}
.l-header__navItem {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.l-header__navItem:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -1.3125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23B5B0AB'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__navItem:not(:first-child)::before {
    left: -0.6875rem;
    width: 4px;
    height: 4px;
  }
}
.l-header__navItem--stacked {
  align-items: flex-end;
}
.l-header__navItem--stacked::before {
  margin-bottom: 0.35rem;
}
.l-header__navItem--hasSub:hover .l-header__subNavigation, .l-header__navItem--hasSub:focus-within .l-header__subNavigation {
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.l-header__navLink {
  display: inline-flex;
  align-items: center;
  padding: 0 0.15rem;
  text-decoration: none;
  color: #363636;
  line-height: 3;
  letter-spacing: -0.075rem;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__navLink {
    padding: 0;
    font-size: 0.9375rem;
  }
}
.l-header__navLink:hover, .l-header__navLink:focus-visible {
  color: #2f7a3b;
}
.l-header__navLink--stacked {
  align-items: center;
  gap: 0.5625rem;
  font-weight: 700;
  line-height: 3;
  text-align: center;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-header__navLink--stacked {
    gap: 0.25rem;
  }
}
.l-header__navLink--hasSub {
  position: relative;
  padding-bottom: 0;
}
.l-header__navLinkText {
  position: relative;
  display: inline-block;
}
.l-header__navArrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/arrow-down.webp") center/contain no-repeat;
}
.l-header__subNavigation {
  position: absolute;
  top: calc(100% + 7.8px);
  left: 50%;
  transform: translate(-50%, -8px);
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  max-width: calc(100vw - 24px);
  max-width: min(360px, 100vw - 24px);
  min-width: 260px;
  padding: 1.25rem 1.5rem;
  background: #edfce7;
  opacity: 0.95;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, visibility 0.2s ease;
  z-index: 50;
}
.l-header__subNavigation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.l-header .l-header__navItem--stacked.l-header__navItem--hasSub .l-header__subNavigation {
  left: auto;
  right: 0;
  transform: translate(0, -8px);
}
.l-header .l-header__navItem--stacked.l-header__navItem--hasSub:hover .l-header__subNavigation, .l-header .l-header__navItem--stacked.l-header__navItem--hasSub:focus-within .l-header__subNavigation {
  transform: translate(0, 0);
}
.l-header__subTitle {
  margin: 0;
  color: #363636;
  border-bottom: 1px solid #a8ce93;
  padding-bottom: 0.5rem;
}
.l-header__subList {
  list-style: none;
  padding: 0;
  padding-top: 0.5rem;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.l-header__subLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #363636;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}
.l-header__subLink::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url("../images/arrow.webp") center/contain no-repeat;
}
.l-header__subLink:hover, .l-header__subLink:focus-visible {
  color: #2f7a3b;
}
.l-header__drawerButton {
  display: none;
  align-items: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #6ba848;
  color: #fff;
  margin-left: auto;
  margin-top: 0.125rem;
}
@media (max-width: 1024px) {
  .l-header__drawerButton {
    display: flex;
  }
}
@media (max-width: 599px) {
  .l-header__drawerButton {
    width: clamp(40px, 12.8vw, 48px);
    height: clamp(40px, 12.8vw, 48px);
  }
}
.l-header__drawerIcon {
  width: 18.586px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: clamp(0.5rem, 3.568vw, 0.8363rem);
  position: relative;
}
.l-header__drawerIcon-bar {
  height: 1.5px;
  width: 100%;
  border-radius: 999px;
  background: #fff;
  transition: 0.3s;
  left: 0;
}
.l-header__drawerText {
  font-size: clamp(0.4rem, 2.1333vw, 0.5625rem);
  line-height: 2;
  letter-spacing: 0.028125rem;
  transition: 0.3s;
  margin-top: 0.0625rem;
}
.l-header__drawerText--close {
  display: none;
}

.is-drawerOpen .l-header__drawerText--open {
  display: none;
}
.is-drawerOpen .l-header__drawerText--close {
  display: inline;
}
.is-drawerOpen .l-header__drawerIcon-bar {
  position: absolute;
  left: 0;
}
.is-drawerOpen .l-header__drawerIcon-bar.topbar {
  top: 50%;
  transform: translateY(-50%) rotate(32deg);
}
.is-drawerOpen .l-header__drawerIcon-bar.middlebar {
  opacity: 0;
}
.is-drawerOpen .l-header__drawerIcon-bar.bottombar {
  top: 50%;
  transform: translateY(-50%) rotate(-32deg);
}

.l-footer {
  background: #faf5ef;
}
.l-footer__inner {
  padding-inline: 1rem;
  max-width: 1308px;
}
@media (max-width: 599px) {
  .l-footer__inner {
    padding-inline: 0.62rem;
  }
}
.l-footer__main {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  top: -2.81rem;
  padding-top: 3.125rem;
  padding-left: 0.5rem;
  padding-bottom: 3.1875rem;
}
@media (max-width: 1024px) {
  .l-footer__main {
    flex-direction: column;
    top: -1.87rem;
    padding-top: 0.375rem;
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
}
.l-footer__main::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #ede7e1;
  pointer-events: none;
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 1024px) {
  .l-footer__brand {
    width: 100%;
  }
}
.l-footer__logo {
  width: 127px;
  height: auto;
}
@media (max-width: 1024px) {
  .l-footer__logo {
    width: 115px;
    margin-right: 0.625rem;
  }
}
.l-footer__name {
  margin: 0.5625rem 0 0;
  color: #004f76;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.0195rem;
}
@media (max-width: 1024px) {
  .l-footer__name {
    font-size: clamp(1rem, 5.86vw, 1.375rem);
    line-height: 1.09091;
    letter-spacing: -0.0165rem;
    margin-top: 0.375rem;
  }
}
.l-footer__tel {
  display: flex;
  margin-top: 1.875rem;
  gap: 0.62rem;
}
@media (max-width: 1024px) {
  .l-footer__tel {
    margin-right: 1.625rem;
    margin-top: 2.25rem;
  }
}
.l-footer__phone-number {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
}
@media (max-width: 1024px) {
  .l-footer__phone-number {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.l-footer__address {
  margin: 0;
  color: #363636;
  font-size: 0.9375rem;
  line-height: 2.133333;
  letter-spacing: 0.04688rem;
  margin-top: 0.68756rem;
  padding-left: 0.3125rem;
}
@media (max-width: 1024px) {
  .l-footer__address {
    font-size: clamp(0.75rem, 4vw, 0.9375rem);
    line-height: 1.6;
    letter-spacing: 0.04688rem;
    text-align: center;
    margin-top: 0.25rem;
    padding-left: 0;
  }
}
.l-footer__access {
  margin-top: 0.125rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #619545;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.0175rem;
  border-bottom: 1px solid #619545;
  padding-bottom: 0.12rem;
  transition: 0.28s ease;
}
.l-footer__access svg {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}
.l-footer__access:hover, .l-footer__access:focus-visible {
  opacity: 0.7;
}
.l-footer__access:hover svg, .l-footer__access:focus-visible svg {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .l-footer__access {
    margin-top: 0.5rem;
  }
}
.l-footer__actions {
  width: 50%;
  padding-right: 7.5rem;
  display: flex;
  flex-direction: column;
  margin-left: -0.4375rem;
  margin-top: -0.5rem;
}
@media (min-width: 1024.8px) and (max-width: 1280px) {
  .l-footer__actions {
    width: 58%;
    padding-right: 2.5rem;
  }
  .l-footer__actions .p-hours__note--closed {
    max-width: 450px;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .l-footer__actions {
    width: 100%;
    padding-right: 0;
    margin-top: 1.75rem;
    margin-left: 0;
  }
}
.l-footer__button--reservation.c-button__reservation {
  font-size: 1.0625rem;
  padding-block: 11.5px;
  padding-left: 23px;
  padding-right: 23.5px;
  gap: 23px;
  border-radius: 2.6875rem;
  margin-top: 2.125rem;
  font-weight: 700;
  line-height: 1.05882;
  letter-spacing: 0.05313rem;
  display: inline-flex;
  margin-inline: auto;
  transition: 0.28s ease;
}
.l-footer__button--reservation.c-button__reservation > svg:last-of-type {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}
.l-footer__button--reservation.c-button__reservation:hover, .l-footer__button--reservation.c-button__reservation:focus-visible {
  opacity: 0.7;
}
.l-footer__button--reservation.c-button__reservation:hover > svg:last-of-type, .l-footer__button--reservation.c-button__reservation:focus-visible > svg:last-of-type {
  transform: translateX(5px);
}
.l-footer__button--instagram {
  position: relative;
  display: inline-block;
  margin-top: 2.38rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05rem;
}
.l-footer__button--instagram .c-button__inner {
  gap: 0.61rem;
  padding: 1.25rem 4.78rem 0.89rem 4.81rem;
}
.l-footer__button--instagram::before {
  content: "最新情報はこちらから";
  position: absolute;
  left: 50%;
  top: -0.87rem;
  transform: translateX(-50%);
  padding: 0.19rem 1.43rem 0.19rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffaa46 0%, #e87bd3 100%);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  line-height: 1.23077;
  letter-spacing: 0.04063rem;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  transition: 0.6s ease;
}
.l-footer__button--instagram::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  background: linear-gradient(90deg, #ffaa46 0%, #e87bd3 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
  z-index: 2;
  transition: 0.6s;
}
.l-footer__extra {
  margin-top: -1.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .l-footer__extra {
    margin-top: 0;
    padding-top: 0.875rem;
    padding-bottom: 3.8125rem;
  }
}
.l-footer__extra .l-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .l-footer__extra .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.93759375rem;
  }
}
@media (max-width: 599px) {
  .l-footer__extra .l-footer__inner {
    margin-top: 0;
    padding-inline: 0.97rem;
  }
}
.l-footer__extraBlock {
  min-width: 0;
}
.l-footer__extraBlock--pay {
  padding-left: 7.5rem;
}
@media (max-width: 1024px) {
  .l-footer__extraBlock--pay {
    padding-left: 0;
  }
}
.l-footer__extraTitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.88889;
  letter-spacing: 0.05625rem;
  position: relative;
}
@media (max-width: 599px) {
  .l-footer__extraTitle {
    font-size: 0.9375rem;
    line-height: 2.266667;
    letter-spacing: 0.04688rem;
  }
}
.l-footer__extraTitle::before {
  position: absolute;
  content: "";
  background: #a8ce93;
  width: 1.4375rem;
  height: 0.0625rem;
  bottom: -5px;
  left: 0;
}
.l-footer__extraText {
  margin: 1rem 0 0;
  color: #3e3c39;
  line-height: 2;
  letter-spacing: 0.02rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 599px) {
  .l-footer__extraText {
    line-height: 1.75;
  }
}
.l-footer__banners {
  margin-top: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (max-width: 599px) {
  .l-footer__banners {
    margin-top: 1.0625rem;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.875rem;
    width: 100%;
  }
}
.l-footer__banner {
  display: block;
  height: auto;
  max-width: 241px;
  width: 20.48vw;
}
@media (max-width: 1024px) {
  .l-footer__banner {
    width: 100%;
  }
}
.l-footer__hoursCard.p-infoCard {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.l-footer__hoursCard .p-hours {
  margin: 0;
}
.l-footer__hoursCard::after {
  display: none;
}
.l-footer__bar {
  background: #619545;
}
.l-footer__copyright {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 3.2;
  letter-spacing: 0.04375rem;
}
@media (max-width: 599px) {
  .l-footer__copyright {
    padding-bottom: 4.625rem;
  }
}

.l-footerHours .p-hours__notes {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .l-footerHours .p-hours__notes {
    padding-inline: 1rem;
    margin-top: 1.75rem;
  }
}
.l-footerHours .p-hours__tableWrap {
  margin-top: 0.75rem;
}
@media (max-width: 320px) {
  .l-footerHours .p-hours__table {
    width: 90%;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .l-footerHours .p-hours__note--closed {
    max-width: 400px;
    padding-top: 0.75rem;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .l-footerHours .p-hours__note--closed {
    max-width: 296px;
    padding-top: 0.75rem;
  }
}

.l-footerHours__title {
  margin: 0;
  color: #619545;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7333;
  letter-spacing: 0.01875rem;
}

body:not(.is-top) .l-main {
  padding-top: 6.5rem;
}
@media (max-width: 599px) {
  body:not(.is-top) .l-main {
    padding-top: 5.5rem;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.u-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024.8px) {
  .u-br-pc {
    display: none;
  }
}

@media (min-width: 599.8px) and (max-width: 1024px) {
  .u-br-tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .u-br-sp {
    display: none;
  }
}

@media (min-width: 1024.8px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 599.8px) and (max-width: 1024px) {
  .u-hidden-tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-underline {
  text-decoration: underline;
}/*# sourceMappingURL=app.css.map */