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

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ===== footer ===== */
.footer {
  background: rgb(73, 200, 106);
  color: #fff;
  margin-top: 20px;
}

.foot-inner-own {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .foot-inner-own {
    display: block;
    max-width: 340px;
    padding: 30px 20px;
  }
}

.foot-left-own {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .foot-left-own {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: min(5.3333333333vw, 20px);
    padding-bottom: min(5.3333333333vw, 20px);
    border-bottom: solid 1px #fff;
  }
}
.foot-left-own .left-inner-own {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .foot-left-own .left-inner-own {
    width: 100%;
  }
}

.foot-icon {
  width: 40px;
}

.foot-name {
  margin: 0 0 6px;
  font-size: min(1.6666666667vw, 18px);
  font-weight: 900;
}
@media (max-width: 767px) {
  .foot-name {
    font-size: min(4.2666666667vw, 16px);
    white-space: nowrap;
  }
}

.foot-addr {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .foot-addr {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(2.6666666667vw, 10px) !important;
  }
}

.f-tel a {
  font-size: min(1.2962962963vw, 14px);
  color: #fff;
}
@media (max-width: 767px) {
  .f-tel a {
    font-size: min(3.7333333333vw, 14px);
  }
}

.f-fax {
  font-size: min(1.2962962963vw, 14px);
  color: #fff;
}
@media (max-width: 767px) {
  .f-fax {
    font-size: min(3.7333333333vw, 14px);
  }
}

.foot-url {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: min(1.2037037037vw, 13px);
}
@media (max-width: 767px) {
  .foot-url {
    font-size: min(3.4666666667vw, 13px);
  }
}

.foot-links-own {
  width: 50%;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .foot-links-own {
    width: 80%;
    margin: min(5.3333333333vw, 20px) auto 0;
  }
}
.foot-links-own li {
  font-size: min(1.2037037037vw, 13px);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .foot-links-own li {
    font-size: min(3.7333333333vw, 14px);
  }
}
.foot-links-own li a {
  border-bottom: 1px solid #fff;
}
.foot-links-own li a:hover, .foot-links-own li a:active, .foot-links-own li a:focus, .foot-links-own li a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
.foot-links-own .f-li-top {
  padding-top: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .foot-links-own .f-li-top {
    padding-top: 0;
  }
}
.foot-links-own .f-sns .f-i-logo {
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: min(0.9259259259vw, 10px);
  border-bottom: solid #fff 1px;
  width: min(12.037037037vw, 130px);
  margin: 0;
}
@media (max-width: 767px) {
  .foot-links-own .f-sns .f-i-logo {
    width: min(32vw, 120px);
    gap: min(2.6666666667vw, 10px);
  }
}
.foot-links-own .f-sns .f-i-logo img {
  width: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .foot-links-own .f-sns .f-i-logo img {
    width: min(6.6666666667vw, 25px);
  }
}
.foot-links-own .f-sns .f-i-logo p {
  font-size: min(1.6666666667vw, 18px);
}
@media (max-width: 767px) {
  .foot-links-own .f-sns .f-i-logo p {
    font-size: min(4.8vw, 18px);
  }
}

.foot-right {
  flex: 1;
}

/*footer-お問い合わせボタン*/
.mini {
  background: linear-gradient(to right, #ffa6a6, #ff6b6b, #fc3232);
  padding: 8px 12px;
  width: min(27.7777777778vw, 300px);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #333;
  gap: min(0.462962963vw, 5px);
  margin: 0 auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .mini {
    width: 80%;
    height: min(10.6666666667vw, 40px);
    margin-bottom: min(8vw, 30px);
  }
}
.mini .hed-mail {
  width: min(8vw, 30px);
}

.foot-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .foot-bottom .container small {
    font-size: min(3.2vw, 12px);
  }
}

.privacy-own {
  color: #fff;
  font-size: min(1.2037037037vw, 13px);
}
@media (max-width: 767px) {
  .privacy-own {
    font-size: min(3.4666666667vw, 13px);
  }
}

/* ===== SP 375px想定 ===== */
@media (max-width: 768px) {
  .header-inner {
    height: 64px;
  }
  .logo {
    margin-left: 8px;
  }
  /* 横並び=flexルールは維持しつつ縦積みへ */
  .fv-text {
    font-size: min(6.4vw, 24px);
  }
  .fv-card {
    min-width: 280px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .fv-card {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .visit-row,
  .access-row {
    flex-direction: column;
    max-width: 240px;
    margin: 0 auto 0;
  }
  .visit-row .box-map,
  .access-row .box-map {
    width: 100%;
  }
  .visit-right {
    order: 1;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .visit-right {
    width: min(64vw, 240px);
  }
}
@media (max-width: 768px) {
  .visit-left {
    order: 2;
  }
  .file-btn {
    flex: 1 1 100%;
  }
}
/* =========================
   Modal scroll fix
========================= */
.rec-modal {
  position: fixed;
  inset: 0;
}

.rec-modal__dialog {
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#rec-modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*運営規定*/
/* ベース */
:root {
  --text-file: #111;
  --muted-file: #333;
  --accent-file: #0f766e; /* 落ち着いた緑 */
  --border-file: #e5e7eb;
  --maxw-file: 900px;
  --lh-: 1.9;
  --fs: 16px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: var(--fs);
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--text);
  line-height: var(--lh);
  background: #fff;
}

/* 文書レイアウト */
.doc {
  max-width: var(--maxw);
  margin: 50px auto 64px;
  padding: 0 30px;
}

.doc__header {
  margin-bottom: 24px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 16px;
}

.doc__lead {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .doc__lead {
    font-size: min(4.2666666667vw, 16px);
  }
}

.doc__title {
  margin: 0;
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  color: var(--accent-file);
}
@media (max-width: 767px) {
  .doc__title {
    font-size: min(5.3333333333vw, 20px);
    white-space: nowrap;
  }
}

/* 記事（条） */
.article {
  padding: 18px 0;
  border-bottom: 1px dashed var(--border);
}
@media (max-width: 767px) {
  .article {
    padding: min(4.2666666667vw, 16px) 0;
  }
}

.article:last-of-type {
  border-bottom: 0;
}

.article__heading {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .article__heading {
    font-size: min(4.2666666667vw, 16px);
  }
}

.article__number {
  margin: 0 0 8px;
  font-size: 0.98rem;
  color: var(--muted);
  font-weight: 700;
}

/* 箇条書き */
.article__list {
  margin: 0.3rem 0 0.6rem 1.3rem;
}

.article__list li {
  margin: 0.25rem 0;
}

.article_p {
  margin-bottom: 55px !important;
}
@media (max-width: 767px) {
  .article_p {
    font-size: 13px;
    font-size: min(3.4666666667vw, 13px);
    margin-bottom: 30px !important;
  }
}

/* キー:値 っぽい並び */
.kv {
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0.6rem;
}

.kv li {
  padding-left: 6.5em; /* 左のラベル分 */
  position: relative;
  margin: 0.3rem 0;
}

.kv .kv-six {
  padding-left: 180px !important;
}
.kv .kv-six .six {
  width: 150px;
}

.kv li > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 6em;
  color: var(--muted);
}

/* フッター */
.doc__footer {
  margin-top: 28px;
  text-align: right;
  color: var(--muted);
}

.small {
  font-size: 0.86rem;
}

/* 印刷（A4想定） */
@media print {
  @page {
    size: A4;
    margin: 18mm 15mm;
  }
  body {
    background: #fff;
  }
  .doc {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .article {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .doc__header {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  a::after {
    content: "";
  } /* 印刷でURLを出さない */
}
:root {
  --container: 1080px;
  --brand: #3aba03; /* ナビボタン背景 */
  --fvText: #00796b; /* H1の文字色 */
  --ink: #333;
  --white: #fff;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--ink);
  background: #faf9f4;
  line-height: 1.8;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* Buttons */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  padding: min(0.9259259259vw, 10px) min(1.4814814815vw, 16px);
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(to right, #ffa6a6, #ff6b6b, #fc3232);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .btn-primary {
    display: none;
  }
}

.btn-primary:hover {
  opacity: 0.92;
}

.btn-nav {
  background: var(--brand);
  color: #fff;
  padding: min(1.1111111111vw, 12px) min(0.9259259259vw, 10px);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: min(1.2962962963vw, 14px);
  height: 50px;
  height: min(4.6296296296vw, 50px);
  gap: 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .btn-nav {
    font-size: min(3.7333333333vw, 14px);
    border-right: 0;
    border-left: 0;
  }
}
.btn-nav span {
  line-height: 1;
}

.btn-nav:hover {
  background: #fff;
  color: var(--brand);
}

/* サイト全体にテクスチャを適用 */
body {
  /* 画面の高さ（Viewport Height）の100%に設定することで、ブラウザの表示領域全体をbodyが覆います */
  min-height: 100vh;
  /* ここにアップロードした画像のURLを貼り付けます */
  /* 【修正】縦横比を無視して、幅と高さを100%に引き伸ばす */
  background-size: 100% 100% !important;
  /* 3. 【リピート設定】画像をリピートさせない（一枚物として扱う）*/
  background-repeat: no-repeat !important;
  /* 5. 画像を常に中央に配置 */
  background-position: center center !important;
  /* 6. スクロールしても背景は固定（オプション：固定したい場合のみ追加） */
  background-attachment: fixed !important;
  /* 6. スクロールしても背景は固定（オプション：固定したい場合のみ追加） */
  background-attachment: fixed !important;
}

/* ===== Header ===== */
/* ===== Header (PC調整：電話を右グループへ) ===== */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  max-width: 1500px;
  height: 72px;
  gap: 16px;
}

.logo {
  width: 220px;
}
.logo img {
  width: 100%;
}

/* ✅ 電話ブロックを「右グループ側」へ寄せる（PCのみ） */
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 中央寄せ→右寄せで見た目も整う */
  margin-left: auto; /* ★これで右側へ寄る（cta-wrapも一緒に右側へ） */
  gap: 4px;
}
@media (max-width: 767px) {
  .header-phone {
    display: none;
  }
}
.header-phone .tel-row {
  display: flex;
  align-items: center;
}
.header-phone .tel-row img {
  width: min(2.4074074074vw, 26px); /* 少し控えめに */
  height: auto;
}
.header-phone .tel {
  font-size: min(2.2222222222vw, 24px);
  line-height: 1;
  color: red;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.header-phone .caption {
  font-size: min(1.1111111111vw, 12px);
  font-weight: bold;
  color: #666;
  line-height: 1;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
}

/* 右側CTAグループ（Instagram + お問い合わせ） */
.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(1.6666666667vw, 18px);
       column-gap: min(1.6666666667vw, 18px); /* 少し詰めて整列 */
}
.cta-wrap .x-icon {
  width: min(3.2407407407vw, 35px);
}
.cta-wrap .x-icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .cta-wrap .x-icon {
    display: none;
  }
}
.cta-wrap .insta-icon {
  width: min(3.7037037037vw, 40px);
}
.cta-wrap .insta-icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .cta-wrap .insta-icon {
    display: none;
  }
}
.cta-wrap .header-cta {
  justify-self: end;
  width: min(12.962962963vw, 140px);
  height: min(4.1666666667vw, 45px);
  gap: min(0.462962963vw, 5px);
  box-shadow: 4px 4px 4px #333;
  border-radius: 10px;
  font-size: min(1.2962962963vw, 14px) !important;
  padding: min(0.462962963vw, 5px) min(0.9259259259vw, 10px);
}
.cta-wrap .header-cta .hed-mail {
  width: min(2.7777777778vw, 30px);
}

/* ハンバーガー */
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-one {
    display: none;
  }
}

.hamburger {
  width: 44px;
  height: 44px;
  position: relative;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .hamburger span {
    display: none;
  }
}

.hamburger span:nth-child(1) {
  transform: translateY(-7px);
}

.hamburger span:nth-child(2) {
  transform: translateY(0);
}

.hamburger span:nth-child(3) {
  transform: translateY(7px);
}

.nav-toggle:checked ~ .hamburger span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle:checked ~ .hamburger span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked ~ .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(84vw, 320px);
  background: #fff;
  translate: 100% 0;
  transition: translate 0.28s ease;
  padding: 80px 18px 24px;
  z-index: 90;
  box-shadow: -10px 0 24px rgba(0, 0, 0, 0.1);
}

.nav-toggle:checked ~ .drawer {
  translate: 0 0;
}

