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

/* 赤ボタン共通の矢印（template-parts/icon-arrow.php・Figma 33:461）。横線＋細い矢じり・白 */
.btn-arrow {
  display: block;
  flex-shrink: 0;
  width: 4.5rem;
  height: auto;
}

.page-fv {
  position: relative;
}

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

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

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

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

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

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

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

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  z-index: 9980;
  width: 8rem;
  height: 8rem;
  padding: 0 0.8rem;
  border: none;
  border-radius: 6px;
  background: #0067c0;
  box-shadow: 4px 4px 0 0 #41a7ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  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__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .to-top__text {
    font-size: 1.3rem;
  }
}

.to-top__arrow {
  flex-shrink: 0;
  width: 0.7rem;
  height: 6.4rem;
}
@media (max-width: 767px) {
  .to-top__arrow {
    height: 4.6rem;
  }
}

/* =========================================================
   ロゴ（秀飛＋株式会社）共通の見た目
   縦2文字の「株式会社」を小さく添える組み。色は継承（currentColor）
   ========================================================= */
.l-header-sp__logo, .l-header__logo, .l-header-fv__logo {
  display: inline-flex;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

/* =========================================================
   FV上の透過ヘッダー（PC・各ページ最上部にオーバーレイ）
   logo左上／TEL・お問い合わせ右上／ナビはその下・右寄せ
   ========================================================= */
.l-header-fv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.2rem 3.3rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "logo info" "logo nav";
  align-items: start;
  column-gap: 2rem;
  row-gap: 5.5rem;
}
@media (max-width: 767px) {
  .l-header-fv {
    display: none;
  }
}

.l-header-fv__logo {
  grid-area: logo;
  color: #333;
  -webkit-text-stroke: 2px #c9a54a;
  paint-order: stroke fill;
}

.l-header-fv__logo-main {
  font-size: 5rem;
}

.l-header-fv__logo-sub {
  font-size: 4rem;
  margin-left: 0.4rem;
}

.l-header-fv__info {
  grid-area: info;
  justify-self: end;
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  height: 7rem;
}

.l-header-fv__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #c60000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.l-header-fv__tel:hover {
  opacity: 0.7;
}

.l-header-fv__tel .icon-phone {
  display: none;
}

.l-header-fv__tel-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.l-header-fv__tel-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.l-header-fv__contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 13.5rem;
  background: #0067c0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.l-header-fv__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}

.l-header-fv__contact::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.l-header-fv__contact .icon-mail {
  width: 2.8rem;
  height: auto;
}

.l-header-fv__nav {
  grid-area: nav;
  justify-self: end;
}

.l-header-fv__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7.4rem;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .l-header-fv__nav-list {
    padding-right: 0;
  }
}

.l-header-fv__nav-item a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #333;
  text-shadow: 0 0 3.5px #fff;
}

/* =========================================================
   スクロールでMVを過ぎたら表示される固定ヘッダー（PC）
   bg #000/20%・高さ100px・fade-in
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.l-header.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .l-header {
    display: none;
  }
}

.l-header__inner {
  max-width: 144rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 3.3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.l-header__logo {
  color: #fff;
  flex-shrink: 0;
}

.l-header__logo-main {
  font-size: 3.6rem;
}

.l-header__logo-sub {
  font-size: 1.6rem;
  margin-left: 0.3rem;
}

.l-header__nav {
  flex: 1;
}

.l-header__nav-list {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}

.l-header__nav-item a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #fff;
}

.l-header__info {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 7rem;
  flex-shrink: 0;
}

.l-header__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21rem;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #c60000;
  color: #c60000;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.l-header__tel:hover {
  background: #c60000;
  color: #fff;
}

.l-header__tel .icon-phone {
  display: none;
}

.l-header__tel-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.l-header__tel-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.l-header__contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 13.5rem;
  background: #0067c0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.l-header__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}

.l-header__contact::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.l-header__contact .icon-mail {
  width: 2.8rem;
  height: auto;
}

/* =========================================================
   SP用ヘッダー（ロゴ＋ハンバーガー・固定）
   ========================================================= */
