@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: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #434343;
}

.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;
}
@media (max-width: 767px) {
  .inner128 {
    padding: 0 1.25rem;
  }
}

.page-fv {
  position: relative;
}

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

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: 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: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: 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: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: 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;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.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: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  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: #AE8D47;
}

.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: 6rem;
  height: 6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #434343;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 6.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}

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

/* ============================================================
   ヘッダー（Figma node 32:743 / SP 32:1616）
   PC: 高さ133px・背景 rgba(255,255,255,.86)・MV/FV の上に重なる上部固定
   SP: 高さ79px・白背景・右にハンバーガー
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.3rem;
  z-index: 9900;
  background: rgba(255, 255, 255, 0.86);
}
@media (max-width: 767px) {
  .l-header {
    height: 7.9rem;
    background: #fff;
  }
}

.l-header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 4.7rem 1.8rem 6.1rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 1rem 2rem;
  }
}

/* ── 左：キャッチコピー＋ロゴ ───────────────── */
.l-header__left {
  width: 36.2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
@media (max-width: 767px) {
  .l-header__left {
    width: 23.5rem;
    gap: 0.7rem;
  }
}

.l-header__catch {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #434343;
}
@media (max-width: 767px) {
  .l-header__catch {
    font-size: 0.82rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }
}

.l-header__logo {
  display: block;
  width: 35.6rem;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 100%;
  }
}

/* ── 右：TELボタン＋グローバルナビ ───────────── */
.l-header__right {
  width: 57.3rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header__tel {
  width: 18.6rem;
  height: 5.8rem;
  background: #0873C3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}

.l-header__tel-icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.l-header__tel-num {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  list-style: none;
}

.l-header__nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #434343;
  text-decoration: none;
  white-space: nowrap;
}

/* ============================================================
   ハンバーガー（SPのみ・material-symbols:menu 34×35 / 青線）
   挙動: js/hamburger.js（.hamburger に .open、.hamburger-menu に .active）
   ============================================================ */
.hamburger {
  width: 3.4rem;
  height: 3.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9999;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 3.4rem;
  height: 0.3rem;
  background: #0873C3;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  transform: translateX(-50%);
  top: calc(50% - 1.1rem);
}

.hamburger span:nth-child(2) {
  transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  transform: translateX(-50%);
  top: calc(50% + 1.1rem);
}

.hamburger.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

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

.hamburger.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* ── ハンバーガーメニュー本体 ───────────────── */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -6px 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 9890;
  transform: translateX(100%);
  transition: transform 500ms cubic-bezier(0.75, 0, 0.25, 1);
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

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

.hamburger-menu__scroll {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.hamburger-menu__wrapper {
  min-height: 100vh;
  padding: 10rem 3rem 6rem;
}

.hamburger-menu__list {
  list-style: none;
  margin-bottom: 4rem;
}

.hamburger-menu__listItem {
  border-bottom: 1px solid #B7B7B7;
}

.hamburger-menu__listLink {
  display: block;
  padding: 1.8rem 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #434343;
  text-decoration: none;
}

.hamburger-menu__btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/* ============================================================
   フッター（Figma node 22:277 / SP 32:1607）
   白背景・ロゴ／住所／TEL・お問い合わせボタン／グロナビ／コピーライト
   ============================================================ */
.l-footer {
  position: relative;
  margin-top: 8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: 4rem;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.4rem 2rem 0;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 2rem 0;
  }
}

.l-footer__logo {
  display: block;
  width: 35.6rem;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 22.6rem;
  }
}

.l-footer__address {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  color: #434343;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin-top: 0;
  }
}

/* ── TEL／お問い合わせボタン ───────────────── */
.l-footer__btns {
  margin-top: 3rem;
  display: flex;
  gap: 1.7rem;
}
@media (max-width: 767px) {
  .l-footer__btns {
    margin-top: 3.1rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.l-footer__btns .c-btn-tel {
  width: 32.2rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .l-footer__btns .c-btn-tel {
    width: 22.3rem;
    height: 5.8rem;
  }
}
.l-footer__btns .c-btn-tel__num {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer__btns .c-btn-tel__num {
    font-size: 2rem;
  }
}
.l-footer__btns .c-btn-contact {
  width: 32.2rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .l-footer__btns .c-btn-contact {
    width: 22.3rem;
    height: 5.8rem;
  }
}

/* ── フッターナビ ───────────────────────── */
.l-footer__nav {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    margin-top: 3.1rem;
    width: 23.3rem;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.4rem;
  }
}

.l-footer__nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #434343;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.3rem;
  }
}

