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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
  padding-top: 9.6rem;
}
@media (max-width: 767px) {
  .main {
    padding-top: 5rem;
  }
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

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

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

.page-fv {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basic-flex__text {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

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

/* =========================================================
   サイトヘッダー（白・固定・常時表示）
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.6rem;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
}

.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0 2.4rem 0 3.7rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    gap: 0;
    padding: 0 1.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 19rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── PCグローバルナビ ───────────────────── */
.l-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: 2.1rem;
}

.l-header__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__nav-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

/* ── 連絡先（TEL／お急ぎの方用） ─────────── */
.l-header__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__tel-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

.l-header__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 10.9rem;
  padding: 0.3rem 1rem;
  background: #fffe00;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.l-header__badge--hurry {
  min-width: 11.9rem;
  font-size: 1.3rem;
}

.l-header__tel-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.02em;
}

/* =========================================================
   ハンバーガーボタン（SPのみ・3本線→×）
   ========================================================= */
.hamburger {
  display: none;
  width: 3.4rem;
  height: 3.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #233b6c;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

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

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

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

/* =========================================================
   SPフルスクリーンメニュー（白・中央寄せナビ）
   ========================================================= */
.hamburger-menu {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger-menu__nav {
  margin-top: 9rem;
}

.hamburger-menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}

.hamburger-menu__listLink {
  display: block;
  padding: 0.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.04em;
}

/* ロゴ内に置く隠しH1（視覚非表示・SEO/スクリーンリーダー用） */
.l-header__catch {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   サイトフッター（白背景・中央寄せ）
   ========================================================= */
.l-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.l-footer__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 1rem 2rem;
  }
}

.l-footer__logo {
  width: 35.9rem;
  max-width: 80%;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 24rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 連絡先（TEL／お急ぎの方用） ─────────── */
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
}

.l-footer__tel-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

.l-footer__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.4rem;
  padding: 0.4rem 1.2rem;
  background: #fffe00;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.l-footer__badge--hurry {
  min-width: 17.8rem;
}

.l-footer__tel-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-footer__tel-num {
    font-size: 3.2rem;
  }
}

/* ── フッターナビ ───────────────────────── */
.l-footer__nav {
  margin-top: 3.6rem;
}

.l-footer__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.2rem 2rem;
  }
}

.l-footer__nav-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
  }
}

/* ── コピーライト ──────────────────────── */
.l-copyright {
  margin-top: 2.8rem;
  text-align: center;
  font-size: 1.4rem;
  color: #555;
  letter-spacing: 0.02em;
}

/* =========================================================
   ページトップへ戻るボタン（黄色い円）
   ========================================================= */
.c-pagetop {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  background: #fffe00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-pagetop {
    right: 1.4rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
  }
}

.c-pagetop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-pagetop__arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #233b6c;
  border-right: 2px solid #233b6c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0.3rem;
}

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

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

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

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

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

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

/* =========================================================
   下層ページ共通FV（写真＋暗幕＋EN/JA中央）
   各 page-*.php に直書きし、変えるのは英日タイトルだけ
   ========================================================= */
.page-main {
  background: #fff;
}

.lower-fv {
  position: relative;
  height: 40.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 22rem;
  }
}

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

.lower-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.lower-fv__title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lower-fv__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .lower-fv__en {
    font-size: 2.4rem;
  }
}

.lower-fv__ja {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .lower-fv__ja {
    font-size: 2.6rem;
  }
}

/* =========================================================
   共通：中央見出し（左右にライン）  例：当社の取り組み
   ========================================================= */
.c-line-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .c-line-head {
    gap: 1.5rem;
  }
}

.c-line-head__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #b5b5b5;
}

.c-line-head__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.6rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-line-head__text {
    font-size: 2.4rem;
  }
}

/* =========================================================
   共通：FAQ（Q/A 一覧）
   ========================================================= */
.faq {
  background: #f3f1ef url("../img/common/section-texture.webp") no-repeat center/cover;
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 4rem 0 5rem;
  }
}

.faq__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  color: #233b6c;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__en {
    font-size: 4rem;
  }
}

.faq__ja {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .faq__ja {
    font-size: 1.8rem;
  }
}

.faq__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.faq__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq__mark {
    width: 4rem;
    font-size: 2.4rem;
  }
}

.faq__mark--q {
  background: #233b6c;
  color: #fff;
}

