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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
  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 {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-band {
  position: relative;
  max-width: 128rem;
  width: 100%;
  height: 13.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 238, 194, 0.7);
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-band {
    height: 8rem;
    width: calc(100% - 2rem);
  }
}
.page-band::before {
  content: "";
  position: absolute;
  inset: 0.15rem 0.5rem;
  border: 1px solid rgba(124, 179, 63, 0.7);
  pointer-events: none;
  z-index: 2;
}
.page-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("../img/common/band-corner-left.webp"), url("../img/common/band-corner-right.webp");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
}

.page-band__title {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .page-band__title {
    font-size: 2.4rem;
  }
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.page-fv__visual .fv-headarea {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__visual .fv-headarea {
    display: none;
  }
}

.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: 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: 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%;
  object-fit: cover;
  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;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    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: #6aa923;
  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: #6aa923;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  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;
  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: #6aa923;
  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: flex;
  align-items: 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%;
  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: 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: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: 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: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    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;
  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: #6aa923;
  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%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    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: #6aa923;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  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;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #6aa923;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    display: none;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.page-contents {
  background: url(../img/common/bg-page-contents.webp) no-repeat top center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 10rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 767px) {
  .l-header {
    height: 7rem;
    transform: translateY(0);
    opacity: 1;
  }
}

.l-header.is-active {
  transform: translateY(0);
  opacity: 1;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
    padding: 0 1.6rem;
  }
}

.l-header__logo {
  display: none;
}
@media (max-width: 767px) {
  .l-header__logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 18rem;
    text-decoration: none;
  }
}

.l-header__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__logo-band {
  display: block;
  width: 95%;
  margin-left: 1.3rem;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0.1rem 0;
}

.l-header__nav {
  flex: 1;
  min-width: 0;
  padding-left: 3.4rem;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-item:not(:first-child) {
  margin-left: 2.4rem;
  padding-left: 2.4rem;
}

.l-header__nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.3rem;
  background: #999;
  transform: translateY(-50%);
}

.l-header__nav-link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.l-header__nav-link:hover {
  color: #6aa923;
}

.l-header__btns {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__btns {
    display: none;
  }
}

.l-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 100%;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s;
}

.l-header__btn:hover {
  opacity: 0.85;
}

.l-header__btn-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.l-header__btn--access {
  width: 9.6rem;
  background: #fff9e8;
  border-left: 1px solid #467d08;
  color: #467d08;
}

.l-header__btn--access .l-header__btn-icon {
  width: auto;
  height: 3.2rem;
}

.l-header__btn--access .l-header__btn-label {
  font-size: 1.8rem;
}

.l-header__btn--tel {
  width: 12rem;
  background: #6aa923;
  color: #fff;
}

.l-header__btn--tel .l-header__btn-icon {
  width: auto;
  height: 3rem;
}

.l-header__btn--tel .l-header__btn-label {
  font-size: 1.5rem;
}

.l-header__btn--web {
  width: 10rem;
  background: #467d08;
  color: #fff;
}

.l-header__btn--web .l-header__btn-icon {
  width: 3.4rem;
  height: auto;
}

.l-header__btn--web .l-header__btn-label {
  font-size: 1.8rem;
}

.fv-headarea {
  display: flex;
}
@media (max-width: 767px) {
  .fv-headarea {
    display: none;
  }
}

.fv-headarea__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 32rem;
  height: 10rem;
  background: #6aa923;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.fv-headarea__tel-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.fv-headarea__tel-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}

.fv-headarea__tel-icon {
  width: 2.4rem;
  height: auto;
}

.fv-headarea__tel-time {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.fv-headarea__web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 10rem;
  height: 10rem;
  background: #467d08;
  color: #fff;
  text-decoration: none;
}

.fv-headarea__web-icon {
  width: 3.4rem;
  height: auto;
}

.fv-headarea__web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.l-gnav {
  width: 100%;
  height: 10rem;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

.l-gnav__list {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 126rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-gnav__item {
  position: relative;
  flex: 1;
  text-align: center;
}

.l-gnav__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.9rem;
  background: #333;
  transform: translateY(-50%);
}

.l-gnav__link {
  display: block;
  padding: 0.6rem 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.l-gnav__link:hover {
  color: #6aa923;
}

.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    position: relative;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: none;
    background: #6aa923;
    border-radius: 0.4rem;
    cursor: pointer;
  }
}

.hamburger span {
  display: block;
  width: 2.4rem;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(0.8rem) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}

.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 8rem 2.4rem 4rem;
    background: rgba(70, 125, 8, 0.97);
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
}

.hamburger-menu.active {
  transform: translateX(0);
}

.hamburger-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hamburger-menu__listLink {
  display: block;
  padding: 1.6rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.hamburger-menu__contact {
  margin-top: 3.2rem;
  text-align: center;
  color: #fff;
}

.hamburger-menu__tel {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

.hamburger-menu__time {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
}

body.fixed {
  overflow: hidden;
}

.l-footer {
  background: #88bfbf;
  padding: 5.6rem 0 6rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 4rem;
  }
}

.l-footer__inner {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: start;
  row-gap: 5rem;
  column-gap: 4rem;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    row-gap: 3.2rem;
  }
}

@media (max-width: 767px) {
  .l-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.l-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30.1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 30rem;
  }
}

.l-footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__logo-band {
  display: block;
  width: 96%;
  margin-left: 0.6rem;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.2rem 0;
}

.l-footer__address {
  margin-top: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #333333;
}

.l-footer__info .fv-headarea {
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer__info .fv-headarea {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
    width: 100%;
    max-width: 34rem;
    margin: 2.4rem auto 0;
  }
}

@media (max-width: 767px) {
  .l-footer .fv-headarea__tel {
    width: 100%;
    height: 9rem;
    gap: 0.4rem;
  }
}

@media (max-width: 767px) {
  .l-footer .fv-headarea__web {
    flex-direction: row;
    gap: 1.4rem;
    width: 100%;
    height: 8rem;
  }
}

@media (max-width: 767px) {
  .l-footer .fv-headarea__web-text {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .l-footer__hours {
    overflow-x: auto;
  }
}

.l-hours {
  width: 53.7rem;
  background: #fff;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .l-hours {
    width: 100%;
  }
}

.l-hours th,
.l-hours td {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
}

.l-hours thead th {
  border-bottom: 1px solid #ccc;
}

.l-hours__head {
  width: 13rem;
  text-align: left;
  padding-left: 2rem;
}

.l-hours__time {
  text-align: left;
  padding-left: 2rem;
  white-space: nowrap;
}

.l-hours .is-ok {
  color: #6aa923;
}

.l-hours .is-no {
  color: #aaa;
}

.l-hours__notes {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
}
@media (max-width: 767px) {
  .l-hours__notes {
    font-size: 1.3rem;
    letter-spacing: -0.04em;
  }
}

.l-hours__mark {
  color: #6aa923;
}