/* ── コピーライト（ページ最末端。余計な下マージンは付けない） ── */
.l-copyright {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
  background: #fff;
  padding: 4.6rem 2rem 1.4rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1rem;
    padding: 3rem 2rem 1.4rem;
  }
}

/* ============================================================
   SP下部固定バー（TEL／アクセス・template-parts/sp-fix-area.php）
   フッター到達で .is-hidden（js/sp-fix-area.js）
   ============================================================ */
.sp-fix-area {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9880;
  display: flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 768px) {
  .sp-fix-area {
    display: none;
  }
}

.sp-fix-area.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.sp-fix-area__btn {
  flex: 1;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-decoration: none;
}

.sp-fix-area__btn--tel {
  background: #0873C3;
}

.sp-fix-area__btn--access {
  background: #434343;
}

.sp-fix-area__icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.sp-fix-area__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.sp-fix-area__tel-num {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}

@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: #0873C3;
}

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

/* ============================================================
   事業案内ページ（Figma Desktop-2 20:11）
   FV → ABOUT（画像425×281＋本文825px）→ MENU（3列カード）
   ============================================================ */
.page-service {
  background: #fff;
}

/* ── ABOUT（Figma 32:652） ── */
.page-service__about {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .page-service__about {
    margin-top: 3rem;
  }
}

.page-service__about-body {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-service__about-body {
    margin-top: 3rem;
    flex-direction: column;
  }
}

.page-service__about-image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-service__about-image {
    width: 100%;
    height: 23.2rem;
  }
}

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

.page-service__about-text {
  width: 82.5rem;
}
@media (max-width: 767px) {
  .page-service__about-text {
    width: 100%;
  }
}

/* ── MENU（Figma 32:653・3列カード／列gap11px・行gap13px） ── */
.page-service__menu {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-service__menu {
    margin-top: 4rem;
  }
}

.page-service__menu-list {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.3rem 1.1rem;
}
@media (max-width: 767px) {
  .page-service__menu-list {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 2.4rem;
  }
}

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

.service-card__image {
  width: 100%;
  height: 27.7rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .service-card__image {
    height: 22.2rem;
  }
}

.service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card__title {
  flex-shrink: 0;
  min-height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  background: #0873C3;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.72;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .service-card__title {
    min-height: 6rem;
    font-size: 1.8rem;
  }
}

.service-card__price {
  flex-shrink: 0;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-bottom: 1px solid #B7B7B7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.72;
  color: #434343;
}
@media (max-width: 767px) {
  .service-card__price {
    min-height: 5.6rem;
    font-size: 1.8rem;
  }
}

.service-card__note {
  flex: 1;
  padding-top: 0.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: right;
  color: #434343;
}
@media (max-width: 767px) {
  .service-card__note {
    font-size: 1.6rem;
  }
}

/* ============================================================
   独立希望者募集ページ（Figma Desktop-3 25:38）
   FV ＋ Coming Soon 見出しのみ（内容は後日共有）
   ============================================================ */
.page-independence {
  background: #fff;
}

.page-independence__coming {
  margin-top: 4.9rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-independence__coming {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
}

/* ============================================================
   会社案内ページ（Figma Desktop-4 26:156）
   FV → ACCESS（見出し・本文・画像425×281＋会社概要テーブル825px）→ GoogleMap
   ============================================================ */
.page-company {
  background: #fff;
}

.page-company__access {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .page-company__access {
    margin-top: 3rem;
  }
}
.page-company__access .c-sec-head {
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .page-company__access .c-sec-head {
    gap: 2rem;
  }
}

.page-company__text {
  margin-top: 4.6rem;
  width: 109.6rem;
}
@media (max-width: 767px) {
  .page-company__text {
    margin-top: 3rem;
    width: 100%;
  }
}

.page-company__body {
  margin-top: 4.6rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-company__body {
    margin-top: 3rem;
    flex-direction: column;
  }
}

.page-company__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-company__image {
    width: 100%;
    height: 23.2rem;
  }
}

