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

/* ============================================================
   共通ボタン（ティール丸ピル＋右側の斜め明部＋上跳ね矢印）
   使い方: <a class="c-btn" href="...">イベント設営について</a>
   Figma 6022:151（280×57）に準拠:
     ・ベース  #0ABAB5（$c_main）
     ・斜め明部 #0BC6C1 ＝右端95px分。左辺が斜め・右端はピルの丸み（Figma 6022:116）
       → 背景画像として右寄せ（background-size: auto 100%）でテキスト・矢印の下に敷く
     ・矢印    横線の右端に「線の上へ跳ねる」白線の三角（Figma 6022:120 / 37×10）
   ============================================================ */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  width: 28rem;
  max-width: 100%;
  height: 5.7rem;
  padding: 0 2.25rem 0 2.2rem;
  border-radius: 49px;
  background-color: #0ABAB5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2095%2057'%20fill='none'%3E%3Cpath%20d='M30.5%200H66.5C82.2401%200%2095%2012.7599%2095%2028.5C95%2044.2401%2082.2401%2057%2066.5%2057H0L30.5%200Z'%20fill='%230BC6C1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-btn {
    width: 26rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.c-btn::after {
  content: "";
  flex-shrink: 0;
  width: 3.7rem;
  height: 1rem;
  margin-left: auto;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2037%2010'%20fill='none'%3E%3Cpath%20d='M0.5%209H29M29%209H36.5L29%200.5V9Z'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.c-btn:hover {
  opacity: 0.85;
}

.c-btn--outline {
  background-color: #fff;
  background-image: none;
  color: #0ABAB5;
}
.c-btn--outline::after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2037%2010'%20fill='none'%3E%3Cpath%20d='M0.5%209H29M29%209H36.5L29%200.5V9Z'%20stroke='%230ABAB5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* 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）
   Figma 8004:230「PAGE TOP」63×63：$c_sub の丸＋白のV字（線幅4・角丸端）
   デザイン上フッター右にあるが、実装はスクロール追従（position: fixed）
   ============================================================ */
/* ============================================================
   SP画面下部の追従バー（Figma 8006:472 / 375×63）
   お問い合わせ（188px・$c_main）／アクセス（122px・$c_sub）／トップへ戻る（丸）
   ============================================================ */
.sp-fix-area {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix-area {
    position: fixed;
    z-index: 9970;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 6.3rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

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

.sp-fix-area__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.sp-fix-area__contact {
  width: 50.1333333333%;
  background: #0ABAB5;
}

.sp-fix-area__access {
  width: 32.5333333333%;
  background: #81D8D0;
}

.sp-fix-area__icon {
  display: block;
  height: auto;
}

.sp-fix-area__icon--mail {
  width: 3.1rem;
}

.sp-fix-area__icon--pin {
  width: 2.5rem;
}

.sp-fix-area__label {
  line-height: 1;
}

.sp-fix-area__totop {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
  border: none;
  background: #81D8D0;
  cursor: pointer;
}
.sp-fix-area__totop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #81d8d0 0%, #0bbab5 100%);
}

.sp-fix-area__totop-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 6.3rem;
  height: 6.3rem;
}

.to-top {
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  z-index: 9980;
  width: 6.3rem;
  height: 6.3rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #81D8D0;
  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__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9995;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}
.l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.l-header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 1.5rem;
  }
}

.l-header__logo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  margin-right: auto;
}
@media (max-width: 767px) {
  .l-header__logo {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

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

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}

.l-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 17.4rem;
  height: 4rem;
  margin-left: 3rem;
  border-radius: 51px;
  background: #0ABAB5;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact:hover {
  opacity: 0.85;
}

.l-header__contact-icon {
  width: 2.2rem;
  height: auto;
  flex-shrink: 0;
}

.l-header__contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
}

/* ============================================================
   ハンバーガー（SPのみ）
   ============================================================ */
.hamburger {
  display: none;
  width: 3.1rem;
  height: 2.2rem;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0ABAB5;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 1rem;
}

.hamburger span:nth-child(3) {
  top: 2rem;
}

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

.hamburger.open span {
  background: #fff;
}

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

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

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

body.fixed .l-header {
  background: transparent;
  box-shadow: none;
}

body.fixed .l-header__logo {
  opacity: 0;
  pointer-events: none;
}

/* ============================================================
   ハンバーガーメニュー本体（SP）
   ============================================================ */