.l-footer__banners {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  gap: 4.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer__banners {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.l-footer__banner {
  display: block;
  width: 60rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-footer__banner {
    width: 100%;
  }
}

.l-footer__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer-map {
  width: 100%;
  height: 32.9rem;
}
@media (max-width: 767px) {
  .l-footer-map {
    height: 24rem;
  }
}

.l-footer-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer-nav .l-gnav {
  background: #fff;
}
@media (max-width: 767px) {
  .l-footer-nav .l-gnav {
    display: block;
    height: auto;
    padding: 3.4rem 0;
  }
}

@media (max-width: 767px) {
  .l-footer-nav .l-gnav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    height: auto;
    max-width: 32rem;
    margin: 0 auto;
    padding: 0 1rem;
    row-gap: 1.8rem;
    column-gap: 1rem;
  }
}

@media (max-width: 767px) {
  .l-footer-nav .l-gnav__list .l-gnav__item {
    flex: none;
    text-align: left;
    padding-left: 1.6rem;
  }
}

@media (max-width: 767px) {
  .l-footer-nav .l-gnav__list .l-gnav__item::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-footer-nav .l-gnav__list .l-gnav__item:first-child::before {
    content: "";
  }
}

@media (max-width: 767px) {
  .l-footer-nav .l-gnav__link {
    padding: 0;
    font-size: 1.8rem;
  }
}

.l-copyright {
  background: #467d08;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  padding: 1.8rem 1.6rem;
}
@media (max-width: 767px) {
  .l-copyright {
    margin-bottom: 7.5rem;
  }
}

.sp-fixbar {
  display: none;
}
@media (max-width: 767px) {
  .sp-fixbar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 7.5rem;
    background: #6aa923;
  }
}

.sp-fixbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.sp-fixbar__item--tel {
  flex: 127;
  border-left: none;
}

.sp-fixbar__item--web {
  flex: 95;
}

.sp-fixbar__item--access {
  flex: 74;
}

.sp-fixbar__icon {
  width: auto;
  height: 2.7rem;
}

.sp-fixbar__icon--web {
  height: 2.2rem;
}

.sp-fixbar__icon--access {
  height: 2.6rem;
}

.sp-fixbar__label {
  line-height: 1;
}

.sp-fixbar__top {
  position: relative;
  flex: 0 0 7.5rem;
  height: 7.5rem;
  padding: 0;
  border: none;
  background: #6aa923;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.sp-fixbar__top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #467d08;
  border-radius: 50%;
}

.sp-fixbar__top::after {
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  width: 1.9rem;
  height: 1.9rem;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !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 {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #467d08;
}

.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;
  }
}

.page-denture-types {
  background: #fff;
}

.denture {
  position: relative;
  padding: 4.6rem 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .denture {
    padding: 3rem 0 0;
  }
}

.denture-sec {
  position: relative;
  margin-bottom: 5.4rem;
  scroll-margin-top: 12rem;
}
@media (max-width: 767px) {
  .denture-sec {
    margin-bottom: 4rem;
    scroll-margin-top: 9rem;
  }
}

.denture-block {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .denture-block {
    margin-top: 3rem;
  }
}

.denture-block__inner {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.denture-block__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #366700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .denture-block__subtitle {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

.denture-block__subtitle--center {
  text-align: center;
}

.denture-block__body {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .denture-block__body {
    flex-direction: column;
    gap: 2.4rem;
    align-items: stretch;
  }
}

.denture-block__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .denture-block__body--rev {
    flex-direction: column;
  }
}

.denture-block__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.denture-block__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #467d08;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .denture-block__lead {
    font-size: 1.7rem;
  }
}

.denture-block__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-block__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-block__image {
  flex-shrink: 0;
  width: 60rem;
}
@media (max-width: 767px) {
  .denture-block__image {
    width: 100%;
  }
}
.denture-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

.denture-block__image--konus {
  width: 50rem;
}
@media (max-width: 767px) {
  .denture-block__image--konus {
    width: 80%;
    margin: 0 auto;
  }
}

.denture-block__image--wide {
  width: 60.9rem;
}
@media (max-width: 767px) {
  .denture-block__image--wide {
    width: 100%;
  }
}

.denture-note {
  max-width: 121rem;
  width: 100%;
  margin: 3.6rem auto 0;
  padding: 3.4rem 3.5rem;
  background: rgba(244, 236, 206, 0.7);
}
@media (max-width: 767px) {
  .denture-note {
    width: calc(100% - 4rem);
    padding: 2.4rem 2rem;
    margin-top: 2.4rem;
  }
}

.denture-note__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #366700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .denture-note__subtitle {
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
    text-align: left;
  }
}

.denture-note__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #333;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .denture-note__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-message {
  margin: 8rem 0 6rem;
}
@media (max-width: 767px) {
  .denture-message {
    margin: 5rem 0 4rem;
  }
}

.denture-message__box {
  position: relative;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 4rem 5rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .denture-message__box {
    width: calc(100% - 2rem);
    padding: 4rem 2rem 3.5rem;
    background: rgba(217, 238, 194, 0.7);
  }
}
.denture-message__box::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(124, 179, 63, 0.7);
  pointer-events: none;
  z-index: 2;
}
.denture-message__box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("../img/common/msg-corner-left.webp"), url("../img/common/msg-corner-right.webp");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .denture-message__box::after {
    display: none;
  }
}

.denture-message__title {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #366700;
}
@media (max-width: 767px) {
  .denture-message__title {
    font-size: 2rem;
  }
}

