@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
nav,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

span {
  display: inline-block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/* 初期設定 */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  overflow: unset;
  border: unset;
  background-color: unset;
  color: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/*=================================================
色
==================================================*/
/*=================================================
フォント
==================================================*/
/*=================================================
レイアウト
==================================================*/
/*=================================================
vwの幅指定
==================================================*/
/*=================================================
ブレークポイント（クライアント指定・モバイルファースト）
    ~599px   スマホ                    → base（メディアクエリ無しで記述）
    600px~   大きめスマホ・タブレット縦  → "sm"
    768px~   タブレット・小型PC         → "md"
    1024px~  PC                        → "lg"
    1280px~  ワイドPC                   → "xl"
==================================================*/
/*=================================================
重なり順の定義
==================================================*/
/*=================================================
フォント情報の一括入力
==================================================*/
/*=================================================
fontサイズ
==================================================*/
/*=================================================
vw
==================================================*/
/* メディアクエリ―
----------------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: 1rem;
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  font-family: "A-OTF Jun Pro", "Zen Maru Gothic", sans-serif;
}
body.is-nav-open {
  overflow: hidden;
}

picture {
  display: contents;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

/* 緑のピルボタン（CTA） ›アイコン付き
==================================================*/
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.5rem;
  padding: 1.625rem 2.5rem;
  gap: 0.75rem;
  border-radius: 24px;
  background-color: #60af58;
  color: #fff;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  transition: background-color 0.3s ease;
}
.c-button span {
  position: relative;
  padding-inline-start: 1.75rem;
}
.c-button span::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg);
  translate: 0 -50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.c-button:hover {
  background-color: #4e9a47;
}

/* セクションタイトル
==================================================*/
.c-sec__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-block-start: clamp(6rem, 12vw, 10.9375rem);
  font-weight: 400;
  font-size: 2.375rem;
  font-size: clamp(1.625rem, 5vw, 2.375rem);
  line-height: 1.2105263158;
  letter-spacing: 0.0315789474em;
}
.c-sec__ttl::before {
  position: absolute;
  top: -0.3125rem;
  left: 50%;
  aspect-ratio: 121/147;
  width: 100%;
  max-width: clamp(4.625rem, 8.3vw, 7.8125rem);
  translate: -50%;
  background: url("../img/leaves/leaf-greeting.webp") no-repeat center center/cover;
  content: "";
}