.l-header-sp {
  display: none;
}
@media (max-width: 767px) {
  .l-header-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 9900;
    padding: 0 0 0 1.4rem;
    background: transparent;
    transition: background 0.3s ease;
  }
}

.l-header-sp.is-scrolled {
  background: rgba(0, 0, 0, 0.4);
}

.l-header-sp__logo {
  color: #333;
  -webkit-text-stroke: 1.5px #c9a54a;
  paint-order: stroke fill;
}

.l-header-sp.is-scrolled .l-header-sp__logo {
  color: #fff;
  -webkit-text-stroke: 0;
}

.l-header-sp__logo-main {
  font-size: 2.4rem;
}

.l-header-sp__logo-sub {
  font-size: 1.3rem;
  margin-left: 0.2rem;
}

/* =========================================================
   ハンバーガーボタン（SP）
   ========================================================= */
.hamburger {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #0067c0;
  border: none;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 3.1rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

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

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

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

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

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

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

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

/* =========================================================
   SPドロワーメニュー
   ========================================================= */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9890;
  transform: translateX(100%);
  transition: transform 500ms cubic-bezier(0.75, 0, 0.25, 1);
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

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

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

.hamburger-menu__wrapper {
  padding: 8rem 3rem 4rem;
  min-height: 100vh;
}

.hamburger-menu__item {
  border-bottom: 1px solid #ddd;
}

.hamburger-menu__link {
  display: block;
  padding: 2rem 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #333;
}

/* =========================================================
   フッター（白背景・左＝社名情報／右＝縦書きナビ）
   ========================================================= */
.l-footer {
  background: #fff;
}

.l-footer__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 6rem 4rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    padding: 4rem 2.4rem 3rem;
  }
}

/* ── 左：社名情報 ───────────────────────── */
@media (max-width: 767px) {
  .l-footer__info {
    text-align: left;
  }
}

.l-footer__reading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #ab903c 0%, #e4b830 50%, #ab903c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.4rem;
}

.l-footer__logo {
  display: inline-flex;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 2.4rem;
  color: #333;
  -webkit-text-stroke: 2px #c9a54a;
  paint-order: stroke fill;
}

.l-footer__logo-main {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .l-footer__logo-main {
    font-size: 4rem;
  }
}

.l-footer__logo-sub {
  font-size: 4rem;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .l-footer__logo-sub {
    font-size: 3.2rem;
  }
}

.l-footer__address {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #333;
}

.l-footer__tel {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #333;
}

.l-footer__tel-num {
  color: inherit;
  text-decoration: none;
}

.l-footer__tel-num:hover {
  text-decoration: underline;
}

.l-footer__tel-note {
  font-size: 1.4rem;
  color: #c60000;
  margin-left: 0.6rem;
}

/* ── 右：縦書きナビ ─────────────────────── */
.l-footer__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 7rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}

.l-footer__nav-item a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #333;
}
@media (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

/* ── コピーライト（青帯） ─────────────────── */
.l-copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  background: #0067c0;
  padding: 1.8rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding: 1.4rem 2rem;
  }
}

/* =========================================================
   SP用 追従バー（青角丸ボタン3つ：TEL／お問い合わせ／PAGE TOP）
   デザイン: Figma 2004:284。各ボタンに淡青のオフセット影
   ========================================================= */
.sp-fix-area {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix-area {
    display: flex;
    align-items: flex-start;
    position: fixed;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    padding: 0 0.4rem;
    gap: 0.5rem;
    z-index: 9800;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

.sp-fix-area.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sp-fix-area__tel,
.sp-fix-area__contact,
.sp-fix-area__totop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.7rem;
  background: #0067c0;
  border: none;
  border-radius: 6px;
  box-shadow: 4px 4px 0 0 #41a7ff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.sp-fix-area__tel {
  flex: 184 1 0;
  flex-direction: column;
  gap: 0.2rem;
}

.sp-fix-area__tel .sp-fix-area__label {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.sp-fix-area__contact {
  flex: 109 1 0;
  flex-direction: column;
  gap: 0.3rem;
}

.sp-fix-area__contact .sp-fix-area__label {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.sp-fix-area__totop {
  flex: 67 1 0;
  gap: 0.4rem;
  padding: 0 0.6rem;
}

.sp-fix-area__totop-text {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: left;
}

.sp-fix-area__totop-arrow {
  flex-shrink: 0;
  width: 0.6rem;
  height: 4.6rem;
}

.sp-fix-area .icon-phone,
.sp-fix-area .icon-mail {
  width: 2.2rem;
  height: 2.2rem;
}

@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: #0067c0;
}

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

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

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

/* =========================================================
   下層ページ共通FV（背景写真＋青バナーのページタイトル）
   各 page-<slug>.php に直書きし、変えるのは英/日タイトルだけ
   ========================================================= */
.lower-fv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50rem;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 26rem;
  }
}

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

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