.page-company__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テーブル本体は共通の .c-info-table（_component.scss） */
.page-company__body .c-info-table {
  width: 82.5rem;
}
@media (max-width: 767px) {
  .page-company__body .c-info-table {
    width: 100%;
  }
}

/* ── GoogleMap（Figma 26:294・フルブリード 1440×474） ── */
.page-company__map {
  margin-top: 8rem;
  width: 100%;
  height: 47.4rem;
}
@media (max-width: 767px) {
  .page-company__map {
    margin-top: 4rem;
    height: 35.9rem;
  }
}

.page-company__map-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* ============================================================
   採用情報ページ（Figma Desktop-5 32:313）
   FV → RECRUIT（画像＋本文）→ 募集要項テーブル → Q&A＋締め＋ボタン（背景 #E8F8FF）
   ============================================================ */
.page-recruit {
  background: #fff;
}

/* ── RECRUIT リード＋本文（Figma 32:725） ── */
.page-recruit__intro {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .page-recruit__intro {
    margin-top: 3rem;
  }
}
.page-recruit__intro .c-sec-head {
  gap: 2.4rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .page-recruit__intro .c-sec-head {
    gap: 2rem;
    padding-bottom: 1.6rem;
  }
}

.page-recruit__intro-body {
  margin-top: 2.8rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-recruit__intro-body {
    margin-top: 3rem;
    flex-direction: column;
  }
}

.page-recruit__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-recruit__image {
    width: 100%;
    height: 23.2rem;
  }
}

.page-recruit__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-recruit__text {
  width: 82.5rem;
}
@media (max-width: 767px) {
  .page-recruit__text {
    width: 100%;
  }
}

/* ── 募集要項テーブル（Figma 32:648・825px中央） ── */
.page-recruit__prospectus {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-recruit__prospectus {
    margin-top: 4rem;
  }
}

.page-recruit__table-wrap {
  width: 82.5rem;
  margin: 3.5rem auto 0;
}
@media (max-width: 767px) {
  .page-recruit__table-wrap {
    width: 100%;
    margin-top: 2.4rem;
  }
}

/* ── Q&A ＋ 締めの文＋ボタン（Figma 32:667） ── */
.page-recruit__qa {
  margin-top: 8rem;
  padding: 7.6rem 0 6.8rem;
  background: #E8F8FF;
}
@media (max-width: 767px) {
  .page-recruit__qa {
    margin-top: 4rem;
    padding: 3.2rem 0 4rem;
  }
}
.page-recruit__qa .c-sec-head {
  gap: 24rem;
}
@media (max-width: 767px) {
  .page-recruit__qa .c-sec-head {
    gap: 2rem;
  }
}
.page-recruit__qa .c-qa__list {
  margin-top: 3.5rem;
}

.page-recruit__closing {
  margin-top: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .page-recruit__closing {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

.page-recruit__btns {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-recruit__btns {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-recruit__btns .c-btn-tel {
  width: 18.6rem;
}
@media (max-width: 767px) {
  .page-recruit__btns .c-btn-tel {
    width: 22.3rem;
  }
}

/* ============================================================
   お問い合わせページ（Figma Desktop-6 32:774）
   実装は create-contact-form スキルの CF7 標準形（.contact-form*）
   ラベル列400px（青地・白文字）＋入力列756px（下線）／入力欄は #F4F4F4
   ============================================================ */
.page-contact {
  background: #fff;
}

.page-contact__form {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .page-contact__form {
    margin-top: 3rem;
  }
}

.page-contact__note {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
}

/* ── フォーム本体 ───────────────────────── */
.contact-form {
  width: 115.6rem;
  margin: 2.6rem auto 0;
}
@media (max-width: 767px) {
  .contact-form {
    width: 100%;
    margin-top: 2rem;
  }
}

.contact-form__req {
  color: #CF0000;
}

.contact-form__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
  }
}

.contact-form__label {
  width: 40rem;
  flex-shrink: 0;
  padding: 1rem 2rem;
  background: #0873C3;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
  }
}

.contact-form__badge {
  width: 4.9rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #CF0000;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #fff;
}

.contact-form__field {
  flex: 1;
  min-width: 0;
  padding: 1rem 2rem;
  border-bottom: 1px solid #B7B7B7;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
}
@media (max-width: 767px) {
  .contact-form__field {
    width: 100%;
    padding: 1.2rem 1rem;
  }
}

.contact-form__sublabel {
  flex-shrink: 0;
  white-space: nowrap;
}

.contact-form__hyphen {
  flex-shrink: 0;
}

/* 入力要素（reset で appearance:none 済み） */
.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  height: 2.9rem;
  padding: 0 0.8rem;
  background: #F4F4F4;
  border: none;
  border-radius: 3px;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #434343;
}