.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(160deg, #81D8D0 0%, #0ABAB5 100%);
  z-index: 9990;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

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

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

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

.hamburger-menu__logo {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem;
}

.hamburger-menu__list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

.hamburger-menu__listItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.hamburger-menu__listLink {
  display: block;
  padding: 1.8rem 0.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.hamburger-menu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 5rem;
  border-radius: 51px;
  background: #fff;
  color: #0ABAB5;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

/* SPメニュー内の半円装飾（未使用なら無害） */
.menu-round-wrap {
  display: none;
}

.l-footer {
  position: relative;
  background: linear-gradient(90deg, #81D8D0 0%, #0ABAB5 100%);
  padding: 5.2rem 2rem 8.7rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 4rem 2rem 3rem;
  }
}

.l-footer__inner {
  max-width: 132rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    gap: 1.6rem;
  }
}

.l-footer__logo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    font-size: 2.8rem;
  }
}

.l-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.3rem;
  }
}

.l-footer__nav {
  width: 100%;
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    margin-top: 0.4rem;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.2rem 2rem;
  }
}

.l-footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
  }
}

.l-copyright {
  margin-top: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-copyright {
    margin-top: 2.4rem;
    font-size: 1rem;
  }
}

@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: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* ============================================================
   下層ページ共通パーツ
   ・.lower-fv        … 共通FV（template-parts/lower-fv.php / Figma 6026:428）
   ・.lower-lead      … FV下のティールのリードボックス（Figma 6034:99）
   ・.lower-en        … 大きい淡い英字見出し（Figma 6026:445）
   ・.lower-section   … テキスト＋画像の横並び（Figma 6026:446 / 6026:452）
   ・.lower-company   … 下部の会社案内（template-parts/company-map.php / Figma 6026:474）
   ============================================================ */
/* ---------- FV ---------- */
.lower-fv {
  position: relative;
  width: 100%;
  height: 60.9rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 34rem;
  }
}

.lower-fv__photo {
  position: absolute;
  top: -16rem;
  left: 24.8611111111%;
  width: 77.4652777778%;
  height: 75.3rem;
}
@media (max-width: 767px) {
  .lower-fv__photo {
    top: -6rem;
    left: 20%;
    width: 80%;
    height: 40rem;
  }
}
.lower-fv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lower-fv__moon {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../img/common/lower-fv-moon.svg") no-repeat left top/100% 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-fv__moon {
    background-position: 35% center;
    background-size: cover;
  }
}

.lower-fv__title {
  position: absolute;
  z-index: 2;
  top: 37rem;
  left: 12.9rem;
}
@media (max-width: 767px) {
  .lower-fv__title {
    top: 24rem;
    left: 1rem;
    text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.5);
  }
}

.lower-fv__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.9;
  color: #fff;
}
@media (max-width: 767px) {
  .lower-fv__title-ja {
    font-size: 2.4rem;
  }
}

.lower-fv__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #fff;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .lower-fv__title-en {
    font-size: 1.5rem;
  }
}

/* ---------- FV下のリードボックス（ティール地・白文字） ---------- */
.lower-lead {
  width: 100%;
  max-width: 121.8rem;
  margin: 14.3rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .lower-lead {
    margin-top: 5rem;
  }
}

.lower-lead__box {
  min-height: 27.3rem;
  padding: 4.9rem 9.8rem;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #81D8D0 0%, #0ABAB5 100%);
}
@media (max-width: 767px) {
  .lower-lead__box {
    min-height: 0;
    padding: 2.4rem 2rem;
  }
}

.lower-lead__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3125;
  color: #fff;
}
@media (max-width: 767px) {
  .lower-lead__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* ---------- 大きい淡い英字見出し ---------- */
.lower-en {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 2rem 0 6.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 0.9609375;
  color: #CCF2EE;
}
@media (max-width: 767px) {
  .lower-en {
    padding: 0 2rem;
    font-size: 6.4rem;
  }
}

/* ---------- テキスト＋画像の横並びセクション ---------- */
.lower-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.5rem;
  width: 100%;
  max-width: 135.9rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .lower-section {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.lower-section--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lower-section--reverse {
    flex-direction: column;
  }
}

.lower-section__body {
  flex-shrink: 0;
  width: 64rem;
}
@media (max-width: 767px) {
  .lower-section__body {
    width: 100%;
  }
}

.lower-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.1;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .lower-section__title {
    font-size: 2.2rem;
  }
}