.lower-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.56) 73%);
}

.lower-fv__banner {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  z-index: 2;
  width: 58.4rem;
  height: 13.7rem;
  background: rgba(0, 103, 192, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lower-fv__banner {
    width: 30rem;
    height: 8.6rem;
    bottom: -1.2rem;
  }
}

.lower-fv__en {
  margin-top: -3rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 0.9;
  color: #fff;
  text-shadow: 3px 8px 2.3px #41a7ff;
}
@media (max-width: 767px) {
  .lower-fv__en {
    margin-top: -1.8rem;
    font-size: 5rem;
  }
}

.lower-fv__ja {
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .lower-fv__ja {
    margin-top: 0.4rem;
    font-size: 2.4rem;
  }
}

/* =========================================================
   トップ MV（ヒーロー）— 背景3枚フェード＋固定キャッチコピー
   ========================================================= */
.index-mv {
  position: relative;
  width: 100%;
  height: 91rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-mv {
    height: 72rem;
  }
}

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

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

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

.index-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-mv__catch {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.index-mv__catch-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .index-mv__catch-text {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.index-aboutus {
  width: 100%;
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .index-aboutus {
    margin-top: 9rem;
    padding: 0 2rem;
  }
}

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

.index-aboutus__image {
  flex: 0 0 68.8rem;
  width: 68.8rem;
  height: 52.1rem;
}
@media (max-width: 767px) {
  .index-aboutus__image {
    width: 100%;
    height: auto;
    aspect-ratio: 335/254;
  }
}

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

.index-aboutus__content {
  flex: 1 1 auto;
  padding-top: 2.8rem;
}
@media (max-width: 767px) {
  .index-aboutus__content {
    padding-top: 0;
  }
}

.index-aboutus__heading {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 13rem;
  line-height: 9rem;
  color: #0067c0;
  text-align: center;
  white-space: nowrap;
  text-shadow: 3px 8px 2.3px #41a7ff;
}
@media (max-width: 767px) {
  .index-aboutus__heading {
    margin-top: 6.4rem;
    font-size: 5.6rem;
    line-height: 9rem;
  }
}

.index-aboutus__textblock {
  width: 64rem;
  margin-top: 11.9rem;
  margin-left: 3.2rem;
}
@media (max-width: 767px) {
  .index-aboutus__textblock {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
}

.index-aboutus__lead {
  font-size: 1.6rem;
  line-height: 3.5rem;
}

.index-aboutus__btn {
  display: flex;
  align-items: center;
  width: 20rem;
  height: 5.6rem;
  margin: 6.6rem auto 0;
  padding: 0 1.9rem 0 1.8rem;
  background: #c60000;
  border-radius: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .index-aboutus__btn {
    margin: 5.7rem auto 0;
  }
}

.index-aboutus__btn-text {
  white-space: nowrap;
}

.index-aboutus__btn .btn-arrow {
  margin-left: auto;
}

/* =========================================================
   トップ BUSINESS（業務内容）— 5カード（写真＋赤ラベル）
   PC: 上段2／中段2／下段中央1  ／  SP: 2列・最下段は中央1
   ========================================================= */
.index-business {
  margin-top: 20rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-business {
    margin-top: 10rem;
  }
}

/* ---- 見出し ---- */
.index-business__head {
  text-align: center;
}

.index-business__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 13rem;
  line-height: 0.9;
  color: #0067c0;
  text-shadow: 3px 8px 2.3px #41a7ff;
}
@media (max-width: 767px) {
  .index-business__en {
    font-size: 5.6rem;
  }
}

.index-business__ja {
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .index-business__ja {
    margin-top: 0.4rem;
    font-size: 2.4rem;
  }
}

/* ---- カード一覧（5枚・折返しで最下段中央） ---- */
.index-business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 13.8rem;
  row-gap: 10.7rem;
  max-width: 117.2rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .index-business__list {
    column-gap: 1.7rem;
    row-gap: 5rem;
    max-width: none;
    margin-top: 4rem;
  }
}

.index-business__item {
  width: 51.7rem;
}
@media (max-width: 767px) {
  .index-business__item {
    width: calc((100% - 1.7rem) / 2);
  }
}

/* ---- カード（写真＋ラベル） ---- */
.index-business__card {
  position: relative;
  display: block;
}

.index-business__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 517/375;
  overflow: hidden;
}

.index-business__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.index-business__card:hover .index-business__photo img {
  transform: scale(1.05);
}

/* ---- 赤ラベル（写真右下にオーバーラップ） ---- */
.index-business__label {
  position: absolute;
  right: -4.6rem;
  bottom: -5.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 33.2rem;
  min-height: 10.3rem;
  padding: 1.4rem 2rem;
  background: #c60000;
  box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .index-business__label {
    right: -1.4rem;
    bottom: -1.5rem;
    gap: 0.5rem;
    width: 10rem;
    min-height: 4.6rem;
    padding: 0.7rem 0.9rem;
  }
}

/* 最下段カード（タワークレーン）のラベルは横長（SP） */
@media (max-width: 767px) {
  .index-business__item:nth-child(5) .index-business__label {
    width: 15.2rem;
  }
}

.index-business__label-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .index-business__label-text {
    font-size: 1.4rem;
  }
}

