@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(32%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.35)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #fff;
}

/* =========================================================
   ヘッダー（南予接骨院）— PCはMVに重なる透過バー / SPは白固定バー
   ========================================================= */
@media (max-width: 767px) {
  body {
    padding-top: 5rem;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.8rem 1.9rem 0;
}
@media (max-width: 767px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1.5rem;
    height: 5rem;
  }
}

.l-header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35.8rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 17rem;
    margin-top: 0;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.l-header__row--bottom {
  gap: 0;
}

/* TEL */
.head-tel {
  position: relative;
  display: block;
  width: 31.4rem;
  height: 10rem;
  padding: 1.4rem 1.2rem 1rem 5.6rem;
  background: #e7ffef;
  border-radius: 0.4rem;
  color: #005a1f;
  text-decoration: none;
  overflow: hidden;
}
.head-tel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d0fbdf;
  clip-path: polygon(0 0, 100% 0, 49.4% 52%, 0 100%);
}

.head-tel__icon {
  position: absolute;
  left: 1.9rem;
  top: 3.9rem;
  width: 3.2rem;
  z-index: 1;
}
.head-tel__icon img {
  display: block;
  width: 100%;
}

.head-tel__body {
  position: relative;
  z-index: 1;
  display: block;
}

.head-tel__label {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.048rem;
}

.head-tel__num {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.12rem;
  margin: 0.2rem 0;
}

.head-tel__note {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.042rem;
}

/* LINE */
.head-line {
  position: relative;
  display: block;
  width: 18.6rem;
  height: 10rem;
  background: #06c755;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .head-line {
    width: 31.4rem;
  }
}
.head-line::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #fff;
}

.head-line__icon {
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 9.4rem;
}
@media (max-width: 767px) {
  .head-line__icon {
    left: 2.8rem;
  }
}
.head-line__icon img {
  display: block;
  width: 100%;
}

.head-line__body {
  position: absolute;
  left: 8.2rem;
  top: 0.9rem;
}
@media (max-width: 767px) {
  .head-line__body {
    left: 14rem;
    top: 1.3rem;
  }
}

.head-line__title {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.126rem;
}
@media (max-width: 767px) {
  .head-line__title {
    font-size: 5rem;
    letter-spacing: 0.15rem;
  }
}

.head-line__sub {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.054rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .head-line__sub {
    font-size: 2rem;
    letter-spacing: 0.06rem;
    margin-top: 0.8rem;
  }
}

.head-line--wide {
  width: 31.4rem;
}

.head-line--wide .head-line__icon {
  left: 2.8rem;
}

.head-line--wide .head-line__body {
  left: 14rem;
  top: 1.3rem;
}

.head-line--wide .head-line__title {
  font-size: 5rem;
  letter-spacing: 0.15rem;
}

.head-line--wide .head-line__sub {
  font-size: 2rem;
  letter-spacing: 0.06rem;
  margin-top: 0.8rem;
}

/* 住所 */
.head-address {
  width: 23.2rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #088c36;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.55;
  letter-spacing: 0.096rem;
}

/* アクセス */
.head-access {
  width: 26.8rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  background: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.048rem;
}

.head-access__train {
  width: 2.1rem;
  height: auto;
}

.head-access__car {
  width: 2.8rem;
  height: auto;
}

/* ハンバーガー（SPのみ） */
.l-header__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    background: #005A1F;
    border: none;
    cursor: pointer;
    position: relative;
  }
}
.l-header__hamburger span {
  display: block;
  width: 2.3rem;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger em {
  font-style: normal;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
}
.l-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
          transform: translateY(0.7rem) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
          transform: translateY(-0.7rem) rotate(-45deg);
}

/* SPドロワー */
.sp-drawer {
  display: none;
}
@media (max-width: 767px) {
  .sp-drawer {
    display: block;
    position: fixed;
    inset: 5rem 0 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 9890;
  }
  .sp-drawer.is-open {
    pointer-events: auto;
  }
}

/* =========================================================
   フッター（南予接骨院）
   ========================================================= */
.l-footer {
  position: relative;
  padding: 8rem 0 0;
  background: var(--footer-bg) center top/cover no-repeat, #eef5ec;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 13.2rem 0 0;
  }
}

.l-footer__clouds {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 133.6rem;
  height: 8.7rem;
  max-width: 96%;
}
@media (max-width: 767px) {
  .l-footer__clouds {
    top: 3.2rem;
    left: 2.5rem;
    -webkit-transform: none;
            transform: none;
    width: 19.9rem;
    height: 4.9rem;
    max-width: none;
  }
}

.l-footer__clouds-img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.l-footer__logo {
  display: inline-block;
  width: 24.9rem;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__info {
  max-width: 51rem;
  margin: 3rem auto;
}

.l-footer__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #005A1F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  text-align: left;
}
.l-footer__info-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7rem;
  font-weight: 700;
}
.l-footer__info-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .l-footer__info-row {
    font-size: 1.4rem;
  }
}

.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.l-footer__hours {
  width: 56rem;
  max-width: 100%;
}

.l-footer__insta {
  display: block;
  max-width: 73rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .l-footer__insta {
    max-width: 34.8rem;
  }
}
.l-footer__insta img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__town {
  margin-top: 5rem;
  line-height: 0;
}
.l-footer__town img {
  display: block;
  width: 100%;
  height: auto;
}

/* 地図（フッター下・全幅） */
.l-map {
  width: 100%;
  height: 45rem;
  line-height: 0;
}
.l-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .l-map {
    height: 30rem;
  }
}

/* コピーライト */
.l-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background: #088c36;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.2rem;
    padding: 2rem 2rem 8rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* =========================================================
   下層ページ共通（FV / セクション見出し / アコーディオン）
   ========================================================= */
.page-main {
  position: relative;
}

/* ---- 下層FV ---- */
.page-fv {
  position: relative;
  height: 51.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv {
    height: 24.8rem;
  }
}
.page-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background: #b8efcb;
}
@media (max-width: 767px) {
  .page-fv::after {
    height: 0.8rem;
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0 0 1.5rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-fv__bg {
    inset: 0 0 0.8rem;
  }
}
.page-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-fv__bg::after {
    background: rgba(0, 0, 0, 0.4);
  }
}

.page-fv__title {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.page-fv__ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 0.3rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page-fv__ja {
    font-size: 2.8rem;
  }
}

.page-fv__line {
  display: block;
  width: 64.8rem;
  max-width: 70%;
  margin: 2rem 0 1.95rem;
}
@media (max-width: 767px) {
  .page-fv__line {
    width: 28rem;
    margin: 1rem 0;
  }
}
.page-fv__line img {
  display: block;
  width: 100%;
}

.page-fv__en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.18rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page-fv__en {
    font-size: 1.8rem;
  }
}

/* ---- 共通セクション見出し（帯。奇数=家+木/リンゴの木+花、偶数=家と木セット） ---- */
.sec-head {
  position: relative;
  max-width: 127.4rem;
  margin: 6.6rem auto 0;
  scroll-margin-top: 16rem;
}
@media (max-width: 767px) {
  .sec-head {
    margin: 4rem 2rem 0;
    scroll-margin-top: 2rem;
  }
}

.sec-head__band {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.1rem;
  background: #f9f8f1;
  border-top: 3px solid #005a1f;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-head__band {
    height: 7rem;
  }
}
.sec-head__band::before, .sec-head__band::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f1eee0;
}
.sec-head__band::before {
  left: 0;
  clip-path: polygon(0 0, 33.75% 0, 100% 100%, 0 100%);
}
.sec-head__band::after {
  right: 0;
  clip-path: polygon(66.25% 0, 100% 0, 100% 100%, 0 100%);
}

.sec-head__title {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.24rem;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-head__title {
    font-size: 2.4rem;
  }
}

.sec-head__ill {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec-head__ill {
    display: none;
  }
}
.sec-head__ill img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-head__ill--house {
  left: 1.5rem;
  top: -2.1rem;
  width: 6.4rem;
}
@media (max-width: 767px) {
  .sec-head__ill--house {
    width: 3.2rem;
    top: 1rem;
    left: 0;
  }
}

.sec-head__ill--tree {
  left: 9rem;
  top: -0.3rem;
  width: 4.1rem;
}
@media (max-width: 767px) {
  .sec-head__ill--tree {
    width: 2rem;
    left: 4rem;
    top: 1rem;
  }
}