.denture-message__text {
  position: relative;
  z-index: 3;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-message__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-message__list {
  position: relative;
  z-index: 3;
  margin-top: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-message__list {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-message__note {
  position: relative;
  z-index: 3;
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-message__note {
    font-size: 1.4rem;
  }
}

.denture-zero {
  position: relative;
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .denture-zero {
    padding: 0 0 5rem;
  }
}

.denture-zero__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20.6rem;
  padding-bottom: 4.7rem;
  background: rgba(106, 169, 35, 0.8);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .denture-zero__heading {
    height: auto;
    padding: 3rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.denture-zero__inner {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  margin-top: -4.7rem;
  display: flex;
  justify-content: center;
  gap: 6.7rem;
}
@media (max-width: 767px) {
  .denture-zero__inner {
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    margin-top: 2.4rem;
  }
}

.denture-zero__card {
  width: 64rem;
  max-width: 100%;
  min-height: 46.9rem;
  padding: 4.7rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .denture-zero__card {
    width: 100%;
    min-height: 0;
    padding: 3rem 0;
  }
}

.denture-zero__card--green {
  background: #d9eec2;
}

.denture-zero__card--teal {
  background: #b0dddd;
}

.denture-zero__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .denture-zero__card-title {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
  }
}

.denture-zero__card-body {
  width: 50.6rem;
  max-width: calc(100% - 4rem);
  min-height: 30.1rem;
  margin-top: 3.9rem;
  padding: 3.8rem 3.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .denture-zero__card-body {
    min-height: 0;
    padding: 2.4rem 2rem;
  }
}

.denture-zero__card-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #467d08;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .denture-zero__card-lead {
    font-size: 1.7rem;
  }
}

.denture-zero__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.16em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-zero__card-text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.denture-zero__card-text + .denture-zero__card-text {
  margin-top: 1.6rem;
}

.denture-zero__card-merit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.16em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-zero__card-merit {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.denture-lead {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .denture-lead {
    margin-bottom: 4rem;
  }
}

.denture-lead__inner {
  width: 100%;
}

.denture-lead__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-lead__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-lead__text + .denture-lead__text {
  margin-top: 2rem;
}

.denture-lead__strong {
  font-weight: 700;
  color: #366700;
}

.denture-lineup {
  max-width: 128rem;
  width: 100%;
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .denture-lineup {
    margin-top: 3rem;
    gap: 4rem;
  }
}

.denture-lineup__card {
  display: flex;
  gap: 4.5rem;
  align-items: stretch;
  scroll-margin-top: 12rem;
}
@media (max-width: 767px) {
  .denture-lineup__card {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    scroll-margin-top: 9rem;
  }
}

.denture-lineup__photo {
  flex-shrink: 0;
  width: 46rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .denture-lineup__photo {
    width: 100%;
  }
}

.denture-lineup__photo img {
  width: 80%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .denture-lineup__photo img {
    width: 70%;
  }
}

.denture-lineup__body {
  flex: 1;
  min-width: 0;
}

.denture-lineup__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #366700;
}
@media (max-width: 767px) {
  .denture-lineup__name {
    font-size: 1.9rem;
  }
}

.denture-lineup__catch {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #467d08;
}
@media (max-width: 767px) {
  .denture-lineup__catch {
    font-size: 1.4rem;
  }
}

.denture-lineup__text {
  margin-top: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-lineup__text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-lineup__target {
  margin-top: 2.4rem;
  padding: 2.2rem 2.6rem;
  background: rgba(217, 238, 194, 0.5);
}
@media (max-width: 767px) {
  .denture-lineup__target {
    margin-top: 2rem;
    padding: 1.8rem 2rem;
  }
}

.denture-lineup__target-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #366700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .denture-lineup__target-ttl {
    font-size: 1.5rem;
  }
}

.denture-lineup__list {
  list-style: none;
}

.denture-lineup__list li {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-lineup__list li {
    font-size: 1.4rem;
    padding-left: 2.2rem;
  }
}

.denture-lineup__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.4rem;
  height: 0.8rem;
  border-left: 2px solid #7cb33f;
  border-bottom: 2px solid #7cb33f;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .denture-lineup__list li::before {
    top: 0.6rem;
  }
}

.denture-other {
  max-width: 94rem;
  width: 100%;
  margin: 4.4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .denture-other {
    margin-top: 3rem;
  }
}

.denture-other__item {
  padding: 2.6rem 0;
  border-bottom: 1px solid rgba(124, 179, 63, 0.4);
}
@media (max-width: 767px) {
  .denture-other__item {
    padding: 2rem 0;
  }
}

.denture-other__item:first-child {
  border-top: 1px solid rgba(124, 179, 63, 0.4);
}

.denture-other__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: #366700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .denture-other__name {
    font-size: 1.6rem;
  }
}

.denture-other__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-other__text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.denture-insurance {
  max-width: 94rem;
  width: 100%;
  margin: 4.4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .denture-insurance {
    margin-top: 3rem;
  }
}

.denture-insurance__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-insurance__text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.denture-insurance__text + .denture-insurance__text {
  margin-top: 1.6rem;
}

.denture-insurance__link {
  color: #467d08;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.denture-insurance__btnwrap {
  margin-top: 3rem;
  text-align: center;
}

.denture-insurance__btn {
  display: inline-block;
  padding: 1.4rem 4.4rem;
  background: #7cb33f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  border-radius: 999px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .denture-insurance__btn {
    font-size: 1.4rem;
    padding: 1.2rem 3.4rem;
  }
}

.denture-insurance__btn:hover {
  opacity: 0.8;
}

.denture-zerolead {
  max-width: 94rem;
  width: 100%;
  margin: 4.4rem auto 3.4rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .denture-zerolead {
    margin: 3rem auto 2.4rem;
  }
}

.denture-zerolead__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-zerolead__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-zerolead__text + .denture-zerolead__text {
  margin-top: 1.6rem;
}

.denture-consult {
  max-width: 94rem;
  width: 100%;
  margin: 4.4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .denture-consult {
    margin-top: 3rem;
  }
}

.denture-consult__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .denture-consult__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.denture-consult__text + .denture-consult__text {
  margin-top: 1.6rem;
}

.page-flow {
  background: #fff;
}

.flow {
  padding: 6.4rem 0 8rem;
}
@media (max-width: 767px) {
  .flow {
    padding: 4rem 0 5rem;
  }
}

.flow__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .flow__inner {
    padding: 0 2rem;
  }
}

.flow__list {
  position: relative;
  margin-top: 8.9rem;
  padding-left: 10.9rem;
}
@media (max-width: 767px) {
  .flow__list {
    margin-top: 4rem;
    padding-left: 0;
  }
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 5.4rem;
  left: 4rem;
  width: 0.5rem;
  height: calc(100% - 35rem);
  background: #6aa923;
  z-index: 0;
}
@media (max-width: 767px) {
  .flow__list::before {
    display: none;
  }
}

.flow__step {
  position: relative;
}
@media (max-width: 767px) {
  .flow__step {
    padding-left: 0;
  }
}

.flow__step + .flow__step {
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .flow__step + .flow__step {
    margin-top: 4rem;
  }
}

.flow__badge {
  position: absolute;
  top: 0.1rem;
  left: -12rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10.9rem;
  height: 10.9rem;
  border-radius: 50%;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .flow__badge {
    position: static;
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1.2rem;
  }
}

.flow__badge-label {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow__badge-label {
    font-size: 1.4rem;
  }
}

.flow__badge-num {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow__badge-num {
    font-size: 2.8rem;
  }
}

.flow__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  min-height: 33.9rem;
  padding: 1.8rem;
  background: rgba(244, 236, 206, 0.7);
}
@media (max-width: 767px) {
  .flow__card {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
    min-height: 0;
    padding: 1.2rem;
  }
}
.flow__card::before {
  content: "";
  position: absolute;
  inset: 1.8rem;
  border: 1px solid #dcd0a6;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow__card::before {
    inset: 1.2rem;
  }
}

.flow__body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 1.7rem 1.7rem 1.7rem 1.7rem;
}
@media (max-width: 767px) {
  .flow__body {
    padding: 0.8rem;
  }
}

.flow__step-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #467d08;
}
@media (max-width: 767px) {
  .flow__step-title {
    font-size: 1.8rem;
  }
}

.flow__step-no {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .flow__step-no {
    font-size: 2.2rem;
  }
}

.flow__text {
  margin-top: 3.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.1875;
  color: #333;
}
@media (max-width: 767px) {
  .flow__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.flow__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: 1.8rem;
  width: 44.5rem;
  height: 32.5rem;
}
@media (max-width: 767px) {
  .flow__image {
    width: 100%;
    height: auto;
    aspect-ratio: 445/325;
  }
}
.flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow__contact {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  margin-right: 4.6rem;
}
@media (max-width: 767px) {
  .flow__contact {
    align-self: stretch;
    margin-right: 0;
    gap: 1rem;
  }
}