.contact-form__field textarea {
  height: 21.3rem;
  padding: 0.8rem;
  line-height: 1.72;
  resize: vertical;
}

.contact-form__field select {
  width: 14.9rem;
  height: 2.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__field select {
    width: 100%;
  }
}

/* お名前・フリガナ（サブラベル＋入力の2組） */
.contact-form__field--name {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .contact-form__field--name {
    flex-wrap: wrap;
  }
}

.contact-form__unit {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-form__unit {
    flex: 1 1 100%;
  }
}

/* 住所（郵便番号／都道府県／住所の3段） */
.contact-form__row--address .contact-form__field {
  flex-direction: column;
}

.contact-form__zip {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-form__zip input[type=text] {
  width: 8.8rem;
  flex-shrink: 0;
}

.contact-form__addr {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* 電話番号（3分割） */
.contact-form__field--tel {
  flex-wrap: nowrap;
  align-items: center;
}

.contact-form__field--tel input[type=text],
.contact-form__field--tel input[type=tel] {
  width: 8.3rem;
  flex-shrink: 0;
}

/* ラジオ風の選択肢（CF7は checkbox exclusive で出力・reset の appearance:none 前提で自前描画） */
.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}

/* CF7は .contact-form__radios > .wpcf7-form-control-wrap > .wpcf7-checkbox > .wpcf7-list-item と入れ子で出力するため、
   選択肢の間隔は .wpcf7-checkbox 側に指定しないと効かない（項目のテキストと次の丸がくっつく） */
.contact-form__radios .wpcf7-checkbox,
.contact-form__radios .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 3.2rem;
}

.contact-form__radios .wpcf7-list-item {
  margin: 0;
}

.contact-form__radios label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.contact-form__radios .wpcf7-list-item-label {
  white-space: nowrap;
}

.contact-form__radios input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.3rem;
  height: 2.3rem;
  flex-shrink: 0;
  border: 1px solid #c8ccd2;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.contact-form__radios input[type=checkbox]:checked {
  border-color: #0873C3;
  background: radial-gradient(#0873C3 0 42%, #fff 46% 100%);
}

/* ── 個人情報保護方針（枠内スクロール／Figma 32:1159 1182×944） ── */
.contact-form__policy {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .contact-form__policy {
    margin-top: 3rem;
  }
}

.contact-form__policy-inner {
  height: 32rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #B7B7B7 transparent;
  padding: 2.4rem;
  border: 1px solid #B7B7B7;
}
@media (max-width: 767px) {
  .contact-form__policy-inner {
    height: 24rem;
    padding: 1.6rem;
  }
}
.contact-form__policy-inner::-webkit-scrollbar {
  width: 0.4rem;
}
.contact-form__policy-inner::-webkit-scrollbar-track {
  background: transparent;
}
.contact-form__policy-inner::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border-radius: 0.2rem;
}

.contact-form__policy-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
}
@media (max-width: 767px) {
  .contact-form__policy-text {
    font-size: 1.4rem;
  }
}

/* ── 同意チェック＋送信ボタン ───────────────── */
.contact-form__agree {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .contact-form__agree {
    margin-top: 3rem;
  }
}

.contact-form__agree .wpcf7-list-item {
  margin: 0;
}

.contact-form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
  cursor: pointer;
}

.contact-form__agree input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  border: 1px solid #c8ccd2;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.contact-form__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.45rem;
  width: 0.5rem;
  height: 0.9rem;
  border-right: 2px solid #0873C3;
  border-bottom: 2px solid #0873C3;
  transform: rotate(45deg);
}