.sec-head__ill--apple {
  right: 0.9rem;
  bottom: 0;
  width: 6.4rem;
}
@media (max-width: 767px) {
  .sec-head__ill--apple {
    width: 3.2rem;
  }
}

.sec-head__ill--flower {
  right: 7.4rem;
  bottom: 0;
  width: 2.6rem;
}
@media (max-width: 767px) {
  .sec-head__ill--flower {
    width: 1.3rem;
    right: 4.7rem;
  }
}

.sec-head__ill--setl {
  left: 1.1rem;
  bottom: 0;
  width: 13.3rem;
}
@media (max-width: 767px) {
  .sec-head__ill--setl {
    width: 6rem;
  }
}

.sec-head__ill--setr {
  right: 0.6rem;
  top: -2.2rem;
  width: 11rem;
}
@media (max-width: 767px) {
  .sec-head__ill--setr {
    width: 5rem;
    top: 1rem;
  }
}

/* ---- アコーディオン（FAQ等）：painページのQ&Aと同じレイアウト ---- */
.accordion {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.accordion__item,
.faq__item {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 2.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .accordion__item,
  .faq__item {
    padding-top: 0;
  }
}

.accordion__q,
.faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 5.4rem;
  padding: 0 6rem 0 8.2rem;
  background: #d0fbdf;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion__q,
  .faq__q {
    padding: 0 5rem 0 6.6rem;
  }
}

.accordion__a,
.faq__a {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 1.6rem 2rem 1.6rem 0;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion__a,
  .faq__a {
    gap: 0;
    padding: 1.4rem 1rem 1.8rem;
  }
}

.accordion__item.is-open .accordion__a,
.faq__item.is-open .faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .accordion__item.is-open .accordion__a,
  .faq__item.is-open .faq__a {
    display: block;
  }
}

.accordion__mark,
.faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  background: #088c36;
  color: #fff;
  font-family: "Gill Sans", "Century Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}

.accordion__q .accordion__mark,
.faq__q .faq__mark {
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media (max-width: 767px) {
  .accordion__q .accordion__mark,
  .faq__q .faq__mark {
    top: 0;
    width: 4.8rem;
    height: 5.4rem;
  }
}

.accordion__mark--a,
.faq__mark--a {
  background: transparent;
  color: #005a1f;
}
@media (max-width: 767px) {
  .accordion__mark--a,
  .faq__mark--a {
    display: block;
    width: auto;
    height: auto;
    padding-left: 1rem;
    line-height: 1.4;
  }
}

.accordion__qtext,
.faq__qtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  color: #333;
}
@media (max-width: 767px) {
  .accordion__qtext,
  .faq__qtext {
    font-size: 1.6rem;
  }
}

.accordion__atext,
.faq__atext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 0.8rem;
  color: #333;
}
@media (max-width: 767px) {
  .accordion__atext,
  .faq__atext {
    font-size: 1.6rem;
    line-height: 2.1;
    padding-top: 0.4rem;
  }
}

.accordion__toggle,
.faq__toggle {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .accordion__toggle,
  .faq__toggle {
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.accordion__toggle::before, .accordion__toggle::after,
.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  background: #088c36;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.accordion__toggle::before,
.faq__toggle::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__toggle::after,
.faq__toggle::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.accordion__item.is-open .accordion__toggle::after,
.faq__item.is-open .faq__toggle::after {
  opacity: 0;
}

.page-faq__body {
  padding-bottom: 9rem;
}

.page-faq__lead {
  max-width: 92rem;
  margin: 6.6rem auto 4rem;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
  color: #333;
}
@media (max-width: 767px) {
  .page-faq__lead {
    margin-top: 4rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.page-staff__body {
  padding-bottom: 9rem;
}

.page-staff__intro {
  max-width: 100rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-staff__intro {
    margin-top: 4rem;
    text-align: left;
    font-size: 1.4rem;
  }
}

.staff-inner {
  margin: 6.6rem auto 0;
}
@media (max-width: 767px) {
  .staff-inner {
    margin-top: 4rem;
  }
}

/* 院長フィーチャー */
.staff-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 62.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 251, 223, 0.3)), to(rgba(208, 251, 223, 0.3))), url(../img/staff/staff-texture.webp) center/cover;
  background: linear-gradient(rgba(208, 251, 223, 0.3), rgba(208, 251, 223, 0.3)), url(../img/staff/staff-texture.webp) center/cover;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .staff-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
    min-height: 0;
    padding: 0 2rem 2.5rem;
  }
}

.staff-lead__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 50.4rem;
  height: 56.7rem;
}
@media (max-width: 767px) {
  .staff-lead__img {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 100%;
    height: auto;
    aspect-ratio: 504/567;
  }
}
.staff-lead__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-lead__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 0 4.5rem;
}
@media (max-width: 767px) {
  .staff-lead__body {
    padding: 0;
  }
}

.staff-lead__text {
  max-width: 70.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .staff-lead__text {
    max-width: none;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

/* スタッフグリッド（カード個別の背景色・隙間なし2列） */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 767px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 83.3rem;
  padding: 4.1rem 7.2rem 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 251, 223, 0.3)), to(rgba(208, 251, 223, 0.3))), url(../img/staff/staff-texture.webp) center/cover;
  background: linear-gradient(rgba(208, 251, 223, 0.3), rgba(208, 251, 223, 0.3)), url(../img/staff/staff-texture.webp) center/cover;
}
@media (max-width: 767px) {
  .staff-card {
    min-height: 0;
    padding: 3rem 2rem;
  }
}

.staff-card--beige {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 235, 0.4)), to(rgba(255, 247, 235, 0.4))), url(../img/staff/staff-texture.webp) center/cover;
  background: linear-gradient(rgba(255, 247, 235, 0.4), rgba(255, 247, 235, 0.4)), url(../img/staff/staff-texture.webp) center/cover;
}

.staff-card__img {
  width: 47.8rem;
  max-width: 100%;
  height: 43.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .staff-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 478/433;
  }
}
.staff-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 57.5rem;
  max-width: 100%;
  margin: 2.4rem 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
}
@media (max-width: 767px) {
  .staff-card__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* 名前（円バッジ＋氏名） */
.staff-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .staff-name {
    margin-top: 2rem;
  }
}

.staff-name__badge {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.9rem;
  height: 13.9rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 0.2rem dotted #088c36;
}
@media (max-width: 767px) {
  .staff-name__badge {
    width: 9rem;
    height: 9rem;
  }
}
.staff-name__badge::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border-radius: 50%;
  border: 0.2rem dotted #088c36;
}
@media (max-width: 767px) {
  .staff-name__badge::before {
    inset: 0.5rem;
  }
}

.staff-name__role {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.12rem;
  color: #005a1f;
}
@media (max-width: 767px) {
  .staff-name__role {
    font-size: 1rem;
  }
}

.staff-name__role--lead {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .staff-name__role--lead {
    font-size: 1.8rem;
  }
}

.staff-name__text {
  display: block;
}

.staff-name__ja {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.24rem;
  color: #005a1f;
}
@media (max-width: 767px) {
  .staff-name__ja {
    font-size: 2.6rem;
  }
}

.staff-name__en {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  color: #088c36;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .staff-name__en {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}

.page-menu__body {
  padding-bottom: 9rem;
}

.page-menu__intro,
.page-menu__lead {
  position: relative;
  max-width: 100rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .page-menu__intro,
  .page-menu__lead {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.page-menu__lead {
  margin-bottom: 1rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  max-width: 128rem;
  margin: 6.6rem auto 0;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 0 2rem;
  }
}

.menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.3rem;
  padding: 6.5rem 2rem 3rem;
  border: 2px solid #005a1f;
  background: #fff;
}
@media (max-width: 767px) {
  .menu-box {
    padding: 5rem 2rem 2rem;
  }
}

.menu-box__title {
  position: absolute;
  top: -3.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42.1rem;
  max-width: calc(100% - 2rem);
  min-height: 6.5rem;
  padding: 0.6rem 2rem;
  background: #005a1f;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-box__title {
    font-size: 1.8rem;
    min-height: 5rem;
    top: -2.5rem;
    width: 90%;
  }
}

.menu-box__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: -0.01em;
  color: #333;
}
@media (max-width: 767px) {
  .menu-box__text {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
  }
}

.menu-box--green {
  border-color: #088c36;
}

.menu-box--green .menu-box__title {
  background: #088c36;
}