.flow__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 32rem;
  height: 10rem;
  background: #6aa923;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow__tel {
    flex: 1;
    width: auto;
    min-height: 8rem;
    padding: 0.5rem 1rem;
  }
}

.flow__tel-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .flow__tel-label {
    font-size: 1.4rem;
  }
}

.flow__tel-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .flow__tel-num {
    font-size: 2.4rem;
  }
}

.flow__tel-icon {
  width: 2.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .flow__tel-icon {
    width: 1.8rem;
  }
}

.flow__tel-time {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .flow__tel-time {
    font-size: 1.1rem;
  }
}

.flow__web {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 32rem;
  height: 10rem;
  background: #467d08;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .flow__web {
    flex: 1;
    flex-direction: column;
    gap: 0.6rem;
    width: auto;
    min-height: 8rem;
    padding: 0.5rem 1rem;
  }
}

.flow__web-icon {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .flow__web-icon {
    width: 3rem;
  }
}

.flow__web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .flow__web-text {
    font-size: 1.8rem;
  }
}

.page-price {
  background: #fff;
}

.price-sec {
  position: relative;
  padding: 4.6rem 0 11rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .price-sec {
    padding: 3rem 0 6rem;
  }
}
.price-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 110rem;
  height: 100%;
  transform: translateX(-50%);
  background: url("../img/price/price-watermark.webp") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .price-sec::before {
    width: 100%;
  }
}

.price-sec__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .price-sec__inner {
    padding: 0 2rem;
  }
}

.price-sec__note {
  margin-top: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.18;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .price-sec__note {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.price-table-wrap {
  max-width: 94.2rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .price-table-wrap {
    margin-top: 3.6rem;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .price-table {
    display: block;
  }
}

@media (max-width: 767px) {
  .price-table__body {
    display: block;
  }
}

@media (max-width: 767px) {
  .price-table__row {
    display: block;
  }
}

.price-table__item {
  width: 47%;
  padding: 2.4rem 1rem;
  background: #eef7e2;
  border: 1px solid #cfcfcf;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .price-table__item {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 1.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.price-table__price {
  padding: 2.4rem 1rem;
  background: #fff;
  border: 1px solid #cfcfcf;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .price-table__price {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 1.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.price-deduction {
  position: relative;
  max-width: 94.2rem;
  margin: 15.5rem auto 0;
  padding: 5.6rem 5.1rem;
  background: rgba(244, 236, 206, 0.7);
}
@media (max-width: 767px) {
  .price-deduction {
    margin-top: 6rem;
    padding: 3rem 2rem;
  }
}
.price-deduction::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid #eae1c1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .price-deduction::before {
    inset: 0.8rem;
  }
}

.price-deduction__title {
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .price-deduction__title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

.price-deduction__text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.18;
  color: #333;
}
@media (max-width: 767px) {
  .price-deduction__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.price-deduction__note {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.18;
  color: #333;
}
@media (max-width: 767px) {
  .price-deduction__note {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.page-doctor {
  background: #fff;
}

.doctor {
  padding: 5rem 0 9rem;
}
@media (max-width: 767px) {
  .doctor {
    padding: 3rem 0 5rem;
  }
}

.doctor__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.doctor-intro {
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .doctor-intro {
    margin-top: 3rem;
  }
}

.doctor-intro__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 6.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  background: linear-gradient(180deg, #467d08 35%, rgba(217, 238, 194, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .doctor-intro__en {
    font-size: 3.6rem;
  }
}

.doctor-intro__body {
  display: flex;
  align-items: flex-start;
  gap: 5.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .doctor-intro__body {
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.4rem;
  }
}

.doctor-intro__text-area {
  flex: 1;
  min-width: 0;
}

.doctor-intro__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (max-width: 767px) {
  .doctor-intro__lead {
    font-size: 1.6rem;
  }
}

.doctor-intro__text {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #333333;
}
@media (max-width: 767px) {
  .doctor-intro__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.doctor-intro__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 55.6rem;
  height: 60rem;
  margin-right: 3.7rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .doctor-intro__image {
    width: 100%;
    height: auto;
    aspect-ratio: 556/600;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.doctor-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.doctor-intro__image::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 3.7rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #6aa923;
}
@media (max-width: 767px) {
  .doctor-intro__image::before {
    top: 1.6rem;
    left: 1.6rem;
  }
}

.doctor-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .doctor-name {
    margin-top: 3.4rem;
  }
}

.doctor-name__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .doctor-name__badge {
    width: 9rem;
    height: 9rem;
    font-size: 1.8rem;
  }
}

.doctor-name__info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.doctor-name__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.07em;
  color: #000;
}
@media (max-width: 767px) {
  .doctor-name__ja {
    font-size: 3rem;
  }
}

.doctor-name__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  color: #6aa923;
}

.doctor-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .doctor-cards {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 4rem;
  }
}

.doctor-card {
  padding: 5rem 5rem 6rem;
  background: #6aa923;
}
@media (max-width: 767px) {
  .doctor-card {
    padding: 3rem 2.4rem 3.4rem;
  }
}

.doctor-card__title {
  position: relative;
  padding-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .doctor-card__title {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}

.doctor-card__body {
  margin-top: 3.2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .doctor-card__body {
    margin-top: 2rem;
  }
}

.doctor-card__item {
  padding: 1.4rem 0;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #fff;
}
@media (max-width: 767px) {
  .doctor-card__item {
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.doctor-card__item:first-child {
  padding-top: 0;
}

.doctor-card__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.doctor-skill {
  margin-top: 5.6rem;
  padding: 5rem 7.5rem 6rem;
  background: #6aa923;
}
@media (max-width: 767px) {
  .doctor-skill {
    margin-top: 3rem;
    padding: 3rem 2.4rem 3.4rem;
  }
}

.doctor-skill__title {
  position: relative;
  padding-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .doctor-skill__title {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}

.doctor-skill__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .doctor-skill__cols {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2rem;
  }
}

.doctor-skill__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .doctor-skill__head {
    font-size: 1.8rem;
  }
}
.doctor-skill__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 76rem;
  max-width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 0 4px, transparent 4px 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.doctor-skill__text {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.95;
  letter-spacing: 0.07em;
  color: #fff;
}
@media (max-width: 767px) {
  .doctor-skill__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.page-clinic {
  background: #fff;
}

.clinic-info {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .clinic-info {
    padding: 4rem 0 0;
  }
}

.clinic-info__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.clinic-overview {
  display: flex;
  align-items: flex-start;
  gap: 5.8rem;
  margin-top: 4.4rem;
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .clinic-overview {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
    padding: 0;
  }
}

.clinic-overview__photo {
  flex-shrink: 0;
  width: 60.6rem;
  height: 40.4rem;
}
@media (max-width: 767px) {
  .clinic-overview__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 606/404;
  }
}
.clinic-overview__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  padding-top: 2.6rem;
}
@media (max-width: 767px) {
  .clinic-table {
    gap: 1.6rem;
    padding-top: 0;
    width: 100%;
  }
}

.clinic-table__row {
  display: flex;
  align-items: flex-start;
}

.clinic-table__label {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 12.1rem;
  min-height: 4.7rem;
  margin-right: -1.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  background: #e4f0d4;
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-table__label {
    width: 9rem;
    min-height: 3.6rem;
    margin-right: -1.2rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }
}

.clinic-table__data {
  flex: 1;
  margin-top: 1.5rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem 1rem 3rem;
  background: #fffbed;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-table__data {
    margin-top: 1.2rem;
    padding: 0.8rem 1.2rem 0.8rem 2.4rem;
    font-size: 1.4rem;
  }
}