.contact-form__submit-area {
  position: relative;
  margin-top: 4.2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-form__submit-area {
    margin-top: 3rem;
  }
}

.contact-form__submit-area button,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  width: 22.3rem;
  height: 5.8rem;
  border: none;
  background-color: #28A253;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}

.contact-form__submit-area button:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.8;
}

.contact-form__submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  transform: translateY(-50%);
}

/* ── CF7出力ラッパ対応 ───────────────────── */
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  min-width: 0;
}

.contact-form__zip .wpcf7-form-control-wrap,
.contact-form__field--tel .wpcf7-form-control-wrap {
  flex: 0 0 auto;
}

.contact-form__pref .wpcf7-form-control-wrap {
  display: inline-block;
  flex: 0 0 auto;
}

.contact-form__field .wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #CF0000;
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.72;
}

/* ============================================================
   TOP: MV（Figma PC 2:2上部・7:170・7:197 ／ SP 32:1283・32:1284・32:1644）
   写真だけ3枚入れ替わるスライダー（テキストは固定オーバーレイ）
   PC: 高さ668px ／ SP: 高さ720px
   ============================================================ */
.index-mv {
  position: relative;
  width: 100%;
  height: 66.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-mv {
    height: 72rem;
  }
}

.index-mv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.index-mv__slide {
  width: 100%;
  height: 100%;
}

.index-mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── テキスト（白いぼかし帯つき・Figma 7:174〜7:179 / SP 32:1632〜32:1635） ── */
.index-mv__textarea {
  position: absolute;
  top: 30rem;
  left: 23.6rem;
  z-index: 2;
  isolation: isolate;
}
@media (max-width: 767px) {
  .index-mv__textarea {
    top: 26.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 31.1rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index-mv__textarea::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.9rem;
    transform: translateX(-50%);
    width: 31.1rem;
    height: 24rem;
    background: rgba(255, 255, 255, 0.86);
    filter: blur(1.37rem);
    z-index: -1;
  }
}

.index-mv__title {
  position: relative;
  height: 7.4rem;
  padding: 0.5rem 0 0 0.8rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__title {
    height: auto;
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.45;
  }
}
.index-mv__title .small {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .index-mv__title .small {
    font-size: inherit;
  }
}
.index-mv__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 68.4rem;
  height: 7.4rem;
  background: rgba(255, 255, 255, 0.86);
  filter: blur(1.37rem);
  z-index: -1;
}
@media (max-width: 767px) {
  .index-mv__title::before {
    display: none;
  }
}

.index-mv__sub {
  position: relative;
  height: 6.9rem;
  padding: 1.4rem 0 0 0.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__sub {
    height: auto;
    padding: 0;
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.45;
  }
}
.index-mv__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47.7rem;
  height: 7.4rem;
  background: rgba(255, 255, 255, 0.64);
  filter: blur(1.37rem);
  z-index: -1;
}
@media (max-width: 767px) {
  .index-mv__sub::before {
    display: none;
  }
}

.index-mv__lead {
  position: relative;
  height: 7.4rem;
  padding: 1.4rem 0 0 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__lead {
    height: auto;
    padding: 0;
    margin-top: 1.1rem;
    width: 28.8rem;
    margin-inline: auto;
    font-size: 1.6rem;
    line-height: 1.45;
    white-space: normal;
  }
}
.index-mv__lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 78.3rem;
  height: 7.4rem;
  background: rgba(255, 255, 255, 0.64);
  filter: blur(1.37rem);
  z-index: -1;
}
@media (max-width: 767px) {
  .index-mv__lead::before {
    display: none;
  }
}

/* ============================================================
   TOP: CONCEPT（Figma PC 32:553 / SP 32:1511）
   見出し → 画像425×281 ＋ テキスト826px の2カラム
   ============================================================ */
.index-concept {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-concept {
    margin-top: 5.9rem;
  }
}

.index-concept__body {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2.9rem;
}
@media (max-width: 767px) {
  .index-concept__body {
    margin-top: 3.1rem;
    flex-direction: column;
  }
}

.index-concept__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-concept__image {
    width: 100%;
    height: auto;
    aspect-ratio: 740/490;
  }
}

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

.index-concept__textarea {
  width: 82.6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .index-concept__textarea {
    width: 100%;
  }
}