.menu-box--bikara {
  border-color: #890e4f;
}

.menu-box--bikara .menu-box__title {
  background: #890e4f;
}

.menu-box__note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.93;
  color: #088c36;
}
@media (max-width: 767px) {
  .menu-box__note {
    letter-spacing: -0.04em;
  }
}

.menu-box__note-inline {
  font-size: 1.4rem;
}

.menu-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 28.9rem;
  max-width: 100%;
  height: 6.6rem;
  margin: 3.5rem auto 0;
  background: #fff;
  border: 2px solid #890e4f;
  color: #890e4f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.132rem;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: relative;
}
.menu-box__btn::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/menu/arrow-bikara.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .menu-box__btn:hover {
    opacity: 0.8;
  }
}

.menu-birds {
  position: absolute;
  top: 0;
  right: -9rem;
  width: 8.7rem;
}
@media (max-width: 767px) {
  .menu-birds {
    display: none;
  }
}
.menu-birds img {
  display: block;
  width: 100%;
  height: auto;
}

.page-menu__intro-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-menu__intro-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ご相談・ご予約 */
.menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9rem;
  max-width: 120rem;
  margin: 8rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .menu-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.menu-contact__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.19;
  color: #333;
}
@media (max-width: 767px) {
  .menu-contact__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.menu-contact__para {
  line-height: 1.5;
}

.menu-contact__lg {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .menu-contact__lg {
    font-size: 1.8rem;
  }
}

.menu-contact__para + .menu-contact__para {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .menu-contact__para + .menu-contact__para {
    margin-top: 2rem;
  }
}

.menu-contact__note {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.79;
  color: #088c36;
}
@media (max-width: 767px) {
  .menu-contact__note {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

.menu-contact__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.6rem;
}
@media (max-width: 767px) {
  .menu-contact__cta {
    gap: 2rem;
  }
}

.page-pain__body {
  padding-bottom: 9rem;
}

.page-pain__intro {
  max-width: 100rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-pain__intro {
    margin-top: 4rem;
  }
}

.page-pain__lead {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-pain__lead {
    font-size: 1.5rem;
  }
}

.page-pain__sub {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cfe3d3;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .page-pain__sub {
    font-size: 1.4rem;
  }
}

.pain-inner {
  max-width: 118rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .pain-inner {
    margin-top: 4rem;
  }
}

/* TROUBLE */
.trouble {
  max-width: 119.8rem;
  margin: 5rem auto 0;
  padding: 1.3rem 0;
  background: url(../img/pain/trouble-wood.webp) center/cover;
}
@media (max-width: 767px) {
  .trouble {
    margin-top: 4rem;
    padding: 1rem 0;
  }
}

.trouble__inner {
  position: relative;
  overflow: hidden;
  padding: 4rem 4rem 4.5rem;
  background: #b8efcb;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble__inner {
    padding: 3rem 2rem 3.5rem;
  }
}

.trouble__corner {
  position: absolute;
  top: 0;
  width: 34.4rem;
  height: 24.3rem;
  background: rgba(8, 140, 54, 0.14);
  pointer-events: none;
}
@media (max-width: 767px) {
  .trouble__corner {
    width: 16rem;
    height: 11rem;
  }
}

.trouble__corner--left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 44.62% 56.17%, 0 100%);
}

.trouble__corner--right {
  right: 0;
  clip-path: polygon(100% 0, 0 0, 55.38% 56.17%, 100% 100%);
}

.trouble__head {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.144rem;
  color: #000;
}
@media (max-width: 767px) {
  .trouble__head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.trouble__en {
  position: relative;
  margin-top: 0.5rem;
  font-family: "Gill Sans", "Century Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 0.3rem;
  color: #06c755;
}
@media (max-width: 767px) {
  .trouble__en {
    font-size: 3.4rem;
  }
}

.trouble__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
  max-width: 85.5rem;
  margin: 2.5rem auto 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 767px) {
  .trouble__list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 1.5rem;
  }
}

.trouble__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1rem 0.6rem;
  border-bottom: 1px solid #8ce5ae;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .trouble__item {
    font-size: 1.4rem;
  }
}
.trouble__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1.2' y='1.2' width='17.6' height='17.6' rx='3' fill='none' stroke='%23088c36' stroke-width='1.6'/%3E%3Cpath d='M5 10.3 L8.7 14 L15 5.8' fill='none' stroke='%23088c36' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.trouble__foot {
  position: relative;
  margin-top: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .trouble__foot {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* 緑見出しバー（奇数=#088C36 / 偶数=#005A1F、白罫線＋下向き三角） */
.pain-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
  margin-top: 7rem;
  background: #088c36;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.18rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pain-bar {
    height: auto;
    min-height: 6rem;
    padding: 1.2rem 2rem 1.5rem;
    font-size: 2rem;
    margin-top: 5rem;
    line-height: 1.5;
  }
}
.pain-bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6.35rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .pain-bar::before {
    top: auto;
    bottom: 1.1rem;
  }
}
.pain-bar::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1.2rem);
          transform: translate(-50%, -1.2rem);
  border-left: 5.37rem solid transparent;
  border-right: 5.37rem solid transparent;
  border-top: 3.6rem solid #088c36;
}
@media (max-width: 767px) {
  .pain-bar::after {
    border-left-width: 3.5rem;
    border-right-width: 3.5rem;
    border-top-width: 2.4rem;
    -webkit-transform: translate(-50%, -0.8rem);
            transform: translate(-50%, -0.8rem);
  }
}

.pain-bar--dark {
  background: #005a1f;
}

.pain-bar--dark::after {
  border-top-color: #005a1f;
}

.pain-text {
  margin-top: 3.5rem;
  font-size: 1.6rem;
  line-height: 2.19;
  text-align: center;
}
@media (max-width: 767px) {
  .pain-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.pain-text--left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}

.pain-note {
  display: inline-block;
  margin: 1rem 0;
  font-size: 1.3rem;
  color: #777;
}

/* 流れ（フラットなミント箱＋番号プレフィックス＋下向き矢印） */
.pain-flow {
  max-width: 86.4rem;
  margin: 3.5rem auto 0;
  list-style: none;
}

.pain-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.7rem;
  margin-bottom: 5.1rem;
  padding: 0 4.6rem;
  background: #e7ffef;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  color: #333;
}
@media (max-width: 767px) {
  .pain-flow__item {
    min-height: 5.4rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}

.pain-flow__item:last-child {
  margin-bottom: 0;
}

.pain-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 1.5rem);
          transform: translate(-50%, 1.5rem);
  border-left: 3.3rem solid transparent;
  border-right: 3.3rem solid transparent;
  border-top: 2.2rem solid #d0fbdf;
}
@media (max-width: 767px) {
  .pain-flow__item:not(:last-child)::after {
    border-left-width: 2.4rem;
    border-right-width: 2.4rem;
    border-top-width: 1.6rem;
    -webkit-transform: translate(-50%, 1.2rem);
            transform: translate(-50%, 1.2rem);
  }
}

.pain-flow__note {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pain-flow__note {
    font-size: 1.4rem;
  }
}

/* よくあるご質問（オープン表示） */
.pain-qa {
  margin-top: 3.5rem;
}

.pain-qa__item {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 2.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .pain-qa__item {
    padding-top: 0;
  }
}

.pain-qa__q,
.pain-qa__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.pain-qa__q {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.4rem;
  padding: 0 6rem 0 8.2rem;
  background: #d0fbdf;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pain-qa__q {
    padding: 0 5rem 0 6.6rem;
  }
}
.pain-qa__q::before, .pain-qa__q::after {
  content: "";
  position: absolute;
  background: #088c36;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.pain-qa__q::before {
  right: 2rem;
  top: calc(50% - 1px);
  width: 2rem;
  height: 2px;
}
@media (max-width: 767px) {
  .pain-qa__q::before {
    right: 1rem;
  }
}
.pain-qa__q::after {
  right: calc(3rem - 1px);
  top: calc(50% - 1rem);
  width: 2px;
  height: 2rem;
}
@media (max-width: 767px) {
  .pain-qa__q::after {
    right: calc(2rem - 1px);
  }
}

.pain-qa__a {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 1.6rem 2rem 1.6rem 0;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pain-qa__a {
    gap: 0;
    padding: 1.4rem 1rem 1.8rem;
  }
}

.pain-qa__item.is-open .pain-qa__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pain-qa__item.is-open .pain-qa__a {
    display: block;
  }
}