.clinic-hours {
  margin-top: 8.3rem;
  padding: 8.5rem 0 8.5rem;
  background: rgba(217, 238, 194, 0.7);
}
@media (max-width: 767px) {
  .clinic-hours {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}

.clinic-hours__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .clinic-hours__inner {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .clinic-hours .l-hours {
    width: 100%;
    min-width: 36rem;
  }
}

.clinic-hours .l-hours tbody th {
  border-top: 1px solid #ccc;
}

.clinic-hours .l-hours__notes {
  align-self: stretch;
  max-width: 53.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .clinic-hours .l-hours__notes {
    max-width: 100%;
  }
}

.l-hours__note {
  line-height: 1.875;
}

.clinic-interior {
  position: relative;
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .clinic-interior {
    padding: 4rem 0 0;
  }
}

.clinic-interior__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.clinic-interior__lead {
  margin-top: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-interior__lead {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: left;
  }
}

.clinic-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 6.6rem 6.9rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .clinic-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 3rem;
    margin-top: 3.5rem;
  }
}

.clinic-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.clinic-card__photo {
  flex-shrink: 0;
  width: 100%;
  height: 27rem;
}
@media (max-width: 767px) {
  .clinic-card__photo {
    height: auto;
    aspect-ratio: 383/270;
  }
}
.clinic-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-card__body {
  position: relative;
  z-index: 1;
  flex: 1;
  width: calc(100% - 3.2rem);
  margin: -2.9rem auto 0;
  padding: 2.2rem 3.3rem 2.8rem;
  background: rgba(217, 238, 194, 0.7);
}
@media (max-width: 767px) {
  .clinic-card__body {
    width: calc(100% - 2.4rem);
    margin-top: -2rem;
    padding: 2rem 2.4rem 2.4rem;
  }
}

.clinic-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #366700;
}
@media (max-width: 767px) {
  .clinic-card__title {
    font-size: 1.7rem;
  }
}

.clinic-card__text {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-card__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.clinic-feature {
  position: relative;
  margin-top: 6.8rem;
  padding: 5.4rem 8rem 6rem;
  background: rgba(217, 238, 194, 0.7);
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-feature {
    margin-top: 4rem;
    padding: 3.4rem 2.4rem 3.6rem;
    text-align: left;
  }
}
.clinic-feature::before {
  content: "";
  position: absolute;
  inset: 1.6rem;
  border: 1px solid rgba(124, 179, 63, 0.7);
  pointer-events: none;
  z-index: 2;
}
.clinic-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("../img/common/msg-corner-left.webp"), url("../img/common/msg-corner-right.webp");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
}

.clinic-feature__title {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #366700;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-feature__title {
    font-size: 2.2rem;
  }
}

.clinic-feature__text {
  position: relative;
  z-index: 3;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-feature__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.clinic-feature__text .strong {
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .clinic-feature__text .strong {
    font-size: 1.6rem;
  }
}

.clinic-equip {
  position: relative;
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .clinic-equip {
    padding: 4rem 0 5rem;
  }
}

.clinic-equip__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.clinic-sterile {
  position: relative;
  margin-top: 6.8rem;
  padding: 4.7rem 5.6rem 4rem;
  background: #fbfff6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clinic-sterile {
    margin-top: 4rem;
    padding: 3.4rem 2.4rem 3rem;
  }
}
.clinic-sterile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29.2rem;
  height: 35.6rem;
  background: #e2f0d2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .clinic-sterile::before {
    width: 13rem;
    height: 15.8rem;
  }
}
.clinic-sterile::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 29.2rem;
  height: 35.6rem;
  background: #e2f0d2;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .clinic-sterile::after {
    width: 13rem;
    height: 15.8rem;
  }
}

.clinic-sterile__title {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #366700;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-sterile__title {
    font-size: 2.2rem;
  }
}

.clinic-sterile__body {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 3.3rem;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .clinic-sterile__body {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.clinic-sterile__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.clinic-sterile__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-sterile__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.clinic-sterile__photo {
  flex-shrink: 0;
  width: 31.4rem;
  height: 31rem;
}
@media (max-width: 767px) {
  .clinic-sterile__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 314/310;
  }
}
.clinic-sterile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-anesthesia {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
  padding: 2.8rem 4rem;
  border: 1px solid #366700;
  background: #fff;
}
@media (max-width: 767px) {
  .clinic-anesthesia {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 3rem;
    padding: 2rem 2rem;
  }
}

.clinic-anesthesia__title {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #366700;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-anesthesia__title {
    font-size: 1.9rem;
  }
}

.clinic-anesthesia__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .clinic-anesthesia__text {
    font-size: 1.4rem;
  }
}

.clinic-map {
  width: 100%;
  height: 32.9rem;
}
@media (max-width: 767px) {
  .clinic-map {
    height: 24rem;
  }
}

.clinic-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.front-page {
  background: #fff;
  overflow: hidden;
}

.index-mv {
  position: relative;
  height: 91rem;
}
@media (max-width: 767px) {
  .index-mv {
    height: 65rem;
  }
}

.index-mv__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-mv__visual {
    inset: 0 0 auto 0;
    height: 52rem;
    overflow: visible;
  }
}

.index-mv__bg {
  position: absolute;
  inset: 0;
}

.index-mv__bg img,
.index-mv__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-mv__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.9rem;
}
@media (max-width: 767px) {
  .index-mv__header {
    display: none;
  }
}

.index-mv__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30.1rem;
  margin-top: 1.2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-mv__logo {
    width: 17rem;
    margin: 1rem 0 0 1.2rem;
  }
}

.index-mv__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.index-mv__logo-band {
  display: block;
  width: 96%;
  margin-left: 1.3rem;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .index-mv__logo-band {
    font-size: 1rem;
    margin-left: 0.6rem;
  }
}

.index-mv__catch {
  position: absolute;
  top: 17rem;
  left: 70%;
  transform: translateX(-50%);
  z-index: 6;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #333333;
  text-align: center;
  text-shadow: 2px 1px 1.7px #fff, 0 0 4px #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__catch {
    top: 22rem;
    left: 50%;
    width: 100%;
    padding: 0 2rem;
    white-space: normal;
  }
}