.drawer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.drawer-close::before,
.drawer-close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.drawer-close::before {
  transform: rotate(45deg);
}

.drawer-close::after {
  transform: rotate(-45deg);
}

.drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.drawer-nav .nav-bottom a {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
}
.drawer-nav .nav-bottom a .insta-icon {
  width: 50px;
  box-shadow: 4px 4px 4px #888;
  padding: 5px;
}
.drawer-nav .nav-bottom a .hed-insta {
  width: 30px;
}

.drawer-nav a {
  display: block;
  padding: 12px;
  border-radius: 10px;
  background: #f6f7f3;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 4px 4px 4px #888;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
  z-index: 80;
}

.nav-toggle:checked ~ .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* ヘッダー下の横あしらい */
.asirai-line {
  width: 80%;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .asirai-line {
    padding-top: min(21.3333333333vw, 80px);
  }
}
.asirai-line img {
  width: 40%;
}
/* ========== SP固定CTA（電話/問い合わせ） ========== */
.sp-fixed-ctaown {
  width: 90%;
  max-width: 400px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 40;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .sp-fixed-ctaown {
    display: none;
  }
}
.sp-fixed-ctaown .sp-fix-btn {
  background-color: #fff;
  color: red;
  border: 2px solid red;
  box-shadow: 4px 4px 4px #333;
  font-size: min(4.8vw, 18px);
  height: min(10.6666666667vw, 40px) !important;
  border-radius: 10px;
  margin-bottom: 0 !important;
}
.sp-fixed-ctaown .sp-fix-btn .btn-tel {
  width: 30px;
}
.sp-fixed-ctaown .sp-fix-btn .btn-primary {
  width: 100%;
}
.sp-fixed-ctaown .fixed-footer {
  width: 100%;
  background-color: red;
  background: linear-gradient(to right, #ffa6a6, #ff6b6b, #fc3232);
  box-shadow: 4px 4px 4px #333;
  color: #fff;
  font-size: min(4.2666666667vw, 16px);
  height: min(10.6666666667vw, 40px) !important;
  gap: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sp-fixed-ctaown .fixed-footer {
    display: none;
  }
}
.sp-fixed-ctaown .fixed-footer .hed-mail {
  width: min(8vw, 30px);
}

.sp-fixed-cta {
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sp-fixed-cta.is-hidden {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

/* ===== Section base + reveal ===== */
.section {
  position: relative;
  padding: 40px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* ===== FV ===== */
#fv {
  margin-bottom: min(4.6296296296vw, 50px);
  padding-top: min(8.3333333333vw, 90px);
}
@media (max-width: 767px) {
  #fv {
    padding-top: min(21.3333333333vw, 80px);
  }
}
@media (max-width: 767px) {
  #fv .top-asi:nth-of-type(1) {
    padding-bottom: min(8vw, 30px);
  }
}
#fv .front-sp {
  padding-bottom: min(2.6666666667vw, 10px);
}

/*グリーンバック*/
.fv-bg-wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fv-bg-wrap {
    width: 90%;
    height: min(253.3333333333vw, 950px);
  }
}

.fv-bg-wrap .bg {
  width: 100%;
  height: 100%;
  max-height: 680px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
@media (max-width: 767px) {
  .fv-bg-wrap .bg {
    max-height: none;
  }
}

.fv-bg-wrap .dec {
  position: absolute;
  width: 22%;
  max-width: 260px;
  opacity: 0.9;
}

.fv-bg-wrap .dec-tl {
  left: -8%;
  top: -8%;
}
@media (max-width: 767px) {
  .fv-bg-wrap .dec-tl {
    top: -5%;
  }
}

.fv-inner {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: min(18.5185185185vw, 200px);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .fv-inner {
    top: min(40vw, 150px);
    height: min(133.3333333333vw, 500px);
    max-width: 360px;
  }
}

.fv-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 4px;
}
@media (max-width: 767px) {
  .fv-title {
    display: block;
    width: min(77.3333333333vw, 290px);
    margin-top: min(10.6666666667vw, 40px);
  }
}
.fv-title .sp-wrp {
  display: flex;
  align-items: center;
}

.fv-usagi {
  width: min(4.6296296296vw, 50px);
  height: min(4.1666666667vw, 45px);
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fv-usagi {
    width: min(13.3333333333vw, 50px);
    height: min(10.6666666667vw, 40px);
  }
}

.fv-text-h1 {
  font-size: min(3.8888888889vw, 42px);
  color: var(--fvText);
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, 3px 3px 5px #444;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .fv-text-h1 {
    font-size: min(9.6vw, 36px);
  }
}

.visit-1,
.visit-2 {
  font-size: min(3.1481481481vw, 34px);
}
@media (max-width: 767px) {
  .visit-1,
  .visit-2 {
    font-size: min(8.5333333333vw, 32px);
  }
}

@media (max-width: 767px) {
  .fv-text-h1 {
    display: block;
    line-height: 1.2;
  }
  .hero-title__line--2 {
    margin-left: min(18.6666666667vw, 70px);
  }
}
.fv-instagram {
  width: 80%;
  margin: min(0.9259259259vw, 10px) 0;
  text-align: center;
}
@media (max-width: 767px) {
  .fv-instagram {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: min(133.3333333333vw, 500px);
  }
}
.fv-instagram .fv-insta-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 4px #666;
  width: 60%;
  max-width: 650px;
  padding: min(0.9259259259vw, 10px) 0;
  margin: 0 auto min(0.9259259259vw, 10px);
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  -moz-column-gap: min(0.9259259259vw, 10px);
       column-gap: min(0.9259259259vw, 10px);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .fv-instagram .fv-insta-wrap {
    width: 100%;
    padding: min(2.6666666667vw, 10px) 0;
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
.fv-instagram .fv-insta-wrap .fv-insta-image {
  width: min(3.7037037037vw, 40px);
  display: block;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .fv-instagram .fv-insta-wrap .fv-insta-image {
    width: min(6.6666666667vw, 25px);
  }
}
.fv-instagram .fv-insta-wrap .fv-insta-title {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 600;
}
@media (max-width: 767px) {
  .fv-instagram .fv-insta-wrap .fv-insta-title {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media (max-width: 767px) {
  .fv-instagram .fv-insta-wrap .fv-insta-info {
    font-size: min(3.2vw, 12px);
  }
}
.fv-instagram .fv-insta-wrap:hover {
  background: rgba(102, 102, 102, 0.6);
  color: #fff;
}
.fv-instagram #sb_instagram .sb_instagram_header {
  display: none;
}
.fv-instagram #sbi_images {
  display: flex !important;
  justify-content: center !important;
  height: 300px;
  max-width: 900px;
  margin: 0 auto;
  gap: 30px !important;
}
@media (max-width: 767px) {
  .fv-instagram #sbi_images {
    flex-direction: column;
    align-items: center;
    gap: min(4vw, 15px) !important;
    height: min(90.6666666667vw, 340px);
    padding-top: 0 !important;
  }
}
.fv-instagram #sbi_images .sbi_item {
  width: min(29.6296296296vw, 320px) !important;
  height: min(21.2962962963vw, 230px);
}
@media (max-width: 767px) {
  .fv-instagram #sbi_images .sbi_item {
    width: 100% !important;
    height: min(61.3333333333vw, 230px);
  }
}
.fv-instagram #sbi_images .sbi_item .sbi_photo_wrap {
  height: 100%;
  background: #fff;
}
.fv-instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  height: auto;
}
.fv-instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
  height: min(15.7407407407vw, 170px);
}
@media (max-width: 767px) {
  .fv-instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    height: min(29.3333333333vw, 110px);
  }
}
.fv-instagram #sbi_load {
  display: none;
}
.fv-instagram .sbi_photo_wrap {
  border-radius: 10px;
  overflow: hidden;
}