/* ============================================================
   TOP: SERVICE 事業案内（Figma PC 32:560 / SP 32:1308）
   PC: 左に本文762px＋ボタン／右に画像489×324
   SP: 本文 → 画像350×232 → ボタン の縦積み
   ============================================================ */
.index-service {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-service {
    margin-top: 4rem;
  }
}

.index-service__body {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 76.2rem 48.9rem;
  column-gap: 2.9rem;
  align-items: start;
}
@media (max-width: 767px) {
  .index-service__body {
    margin-top: 3.5rem;
    grid-template-columns: 1fr;
    row-gap: 2.9rem;
  }
}

.index-service__text {
  grid-column: 1;
  grid-row: 1;
}

.index-service__image {
  grid-column: 2;
  grid-row: 1/span 2;
  width: 48.9rem;
  height: 32.4rem;
}
@media (max-width: 767px) {
  .index-service__image {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 23.2rem;
  }
}

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

.index-service__btn {
  grid-column: 1;
  grid-row: 2;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .index-service__btn {
    grid-row: 3;
    margin-top: 0;
  }
}

/* ============================================================
   TOP: 独立希望者募集（Figma PC 32:562 / SP 32:1320）
   見出し＋線＋MOREボタンのみ
   ============================================================ */
.index-independence {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-independence {
    margin-top: 4rem;
  }
}

.index-independence__btn {
  margin-top: 4.7rem;
}

/* ============================================================
   TOP: Q&A よくある質問（Figma PC 32:579 / SP 32:1328）
   背景 #E8F8FF・Q/Aラベル60×55＋白パネル・最後に中央のMOREボタン
   ============================================================ */
.index-qa {
  margin-top: 8rem;
  padding: 7.6rem 0 6.8rem;
  background: #E8F8FF;
}
@media (max-width: 767px) {
  .index-qa {
    margin-top: 4rem;
    padding: 3.2rem 0 6.8rem;
  }
}
.index-qa .c-sec-head {
  gap: 24rem;
}
@media (max-width: 767px) {
  .index-qa .c-sec-head {
    gap: 2rem;
  }
}

.index-qa__btn {
  margin: 3.5rem auto 0;
}

/* ============================================================
   TOP: ABOUT US（Figma PC 32:585 / SP 32:1392）
   画像425×365とテキストの2ブロック（2つ目は左右逆）
   ============================================================ */
.index-about {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-about {
    margin-top: 4rem;
  }
}
.index-about .c-sec-head {
  gap: 37rem;
}
@media (max-width: 767px) {
  .index-about .c-sec-head {
    gap: 2.2rem;
  }
}

.index-about__block {
  margin-top: 4.6rem;
  display: flex;
  align-items: flex-start;
  gap: 2.9rem;
}
@media (max-width: 767px) {
  .index-about__block {
    margin-top: 4.6rem;
    flex-direction: column;
  }
}

.index-about__block--reverse {
  align-items: center;
}

.index-about__image {
  width: 42.5rem;
  height: 36.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-about__image {
    width: 100%;
    height: 30.1rem;
  }
}

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

.index-about__textarea {
  width: 82.6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .index-about__textarea {
    width: 100%;
    gap: 3rem;
  }
}

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

/* ============================================================
   TOP: 採用情報（Figma PC 32:589 / SP 32:1406）
   PC: 画像425×281（左）＋ リード／本文／ボタン（右571px）
   SP: テキスト → ボタン → 画像 の順
   ============================================================ */
.index-recruit {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-recruit {
    margin-top: 4rem;
  }
}

.index-recruit__body {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2.9rem;
}
@media (max-width: 767px) {
  .index-recruit__body {
    flex-direction: column-reverse;
    gap: 3.3rem;
  }
}

.index-recruit__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-recruit__image {
    width: 100%;
    height: 23.2rem;
  }
}

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

.index-recruit__textarea {
  width: 57.1rem;
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .index-recruit__textarea {
    width: 100%;
  }
}

/* ============================================================
   TOP: リード文（Figma PC 32:590 / SP 32:1419）背景 #E8F8FF
   ============================================================ */