.pain-qa__item.is-open .pain-qa__q::after {
  opacity: 0;
}

.pain-qa__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  background: #088c36;
  color: #fff;
  font-family: "Gill Sans", "Century Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}

.pain-qa__q .pain-qa__badge {
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media (max-width: 767px) {
  .pain-qa__q .pain-qa__badge {
    top: 0;
    width: 4.8rem;
    height: 5.4rem;
  }
}

.pain-qa__badge--a {
  background: transparent;
  color: #005a1f;
}
@media (max-width: 767px) {
  .pain-qa__badge--a {
    display: block;
    width: auto;
    height: auto;
    padding-left: 1rem;
    line-height: 1.4;
  }
}

.pain-qa__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .pain-qa__text {
    font-size: 1.6rem;
    line-height: 2.1;
    padding-top: 0.4rem;
  }
}

.pain-qa__q .pain-qa__text {
  padding-top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .pain-qa__q .pain-qa__text {
    font-size: 1.6rem;
  }
}

.pain-qa .more-btn {
  margin: 4rem auto 0;
}

.page-school__body {
  padding-bottom: 9rem;
}

.page-school__intro {
  position: relative;
  max-width: 120rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-school__intro {
    margin-top: 4rem;
  }
}

.page-school__intro-text {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-school__intro-text {
    text-align: left;
    font-size: 1.4rem;
  }
}

.page-school__accent {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #088c36;
}

.school-birds {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 8.7rem;
}
@media (max-width: 767px) {
  .school-birds {
    display: none;
  }
}
.school-birds img {
  display: block;
  width: 100%;
  height: auto;
}

.page-school__welcome {
  margin-top: 6.6rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-school__welcome {
    margin-top: 4rem;
  }
}

.page-school__welcome .trouble {
  margin-top: 0;
}

.page-clinic__body {
  padding-bottom: 9rem;
}

/* ごあいさつ */
.clinic-greeting {
  position: relative;
  z-index: 1;
  max-width: 100rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-greeting {
    margin-top: 2rem;
    text-align: left;
  }
}

.clinic-birds {
  position: absolute;
  top: 1.1rem;
  right: -3rem;
  width: 8.7rem;
}
@media (max-width: 767px) {
  .clinic-birds {
    display: none;
  }
}
.clinic-birds img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-greeting__line {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
  color: #333;
}
@media (max-width: 767px) {
  .clinic-greeting__line {
    font-size: 1.4rem;
  }
}

.clinic-greeting__line--lead {
  color: #088c36;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .clinic-greeting__line--lead {
    font-size: 1.7rem;
  }
}

.clinic-greeting__band {
  position: relative;
  margin-top: -6.8rem;
  height: 21.7rem;
  margin-bottom: 32.6rem;
  background: #e7ffef;
}
@media (max-width: 767px) {
  .clinic-greeting__band {
    margin-top: 2rem;
    height: auto;
    margin-bottom: 0;
    padding: 2rem;
  }
}

.clinic-greeting__imgs {
  position: absolute;
  top: 10.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 3.1rem;
  width: min(97.3rem, 100% - 4rem);
}
@media (max-width: 767px) {
  .clinic-greeting__imgs {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.clinic-greeting__img {
  display: block;
  width: calc(50% - 1.55rem);
  height: auto;
}
@media (max-width: 767px) {
  .clinic-greeting__img {
    width: 100%;
  }
}

/* 施術の流れ */
.clinic-flow {
  max-width: 120rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem 1.8rem;
}
@media (max-width: 767px) {
  .clinic-flow {
    margin-top: 4rem;
  }
}

.flow-step {
  position: relative;
  max-width: 118.4rem;
  /*min-height: 35.8rem; 右側写真なし*/
  margin: 0 auto 5.9rem;
  padding: 5.2rem 44rem 3rem 11.4rem;
  background: #f3fff7;
  border: 1px solid #088c36;
}
@media (max-width: 767px) {
  .flow-step {
    min-height: 0;
    padding: 2rem;
    margin-bottom: 3rem;
  }
}

.flow-step__body {
  position: static;
}
@media (max-width: 767px) {
  .flow-step__body {
    position: relative;
  }
}

.flow-step__no {
  position: absolute;
  left: 3rem;
  top: 2.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 0.96;
  color: #088c36;
  letter-spacing: 0.288rem;
}
@media (max-width: 767px) {
  .flow-step__no {
    position: static;
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

.flow-step__no-label {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .flow-step__no-label {
    display: inline;
    margin-right: 0.8rem;
    font-size: 1.8rem;
  }
}

.flow-step__texts {
  position: relative;
}

.flow-step__texts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.38;
  letter-spacing: 0.096rem;
  color: #333;
}
@media (max-width: 767px) {
  .flow-step__texts p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.flow-step__texts p:first-child {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .flow-step__texts p:first-child {
    font-size: 1.6rem;
  }
}
/*.flow-step__texts p:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2.9rem);
  width: 70.7rem;
  max-width: 100%;
  height: 1px;
  background: #005a1f;
}*/

.flow-step__texts p + p {
  margin-top: 5.1rem;
}
@media (max-width: 767px) {
  .flow-step__texts p + p {
    margin-top: 3.5rem;
  }
}

.flow-step__img {
  position: absolute;
  right: 1.9rem;
  top: 1.6rem;
  width: 38.5rem;
  height: 32.5rem;
}
@media (max-width: 767px) {
  .flow-step__img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 4rem;
  }
}
.flow-step__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .flow-step__img img {
    height: auto;
  }
}

/* 注意事項 */
.clinic-note {
  position: relative;
  max-width: 100rem;
  margin: 6.6rem auto 0;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-note {
    text-align: left;
    margin-top: 2rem;
  }
}

.clinic-note__line {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
  color: #333;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .clinic-note__line {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.clinic-note__line:last-child {
  margin-bottom: 0;
}

.clinic-note__line--lead {
  color: #088c36;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .clinic-note__line--lead {
    font-size: 1.7rem;
  }
}

/* 当院概要 */
.clinic-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 128rem;
  margin: 9.9rem auto 0;
  padding: 0 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .clinic-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    margin-top: 4rem;
  }
}

.clinic-overview__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .clinic-overview__info {
    width: 100%;
  }
}

.clinic-overview__hours .hours {
  width: 100%;
}
@media (max-width: 767px) {
  .clinic-overview__hours .hours {
    max-width: calc(100vw - 4rem);
  }
}

@media (max-width: 767px) {
  .clinic-overview__hours .hours__table {
    table-layout: fixed;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clinic-overview__hours .hours__corner {
    width: 5.5rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 767px) {
  .clinic-overview__hours .hours__table th,
  .clinic-overview__hours .hours__table td {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
}

@media (max-width: 767px) {
  .clinic-overview__hours .hours__table tbody th {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
}

.clinic-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1.4rem 0.5rem;
  border-bottom: 1px solid #d8e2d8;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .clinic-overview__row {
    font-size: 1.4rem;
    gap: 1.2rem;
    padding: 1.2rem 0.2rem;
  }
}
.clinic-overview__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .clinic-overview__row dt {
    width: 7rem;
  }
}

.clinic-overview__hours {
  margin-top: 2.5rem;
}

.clinic-overview__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60rem;
  height: 49rem;
}
@media (max-width: 767px) {
  .clinic-overview__map {
    width: 100%;
    height: 32rem;
  }
}
.clinic-overview__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 施術内容（保険） */
.clinic-hoken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .clinic-hoken {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 0 2rem;
  }
}

.clinic-hoken__main {
  /*width: 62.5rem;*/
  max-width: 128rem;
  -ms-flex-negative: 0;
      /*flex-shrink: 0;*/
}
@media (max-width: 767px) {
  .clinic-hoken__main {
    width: 100%;
  }
}

.clinic-hoken__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60.4rem;
  margin-top: 8.9rem;
}
@media (max-width: 767px) {
  .clinic-hoken__img {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
.clinic-hoken__img img {
  display: block;
  width: 100%;
  height: auto;
}

.hoken-block {
  margin-bottom: 1rem;
}

.hoken-block--ng {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .hoken-block--ng {
    margin-top: 2rem;
  }
}

.hoken-block__title {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #088c36;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .hoken-block__title {
    font-size: 1.8rem;
  }
}
.hoken-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.7rem;
  height: 2.2rem;
  background: #088c36;
}