.faq__mark--a {
  background: #fffe00;
  color: #1a1a1a;
}

/* 質問行：クリックで開閉するトリガー */
.faq__row--q {
  cursor: pointer;
}

.faq__qtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 2rem;
  background: #f0f0f0;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq__qtext {
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
  }
}

.faq__chevron {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 開いている時：シェブロンを上向きに */
.faq__item.is-open .faq__chevron {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* 回答行：初期は閉じておき、開いた時だけ表示（高さアニメーション） */
.faq__row--a {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.faq__item.is-open .faq__row--a {
  max-height: 50rem;
}

.faq__atext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq__atext {
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
  }
}

.page-about {
  background: #fff;
}

/* ============================ 当社の取り組み ============================ */
.about-work {
  background: #f0f0f0;
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .about-work {
    padding: 4rem 0 5rem;
  }
}

.about-work__list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .about-work__list {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.about-work__item {
  text-align: center;
}

.about-work__item-title {
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .about-work__item-title {
    font-size: 2rem;
  }
}

.about-work__item-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 1.2rem;
  background: #fffe00;
}
@media (max-width: 767px) {
  .about-work__item-title::after {
    height: 0.8rem;
  }
}

.about-work__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-work__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ============================ 環境への取り組み ============================ */
.about-eco {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-eco {
    padding: 4rem 0;
  }
}

.about-eco__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.about-eco__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.46);
}

.about-eco__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-eco__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #233b6c;
}
@media (max-width: 767px) {
  .about-eco__title {
    font-size: 2.4rem;
  }
}

.about-eco__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .about-eco__text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.about-eco__policy {
  max-width: 91.2rem;
  margin: 4rem auto 0;
  background: #fff;
  padding: 4rem 4rem 3rem;
}
@media (max-width: 767px) {
  .about-eco__policy {
    padding: 2rem;
    margin-top: 2.4rem;
  }
}

.about-eco__policy p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .about-eco__policy p {
    font-size: 1.4rem;
  }
}

.page-price {
  background: #fff;
}

/* ============================ 共通：商品カードグリッド ============================ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.price-card__name {
  background: #f0f0f0;
  padding: 0.8rem 1rem;
  min-height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-card__name {
    font-size: 1.4rem;
    min-height: 4.4rem;
  }
}

.price-card__price {
  text-align: center;
  padding: 1rem 0;
  line-height: 1;
}

.price-card__num {
  font-weight: 700;
  font-size: 3.2rem;
  color: #e80000;
}
@media (max-width: 767px) {
  .price-card__num {
    font-size: 2.4rem;
  }
}

.price-card__unit {
  font-size: 1.8rem;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-card__unit {
    font-size: 1.4rem;
  }
}

.price-card__soudan {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-card__soudan {
    font-size: 2rem;
  }
}

.price-card__img {
  margin-top: auto;
  aspect-ratio: 2000/1333;
  overflow: hidden;
}
.price-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ============================ ピックアップ商品 ============================ */
.price-pickup {
  background: #fff;
  padding: 7rem 0 6rem;
}
@media (max-width: 767px) {
  .price-pickup {
    padding: 4rem 0;
  }
}

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

/* 強化買取キャンペーン（星バーストにタイトルを重ね、下に2列リストを中央配置） */
.price-campaign {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price-campaign {
    margin-top: 2.4rem;
  }
}

/* 星バースト＋タイトル（重ね） */
.price-campaign__burst {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 23.9rem;
}
@media (max-width: 767px) {
  .price-campaign__burst {
    min-height: 16rem;
  }
}

.price-campaign__star {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 32.7rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .price-campaign__star {
    width: 22rem;
  }
}

.price-campaign__title {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-campaign__title {
    font-size: 2rem;
  }
}

/* 機械リスト：2列を中央配置・中黒付き */
.price-campaign__cols {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin-top: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .price-campaign__cols {
    gap: 2rem;
  }
}

.price-campaign__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .price-campaign__list {
    font-size: 1.4rem;
  }
}

.price-campaign__list li {
  position: relative;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .price-campaign__list li {
    padding-left: 1.4rem;
  }
}

.price-campaign__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ============================ 買取できる商品一覧 ============================ */
.price-list {
  background: #fff;
  padding: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .price-list {
    padding: 2rem 0 5rem;
  }
}

.price-list__note {
  margin-top: 2rem;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .price-list__note {
    font-size: 1.5rem;
  }
}