.index-lead {
  margin-top: 8rem;
  padding: 7.5rem 0 5.7rem;
  background: #E8F8FF;
}
@media (max-width: 767px) {
  .index-lead {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}

.index-lead__inner {
  max-width: 113.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-lead__inner {
    padding: 0 1.25rem;
  }
}

/* ============================================================
   TOP: ACCESS 会社案内（Figma PC 32:627 / SP 32:1421）
   見出し＋本文＋（画像425×281／会社概要テーブル＋TEL・会社案内ボタン）
   ============================================================ */
.index-access {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-access {
    margin-top: 4rem;
  }
}
.index-access .c-sec-head {
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .index-access .c-sec-head {
    gap: 2rem;
  }
}

.index-access__text {
  margin-top: 4.6rem;
  width: 109.6rem;
}
@media (max-width: 767px) {
  .index-access__text {
    margin-top: 3rem;
    width: 100%;
  }
}

.index-access__body {
  margin-top: 4.6rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .index-access__body {
    margin-top: 3rem;
    flex-direction: column;
  }
}

.index-access__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-access__image {
    width: 100%;
    height: 23.2rem;
  }
}

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

.index-access__detail {
  width: 82.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .index-access__detail {
    width: 100%;
  }
}

.index-access__btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .index-access__btns {
    flex-direction: column;
    align-items: center;
  }
}
.index-access__btns .c-btn-tel {
  width: 18.6rem;
}
@media (max-width: 767px) {
  .index-access__btns .c-btn-tel {
    width: 22.3rem;
  }
}

/* ============================================================
   TOP: GoogleMap（Figma 7:108 / SP 32:1470）フルブリード
   ============================================================ */
.index-map {
  margin-top: 8rem;
  width: 100%;
  height: 47.4rem;
}
@media (max-width: 767px) {
  .index-map {
    margin-top: 4rem;
    height: 35.9rem;
  }
}

.index-map__frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* ============================================================
   TOP: 国道200号線でのお越し（Figma PC 32:616 / SP 32:1471）背景 #E8F8FF
   ============================================================ */
.index-route {
  margin-top: 8rem;
  padding: 4.8rem 0 4.5rem;
  background: #E8F8FF;
}
@media (max-width: 767px) {
  .index-route {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}

.index-route__body {
  display: flex;
  align-items: flex-start;
  gap: 2.9rem;
}
@media (max-width: 767px) {
  .index-route__body {
    flex-direction: column;
  }
}

.index-route__image {
  width: 42.5rem;
  height: 28.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-route__image {
    width: 100%;
    height: 23.2rem;
  }
}

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

.index-route__textarea {
  width: 82.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .index-route__textarea {
    width: 100%;
  }
}

/* ============================================================
   共通: お問い合わせバナー（Figma PC 4:50 951×325 / SP 32:1383 375×325）
   template-parts/cta.php
   ============================================================ */
.c-cta {
  position: relative;
  width: 95.1rem;
  height: 32.5rem;
  margin: 8rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-cta {
    width: 100%;
    margin-top: 4rem;
  }
}

.c-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(67, 67, 67, 0.49);
}

.c-cta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.c-cta__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cta__catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.c-cta__tel {
  margin-top: 0.8rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-cta__tel {
    font-size: 4rem;
  }
}

.c-cta__hours {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.c-cta__address {
  margin-top: 1.9rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.c-cta__btn {
  margin-top: 2.1rem;
  width: 32.2rem;
  height: 6.4rem;
  background: #28A253;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}

.c-cta__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.c-cta__btn-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

/* ============================================================
   404ページ（下層ページと同じ .lower-fv ＋ .not-found）
   アクセント色は案件のメインカラー $c_blue
   ============================================================ */
.page-404 {
  background: #fff;
}

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

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.not-found__code {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #0873C3;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #434343;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  color: #434343;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

/* ボタンは共通の .c-btn-green を流用（幅だけ広げる） */
.not-found__btn {
  width: 32rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 22.3rem;
    margin-top: 3rem;
  }
}

.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;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.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;
}
@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;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.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;
}
@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 {
  font-size: 2rem;
  line-height: 2;
}
.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;
  }
}
@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;
  }
}

/* ============================================================
   株式会社おそうじ研究所：共通コンポーネント（Figma実測値）
   ============================================================ */