/* ---- ラベル内の矢印（共通 33:461・.btn-arrow）---- */
.index-business__label .btn-arrow {
  width: 9rem;
}
@media (max-width: 767px) {
  .index-business__label .btn-arrow {
    width: 6rem;
  }
}

.index-area {
  background-color: #e6f6ff;
  margin-top: 8rem;
  padding: 8.1rem 0 7.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-area {
    margin-top: 4rem;
    padding: 5.2rem 0 9.9rem;
  }
}

.index-area__inner {
  text-align: center;
}

.index-area__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 13rem;
  line-height: 1;
  color: #0067c0;
  text-shadow: 0.3rem 0.8rem 0.23rem #41a7ff;
}
@media (max-width: 767px) {
  .index-area__title {
    font-size: 5.6rem;
  }
}

.index-area__sub {
  margin-top: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.192rem;
  color: #333;
}
@media (max-width: 767px) {
  .index-area__sub {
    margin-top: 0.45rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
  }
}

.index-area__lead {
  margin-top: 4.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-area__lead {
    margin-top: 4.65rem;
  }
}

/* 地図イラスト（日本地図＋関東拡大＋引き出し線＋青枠を1枚に焼き込み。PC/SPで別画像） */
.index-area__map {
  width: 99.2rem;
  max-width: 100%;
  margin: 6.1rem auto 0;
}
@media (max-width: 767px) {
  .index-area__map {
    width: 36.5rem;
    margin-top: 5rem;
  }
}

.index-area__map picture {
  display: block;
  width: 100%;
}

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

/* =========================================================
   トップ WORKS（施工事例・4件）
   ========================================================= */
.index-works {
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .index-works {
    padding: 4rem 2rem;
  }
}

.index-works__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .index-works__head {
    margin-bottom: 2.4rem;
  }
}

.index-works__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 13rem;
  line-height: 1;
  color: #0067c0;
  text-shadow: 3px 8px 2.3px #41a7ff;
}
@media (max-width: 767px) {
  .index-works__en {
    font-size: 5.6rem;
  }
}

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

.index-works__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 20rem;
  height: 5.6rem;
  margin-top: 2.4rem;
  background: #c60000;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.index-works__more-arrow {
  position: relative;
  width: 3rem;
  height: 1px;
  background: #fff;
}

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