.price-list__tel {
  margin: 1.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}

.price-list__tel-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 21.9rem;
  padding: 0.4rem 1rem;
  background: #fffe00;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .price-list__tel-badge {
    min-width: 16rem;
  }
}

.price-list__tel-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .price-list__tel-num {
    font-size: 3.2rem;
  }
}

.price-band {
  margin-top: 5rem;
  padding: 1.4rem 1rem;
  background: #f0f0f0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-band {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}

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

.price-cat__label {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .price-cat__label {
    font-size: 1.8rem;
    padding-left: 1.2rem;
  }
}

.price-cat__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 0.4rem;
  background: #233b6c;
}

.page-receive {
  background: #fff;
}

/* ============================ 導線ボタン ============================ */
.receive-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .receive-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    padding-top: 3rem;
  }
}

/* クラス2つで詳細度を上げ、共通 .c-arrow-btn の width(31.7rem) を確実に上書き
   （ソース順では .c-arrow-btn が後勝ちしてしまうため） */
.receive-nav__btn.c-arrow-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  min-width: 31.7rem;
}
@media (max-width: 767px) {
  .receive-nav__btn.c-arrow-btn {
    width: 100%;
    max-width: 36rem;
  }
}

/* ============================ 共通：流れ／お悩み バンド ============================ */
.receive-flow-band {
  margin-top: 4rem;
  padding: 1.4rem 1rem;
  background: #f0f0f0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .receive-flow-band {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}

/* ============================ 持ち込み ============================ */
.receive-bring {
  padding: 7rem 0 0;
}
@media (max-width: 767px) {
  .receive-bring {
    padding: 4rem 0 0;
  }
}

.receive-bring__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .receive-bring__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.receive-bring__intro-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.receive-bring__catch {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .receive-bring__catch {
    font-size: 2.4rem;
  }
}

.receive-bring__catch-red {
  color: #e80000;
}

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

.receive-bring__intro-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .receive-bring__intro-img {
    width: 100%;
  }
}
.receive-bring__intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 流れ STEP ============================ */
.receive-flow {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .receive-flow {
    margin-top: 3rem;
  }
}

.receive-step {
  position: relative;
}

.receive-step + .receive-step {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .receive-step + .receive-step {
    margin-top: 5rem;
  }
}

/* ステップ間の下向き三角 */
.receive-step + .receive-step::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 2rem solid #c9cdd6;
}
@media (max-width: 767px) {
  .receive-step + .receive-step::before {
    top: -3.5rem;
    border-left-width: 2.5rem;
    border-right-width: 2.5rem;
    border-top-width: 1.4rem;
  }
}

.receive-step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #c9cdd6;
}

.receive-step__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 4.8rem;
  background: #233b6c;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .receive-step__badge {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.2rem;
  }
}

.receive-step__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #233b6c;
}
@media (max-width: 767px) {
  .receive-step__title {
    font-size: 1.8rem;
  }
}

.receive-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .receive-step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.receive-step__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .receive-step__text {
    font-size: 1.4rem;
  }
}

.receive-step__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46rem;
}
@media (max-width: 767px) {
  .receive-step__img {
    width: 100%;
  }
}
.receive-step__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 出張買取 ============================ */
.receive-visit {
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .receive-visit {
    padding: 4rem 0 5rem;
  }
}

.receive-worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .receive-worry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.receive-worry__list {
  list-style: disc;
  padding-left: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .receive-worry__list {
    font-size: 1.6rem;
    padding-left: 2.4rem;
  }
}

.receive-worry__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.2rem;
}
@media (max-width: 767px) {
  .receive-worry__img {
    width: 60%;
  }
}
.receive-worry__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 解決バースト */
.receive-solve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.receive-solve__burst {
  position: relative;
  width: 48rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .receive-solve__burst {
    width: 30rem;
  }
}
.receive-solve__burst img {
  width: 100%;
  height: auto;
  display: block;
}

.receive-solve__text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.receive-solve__lead {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .receive-solve__lead {
    font-size: 2.2rem;
  }
}

.receive-solve__big {
  font-size: 9.6rem;
  font-weight: 700;
  color: #e80000;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .receive-solve__big {
    font-size: 6rem;
  }
}

.receive-merit {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .receive-merit {
    margin-top: 3rem;
  }
}