.lower-section__text {
  margin-top: 5.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3125;
  color: #333333;
}
@media (max-width: 767px) {
  .lower-section__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.lower-section__image {
  flex-shrink: 0;
  width: 59.4rem;
}
@media (max-width: 767px) {
  .lower-section__image {
    width: 100%;
  }
}
.lower-section__image img {
  display: block;
  width: 100%;
  height: 38.2rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .lower-section__image img {
    height: 22rem;
  }
}

/* ---------- 下部の会社案内（template-parts/company-map.php） ---------- */
.lower-company {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 15rem;
}
@media (max-width: 767px) {
  .lower-company {
    padding: 5rem 0 10rem;
  }
}

.lower-company__decor {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5rem;
  width: 87.8rem;
  height: 52.8rem;
  background: url("../img/top/index-company-moon.svg") no-repeat right bottom/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-company__decor {
    right: 0;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: 28.5rem;
    background: url("../img/top/sp-company-moon.svg") no-repeat left bottom/100% 100%;
  }
}

.lower-company__inner {
  position: relative;
  z-index: 1;
}

.lower-company__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .lower-company__body {
    display: block;
  }
}

.lower-company__info {
  flex-shrink: 0;
  width: 55.4rem;
}
@media (max-width: 767px) {
  .lower-company__info {
    width: 100%;
  }
}

.lower-company__table {
  width: 100%;
}

.lower-company__row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: center;
  min-height: 8.7rem;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .lower-company__row {
    display: block;
    min-height: 0;
    padding: 1.4rem 0 1.6rem;
  }
}

.lower-company__th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .lower-company__th {
    margin-bottom: 0.6rem;
  }
}

.lower-company__td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}

.lower-company__btn {
  display: flex;
  margin: 6.4rem auto 0;
}
@media (max-width: 767px) {
  .lower-company__btn {
    margin: 3.5rem auto 0;
  }
}

.lower-company__photo {
  width: 61.3rem;
  aspect-ratio: 613/416;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-company__photo {
    width: 100%;
    margin-top: 3.5rem;
    aspect-ratio: 335/227;
  }
}
.lower-company__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   下層ページ「イベント設営」（Figma 6026:422）
   ・見た目のパーツはすべて _page-common.scss の共通クラスを流用
   ・このファイルはページ固有の縦リズム（セクション間余白）のみ定義する
   ============================================================ */
.page-event {
  background: #fff;
}
.page-event .lower-en {
  margin-top: 14.4rem;
}
@media (max-width: 767px) {
  .page-event .lower-en {
    margin-top: 8.6rem;
  }
}
.page-event .lower-section {
  margin-top: 15.8rem;
}
@media (max-width: 767px) {
  .page-event .lower-section {
    margin-top: 9.4rem;
  }
}
.page-event .lower-section--reverse {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .page-event .lower-section--reverse {
    margin-top: 7.8rem;
  }
}
.page-event .lower-company {
  margin-top: 15.6rem;
}
@media (max-width: 767px) {
  .page-event .lower-company {
    margin-top: 9.4rem;
  }
}

/* ============================================================
   下層ページ「内装工事」（Figma 6035:101）
   ・見た目のパーツはすべて _page-common.scss の共通クラスを流用
   ・このファイルはページ固有の縦リズムと、リードボックスの左右余白差分のみ定義する
   ============================================================ */
.page-interior {
  background: #fff;
}
.page-interior .lower-lead__box {
  min-height: 25.2rem;
  padding: 5.6rem 15.7rem;
}
@media (max-width: 767px) {
  .page-interior .lower-lead__box {
    min-height: 0;
    padding: 2.4rem 2rem;
  }
}
.page-interior .lower-en {
  margin-top: 13.6rem;
}
@media (max-width: 767px) {
  .page-interior .lower-en {
    margin-top: 8.2rem;
  }
}
.page-interior .lower-section {
  margin-top: 9.4rem;
}
@media (max-width: 767px) {
  .page-interior .lower-section {
    margin-top: 5.6rem;
  }
}
.page-interior .lower-section--reverse {
  margin-top: 14.2rem;
}
@media (max-width: 767px) {
  .page-interior .lower-section--reverse {
    margin-top: 8.5rem;
  }
}
.page-interior .lower-company {
  margin-top: 12.6rem;
}
@media (max-width: 767px) {
  .page-interior .lower-company {
    margin-top: 7.6rem;
  }
}

/* ============================================================
   事例一覧（アーカイブ）共通
   ・イベント事例 archive-event-case.php（Figma 6035:175 / 3列×6段＝18件）
   ・内装事例     archive-interior-case.php（Figma 6035:305 / 3列×5段＝15件）
   FV・大きい淡い英字・下部の会社案内は _page-common.scss（.lower-*）を使用
   ============================================================ */