.index-works__list {
  max-width: 127.2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.9rem;
}
@media (max-width: 767px) {
  .index-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.index-works__card {
  display: block;
  width: 100%;
  aspect-ratio: 304/233;
  overflow: hidden;
  background: #d9d9d9;
}

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

.index-works__card--empty {
  background: #d9d9d9;
}

/* =========================================================
   トップ COMPANY（会社概要）
   ========================================================= */
.index-company {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 767px) {
  .index-company {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem 6rem;
  }
}

.index-company__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .index-company__head {
    order: 0;
    margin-bottom: 0;
  }
}

.index-company__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 13rem;
  line-height: 1;
  color: #0067c0;
  text-shadow: 3px 8px 2.3px #41a7ff;
}
@media (max-width: 767px) {
  .index-company__en {
    font-size: 5.6rem;
  }
}

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

.index-company__inner {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 767px) {
  .index-company__inner {
    display: contents;
  }
}

.index-company__table {
  flex: 1;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .index-company__table {
    order: 1;
    padding-top: 0;
  }
}

.index-company__row {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 1.8rem 0.4rem;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .index-company__row {
    display: block;
    padding: 1.4rem 0.2rem;
  }
}

.index-company__dt {
  flex-shrink: 0;
  width: 10rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .index-company__dt {
    width: auto;
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
}

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

.index-company__note {
  color: #c60000;
  font-size: 1.4rem;
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .index-company__note {
    display: block;
    margin-left: 0;
    margin-top: 0.4rem;
  }
}

.index-company__photo {
  flex-shrink: 0;
  width: 63.4rem;
}
@media (max-width: 767px) {
  .index-company__photo {
    order: 3;
    width: 100%;
  }
}

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

/* ── アクション（TEL＋会社概要へボタン） ── */
.index-company__actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-company__actions {
    order: 2;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
  }
}

.index-company__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 31.9rem;
  height: 7rem;
  background: #fff;
  border: 1px solid #c60000;
  color: #c60000;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.index-company__tel:hover {
  background: #c60000;
  color: #fff;
}

.index-company__dd-tel {
  color: inherit;
  text-decoration: none;
}

.index-company__dd-tel:hover {
  text-decoration: underline;
}

.index-company__tel .icon-phone {
  display: none;
}

.index-company__tel-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

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

.index-company__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 31.9rem;
  height: 7rem;
  background: #c60000;
  border-radius: 6px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.16em;
}

.index-company__btn-arrow {
  position: relative;
  width: 4rem;
  height: 1px;
  background: #fff;
}

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

/* ── Googleマップ（全幅・COMPANY下） ── */
.index-company__map {
  width: 100%;
  max-width: 127.4rem;
  margin: 10rem auto 0;
  aspect-ratio: 1274/393;
}
@media (max-width: 767px) {
  .index-company__map {
    order: 4;
    margin-top: 0;
    aspect-ratio: 4/3;
  }
}

.index-company__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: #0067c0;
  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;
}

/* =========================================================
   下層ページ「業務内容」（slug=business）
   FVとCOMPANYの間：5サービス（青帯タイトル＋本文左・写真右）＋CTA
   ※写真は img/top/business-*.webp を流用（トップと同一素材）
   ========================================================= */
.page-business {
  position: relative;
  overflow: hidden;
}

/* ── 背景装飾（低ポリの波・全幅・コンテンツの背面）── */
.page-business__deco {
  position: absolute;
  top: 101rem;
  left: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-business__deco {
    display: none;
  }
}

.page-business__deco img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── サービス群のラッパー（装飾より前面に）── */
.business-services {
  position: relative;
  z-index: 1;
  padding-top: 11.4rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .business-services {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ── 1サービス行 ── */
.business-service {
  max-width: 127.4rem;
  margin-inline: auto;
  scroll-margin-top: 14rem;
}
@media (max-width: 767px) {
  .business-service {
    max-width: none;
    padding: 0 2rem;
    scroll-margin-top: 8rem;
  }
}

.business-service + .business-service {
  margin-top: 11.4rem;
}
@media (max-width: 767px) {
  .business-service + .business-service {
    margin-top: 6rem;
  }
}

/* 青いタイトルバー */
.business-service__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  background: #0067c0;
}
@media (max-width: 767px) {
  .business-service__bar {
    height: 4.6rem;
  }
}

.business-service__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .business-service__title {
    font-size: 2rem;
  }
}