/* ── TELボタン（青／Figma 22:277・32:1598） ── */
.c-btn-tel {
  width: 22.3rem;
  height: 5.8rem;
  background: #0873C3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-btn-tel {
    width: 22.3rem;
    margin-inline: auto;
  }
}

.c-btn-tel__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-btn-tel__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.c-btn-tel__num {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

/* ── お問い合わせボタン（緑／Figma 7:137） ── */
.c-btn-contact {
  width: 22.3rem;
  height: 5.8rem;
  background: #28A253;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-btn-contact {
    width: 22.3rem;
    margin-inline: auto;
  }
}

.c-btn-contact__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.c-btn-contact__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

/* ── セクション共通見出し（英字48px Black＋和文24px＋右にリード／下に区切り線）
      PC: Figma 32:551 ／ SP: Figma 32:1297（縦積み・英字36px） ── */
.c-sec-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10.1rem;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #B7B7B7;
}
@media (max-width: 767px) {
  .c-sec-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.c-sec-head__titles {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-sec-head__titles {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-sec-head__en {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #0873C3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-sec-head__en {
    font-size: 3.6rem;
  }
}

.c-sec-head__ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-sec-head__ja {
    font-size: 2rem;
  }
}

.c-sec-head__lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-sec-head__lead {
    font-size: 1.6rem;
    white-space: normal;
  }
}

/* ── セクション共通リード文（20px Bold ブルー） ── */
.c-lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0873C3;
}

/* ── セクション共通本文（15px / 行間1.72） ── */
.c-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.72;
  color: #434343;
}

/* ── 共通ボタン（緑・テキストのみ／Figma 2:52・2:59 223×58） ── */
.c-btn-green {
  width: 22.3rem;
  height: 5.8rem;
  background: #28A253;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-btn-green {
    width: 22.3rem;
    margin-inline: auto;
  }
}

/* ── 下層ページ共通FV（Figma 各ページ Frame 40／1440×545）
      背景写真＋英字64px＋和文36px。各 page-*.php にHTMLを直書きし、背景とタイトルだけ差し替える ── */
.lower-fv {
  position: relative;
  width: 100%;
  height: 54.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 32rem;
  }
}

.lower-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lower-fv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lower-fv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 27.3rem 12rem 17.9rem;
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
@media (max-width: 767px) {
  .lower-fv__inner {
    padding: 16rem 2rem 10.5rem;
    gap: 1rem;
  }
}

.lower-fv__en {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #0873C3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lower-fv__en {
    font-size: 3.6rem;
  }
}

.lower-fv__ja {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #434343;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lower-fv__ja {
    font-size: 2rem;
  }
}

/* ── 会社概要テーブル（TH青146px＋TD／Figma トップ 32:626・会社案内 32:663）
      SPは横スクロールさせず TH/TD を縦積みにする ── */
.c-info-table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .c-info-table__tbody {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-info-table__row {
    display: block;
    width: 100%;
  }
}

.c-info-table__th {
  width: 14.6rem;
  padding: 1rem 2rem;
  background: #0873C3;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: left;
  vertical-align: top;
  color: #fff;
}
@media (max-width: 767px) {
  .c-info-table__th {
    display: block;
    width: 100%;
  }
}

.c-info-table__td {
  padding: 1rem 2rem;
  border-bottom: 1px solid #B7B7B7;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.72;
  vertical-align: top;
  color: #434343;
}
@media (max-width: 767px) {
  .c-info-table__td {
    display: block;
    width: 100%;
  }
}

/* ── Q&Aリスト（Q/Aラベル60×55＋白パネル／Figma トップ 32:578・採用情報 32:675） ── */
.c-qa__list {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.c-qa__row {
  display: flex;
  align-items: stretch;
}

.c-qa__label {
  width: 6rem;
  min-height: 5.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 767px) {
  .c-qa__label {
    font-size: 2rem;
  }
}

.c-qa__label--q {
  background: #0873C3;
}

.c-qa__label--a {
  background: #434343;
  border-top: 1px solid #fff;
}

.c-qa__question {
  flex: 1;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #0873C3;
}
@media (max-width: 767px) {
  .c-qa__question {
    font-size: 1.6rem;
  }
}

.c-qa__answer {
  flex: 1;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #434343;
}

/*# sourceMappingURL=style.css.map */