.c-lower__ttl-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding-block-end: 8.875rem;
}
@media screen and (max-width: 1279px) {
  .c-lower__ttl-wrap {
    top: -4.6666666667vw;
    padding-block-end: 7.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-lower__ttl-wrap {
    padding-block-end: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lower__ttl-wrap {
    top: 2.6666666667vw;
    padding-block-end: 13.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .c-lower__ttl-wrap {
    top: 0.9375rem;
  }
}
.c-lower__ttl-wrap::after {
  position: absolute;
  bottom: -1.5rem;
  left: -1.3125rem;
  aspect-ratio: 121/147;
  width: 100%;
  max-width: clamp(4.625rem, 8.3vw, 7.8125rem);
  background: url("../img/leaves/leaf-greeting.webp") no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 1279px) {
  .c-lower__ttl-wrap::after {
    bottom: -1.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-lower__ttl-wrap::after {
    bottom: -1.3333333333vw;
    max-width: clamp(74px, 7.3333333333vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .c-lower__ttl-wrap::after {
    bottom: -1.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .c-lower__ttl-wrap::after {
    bottom: -1.3333333333vw;
    left: -3%;
    max-width: 11%;
  }
}

.c-lower__ttl--jp {
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1.2162162162;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-lower__ttl--jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .c-lower__ttl--jp {
    font-size: clamp(16px, 4.8vw, 38px);
  }
}

.c-lower__ttl--en {
  margin-inline-start: 0.25rem;
  margin-block-start: 0.1875rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.0923076923em;
}
@media screen and (max-width: 599px) {
  .c-lower__ttl--en {
    margin-inline-start: 0;
    margin-block-start: 0.3125rem;
    font-size: clamp(0.5rem, 2.1333333333vw, 14px);
  }
}

/* ヘッダー
==================================================*/
.p-header {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: 1.8125rem 1.25rem;
  padding-block: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    padding-block: 0.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__inner {
    padding-block: 1.0625rem;
  }
}

/* ロゴ
----------------------------------------------------*/
.p-header__logo {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  line-height: 1.3;
}

.p-header__logo-ja {
  color: #000000;
  font-weight: 500;
  font-size: clamp(1rem, 4vw, 1.25rem);
}
@media screen and (min-width: 1024px) {
  .p-header__logo-ja {
    font-size: 1.93vw;
  }
}

.p-header__logo-en {
  margin-block-start: 0.1875rem;
  color: #000000;
  font-size: clamp(0.5625rem, 2.3vw, 0.8125rem);
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-header__logo-en {
    font-size: 1.07vw;
  }
}

/* ナビ（〜1023はドロワー / 1024〜は横並び）
----------------------------------------------------*/
.p-header__nav {
  display: flex;
  z-index: 1;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  inset: 0;
  gap: 0.5rem;
  transform: translateX(100%);
  background-color: #ffffff;
  transition: transform 0.4s ease;
}
.p-header__nav.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    z-index: auto;
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    gap: clamp(1rem, 1.8vw, 2rem);
    transform: none;
    background-color: transparent;
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-header__nav {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .p-header__nav {
    margin-block-start: -9px;
    gap: 18px;
  }
}

.p-header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-header__list {
    flex-direction: row;
    gap: clamp(12px, 1.37vw, 22px);
  }
	.p-header__list li.sp {
		display: none;
	}
}

.p-header__link {
  display: inline-block;
  padding-block: 0.55rem;
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  transition: color 0.3s ease;
}
.p-header__link:hover {
  color: #60af58;
}
@media screen and (min-width: 1024px) {
  .p-header__link {
    padding-block: 0;
    font-size: 1.13vw;
    white-space: nowrap;
  }
}
.p-header__link.is-current {
  color: #60af58;
  cursor: default;
  pointer-events: none;
}

/* お問い合わせボタン
----------------------------------------------------*/
.p-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  margin-block-start: 0.75rem;
  padding: 1.0625rem 2.5rem;
  border-radius: 13px;
  background-color: #abd08a;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.p-header__contact:hover {
  background-color: #60af58;
}
@media screen and (min-width: 1024px) {
  .p-header__contact {
    min-width: 0;
    margin-block-start: 0;
    padding: 0.8666666667vw 1.3333333333vw;
    font-size: 1.13vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__contact {
    padding: 0.875rem 1.8125rem 0.75rem 1.875rem;
    font-size: 1.0625rem;
  }
}

/* ハンバーガー（1024〜は非表示）
----------------------------------------------------*/
.p-header__burger {
  z-index: 2;
  position: relative;
  width: 32px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.p-header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #60af58;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-header__burger span:nth-child(1) {
  top: 0;
}
.p-header__burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-header__burger span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.p-header__burger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__burger.is-active span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .p-header__burger {
    display: none;
  }
}

/* フッター（院情報＋診療時間＋地図＋葉装飾）
==================================================*/
.p-footer {
  position: relative;
  padding-block: 4rem clamp(12.25rem, 26vw, 24.5rem);
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .p-footer {
    padding-block-end: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block-end: 16.25rem;
  }
}
@media screen and (max-width: 599px) {
  .p-footer {
    padding-block-end: 7.5rem;
  }
}

.p-footer__inner {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  width: min(100% - 2.5rem, 88.125rem);
  margin-inline: auto;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 0;
  }
}

.p-footer__info {
  margin-block-start: -0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__info {
    flex: 0 0 40.1%;
  }
}

/* ロゴ */
.p-footer__head {
  margin-inline-start: 0.875rem;
}

.p-footer__logo-ja {
  color: #000000;
  font-weight: 700;
  font-size: clamp(1.25rem, 5.4vw, 1.8125rem);
  white-space: nowrap;
}

.p-footer__logo-en {
  margin-block-start: 0.5rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  font-size: clamp(0.6875rem, 3vw, 1rem);
  line-height: 1.1875;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* 資格 */
.p-footer__quals {
  margin-inline-start: 0.875rem;
  margin-block-start: 1.875rem;
  font-size: 1rem;
  line-height: 1.9375;
}
@media screen and (max-width: 599px) {
  .p-footer__quals {
    font-size: 0.875rem;
  }
}

/* 電話 */
.p-footer__tel {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 0.875rem;
  margin-block-start: 2.625rem;
  gap: 1rem;
  color: #60af58;
  font-weight: 400;
  font-size: clamp(1.5rem, 7.5vw, 2.6875rem);
  line-height: 1.2093023256;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.0790697674em;
}

/* スマホアイコン（icon-smartphone.svg / カンプ 30×50） */
.p-footer__tel-icon {
  flex-shrink: 0;
  aspect-ratio: 30/50;
  width: 1.875rem;
  height: auto;
}

.p-footer__address {
  margin-inline-start: 0.875rem;
  margin-block-start: 0.75rem;
  font-weight: 400;
  font-size: 1.1875rem;
  font-size: clamp(0.6875rem, 3.4vw, 1.1875rem);
  line-height: 1.2105263158;
  letter-spacing: 0.0736842105em;
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .p-footer__address-br {
    display: none;
  }
}

/* 診療時間 */
.p-footer__hours {
  margin-block-start: 2.875rem;
}

.p-footer__hours-ttl {
  margin-inline-start: 0.25rem;
  margin-block-end: 0.75rem;
  color: #60af58;
  font-weight: 400;
  font-size: 0.9375rem;
}

/* 診療時間カレンダー（calender.png / カンプ 566×158） */
.p-footer__calender {
  aspect-ratio: 566/158;
  max-width: 35.375rem;
  margin-block-start: -0.25rem;
}

.p-footer__calender-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__note {
  margin-block-start: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.0714285714em;
}

/* 注記の先頭の○（カンプ：緑の輪郭円 19px） */
.p-footer__note-circle {
  position: relative;
  padding-inline-start: 1.5rem;
}
.p-footer__note-circle::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 1.1875rem;
  translate: 0 -50%;
  border: 1px solid #60af58;
  border-radius: 100vmax;
  content: "";
}

.p-footer__note--strong {
  margin-block-start: 0.875rem;
  color: #000000;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.0042857143em;
}

/* 地図 */
@media screen and (min-width: 1024px) {
  .p-footer__map {
    flex: 0 0 56.8%;
  }
}

.p-footer__map-frame {
  display: block;
  aspect-ratio: 801/484;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0.5rem;
}

/* 葉装飾（下部） */
.p-footer__leaf {
  z-index: 0;
  position: absolute;
  pointer-events: none;
}

.p-footer__leaf--left {
  bottom: -1.875rem;
  left: -0.5625rem;
  aspect-ratio: 555/423;
  width: 54%;
  max-width: 34.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-footer__leaf--left {
    max-width: 29.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__leaf--left {
    bottom: -6.9375rem;
    width: 100%;
  }
}

.p-footer__leaf--right {
  right: -1.125rem;
  bottom: -1.375rem;
  aspect-ratio: 543/436;
  width: 50%;
  max-width: 543px;
}
@media screen and (max-width: 1023px) {
  .p-footer__leaf--right {
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__leaf--right {
    right: -2.0625rem;
    bottom: -3.5rem;
    width: 100%;
  }
}

/* メインビジュアル
	PCレイアウト（1500基準のvw＋%・絶対配置）を全幅で適用＝SPはそのまま縮小表示。
	artboard=1500x / 高さ912px ≒ 60.8vw
==================================================*/
.p-mv {
  position: relative;
  height: 60.8vw;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv {
    top: -10vw;
    height: 102vw;
    margin-block-start: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mv {
    top: -3vw;
  }
}
.p-mv::before {
  z-index: 0;
  position: absolute;
  inset: 5.47vw 0 0 0;
  background: linear-gradient(to right, #8db7db 0% 50%, #abd08a 50% 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    top: 18vw;
  }
}

/* 白い波（白い大楕円 1595x322 @ -61,-106）
    楕円幅が狭いと画面端で色帯上端を覆えず両端がフラット（直線）になるため、
   1279px以下は幅135%（左-17.5%で中央寄せ）に広げて端まで覆う。 */
.p-mv__wave {
  z-index: 1;
  position: absolute;
  top: -14vw;
  left: -17.5%;
  width: 135%;
  height: 40vw;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__wave {
    top: -7.07vw;
    left: -17.5%;
    width: 135%;
    height: 24vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__wave {
    top: -7.07vw;
    left: -4.07vw;
    width: 106.33vw;
    height: 21.47vw;
  }
}

/* サービスのラッパーは無効化し、中の要素を.p-mv基準で絶対配置する */
.p-mv__service {
  display: contents;
}

/* 白丸（夜間/休日） 元: 329x329 @ x437/x730, y324 */
.p-mv__circle {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 35.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 21.93vw;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__circle {
    top: 28vw;
    width: 34vw;
    padding-inline: 0.5rem;
  }
}

.p-mv__service--night .p-mv__circle {
  left: 29.13%;
}
@media screen and (max-width: 767px) {
  .p-mv__service--night .p-mv__circle {
    left: 18.6%;
  }
}

.p-mv__service--holiday .p-mv__circle {
  left: 48.67%;
}
@media screen and (max-width: 767px) {
  .p-mv__service--holiday .p-mv__circle {
    left: 47.4%;
  }
}

.p-mv__service-ttl {
  margin-block-start: -1.0666666667vw;
  font-weight: 400;
  font-size: 3.5625rem;
  font-size: 3.8vw;
  line-height: 1.2105263158;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-mv__service-ttl {
    font-size: 1.125rem;
  }
}

.p-mv__service--night .p-mv__service-ttl {
  margin-inline-start: -0.8vw;
}
@media screen and (max-width: 599px) {
  .p-mv__service--night .p-mv__service-ttl {
    margin-inline-start: -0.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__service--night .p-mv__service-sub {
    margin-inline-start: -0.75rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mv__service--night .p-mv__service-sub {
    margin-inline-start: -0.25rem;
  }
}

@media screen and (max-width: 599px) {
  .p-mv__service--holiday .p-mv__service-ttl {
    margin-inline-start: -0.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__service--holiday .p-mv__service-ttl {
    margin-inline-start: 0.3333333333vw;
  }
}
.p-mv__service--holiday .p-mv__service-sub {
  margin-inline-start: -0.1875rem;
}
@media screen and (max-width: 599px) {
  .p-mv__service--holiday .p-mv__service-en {
    margin-inline-start: 0.25rem;
  }
}

.p-mv__service-sub {
  margin-block-start: 0.4vw;
  font-weight: 400;
  font-size: 1.625rem;
  font-size: 1.73vw;
  line-height: 1.1923076923;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-mv__service-sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mv__service-sub {
    font-size: 0.75rem;
  }
}

.p-mv__service-en {
  max-width: 100%;
  margin-block-start: 0.8vw;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.07vw;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-mv__service-en {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__service-en {
    max-width: 8.5em;
    text-wrap: balance;
  }
}

/* 吹き出しコピー（縦書きテキスト画像。左x163 / 右x1250, y403） */
.p-mv__copy {
  display: block;
  z-index: 2;
  position: absolute;
  top: 44.2%;
  width: 5.07vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    top: 34vw;
    width: 7vw;
  }
}

.p-mv__copy--night {
  left: 10.87%;
}
@media screen and (max-width: 767px) {
  .p-mv__copy--night {
    left: 5%;
  }
}

.p-mv__copy--holiday {
  left: 83.3%;
}
@media screen and (max-width: 767px) {
  .p-mv__copy--holiday {
    left: 88%;
  }
}

/* 人物イラスト（man: x169 y543 327x299 / woman: x1034 y559 204x267） */
.p-mv__illust {
  display: block;
  z-index: 2;
  position: absolute;
  width: auto;
}

.p-mv__illust--night {
  top: 59.5%;
  left: 11.27%;
  width: 21.8vw;
}
@media screen and (max-width: 767px) {
  .p-mv__illust--night {
    top: 66vw;
    left: 24%;
    width: auto;
    height: 22vw;
  }
}

.p-mv__illust--holiday {
  top: 61.7%;
  left: 70.3%;
  width: 12vw;
}
@media screen and (max-width: 767px) {
  .p-mv__illust--holiday {
    top: 66vw;
    left: 56%;
    width: auto;
    height: 22vw;
  }
}

/* 装飾の単葉（夜間: 84x91 @x437 y424 / 休日: 121x146 @x942 y496） */
.p-mv__single-leaf {
  display: block;
  z-index: 3;
  position: absolute;
  width: auto;
  pointer-events: none;
}

.p-mv__single-leaf--night {
  top: 46.5%;
  left: 29.13%;
  width: 5.6vw;
}
@media screen and (max-width: 767px) {
  .p-mv__single-leaf--night {
    top: 39vw;
    left: 22.6%;
  }
}

.p-mv__single-leaf--holiday {
  top: 41.4%;
  left: 62.8%;
  width: 8.07vw;
}
@media screen and (max-width: 767px) {
  .p-mv__single-leaf--holiday {
    top: 28vw;
    left: 73%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__single-leaf--holiday {
    top: 35vw;
    left: 69.6%;
  }
}

/* 診療時間・電話・アクセス
==================================================*/
.p-info {
  margin-block-start: 3rem;
}

/* 1024〜：l-innerに左右20pxのガターを確保（カードが画面端に付かないように） */
@media screen and (min-width: 1024px) {
  .p-info .l-inner {
    padding-inline: 1.25rem;
  }
}

.p-info__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 74.5625rem;
  margin-inline: auto;
  padding: 1.75rem 1.25rem;
  gap: 2.25rem;
  border-radius: 32px;
  background-color: #f5f5f5;
  /* アニメーションのための初期スタイル（フェードイン） */
}
@media screen and (min-width: 768px) {
  .p-info__card {
    padding: 2.375rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-info__card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-inline: clamp(1.5rem, 3vw, 3.5rem);
    padding-block: 2.5rem;
    gap: clamp(1.5rem, 4%, 4rem);
  }
}

/* 診療時間 */
.p-info__hours {
  width: 100%;
  max-width: 35.375rem;
}
@media screen and (min-width: 1024px) {
  .p-info__hours {
    flex: 0 1 auto;
    min-width: 0;
  }
}

.p-info__ttl {
  color: #60af58;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.p-info__calender {
  aspect-ratio: 566/158;
  max-width: 566px;
  margin-block-start: 0.25rem;
}

.p-info__note {
  margin-inline-start: -0.125rem;
  margin-block-start: 1.125rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.0642857143em;
}

.p-info__note-sub {
  margin-block-start: 0.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.0057142857em;
}

.p-info__note-circle {
  position: relative;
  padding-inline-start: 1.5rem;
}
.p-info__note-circle::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 19px;
  translate: 0 -50%;
  border: 1px solid #60af58;
  border-radius: 100vmax;
  content: "";
}

/* 電話・アクセス */
.p-info__contact {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-info__contact {
    flex: 0 1 auto;
    min-width: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-info__contact {
    margin-block-start: -0.1875rem;
  }
}

.p-info__tel {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #60af58;
  font-weight: 700;
  font-size: clamp(1.625rem, 9vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0.0288461538em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-info__tel {
    font-size: clamp(2.75rem, 4.5vw, 3.25rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-info__tel {
    justify-content: center;
  }
}
.p-info__tel span {
  margin-block-start: -0.625rem;
}

.p-info__tel-icon {
  flex-shrink: 0;
  aspect-ratio: 30/50;
  width: 100%;
  max-width: 30px;
  margin-block-start: -0.625rem;
}

.p-info__address {
  margin-block-start: 1.1875rem;
  font-size: clamp(0.8125rem, 3.6vw, 1.1875rem);
  line-height: 1.2105263158;
  letter-spacing: 0.0657894737em;
}
@media screen and (min-width: 1280px) {
  .p-info__address {
    margin-block-start: 1rem;
  }
}

.p-info__address-body {
  word-break: keep-all;
}

.p-info__address-zip {
  margin-inline-end: 0.5em;
}
@media screen and (max-width: 599px) {
  .p-info__address-zip {
    display: block;
    margin-inline-end: 0;
  }
}

.p-info__map {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin-block-start: 2.3125rem;
  padding: 1.25rem 1.75rem;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: #60af58;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-info__map {
    align-self: flex-start;
    width: 100%;
    max-width: 29.1875rem;
    padding-block: 2rem;
  }
}
.p-info__map:hover {
  opacity: 0.7;
}
.p-info__map span {
  position: relative;
  padding-inline-start: 2.0625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .p-info__map span {
    margin-inline-start: -2.5rem;
    padding-inline-start: 3.6875rem;
  }
}
.p-info__map span::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 23/30;
  width: 100%;
  max-width: 23px;
  translate: 0 -50%;
  background-image: url("../img/icons/icon-map__pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

/* 紹介文
==================================================*/
.p-intro {
  margin-block-start: clamp(4.5rem, 9.6vw, 9rem);
  text-align: center;
}

.p-intro-inner {
  padding-inline: 1.25rem;
}

.p-intro__heading {
  margin-block-start: 0.5rem;
  font-weight: 400;
  font-size: 2.375rem;
  font-size: clamp(1.375rem, 4.5vw, 2.375rem);
  line-height: 1.2105263158;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-intro__heading {
    margin-inline-start: 1.6875rem;
    padding-block-start: 0.1875rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-intro__heading {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: -0.0416666667em;
  }
}
@media screen and (min-width: 1280px) {
  .p-intro__heading {
    margin-block-start: -0.3125rem;
  }
}

.p-intro__heading-sub {
  display: block;
  margin-block-start: 0.625rem;
  font-weight: 400;
  font-size: 1.8125rem;
  font-size: clamp(1.0625rem, 3.4vw, 1.8125rem);
  line-height: 1.2068965517;
}
@media screen and (min-width: 768px) {
  .p-intro__heading-sub {
    margin-inline-start: -4.125rem;
    margin-block-start: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-intro__heading-sub {
    margin-inline-start: 0rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .p-intro__heading-sub {
    font-size: 1rem;
  }
}

.p-intro__text {
  max-width: 48.8125rem;
  margin-inline: auto;
  margin-block-start: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.0028571429em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    margin-block-start: 3.75rem;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 2.2352941176;
    letter-spacing: 0.0047058824em;
  }
}

.p-features {
  position: relative;
  padding-block: 6.75rem 14.5rem;
  overflow-x: clip;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-block-end: 10rem;
  }
}
@media screen and (max-width: 599px) {
  .p-features {
    padding-inline: 1.25rem;
    padding-block-end: 7.5rem;
  }
}

.p-features__leaf {
  position: absolute;
}
.p-features__leaf img {
  height: 100%;
}

.p-features__leaf01 {
  bottom: 0.4375rem;
  left: -0.9375rem;
  aspect-ratio: 555/423;
  width: 100%;
  max-width: 549px;
}
@media screen and (max-width: 1279px) {
  .p-features__leaf01 {
    max-width: 43%;
  }
}

.p-features__leaf02 {
  right: -1.5rem;
  bottom: 3.8125rem;
  aspect-ratio: 543/436;
  width: 100%;
  max-width: 539px;
}
@media screen and (max-width: 1279px) {
  .p-features__leaf02 {
    max-width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .p-features__leaf02 {
    bottom: 1.5rem;
    max-width: 42%;
  }
}

.p-features__btn {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 331px;
  margin-inline: auto;
  margin-block-start: -2.25rem;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .p-features__btn {
    transform: translateX(-1.2vw);
  }
}
.p-features__btn span {
  padding-inline-end: 1.5rem;
}

/* お知らせ
==================================================*/
.p-news {
  padding-block: 5.3125rem 4.6875rem;
}

/* 1024〜：l-innerに左右20pxのガターを確保（コンテンツが画面端に付かないように） */
@media screen and (min-width: 1024px) {
  .p-news .l-inner {
    padding-inline: 1.25rem;
  }
}

.p-news__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__title-wrap {
    margin-inline-start: -3.1875rem;
  }
}

.p-news__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  margin-block-start: 4.6875rem;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-news__body {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    justify-content: center;
    gap: 3.875rem;
  }
}

.p-news__more {
  align-self: center;
  width: 100%;
  max-width: 331px;
  margin-block-start: 0.4375rem;
  padding-block: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-news__more {
    flex: 0 0 auto;
    align-self: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .p-news__more {
    max-width: 100%;
    margin-block-start: 0;
  }
}

.p-news__list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.875rem;
}

.p-news__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem 2.0625rem;
  gap: 0.375rem;
  border: 1px solid #a1d09e;
  border-radius: 24px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.p-news__item:hover {
  border-color: #60af58;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-news__item {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-news__item {
    padding: 1.125rem 1rem;
  }
}

.p-news__date {
  flex-shrink: 0;
  margin-block-start: 0.6875rem;
  color: #60af58;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.0555555556;
  letter-spacing: 0.0777777778em;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    width: 9.3125rem;
  }
}

.p-news__title {
  margin-block-start: 0.1875rem;
  color: #505050;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.1764705882;
  letter-spacing: 0em;
}

/* ───── お知らせ一覧ページ（news.html）専用：白カード＋アイテム縦並び ─────
    元カンプ：1500px幅。白カード x393 y411 w1006・角丸31・影なし（ヒーロー帯に262px重なる）
    カード内：アイテム枠 x439 w922（左右余白≒42）。アイテム間 gap≒15。
    ※アイテム本体は上の .p-news__item / __date / __title を流用
    左の単葉はタイトル component(.c-lower__ttl-wrap::after)が出す／右上の葉は共通 .p-lower-head__leaf
==================================================*/
.p-news__card {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-block-end: clamp(3.75rem, 9vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.625rem);
  border-radius: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-news__card {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 26.2vw auto;
    padding: 3.2vw 2.8vw;
    border-radius: 2.0666666667vw;
  }
}

/* アイテムの縦並び（gap≒15） */
.p-news__card-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  list-style: none;
}

/* 日付：一覧ページはカンプ16px（トップの抜粋は18pxなのでカード内のみ上書き）
   PCはタイトルと同じ行ピッチ(32)にし、1行目の高さを揃える */
.p-news__card .p-news__date {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.0875em;
}
@media screen and (min-width: 768px) {
  .p-news__card .p-news__date {
    margin-block-start: 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

/* ───── お知らせ一覧PCの枠：カンプ忠実（枠固定高さ＋テキスト上寄せ＋行間タイト） ─────
   カンプは枠が 84/153/185(=1行/3行/4行) の固定高さで、テキストは上端(≈34px)に寄り、
   複数行は枠下に余白が残る。行間も詰まっている(≈19〜20px)。
   ※デモ6件＝[1行,3行,4行]×2 の並び前提（nth-childで枠高さを再現） */
@media screen and (min-width: 768px) {
  .p-news__card .p-news__item {
    align-items: flex-start;
    padding-block: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__card .p-news__title {
    line-height: 2;
    letter-spacing: -0.04em;
  }
}

@media screen and (min-width: 768px) {
  .p-news__card-list > li:nth-child(3n+1) .p-news__item {
    min-height: 5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__card-list > li:nth-child(3n+2) .p-news__item {
    min-height: 9.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__card-list > li:nth-child(3n) .p-news__item {
    min-height: 11.5625rem;
  }
}

/* 診察案内（緑の全幅セクション）
==================================================*/
.p-diagnosis {
  padding-block: 2.5rem 5.625rem;
  background-color: #60af58;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-diagnosis {
    padding-block-end: 13vw;
  }
}

.p-diagnosis__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-diagnosis__ttl-wrap {
    margin-inline-start: -2.75rem;
  }
}

.p-diagnosis__text {
  max-width: 48.8125rem;
  margin-inline: auto;
  margin-block-start: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.0028571429em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-diagnosis__text {
    margin-block-start: 1.5rem;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 2.2352941176;
    letter-spacing: 0.0047058824em;
  }
}

.p-diagnosis__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block-start: 2rem;
  gap: 1.75rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-diagnosis__list {
    margin-inline-start: -1.25rem;
    margin-block-start: 3.25rem;
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}

.p-diagnosis__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-diagnosis__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: clamp(6rem, 26vw, 9.625rem);
  border-radius: 50%;
  background-color: #fff;
}

.p-diagnosis__icon {
  width: auto;
  max-width: 5.5rem;
  height: clamp(2.25rem, 9.5vw, 3.5rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-diagnosis__label {
  margin-block-start: 0.1875rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 2.4;
}

/* 院内写真（バニラJSの無限スライダー：3枚が自動で流れ続ける）
==================================================*/
.p-facility {
  z-index: 1;
  position: relative;
  margin-block-start: -12vw;
  padding-block-end: 4.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-facility {
    margin-block-start: -8vw;
  }
}

/* 横スクロールするトラック（JSで複製＆translateXで流す） */
.p-facility__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-facility__list {
    gap: 4.27vw;
  }
}

.p-facility__item {
  flex: 0 0 72vw;
}
@media screen and (min-width: 768px) {
  .p-facility__item {
    flex: 0 0 44.8vw;
  }
}

.p-facility__img {
  display: block;
  width: 100%;
  height: clamp(12.5rem, 56vw, 22.5rem);
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-facility__img {
    height: 38vw;
    border-radius: 1rem;
  }
}

/* 院長紹介（.agc：グレー帯 #EFEFEF y4527-5228／写真 y4452 x612 w1000 h685／葉 y4420／見出し y4661）
    ※ director の flow 上端 ≈ y4461。各要素はそこからの相対で配置
==================================================*/
.p-director {
  position: relative;
  padding-block: 4.375rem;
  overflow-x: clip;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .p-director {
    min-height: 51.1333333333vw;
    padding-block: 0 4.6666666667vw;
    background-color: transparent;
  }
}

/* グレー帯（フルブリード）。lg では y4527-5228 の位置に */
@media screen and (min-width: 1024px) {
  .p-director::before {
    z-index: 0;
    position: absolute;
    top: 5.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    content: "";
  }
}

.p-director__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-director__inner {
    display: block;
    z-index: 1;
    position: relative;
    min-height: 46.7333333333vw;
  }
}

/* 写真（右・大、帯の上端より上に頭が出る／右端へはみ出し） */
.p-director__photo {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .p-director__photo {
    z-index: 1;
    position: absolute;
    top: 0.625rem;
    left: 40.8vw;
    aspect-ratio: 888/637;
    width: 59.2%;
    max-width: 888px;
    height: auto;
    max-height: 637px;
  }
}
.p-director__photo img {
  height: 100%;
}

.p-director__photo-img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-director__photo-img {
    height: 45.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* テキスト左カラム（x68） */
@media screen and (min-width: 1024px) {
  .p-director__body {
    max-width: min(30rem, 40.8vw - 6.75rem);
    margin-inline-start: 4.25rem;
    margin-block-start: 0.375rem;
  }
}

.p-director__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: -1.5rem;
}

.p-director__role {
  margin-block-start: 3.4375rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.p-director__name {
  margin-block-start: 0.4375rem;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}

.p-director__qual {
  margin-block-start: 0.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.p-director__history-ttl {
  margin-block-start: 1.8125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.p-director__history {
  margin-block-start: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.9375;
  letter-spacing: 0em;
}

/* 下層ページ共通ヒーロー（白アーチ＋青/緑バンド：トップMVと同じ意匠）
    元カンプ：バンド y82〜673（青左50%/緑右50%）／タイトル x87 y264
==================================================*/
.p-lower main {
  padding-block-start: 4.9375rem;
}

.p-page-mv {
  position: relative;
  padding-block: 10vw 16vw;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .p-page-mv {
    top: -4.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    height: 44.8666666667vw;
    padding: 0;
  }
}
.p-page-mv::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #8db7db 0% 50%, #abd08a 50% 100%);
  content: "";
}
@media screen and (min-width: 1280px) {
  .p-page-mv::before {
    top: 5.4666666667vw;
  }
}

/* 白い波（白い大楕円。バンド上端に被せてアーチを作る）
   楕円幅が狭いと画面端で色帯の上端を覆えず両端がフラット（直線）になるため、
   1023px以下は幅135%（左-17.5%で中央寄せ）に広げて端まで覆う。
   1024px以上はカンプ通りでも端まで届くので元の値に戻す。 */
.p-page-mv__wave {
  z-index: 1;
  position: absolute;
  top: -28vw;
  left: -17.5%;
  width: 135%;
  height: 37vw;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .p-page-mv__wave {
    top: -7.07vw;
    left: -4.07vw;
    width: 106.33vw;
    height: 21.47vw;
  }
}

/* ヒーロー直下の写真（hero＋写真をセットで使い回す。画像を差し替えるだけでOK）
   〜1023：中央寄せ（左右余白あり） / 1024〜：カンプ通り右寄せ */
.p-page-mv__photo-wrap {
  z-index: 2;
  position: relative;
  margin-block-start: -14vw;
  padding-inline: 7%;
}
@media screen and (min-width: 1280px) {
  .p-page-mv__photo-wrap {
    margin-block-start: -21.25rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-page-mv__photo-wrap {
    margin-block-start: -14.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-page-mv__photo-wrap {
    margin-block-start: -18vw;
    transform: translateX(8%);
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv__photo-wrap {
    margin-block-start: -18.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-page-mv__photo-wrap {
    margin-block-start: -19.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-page-mv__photo-wrap {
    padding-inline: 0;
  }
}

/* カード構成(news/privacy)：写真ページと同じ右寄せ構図を保ちつつ、
   写真用の右シフト(translateX 8%＝右端が見切れる)をやめ、
   左 15%(=元の 7%+8% と同じ右寄せ) / 右 20px固定 の非対称余白にする。
   ・右端は常に20pxで見切れない
   ・左に寄らないのでタイトルの葉アイコンに被らない */
@media screen and (max-width: 1023px) {
  .p-page-mv__photo-wrap--card {
    padding-inline: 15% 1.25rem;
    transform: none;
  }
  .p-page-mv__photo-wrap--card > .p-news__card,
  .p-page-mv__photo-wrap--card > .p-privacy {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}

.p-page-mv__photo {
  display: block;
  aspect-ratio: 1006/465;
  width: min(100%, 37.5rem);
  max-width: 90%;
  margin-inline: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-page-mv__photo {
    width: 67.0666666667vw;
    margin: 0 0 0 26.2vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-page-mv__photo {
    width: 100%;
    max-width: 90%;
  }
}

/* ページタイトル */
.p-page-mv__head {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-mv__head {
    position: absolute;
    top: 17.6vw;
    left: 5.8vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv__head {
    position: relative;
    padding-inline-start: 6%;
    text-align: left;
  }
}

/* ごあいさつ 本文
   元カンプ：写真 x393 y411 w1006 / 本文 x393 y928 w986 / 署名 x1142〜 / 左の葉 x69 y461
==================================================*/
.p-greeting {
  z-index: 2;
  position: relative;
  margin-block-start: -14vw;
  padding-block-end: clamp(4rem, 10vw, 9.375rem);
}
@media screen and (min-width: 1280px) {
  .p-greeting {
    margin-block-start: -21.25rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-greeting {
    margin-block-start: -14.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-greeting {
    margin-block-start: -18vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting {
    margin-block-start: -18.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-greeting {
    margin-block-start: -19.3333333333vw;
  }
}

.p-greeting__inner {
  position: relative;
  padding-inline: 7%;
}
@media screen and (min-width: 1024px) {
  .p-greeting__inner {
    padding-inline: 0;
  }
}

/* 院長写真 */
.p-greeting__photo {
  display: block;
  width: 100%;
  max-width: 90%;
  margin-inline: auto;
  transform: translateX(8vw);
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-greeting__photo {
    width: 67.0666666667vw;
    max-width: none;
    margin: 0 0 0 26.2vw;
    transform: none;
    border-radius: 1.3333333333vw;
  }
}

/* 本文ブロック */
.p-greeting__body {
  max-width: 37.5rem;
  margin-inline: auto;
  margin-block-start: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-greeting__body {
    width: 65.7333333333vw;
    max-width: none;
    margin-inline: 0 0;
    margin-inline-start: 26.2vw;
  }
}

.p-greeting__text {
  --lh: clamp(3.125rem, 5.33vw, 5rem);
  background-image: radial-gradient(circle at 50% calc(var(--lh) - 2px), #abd08a 0 1.5px, transparent 1.7px);
  background-size: 11px var(--lh);
  background-repeat: repeat;
  font-size: 1.125rem;
  line-height: var(--lh);
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .p-greeting__text {
    font-size: 1rem;
  }
}

/* 署名（カンプ：3行とも左端 x1142 で左揃え／本文の右側に寄せる） */
.p-greeting__sign {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  margin-block-start: clamp(2.5rem, 5.27vw, 4.9375rem);
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-greeting__sign {
    margin-inline: 0;
    margin-inline-start: 49.9333333333vw;
  }
}

.p-greeting__role {
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-greeting__role {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.p-greeting__name {
  margin-block-start: 0.5625rem;
  font-size: clamp(1.25rem, 1.53vw, 1.4375rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    font-size: 1.125rem;
  }
}

.p-greeting__license {
  margin-block-start: 0.9375rem;
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-greeting__license {
    font-size: 0.8125rem;
  }
}

.p-lower {
  overflow: hidden;
}

.p-lower-head__leaf {
  z-index: 1;
  position: absolute;
  top: 4.5rem;
  right: -2.0625rem;
  aspect-ratio: 543/436;
  width: 50%;
  max-width: 23.75rem;
}
@media screen and (min-width: 1280px) {
  .p-lower-head__leaf {
    top: 6.3666666667vw;
    right: -24px;
    width: 100%;
    max-width: 34rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-lower-head__leaf {
    max-width: 31.25rem;
    margin-block-start: -5.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-lower-head__leaf {
    max-width: 45%;
    margin-block-start: -6.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-head__leaf {
    max-width: 47%;
    margin-block-start: -9.4666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-lower-head__leaf {
    right: -18px;
    max-width: 20.625rem;
    margin-block-start: -13.4666666667vw;
  }
}

/* 当院の特徴（aboutページ専用）
    元カンプ：1500px幅。コンテンツ最大幅 約1006px。色帯ブルー#8db7db/グリーン#abd08a
==================================================*/
.p-about {
  z-index: 2;
  position: relative;
  padding-block-end: clamp(5rem, 16.33vw, 11.1875rem);
}

/* コンテンツ内側のラッパー（about専用。共有のl-innerは使わない）
   〜1023：中央寄せ（左右余白あり） / 1024〜：カンプ通り右寄せ */
.p-about__inner {
  width: 100%;
  max-width: 62.875rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about__inner {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 0;
    margin-inline-start: 26.2vw;
    padding-inline: 0;
  }
}

/* 夜間／休日の円 */
.p-about__services {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-block-start: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-about__services {
    margin-block-start: 4.3333333333vw;
  }
}

.p-about__service {
  display: flex;
  position: relative;
  justify-content: center;
}

/* 円本体 */
.p-about__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 42vw;
  max-width: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-about__circle {
    width: 21.9333333333vw;
    margin-block-start: -0.5rem;
  }
}

.p-about__service--night {
  color: #8db7db;
}

.p-about__service--holiday {
  margin-inline-start: -4.6vw;
  color: #abd08a;
}
@media screen and (min-width: 1024px) {
  .p-about__service--holiday {
    margin-inline-start: -2.4vw;
  }
}

/* 円に重なる葉 */
.p-about__leaf {
  z-index: 2;
  position: absolute;
  top: 30.3%;
  left: 0%;
  width: 26%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-about__leaf {
    top: 30.3%;
    left: 0%;
    width: 5.63vw;
    max-width: none;
  }
}

/* 休日の葉は円の「右側」へ（トップページと同じ配置。左右反転を解消） */
.p-about__service--holiday .p-about__leaf {
  top: 16.2%;
  right: -1.1%;
  left: auto;
  width: 37%;
}
@media screen and (min-width: 1024px) {
  .p-about__service--holiday .p-about__leaf {
    top: 16.2%;
    right: -1.1%;
    left: auto;
    width: 8.05vw;
  }
}

.p-about__service-ttl {
  font-weight: 400;
  font-size: 3.25rem;
  font-size: 6.6vw;
  line-height: 1.2115384615;
}
@media screen and (min-width: 1024px) {
  .p-about__service-ttl {
    font-size: 3.5rem;
  }
}

.p-about__service-sub {
  margin-block-start: 0.8vw;
  font-weight: 400;
  font-size: 1.5rem;
  font-size: 3.1vw;
  line-height: 1.2083333333;
}
@media screen and (min-width: 1024px) {
  .p-about__service-sub {
    margin-block-start: 0.4375rem;
    font-size: 1.6vw;
  }
}

.p-about__service-en {
  max-width: 11em;
  margin-block-start: 1.6vw;
  font-weight: 400;
  font-size: 1rem;
  font-size: 2.2vw;
  line-height: 1.1875;
  line-height: 1.5;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 1024px) {
  .p-about__service-en {
    max-width: none;
    margin-block-start: 1.375rem;
    font-size: 1vw;
    line-height: 1.1875;
  }
}

@media screen and (min-width: 1024px) {
  .p-about__service--night .p-about__service-ttl {
    margin-inline-start: -1.4375rem;
  }
  .p-about__service--night .p-about__service-sub {
    margin-inline-start: -1.5rem;
  }
  .p-about__service--holiday .p-about__service-ttl {
    margin-inline-start: 0.3125rem;
    margin-block-start: 0.5rem;
  }
  .p-about__service--holiday .p-about__service-sub {
    margin-inline-start: 0.125rem;
  }
}
/* 情報カード2枚 */
.p-about__cards {
  display: flex;
  flex-direction: column;
  margin-block-start: 3.5rem;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about__cards {
    flex-direction: row;
    justify-content: center;
    margin-block-start: 5vw;
    gap: 2.875rem;
  }
}

.p-about__card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 30rem;
  margin-inline: auto;
  padding: 1.8125rem 2.25rem 2rem;
  border: 3px solid #abd08a;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-about__card {
    margin-inline: 0;
  }
}

.p-about__card-ttl {
  color: #60af58;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1279px) {
  .p-about__card-ttl br {
    display: none;
  }
}

.p-about__card-note {
  margin-block-start: 0.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.0025em;
}

/* 本文 */
.p-about__lead {
  margin-block-start: 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.6875;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-about__lead {
    margin-block-start: 3.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__lead {
    margin-inline: 2.375rem 4.875rem;
  }
}

/* 紹介（イラスト2枚） */
.p-about__supports {
  display: flex;
  flex-direction: column;
  margin-block-start: 3.5rem;
  gap: 3rem;
}
@media screen and (min-width: 600px) {
  .p-about__supports {
    flex-direction: row;
    justify-content: center;
    margin-block-start: 4.8vw;
    gap: 3.75rem;
  }
}

.p-about__support {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-about__support {
    flex: 1 1 0;
    min-width: 0;
    max-width: 28.6875rem;
  }
}

/* イラスト（SVGにクリーム円が含まれるので背景円は付けない） */
.p-about__support-icon {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-about__support-icon {
    align-self: flex-start;
    margin-inline-start: 5.1875rem;
  }
}

.p-about__support-img {
  width: auto;
  height: 14.625rem;
}

.p-about__support-text {
  margin-block-start: 2.375rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  text-align: justify;
}

/* 注意カード（予約不要〜） */
.p-about__note {
  margin-block-start: 3.5rem;
  padding: 1.75rem 1.5rem;
  border: 3px solid #abd08a;
  border-radius: 10px;
  background-color: #feffea;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-about__note {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-about__note {
    margin-block-start: 3.8666666667vw;
    padding-block: 2.0625rem;
  }
}
.p-about__note p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.0025em;
}

/* 診察の流れ（flowページ専用）
    元カンプ：1500px幅。カード x219 w1125（角丸13・枠線#abd08a 1px）
    番号 37px #60af58 / タイトル 21px #60af58 / 本文 16px 黒・行間30
==================================================*/
.p-flow {
  z-index: 2;
  position: relative;
  padding-block-end: clamp(5rem, 16.33vw, 7.5rem);
}

/* カードを縦に並べるリスト（中央寄せ・カード幅1125px＝下敷き実測） */
.p-flow__list {
  display: flex;
  flex-direction: column;
  max-width: 72.8125rem;
  margin-inline: 13.3333333333vw auto;
  margin-block-start: clamp(2.5rem, 6vw, 5.5rem);
  padding-inline: 1.25rem;
  gap: 1.75rem;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-flow__list {
    margin-inline: auto;
  }
}

/* 1ステップ＝1カード（番号＋本文の横並び） */
.p-flow__step {
  display: flex;
  align-items: flex-start;
  min-height: 10.75rem;
  padding: 2rem 3rem 2rem 2.5625rem;
  border: 1px solid #abd08a;
  border-radius: 0.8125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    min-height: 0;
    padding: 1.5rem 1.25rem;
  }
}

/* 番号（01〜05） */
.p-flow__num {
  flex-shrink: 0;
  width: 6.875rem;
  color: #60af58;
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    width: 3.5rem;
    font-size: 1.875rem;
  }
}

/* 本文ブロック（タイトル＋注釈） */
.p-flow__body {
  flex: 1 1 0;
  min-width: 0;
}

.p-flow__ttl {
  color: #60af58;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-flow__note {
  margin-block-start: 0.75rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

/* 主な文書料（documentページ専用）
    元カンプ：1500px幅。ラベル枠 x219 w398（白・枠線#abd08a・角丸10）
    価格枠 x627 w690（#fafafa・角丸10・枠なし）。行高71・行間13
    見出し21px緑＋緑の下線 / ラベル17px緑 / 補足14px黒 / 価格17px黒
==================================================*/
.p-document {
  z-index: 2;
  position: relative;
  padding-block-end: clamp(5rem, 16.33vw, 5.8125rem);
}

/* コンテンツ内側（〜1023：中央寄せ / 1024〜：カンプ位置 左x219） */
.p-document__inner {
  max-width: 71.125rem;
  margin-inline: 13.3333333333vw auto;
  margin-block-start: clamp(2.5rem, 6vw, 3.6875rem);
  padding-inline: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-document__inner {
    margin-inline: auto;
  }
}

/* 区分（保険適用／保険適用外）。2つ目以降は上に余白 */
.p-document__group + .p-document__group {
  margin-block-start: 4.9375rem;
}

/* 見出し＋緑の下線（コンテンツ幅いっぱい） */
.p-document__heading {
  margin-inline-start: 0.0625rem;
  padding-block-end: 1.25rem;
  border-block-end: 3px solid #60af58;
  color: #60af58;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}

/* 行リスト */
.p-document__rows {
  display: flex;
  flex-direction: column;
  margin-block-start: 2.125rem;
  gap: 0.875rem;
  list-style: none;
}

/* 1行＝ラベル枠＋価格枠 */
.p-document__row {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-document__row {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ラベル枠（白・枠線あり） */
.p-document__label {
  display: flex;
  flex: 0 0 24.875rem;
  align-items: center;
  min-height: 4.4375rem;
  padding-inline: 2.25rem 1rem;
  border: 1px solid #abd08a;
  border-radius: 0.625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-document__label {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 0.8125rem 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p-document__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
}

.p-document__label-main {
  flex-shrink: 0;
  color: #60af58;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-document__label-main {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    white-space: normal;
  }
}

.p-document__label-sub {
  flex-shrink: 0;
  margin-inline-start: 1.25rem;
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .p-document__label-sub {
    margin-inline-start: 0.625rem;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 599px) {
  .p-document__label-sub {
    margin-inline-start: 0;
  }
}

/* 価格枠（薄いグレー・枠なし） */
.p-document__price {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 4.4375rem;
  padding-inline: 1.625rem;
  border-radius: 0.625rem;
  background-color: #fafafa;
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.0044444444em;
}
@media screen and (max-width: 767px) {
  .p-document__price {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 0.8125rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 0.005em;
  }
}

/* 診察料について（feeページ専用）
    元カンプ：1500px幅。コンテンツ x393-1399（w1006・右寄せ）。中心x896
    本文16px/行間43・見出し枠398（白・枠線#abd08a）・金額枠1006（#fafafa）
    注意カード804（#feffea）
==================================================*/
.p-fee {
  z-index: 2;
  position: relative;
  padding-block-end: 4.6666666667vw;
}

/* コンテンツ（〜1023：中央寄せ / 1024〜：カンプ位置 右寄せ x393） */
.p-fee__inner {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-block-start: clamp(2.5rem, 6vw, 4.5rem);
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-fee__inner {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 26.2vw auto;
    padding-inline: 0;
  }
}

/* リード文（カンプ：890px＝コンテンツの88.5%・中央） */
.p-fee__lead {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.6875;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .p-fee__lead {
    width: 88.47%;
    margin-inline: auto;
    margin-block-start: -0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fee__lead {
    font-weight: 500;
    font-size: 1rem;
    line-height: 2.125;
  }
}

/* 初診/再診ブロック */
.p-fee__blocks {
  margin-block-start: 4.1875rem;
}

.p-fee__block + .p-fee__block {
  margin-block-start: 3.1875rem;
}

/* 見出し枠（初診時／再診時：白・枠線・中央・398px） */
.p-fee__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 24.875rem;
  min-height: 4.4375rem;
  margin-inline: auto;
  border: 1px solid #abd08a;
  border-radius: 0.625rem;
  color: #60af58;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-fee__heading {
    max-width: 39.56%;
  }
}

/* 金額枠（薄グレー・コンテンツ全幅・中央） */
.p-fee__value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4375rem;
  margin-block-start: 1.375rem;
  padding-inline: 1.25rem;
  border-radius: 10px;
  background-color: #fafafa;
  color: #000000;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  letter-spacing: 0.0352941176em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fee__value {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

/* 金額テキストの改行：600px以下のみ「〜」の後で改行して2行にする */
.p-fee__br {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-fee__br {
    display: inline;
  }
}

/* 注意カード（クリーム・804px・中央） */
.p-fee__note {
  margin-inline: auto;
  margin-block-start: 3.1875rem;
  padding: 1.875rem 3rem;
  border-radius: 0.625rem;
  background-color: #feffea;
}
@media screen and (min-width: 1024px) {
  .p-fee__note {
    width: 79.92%;
  }
}
@media screen and (max-width: 767px) {
  .p-fee__note {
    padding: 1.5rem 1.25rem;
  }
}
.p-fee__note p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.6875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-fee__note p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 2.6875;
    letter-spacing: 0.1225em;
  }
}

/* 診察できない方（noticeページ専用）
    元カンプ(Figma実測)：1500px幅。コンテンツ x390-1393（w1003・右寄せ・中心891）
    カード w489 × h139（白・枠線1px#abd08a・角丸10）。左x390/右x904・列間25・行ピッチ165
    葉 x428(=カード左+38)・約33px・縦中央 / 本文 x488(=カード左+98)・17px黒・行間32
==================================================*/
.p-notice {
  z-index: 2;
  position: relative;
  padding-block-end: clamp(5rem, 16.33vw, 12.125rem);
}

/* コンテンツ（〜1023：中央寄せ / 1024〜：カンプ位置 右寄せ x390） */
.p-notice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 57.5rem;
  margin-inline: auto;
  margin-block-start: 2.875rem;
  padding-inline: 1.25rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  row-gap: 1.625rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-notice__list {
    width: 66.8666666667vw;
    max-width: none;
    margin-inline: 26vw auto;
    padding-inline: 0;
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-notice__list {
    grid-template-columns: 1fr;
    max-width: 35rem;
  }
}

/* 1枚のカード（葉アイコン＋本文・縦中央そろえ） */
.p-notice__card {
  display: flex;
  align-items: center;
  min-height: 8.6875rem;
  padding: 1rem 1.125rem 1rem 2.375rem;
  gap: 1.6875rem;
  border: 1px solid #abd08a;
  border-radius: 0.625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-notice__card {
    min-height: 0;
    padding: 1.25rem;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-notice__card:nth-child(even) {
    margin-inline-start: -0.4375rem;
  }
}

/* 葉アイコン
   ※グローバルの picture{display:contents} だと <source> もflexアイテム化し、
     source↔img間のgap分だけ右にズレる。pictureを通常のflexアイテムに戻す。 */
.p-notice__card picture {
  display: block;
  flex-shrink: 0;
}

.p-notice__leaf {
  display: block;
  width: 2.0625rem;
  height: auto;
}

/* 本文 */
.p-notice__text {
  color: #000000;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .p-notice__text br {
    display: none;
  }
}

/* アクセス（accessページ専用）
    元カンプ：1500px幅。コンテンツ x393-1399（w1006・右寄せ）
    街並み写真(共通lowerHero) y411-876 → gap43 → マップ y919-1358(w1006 h439)
    → gap50 → ルート案内(左テキスト x393 w526)＋ビル写真(右 x950 w449 h402)
    見出し19px/行間32・本文16px/行間32（ともに黒）
==================================================*/
.p-access {
  z-index: 2;
  position: relative;
  padding-block-end: clamp(5rem, 16vw, 8.4375rem);
}

/* コンテンツ（〜1023：中央寄せ / 1024〜：カンプ位置 右寄せ x393） */
.p-access__inner {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-block-start: clamp(1.75rem, 2.87vw, 2.6875rem);
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-access__inner {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 26.2vw auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-access__inner {
    margin-block-start: 3.5rem;
  }
}

/* 地図（footer同様 iframe。アスペクト比 1006:439 で枠を確保） */
.p-access__map {
  aspect-ratio: 1006/439;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    aspect-ratio: auto;
    height: clamp(16.25rem, 64vw, 22.5rem);
  }
}

.p-access__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ルート案内（左テキスト）＋ビル写真（右） */
.p-access__routes {
  margin-block-start: clamp(2rem, 3.33vw, 3.125rem);
}
@media screen and (min-width: 1024px) {
  .p-access__routes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* テキストカラム（左・lg時 526/1006） */
@media screen and (min-width: 1024px) {
  .p-access__text {
    width: 52.29%;
  }
}

.p-access__item + .p-access__item {
  margin-block-start: 2.5625rem;
}

.p-access__heading {
  color: #000000;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.6842105263;
}

.p-access__desc {
  margin-block-start: 0.75rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.01875em;
  text-align: justify;
}

/* ビル写真（右・lg時 449/1006）。picture は display:contents のため img を直接サイズ指定 */
.p-access__building {
  display: block;
  aspect-ratio: 449/402;
  width: 100%;
  max-width: 28.0625rem;
  margin-inline: auto;
  margin-block-start: clamp(1.75rem, 4vw, 3rem);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-access__building {
    width: 44.63%;
    max-width: none;
    margin-inline: 0;
    margin-block-start: 0;
    border-radius: 1.3333333333vw;
  }
}

/* 個人情報保護方針（privacyページ専用）
    元カンプ：1500px幅。本文は白い角丸カード(x393 w1006・角丸31・影なし)の上に乗る。
    カードはヒーロー帯に重なり、内側パディング51pxで本文は x444 w904・intro は y456 から開始。
    見出し18px緑(#60af58)/本文16px黒・行間32。
    余白：intro→§1=35 / 見出し→本文=46(pitch) / セクション間=48 / 段落・箇条書き前の空行=32
==================================================*/
.p-privacy {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-block-end: clamp(3.75rem, 9vw, 3.875rem);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3.4vw, 3.1875rem) clamp(2rem, 4vw, 3rem);
  border-radius: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-privacy {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 26.2vw auto;
    padding: 2.9333333333vw 3.4vw 3.2vw;
    border-radius: 2.0666666667vw;
  }
}

/* リード文 */
.p-privacy__intro {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .p-privacy__intro {
    font-size: 0.875rem;
  }
}

/* 各セクション（下敷き：前本文→次見出し=48） */
.p-privacy__section {
  margin-block-start: 3rem;
}

.p-privacy__intro + .p-privacy__section {
  margin-block-start: 2.1875rem;
}

/* 見出し（緑・18px） */
.p-privacy__heading {
  color: #60af58;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

/* 本文（黒・16px・行間32。見出し→本文 pitch46 = 見出し行高26 + 20） */
.p-privacy__text {
  margin-block-start: 1.25rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .p-privacy__text {
    font-size: 0.875rem;
  }
}

.p-privacy__text + .p-privacy__text {
  margin-block-start: 2rem;
}

/* 箇条書き（・マーカー。リード文→箇条書きは空行1つ=32） */
.p-privacy__list {
  margin-block-start: 2rem;
  list-style: none;
}

.p-privacy__list li {
  padding-inline-start: 1em;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .p-privacy__list li {
    font-size: 0.875rem;
  }
}

.p-privacy__list li::before {
  content: "・";
}

/* お問い合わせ窓口の連絡先ブロック（空行1つ=32） */
.p-privacy__contact {
  margin-block-start: 2rem;
}

.p-privacy__contact p {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-privacy__contact p {
    font-size: 0.875rem;
  }
}

.p-privacy__contact-address,
.p-privacy__contact-tel {
  font-size: 1.0625rem !important;
  letter-spacing: 0em !important;
}

/* お問い合わせフォーム（contactページ専用）
    元カンプ：1500px幅。白い角丸カード(x393 y411 w1006 h1594・角丸31・影なし)がヒーロー帯に重なる。
    カンプ実測（カード上端 y411 / 左端 x393 基準・px）を 1024〜は vw でそのまま反映：
      内側パディング：上50 / 右57.5 / 下185 / 左50.5（本文左端 x443.5・幅898）
      見出し：21px緑＋全幅の緑下線(下線位置=上端から100.7) ／ 見出し下〜下線=padding21
      電話：下線から+45（アイコン+番号を中央寄せ・番号43px緑）
      診療時間：電話から+61 ／ 見出し→カレンダー=6 ／ カレンダー(566×158)→注記=15 ／ 注記間=13
      メール節：注記から+107 ／ 見出し下線→フォーム=34
      フォーム：ラベル列293.5＋間隔36＋入力列568.1 ／ 行間24 ／ 入力高47 ／ テキストエリア高223
      送信：最終行から+46 ／ ボタン591×88（本文中央） ／ ボタン下〜カード下端=185
    色：緑 #60af58 / 必須赤 #fd4646 / プレースホルダ #b2b2b2 / 枠線 #acacac / ラベル背景=緑12%
==================================================*/
.p-contact {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3.4vw, 3.1875rem) clamp(3rem, 8vw, 7.5rem);
  border-radius: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-contact {
    width: 67.0666666667vw;
    max-width: none;
    margin-inline: 26.2vw auto;
    padding: 3.3333333333vw 3.8333333333vw 5.8666666667vw 3.3666666667vw;
    border-radius: 2.0666666667vw;
  }
}

/* セクション間（お電話 → メール）：注記→メール見出し=107 */
.p-contact__sec--mail {
  margin-block-start: clamp(3.5rem, 8vw, 5rem);
}
@media screen and (min-width: 1024px) {
  .p-contact__sec--mail {
    margin-block-start: 6.6666666667vw;
  }
}

/* セクション見出し（緑21px＋全幅の緑下線。下線位置はカンプ実測） */
.p-contact__heading {
  padding-block-end: 1rem;
  border-bottom: 2px solid #60af58;
  color: #60af58;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1024px) {
  .p-contact__heading {
    padding-block-end: 1.4vw;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__heading {
    font-size: 1.125rem;
  }
}

/* ===== お電話でのお問い合わせ ===== */
/* 電話番号（中央寄せ）：下線から+45 */
.p-contact__tel-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: 25.5467196819%;
  margin-block-start: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__tel-wrap {
    margin-block-start: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tel-wrap {
    margin-inline: auto;
  }
}

.p-contact__tel {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #60af58;
  font-weight: 400;
  font-size: clamp(1.375rem, 8vw, 2.6875rem);
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.0465116279em;
}
@media screen and (max-width: 599px) {
  .p-contact__tel {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

/* スマホアイコン（icon-smartphone.svg / カンプ 約30×50） */
.p-contact__tel-icon {
  flex-shrink: 0;
  aspect-ratio: 30/50;
  width: 1.875rem;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .p-contact__tel-icon {
    margin-block-start: -0.3125rem;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__tel-icon {
    width: 5.8666666667vw;
  }
}

/* 診療時間（カレンダー566×158を中央配置・ラベル/注記は左寄せ）：電話から+61 */
.p-contact__hours {
  max-width: 35.375rem;
  margin-inline: auto;
  margin-block-start: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__hours {
    max-width: 37.7333333333vw;
    margin-block-start: 4.0666666667vw;
  }
}

.p-contact__hours-ttl {
  margin-block-end: 0.5rem;
  color: #60af58;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__hours-ttl {
    margin-inline-start: -0.25rem;
    margin-block-end: 0.4vw;
  }
}

.p-contact__calender {
  aspect-ratio: 566/158;
}

.p-contact__calender-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .p-contact__calender-img {
    margin-inline-start: -0.5rem;
  }
}

/* 注記：カレンダー→注記=15 */
.p-contact__note {
  margin-block-start: 0.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.0714285714em;
}
@media screen and (min-width: 1024px) {
  .p-contact__note {
    margin-inline-start: -0.5rem;
    margin-block-start: 1vw;
  }
}

/* 注記の先頭の○（緑の輪郭円 19px） */
.p-contact__note-circle {
  position: relative;
  padding-inline-start: 1.5rem;
}
.p-contact__note-circle::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 1.1875rem;
  translate: 0 -50%;
  border: 1px solid #60af58;
  border-radius: 100vmax;
  content: "";
}

/* 注記間=13 */
.p-contact__note--strong {
  margin-block-start: 0.75rem;
  color: #000000;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.0042857143em;
}
@media screen and (min-width: 1024px) {
  .p-contact__note--strong {
    margin-block-start: 0.8666666667vw;
  }
}

/* ===== メールでのお問い合わせ（フォーム） ===== */
/* 見出し下線→フォーム=34 */
.p-contact__form {
  margin-block-start: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__form {
    margin-block-start: 2.2666666667vw;
  }
}

/* 1行（ラベル列＋入力列）。〜1023は縦積み、1024〜は横並び（列間36） */
.p-contact__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
.p-contact__row + .p-contact__row {
  margin-block-start: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__row {
    flex-direction: row;
    gap: 2.4vw;
  }
  .p-contact__row + .p-contact__row {
    margin-block-start: 1.6vw;
  }
}

/* ラベルセル（緑12%背景・カンプ幅293.5） */
.p-contact__label {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  gap: 0.5rem;
  background-color: rgba(96, 175, 88, 0.12);
  color: #000000;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-contact__label {
    flex: 0 0 19.5666666667vw;
    padding-inline: 1.3333333333vw;
    gap: 0.5333333333vw;
  }
}

/* 必須バッジ（赤） */
.p-contact__req {
  color: #fd4646;
  font-size: 0.9375rem;
}

/* 入力列 */
@media screen and (min-width: 1024px) {
  .p-contact__field {
    flex: 1 1 auto;
  }
}

/* 入力欄（白背景・グレー枠） */
.p-contact__input,
.p-contact__textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding-inline: 1.3333333333vw;
  padding-block: 0.75rem;
  border: 1px solid #acacac;
  border-radius: 0;
  background-color: #fff;
  color: #000000;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.0533333333em;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #b2b2b2;
}
.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: #b2b2b2;
}
.p-contact__input:focus-visible,
.p-contact__textarea:focus-visible {
  outline: 2px solid #60af58;
  outline-offset: -1px;
}
@media screen and (min-width: 1024px) {
  .p-contact__input,
  .p-contact__textarea {
    padding-inline: 1.3333333333vw;
    padding-block: 0.75rem;
  }
}

.p-contact__input {
  height: 100%;
}

.p-contact__textarea {
  height: 12.5rem;
  padding-block: 0.75rem;
  resize: vertical;
}
@media screen and (min-width: 1024px) {
  .p-contact__textarea {
    height: 14.8666666667vw;
    padding-block: 0.8vw;
  }
}

/* お問い合わせ内容：ラベルはテキストエリア高さに合わせ縦中央（横並び時） */
@media screen and (min-width: 1024px) {
  .p-contact__row--textarea .p-contact__label {
    align-items: center;
  }
}

/* 「個人情報保護方針」テキストリンク（別タブで方針ページへ） */
.p-contact__policy-link {
  color: #60af58;
  color: #2f6fa5;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}
.p-contact__policy-link:hover {
  opacity: 0.7;
}

/* 個人情報保護方針：同意チェック */
.p-contact__agree {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  color: #000000;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  cursor: pointer;
}

.p-contact__agree-text {
  font-weight: 500;
}

.p-contact__checkbox {
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5rem;
  border: 1px solid #acacac;
  accent-color: #60af58;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-contact__checkbox {
    width: 1.6666666667vw;
    height: 1.6vw;
  }
}

/* 横並び時：チェック行は入力列を縦中央に（ラベルセル高47に合わせる） */
@media screen and (min-width: 1024px) {
  .p-contact__row--agree {
    align-items: center;
  }
  .p-contact__row--agree .p-contact__field {
    display: flex;
    align-items: center;
    min-height: 3.1333333333vw;
  }
}

/* 送信ボタン（緑・カンプ 591×88・本文中央）：最終行から+46 */
.p-contact__submit {
  display: flex;
  justify-content: center;
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__submit {
    margin-block-start: 3.0666666667vw;
  }
}

.p-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 36.9375rem;
  height: 4.5rem;
  border-radius: 0.25rem;
  background-color: #60af58;
  color: #fff;
  font-weight: 400;
  font-size: 1.3125rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-contact__button:hover {
  background-color: #4e9a47;
}
@media screen and (min-width: 1024px) {
  .p-contact__button {
    max-width: 39.4vw;
    height: 5.8666666667vw;
    border-radius: 0.2666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__button {
    height: 4rem;
    font-size: 1.125rem;
  }
}

/*=================================================
各デバイスの表示、非表示
==================================================*/
@media screen and (min-width: 1024px) {
  .u-hidden--pc {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-hidden--tab {
    display: none;
  }
}

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

.u-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media screen and (min-width: 1024px) {
  .u-dc--pc {
    display: contents;
  }
}

@media screen and (max-width: 1023px) {
  .u-dc--tab {
    display: contents;
  }
}

@media screen and (max-width: 599px) {
  .u-dc--sp {
    display: contents;
  }
}

/* =========================================
   スクロールでふわっとフェードイン（汎用）
   要素に .js-fadeIn を付けるだけで、画面に入ったとき下から浮き上がって表示される。
   今後どの要素でも .js-fadeIn を付ければ同じ動きになる。
   ※ JS無効時に要素が消えないよう、html.js が付いているときだけ初期非表示にする
========================================= */
.js .js-fadeIn {
  translate: 0 40px;
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.8s ease;
  will-change: opacity, translate;
}

.js .js-fadeIn.is-visible {
  translate: 0 0;
  opacity: 1;
}

/* 「視差効果を減らす」設定の人には動きを出さない（アクセシビリティ配慮） */
@media (prefers-reduced-motion: reduce) {
  .js .js-fadeIn,
  .js .js-fadeIn.is-visible {
    translate: 0 0;
    opacity: 1;
    transition: none;
  }
}


.fixed-nav {
	display: flex;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
	padding: 5px;
}
.fixed-nav li:first-child {
	border-right: #ccc 1px solid;
}
.fixed-nav li a {
	display: inline-block;
	padding: 10px 15px;
	transition: .3s;
}
.fixed-nav li a:hover {
	color: #60af58;
}
@media screen and (max-width: 599px) {
	.fixed-nav {
		right: 10px;
		bottom: 10px;
		font-size: .9em;
	}
	.fixed-nav li a {
        padding: 5px 10px 7px;
    }
}

/* ==================================================
style.min.css から統合
お知らせページ：リンク・ページネーション
================================================== */
.p-news__title a {
  text-decoration: underline;
}

.p-news__pagination-wrap {
  margin-block-start: 2rem;
}

.p-news__pagination {
  display: flex;
  justify-content: center;
}

.p-news__pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
}

.p-news__pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #a1d09e;
  border-radius: 999px;
  background-color: #fff;
  color: #505050;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.p-news__pagination-btn:hover:not(.is-disabled):not(.is-current) {
  border-color: #60af58;
  color: #60af58;
}

.p-news__pagination-btn.is-current {
  border-color: #60af58;
  background-color: #60af58;
  color: #fff;
  cursor: default;
}

.p-news__pagination-btn.is-disabled {
  opacity: 0.4;
  cursor: default;
}

.p-news__pagination-btn--prev,
.p-news__pagination-btn--next {
  min-width: 4.5rem;
  border-radius: 24px;
}