/* バー下：本文（左）＋写真（右） */
.business-service__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.4rem;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .business-service__content {
    flex-direction: column;
    align-items: stretch;
    margin-top: 3rem;
    padding: 0;
  }
}

.business-service__text {
  width: 58.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .business-service__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

/* 写真（背面に青のオフセット装飾） */
.business-service__photo {
  position: relative;
  flex-shrink: 0;
  width: 51.7rem;
}
@media (max-width: 767px) {
  .business-service__photo {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.business-service__photo::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0067c0;
}
@media (max-width: 767px) {
  .business-service__photo::before {
    top: 1rem;
    left: 1rem;
  }
}

.business-service__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 517/375;
  object-fit: cover;
}

/* ── CTA（リード＋赤ボタン）── */
.business-cta {
  margin-top: 18.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .business-cta {
    margin-top: 8rem;
    padding: 0 2rem;
  }
}

.business-cta__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .business-cta__lead {
    font-size: 1.4rem;
  }
}

.business-cta__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40.3rem;
  height: 8.2rem;
  margin: 3rem auto 0;
  padding: 0 3.6rem 0 6.3rem;
  background: #c60000;
  border-radius: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .business-cta__btn {
    width: 100%;
    max-width: 34rem;
    height: 6.4rem;
    padding: 0 3rem 0 5rem;
    font-size: 1.6rem;
  }
}

/* ボタン内の矢印（白い線＋くの字） */
.business-cta__btn-arrow {
  position: relative;
  width: 5rem;
  height: 1px;
  background: #fff;
}

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

/* =========================================================
   下層ページ「採用情報」（FVとCOMPANYの間）
   導入文（リード）＋募集要項（青帯＋定義リスト）＋CTA
   ========================================================= */
/* ── 導入文（リード） ── */
.recruit-intro {
  padding: 8.7rem 2rem 9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-intro {
    padding: 5rem 2rem 5rem;
  }
}

.recruit-intro__inner {
  max-width: 82rem;
  margin: 0 auto;
}

.recruit-intro__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .recruit-intro__lead {
    font-size: 2.2rem;
  }
}

.recruit-intro__text {
  margin-top: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.9;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .recruit-intro__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.2;
  }
}

.recruit-intro__note {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #c60000;
}
@media (max-width: 767px) {
  .recruit-intro__note {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

/* ── 募集要項＋CTA（淡い青の波背景・全幅） ── */
.recruit-req {
  position: relative;
  padding: 6rem 0 14rem;
  background: url(../img/recruit/recruit-bg.webp) no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .recruit-req {
    padding: 4rem 0 8rem;
  }
}

.recruit-req__inner {
  max-width: 131.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.recruit-req__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  background: #0067c0;
}
@media (max-width: 767px) {
  .recruit-req__head {
    height: auto;
    min-height: 4.6rem;
    padding: 1rem;
  }
}

.recruit-req__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-req__title {
    font-size: 2.4rem;
  }
}

.recruit-req__list {
  width: 46.5rem;
  max-width: 100%;
  margin: 6.5rem auto 0;
}
@media (max-width: 767px) {
  .recruit-req__list {
    margin-top: 4rem;
  }
}

.recruit-req__row {
  display: flex;
}

.recruit-req__label {
  flex: 0 0 12.7rem;
  width: 12.7rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 6.2rem;
  border-bottom: 0.2rem solid #0067c0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .recruit-req__label {
    flex-basis: 8.5rem;
    width: 8.5rem;
    min-height: 4.6rem;
    font-size: 1.4rem;
  }
}

.recruit-req__value {
  flex: 1 1 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 6.2rem;
  padding-left: 0.4rem;
  border-bottom: 0.1rem solid #41a7ff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .recruit-req__value {
    min-height: 4.6rem;
    font-size: 1.2rem;
  }
}

.recruit-req__cta {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-req__cta {
    margin-top: 6rem;
  }
}