.hoken-block__text {
  font-size: 1.5rem;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .hoken-block__text {
    font-size: 1.3rem;
  }
}

.clinic-readgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem;
  max-width: 128rem;
  margin: 13.2rem auto 0;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .clinic-readgrid {
    grid-template-columns: 1fr;
    gap: 6rem;
    padding: 0 2rem;
    margin-top: 5rem;
  }
}

.clinic-read-box {
  border: 2px solid #005a1f;
  border-radius: 0;
  margin-top: 4.2rem;
  padding: 7rem 3.6rem 3rem;
}

.clinic-read-box .menu-box__title {
  top: -4.2rem;
  width: 42.1rem;
  max-width: 90%;
  height: 8.3rem;
  background: #005a1f;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .clinic-read-box .menu-box__title {
    font-size: 2.2rem;
    height: 6rem;
    top: -3rem;
  }
}

.clinic-read-box .menu-box__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  color: #333;
}
@media (max-width: 767px) {
  .clinic-read-box .menu-box__text {
    font-size: 1.4rem;
  }
}

.clinic-readbox__illust {
  display: block;
  margin: 0 auto 2rem;
  text-align: center;
}
.clinic-readbox__illust img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* 系列店の紹介（Bikara） */
.clinic-bikara__text {
  max-width: 100rem;
  margin: 4.9rem auto 0;
  padding: 0 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.096rem;
}
@media (max-width: 767px) {
  .clinic-bikara__text {
    font-size: 1.4rem;
  }
}

.clinic-bikara__banner {
  display: block;
  max-width: 82rem;
  margin: 5.5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .clinic-bikara__banner {
    max-width: 37.5rem;
  }
}
.clinic-bikara__banner {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.clinic-bikara__banner:hover {
  opacity: 0.88;
}
.clinic-bikara__banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   分岐ゲート（トップに重なる入口オーバーレイ）
   ========================================================= */
body.has-branch-gate {
  overflow: hidden;
}

body.has-branch-gate .l-header {
  display: none;
}

.branch-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.branch-gate.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.branch-gate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100dvh;
}
@media (max-width: 767px) {
  .branch-gate__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.branch-gate__col {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .branch-gate__col {
    height: 33.3333333333dvh;
  }
}
.branch-gate__col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  z-index: 1;
}
@media (min-width: 768px) {
  .branch-gate__col:hover::after {
    background: rgba(0, 0, 0, 0.45);
  }
  .branch-gate__col:hover .branch-gate__bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .branch-gate__col:hover .branch-gate__enter-circle {
    background: rgba(255, 255, 255, 0.18);
  }
  .branch-gate__col:hover .branch-gate__enter-circle::before {
    width: 9.7rem;
  }
  .branch-gate__col:hover .branch-gate__enter-circle::after {
    left: calc(50% + 9.7rem);
  }
}

.branch-gate__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.branch-gate__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.branch-gate__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.branch-gate__logo {
  position: absolute;
  top: 5.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .branch-gate__logo {
    top: 2.4rem;
  }
}
.branch-gate__logo img {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.branch-gate__logo--seikotsu img {
  height: 5.1rem;
}
@media (max-width: 767px) {
  .branch-gate__logo--seikotsu img {
    height: 3.6rem;
  }
}

.branch-gate__logo--biyou img {
  height: 7.8rem;
}
@media (max-width: 767px) {
  .branch-gate__logo--biyou img {
    height: 5rem;
  }
}

.branch-gate__title {
  position: absolute;
  top: 5.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.24rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch-gate__title {
    top: 3rem;
    font-size: 2.8rem;
  }
}

.branch-gate__lead {
  position: absolute;
  top: 40%;
  left: 2.3rem;
  right: 2.3rem;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.108rem;
}
@media (max-width: 767px) {
  .branch-gate__lead {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2rem;
    right: 2rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    white-space: nowrap;
    line-height: 2;
  }
}
.branch-gate__lead .strong {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .branch-gate__lead .strong {
    font-size: 1.6rem;
  }
}

.branch-gate__enter {
  position: absolute;
  right: 7rem;
  bottom: 5.4rem;
  display: block;
  width: 6.9rem;
}
@media (max-width: 767px) {
  .branch-gate__enter {
    right: 4rem;
    bottom: 2.4rem;
    width: 5.4rem;
  }
}

.branch-gate__enter-circle {
  position: relative;
  display: block;
  width: 6.9rem;
  height: 6.9rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (max-width: 767px) {
  .branch-gate__enter-circle {
    width: 4rem;
    height: 4rem;
  }
}
.branch-gate__enter-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.55rem;
  height: 2px;
  background: #06c755;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.branch-gate__enter-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 4.55rem);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #06c755;
  border-right: 2px solid #06c755;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
  -webkit-transition: left 0.35s ease;
  transition: left 0.35s ease;
}

.branch-gate__enter-text {
  position: absolute;
  right: -1.2rem;
  bottom: -2rem;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.072rem;
  white-space: nowrap;
}

/* =========================================================
   トップページ（南予接骨院）
   ========================================================= */
/* ---------- MV（フェードスライダー） ---------- */
.mv {
  position: relative;
  width: 100%;
}

.mv__slider,
.mv__slide {
  height: 91.1rem;
}
@media (max-width: 767px) {
  .mv__slider,
  .mv__slide {
    height: 71.3rem;
  }
}

.mv__slider {
  width: 100%;
}

.mv__slide {
  display: grid;
  width: 100%;
}
@media (max-width: 767px) {
  .mv__slide {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .mv__slide .mv__photo {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}
@media (max-width: 767px) {
  .mv__slide .mv__photo:nth-child(n+3) {
    display: none;
  }
}

.mv__slide--1 {
  grid-template-columns: 963fr 477fr;
  grid-template-rows: 1fr 1fr;
}
.mv__slide--1 .mv__photo:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.mv__slide--1 .mv__photo:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.mv__slide--1 .mv__photo:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.mv__slide--2 {
  grid-template-columns: 480fr 960fr;
  grid-template-rows: 1fr 1fr;
}
.mv__slide--2 .mv__photo:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.mv__slide--2 .mv__photo:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.mv__slide--2 .mv__photo:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}

.mv__slide--3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
}

.mv__photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.mv__title {
  position: absolute;
  top: 40rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mv__title {
    top: 28.3rem;
  }
}

.mv__catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.384rem;
  white-space: nowrap;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .mv__catch {
    white-space: normal;
    line-height: 1.38;
  }
}

.mv__catch-l {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .mv__catch-l {
    font-size: 5rem;
  }
}

.mv__catch-s {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .mv__catch-s {
    font-size: 5rem;
  }
}

.mv__underline {
  display: block;
  width: 64.8rem;
  margin: 0.6rem auto 0;
}
@media (max-width: 767px) {
  .mv__underline {
    width: 33.5rem;
    margin-top: 1.5rem;
  }
}
.mv__underline img {
  display: block;
  width: 100%;
}

.mv__stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 1.5rem;
  background: #b8efcb;
}
@media (max-width: 767px) {
  .mv__stripe {
    height: 0.8rem;
  }
}

/* ---------- SPのみ: MV直下の住所・アクセス帯 ---------- */
.sp-addr-band {
  display: none;
}
@media (max-width: 767px) {
  .sp-addr-band {
    display: block;
  }
}

.sp-addr-band__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.5rem;
  background: #088c36;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.55;
  letter-spacing: 0.096rem;
  text-align: center;
}

.sp-addr-band__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  height: 5.5rem;
  background: #e7ffef;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .sp-addr-band__access {
    background: #fff;
  }
}

.sp-addr-band__train {
  width: 2.1rem;
  height: auto;
}

.sp-addr-band__car {
  width: 2.8rem;
  height: auto;
}

/* ---------- グローバルナビ ---------- */
.global-nav--bar {
  position: relative;
  background: #088c36;
  overflow: hidden;
}

@media (min-width: 768px) {
  .main .global-nav--bar {
    position: sticky;
    top: 0;
    z-index: 90;
  }
}

@media (max-width: 767px) {
  .global-nav--bar {
    display: none;
  }
}
.global-nav--bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--nav-texture) center/cover no-repeat;
  opacity: 0.2;
}

.global-nav__list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 144rem;
  height: 14.6rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.global-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.global-nav__item + .global-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.5);
}

.global-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .global-nav__link:hover {
    opacity: 0.75;
  }
}