.page-case {
  background: #fff;
}
.page-case .lower-en {
  margin-top: 17.3rem;
}
@media (max-width: 767px) {
  .page-case .lower-en {
    margin-top: 7rem;
  }
}

.case-archive {
  width: 100%;
}

.case-archive__empty {
  max-width: 110.5rem;
  margin: 8rem auto 0;
  padding: 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3125;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .case-archive__empty {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

/* ---------- 3列カードグリッド ---------- */
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.9rem;
  row-gap: 9.6rem;
  width: 100%;
  max-width: 110.5rem;
  margin: 11.9rem auto 0;
  padding: 0 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .case-list {
    grid-template-columns: 1fr;
    row-gap: 4.5rem;
    margin-top: 5rem;
  }
}

.case-list__item {
  display: flex;
}

.case-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.case-card:hover {
  opacity: 0.8;
}
.case-card:hover .case-card__icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.case-card:hover .case-card__icon::before {
  animation: case-card-arrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
}

.case-card__image {
  position: relative;
  flex-shrink: 0;
  height: 27.7rem;
  overflow: hidden;
  border-radius: 2.8rem;
}
@media (max-width: 767px) {
  .case-card__image {
    height: 28rem;
  }
}
.case-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card__icon {
  position: absolute;
  right: 3.4rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: #81D8D0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
@media (max-width: 767px) {
  .case-card__icon {
    right: 2rem;
    bottom: 1.6rem;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.case-card__icon::before {
  content: "";
  width: 0.97rem;
  height: 0.97rem;
  margin-left: -0.3rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@keyframes case-card-arrow {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  1% {
    transform: rotate(45deg) translate(0.42rem, -0.42rem);
  }
  75% {
    transform: rotate(45deg) translate(0, 0);
  }
  100% {
    transform: rotate(45deg) translate(0, 0);
  }
}
.case-card__title {
  margin-top: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .case-card__title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
  }
}

.case-card__text {
  margin-top: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .case-card__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

/* ---------- ページネーション（Figma 6035:298 数字 ＋ 6035:299 ボタン） ---------- */
.case-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  max-width: 110.5rem;
  margin: 6rem auto 8rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .case-pager {
    display: block;
    margin: 4rem auto 5rem;
  }
}

.case-pager__numbers {
  grid-column: 2;
}

.case-pager__numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  list-style: none;
}

.case-pager__numbers .page-numbers li a,
.case-pager__numbers .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  height: 4.6rem;
  padding: 0 1.4rem;
  border: 1px solid #0ABAB5;
  border-radius: 4.9rem;
  background: #fff;
  color: #0ABAB5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .case-pager__numbers .page-numbers li a,
  .case-pager__numbers .page-numbers li span {
    min-width: 4rem;
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}

.case-pager__numbers .page-numbers li a:hover {
  background: #81D8D0;
  border-color: #81D8D0;
  color: #fff;
}

.case-pager__numbers .page-numbers li .current {
  border-color: #0ABAB5;
  background-color: #0ABAB5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2095%2057'%20fill='none'%3E%3Cpath%20d='M30.5%200H66.5C82.2401%200%2095%2012.7599%2095%2028.5C95%2044.2401%2082.2401%2057%2066.5%2057H0L30.5%200Z'%20fill='%230BC6C1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #fff;
}

.case-pager__numbers .page-numbers li .dots {
  border-color: transparent;
  background: none;
  color: #333333;
}

.case-pager__next {
  grid-column: 3;
  justify-self: end;
  gap: 0.8rem;
  width: 20rem;
  height: 4.1rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .case-pager__next {
    width: 20rem;
    height: 4.1rem;
    margin: 3rem auto 0;
    font-size: 1.4rem;
  }
}
.case-pager__next::after {
  width: 2.6rem;
  height: 0.7rem;
}

.case-pager__prev {
  grid-column: 1;
  justify-self: start;
  flex-direction: row-reverse;
  gap: 0.8rem;
  width: 20rem;
  height: 4.1rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  background-image: none;
}
@media (max-width: 767px) {
  .case-pager__prev {
    width: 20rem;
    height: 4.1rem;
    margin: 3rem auto 0;
    font-size: 1.4rem;
  }
}
.case-pager__prev::after {
  width: 2.6rem;
  height: 0.7rem;
  margin-left: 0;
  margin-right: auto;
  transform: scaleX(-1);
}

/* ============================================================
   事例 詳細（single-event-case.php / single-interior-case.php）
   専用デザインが無いため、下層ページの標準スケールで組む
   ============================================================ */
.case-single {
  padding: 10rem 0 12rem;
}
@media (max-width: 767px) {
  .case-single {
    padding: 5rem 0 6rem;
  }
}

.case-single__inner {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.case-single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .case-single__title {
    font-size: 2.2rem;
  }
}

.case-single__date {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 767px) {
  .case-single__date {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}

.case-single__lead {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #333333;
}
@media (max-width: 767px) {
  .case-single__lead {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}

.case-single__image {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .case-single__image {
    margin-top: 2.4rem;
  }
}
.case-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.case-single__body {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.3125;
  color: #333333;
}
@media (max-width: 767px) {
  .case-single__body {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.case-single__body p {
  line-height: inherit;
}
.case-single__body p + p {
  margin-top: 2.4rem;
}
.case-single__body img {
  height: auto;
}

.case-single__btns {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .case-single__btns {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-top: 4rem;
  }
}

/* ============================================================
   会社概要ページ（page-company.php / Figma 6035:421）
   ・.company-head     … 大きい淡い英字＋ティールの小見出し（中央寄せ）
   ・.company-greeting … GREETING / ご挨拶（Figma 6035:540）
   ・.company-outline  … COMPANY / 会社案内テーブル（Figma 6035:555）
   ・.company-map      … GoogleMap（Figma 6035:556 / 839×360 の内側幅）
   ・.company-contact  … CONTACT FORM / CF7フォーム（Figma 6038:573）
   ============================================================ */
.page-company {
  background: #fff;
}

/* ---------- 共通見出し（中央寄せ） ---------- */
.company-head {
  width: 100%;
}

.company-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12.8rem;
  line-height: 0.9609375;
  color: #CCF2EE;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-en {
    font-size: 4.2rem;
  }
}

.company-ja {
  margin-top: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: #0ABAB5;
  text-align: center;
}
@media (max-width: 767px) {
  .company-ja {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}

/* ---------- GREETING / ご挨拶 ---------- */
.company-greeting {
  padding-top: 23.8rem;
}
@media (max-width: 767px) {
  .company-greeting {
    padding-top: 8rem;
  }
}

.company-greeting__inner {
  width: 100%;
  max-width: 102.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.company-greeting__text {
  margin-top: 6.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.1875;
  color: #333333;
}
@media (max-width: 767px) {
  .company-greeting__text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* ---------- COMPANY / 会社案内テーブル ---------- */
.company-outline {
  padding-top: 23.5rem;
}
@media (max-width: 767px) {
  .company-outline {
    padding-top: 8rem;
  }
}

.company-outline__inner {
  width: 100%;
  max-width: 77.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.company-table {
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .company-table {
    margin-top: 3rem;
  }
}

.company-table__row {
  position: relative;
  display: grid;
  grid-template-columns: 19.7rem 1fr;
  align-items: center;
  min-height: 8.7rem;
}
@media (max-width: 767px) {
  .company-table__row {
    display: block;
    min-height: 0;
    padding: 1.6rem 0 1.8rem;
  }
}
.company-table__row::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background: linear-gradient(to right, #0ABAB5 0 19.7rem, #CCF2EE 19.7rem);
}
@media (max-width: 767px) {
  .company-table__row::after {
    height: 0.3rem;
    background: linear-gradient(to right, #0ABAB5 0 8rem, #CCF2EE 8rem);
  }
}

.company-table__th {
  padding-left: 6.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .company-table__th {
    margin-bottom: 0.6rem;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.company-table__td {
  padding-left: 5.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .company-table__td {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

/* ---------- GoogleMap（内側幅・全幅ではない） ---------- */
.company-map {
  padding-top: 14.5rem;
}
@media (max-width: 767px) {
  .company-map {
    padding-top: 6rem;
  }
}

.company-map__inner {
  width: 100%;
  max-width: 87.9rem;
  height: 36rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .company-map__inner {
    height: 22rem;
  }
}

.company-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- CONTACT FORM ---------- */
.company-contact {
  padding: 23rem 0 14rem;
}
@media (max-width: 767px) {
  .company-contact {
    padding: 8rem 0 7rem;
  }
}
.company-contact .company-ja {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .company-contact .company-ja {
    margin-top: 2rem;
  }
}

.company-contact__inner {
  width: 100%;
  max-width: 77.3rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---------- お問い合わせフォーム（CF7／表示確認用フォーム共通） ---------- */
.contact-form {
  width: 100%;
  margin-top: 9.6rem;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 4rem;
  }
}

.contact-form__row {
  display: grid;
  grid-template-columns: 22.1rem 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}

.contact-form__row + .contact-form__row {
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .contact-form__row + .contact-form__row {
    margin-top: 2.4rem;
  }
}

.contact-form__row--textarea {
  align-items: flex-start;
}

.contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .contact-form__label {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}

.contact-form__row--textarea .contact-form__label {
  padding-top: 1.7rem;
}
@media (max-width: 767px) {
  .contact-form__row--textarea .contact-form__label {
    padding-top: 0;
  }
}

.contact-form__req {
  color: #ff0000;
}

.contact-form__field {
  width: 100%;
}

.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field textarea {
  width: 100%;
  height: 6.5rem;
  padding: 0 2rem;
  border: 1px solid #c5bebe;
  border-radius: 8px;
  background: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .contact-form__field input[type=text],
  .contact-form__field input[type=tel],
  .contact-form__field input[type=email],
  .contact-form__field textarea {
    height: 5.4rem;
    font-size: 1.4rem;
  }
}

.contact-form__field textarea {
  height: 31.9rem;
  padding: 1.6rem 2rem;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact-form__field textarea {
    height: 20rem;
  }
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

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

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

/* ---------- 送信ボタン（共通ボタン .c-btn と同じ見た目） ---------- */
.contact-form__submit-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10.8rem;
}
@media (max-width: 767px) {
  .contact-form__submit-area {
    margin-top: 5rem;
  }
}

.contact-form__submit-area button,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  width: 34rem;
  max-width: 100%;
  height: 5.7rem;
  padding: 0 6.5rem 0 2.2rem;
  border: none;
  border-radius: 49px;
  background-color: #0ABAB5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2037%2010'%20fill='none'%3E%3Cpath%20d='M0.5%209H29M29%209H36.5L29%200.5V9Z'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2095%2057'%20fill='none'%3E%3Cpath%20d='M30.5%200H66.5C82.2401%200%2095%2012.7599%2095%2028.5C95%2044.2401%2082.2401%2057%2066.5%2057H0L30.5%200Z'%20fill='%230BC6C1'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right 2.25rem center, right center;
  background-size: 3.7rem 1rem, auto 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .contact-form__submit-area button,
  .contact-form__submit-area input[type=submit] {
    width: 30rem;
    height: 5rem;
    padding: 0 5.5rem 0 1.8rem;
    font-size: 1.5rem;
    background-position: right 1.8rem center, right center;
    background-size: 3rem 0.9rem, auto 100%;
  }
}
.contact-form__submit-area button:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.85;
}

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

.index-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/1023;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .index-mv {
    aspect-ratio: 375/790;
  }
}

.index-mv__slider {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .index-mv__slider {
    top: 0;
    right: auto;
    left: 10.1333333333%;
    width: 89.8666666667%;
    height: 78.4810126582%;
  }
}

.index-mv__slider.swiper {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .index-mv__slider.swiper {
    margin-left: 0;
  }
}

.index-mv__slider .swiper-wrapper,
.index-mv__slider .swiper-slide {
  width: 100%;
  height: 100%;
}

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

.index-mv__moon {
  display: none;
}
@media (max-width: 767px) {
  .index-mv__moon {
    display: block;
    position: absolute;
    z-index: 2;
    inset: 0;
    background: url("../img/top/sp-mv-moon.svg") no-repeat left top/100% 100%;
    pointer-events: none;
  }
}

.index-mv__catch {
  position: absolute;
  z-index: 3;
  left: 5.6vw;
  bottom: 16%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .index-mv__catch {
    top: 43.6rem;
    bottom: auto;
    left: 1.8rem;
    font-size: 3.6rem;
    line-height: 1.6388888889;
  }
}

/* ============================================================
   02 COMPANY リード（会社案内）
   PC: 左に見出し（会社案内 / COMPANY）＋右に本文の2カラム
   SP: COMPANY → 会社案内 → 本文 の縦積み（見出し順がPCと逆）
   ============================================================ */
.index-lead {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .index-lead {
    padding: 5rem 0;
  }
}

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

.index-lead__head {
  width: 31.8rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .index-lead__head {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
  }
}

.index-lead__label {
  font-size: 2rem;
  line-height: 1;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .index-lead__label {
    font-size: 1.6rem;
  }
}

.index-lead__title {
  font-size: 4.8rem;
  line-height: 1;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .index-lead__title {
    font-size: 3.6rem;
  }
}

.index-lead__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #333333;
}
@media (max-width: 767px) {
  .index-lead__text {
    width: 100%;
  }
}

/* ============================================================
   03 BUSINESS SERVICE（事業内容：イベント設営／内装工事）
   ・大見出し BUSINESS SERVICE（淡いティール $c_pale）
   ・画像＋テキストの2カラム。01=テキスト左/画像右、02=画像左/テキスト右（--reverse）
   ・画像は外側のビューポート端までフルブリード（右端／左端）
   ・SPは 見出し → 画像 → 本文 → ボタン の順で縦積み（order で並べ替え）
   ============================================================ */
.index-service {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .index-service {
    padding: 6rem 2rem;
  }
}

.index-service__head {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .index-service__head {
    margin-bottom: 3rem;
  }
}

.index-service__en {
  padding-left: 6rem;
  color: #CCF2EE;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12.8rem;
  line-height: 0.96;
}
@media (max-width: 767px) {
  .index-service__en {
    padding-left: 0;
    font-size: 5.9rem;
  }
}

.index-service__item {
  display: flex;
  align-items: center;
  gap: 3.125%;
}
@media (max-width: 767px) {
  .index-service__item {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.index-service__item + .index-service__item {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .index-service__item + .index-service__item {
    margin-top: 6rem;
  }
}

.index-service__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .index-service__item--reverse {
    flex-direction: column;
  }
}
.index-service__item--reverse .index-service__body {
  padding-left: 0;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .index-service__item--reverse .index-service__body {
    padding: 0;
  }
}

.index-service__body {
  flex: 1;
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .index-service__body {
    display: contents;
  }
}

.index-service__title {
  color: #0ABAB5;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.08;
}
@media (max-width: 767px) {
  .index-service__title {
    order: 1;
    font-size: 2.4rem;
  }
}

.index-service__text {
  margin-top: 3rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.19;
}
@media (max-width: 767px) {
  .index-service__text {
    order: 3;
    margin-top: 3rem;
  }
}

.index-service__btn {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .index-service__btn {
    order: 4;
    margin: 3rem auto 0;
  }
}

.index-service__image {
  width: 46.875%;
  flex-shrink: 0;
  aspect-ratio: 675/434;
}
@media (max-width: 767px) {
  .index-service__image {
    order: 2;
    width: 100%;
    margin-top: 1.7rem;
  }
}
.index-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   04 AREA 対応エリア（Figma 8006:303 / 1213×1220）
   ブロック1: テキスト左＋愛知県マップ右
   ブロック2: 日本地図（淡いティールの円）左＋テキスト右
   ============================================================ */
.index-area {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .index-area {
    padding: 6rem 0;
  }
}

.index-area__inner {
  width: 100%;
  max-width: 125.3rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-area__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .index-area__block {
    flex-direction: column;
    align-items: center;
  }
}

.index-area__body {
  flex-shrink: 0;
  width: 32.6rem;
}
@media (max-width: 767px) {
  .index-area__body {
    width: 100%;
  }
}

.index-area__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 0.9609375;
  color: #c7f5f0;
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .index-area__en {
    font-size: 12rem;
    text-align: center;
    margin-top: 0;
  }
}

.index-area__title {
  position: relative;
  margin-top: 6.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.3055555556;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .index-area__title {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.index-area__title::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 16.3rem;
  width: 24.9rem;
  height: 1px;
  background: #0ABAB5;
}
@media (max-width: 767px) {
  .index-area__title::after {
    top: 1.9rem;
    left: 12rem;
    width: 12.3rem;
  }
}

.index-area__plus {
  display: none;
}
@media (max-width: 767px) {
  .index-area__plus {
    display: block;
    position: relative;
    width: 6.1rem;
    height: 6.1rem;
    margin: 4.3rem auto 5.8rem;
  }
}
.index-area__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.364rem;
  background: #0ABAB5;
  transform: translateY(-50%);
}
.index-area__plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.364rem;
  height: 100%;
  background: #0ABAB5;
  transform: translateX(-50%);
}

.index-area__text {
  margin-top: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3125;
  color: #333333;
}
@media (max-width: 767px) {
  .index-area__text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

.index-area__map {
  flex-shrink: 0;
  width: 65.25rem;
}
@media (max-width: 767px) {
  .index-area__map {
    width: 100%;
    margin-top: 3rem;
  }
}
.index-area__map img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------
   ブロック2（日本地図左・テキスト右）
   共有クラスの上書きは親モディファイア配下にネストして書く
   ------------------------------------------------------------ */
.index-area__block--reverse {
  align-items: center;
  margin-top: 16.7rem;
  padding: 0 4.9rem;
}
@media (max-width: 767px) {
  .index-area__block--reverse {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 0;
    padding: 0;
    text-align: right;
  }
}
.index-area__block--reverse .index-area__body {
  width: 37.4rem;
}
@media (max-width: 767px) {
  .index-area__block--reverse .index-area__body {
    width: 100%;
  }
}
.index-area__block--reverse .index-area__title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .index-area__block--reverse .index-area__title {
    display: inline-block;
    margin-top: 0;
  }
}
.index-area__block--reverse .index-area__title::after {
  display: none;
}
.index-area__block--reverse .index-area__title::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: calc(100% + 2.2rem);
  width: 24.9rem;
  height: 1px;
  background: #0ABAB5;
}
@media (max-width: 767px) {
  .index-area__block--reverse .index-area__title::before {
    top: 1.8rem;
    right: calc(100% + 1.4rem);
    width: 12.3rem;
  }
}
@media (max-width: 767px) {
  .index-area__block--reverse .index-area__japan {
    width: 29.9rem;
    max-width: 100%;
    margin: 2.5rem 0 0 auto;
  }
}

.index-area__japan {
  position: relative;
  flex-shrink: 0;
  width: 47.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #CCF2EE;
}
@media (max-width: 767px) {
  .index-area__japan {
    width: 100%;
    max-width: 33.5rem;
  }
}

.index-area__japan-map {
  position: absolute;
  left: 11.3924050633%;
  top: 0.8438818565%;
  width: 80.8016877637%;
  height: auto;
}

.index-area__pin {
  position: absolute;
  left: 50.6329113924%;
  top: 65.611814346%;
  width: 2.5316455696%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
}
.index-area__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 966.6666666667%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.6);
}

.index-gallery {
  padding: 6rem 0 7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-gallery {
    padding: 4rem 0 4.5rem;
  }
}

.index-gallery__slider {
  width: 100%;
}

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

.index-gallery__slide.index-gallery__slide--lower {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .index-gallery__slide.index-gallery__slide--lower {
    margin-top: 3rem;
  }
}

.index-gallery__btns {
  display: flex;
  justify-content: center;
  gap: 17.4rem;
  margin-top: 12.9rem;
}
@media (max-width: 767px) {
  .index-gallery__btns {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-top: 4rem;
  }
}

.index-company {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 15rem;
}
@media (max-width: 767px) {
  .index-company {
    padding: 5rem 0 10rem;
  }
}

.index-company__decor {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5rem;
  width: 87.8rem;
  height: 52.8rem;
  background: url("../img/top/index-company-moon.svg") no-repeat right bottom/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-company__decor {
    right: 0;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: 28.5rem;
    background: url("../img/top/sp-company-moon.svg") no-repeat left bottom/100% 100%;
  }
}

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

/* 見出し */
.index-company__head {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .index-company__head {
    margin-bottom: 3rem;
  }
}

.index-company__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 0.96;
  color: #CCF2EE;
}
@media (max-width: 767px) {
  .index-company__en {
    font-size: 7rem;
  }
}

.index-company__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #0ABAB5;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .index-company__ja {
    font-size: 2.4rem;
  }
}

/* 本文（表＋写真） */
.index-company__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .index-company__body {
    display: block;
  }
}

.index-company__info {
  width: 55.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-company__info {
    width: 100%;
  }
}

/* 会社概要テーブル（定義リスト） */
.index-company__table {
  width: 100%;
}

.index-company__row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: center;
  min-height: 8.7rem;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .index-company__row {
    display: block;
    min-height: 0;
    padding: 1.4rem 0 1.6rem;
  }
}

.index-company__th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .index-company__th {
    margin-bottom: 0.6rem;
  }
}

.index-company__td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}

/* 詳しくはこちらボタン */
.index-company__btn {
  display: flex;
  margin: 6.4rem auto 0;
}
@media (max-width: 767px) {
  .index-company__btn {
    margin: 3.5rem auto 0;
  }
}

/* 写真 */
.index-company__photo {
  width: 61.3rem;
  aspect-ratio: 613/416;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-company__photo {
    width: 100%;
    margin-top: 3.5rem;
    aspect-ratio: 335/227;
  }
}
.index-company__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-company__map-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================================
   07 MAP（会社案内とフッターの間・全幅Googleマップ）
   Figma 8004:221（1440×419）
   ============================================================ */
.index-map {
  width: 100%;
  height: 41.9rem;
}
@media (max-width: 767px) {
  .index-map {
    height: 25rem;
  }
}

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

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: #AE8D47;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: 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: #3E6EB4;
  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: #AE8D47;
}

.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 Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #0ABAB5;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 7rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  display: flex;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .not-found__btn {
    margin: 3.5rem auto 0;
  }
}

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

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