.index-mv__catch-q {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .index-mv__catch-q {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.index-mv__catch-lead {
  margin-top: 1.8rem;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .index-mv__catch-lead {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.index-mv__catch-em {
  color: #467d08;
}

.index-mv__badges {
  position: absolute;
  top: 44rem;
  left: 48%;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 767px) {
  .index-mv__badges {
    top: 44.7rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 4rem;
  }
}

.index-mv__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.4rem;
  height: 32.4rem;
  background: center/contain no-repeat;
}
@media (max-width: 767px) {
  .index-mv__badge {
    width: 16.5rem;
    height: 16.5rem;
  }
}

.index-mv__badge--ninteii {
  z-index: 2;
  background-image: url("../img/top/badge-bg-ninteii.webp");
}

.index-mv__badge--jisseki {
  z-index: 1;
  margin-left: -6rem;
  background-image: url("../img/top/badge-bg-jisseki.webp");
}
@media (max-width: 767px) {
  .index-mv__badge--jisseki {
    margin-left: -3rem;
  }
}

.index-mv__badge-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  .index-mv__badge-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.index-mv__badge-num {
  font-size: 4.8rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .index-mv__badge-num {
    font-size: 1.6rem;
  }
}

.index-mv__badge-unit {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .index-mv__badge-unit {
    font-size: 1.6rem;
  }
}

.index-mv .l-gnav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 7;
}
@media (max-width: 767px) {
  .index-mv .l-gnav {
    display: none;
  }
}

.index-en-ttl {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-align: center;
  background: linear-gradient(180deg, #b2b2b2 0%, #c7c7c7 52%, #d6d6d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .index-en-ttl {
    font-size: 1.7rem;
    letter-spacing: 0.18em;
  }
}

.index-jp-ttl {
  position: relative;
  z-index: 2;
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  background: linear-gradient(180deg, #333 0%, #6aa923 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .index-jp-ttl {
    margin-top: 0.6rem;
    font-size: 2.6rem;
  }
}

.index-quality {
  position: relative;
  padding: 8.4rem 0 9rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-quality {
    padding: 1rem 0 5rem;
  }
}

.index-quality::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/quality-bg.webp") center top/cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-quality::before {
    transform: translateY(-14rem);
  }
}

.index-quality__title {
  position: relative;
  z-index: 1;
}

.index-quality__cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5rem;
  max-width: 142rem;
  margin: 7.6rem auto 0;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .index-quality__cards {
    flex-direction: column;
    gap: 4rem;
    margin-top: 3.6rem;
    padding: 0 2rem;
  }
}

.index-quality__card {
  width: 61.5rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .index-quality__card {
    width: 100%;
  }
}

.index-quality__img {
  position: relative;
  width: 100%;
  height: 52.3rem;
}
@media (max-width: 767px) {
  .index-quality__img {
    height: 24rem;
  }
}

.index-quality__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-quality__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.index-quality__img-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .index-quality__img-ttl {
    font-size: 2.2rem;
  }
}

.index-quality__text {
  margin-top: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 767px) {
  .index-quality__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.index-quality__cross {
  position: absolute;
  top: 26rem;
  left: 50%;
  z-index: 2;
  width: 17rem;
  height: 17rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-quality__cross {
    position: relative;
    top: auto;
    left: auto;
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    transform: none;
  }
}

.index-quality__cross::before,
.index-quality__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.9rem;
  height: 3px;
  background: #333;
}

.index-quality__cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.index-quality__cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.index-zero {
  position: relative;
  padding: 7rem 0 9rem;
  background: rgba(217, 238, 194, 0.35);
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-zero {
    padding: 4.4rem 0 5rem;
  }
}

.index-zero__inner {
  position: relative;
  z-index: 1;
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-zero__ttl {
  text-align: center;
  font-size: 3.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-zero__ttl {
    font-size: 2.4rem;
    white-space: normal;
  }
}

.index-zero__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .index-zero__list {
    gap: 1.2rem;
    margin-top: 2.8rem;
  }
}

.index-zero__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 3.2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .index-zero__item {
    gap: 1.4rem;
    padding: 1.6rem 1.8rem;
  }
}

.index-zero__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding-top: 0.3rem;
  border-radius: 50%;
  background: #6aa923;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
@media (max-width: 767px) {
  .index-zero__num {
    width: 3.8rem;
    height: 3.8rem;
    padding-top: 0.2rem;
    font-size: 2.2rem;
  }
}

.index-zero__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .index-zero__text {
    font-size: 1.6rem;
  }
}

.index-movie {
  position: relative;
  padding: 4.6rem 0 6rem;
  background: url("../img/top/movie-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-movie {
    padding: 3.6rem 0 4.4rem;
  }
}

.index-movie::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(70, 125, 8, 0.7);
}

.index-movie__hex,
.index-movie__corner {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-movie__hex,
  .index-movie__corner {
    display: none;
  }
}

.index-movie__hex {
  width: 24.9rem;
  height: auto;
}

.index-movie__hex--l {
  top: 0;
  left: 8rem;
  transform: scaleY(-1);
}

.index-movie__hex--r {
  top: 23.3rem;
  right: 10.5rem;
  transform: rotate(180deg);
}

.index-movie__corner {
  width: 35.4rem;
  height: auto;
}

.index-movie__corner--l {
  bottom: 0;
  left: 0;
}

.index-movie__corner--r {
  top: 0;
  right: 0;
}

.index-movie__head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.index-movie__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-movie__ttl {
    font-size: 2.6rem;
  }
}

.index-movie__sub {
  margin-top: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-movie__sub {
    font-size: 1.3rem;
  }
}

.index-movie__card {
  position: relative;
  z-index: 2;
  width: 65rem;
  max-width: calc(100% - 4rem);
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .index-movie__card {
    margin-top: 3rem;
  }
}

.index-movie__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 650/365;
  object-fit: cover;
}

.index-movie__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  transition: background 0.2s;
}

.index-movie__btn:hover {
  background: rgba(255, 255, 255, 0.14);
}

.index-movie__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 650/365;
  border: 0;
}

.index-menu {
  position: relative;
  background: #fff;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .index-menu {
    padding-bottom: 4rem;
  }
}

.index-menu__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 62rem;
  padding-bottom: 17rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-menu__head {
    height: 34rem;
    padding-bottom: 11rem;
  }
}

.index-menu__head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/dentures-bg.webp") center/cover no-repeat;
}

.index-menu__head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 37.6rem;
  background: rgba(106, 169, 35, 0.8);
}
@media (max-width: 767px) {
  .index-menu__head::after {
    height: 20rem;
  }
}

.index-menu__title {
  position: relative;
  z-index: 2;
}

.index-menu__sub {
  position: relative;
  z-index: 2;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #fff;
  transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .index-menu__sub {
    font-size: 2.6rem;
  }
}

.index-menu__cards {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6.7rem;
  margin-top: -13rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .index-menu__cards {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: -9rem;
    padding: 0 2rem;
  }
}

.index-menu__card {
  position: relative;
  display: block;
  width: 64rem;
  max-width: 100%;
  min-height: 46.9rem;
  padding: 4.7rem 4rem 10rem 9rem;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-menu__card {
    min-height: 0;
    padding: 3rem 2rem 7rem;
  }
}

.index-menu__card--full {
  background: #d9eec2;
  --corner: #8cc63f;
}

.index-menu__card--partial {
  background: #b0dddd;
  --corner: #5cb8b8;
}