.global-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.8rem;
}
.global-nav__icon img {
  display: block;
  width: auto;
  height: 100%;
}

.global-nav__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.108rem;
}

.global-nav__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.096rem;
}

/* ドロワー内（SP） */
@media (max-width: 767px) {
  .sp-drawer.is-open .global-nav--drawer {
    clip-path: inset(0 0 0 0);
  }
}

.global-nav--drawer {
  background: transparent;
}
.global-nav--drawer::before {
  display: none;
}
@media (max-width: 767px) {
  .global-nav--drawer {
    height: 100%;
    background: #088c36;
    overflow-y: auto;
    pointer-events: auto;
    clip-path: inset(0 0 0 100%);
    -webkit-transition: clip-path 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition: clip-path 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  }
}
.global-nav--drawer .global-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  max-width: none;
  padding: 1rem 0 4rem;
}
.global-nav--drawer .global-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.global-nav--drawer .global-nav__item::before {
  display: none;
}
.global-nav--drawer .global-nav__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
  height: 6.4rem;
  padding: 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.global-nav--drawer .global-nav__icon {
  width: 2.8rem;
  height: 2.8rem;
}
.global-nav--drawer .global-nav__ja {
  font-size: 1.8rem;
}
.global-nav--drawer .global-nav__en {
  margin-left: auto;
  opacity: 0.7;
  font-size: 1.2rem;
}

/* ---------- 共通：英字見出し ---------- */
.sec-en {
  font-family: "Gill Sans MT", "Gill Sans", "Century Gothic", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #088c36;
  line-height: 1;
}
.sec-en .c1 {
  color: #005a1f;
}

/* ---------- 共通：セクションロゴ見出し（グレー文字＋一文字ずつ擬似要素で上部1/3に色を重ねる） ---------- */
.sec-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gill Sans MT", "Gill Sans", "Century Gothic", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13.6rem;
  line-height: 1;
  color: #bdbebe;
}
.sec-logo span {
  position: relative;
}
.sec-logo span::before {
  content: attr(data-char);
  position: absolute;
  inset: 0;
  color: var(--lc, transparent);
  clip-path: inset(0 0 60% 0);
}

.sec-logo--feature {
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .sec-logo--feature {
    font-size: 4.5rem;
    gap: 1.3rem;
  }
}
.sec-logo--feature span:nth-child(1) {
  --lc: #92ba5a;
}
.sec-logo--feature span:nth-child(2) {
  --lc: #747dbb;
}
.sec-logo--feature span:nth-child(3) {
  --lc: #c0b348;
}
.sec-logo--feature span:nth-child(4) {
  --lc: #5a9db8;
}
.sec-logo--feature span:nth-child(5) {
  --lc: #d27a65;
}
.sec-logo--feature span:nth-child(6) {
  --lc: #e1a35a;
}
.sec-logo--feature span:nth-child(7) {
  --lc: #d67998;
}

.sec-logo--treatment {
  gap: 3.7rem;
}
@media (max-width: 767px) {
  .sec-logo--treatment {
    font-size: 5rem;
    gap: 1rem;
  }
}
.sec-logo--treatment span:nth-child(-n+5) {
  --lc: #b8efcb;
}
.sec-logo--treatment span:nth-child(n+6) {
  --lc: #92ba5a;
}

.sec-logo--faq {
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .sec-logo--faq {
    font-size: 6.8rem;
    gap: 1.7rem;
  }
}
.sec-logo--faq span:nth-child(odd) {
  --lc: #5a9db8;
}
.sec-logo--faq span:nth-child(2) {
  --lc: #d67998;
}

/* ---------- 共通：MOREボタン（白地・緑枠） ---------- */
.more-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37rem;
  max-width: 100%;
  height: 6.6rem;
}
@media (max-width: 767px) {
  .more-btn {
    width: 31.5rem;
  }
}
.more-btn {
  background: #fff;
  border: 2px solid #088c36;
  text-decoration: none;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.more-btn::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #088c36;
  -webkit-transition: border-bottom-color 0.25s ease;
  transition: border-bottom-color 0.25s ease;
}
@media (min-width: 768px) {
  .more-btn:hover {
    background: #088c36;
  }
  .more-btn:hover .more-btn__text {
    color: #fff;
  }
  .more-btn:hover::after {
    border-bottom-color: #fff;
  }
}

.more-btn__text {
  font-family: "Gill Sans MT", "Gill Sans", "Century Gothic", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.132rem;
  color: #005a1f;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

/* ---------- NEWS / INFORMATION / ACCESS ---------- */
.info-row {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fffdf0), color-stop(50%, #fff7eb));
  background: linear-gradient(90deg, #fffdf0 50%, #fff7eb 50%);
  padding: 5.7rem 0 23.7rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 23.1rem), 0 100%);
}
@media (max-width: 767px) {
  .info-row {
    background: #fff7eb;
    padding: 5.6rem 0 16.4rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 9.4rem), 0 100%);
  }
}

.info-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info-row__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
    gap: 4rem;
  }
}

.info-col--left {
  width: 50%;
}
@media (max-width: 767px) {
  .info-col--left {
    width: auto;
    background: #fffdf0;
    margin: -5.6rem -2rem 0;
    padding: 5.6rem 2rem 5rem;
  }
}

.info-col--right {
  width: 50%;
}
@media (max-width: 767px) {
  .info-col--right {
    width: 100%;
  }
}

.news__title,
.information__title,
.access__title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .news__title,
  .information__title,
  .access__title {
    font-size: 4rem;
    margin-bottom: 1.7rem;
  }
}

.information {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .information {
    margin-top: 6.2rem;
  }
}

.news__list {
  background: #fff;
  width: 60.2rem;
  max-width: 100%;
  height: 27.5rem;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0.6rem 3.6rem;
}
.news__list::-webkit-scrollbar {
  width: 0.9rem;
}
.news__list::-webkit-scrollbar-track {
  background: transparent;
}
.news__list::-webkit-scrollbar-thumb {
  background: #d0fbdf;
  border: 0.3rem solid #fff;
}

.news__item {
  display: block;
  padding: 1.6rem 0;
  border-bottom: 1px dashed #a5a5a5;
  text-decoration: none;
  color: #333;
}
.news__item:last-child {
  border-bottom: none;
}

.news__date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #088c36;
  margin-bottom: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.news__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.hours {
  width: 56rem;
  max-width: 100%;
  margin: 0 auto;
}

.information .hours,
.access .hours {
  margin: 0 auto;
}

.hours__table {
  width: 100%;
  border-collapse: collapse;
  background: #088c36;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .hours__table {
    table-layout: fixed;
  }
}

.hours__table th,
.hours__table td {
  padding: 0.7rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .hours__table th,
  .hours__table td {
    padding: 0.6rem 0;
    font-size: 1.3rem;
  }
}

.hours__table thead th {
  border-bottom: 1px solid #fff;
}

.hours__table tbody th {
  text-align: left;
  padding-left: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hours__table tbody th {
    padding-left: 0.8rem;
    font-size: 1.1rem;
  }
}
.hours__table tbody th {
  font-size: 1.5rem;
}

.hours__corner {
  text-align: left;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .hours__corner {
    width: 8rem;
    padding-left: 0.8rem;
  }
}

.hours__note {
  font-size: 1.6rem;
  margin-top: 0.6rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .hours__note {
    font-size: 1.4rem;
  }
}

.access__addr {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .access__addr {
    margin-bottom: 3rem;
  }
}