.receive-merit__list {
  list-style: disc;
  padding-left: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .receive-merit__list {
    font-size: 1.5rem;
  }
}

.page-demolition {
  background: #fff;
}

/* ============================ イントロ ============================ */
.demo-intro {
  padding: 7rem 0 0;
}
@media (max-width: 767px) {
  .demo-intro {
    padding: 4rem 0 0;
  }
}

.demo-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .demo-intro__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.demo-intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}

.demo-lead {
  position: relative;
  z-index: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .demo-lead {
    font-size: 2.2rem;
  }
}

/* テキスト背後に敷く赤いブラシマーカー（Figmaベクターを画像化して疑似要素で配置） */
.demo-marker {
  position: relative;
  text-shadow: 0.2rem 0 0 #fff, -0.2rem 0 0 #fff, 0 0.2rem 0 #fff, 0 -0.2rem 0 #fff, 0.15rem 0.15rem 0 #fff, -0.15rem 0.15rem 0 #fff, 0.15rem -0.15rem 0 #fff, -0.15rem -0.15rem 0 #fff;
}

.demo-marker::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  bottom: 0.55rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  pointer-events: none;
}

/* どのような建物（W342:H20.18 / 比率16.86） */
.demo-marker--01::before {
  width: 34.2rem;
  height: 2.4rem;
  background: url("../img/demolition/demo-marker-01.webp") no-repeat top center/contain;
}
@media (max-width: 767px) {
  .demo-marker--01::before {
    width: 20.9rem;
    height: 1.5rem;
  }
}

/* スムーズ（W198.94:H20.39 / 比率9.71） */
.demo-marker--02::before {
  width: 19.9rem;
  height: 2.4rem;
  background-image: url("../img/demolition/demo-marker-02.webp");
}
@media (max-width: 767px) {
  .demo-marker--02::before {
    width: 12.2rem;
    height: 1.5rem;
  }
}

/* 丁寧（W135.28:H20.12 / 比率6.69） */
.demo-marker--03::before {
  width: 13.5rem;
  height: 2.4rem;
  background-image: url("../img/demolition/demo-marker-03.webp");
}
@media (max-width: 767px) {
  .demo-marker--03::before {
    width: 8.3rem;
    height: 1.5rem;
  }
}

.demo-intro__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .demo-intro__img {
    width: 100%;
  }
}
.demo-intro__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 特徴 3点 ============================ */
.demo-features {
  padding: 5rem 0 0;
}
@media (max-width: 767px) {
  .demo-features {
    padding: 3rem 0 0;
  }
}

.demo-feature + .demo-feature {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .demo-feature + .demo-feature {
    margin-top: 3rem;
  }
}

.demo-feature__band {
  padding: 1.4rem 1rem;
  background: #f0f0f0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .demo-feature__band {
    font-size: 2rem;
  }
}

.demo-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .demo-feature__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.demo-feature__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .demo-feature__text {
    font-size: 1.4rem;
  }
}

.demo-feature__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58.2rem;
  max-width: 50%;
}
@media (max-width: 767px) {
  .demo-feature__img {
    width: 100%;
    max-width: 100%;
  }
}
.demo-feature__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 解体実績 ============================ */
.demo-jisseki-sec {
  padding: 7rem 0 0;
}
@media (max-width: 767px) {
  .demo-jisseki-sec {
    padding: 4rem 0 0;
  }
}

.demo-jisseki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .demo-jisseki {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.demo-jisseki__img {
  width: 40rem;
  max-width: 100%;
}
.demo-jisseki__img img {
  width: 100%;
  height: auto;
  display: block;
}

.demo-jisseki__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 3rem solid #c9cdd6;
}
@media (max-width: 767px) {
  .demo-jisseki__arrow {
    border-left: 2.4rem solid transparent;
    border-right: 2.4rem solid transparent;
    border-top: 3rem solid #c9cdd6;
    border-bottom: 0;
  }
}

/* ============================ 解体できる建物一覧 ============================ */
.demo-buildings-sec {
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .demo-buildings-sec {
    padding: 4rem 0 5rem;
  }
}

.demo-buildings__label {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .demo-buildings__label {
    font-size: 1.8rem;
  }
}

.demo-buildings__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 0.4rem;
  background: #233b6c;
}