.recruit-req__cta-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .recruit-req__cta-text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.recruit-req__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 40.3rem;
  max-width: 100%;
  height: 8.2rem;
  margin: 3rem auto 0;
  background: #c60000;
  border-radius: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .recruit-req__btn {
    height: 6.4rem;
    font-size: 1.6rem;
  }
}

.recruit-req__btn:hover {
  opacity: 0.85;
}

.recruit-req__btn-arrow {
  position: relative;
  width: 5rem;
  height: 1px;
  background: #fff;
}

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

/* =========================================================
   施工事例ページ（page-works.php／CPT works 一覧グリッド）
   Figma: node 113:331（青帯タイトル＋4列カードグリッド）
   ※トップの .index-works とは別クラス（衝突回避）
   ========================================================= */
.works-list {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .works-list {
    padding: 4rem 0;
  }
}

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

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

.works-list__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  background: #0067c0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works-list__title {
    min-height: 4.4rem;
    font-size: 2rem;
  }
}

.works-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.8rem 2rem;
}
@media (max-width: 767px) {
  .works-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.2rem;
  }
}

.works-list__item {
  display: block;
  color: inherit;
  text-decoration: none;
}

.works-list__thumb {
  width: 100%;
  aspect-ratio: 305/252;
  overflow: hidden;
  background: #d9d9d9;
}

.works-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.works-list__item:hover .works-list__thumb img {
  transform: scale(1.05);
}

.works-list__name {
  margin-top: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .works-list__name {
    font-size: 1.4rem;
  }
}

/* =========================================================
   施工事例 詳細ページ（single-works.php）
   専用デザイン未支給のため、テーマのトンマナに沿った標準詳細レイアウト
   （タイトル＋メイン写真＋本文＋一覧へ戻る）
   ========================================================= */
.single-works {
  background: #fff;
}

.works-detail {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .works-detail {
    padding: 4rem 0;
  }
}

.works-detail__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.works-detail__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
  padding-bottom: 2rem;
  border-bottom: 2px solid #0067c0;
}
@media (max-width: 767px) {
  .works-detail__title {
    font-size: 2.2rem;
    padding-bottom: 1.4rem;
  }
}

.works-detail__thumb {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .works-detail__thumb {
    margin-top: 2.4rem;
  }
}

.works-detail__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.works-detail__body {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .works-detail__body {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.works-detail__body p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.works-detail__body img {
  max-width: 100%;
  height: auto;
}

.works-detail__back {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .works-detail__back {
    margin-top: 4rem;
  }
}

.works-detail__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32rem;
  height: 6.4rem;
  padding: 0 3rem;
  background: #0067c0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .works-detail__back-btn {
    min-width: 0;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}

.works-detail__back-btn:hover {
  opacity: 0.85;
}

/* =========================================================
   お問い合わせページ（CF7 / .contact-form*）
   ========================================================= */
.page-contact {
  background: #fff;
}

.contact-page {
  padding: 7rem 2rem 10rem;
  background: url("../img/company/company-outline-bg.webp") no-repeat top center/100% auto, #fff;
}
@media (max-width: 767px) {
  .contact-page {
    padding: 4rem 2rem 6rem;
  }
}

.contact-page__inner {
  max-width: 100.6rem;
  margin: 0 auto;
}

.contact-page__lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-page__lead {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
}

.contact-page__req-note {
  font-size: 1.4rem;
}

/* ── フォーム本体 ── */
.contact-form__box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .contact-form__box {
    gap: 1.8rem;
  }
}

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

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

.contact-form__label {
  flex-shrink: 0;
  width: 24rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    font-size: 1.5rem;
  }
}

.contact-form__req {
  margin-left: 0.6rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #c60000;
}

.contact-form__field {
  flex: 1;
}

.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: #ededed;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
}
@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 {
    font-size: 1.5rem;
  }
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #aaa;
}

.contact-form__field textarea {
  min-height: 18rem;
  resize: vertical;
}

/* ── ラジオ（reset の appearance:none 前提でカスタム円） ── */
.contact-form__radios {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}

.contact-form__radios .contact-form__radio,
.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}

.contact-form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c8ccd2;
  border-radius: 50%;
  background: #ededed;
  cursor: pointer;
}

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