.access__map {
  width: 60.7rem;
  max-width: 100%;
  height: 35.1rem;
  margin: 0 auto 2.4rem;
}
@media (max-width: 767px) {
  .access__map {
    width: 33.5rem;
    height: 25.3rem;
    margin-bottom: 2.8rem;
  }
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.access__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  width: 26.8rem;
  max-width: 100%;
  height: 5.5rem;
  margin: 0 auto 3.2rem;
  background: #e7ffef;
}
@media (max-width: 767px) {
  .access__bar {
    margin-bottom: 4.5rem;
  }
}
.access__bar {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.access__train {
  width: 2.1rem;
  height: auto;
}

.access__car {
  width: 2.8rem;
  height: auto;
}

.access .more-btn {
  margin: 0 auto;
}

/* ---------- FEATURE ---------- */
.feature {
  position: relative;
  margin-top: -23.7rem;
  padding: 6.8rem 0 2.1rem;
  background: url(../img/top/feature-bg.webp) center 0/auto 81.2rem no-repeat, url(../img/top/feature-bg.webp) center 81.2rem/auto 81.2rem no-repeat, url(../img/top/feature-bg.webp) center 173.9rem/auto 81.2rem no-repeat, url(../img/top/feature-bg.webp) center 255.1rem/auto 81.2rem no-repeat, #fff;
}
@media (max-width: 767px) {
  .feature {
    margin-top: -9.4rem;
    padding: 5.2rem 0 1.3rem;
  }
}
.feature::before {
  content: "";
  position: absolute;
  top: 85.6rem;
  left: 0;
  width: 100%;
  height: 108rem;
  background: radial-gradient(circle, #f5e9c6 0.2rem, transparent 0.21rem) 0 0/1.27rem 1.27rem, #f5f4ea;
  clip-path: polygon(0 30.8%, 100% 3.9%, 100% 98%, 0 84.9%);
}
@media (max-width: 767px) {
  .feature::before {
    top: 107.3rem;
    height: 81.4rem;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 86.7%);
  }
}

.feature__head {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 10.6rem;
}
@media (max-width: 767px) {
  .feature__head {
    margin-bottom: 8.5rem;
  }
}

.feature__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.48rem;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .feature__title {
    font-size: 2.6rem;
    margin-top: 1.2rem;
  }
}

.feature__line {
  display: block;
  width: 28.6rem;
  max-width: 70%;
  margin: 1.6rem auto 0;
}
.feature__line img {
  width: 100%;
}

.feature-block {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
}

.feature-block--01 {
  --c: #088c36;
  --cl: #b8efcb;
  height: 60.1rem;
  margin-bottom: 11.8rem;
}
@media (max-width: 767px) {
  .feature-block--01 {
    height: auto;
    margin-bottom: 7.5rem;
    padding-bottom: 30.2rem;
  }
}

.feature-block--02 {
  --c: #747dbb;
  --cl: #babfe1;
  height: 56.4rem;
  margin-bottom: 17.5rem;
}
@media (max-width: 767px) {
  .feature-block--02 {
    height: auto;
    margin-bottom: 4rem;
    padding-bottom: 21.5rem;
  }
}

.feature-block--03 {
  --c: #c0b348;
  --cl: #f1e68e;
  height: 67.8rem;
}
@media (max-width: 767px) {
  .feature-block--03 {
    height: auto;
    padding-bottom: 31rem;
  }
}

.feature-block__images,
.feature-block__body {
  position: static;
}
@media (max-width: 767px) {
  .feature-block__images,
  .feature-block__body {
    display: contents;
  }
}

.feature-block__main {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 66.7rem;
  height: 40.8rem;
}
@media (max-width: 767px) {
  .feature-block__main {
    position: static;
    width: 100%;
    height: 22.9rem;
  }
}
.feature-block__main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-block--02 .feature-block__main {
  left: auto;
  right: 0;
}

.feature-block__sub {
  position: absolute;
  display: block;
  overflow: hidden;
}
.feature-block__sub img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-block__sub--a {
  left: 71.9rem;
  top: 36.1rem;
  width: 27.1rem;
  height: 18.6rem;
}
@media (max-width: 767px) {
  .feature-block__sub--a {
    left: 0.7rem;
    top: auto;
    bottom: 14.4rem;
    width: 15.2rem;
    height: 10.4rem;
  }
}

.feature-block__sub--b {
  left: 101.1rem;
  top: 30.7rem;
  width: 35rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .feature-block__sub--b {
    left: auto;
    right: 0.8rem;
    top: auto;
    bottom: 14.4rem;
    width: 19.6rem;
    height: 13.4rem;
  }
}

.feature-block--02 .feature-block__sub--a {
  left: 44.8rem;
  top: 37.3rem;
  height: 19.1rem;
}
@media (max-width: 767px) {
  .feature-block--02 .feature-block__sub--a {
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 5.7rem;
    width: 15.2rem;
    height: 10.7rem;
  }
}

.feature-block--02 .feature-block__sub--b {
  left: 8rem;
  top: 32.4rem;
}
@media (max-width: 767px) {
  .feature-block--02 .feature-block__sub--b {
    left: 1rem;
    right: auto;
    top: auto;
    bottom: 5.7rem;
    width: 19.6rem;
    height: 13.4rem;
  }
}

@media (max-width: 767px) {
  .feature-block--03 .feature-block__sub--a {
    left: 0.8rem;
    bottom: 16.8rem;
  }
}

@media (max-width: 767px) {
  .feature-block--03 .feature-block__sub--b {
    bottom: 16.8rem;
  }
}

.feature-block__illust {
  position: absolute;
  z-index: 2;
}

.feature-block__illust--fam {
  width: 25.7rem;
  left: 37.9rem;
  top: 40.8rem;
}
@media (max-width: 767px) {
  .feature-block__illust--fam {
    width: 18.5rem;
    left: auto;
    right: 0.8rem;
    top: auto;
    bottom: 0;
  }
}

.feature-block__illust--tall {
  width: 14.4rem;
  left: 46.6rem;
  top: 41.5rem;
}
@media (max-width: 767px) {
  .feature-block__illust--tall {
    width: 13rem;
    left: auto;
    right: 0rem;
    top: auto;
    bottom: 0;
  }
}

.feature-block__illust--town {
  width: 16.3rem;
  left: 2.9rem;
  top: 42.7rem;
}
@media (max-width: 767px) {
  .feature-block__illust--town {
    width: 10.4rem;
    left: 1rem;
    top: auto;
    bottom: 6.9rem;
  }
}

.feature-block--02 .feature-block__illust--town {
  width: 22.9rem;
  left: 118.3rem;
  top: 44.4rem;
}
@media (max-width: 767px) {
  .feature-block--02 .feature-block__illust--town {
    width: 14.4rem;
    left: auto;
    right: 2rem;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .feature-block--03 .feature-block__illust--town {
    width: 16.3rem;
    left: 0.5rem;
    bottom: 8.3rem;
  }
}

.feature-block__num {
  position: absolute;
  left: 77.3rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .feature-block__num {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.9rem;
  }
}

.feature-block--02 .feature-block__num {
  left: 11.2rem;
}

.feature-block__label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  color: var(--c);
}
@media (max-width: 767px) {
  .feature-block__label {
    font-size: 1.2rem;
  }
}

.feature-block__no {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12.8rem;
  line-height: 0.71;
  letter-spacing: 0.768rem;
  color: var(--c);
}
.feature-block__no i {
  font-style: normal;
  color: var(--cl);
}
@media (max-width: 767px) {
  .feature-block__no {
    font-size: 6.4rem;
    line-height: 0.92;
    letter-spacing: 0.384rem;
  }
}

.feature-block__heading {
  position: absolute;
  left: 94.6rem;
  top: 1.5rem;
  line-height: 5.9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.156rem;
  color: var(--c);
}
@media (max-width: 767px) {
  .feature-block__heading {
    position: static;
    line-height: 1.5;
    margin: 0.5rem 0 0;
    font-size: 2.4rem;
    text-align: center;
  }
}

.feature-block--02 .feature-block__heading {
  left: 28.5rem;
}

.feature-block__text {
  position: absolute;
  left: 78.2rem;
  top: 12.2rem;
  width: 54.2rem;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.096rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media (max-width: 767px) {
  .feature-block__text {
    position: static;
    width: auto;
    margin: 0.5rem 2.3rem 0;
  }
}

.feature-block--02 .feature-block__text {
  left: 12.1rem;
}

/* ---------- GREETING ---------- */
.greeting {
  position: relative;
  margin-top: 2.1rem;
  padding: 3.6rem 0;
}
@media (max-width: 767px) {
  .greeting {
    margin-top: 0;
    padding: 3.4rem 0 2.6rem;
  }
}
.greeting {
  background: var(--wood) center/cover no-repeat;
}
.greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.34);
}