.demo-buildings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .demo-buildings {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.demo-building__img {
  aspect-ratio: 336/253;
  overflow: hidden;
}
.demo-building__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.demo-building__name {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .demo-building__name {
    font-size: 1.8rem;
  }
}

/* ============================ 投稿個別ページ ============================ */
.page-single {
  background: #fff;
}

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

.single-article__head {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}

.single-article__date {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #233b6c;
}

.single-article__title {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .single-article__title {
    font-size: 2.2rem;
  }
}

.single-article__content {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .single-article__content {
    font-size: 1.4rem;
  }
}
.single-article__content p {
  margin-bottom: 2rem;
}
.single-article__content img {
  max-width: 100%;
  height: auto;
}
.single-article__content h2 {
  margin: 4rem 0 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.single-article__content h3 {
  margin: 3rem 0 1.2rem;
  font-size: 2rem;
  font-weight: 700;
}
.single-article__content a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-article__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.page-company {
  background: #fff;
}

/* ============================ セクション見出しバンド ============================ */
.company-band {
  margin: 6rem 0 4rem;
  padding: 1.6rem 1rem;
  background: #233b6c;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .company-band {
    margin: 4rem 0 2.4rem;
    font-size: 2.4rem;
    padding: 1.2rem 1rem;
  }
}

.company-band--gray {
  background: #f0f0f0;
  color: #1a1a1a;
}

.company-overview {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .company-overview {
    padding-top: 4rem;
  }
}

/* テーブル（左）＋看板写真（右上）の横並び。SPは写真を上に縦積み */
.company-overview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.1rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .company-overview__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.company-overview__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58.2rem;
}
@media (max-width: 767px) {
  .company-overview__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
.company-overview__photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 定義テーブル ============================ */
.company-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .company-table th {
    margin-top: 1rem;
  }
}
.company-table th,
.company-table td {
  border-bottom: 2rem solid #FFF;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 767px) {
  .company-table th,
  .company-table td {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    border-bottom: none;
  }
}
.company-table td {
  background: #f0f0f0;
}
.company-table th {
  width: 17rem;
  background: #233b6c;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .company-table th {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }
}

/* 会社概要テーブル専用：幅を固定（ラベル幅・値の薄灰は共通 .company-table に集約） */
.company-table--overview {
  width: 67.6rem;
}
@media (max-width: 767px) {
  .company-table--overview {
    width: 100%;
  }
}

.company-map {
  margin-top: 4rem;
}
.company-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 保有設備案内 ============================ */
.company-equip {
  padding-top: 1rem;
}

.company-equip__group + .company-equip__group {
  margin-top: 3rem;
}

.company-equip__label {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .company-equip__label {
    font-size: 1.8rem;
  }
}

.company-equip__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 0.4rem;
  background: #233b6c;
}

.company-equip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .company-equip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.company-equip__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.company-equip__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ============================ 採用情報 ============================ */
.company-recruit {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .company-recruit {
    padding-top: 4rem;
  }
}

.company-recruit__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .company-recruit__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.company-recruit__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  color: #1a1a1a;
}
.company-recruit__copy p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company-recruit__copy {
    font-size: 1.8rem;
    gap: 0.6rem;
  }
}

.company-recruit__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.9rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .company-recruit__img {
    width: 100%;
  }
}
.company-recruit__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ 一日の流れ ============================ */
.company-flow {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .company-flow {
    padding-top: 4rem;
  }
}

.company-flow__list {
  margin-top: 3rem;
}

.company-flow__step {
  position: relative;
}

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

.company-flow__step + .company-flow__step::before {
  content: "";
  position: absolute;
  top: -3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 1.8rem solid #c9cdd6;
}

.company-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #c9cdd6;
}

.company-flow__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 4.8rem;
  background: #233b6c;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .company-flow__badge {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.2rem;
  }
}

.company-flow__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #233b6c;
}
@media (max-width: 767px) {
  .company-flow__title {
    font-size: 1.8rem;
  }
}

.company-flow__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .company-flow__text {
    font-size: 1.4rem;
  }
}

/* ============================ 先輩社員の声 ============================ */
.company-voice {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .company-voice {
    padding-top: 4rem;
  }
}

.company-voice__intro {
  margin: 3rem 0 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .company-voice__intro {
    margin: 2rem 0;
  }
}

.company-voice__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .company-voice__lead {
    font-size: 1.5rem;
  }
}

.company-bosyu {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .company-bosyu {
    padding-bottom: 5rem;
  }
}