.fv-instagram {
  /* =========================
     2カラム固定レイアウト
  ========================== */
}
.fv-instagram #sb_instagram #sbi_images {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.fv-instagram #sb_instagram #sbi_images > .sbi_item {
  width: min(29.6296296296vw, 320px) !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images > .sbi_item {
    width: 80% !important;
  }
}
.fv-instagram #sb_instagram #sbi_images > .sbi_item:nth-child(n+3) {
  display: none !important;
}
.fv-instagram {
  /* =========================
     既存カードデザイン
  ========================== */
}
.fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fv-instagram #sb_instagram #sbi_images .sbi_item a.sbi_photo {
  display: block;
  height: auto !important;
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images .sbi_item a.sbi_photo {
    height: min(69.3333333333vw, 260px) !important;
  }
}
.fv-instagram #sb_instagram #sbi_images .sbi_item a.sbi_photo img {
  width: 100%;
  height: min(15.7407407407vw, 170px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images .sbi_item a.sbi_photo img {
    height: min(30.6666666667vw, 115px);
  }
}
.fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta {
  padding: min(0.9259259259vw, 10px) min(1.1111111111vw, 12px);
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta {
    padding: min(1.3333333333vw, 5px) min(4vw, 15px) min(2.6666666667vw, 10px);
  }
}
.fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta .date {
  display: block;
  font-size: min(1.1111111111vw, 12px);
  line-height: 1;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: min(0.5555555556vw, 6px);
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta .date {
    font-size: min(2.9333333333vw, 11px);
  }
}
.fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta .caption {
  font-size: min(1.2962962963vw, 14px);
  color: #333;
  line-height: 1.5;
  /* ★ 1行省略（…表示） */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images .sbi_item .sbi_card_meta .caption {
    font-size: min(3.2vw, 12px);
  }
}
.fv-instagram {
  /* =========================
     SP表示
  ========================== */
}
@media (max-width: 767px) {
  .fv-instagram #sb_instagram #sbi_images {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

.fv-cards {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: min(0.9259259259vw, 10px);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  height: min(11.1111111111vw, 120px);
}
@media (max-width: 767px) {
  .fv-cards {
    display: block;
    height: min(26.6666666667vw, 100px);
  }
}

.fv-card-wrap {
  width: 30%;
  height: 100%;
  background: #fefefe;
  border: 2px solid #5cd637;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: min(1.2962962963vw, 14px) min(1.2962962963vw, 14px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .fv-card-wrap {
    width: auto;
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
.fv-card-wrap .fv-card {
  text-align: left;
}
.fv-card-wrap h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  margin-bottom: 0;
  color: red;
}
@media (max-width: 767px) {
  .fv-card-wrap h3 {
    font-size: min(5.3333333333vw, 20px);
  }
}
.fv-card-wrap p {
  font-size: min(1.1111111111vw, 12px);
}
@media (max-width: 767px) {
  .fv-card-wrap p {
    font-size: min(3.2vw, 12px);
    margin-top: 0;
  }
}

.fv-lead {
  text-align: center;
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  margin: 6px 0 10px;
}
@media (max-width: 767px) {
  .fv-lead {
    font-size: min(4.2666666667vw, 16px);
    position: absolute;
    width: min(74.6666666667vw, 280px);
    text-align: left;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-buttons {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 14px auto 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .nav-buttons {
    display: block;
    max-width: 360px;
  }
}

.nav-buttons li {
  flex: 1;
  background: var(--brand);
}
@media (max-width: 767px) {
  .nav-buttons li {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
@media (max-width: 767px) {
  .nav-buttons li a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: min(13.3333333333vw, 50px);
  }
}
.nav-buttons li a .item--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .nav-buttons li a .item--wrap {
    width: 55%;
    justify-content: space-between;
  }
}
.nav-buttons li a .maru {
  width: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  .nav-buttons li a .maru {
    width: min(5.3333333333vw, 20px);
  }
}

/* ===== consult（退院後の不安） ===== */
.worry {
  margin-bottom: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  .worry {
    margin-bottom: min(21.3333333333vw, 80px);
  }
}

.sect-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sect-bg .bg {
  position: absolute;
  height: 100%;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 14px 14px 0;
}

.sect-bg.left .bg {
  left: 0;
}

.sect-bg.right .bg {
  right: 0;
  border-radius: 14px 0 0 14px;
}

.sect-bg .dec {
  position: absolute;
  width: 22%;
  max-width: 260px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .sect-bg .dec {
    width: 30%;
  }
}

.worry-dec {
  right: 6%;
  top: -3% !important;
}

.sect-bg .dec-tr {
  right: 6%;
  top: -15%;
}
@media (max-width: 767px) {
  .sect-bg .dec-tr {
    right: 4%;
    top: -6%;
  }
}

.sect-bg .dec-tl {
  left: 3%;
  top: -6%;
}

.sec-ttl {
  font-weight: 900;
  font-size: min(2.7777777778vw, 30px);
  margin: 0 0 14px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .sec-ttl {
    font-size: min(6.4vw, 24px);
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .files {
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
.files p {
  text-align: center;
}

.bordeaux {
  color: #333;
  text-align: center;
}

.center {
  text-align: center;
}

.consult-list {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 18px 20% 0 auto;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .consult-list {
    width: 90%;
    margin: 15px;
  }
}

.consult-row {
  display: flex;
  align-items: center;
  gap: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .consult-row {
    flex-direction: column;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
.consult-row .circle {
  background: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consult-row.rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .consult-row.rev {
    flex-direction: column;
    margin-bottom: min(8vw, 30px);
  }
}

.person {
  z-index: 1;
  width: 76px;
  height: auto;
}

.balloon {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: min(1.4814814815vw, 16px);
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 12px 14px;
  position: relative;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 767px) {
  .balloon {
    font-size: min(3.7333333333vw, 14px);
    font-weight: 700;
    padding: min(3.2vw, 12px);
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

.consult-row:not(.rev) .balloon::after,
.consult-row.rev .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  transform: translateY(-50%);
}

.consult-row:not(.rev) .balloon::after {
  left: -20px;
  border-right-color: #fff;
}
@media (max-width: 767px) {
  .consult-row:not(.rev) .balloon::after {
    position: absolute;
    top: -20px;
    left: 47%;
    transform: rotate(90deg);
  }
}

.consult-row.rev .balloon::after {
  right: -20px;
  border-left-color: #fff;
}
@media (max-width: 767px) {
  .consult-row.rev .balloon::after {
    top: -20px;
    left: 47%;
    transform: rotate(-90deg);
  }
}

.consult-cta {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "BIZ UDPGothic", "メイリオ", "Meiryo", sans-serif;
}
.consult-cta a {
  width: min(27.7777777778vw, 300px);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #333;
  margin: 0 auto 0 auto;
  gap: min(0.462962963vw, 5px);
  transition: all 0.3s ease;
}
.consult-cta a .hed-mail {
  width: min(2.7777777778vw, 30px);
}
.consult-cta a:hover {
  transform: scale(1.1);
  box-shadow: 0.5px 0.5px 4px #888;
}

.consult-cta {
  width: min(42.5925925926vw, 460px);
  margin: 0 35% 0 auto;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .consult-cta {
    width: min(61.3333333333vw, 230px);
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.consult-cta p {
  width: min(27.7777777778vw, 300px);
  font-size: min(1.6666666667vw, 18px);
  margin: 0 auto 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .consult-cta p {
    width: auto;
    margin-bottom: 0;
    font-size: min(4.8vw, 18px);
  }
}
.consult-cta small {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  color: red;
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .consult-cta small {
    font-size: min(5.3333333333vw, 20px);
    font-weight: bold;
  }
}
.consult-cta strong {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--fvText);
  text-shadow: 1px 1px 0 #fff;
  line-height: 0.1;
}
@media (max-width: 767px) {
  .consult-cta strong {
    font-size: min(7.4666666667vw, 28px);
  }
}
.consult-cta .hero-title__line--3 {
  display: block;
}

/* ===== visit ===== */
#visit {
  height: min(46.2962962963vw, 500px);
}
@media (max-width: 767px) {
  #visit {
    height: min(125.3333333333vw, 470px);
  }
}

.visit-row {
  width: 70%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .visit-row {
    width: 80%;
  }
}

.visit-left {
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.visit-left .srea-info h3 {
  font-size: min(2.037037037vw, 22px);
  font-weight: bold;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-column-gap: min(0.9259259259vw, 10px);
       column-gap: min(0.9259259259vw, 10px);
  margin: 0;
}
@media (max-width: 767px) {
  .visit-left .srea-info h3 {
    font-size: min(4.8vw, 18px);
    margin: 0 0 0 20px;
  }
}
.visit-left .srea-info h3 .box {
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  background: #49c86a;
}
@media (max-width: 767px) {
  .visit-left .srea-info h3 .box {
    width: min(4.8vw, 18px);
    height: min(4.8vw, 18px);
  }
}
@media (max-width: 767px) {
  .visit-left .note {
    font-size: min(3.2vw, 12px);
  }
}

.area-flex {
  font-weight: bold;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 10px;
  padding: 0;
}
@media (max-width: 767px) {
  .area-flex {
    width: min(85.3333333333vw, 320px);
    font-size: min(3.7333333333vw, 14px);
    display: flex;
    justify-content: center;
  }
}
.area-flex li {
  font-size: min(1.6666666667vw, 18px);
  margin-left: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  .area-flex li {
    font-size: min(4.2666666667vw, 16px);
  }
}

.note {
  white-space: nowrap;
  font-size: min(1.2962962963vw, 14px);
  line-height: 1.4;
  margin-bottom: min(1.8518518519vw, 20px);
}

.visit-right {
  flex: 1;
}

.visit-right img {
  box-shadow: var(--shadow);
}

.visit-cta {
  font-size: min(1.6666666667vw, 18px);
  align-self: flex-start;
  width: min(27.7777777778vw, 300px);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #333;
  gap: min(0.462962963vw, 5px);
  transition: all 0.3s ease;
}
.visit-cta .hed-mail {
  width: min(2.7777777778vw, 30px);
}

.visit-cta:hover {
  transform: scale(1.1);
  box-shadow: 0.5px 0.5px 4px #888;
}

.visit-nav {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .visit-nav {
    margin-bottom: min(21.3333333333vw, 80px);
    max-width: 360px;
  }
}

/* ===== access ===== */
#access {
  height: min(46.2962962963vw, 500px);
  margin-bottom: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #access {
    height: min(140vw, 525px);
    margin-bottom: min(16vw, 60px);
  }
}

.visit-con {
  height: 80%;
}

.access-row {
  height: 100%;
  display: flex;
  gap: min(2.7777777778vw, 30px);
  align-items: flex-start;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .access-row {
    gap: 10px;
  }
}

.map-box {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .map-box {
    width: min(74.6666666667vw, 280px);
    margin: 0 auto;
    justify-content: center;
  }
}
.map-box iframe {
  width: 320px;
  width: min(32.4074074074vw, 350px);
}
@media (max-width: 767px) {
  .map-box iframe {
    width: 100%;
    height: min(58.6666666667vw, 220px);
  }
}

.map-dummy {
  flex: 1;
  height: 260px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.addr-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: min(0.7407407407vw, 8px);
  flex: 1;
  margin-top: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .addr-box {
    gap: 0;
    margin: 0 auto;
  }
}
.addr-box .addr-box-inner .place {
  font-size: min(3.7333333333vw, 14px);
  font-style: normal !important;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .addr-box .addr-box-inner .place {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.addr-box .addr {
  font-size: min(1.4814814815vw, 16px);
  font-style: normal !important;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .addr-box .addr {
    font-size: min(3.2vw, 12px);
    line-height: 1.4;
    margin-bottom: min(1.3333333333vw, 5px);
  }
}
.addr-box a {
  font-size: min(1.6666666667vw, 18px);
  font-style: normal !important;
}
@media (max-width: 767px) {
  .addr-box a {
    font-size: min(5.3333333333vw, 20px);
  }
}
.addr-box .addr-mail {
  display: inline-block;
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  .addr-box .addr-mail {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: 5px;
  }
}
.addr-box .google-btn {
  position: relative;
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  .addr-box .google-btn {
    font-size: min(3.2vw, 12px);
    text-align: center;
  }
}
.addr-box .access-cta {
  width: min(27.7777777778vw, 300px);
  height: min(4.6296296296vw, 50px);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #333;
  gap: min(0.462962963vw, 5px);
  transition: all 0.3s ease;
}
.addr-box .access-cta .hed-mail {
  width: min(2.7777777778vw, 30px);
}
.addr-box .access-cta:hover {
  transform: scale(1.1);
  box-shadow: 0.5px 0.5px 4px #888;
}

.tel {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tel {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
  }
}

.addr-box .tel a {
  color: #00796b;
  text-decoration: none;
  font-weight: 900;
  font-size: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  .addr-box .tel a {
    font-size: min(5.3333333333vw, 20px);
  }
}

.fax {
  margin: 0;
}

.fax-s {
  margin-top: 0;
  color: #00796b;
  font-weight: 900;
  font-size: min(1.8518518519vw, 20px);
  font-style: normal !important;
}
@media (max-width: 767px) {
  .fax-s {
    font-size: min(5.3333333333vw, 20px);
    line-height: 1;
  }
}

/* ===== files（2ボタン版） ===== */
.files {
  padding-top: 0;
}
@media (max-width: 767px) {
  .files {
    margin-top: 30px;
    margin-top: min(8vw, 30px);
  }
}
.files .sec-ttl {
  font-size: min(2.7777777778vw, 30px);
  margin-bottom: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  .files .sec-ttl {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
.files .files-note {
  max-width: 800px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .files .files-note {
    width: 90%;
  }
}
.files .files-note h3 {
  margin-bottom: 0;
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  .files .files-note h3 {
    font-size: min(4.2666666667vw, 16px);
  }
}
.files .files-note ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .files .files-note ul {
    padding-left: min(5.3333333333vw, 20px);
  }
}
.files .files-note ul li {
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  .files .files-note ul li {
    font-size: min(3.4666666667vw, 13px);
  }
}
.files .files-note p {
  margin-top: 0;
  font-size: min(1.2037037037vw, 13px);
}
@media (max-width: 767px) {
  .files .files-note p {
    font-size: min(3.4666666667vw, 13px);
  }
}

.file-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .file-list {
    max-width: 400px;
    margin-bottom: min(8vw, 30px);
  }
}

.file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #ffffff; /* 画像白帯 */
  border-radius: 8px;
  padding: 16px 30px;
  margin: 14px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.file-title {
  font-weight: 800;
  color: #21488b; /* タイトル濃い青 */
  letter-spacing: 0.02em;
  font-size: clamp(18px, 2.2vw, 24px);
}
@media (max-width: 767px) {
  .file-title {
    font-size: min(4.2666666667vw, 16px);
    letter-spacing: -0.015em;
  }
}

.file-actions {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .file-actions {
    flex-direction: column;
  }
}

/* 公開情報：モーダル内の画像 */
.rec-doc-img {
  width: 100%;
  height: auto;
  display: block;
}

.rec-modal__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#rec-modal-body {
  padding: 0;
}

#rec-modal-body p {
  margin: 0;
}

#rec-modal-body p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

#rec-modal-body img {
  display: block;
  margin: 0;
}

/* 共通ボタン */
.kind-btn {
  --blue: #0f3b8f;
  --green: #188a2f;
  --sky: #2892ff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  padding: min(1.1111111111vw, 12px) min(1.2962962963vw, 14px);
  border-radius: 12px;
  font-weight: 800;
  color: #fff;
  box-shadow: 4px 4px 4px #666;
  line-height: 1;
  transition: filter 0.2s ease, transform 0.02s ease-in;
}

.kind-btn:hover {
  filter: brightness(1.05);
}

.kind-btn:active {
  transform: translateY(1px);
}

.kind-btn .label {
  font-size: 14px;
}

.kind-btn .badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .kind-btn .badge {
    padding: 6px 10px;
    padding: min(1.6vw, 6px) min(2.6666666667vw, 10px);
  }
}

/* 種別色（画像の青基調を踏襲） */
.is-pdf {
  background: var(--blue);
}

.is-xlsx {
  background: var(--green);
}

.is-docx {
  background: var(--sky);
}

.in-open {
  background: #188a2f;
}

/* スマホ */
@media (max-width: 768px) {
  .file-row {
    padding: min(3.7333333333vw, 14px);
    gap: min(2.1333333333vw, 8px);
  }
  .file-actions {
    gap: 12px;
  }
  .kind-btn {
    padding: 9px 10px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .kind-btn {
    display: flex;
    justify-content: center;
    width: min(36.8vw, 138px);
    padding: min(3.2vw, 12px) min(2.1333333333vw, 8px);
  }
}
@media (max-width: 768px) {
  .kind-btn .label {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .kind-btn .label {
    font-size: min(3.4666666667vw, 13px);
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .kind-btn .badge {
    font-size: 11px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .kind-btn .badge {
    font-size: min(2.9333333333vw, 11px);
  }
}
/* === 背景レイヤ修正：FV(#fv)は除外 === */
/* 背景ボックス共通（形状はこれまで通り） */
.sect-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sect-bg .bg {
  position: absolute;
  height: 100%;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 14px 14px 0;
}
@media (max-width: 767px) {
  .sect-bg .bg {
    width: 95%;
  }
}

.sect-bg.left .bg {
  left: 0;
}

.sect-bg.right .bg {
  right: 0;
  border-radius: 14px 0 0 14px;
}

.sect-bg .dec {
  position: absolute;
  width: 22%;
  max-width: 260px;
  opacity: 0.9;
}

/*==下あしらい==*/
.down-asi {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .down-asi {
    width: 90%;
    padding-top: 0;
    margin-bottom: 20px !important;
  }
}

/* ここからが“FVは除外”の本体 */
.section:not(#fv) > .sect-bg {
  z-index: 0; /* 背景は常に前面に沈まない（負のzは使わない） */
}

.section:not(#fv) > .container,
#worry .container,
#visit .container,
#access .container {
  position: relative;
  z-index: 1; /* 本文を必ず背景より前へ */
}

.section:not(#fv) > .sect-bg.reveal {
  opacity: 1 !important; /* 背景はフェード対象から外す */
  transform: none !important;
}

/* （任意）何かがまだ背景に負ける時はこのクラスを足すだけ */
.stack-1 {
  position: relative;
  z-index: 1;
}

/* 保険：一度見えた要素は維持（FVも含むが害はありません） */
.reveal[data-revealed="1"] {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-viewer-page .viewer-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}
.pdf-viewer-page .viewer-container .viewer-page-info h2 {
  text-align: center;
  font-size: min(2.4074074074vw, 26px);
}
@media (max-width: 767px) {
  .pdf-viewer-page .viewer-container .viewer-page-info h2 {
    font-size: 20px;
    font-size: min(5.3333333333vw, 20px);
  }
}

.viewer-header .back-btn {
  display: flex;
  justify-content: center;
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  width: min(27.7777777778vw, 300px);
  padding: 10px 15px;
  color: #004aad;
  background: none;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .viewer-header .back-btn {
    font-size: min(3.4666666667vw, 13px);
    padding: min(1.6vw, 6px) min(3.4666666667vw, 13px);
    margin-bottom: min(13.3333333333vw, 50px);
    width: 60%;
  }
}

.pdf-frame {
  width: 100%;
  height: 90vh;
  border: none;
}

/* ===========================
   スタッフ募集 固定バナー（PCのみ）
   =========================== */
.recruit-fixed-banner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  /* 縦書き設定 */
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* サイズ感（画像を参考に調整） */
  width: 48px;
  height: 300px;
  padding: 8px 6px;
  background: linear-gradient(to bottom, #ffa6a6, #ff6b6b, #fc3232);
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 2px 2px #333;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* テキスト部分 */
.recruit-fixed-banner__text {
  line-height: 1.3;
}

/* 矢印（下側に来る）*/
.recruit-fixed-banner__arrow {
  font-size: 12px;
}

/* ホバー時の色＆少しだけ持ち上げる */
.recruit-fixed-banner:hover {
  background-color: #f06068;
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}

/* SPでは非表示 */
@media (max-width: 767px) {
  .recruit-fixed-banner {
    display: none;
  }
}
.back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

/* ===== Back to Top ===== */
.back-to-top {
  position: fixed;
  right: 14px;
}
@media (min-width: 768px) {
  .back-to-top {
    bottom: min(7.4074074074vw, 80px) !important;
  }
}
@media (max-width: 767px) {
  .back-to-top {
    bottom: min(37.3333333333vw, 140px);
  }
}
.back-to-top {
  z-index: 9999;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.back-to-top__icon {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(-1px);
}
.back-to-top:active {
  transform: translateY(1px);
}

/* PCでは非表示にしたい場合（任意）
.back-to-top {
  display: none;
}
@include sp {
  .back-to-top { display: grid; }
}
*/
:root {
  --abt-ink: #333;
  --abt-brand: #5cd637;
  --abt-white: #fff;
  --abt-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --abt-container: 1040px;
}

/* ===== Base ===== */
/*about-アンカーリンク*/
@media (max-width: 767px) {
  .abt-nv {
    width: 90% !important;
    margin-bottom: min(8vw, 30px) !important;
  }
}

.abt-main {
  color: var(--abt-ink);
  line-height: 1.8;
  padding-bottom: min(1.8518518519vw, 20px);
}

.abt-container {
  width: min(100% - 32px, var(--abt-container));
  margin-inline: auto;
  margin-bottom: min(9.2592592593vw, 100px);
}

.abt-h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: min(2.962962963vw, 32px);
  font-weight: 900;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .abt-h2 {
    margin-bottom: min(5.3333333333vw, 20px);
    font-size: min(6.4vw, 24px);
  }
}

.abt-center {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 30px;
}

.about-wrap .abt-doc__img {
  width: 100%;
}

.abt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.abt-btn-primary {
  background: linear-gradient(90deg, #ffa6a6, #ff6b6b, #fc3232);
  font-size: min(1.6666666667vw, 18px);
  color: #fff;
  width: min(27.7777777778vw, 300px);
  box-shadow: 4px 4px 4px #333;
}
@media (max-width: 767px) {
  .abt-btn-primary {
    display: none;
  }
}
.abt-btn-primary .abt-icon {
  width: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .abt-btn-primary .abt-icon {
    width: min(8vw, 30px);
  }
}

/*ホームに戻る*/
.home-return {
  text-align: center;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .home-return {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

/*メインh1*/
.abt-info {
  margin-top: 80px;
  margin-top: min(7.4074074074vw, 80px);
}
.abt-info h1 {
  font-size: 32px;
  font-size: min(2.962962963vw, 32px);
  font-weight: bold;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .abt-info h1 {
    font-size: min(8vw, 30px);
    margin-bottom: min(2.6666666667vw, 10px);
    margin-top: min(21.3333333333vw, 80px);
  }
}

/*あしらい */
.abt-belt {
  display: flex;
  justify-content: center;
  padding-top: min(1.8518518519vw, 20px);
}

.abt-belt img {
  width: 40%;
  height: auto;
}
@media (max-width: 767px) {
  .abt-belt img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .abt-l-pc {
    display: none;
  }
}

.abt-l-sp {
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: min(8vw, 30px);
}
@media (min-width: 768px) {
  .abt-l-sp {
    display: none;
  }
}

/*上あしらい*/
/*下あしらい*/
.pc-under {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ===== FV ===== */
.abt-fv-figure {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  box-shadow: var(--abt-shadow);
  background: #f5f5f5;
  position: relative;
}

.abt-fv-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sump {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sump {
    font-size: 30px;
  }
}

/* ===== PDF ===== */
.abt-pdfwrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--abt-shadow);
  padding: 16px;
}

.abt-pdf {
  width: 100%;
  height: 74vh;
  border: 0;
  border-radius: 8px;
  background: #f5f7f2;
}

.abt-pdf-fallback {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
}

.abt-link {
  color: #0d9a5e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*基本方針*/
.policy {
  padding: min(4.6296296296vw, 50px) 0;
  margin: min(2.7777777778vw, 30px) auto min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .policy {
    padding: min(8vw, 30px) 0;
    margin: min(5.3333333333vw, 20px) auto min(10.6666666667vw, 40px);
  }
}
.policy .p-01,
.policy .p-02 {
  max-width: 680px;
  margin: 0 auto;
  padding: min(2.962962963vw, 32px) 2.037037037vw;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(90, 120, 90, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  .policy .p-01,
  .policy .p-02 {
    width: 90%;
    padding: 24px 10px;
  }
}
.policy .p-01 h2,
.policy .p-02 h2 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #7a2e2e;
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
}
@media (max-width: 767px) {
  .policy .p-01 h2,
  .policy .p-02 h2 {
    font-size: min(5.8666666667vw, 22px);
  }
}
@media (max-width: 767px) {
  .policy .ml-20 {
    display: block;
    margin-left: min(13.3333333333vw, 50px);
  }
}
.policy .p-01 {
  margin-bottom: min(2.4074074074vw, 26px);
}
@media (max-width: 767px) {
  .policy .p-01 {
    padding-bottom: 24px !important;
  }
}
.policy .p-01 p {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .policy .p-01 p {
    width: min(72vw, 270px);
    font-size: min(4.2666666667vw, 16px);
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
  }
}
.policy .p-01 p .p-under {
  display: block;
  margin-left: min(6.6666666667vw, 25px);
}
@media (min-width: 768px) {
  .policy .p-01 p .p-under {
    display: inline;
    margin-left: 0;
  }
}
.policy .p-02 ul {
  width: min(41.6666666667vw, 450px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .policy .p-02 ul {
    width: min(82.6666666667vw, 310px);
    margin: 0 auto;
  }
}
.policy .p-02 ul li {
  margin-bottom: min(1.4814814815vw, 16px);
  padding-bottom: min(1.2962962963vw, 14px);
  border-bottom: 1px dashed rgba(90, 120, 90, 0.25);
}
@media (max-width: 767px) {
  .policy .p-02 ul li {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
}
.policy .p-02 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: none;
}
.policy .p-02 ul li p {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .policy .p-02 ul li p {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.9;
  }
}
.policy .p-02 ul li .offset {
  margin-left: min(7.4074074074vw, 80px);
}
@media (max-width: 767px) {
  .policy .p-02 ul li .offset {
    margin-left: 1.2em;
  }
}

/* セクション全体のラップ */
.abt-info .about-wrap {
  width: 95%;
  max-width: 900px;
  margin: 0 auto min(9.2592592593vw, 100px);
  background: #f8fcff;
}
@media (max-width: 767px) {
  .abt-info .about-wrap {
    width: 100%;
    margin-bottom: min(2.6666666667vw, 10px);
  }
}

@media (min-width: 768px) {
  .about-click {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-click {
    text-align: center;
    font-size: 12px;
  }
}

/* 上部タイトル（青い帯っぽく） */
/* 表本体 */
.outline-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  /* 外枠ラインを少し太く */
  box-shadow: 0 0 0 3px #9fc4e8;
}

.outline-col--head {
  width: 30%;
}

/* セル共通 */
.outline-table th,
.outline-table td {
  border: 1px solid #9fc4e8;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.6;
}

/*事業所在地,営業時間の文の段付け*/
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* 左側見出しセル（薄い水色背景） */
.outline-table th {
  background: #edf6ff;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

/* 右側セル */
.outline-table td {
  vertical-align: top;
}

/* 行頭の余白調整（任意） */
.outline-table .st-left {
  padding-right: 4px;
}

/* 箇条書きリスト：丸ポチ & インデント */
.outline-table .dot-list {
  margin: 0;
  padding-left: 1.2em;
}

.outline-table .dot-list li {
  margin-top: 2px;
  list-style: disc;
}

/* PCとSP切り替え（テキストの改行用） */
.week-sp,
.dotst-sp {
  display: none;
}

.week-pc,
.dotst-pc {
  display: inline;
}

/* ========= スマホ（SP）レイアウト ========= */
@media (max-width: 767px) {
  .abt-info .subtitle {
    font-size: 16px;
    padding: 8px 10px;
  }
  /* 表を縦積みカード風に */
  .outline-table,
  .outline-table tbody,
  .outline-table tr,
  .outline-table th,
  .outline-table td {
    display: block;
    width: 100%;
  }
  .outline-table {
    box-shadow: 0 0 0 2px #9fc4e8;
  }
  .outline-table tr + tr {
    border-top: none;
  }
  .outline-table th {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: #edf6ff;
    padding: 8px 10px 4px;
    font-size: min(3.7333333333vw, 14px);
  }
  .outline-table td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c5d9f0;
    padding: 4px 10px 10px;
    font-size: min(3.7333333333vw, 14px);
  }
  .outline-table tr:last-child td {
    border-bottom: none;
  }
  /* PC/SP 表示切替 */
  .week-pc,
  .dotst-pc {
    display: none;
  }
  .week-sp,
  .dotst-sp {
    display: inline;
  }
  .outline-table .dot-list {
    padding-left: 1.1em;
  }
  .js-zoomable {
    cursor: zoom-in;
  }
  /* モーダル */
  #img-zoom-modal {
    display: none;
  }
  .img-zoom {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }
  .img-zoom.is-open {
    display: flex;
  }
  .img-zoom__content {
    max-width: 95%;
    max-height: 95%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .img-zoom__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
  }
}
/* === 仮) 利用の流れ（PNG） ===*/
#use .use-inner {
  margin-bottom: 30px;
}
#use .use-inner .use-image {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #use .use-inner .use-image .use-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #use .use-inner .use-image .use-sp {
    display: none;
  }
}

/* ===== Director ===== */
@media (max-width: 767px) {
  .abt-man {
    padding-bottom: 0;
  }
}

.abt-director {
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
  gap: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .abt-director {
    display: block;
    width: min(88vw, 330px);
  }
}

.abt-dir-figure {
  width: min(20.3703703704vw, 220px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--abt-shadow);
  background: #f5f5f5;
  margin-inline: auto;
  box-shadow: 4px 4px 10px #666;
}
@media (max-width: 767px) {
  .abt-dir-figure {
    width: 60%;
    margin: 0 auto min(8vw, 30px);
  }
}

.abt-dir-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.abt-dir-name {
  margin: 0.2em 0 0.4em;
  font-size: min(1.8518518519vw, 20px);
  font-weight: 900;
}
@media (max-width: 767px) {
  .abt-dir-name {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(4vw, 15px);
  }
}

.abt-dir-text {
  margin: 0.6em 0;
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  .abt-dir-text {
    font-size: min(3.4666666667vw, 13px);
  }
}

.abt-dir-cta {
  margin-top: 10px;
}

.greeting__text {
  /* 折り返し・日本語対策 */
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: min(1.3888888889vw, 15px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .greeting__text {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(2.1333333333vw, 8px);
  }
}

@media (max-width: 768px) {
  .abt-director {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .abt-dir-figure {
    max-width: 220px;
  }
}
/* ===== Scroll Reveal (about専用) ===== */
.abt-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.abt-reveal.abt-inview {
  opacity: 1;
  transform: none;
  margin-bottom: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  .abt-reveal.abt-inview {
    margin-bottom: min(16vw, 60px);
  }
}

@media (max-width: 767px) {
  .abt-con {
    display: none;
  }
}

/*==#お問い合わせフォームデザイン==*/
@media (max-width: 767px) {
  .contact-inner {
    margin-bottom: min(13.3333333333vw, 50px);
  }
}

.contact-inner__mail h2 {
  text-align: center;
  padding-top: min(9.2592592593vw, 100px);
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}
@media (max-width: 767px) {
  .contact-inner__mail h2 {
    padding-top: min(26.6666666667vw, 100px);
    font-size: min(8vw, 30px);
  }
}

/*cf7の部分*/
.form-inner {
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: min(1.8518518519vw, 20px);
}

.c-mail-h3 {
  text-align: center;
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}
@media (max-width: 767px) {
  .c-mail-h3 {
    font-size: min(5.8666666667vw, 22px);
  }
}

.contact-inner__tel .c-tel-h3 {
  text-align: center;
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}
@media (max-width: 767px) {
  .contact-inner__tel .c-tel-h3 {
    font-size: min(5.8666666667vw, 22px);
  }
}
.contact-inner__tel .contact-tel .tel-row {
  display: block;
  text-align: center;
}
.contact-inner__tel .contact-tel .tel-row a {
  font-size: min(3.1481481481vw, 34px);
  font-weight: bold;
  color: red;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}
@media (max-width: 767px) {
  .contact-inner__tel .contact-tel .tel-row a {
    font-size: min(7.4666666667vw, 28px);
  }
}
.contact-inner__tel .contact-tel .tel-row p {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  color: red;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}
@media (max-width: 767px) {
  .contact-inner__tel .contact-tel .tel-row p {
    font-size: min(6.9333333333vw, 26px);
  }
}
.contact-inner__tel .contact-tel .caption {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .contact-inner__tel .contact-tel .caption {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}

/* フォーム全体 */
.wpcf7 form {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
}

/*お名前、メールアドレス、お電話番号、郵便番号*/
@media (max-width: 767px) {
  .contact-contents__item-input--text {
    margin-left: 0;
  }
}

/*電話はこちら文字*/
.is-style-section_ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  color: #67ac35 !important;
}

/* ラベル（必須部分） */
.contact-contents__item--required label::after {
  content: " 必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 0.8rem;
  color: #fff;
  background: #e91e63; /* ピンク */
  border-radius: 4px;
}

/* 項目タイトル */
.contact-contents__item-title {
  font-weight: bold;
  margin-bottom: 6px;
}

/* 入力欄（テキスト、メール、電話） */
.contact-contents__item-input--text input,
.contact-contents__item-textarea textarea {
  width: min(74.0740740741vw, 800px);
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .contact-contents__item-input--text input,
  .contact-contents__item-textarea textarea {
    width: 100%;
    font-size: min(3.4666666667vw, 13px);
  }
}

/* フォーカス時 */
.contact-contents__item-input--text input:focus,
.contact-contents__item-textarea textarea:focus {
  border-color: #e91e63; /* ピンク枠 */
  outline: none;
  box-shadow: 0 0 5px rgba(233, 30, 99, 0.3);
}

/* テキストエリア高さ */
.contact-contents__item-textarea textarea {
  min-height: 150px;
  resize: vertical;
}

/* お問い合わせ（post=16）のページヘッダータイトルを変更 */
body.page-id-16 h1.page-header-title,
body.page-id-16 .vk_pageHeader .vk_pageHeader_title {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-call {
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

/*お問い合わせ電話番号、赤色*/
.final-tel-link {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  display: block;
  text-align: center;
  color: red;
  line-height: 1.2;
}

@media (max-width: 599px) {
  .final-tel-link {
    font-size: 30px;
  }
}
/*==右下のTOPボタン==*/
@media (max-width: 767px) {
  .p-fixBtnWrap {
    bottom: 100px;
  }
  .c-fixBtn {
    width: 45px;
    height: 45px;
  }
}
/*post=27*/
.l-content {
  padding-top: 20px;
}

/*お問い合わせh1*/
.c-pageTitle__inner {
  font-size: 30px;
  color: #333;
}

@media (max-width: 599px) {
  .c-pageTitle__inner {
    font-size: 26px;
  }
}
/*受付時間インフォ*/
.final-call-time {
  text-align: center;
}

.u-mb-ctrl {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.wpcf7 form {
  width: 60%;
  background: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .wpcf7 form {
    width: 90%;
  }
}

/*送信の下のマージン消す*/
.wpcf7.js {
  margin-bottom: 0;
}

/*お名前欄*/
.contact-contents-first {
  margin-top: 20px;
}

/*郵便番号枠*/
.zip-code {
  margin-bottom: 10px !important;
  width: 90%;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .zip-code {
    margin-left: 0;
    margin-bottom: 10px !important;
    width: 100%;
  }
}

/*電話番号欄*/
.tel-box {
  margin-bottom: 10px;
}

.address1 {
  width: min(74.0740740741vw, 800px);
  width: 90%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .address1 {
    width: 100%;
    font-size: 13px;
    font-size: min(3.4666666667vw, 13px);
    margin-left: 0;
    margin-bottom: 10px !important;
  }
}

/*市町村以下の下スペース*/
.address2 {
  width: 90%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .address2 {
    width: 100%;
    margin-left: 0;
  }
}

.wpcf7-textarea {
  width: 95%;
  height: 300px;
  font-size: 1rem;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wpcf7-textarea {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
}

/*送信ボタン*/
.has-spinner {
  width: 80%;
  height: min(4.6296296296vw, 50px);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffa6a6, #ff6b6b, #fc3232);
  font-size: min(1.4814814815vw, 16px);
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 4px #333;
}
@media (max-width: 767px) {
  .has-spinner {
    font-size: min(4.2666666667vw, 16px);
  }
}

@media (max-width: 599px) {
  .has-spinner {
    width: 100%;
    height: min(13.3333333333vw, 50px);
  }
}
/*都道府県以下の入力エリア*/
button,
input,
select,
textarea {
  width: 100%;
}

.home-btn {
  text-align: center;
}

/* ====== 共通レイアウト（このページ専用） ====== */
.rec-main {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .rec-main {
    padding: 0 min(5.3333333333vw, 20px);
  }
}
.rec-main .rec-h1 {
  padding-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  .rec-main .rec-h1 {
    padding-top: 90px;
  }
}
.rec-main .rec-h1 h1 {
  text-align: center;
  margin: 0;
  font-size: min(2.962962963vw, 32px);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .rec-main .rec-h1 h1 {
    font-size: min(8vw, 30px);
  }
}
.rec-main {
  /*あしらい*/
}
@media (max-width: 767px) {
  .rec-main .rec-asi {
    width: 100%;
    padding-bottom: min(5.3333333333vw, 20px);
  }
}

.rec-container {
  width: min(100% - 32px, 960px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .rec-container {
    width: 90%;
  }
}
.rec-container .rec-pdf {
  width: 100%;
  height: 70vh;
  min-height: 480px;
}
@media (max-width: 767px) {
  .rec-container .rec-pdf {
    height: 70vh;
  }
}
.rec-container .rec-no-recruit {
  text-align: center;
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  padding: 48px 16px;
  color: #555;
  background: #f7f9f7;
  border-radius: 12px;
  margin: min(2.2222222222vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .rec-container .rec-no-recruit {
    font-size: min(4.8vw, 18px);
    height: min(53.3333333333vw, 200px);
  }
}

.rec-section {
  padding: 28px 0 40px;
}

.rec-h2 {
  margin: 0 0 18px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: min(2.4074074074vw, 26px);
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .rec-h2 {
    font-size: min(6.4vw, 24px);
  }
}

/* あしらい */
.rec-belt {
  display: flex;
  justify-content: center;
  padding: 0;
}

.rec-pc {
  padding-top: min(1.8518518519vw, 20px);
  padding-bottom: min(1.8518518519vw, 20px);
  max-width: 1000px;
  margin: 0 auto;
}
.rec-pc img {
  width: 50%;
  height: auto;
}

.rec-sp {
  padding-top: 0;
}

/*====アンカーリンク====*/
.recruit-nav {
  width: min(100% - 32px, 960px);
  margin: 0 auto min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  .recruit-nav {
    width: 90%;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
.recruit-nav__lead {
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recruit-nav__lead {
    font-size: min(4.2666666667vw, 16px);
    font-weight: bold;
  }
}
.recruit-nav__list {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .recruit-nav__list {
    flex-direction: column;
  }
}
.recruit-nav__list li {
  margin-right: 20px;
}
.recruit-nav__list li a {
  color: #333;
  border-bottom: solid #333 1px;
}
@media (max-width: 767px) {
  .recruit-nav__list li a {
    font-size: min(3.7333333333vw, 14px);
    border-bottom: #333 solid 1px;
  }
}

/*PDFテスト*/
/* ============= 採用情報：PDFビューア メインのコードは追加css ============= */
/* PCはiframe、SPはボタン */
.rec-pdfarea--pc {
  display: block;
}

.rec-pdfarea--sp {
  display: none;
}

@media (max-width: 767px) {
  .rec-pdfarea--pc {
    display: none;
  }
  .rec-pdfarea--sp {
    display: block;
  }
}
/* 既存iframe */
.rec-pdfwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 24px;
}

.rec-pdf {
  width: 100%;
  height: 900px;
  border: 0;
  display: block;
}

/* SPボタン */
@media (max-width: 767px) {
  .rec-pdfarea--sp {
    padding: 0 10px;
  }
  .rec-pdf-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin: 0 0 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    background: #21488b;
    color: #fff;
  }
}
/*===採用情報下、お問い合わせボタン=== */
.btn-rec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: min(0.9259259259vw, 10px) min(1.4814814815vw, 16px);
  text-decoration: none;
  font-weight: 700;
}

.btn-primary-rec {
  width: 50%;
  max-width: 700px;
  height: min(4.6296296296vw, 50px);
  border-radius: 10px;
  margin: 0 auto min(7.4074074074vw, 80px);
  background-color: #ff6b6b;
  font-size: min(1.4814814815vw, 16px);
  color: #fff;
  box-shadow: 4px 4px 4px #333;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .btn-primary-rec {
    display: none;
  }
}
.btn-primary-rec .hed-mail {
  width: 30px;
}

.btn-primary-rec:hover {
  opacity: 0.92;
  transform: scale(1.1);
  box-shadow: 0.5px 0.5px 4px #888;
}

/* ====== スタッフカード ====== */
.rec-staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 30px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rec-staff-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 350px;
    margin: 0 auto 40px;
  }
}
.rec-staff-card {
  border-radius: 16px;
  padding: 25px 15px 10px;
  text-align: center;
  box-shadow: 4px 4px 6px #333;
  color: #fff;
  background-color: rgb(73, 200, 106);
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
}

.rec-staff-card:hover {
  background: #fff;
  color: green;
  transform: scale(1.03);
  box-shadow: 0.5px 0.5px 0.5px #888;
}
@media (max-width: 767px) {
  .rec-staff-card:hover {
    /* ===== SPでは hover を打ち消す ===== */
    background-color: rgb(73, 200, 106);
    color: #fff;
    transform: none;
    box-shadow: 4px 4px 6px #333;
  }
}

.sarani {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.9259259259vw, 10px);
  font-weight: bold;
  transition: all 0.5s ease;
}
.sarani .b-mark {
  width: min(1.8518518519vw, 20px);
  display: inline-block;
}
@media (max-width: 767px) {
  .sarani .b-mark {
    width: min(5.3333333333vw, 20px);
  }
}

.rec-staff-card__avatar {
  width: 136px;
  height: 136px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.rec-staff-card__avatar img {
  width: 115%;
  height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rec-staff-card__name {
  font-size: min(1.8518518519vw, 20px);
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .rec-staff-card__name {
    font-size: min(5.3333333333vw, 20px);
  }
}

.rec-modalbtn:hover {
  filter: brightness(1.05);
}

/* ====== スクロール・リビール（不透明度の初期化含む） ====== */
.rec-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rec-reveal.rec-inview {
  width: 70%;
  opacity: 1;
  transform: none;
  max-width: 900px;
  margin: min(1.8518518519vw, 20px) auto min(1.8518518519vw, 20px) !important;
}
@media (max-width: 767px) {
  .rec-reveal.rec-inview {
    margin: 0 0 min(10.6666666667vw, 40px) 0;
    width: 100%;
    max-width: 340px;
  }
}
.rec-reveal.rec-inview .rec-image {
  margin-bottom: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  .rec-reveal.rec-inview .rec-image {
    margin-bottom: min(8vw, 30px);
  }
}
.rec-reveal.rec-inview .rec-image .rec-img {
  margin: 0 auto;
}
.rec-reveal.rec-inview .rec-image:nth-last-of-type(1) {
  margin-bottom: 0;
}

.rec-h2 {
  margin: 0 auto;
}

/*※クリックすると拡大します*/
.saiyou {
  text-align: center;
  margin-bottom: 40px;
}

/* ====== モーダル ====== */
.rec-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.rec-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.rec-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.rec-modal__dialog {
  width: 65%;
  max-width: 900px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 14px;
  padding: 24px 14px 28px;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .rec-modal__dialog {
    width: 95%;
    padding: min(5.3333333333vw, 20px) min(1.3333333333vw, 5px) min(5.3333333333vw, 20px);
  }
}

.rec-modal.is-open .rec-modal__dialog {
  transform: none;
}

.rec-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.rec-modal__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
}
@media (max-width: 767px) {
  .rec-modal__title {
    margin-bottom: 0;
    line-height: 1;
  }
}

.rec-modal__avatar {
  display: none;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}

.rec-modal__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rec-modal__body {
  line-height: 1.9;
}

/* ===== スタッフ紹介モーダル：テキスト共通 ===== */
.rec-bio {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
}

.rec-name {
  margin: 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0a5f5c;
}

.rec-block {
  margin-bottom: 26px;
}

.rec-title {
  margin: 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #00a5a0;
}
@media (max-width: 767px) {
  .rec-title {
    margin: min(4vw, 15px) 0 0;
  }
}

.rec {
  margin: 0 0;
  font-size: min(1.3888888889vw, 15px);
  line-height: 1.9;
  color: #222;
  /* --- ここから修正 --- */
  /* 日本語の文節を考慮して改行する最新の指定 */
  word-break: auto-phrase;
  /* 句読点が行頭に来るのを厳格に防ぐ */
  line-break: strict;
  /* 念のため、古いブラウザ向けに単語単位の改行を維持 */
  overflow-wrap: anywhere;
  /* --- ここまで --- */
  white-space: normal;
  /*細かい改行*/
  /* --- ここからインデント設定を追加 --- */
  padding-left: 1.3em; /* 全体を右にずらす */
  /* ---------------------------------- */
}
.rec .pc-only {
  display: inline-block;
}
@media (max-width: 767px) {
  .rec .pc-only {
    display: inline;
  }
}
.rec .sp-only {
  display: inline-block;
}
@media (min-width: 768px) {
  .rec .sp-only {
    display: inline;
  }
}

/* SP */
@media (max-width: 767px) {
  .rec-name {
    font-size: 18px;
    font-size: min(4.8vw, 18px);
  }
  .rec-title {
    font-size: min(4.2666666667vw, 16px);
  }
  .rec {
    font-size: min(3.4666666667vw, 13px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    line-height: 1.5;
  }
}
/* スクロールロック（モーダル開時） */
body.rec-locked {
  overflow: hidden;
}

.rec-under {
  margin-bottom: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  .rec-under {
    display: none;
  }
}

.rec-home {
  text-align: center;
}
@media (max-width: 767px) {
  .rec-home {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

/* スタッフ詳細PNG（モーダル内） */
.rec-zoomset {
  margin: 0;
}

.rec-zoomimg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.rec-zoomimg + .rec-zoomimg {
  margin-top: 14px;
}

/* ========== SP固定CTA（電話/問い合わせ） ========== */
.sp-fixed-cta {
  width: 90%;
  max-width: 400px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 40;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .sp-fixed-cta {
    display: none;
  }
}
.sp-fixed-cta .sp-fix-btn {
  background-color: #fff;
  color: red;
  border: 2px solid red;
  font-size: min(4.8vw, 18px);
  height: min(12vw, 45px);
  border-radius: 10px;
  margin: 0 auto 20px;
}
.sp-fixed-cta .sp-fix-btn .btn-tel {
  width: 30px;
}
.sp-fixed-cta .sp-fix-btn .btn-primary {
  width: 100%;
}
.sp-fixed-cta .fixed-footer {
  width: 100%;
  background-color: red;
  background: linear-gradient(90deg, #ffa6a6, #ff6b6b, #fc3232);
  color: #fff;
  font-size: min(4.2666666667vw, 16px);
  height: min(12vw, 45px);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .sp-fixed-cta .fixed-footer {
    display: none;
  }
}
.sp-fixed-cta .fixed-footer .hed-mail {
  width: min(8vw, 30px);
}

.sp-fixed-cta {
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sp-fixed-cta.is-hidden {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

/* ===== footer ===== */
.footer {
  background: rgb(73, 200, 106);
  color: #fff;
  margin-top: 20px;
}

.foot-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .foot-inner {
    display: block;
    max-width: 340px;
    padding: 30px 20px;
  }
}

.foot-left {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .foot-left {
    display: block;
    width: 65%;
    margin: 0 auto;
    padding-top: min(5.3333333333vw, 20px);
    padding-bottom: min(5.3333333333vw, 20px);
    border-bottom: solid 1px #fff;
  }
}
.foot-left .left-inner {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .foot-left .left-inner {
    width: 100%;
  }
}

.foot-icon {
  width: 40px;
}

.foot-name {
  margin: 0 0 6px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .foot-name {
    font-size: min(4.2666666667vw, 16px);
    white-space: nowrap;
  }
}

.foot-addr {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .foot-addr {
    font-size: min(3.2vw, 12px);
  }
}

.foot-links {
  width: 50%;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .foot-links {
    width: 65%;
    margin: min(5.3333333333vw, 20px) auto;
  }
}
@media (max-width: 767px) {
  .foot-links li {
    font-size: min(3.7333333333vw, 14px);
  }
}

.foot-right {
  flex: 1;
}

.foot-right a {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}

.foot-right a:hover {
  text-decoration: underline;
}

.foot-right .mini {
  background: linear-gradient(to right, #ffa6a6, #ff6b6b, #fc3232);
  padding: 8px 12px;
  width: min(27.7777777778vw, 300px);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #333;
  gap: min(0.462962963vw, 5px);
}
@media (max-width: 767px) {
  .foot-right .mini {
    width: 100%;
  }
}
.foot-right .mini .hed-mail {
  width: min(8vw, 30px);
}

.foot-bottom {
  background: rgba(0, 0, 0, 0.08);
}

.foot-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
}

.privacy {
  color: #fff;
}

/* ===== SP 375px想定 ===== */
@media (max-width: 768px) {
  .header-inner {
    height: 64px;
  }
  .logo {
    margin-left: 8px;
  }
  /* 横並び=flexルールは維持しつつ縦積みへ */
  .fv-text {
    font-size: min(6.4vw, 24px);
  }
  .fv-card {
    min-width: 280px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .fv-card {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .visit-row,
  .access-row {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto 0;
  }
  .visit-row .box-map,
  .access-row .box-map {
    width: 100%;
  }
  .visit-right {
    order: 1;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .visit-right {
    width: min(64vw, 240px);
  }
}
@media (max-width: 768px) {
  .visit-left {
    order: 2;
  }
  .file-btn {
    flex: 1 1 100%;
  }
}
/* ====== Page namespace ====== */
.page-service {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #333;
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}

.page-service .svc-container {
  width: min(100% - 32px, 1080px);
  margin-inline: auto;
}

/* ====== 共通 ====== */
.page-service .svc-section {
  padding: min(4.6296296296vw, 50px) 0 min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  .page-service .svc-section {
    padding-top: min(8vw, 30px);
    padding-bottom: 0;
  }
}

.svc-h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: min(9.2592592593vw, 100px);
  margin-bottom: min(2.7777777778vw, 30px);
  margin-top: 0;
}
@media (max-width: 767px) {
  .svc-h1 {
    font-size: min(8vw, 30px);
    padding-top: 100px;
    padding-top: min(26.6666666667vw, 100px);
  }
}

/*横弦あしらい*/
.ser-asi {
  padding-top: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  .ser-asi {
    padding-top: min(2.6666666667vw, 10px);
    padding-bottom: min(13.3333333333vw, 50px);
    margin-bottom: 0;
    width: 90%;
  }
}

/*アンカーリンク*/
/*サービス内容*/
.page-service .svc-ttl {
  margin: 0 0 18px;
  font-size: clamp(22px, 3.4vw, 28px);
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .page-service .svc-ttl {
    font-size: min(6.9333333333vw, 26px);
  }
}

.page-service .svc-lead {
  text-align: center;
  margin: 0 auto 16px;
  font-size: clamp(14px, 2.2vw, 16px);
}

.page-service .svc-badge {
  width: min(37.037037037vw, 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 24px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #ff8aa0;
  color: #fff;
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .page-service .svc-badge {
    width: min(80vw, 300px);
    font-size: min(5.3333333333vw, 20px);
  }
}
.page-service .svc-badge img {
  width: 30px;
}

/* ====== 4→1カラム ====== */
.page-service .svc-grid {
  list-style: none;
  padding: 0 20px;
  margin: 24px auto 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .page-service .svc-grid {
    grid-template-columns: 1fr;
  }
}
.page-service .svc-card {
  background: #fff;
  border-radius: 14px;
  border: 2px solid #5cd637;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.page-service .svc-card-ttl {
  margin: 0 0 8px;
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 900;
}

.page-service .svc-card-txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.svc-table .svc-image-pc {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .svc-table .svc-image-pc {
    display: none;
  }
}
.svc-table .svc-image-sp {
  width: 90%;
  margin: 0 auto min(10.6666666667vw, 40px);
}
@media (min-width: 768px) {
  .svc-table .svc-image-sp {
    display: none;
  }
}

/* == ご利用の流れ ==*/
.avc-use .avc-use-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .avc-use .avc-use-inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .avc-use .avc-use-inner .svc-use-pc {
    display: none;
  }
}
.avc-use .avc-use-inner .svc-use-sp {
  margin-bottom: min(10.6666666667vw, 40px);
}
@media (min-width: 768px) {
  .avc-use .avc-use-inner .svc-use-sp {
    display: none;
  }
}

/*===== 料金表 ====*/
/*ベース*/
.accordion {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .accordion {
    width: 100%;
  }
}

.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
  background: #188a2f;
  position: relative;
  font-size: min(1.4814814815vw, 16px);
  margin-bottom: min(1.8518518519vw, 20px);
  box-shadow: 4px 4px 4px #333;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .Label {
    width: 90%;
    margin: 0 auto 25px;
    padding: 10px;
    font-size: min(3.7333333333vw, 14px);
  }
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
  pointer-events: none;
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  font-weight: bold;
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 0;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/* ===== 料金表（アコーディオン内）共通：中身だけ ===== */
:root {
  --line: #222;
  --bg: #fff;
  --muted: #666;
  --head: #f3f3f3;
  --radius: 10px;
}

.price-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
  font-family: system-ui, -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #111;
}

.price-title {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 8px 0 6px;
}
@media (max-width: 767px) {
  .price-title {
    display: block;
  }
}

.price-title h1 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 767px) {
  .price-title h1 {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

.price-title .date {
  font-weight: 800;
}

.price-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.price-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== 料金表アコーディオン アニメーション ===== */
.price-image {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.9s ease;
}

.price-image.open {
  max-height: 5000px;
  opacity: 1;
}

.price-image img {
  width: 100%;
  height: auto;
  display: block;
}

.price-image img + img {
  margin-top: 12px;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border: 2px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.note {
  font-size: 12px;
  color: var(--muted);
}

.block {
  border-radius: var(--radius);
  background: var(--bg);
  overflow: hidden;
}

.block + .block {
  margin-top: 14px;
}

.table-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}

.tbl th,
.tbl td {
  border: 2px solid var(--line);
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 14px;
}

.l-seem-up {
  border-bottom: none !important;
}

.l-seem-un {
  border-top: none !important;
}

.tbl thead th {
  background: var(--head);
  font-weight: 800;
  text-align: center;
}

.tbl .left {
  text-align: left;
}

.tbl .center {
  text-align: center;
}

.tbl .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.tbl .small {
  font-size: 12px;
  font-size: min(2.6666666667vw, 10px);
  color: var(--muted);
}

/* ===== 既存の .tbl / .table-scroll はそのまま使用 ===== */
/* 表全体の基礎 */
.tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* ← これで列幅が安定して崩れにくい */
}

.tbl th,
.tbl td {
  border: 2px solid #222;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word; /* 長い日本語も折り返す */
  overflow-wrap: anywhere; /* さらに保険 */
}

/* 数字列は折り返さない（桁が崩れるのを防ぐ） */
.tbl td.num {
  white-space: nowrap;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* 罫線・見出し */
.tbl thead th {
  background: pink;
  font-weight: 800;
  text-align: center;
}

/* ===== SP最適化（表は維持） ===== */
@media (max-width: 680px) {
  .price-wrap {
    padding: 0;
  }
  .tbl th,
  .tbl td {
    padding: 6px 6px; /* ←詰める */
    font-size: 12px; /* ←小さく */
    line-height: 1.25;
    border-width: 1.5px; /* ←太すぎると窮屈なので少し細く */
  }
  /* 1列目と区分列は折り返し前提にする */
  .tbl td.left,
  .tbl td.center {
    white-space: normal;
  }
  /* 見出しも少し小さく */
  .tbl thead th {
    background-color: #ffc0cb;
    font-size: 12px;
    font-size: min(2.6666666667vw, 10px);
  }
  /* 横幅が足りない時だけスクロールで担保 */
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sick {
    margin-left: 40px;
  }
  .ser-sp {
    display: block;
  }
  .ser-ml-50 {
    margin-left: 50px;
  }
}
/* さらに小さい端末向け */
@media (max-width: 420px) {
  .tbl th,
  .tbl td {
    padding: 5px 5px;
    font-size: 11px;
  }
}
/*追加*/
/* ====== 飾り帯 ====== */
.page-service .svc-belt {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
}

.page-service .svc-belt img {
  width: 50%;
  display: block;
}

/* ====== 料金表 ====== */
.page-service .svc-pdfwrap {
  background: #eee;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 18px;
  margin: 18px auto;
  width: 95%;
  max-width: 980px;
}
@media (max-width: 767px) {
  .page-service .svc-pdfwrap {
    padding: 0;
    margin: min(5.3333333333vw, 20px) auto min(8vw, 30px);
  }
}

.page-service .svc-pdf {
  width: 100%;
  height: 540px;
  border: none;
  border-radius: 8px;
  display: block;
}

.page-service .svc-pdf-dummy {
  width: 100%;
  height: 540px;
  display: grid;
  place-items: center;
  color: #222;
  background: #d8d8d8;
  border-radius: 8px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page-service .svc-pdf,
  .page-service .svc-pdf-dummy {
    height: 380px;
  }
}
/* reduce-motion の人は即表示（JSが効かなくても見えるように保険） */
@media (prefers-reduced-motion: reduce) {
  .page-service .svc-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ====== CTA ====== */
.page-service .svc-cta {
  text-align: center;
  margin-top: min(2.037037037vw, 22px);
  margin-bottom: min(4.6296296296vw, 50px);
}

.page-service .svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(37.037037037vw, 400px);
  padding: 12px 18px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffa6a6, #ff6b6b, #fc3232);
  color: #fff;
  font-size: 16px;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 4px 4px 4px #333;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-service .svc-btn {
    display: none;
  }
}
.page-service .svc-btn .hed-mail {
  width: 30px;
}

.page-service .svc-btn:hover {
  opacity: 0.9;
  transform: scale(1.1);
  box-shadow: 0.5px 0.5px 0.5px #888;
}

/*ホームに戻る*/
.return {
  display: flex;
  justify-content: center;
  width: min(18.5185185185vw, 200px);
  margin: 0 auto min(2.7777777778vw, 30px);
  text-align: center;
}
@media (max-width: 767px) {
  .return {
    width: min(53.3333333333vw, 200px);
    font-size: min(3.7333333333vw, 14px);
  }
}

/* ====== reveal（このページ限定・互換） ====== */
.page-service .svc-reveal {
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* どちらのクラス名でも可（JSが両方付ける） */
.page-service .svc-reveal.svc-in,
.page-service .svc-reveal.in-view {
  opacity: 1;
  transform: none;
}

.asirai-line {
  opacity: 1;
}

/* ===== 料金表（看護サイト用）===== */
.price-card {
  max-width: 900px;
  margin: 24px auto;
  padding: 22px 20px;
  border: 2px solid #00a5a0; /* サイトのアクセントに寄せた色 */
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.price-card__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0a5f5c;
  line-height: 1.35;
  text-align: center;
}

.price-card__sub {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
  color: #00a5a0;
}

/* 一覧（dt=項目 / dd=金額） */
.price-list {
  margin: 0;
  padding: 0;
}

.price-list__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 10px;
  border-bottom: 1px solid rgba(0, 165, 160, 0.18);
  align-items: center;
}

.price-list__row:last-child {
  border-bottom: none;
}

.price-list dt {
  margin: 0;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
}

.price-list dd {
  margin: 0;
  font-weight: 800;
  color: #0a5f5c;
  text-align: right;
  white-space: nowrap;
}

.price-list .unit {
  font-weight: 700;
  color: #3a6e6c;
}

/* 注意書き */
.price-card__note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px dashed #00a5a0;
  color: #333;
  line-height: 1.7;
  font-size: 14px;
}

/* 箇条書き */
.price-card__bullets {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

.price-card__bullets li {
  margin: 4px 0;
}

/* ===== SP調整 ===== */
@media (max-width: 767px) {
  .price-card {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .price-card__title {
    font-size: 18px;
  }
  .price-list__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .price-list dd {
    text-align: left;
    white-space: normal;
  }
}
/* ===========================
  【料金】テーブル：SPだけ列幅調整
  PCは一切変更しない
=========================== */
@media (max-width: 767px) {
  /* 左：料金（交通費・キャンセル料など）を広く */
  .tbl.tbl-fee td:nth-child(1),
  .tbl.tbl-fee th:nth-child(1) {
    width: 40%;
  }
  /* 中：区分 */
  .tbl.tbl-fee td:nth-child(2),
  .tbl.tbl-fee th:nth-child(2) {
    width: 25%;
  }
  /* 右：金額 */
  .tbl.tbl-fee td:nth-child(3),
  .tbl.tbl-fee th:nth-child(3),
  .tbl.tbl-fee td:nth-child(4),
  .tbl.tbl-fee th:nth-child(4) {
    width: 35%;
  }
}
/*=== impo-php 重要事項説明書===*/
:root {
  --line: #222;
  --muted: #666;
  --bg: #fff;
  --head: #f3f3f3;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fafafa;
  color: #111;
  font-family: system-ui, -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.doc-im-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: min(1.6666666667vw, 18px) 0;
}
@media (max-width: 767px) {
  .doc-im-wrap {
    padding: min(4vw, 15px) min(2.6666666667vw, 10px);
  }
}

.doc-im-card {
  background: var(--bg);
  border: 1px solid #888;
  padding: 50px 18px;
}

/*重要事項説明書タイトル */
.doc-im-title {
  text-align: center;
  margin: 0 0 min(1.2962962963vw, 14px);
  font-size: min(2.037037037vw, 22px);
  line-height: 1.35;
  font-weight: 800;
}

/*===sp版のみ改行のspan用===*/
@media (max-width: 767px) {
  .doc-im-sp {
    display: block;
  }
}

.doc-im-inner-wrap {
  width: min(74.0740740741vw, 800px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .doc-im-inner-wrap {
    width: auto;
  }
}
.doc-im-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.h2 {
  margin: 22px 0 10px;
  padding: 10px 12px;
  border-left: 6px solid var(--line);
  background: var(--head);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.p {
  margin: 0 0 10px;
  font-size: 15px;
  font-size: min(1.3888888889vw, 15px);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.ul {
  margin: 0 0;
  padding-left: 1.2em;
}

.ul li {
  margin: 6px 0;
  font-size: min(1.3888888889vw, 15px);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .ul li {
    margin: min(1.6vw, 6px) 0;
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 10px 0 16px;
}

.doc-im-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.doc-im-table th,
.doc-im-table td {
  border: 2px solid var(--line);
  padding: min(0.9259259259vw, 10px);
  vertical-align: top;
  font-size: min(1.2962962963vw, 14px);
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .doc-im-table th,
  .doc-im-table td {
    font-size: min(3.2vw, 12px);
  }
}

.doc-im-table th {
  background: var(--head);
  text-align: left;
  font-weight: 800;
}

hr.sep {
  border: 0;
  border-top: 2px solid #ddd;
  margin: 16px 0;
}

@media (min-width: 768px) {
  .indent {
    text-indent: min(-1.8518518519vw, -20px) !important;
    padding-left: min(2.7777777778vw, 30px);
  }
}
@media (max-width: 767px) {
  .indent {
    text-indent: min(-2.6666666667vw, -10px) !important;
    padding-left: min(2.6666666667vw, 10px);
  }
}

@media (max-width: 768px) {
  .doc-im-card {
    padding: min(2.6666666667vw, 10px);
    border-width: 1px;
  }
  .doc-im-title {
    font-size: min(4.8vw, 18px);
    margin: min(3.7333333333vw, 14px) 0;
  }
  .h2 {
    font-size: min(4.2666666667vw, 16px);
    padding: min(2.1333333333vw, 8px) min(2.6666666667vw, 10px);
  }
  .p,
  .ul li {
    font-size: min(3.7333333333vw, 14px);
    font-size: min(3.4666666667vw, 13px);
    line-height: 1.6;
  }
  .doc-im-table th,
  .doc-im-table td {
    padding: min(1.6vw, 6px);
    font-size: min(3.2vw, 12px);
    line-height: 1.5;
    border-width: 1.5px;
  }
  /*==富里市1単位==*/
  .tomi-city {
    padding-left: min(6.6666666667vw, 25px);
  }
}
/*==ulの左寄せ==*/
.left-0 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .left-0 {
    padding-left: 0;
  }
}

/*margin-bottomをゼロに*/
.m-0 {
  margin-bottom: 0;
}

.m-20 {
  margin-bottom: 20px !important;
}

.ml-25 {
  padding-left: min(2.3148148148vw, 25px);
}
@media (max-width: 767px) {
  .ml-25 {
    padding-left: min(5.3333333333vw, 20px);
  }
}

@media (min-width: 768px) {
  .ml-20-pc {
    padding-left: min(1.8518518519vw, 20px);
  }
}

@media (min-width: 768px) {
  .ml-30-pc {
    padding-left: min(2.7777777778vw, 30px);
  }
}

@media (max-width: 767px) {
  .ml-30-sp {
    padding-left: min(8vw, 30px);
  }
}

@media (min-width: 768px) {
  .ml-40-pc {
    padding-left: min(3.7037037037vw, 40px);
  }
}

@media (max-width: 767px) {
  .ml-10 {
    padding-left: min(2.6666666667vw, 10px);
  }
}

.ml-80 {
  padding-left: min(7.4074074074vw, 80px);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ml-80 {
    margin-left: min(21.3333333333vw, 80px);
  }
}

.fwb {
  font-weight: bold;
}

.mb-20 {
  padding-left: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .mb-20 {
    padding-left: 10px;
  }
}

.li-m-0 {
  margin-bottom: 0 !important;
}

/* ==============================
  表の列幅チューニング
============================== */
/* 共通：1列目（左側）を少し細く */
.doc-im-table td:first-child {
  width: 26%;
}

/* 共通：2列目を広めに */
.doc-im-table td:nth-child(2) {
  width: 74%;
}

.table-chiba td:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .table-chiba td:first-child {
    width: 87% !important;
  }
}

/* ==============================
  【ご利用について】の表だけ調整
  （3列構成：左・中央を狭く）
============================== */
/* ご利用について セクション直下のテーブル */
#use-table .doc-im-table td:first-child {
  width: 32%; /* 左 */
}

#use-table .doc-im-table td:nth-child(2) {
  width: 18%; /* 中央 */
}

#use-table .doc-im-table td:nth-child(3) {
  width: 50%; /* 右（説明） */
}

/* ==============================
  SPでは少しだけバランス変更
============================== */
@media (max-width: 680px) {
  .doc-im-table td:first-child {
    width: 30%;
  }
  .doc-im-table td:nth-child(2) {
    width: 70%;
  }
  #use-table .doc-im-table td:first-child {
    width: 32%;
  }
  #use-table .doc-im-table td:nth-child(2) {
    width: 22%;
  }
  #use-table .doc-im-table td:nth-child(3) {
    width: 46%;
  }
}
/* =========================================
   #use-table 専用：SPだけ縦読み（PCは表のまま）
   ・.table-scroll には触らない
   ・他の .doc-im-table へ影響しない
========================================= */
/* PC（デフォルト）は今まで通り3カラム：何もしない */
/* SPだけ縦積み化 */
@media (max-width: 767px) {
  #use-table {
    /* 横スクロール不要にする（表を縦にするので） */
    overflow-x: visible;
  }
  #use-table .doc-im-table {
    table-layout: auto;
  }
  #use-table {
    /* 1行（tr）を箱として扱う */
  }
  #use-table .doc-im-table tr {
    display: block;
    border: 1px solid var(--line);
    margin: 10px 0;
    background: #fff;
  }
  #use-table {
    /* tdを縦に積む */
  }
  #use-table .doc-im-table td {
    display: block;
    width: 100% !important;
    border: none;
    border-top: 1px solid var(--line);
    padding: 8px;
    line-height: 1.6;
    color: #333;
  }
  #use-table {
    /* 先頭tdは上罫線いらない */
  }
  #use-table .doc-im-table td:first-child {
    border-top: none;
    background: #f5f0e5;
    font-weight: 700;
  }
  #use-table {
    /* 2列目（単位）を目立たせる */
  }
  #use-table .doc-im-table td:nth-child(2) {
    font-weight: 800;
    white-space: nowrap;
  }
  #use-table {
    /* 3列目（説明）は少し小さくして読みやすく */
  }
  #use-table .doc-im-table td:nth-child(3) {
    font-size: min(3.2vw, 12px);
    color: #222;
  }
}
/* 運営規程・重要事項ページだけヘッダーを非表示にする */
.page-id-47 .site-header,
.page-id-45 .site-header {
  display: none;
}

.pdf-view-page .pdf-frame-wrap {
  margin-top: 24px;
}
.pdf-view-page .pdf-frame {
  width: 100%;
  height: 80vh;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.pdf-view-page .pdf-back-wrap {
  margin: 16px 0 40px;
  text-align: center;
}
.pdf-view-page .btn-back {
  display: inline-block;
  padding: 0.8em 2.5em;
  border-radius: 999px;
  background: #0f3f8f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pdf-view-page .pdf-frame {
    height: 75vh;
  }
}

:root {
  --accent: #3b8c6e;
  --border: #999;
  --bg: #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.8;
  color: #333;
  background: var(--bg);
  font-size: 14px;
}
body .wrapper-kitei {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 16px 40px;
}
@media (max-width: 767px) {
  body .wrapper-kitei {
    padding: min(21.3333333333vw, 80px) min(4.2666666667vw, 16px) min(10.6666666667vw, 40px);
  }
}
body .wrapper-kitei h1 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 1.6em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body .wrapper-kitei .kitei-h1-pc {
    display: none;
  }
}
body .wrapper-kitei .kitei-h1-sp {
  width: min(80vw, 300px);
  font-size: min(6.4vw, 24px);
  margin: 0 auto 0;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  body .wrapper-kitei .kitei-h1-sp {
    display: none;
  }
}
body .wrapper-kitei .section-title {
  font-size: 1.1rem;
  margin: 2em 0 1em;
  padding-left: 0.7em;
  border-left: 4px solid var(--accent);
  font-weight: 700;
}
body .wrapper-kitei .article {
  margin-bottom: 1.5em;
}
body .wrapper-kitei .article-title {
  font-weight: 700;
  margin-bottom: 0.3em;
}
body .wrapper-kitei .article-title .label {
  margin-right: 0.4em;
}
body .wrapper-kitei .article-body p {
  margin: 0 0 0.4em;
  text-indent: 1em;
  overflow-wrap: anywhere; /* はみ出す文字（URL等）も必要なら折り返す */
  word-break: normal; /* 日本語を無理に break-all しない */
  line-break: strict; /* 日本語の禁則処理をきれいに */
}
@media (max-width: 767px) {
  body .wrapper-kitei .article-body p {
    font-size: min(3.4666666667vw, 13px);
  }
}
@media (max-width: 767px) {
  body .wrapper-kitei .article-body .touch {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body .wrapper-kitei .indent {
    text-indent: min(-1.8518518519vw, -20px) !important;
    padding-left: min(2.7777777778vw, 30px);
  }
}
@media (max-width: 767px) {
  body .wrapper-kitei .indent {
    text-indent: min(-4vw, -15px) !important;
    padding-left: min(4vw, 15px);
  }
}
body .wrapper-kitei .article-body p.no-indent {
  text-indent: 0;
}
body .wrapper-kitei .list {
  margin: 0.2em 0 0.6em 1.6em;
  padding: 0;
}
@media (max-width: 767px) {
  body .wrapper-kitei .list {
    margin-left: min(4vw, 15px);
  }
}
@media (max-width: 767px) {
  body .wrapper-kitei .eight-list {
    margin-left: min(2.6666666667vw, 10px);
  }
}
body .wrapper-kitei .list li {
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  body .wrapper-kitei .list li {
    font-size: min(3.4666666667vw, 13px);
  }
}
@media (max-width: 767px) {
  body .wrapper-kitei .keiyu {
    margin-left: min(42.6666666667vw, 160px);
  }
}
@media (max-width: 767px) {
  body .wrapper-kitei .left-30 {
    margin-left: min(8vw, 30px);
  }
}
body .wrapper-kitei {
  /* 第5条・第6条など、小見出し＋本文の2カラム用 */
}
body .wrapper-kitei .article-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 1.4em;
}
body .wrapper-kitei .article-table th,
body .wrapper-kitei .article-table td {
  padding: 0.5em 0.6em;
  vertical-align: top;
  word-break: break-word;
}
@media (max-width: 767px) {
  body .wrapper-kitei .article-table th,
  body .wrapper-kitei .article-table td {
    font-size: min(3.4666666667vw, 13px);
  }
}
body .wrapper-kitei .article-table th {
  width: 9em; /* 左の小見出しをやや広めに */
  text-align: left;
  white-space: nowrap;
}
body .wrapper-kitei {
  /* スマホ向け調整 */
}
@media (max-width: 480px) {
  body .wrapper-kitei body {
    font-size: 13px;
  }
  body .wrapper-kitei .wrapper {
    padding: 20px 12px 32px;
  }
  body .wrapper-kitei .article-table th {
    width: 7.5em;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  body .wrapper-kitei body {
    font-size: 16px;
  }
  body .wrapper-kitei .wrapper {
    padding: 32px 32px 48px;
  }
  body .wrapper-kitei h1 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.doc {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #333;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  box-sizing: border-box;
  background: #fff;
}

.doc-title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .doc-t-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .doc-t-sp {
    display: none;
  }
}

.doc-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.doc-heading {
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 4px solid #2b7a78;
  padding-left: 0.6rem;
  margin-bottom: 0.8rem;
}

.doc-subheading {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.2rem 0 0.4rem;
}

.doc-text {
  margin: 0.4rem 0;
}

/* 定義リスト（ラベル＋内容） */
.doc-def {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.doc-def-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.doc-def-row:first-child {
  border-top: none;
}

.doc-def-row dt,
.doc-def-row dd {
  padding: 0.6rem 0.8rem;
  margin: 0;
  box-sizing: border-box;
}

.doc-def-row dt {
  width: 32%;
  min-width: 120px;
  background: #f7f7f7;
  font-weight: 600;
}

.doc-def-row dd {
  flex: 1;
}

/* リスト */
.doc-list {
  padding-left: 1.2rem;
  margin: 0.4rem 0;
}

.doc-list li + li {
  margin-top: 0.2rem;
}

.doc-list.num {
  padding-left: 1.4rem;
}

/* テーブル共通 */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.6rem;
  font-size: 0.95rem;
}

.doc-table th,
.doc-table td {
  border: 1px solid #ddd;
  padding: 0.4rem 0.6rem;
  vertical-align: top;
}

.doc-table th {
  background: #f7f7f7;
  font-weight: 600;
  white-space: nowrap;
}

.doc-table--fee th,
.doc-table--fee td {
  font-size: 0.9rem;
}

.doc-table--complaint th {
  width: 60%;
}

.doc-table--confirm th {
  width: 40%;
}

.doc-table--contact th {
  text-align: center;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .doc {
    padding: 1.5rem 1rem 2.5rem;
  }
  .doc-title {
    font-size: 1.4rem;
  }
  .doc-def-row {
    display: block;
  }
  .doc-def-row dt {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .doc-def-row dd {
    width: 100%;
  }
  .doc-table,
  .doc-table th,
  .doc-table td {
    font-size: 0.9rem;
  }
}
/* =========================
   プライバシーポリシー
========================= */
.privacy-policy-container {
  max-width: 880px;
  margin: 40px auto 60px;
  padding: 32px 28px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  line-height: 1.9;
  color: #333;
}

/* タイトル */
.privacy-policy-container h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

/* 各項目見出し */
.privacy-policy-container h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #7fb38a; /* サイトのグリーン系 */
}

/* 文章 */
.privacy-policy-container p {
  font-size: 15px;
  margin-bottom: 12px;
}

/* 箇条書き */
.privacy-policy-container ul {
  margin: 12px 0 0 0;
  padding-left: 1.2em;
}

.privacy-policy-container ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

/* お問い合わせ枠 */
.privacy-policy-container .contact-info {
  margin-top: 28px;
  padding: 18px;
  background: #f6f9f6;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  font-size: 15px;
}

/* ホームに戻るボタン */
.home-btn {
  text-align: center;
  margin: 40px 0 20px;
}

.home-btn .home {
  display: inline-block;
  padding: 12px 28px;
  color: #666;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.3s;
}

.home-btn .home:hover {
  opacity: 0.85;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 767px) {
  .privacy-policy-container {
    margin: 24px 16px 48px;
    padding: 22px 18px;
  }
  .privacy-policy-container h2 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .privacy-policy-container h3 {
    font-size: 16px;
    margin: 24px 0 10px;
  }
  .privacy-policy-container p,
  .privacy-policy-container ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  .privacy-policy-container .contact-info {
    font-size: 14px;
    padding: 14px;
  }
  .home-btn .home {
    font-size: 13px;
    padding: 10px 24px;
  }
}/*# sourceMappingURL=style.css.map */