.greeting__inner {
  position: relative;
  max-width: 144rem;
  height: 65.6rem;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 767px) {
  .greeting__inner {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.greeting__inner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 66.7%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #088c36), to(rgba(8, 140, 54, 0)));
  background: linear-gradient(90deg, #088c36 50%, rgba(8, 140, 54, 0) 100%);
}
@media (max-width: 767px) {
  .greeting__inner::before {
    display: none;
  }
}

.greeting__body {
  position: relative;
  padding: 4rem 0 0 8.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .greeting__body {
    width: 100%;
    padding: 7.2rem 2.4rem 13.7rem;
    background: #088c36;
  }
}

.greeting__en {
  font-family: "Gill Sans MT", "Gill Sans", "Century Gothic", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 9.6rem;
  line-height: 1;
  color: #b8efcb;
  letter-spacing: 0.576rem;
}
.greeting__en .c1 {
  color: #06c755;
}
@media (max-width: 767px) {
  .greeting__en {
    font-size: 6.4rem;
    letter-spacing: 0.384rem;
    white-space: nowrap;
  }
}

.greeting__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.144rem;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .greeting__sub {
    margin-top: 4.3rem;
  }
}
.greeting__sub::after {
  content: "";
  width: 53.8rem;
  max-width: 100%;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .greeting__sub::after {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.greeting__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.18rem;
  margin: 1.9rem 0 0;
}
@media (max-width: 767px) {
  .greeting__heading {
    font-size: 2.2rem;
    letter-spacing: 0.132rem;
    line-height: 1.82;
    margin-top: 1.5rem;
  }
}

.greeting__text {
  margin-top: 2.6rem;
  max-width: 58.2rem;
}
@media (max-width: 767px) {
  .greeting__text {
    margin-top: 1.5rem;
    max-width: none;
  }
}

.greeting__text p {
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.096rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.greeting__visual {
  position: static;
}
@media (max-width: 767px) {
  .greeting__visual {
    width: 100%;
  }
}

.greeting__portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46.5%;
  height: 78rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
@media (max-width: 767px) {
  .greeting__portrait {
    position: static;
    width: 100%;
    height: 42.6rem;
    margin-top: -7rem;
  }
}

.greeting__name {
  position: absolute;
  left: 51.9%;
  bottom: 7.6rem;
  width: 21.1rem;
  height: 21.1rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .greeting__name {
    left: 1.5rem;
    bottom: auto;
    top: 25rem;
    width: 16.5rem;
    height: 16.5rem;
    z-index: 2;
  }
}
.greeting__name::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border-radius: 50%;
  border: 0.2rem dotted #088c36;
}
@media (max-width: 767px) {
  .greeting__name::before {
    inset: 0.6rem;
  }
}
.greeting__name::after {
  content: "";
  position: absolute;
  inset: 1.5rem;
  border-radius: 50%;
  border: 0.2rem dotted #088c36;
}
@media (max-width: 767px) {
  .greeting__name::after {
    inset: 1.2rem;
  }
}

.greeting__name-role {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.216rem;
  color: #005a1f;
}
@media (max-width: 767px) {
  .greeting__name-role {
    font-size: 2rem;
  }
}

.greeting__name-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.216rem;
  color: #005a1f;
}
@media (max-width: 767px) {
  .greeting__name-ja {
    font-size: 2.6rem;
  }
}

.greeting__name-en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  color: #088c36;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .greeting__name-en {
    font-size: 1.6rem;
  }
}

.greeting__more {
  position: absolute;
  left: 64.9%;
  bottom: 2.3rem;
  width: 15.7rem;
  height: 15.7rem;
  border-radius: 50%;
  background: #005a1f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .greeting__more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 3.5rem;
    width: 31.5rem;
    height: 6.6rem;
    border-radius: 0;
    background: #fff;
    border: 2px solid #088c36;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .greeting__more::after {
    content: "";
    position: absolute;
    right: 0.6rem;
    bottom: 0.6rem;
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-bottom: 1.5rem solid #088c36;
  }
}

.greeting__more-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.144rem;
}
@media (max-width: 767px) {
  .greeting__more-text {
    font-size: 2.2rem;
    color: #005a1f;
  }
}

.greeting__more-arrow {
  display: block;
  width: 8.25rem;
  margin-top: 0.2rem;
}
.greeting__more-arrow img {
  width: 100%;
}
@media (max-width: 767px) {
  .greeting__more-arrow {
    display: none;
  }
}

/* ---------- TREATMENT ---------- */
.treatment {
  padding: 14.9rem 0 0;
}
@media (max-width: 767px) {
  .treatment {
    padding: 6rem 0 0;
  }
}

.treatment__head {
  text-align: center;
  margin-bottom: 6.3rem;
}
@media (max-width: 767px) {
  .treatment__head {
    margin-bottom: 5.2rem;
  }
}

.treatment__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.18rem;
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .treatment__title {
    font-size: 2.4rem;
    margin-top: 1.7rem;
  }
}

.treatment__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .treatment__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tcard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 3rem 5.5rem 9rem;
  min-height: 66.1rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .tcard {
    min-height: 0;
    padding: 3rem 2.3rem 14.4rem;
  }
}

.tcard--insurance {
  background-image: url(../img/top/tcard-bg1.webp);
}

.tcard--free {
  background-image: url(../img/top/tcard-bg2.webp);
}

.tcard--accident {
  background-image: url(../img/top/tcard-bg3.webp);
}

.tcard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.6rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.156rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tcard__title {
    height: auto;
    padding: 0.8rem 0;
  }
}

.tcard__title--two {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tcard__title--two {
    font-size: 2.2rem;
  }
}

.tcard--insurance .tcard__title {
  background: #df9e97;
}

.tcard--free .tcard__title {
  background: #8990c1;
}

.tcard--accident .tcard__title {
  background: #579f9b;
}

.tcard__desc {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.12rem;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .tcard__desc {
    margin-top: 2.4rem;
  }
}

.tcard__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3rem;
  margin: 5.1rem -3rem 0;
}
@media (max-width: 767px) {
  .tcard__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6rem;
    margin: 4rem 0 0;
  }
}

.tcard__cols .tcard__list {
  margin-top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .tcard__cols .tcard__list {
    width: 100%;
  }
}

.tcard__list {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 30.9rem;
  max-width: 100%;
  margin: 5.1rem auto 0;
}
@media (max-width: 767px) {
  .tcard__list {
    margin-top: 3rem;
  }
}

.tcard__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.4rem;
  background: #fff;
  border-radius: 4rem;
  padding: 0 1.6rem 0 2.5rem;
  margin-bottom: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  color: #333;
  white-space: nowrap;
}
.tcard__list li:last-child {
  margin-bottom: 0;
}
.tcard__list li::before {
  content: "・";
}

.tcard .more-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.7rem;
  width: 37rem;
  max-width: calc(100% - 5rem);
}
@media (max-width: 767px) {
  .tcard .more-btn {
    bottom: 4.9rem;
    width: 31.5rem;
  }
}

/* ---------- FAQ ---------- */
.faq {
  position: relative;
  padding: 11.7rem 0 14.7rem;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, rgba(8, 140, 54, 0.08) 0 1px, transparent 1px 14px), repeating-linear-gradient(90deg, rgba(8, 140, 54, 0.08) 0 1px, transparent 1px 16px);
}
@media (max-width: 767px) {
  .faq {
    padding: 6rem 0 7rem;
  }
}

.faq__head {
  text-align: center;
  margin-bottom: 8.1rem;
}
@media (max-width: 767px) {
  .faq__head {
    margin-bottom: 2.3rem;
  }
}

.faq__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.24rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.faq__lead {
  max-width: 74rem;
  margin: 3.6rem auto 0;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.096rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .faq__lead {
    text-align: left;
    padding: 0 2.5rem;
    margin-top: 0;
    line-height: 2.19;
  }
}

.faq__list {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .faq__list {
    padding: 0;
  }
}

.faq .more-btn {
  margin: 7.8rem auto 0;
}
@media (max-width: 767px) {
  .faq .more-btn {
    margin-top: 5.9rem;
  }
}

/* ---------- ページトップ ---------- */
.page-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 80;
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  background: #088c36;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-top {
    right: 1rem;
    bottom: 7rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

.page-top__arrow {
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 0.3rem;
}

.page-top__text {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .page-top__text {
    font-size: 0.8rem;
  }
}

/* ---------- SP固定バー ---------- */
.sp-fix {
  display: none;
}

@media (max-width: 767px) {
  .sp-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 90;
  }
  .sp-fix__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
    padding: 0.7rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
  }
  .sp-fix__item img {
    height: 2.4rem;
    width: auto;
  }
  .sp-fix__item--tel {
    background: #088c36;
  }
  .sp-fix__item--access {
    background: #005a1f;
  }
  .sp-fix__item--insta {
    background: #06c755;
  }
}
/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #AE8D47;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #AE8D47;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

.works-modal__player iframe,
.works-modal__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}