/* ── 送信ボタン（赤・矢印付き。button と CF7 input[type=submit] 両対応） ── */
.contact-form__submit-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* CF7は [submit] の直後に必ず <span class="wpcf7-spinner"> を出力する。
   これが submit-area(flex/justify-content:center) の兄弟要素になり、幅24px＋左右margin24pxぶん
   ボタンを左へ押しやって中央からズレる（＝貼り付けるたびボタンが崩れる主因の一つ）。
   絶対配置でフローから外し、中央寄せに影響させない（送信中はボタン右外に表示）。 */
.contact-form__submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  transform: translateY(-50%);
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 32rem;
  height: 7rem;
  background: #c60000;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__submit {
    width: 100%;
  }
}

.contact-form__submit-arrow {
  position: relative;
  width: 3rem;
  height: 1px;
  background: #fff;
}

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

/* CF7 の [submit] は <input type="submit">。矢印を持てないので背景色のみ（矢印は擬似要素不可） */
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  width: 32rem;
  height: 7rem;
  background-color: #c60000;
  background-image: url("../img/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 3rem center;
  background-size: 4.5rem auto;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__submit-area input[type=submit] {
    width: 100%;
  }
}

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

.contact-form__radios .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}

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

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

.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__lead {
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

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

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #0067c0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* =========================================================
   会社概要ページ（page-company.php）
   FVと共通COMPANYブロックの間：当社について＋会社概要（詳細テーブル）
   ========================================================= */
/* 見出し帯（当社について／会社概要 共通の青帯）---------------- */
.company-about__band,
.company-outline__band {
  width: 127.4rem;
  max-width: calc(100% - 4rem);
  height: 7rem;
  margin-inline: auto;
  background: #0067c0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .company-about__band,
  .company-outline__band {
    height: auto;
    min-height: 4.4rem;
    padding: 0.8rem 1.5rem;
  }
}

.company-about__title,
.company-outline__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .company-about__title,
  .company-outline__title {
    font-size: 2rem;
  }
}

/* 当社について -------------------------------------------------- */
.company-about {
  margin-top: 11.8rem;
}
@media (max-width: 767px) {
  .company-about {
    margin-top: 6rem;
  }
}

.company-about__lead {
  inline-size: fit-content;
  max-width: calc(100% - 4rem);
  margin: 5.3rem auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .company-about__lead {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

/* 会社概要（詳細テーブル＋地図）-------------------------------- */
.company-outline {
  margin-top: 20.8rem;
  padding-bottom: 4rem;
  background: url("../img/company/company-outline-bg.webp") top center/100% auto no-repeat;
}
@media (max-width: 767px) {
  .company-outline {
    margin-top: 8rem;
    background-size: 130% auto;
  }
}

.company-outline__table {
  width: 64.2rem;
  max-width: calc(100% - 4rem);
  margin: 8.1rem auto 0;
}
@media (max-width: 767px) {
  .company-outline__table {
    margin-top: 4rem;
  }
}

.company-outline__row {
  display: flex;
  align-items: center;
  min-height: 7.4rem;
  padding-left: 2.3rem;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .company-outline__row {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 1.2rem 0.4rem;
  }
}

.company-outline__dt {
  flex: 0 0 16.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .company-outline__dt {
    flex: none;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}

.company-outline__dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .company-outline__dd {
    font-size: 1.4rem;
  }
}

.company-outline__dd-tel {
  color: inherit;
  text-decoration: none;
}

.company-outline__dd-tel:hover {
  text-decoration: underline;
}

.company-outline__note {
  margin-left: 1.5rem;
  font-size: 1.4rem;
  color: #c60000;
}
@media (max-width: 767px) {
  .company-outline__note {
    display: block;
    margin-left: 0;
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}

.company-outline__map {
  width: 87.4rem;
  max-width: calc(100% - 4rem);
  margin: 15.6rem auto 0;
}
@media (max-width: 767px) {
  .company-outline__map {
    margin-top: 6rem;
  }
}

.company-outline__map-iframe {
  display: block;
  width: 100%;
  height: 41.5rem;
  border: 0;
}
@media (max-width: 767px) {
  .company-outline__map-iframe {
    height: 24rem;
  }
}

.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 */