/* ============================ FV（3枚スライダー） ============================ */
.index-fv {
  position: relative;
  width: 100%;
  height: 68.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-fv {
    height: 48rem;
  }
}

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

.index-fv__swiper .swiper-wrapper {
  height: 100%;
}

.index-fv__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.index-fv__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.index-fv__copy {
  position: absolute;
  top: 50%;
  left: 12.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .index-fv__copy {
    top: auto;
    bottom: 7rem;
    left: 2.4rem;
    -webkit-transform: none;
            transform: none;
  }
}

.index-fv__catch {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .index-fv__catch {
    font-size: 3.6rem;
  }
}

.index-fv__sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #fffe00;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .index-fv__sub {
    font-size: 2.6rem;
  }
}

.index-fv__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .index-fv__lead {
    font-size: 1.6rem;
  }
}

/* ============================ NEWS ============================ */
.index-news {
  background: #f0f0f0;
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .index-news {
    padding: 4rem 0 5rem;
  }
}

.index-news__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .index-news__title {
    font-size: 3.6rem;
  }
}

.index-news__box {
  background: #fff;
  margin-top: 2.4rem;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .index-news__box {
    padding: 2rem;
  }
}

/* 最新3件分の高さで表示し、4件目以降は縦スクロール */
.index-news__list {
  list-style: none;
  max-height: 13.2rem;
  overflow-y: auto;
}

.index-news__empty {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .index-news__empty {
    font-size: 1.4rem;
  }
}

.index-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem;
  padding: 1rem 0;
  text-decoration: none;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .index-news__link {
    gap: 1.5rem;
  }
}

.index-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.index-news__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index-news__text {
    font-size: 1.4rem;
  }
}

/* ============================ ABOUT ============================ */
.index-about {
  background: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .index-about {
    padding: 4rem 0;
  }
}

.index-about__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  color: #233b6c;
}
@media (max-width: 767px) {
  .index-about__en {
    font-size: 3.2rem;
  }
}

.index-about__ja {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #233b6c;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-about__ja {
    font-size: 2.4rem;
  }
}

.index-about__body {
  position: relative;
  margin-top: 4rem;
  min-height: 46.4rem;
}
@media (max-width: 767px) {
  .index-about__body {
    margin-top: 2rem;
    min-height: auto;
  }
}

/* 左カラム（見出し・本文・ボタン）。写真と同じ高さから始める */
.index-about__main {
  position: relative;
  z-index: 2;
}

.index-about__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 69.6rem;
  height: 46.4rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-about__image {
    position: static;
    width: 100%;
    height: auto;
  }
}
.index-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-about__textarea {
  position: relative;
  z-index: 2;
  width: 83.3rem;
  max-width: 100%;
  background: #fff;
  padding: 3rem 4rem 4rem 0;
}
@media (max-width: 767px) {
  .index-about__textarea {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}

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

.index-about__btn {
  margin-top: 3rem;
}

/* ============================ PICK UP（強化買取品目） ============================ */
.index-pickup {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-pickup {
    padding: 4rem 0;
  }
}

.index-pickup__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

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

.index-pickup__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 767px) {
  .index-pickup__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.4rem;
  }
}

.index-pickup__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .index-pickup__list {
    gap: 1rem;
  }
}

.index-pickup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 38.3rem;
  max-width: 100%;
  padding: 1rem 1.6rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .index-pickup__item {
    width: 100%;
    font-size: 1.8rem;
  }
}

.index-pickup__check {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #233b6c;
}

.index-pickup__check::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0.4rem;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index-pickup__btn {
  margin-top: 2.4rem;
}

.index-pickup__right {
  text-align: right;
}
@media (max-width: 767px) {
  .index-pickup__right {
    text-align: center;
  }
}

.index-pickup__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .index-pickup__en {
    font-size: 4rem;
  }
}

.index-pickup__ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-pickup__ja {
    font-size: 1.8rem;
  }
}

/* ============================ 高価買取の秘密 ============================ */
.index-secret {
  background: #f3f1ef url("../img/common/section-texture.webp") no-repeat center/cover;
  padding: 8rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index-secret {
    padding: 4rem 0;
  }
}

.index-secret__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #233b6c;
}
@media (max-width: 767px) {
  .index-secret__title {
    font-size: 2.4rem;
  }
}

.index-secret__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-secret__text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.index-secret__btn {
  margin-top: 4rem;
}