.index-menu__card-ttl {
  position: absolute;
  top: 4.7rem;
  left: 4.4rem;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #333333;
}
@media (max-width: 767px) {
  .index-menu__card-ttl {
    top: 2rem;
    left: 1.5rem;
    font-size: 2.8rem;
  }
}

.index-menu__card-img {
  display: block;
  width: 50rem;
  max-width: 100%;
  height: 21rem;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-menu__card-img {
    width: 28rem;
    height: auto;
    margin: 0 -2rem 0 auto;
  }
}

.index-menu__card-text {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333333;
  margin-left: -5rem;
}
@media (max-width: 767px) {
  .index-menu__card-text {
    margin-top: 1.6rem;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.index-menu__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.7rem;
  height: 15.7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-menu__arrow {
    width: 9.4rem;
    height: 9.4rem;
  }
}

.index-menu__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--corner);
  clip-path: polygon(51.27% 50.32%, 100% 0%, 100% 100%, 0% 100%);
}

.index-menu__arrow::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  bottom: 3.6rem;
  width: 8.6rem;
  height: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2056.65%2016.21'%3E%3Cpath%20d='M1%2015.21H39.21M39.21%2015.21H54L39.21%202.21V15.21Z'%20fill='none'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right bottom/contain;
  transform: none;
}
@media (max-width: 767px) {
  .index-menu__arrow::after {
    right: 0.7rem;
    bottom: 1.7rem;
    width: 5.3rem;
    height: 1.5rem;
  }
}

.index-menu--4 .index-menu__cards {
  flex-wrap: wrap;
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
  gap: 6rem 5rem;
}
@media (max-width: 767px) {
  .index-menu--4 .index-menu__cards {
    gap: 3rem;
  }
}

.index-menu--4 .index-menu__card {
  width: calc(50% - 2.5rem);
  min-height: 44rem;
  padding: 3.6rem 4rem 10rem;
}
@media (max-width: 767px) {
  .index-menu--4 .index-menu__card {
    width: 100%;
    min-height: 0;
    padding: 3rem 2rem 7rem;
  }
}

.index-menu--4 .index-menu__card-ttl {
  position: static;
  writing-mode: horizontal-tb;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .index-menu--4 .index-menu__card-ttl {
    font-size: 2.4rem;
  }
}

.index-menu--4 .index-menu__card-text {
  margin-left: 0;
}

.index-menu__card--type1 {
  background: #e5e7f7;
  --corner: #8890dc;
}

.index-menu__card--type2 {
  background: #d9eec2;
  --corner: #8cc63f;
}

.index-menu__card--type3 {
  background: #b0dddd;
  --corner: #5cb8b8;
}

.index-menu__card--type4 {
  background: #f2e3e0;
  --corner: #cf948a;
}

.index-menu__card-img--product {
  height: 20rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .index-menu__card-img--product {
    width: 100%;
    height: 18rem;
    margin: 0 auto;
  }
}

.index-feature {
  position: relative;
  padding: 7rem 0 9rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-feature {
    padding: 4.4rem 0 5rem;
  }
}

.index-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/quality-bg.webp") center/cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.index-feature__title {
  position: relative;
  z-index: 1;
}

.index-feature__sub {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(180deg, #333 0%, #6aa923 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .index-feature__sub {
    font-size: 2.6rem;
  }
}

.index-feature__cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  max-width: 132rem;
  margin: 5.6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-feature__cards {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 3.4rem;
  }
}

.index-feature__card {
  width: 40rem;
  max-width: 100%;
  background: #fff;
  border: 1px solid #333;
  padding: 1.4rem 3.2rem 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-feature__card {
    padding: 1.4rem 2rem 2.6rem;
  }
}

.index-feature__num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #6aa923;
}

.index-feature__img {
  width: 33.5rem;
  max-width: 100%;
  height: 26.2rem;
  margin: 0.4rem auto 0;
}
@media (max-width: 767px) {
  .index-feature__img {
    width: 100%;
    height: 22rem;
  }
}

.index-feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__img--product {
  background: #f4f4f2;
}

.index-feature__img--product img {
  object-fit: contain;
  padding: 1.4rem;
}

.index-feature__name {
  margin-top: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .index-feature__name {
    font-size: 1.8rem;
  }
}

.index-feature__text {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: left;
}
@media (max-width: 767px) {
  .index-feature__text {
    font-size: 1.4rem;
  }
}

.index-hygiene {
  position: relative;
  background: url("../img/top/hygiene-bg.webp") center/cover no-repeat;
}

.index-hygiene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(106, 169, 35, 0.7);
}

.index-hygiene__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  max-width: 132rem;
  margin: 0 auto;
  padding: 8rem 8rem;
}
@media (max-width: 767px) {
  .index-hygiene__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    padding: 4.4rem 2rem;
  }
}

.index-hygiene__text {
  width: 58rem;
  max-width: 100%;
}

.index-hygiene__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-hygiene__en {
    font-size: 1.6rem;
  }
}

.index-hygiene__ja {
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-hygiene__ja {
    margin-top: 0.6rem;
    font-size: 2.4rem;
    white-space: normal;
  }
}

.index-hygiene__body {
  margin-top: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-hygiene__body {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}

.index-hygiene__circles {
  display: flex;
  gap: 3.6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-hygiene__circles {
    gap: 2rem;
    align-self: center;
  }
}

.index-hygiene__circle {
  position: relative;
  width: 30.6rem;
  height: 30.6rem;
}
@media (max-width: 767px) {
  .index-hygiene__circle {
    width: 15rem;
    height: 15rem;
  }
}

.index-hygiene__photo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.index-hygiene__label {
  position: absolute;
  top: -3.4rem;
  left: 50%;
  width: 38rem;
  height: 21rem;
  transform: translateX(-50%);
  overflow: visible;
}
@media (max-width: 767px) {
  .index-hygiene__label {
    top: -2rem;
    width: 20rem;
    height: 11rem;
  }
}

.index-hygiene__label text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
  fill: #fff;
}

.index-greeting-wrap {
  position: relative;
  overflow: hidden;
}

.index-greeting-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/quality-bg.webp") center/cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.index-greeting {
  position: relative;
  z-index: 1;
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .index-greeting {
    padding: 4.4rem 0 5rem;
  }
}

.index-greeting__title {
  position: relative;
  z-index: 1;
}

.index-greeting__sub {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(180deg, #333 0%, #6aa923 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .index-greeting__sub {
    font-size: 2.6rem;
  }
}

.index-greeting__cols {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6rem;
  max-width: 124rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-greeting__cols {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.index-greeting__name {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .index-greeting__name {
    margin-top: 1.8rem;
  }
}

.index-greeting__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.5rem;
  height: 11.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.index-greeting__name-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.index-greeting__name-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333333;
}

.index-greeting__name-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #467d08;
}

.index-greeting__body {
  flex: 1;
  max-width: 74rem;
}
@media (max-width: 767px) {
  .index-greeting__body {
    width: 100%;
    max-width: 100%;
  }
}

.index-greeting__catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .index-greeting__catch {
    font-size: 2.2rem;
    line-height: 1.6;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}

.index-greeting__green {
  color: #6aa923;
}