/* ============================ 金属スクラップ持ち込み大歓迎！ ============================ */
.index-bring {
  position: relative;
  padding: 18rem 0;
  background: #f3f1ef url("../img/common/section-texture.webp") no-repeat center/cover;
}
@media (max-width: 767px) {
  .index-bring {
    padding: 5rem 0;
  }
}

/* 紺の角度付きパラレログラム帯（Figma vector M0 0L1440 121V813L0 685V0Z） */
.index-bring::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #233b6c;
  clip-path: polygon(0 0, 100% 8.4vw, 100% 100%, 0 calc(100% - 8.9vw));
}
@media (max-width: 767px) {
  .index-bring::before {
    height: 46rem;
  }
}

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

.index-bring__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .index-bring__title {
    font-size: 2.4rem;
  }
}

.index-bring__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-bring__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.index-bring__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  padding: 5rem 0 0 20rem;
}
@media (max-width: 767px) {
  .index-bring__text {
    font-size: 1.4rem;
  }
}

.index-bring__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 53.4rem;
}
@media (max-width: 767px) {
  .index-bring__image {
    width: 100%;
  }
}
.index-bring__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ OUR BUSINESS（事業内容） ============================ */
.index-business {
  background: #f3f1ef url("../img/common/section-texture.webp") no-repeat center/cover;
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .index-business {
    padding: 4rem 0 5rem;
  }
}

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

.index-business__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  color: #233b6c;
}
@media (max-width: 767px) {
  .index-business__en {
    font-size: 4rem;
  }
}

.index-business__ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-business__ja {
    font-size: 1.8rem;
  }
}

.index-business__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .index-business__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.index-business__row--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .index-business__row--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-business__row + .index-business__row {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .index-business__row + .index-business__row {
    margin-top: 4rem;
  }
}

.index-business__card {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 73.9rem;
  height: 46.9rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-business__card {
    width: 100%;
    height: 24rem;
  }
}

.index-business__card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.index-business__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.index-business__card-title {
  position: absolute;
  top: 4.4rem;
  left: 4.4rem;
  z-index: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .index-business__card-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 2.4rem;
  }
}

.index-business__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.index-business__num {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20rem;
  line-height: 0.9;
  color: #233b6c;
  text-align: right;
}
@media (max-width: 767px) {
  .index-business__num {
    font-size: 10rem;
    text-align: center;
  }
}

.index-business__row--rev .index-business__num {
  text-align: left;
}
@media (max-width: 767px) {
  .index-business__row--rev .index-business__num {
    text-align: center;
  }
}

.index-business__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-business__text {
    font-size: 1.4rem;
  }
}

.index-business__btn {
  margin-top: 3rem;
}

/* ============================ 環境への取り組み ============================ */
.index-eco {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-eco {
    padding: 4rem 0;
  }
}

.index-eco__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.index-eco__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.46);
}

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

.index-eco__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #233b6c;
}
@media (max-width: 767px) {
  .index-eco__title {
    font-size: 2.4rem;
  }
}

.index-eco__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .index-eco__text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.index-eco__btn {
  margin-top: 4rem;
}

/* ============================ ACCESS ============================ */
.index-access {
  background: #fff;
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .index-access {
    padding: 4rem 0 0;
  }
}

.index-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 112.8rem;
  min-height: 53.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

.index-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .index-access__map {
    width: 100%;
    height: 28rem;
  }
}
.index-access__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index-access__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #233b6c;
  color: #fff;
  padding: 10rem 10rem 10rem 10.5rem;
}
@media (max-width: 767px) {
  .index-access__info {
    padding: 3rem 2rem;
  }
}

.index-access__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .index-access__en {
    font-size: 4rem;
    text-align: center;
  }
}

.index-access__ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-access__ja {
    font-size: 1.8rem;
    text-align: center;
  }
}

.index-access__detail {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .index-access__detail {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
}

.page-404 {
  background: #fff;
}

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

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

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

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

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

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

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.c-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/* =========================================================
   共通：紺の矢印ボタン（丸一金属）
   ========================================================= */
.c-arrow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 31.7rem;
  max-width: 100%;
  padding: 1.4rem 2rem;
  background: #233b6c;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-arrow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28rem;
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    margin: 4rem auto 0;
  }
}
.c-arrow-btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-arrow-btn--center {
  margin-left: auto;
  margin-right: auto;
}