.index-greeting__text {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .index-greeting__text {
    margin-top: 2.4rem;
  }
}

.index-greeting__p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .index-greeting__p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.index-greeting__p + .index-greeting__p {
  margin-top: 1.6rem;
}

.index-greeting__quote {
  padding: 1.8rem 2.4rem;
  border-left: 3px solid #6aa923;
  background: rgba(217, 238, 194, 0.4);
  font-weight: 600;
}
@media (max-width: 767px) {
  .index-greeting__quote {
    padding: 1.4rem 1.6rem;
  }
}

.index-greeting__photo {
  width: 42rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-greeting__photo {
    order: -1;
    width: 100%;
    max-width: 42rem;
  }
}

.index-greeting__photo img {
  display: block;
  width: 100%;
  height: 55rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index-greeting__photo img {
    height: 43rem;
  }
}

.index-gallery {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.9rem;
  padding: 0 0 13rem;
}
@media (max-width: 767px) {
  .index-gallery {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-bottom: 6rem;
  }
}

.index-gallery__item {
  display: block;
  width: calc(25% - 1.425rem);
  height: 33rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index-gallery__item {
    width: calc(50% - 0.4rem);
    height: 18rem;
  }
}

.index-flow {
  padding: 7rem 2rem 8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .index-flow {
    padding: 4.4rem 2rem 5rem;
  }
}

.index-flow__inner {
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
}

.index-flow__sub {
  margin-top: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #467d08;
}
@media (max-width: 767px) {
  .index-flow__sub {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.index-flow__text {
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: left;
}
@media (max-width: 767px) {
  .index-flow__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.index-flow__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  max-width: 100%;
  height: 6.6rem;
  margin: 4rem auto 0;
  background: #6aa923;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .index-flow__btn {
    width: 100%;
    height: 5.6rem;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

.index-flow__btn:hover {
  opacity: 0.85;
}

.index-flow__btn-arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .index-flow__btn-arrow {
    right: 2.4rem;
    width: 2.8rem;
  }
}

.index-flow__btn-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.index-cta {
  padding: 6rem 2rem;
  background: rgba(217, 238, 194, 0.5);
  text-align: center;
}
@media (max-width: 767px) {
  .index-cta {
    padding: 4rem 2rem;
  }
}

.index-cta__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.index-cta__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #366700;
}
@media (max-width: 767px) {
  .index-cta__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.index-cta__lead {
  margin-top: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .index-cta__lead {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.index-cta__btns {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .index-cta__btns {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    margin-top: 2.4rem;
  }
}

.index-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38rem;
  max-width: 100%;
  min-height: 9.4rem;
  padding: 1.2rem 2rem;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .index-cta__btn {
    width: 100%;
    min-height: 8rem;
  }
}

.index-cta__btn:hover {
  opacity: 0.88;
}

.index-cta__btn--tel {
  gap: 0.2rem;
  background: #6aa923;
  line-height: 1.2;
}

.index-cta__btn--web {
  flex-direction: row;
  gap: 1.2rem;
  background: #467d08;
}

.index-cta__btn-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.index-cta__btn-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .index-cta__btn-num {
    font-size: 2.6rem;
  }
}

.index-cta__btn-icon {
  width: 2.4rem;
  height: auto;
}

.index-cta__btn-icon--web {
  width: 3.4rem;
}

.index-cta__btn-time {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.index-cta__btn-web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}

.index-worry {
  padding: 7rem 2rem 8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .index-worry {
    padding: 4rem 2rem 5rem;
  }
}

.index-worry__inner {
  max-width: 108rem;
  margin: 0 auto;
  text-align: center;
}

.index-worry__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 4rem;
  max-width: 96rem;
  margin: 4rem auto 0;
  text-align: left;
}
@media (max-width: 767px) {
  .index-worry__list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.6rem;
  }
}

.index-worry__item {
  position: relative;
  padding: 1.6rem 1.8rem 1.6rem 5rem;
  background: rgba(217, 238, 194, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .index-worry__item {
    padding: 1.2rem 1.4rem 1.2rem 4.2rem;
    font-size: 1.4rem;
  }
}

.index-worry__item::before {
  content: "✓";
  position: absolute;
  left: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6aa923;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .index-worry__item::before {
    left: 1.4rem;
    font-size: 1.9rem;
  }
}

.index-worry__note {
  margin-top: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #366700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index-worry__note {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }
}

.index-compare {
  padding: 7rem 2rem 8rem;
  background: rgba(217, 238, 194, 0.25);
}
@media (max-width: 767px) {
  .index-compare {
    padding: 4rem 2rem 5rem;
  }
}

.index-compare__inner {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}

.index-compare__wrap {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-compare__wrap {
    margin-top: 2.6rem;
  }
}

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

.index-compare__table th,
.index-compare__table td {
  border: 1px solid #dcdcdc;
  padding: 1.6rem 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
}

.index-compare__col-item {
  width: 13rem;
  background: #9a9a9a;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.index-compare__col-hoken {
  background: #a7adb2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.index-compare__col-jihi {
  background: #6aa923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.index-compare__item {
  background: rgba(217, 238, 194, 0.55);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.index-compare__jihi {
  background: rgba(217, 238, 194, 0.3);
}

.index-compare__mark {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.index-compare__mark.is-ok {
  color: #3a9a2e;
}

.index-compare__mark.is-no {
  color: #c0504d;
}

.index-compare__mark.is-mid {
  color: #e0a020;
}

@media (max-width: 767px) {
  .index-compare__table {
    display: block;
  }
  .index-compare__table thead {
    display: none;
  }
  .index-compare__table tbody {
    display: block;
  }
  .index-compare__table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.6rem;
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .index-compare__table th,
  .index-compare__table td {
    border: 0;
    padding: 1.3rem 1rem;
    font-size: 1.45rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .index-compare__item {
    grid-column: 1/-1;
    background: rgba(106, 169, 35, 0.9);
    color: #fff;
    font-size: 1.6rem;
  }
  .index-compare__hoken {
    border-right: 1px solid #e6e6e6;
    background: #fff;
  }
  .index-compare__jihi {
    background: rgba(217, 238, 194, 0.3);
  }
  .index-compare__hoken::before {
    content: "保険の入れ歯";
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #999;
  }
  .index-compare__jihi::before {
    content: "自費の入れ歯";
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #366700;
  }
  .index-compare__mark {
    display: block;
    margin: 0 auto 0.2rem;
    font-size: 1.7rem;
  }
}
/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  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 {
    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;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  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: flex;
  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%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  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: flex;
  justify-content: 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: #6aa923;
}

/* ============================================================
   投稿詳細（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: flex;
  align-items: center;
  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: #467d08;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: 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: flex;
  align-items: 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%;
  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%;
  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: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  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) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  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;
  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: #6aa923;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  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: #6aa923;
}
@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: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #6aa923;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  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;
  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;
  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: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    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: flex;
  align-items: center;
  justify-content: center;
  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: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    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;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  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;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    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: 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: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  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;
  object-fit: cover;
  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: flex;
  align-items: 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;
  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: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  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: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  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: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  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: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  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: flex;
  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;
  }
}