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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #333;
}

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

.main {
  position: relative;
  min-height: 100vh;
}

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

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

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

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

.page-fv {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   ヘッダー（PC/SP 共通・常時表示の濃紺バー）
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background: #00053a;
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
}

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

.l-header__logo-h1 {
  display: contents;
}

.l-header__logo {
  display: block;
  width: 38rem;
  margin-right: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 17.7rem;
    margin-right: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEL・住所（PCのみ表示） */
.l-header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9rem;
  margin-right: 2.3rem;
}
@media (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  line-height: 1;
}

.l-header__tel-icon {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  display: inline-flex;
}

.l-header__tel-icon svg {
  width: 100%;
  height: 100%;
}

.l-header__address {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}

.l-header__address-icon {
  width: 1.3rem;
  height: 1.6rem;
  flex-shrink: 0;
  display: inline-flex;
}

.l-header__address-icon svg {
  width: 100%;
  height: 100%;
}

/* ============================================================
   ハンバーガーアイコン（PC/SP 共通で表示）
   ============================================================ */
.hamburger {
  position: relative;
  width: 6rem;
  height: 4.1rem;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  .hamburger {
    width: 3.5rem;
    height: 2.4rem;
  }
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: #fff;
  transition: transform 0.4s ease, opacity 0.3s ease, top 0.4s ease, bottom 0.4s ease;
}
@media (max-width: 767px) {
  .hamburger span {
    height: 0.3rem;
  }
}

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

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

.hamburger span:nth-child(3) {
  bottom: 0;
}

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

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

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

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

/* ============================================================
   ハンバーガーメニュー（全画面オーバーレイ＋中央ナビ）
   ============================================================ */
.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 9890;
  background: rgba(0, 5, 58, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.hamburger-menu__item {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hamburger-menu.active .hamburger-menu__item {
  opacity: 1;
  transform: translateY(0);
}

.hamburger-menu.active .hamburger-menu__item:nth-child(1) {
  transition-delay: 0.15s;
}

.hamburger-menu.active .hamburger-menu__item:nth-child(2) {
  transition-delay: 0.22s;
}

.hamburger-menu.active .hamburger-menu__item:nth-child(3) {
  transition-delay: 0.29s;
}

.hamburger-menu.active .hamburger-menu__item:nth-child(4) {
  transition-delay: 0.36s;
}

.hamburger-menu.active .hamburger-menu__item:nth-child(5) {
  transition-delay: 0.43s;
}

.hamburger-menu__link {
  display: block;
  padding: 2.6rem 4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hamburger-menu__link {
    padding: 2.2rem 4rem;
    font-size: 1.8rem;
  }
}

/* ============================================================
   フッター（シルバーメタリック）
   ============================================================ */
.l-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(98deg, #535353 7%, #b0b0b0 24%, #f1f1f1 50%, #b0b0b0 68%, #535353 94%);
}

.l-footer__inner {
  position: relative;
}

/* 右側の車イラスト（装飾） */
.l-footer__car {
  position: absolute;
  top: 0.3rem;
  right: 2rem;
  width: 56.8rem;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer__car {
    width: 36rem;
    right: -4rem;
    top: auto;
    bottom: 0;
    opacity: 0.9;
  }
}

.l-footer__body {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4.6rem 2rem 2.2rem;
}
@media (max-width: 767px) {
  .l-footer__body {
    padding: 3.4rem 2rem 2rem;
  }
}

.l-footer__logo {
  display: block;
  width: 47.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 32.5rem;
  }
}

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

.l-footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    margin-top: 1rem;
  }
}

.l-footer__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: inline-flex;
}

.l-footer__tel-icon svg {
  width: 100%;
  height: 100%;
}

.l-footer__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}

.l-footer__address-icon {
  width: 1.3rem;
  height: 1.6rem;
  flex-shrink: 0;
  display: inline-flex;
}

.l-footer__address-icon svg {
  width: 100%;
  height: 100%;
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 5rem;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    /* デザイン通り 3列×2行（1行目:TOP/業務内容/在庫一覧 2行目:店舗概要/お問い合わせ）。
       max-width で3個目の後に折り返し、各行を中央寄せ */
    flex-wrap: wrap;
    max-width: 28rem;
    margin: 7rem auto 0;
    gap: 4rem;
  }
}

.l-footer__nav-link {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* ── Copyright ─────────────────────────── */
.l-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: linear-gradient(98deg, #535353 7%, #b0b0b0 24%, #f1f1f1 50%, #b0b0b0 68%, #535353 94%);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2.7rem 2rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.3rem;
    padding: 2rem;
    /* SP固定バーに隠れないよう下に余白 */
    margin-bottom: 4.6rem;
  }
}

/* ============================================================
   PAGE TOP ボタン（右下固定・シルバー円形）
   ============================================================ */
.to-top {
  position: fixed;
  right: 3.5rem;
  bottom: 5rem;
  z-index: 9800;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 6rem;
  }
}

.to-top__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media (max-width: 767px) {
  .to-top__btn {
    width: 6.4rem;
    height: 6.4rem;
  }
}

.to-top__arrow {
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  transform: rotate(-45deg);
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .to-top__arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.to-top__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .to-top__text {
    font-size: 1.1rem;
  }
}

/* ============================================================
   SP 固定フッターバー（TEL／お問い合わせ）
   ============================================================ */
.sp-fix {
  display: none;
}

@media (max-width: 767px) {
  .sp-fix {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9700;
    background: #00053a;
  }
  .sp-fix__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    height: 4.6rem;
    background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
    color: #00053a;
    text-decoration: none;
  }
  .sp-fix__btn--tel {
    margin-right: 0.2rem;
  }
  .sp-fix__icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    display: inline-flex;
  }
  .sp-fix__icon svg {
    width: 100%;
    height: 100%;
  }
  .sp-fix__btn--tel .sp-fix__label {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .sp-fix__btn--contact .sp-fix__label {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================================
   下層ページ共通（濃紺ベース・FV・セクション見出し）
   ============================================================ */
.page-main {
  background: #00053a;
}

/* ── 共通FV ───────────────────────────── */
.lower-fv {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 26rem;
  }
}

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

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

.lower-fv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 5, 58, 0.64);
  pointer-events: none;
}

/* 中央のぼかし楕円装飾（2つの楕円が重なった柔らかい光） */
.lower-fv__deco {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64rem;
  height: 20rem;
  background: radial-gradient(ellipse 52% 52% at 36% 50%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 70%), radial-gradient(ellipse 52% 52% at 64% 50%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-fv__deco {
    width: 36rem;
    height: 12rem;
  }
}

.lower-fv__title {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.lower-fv__en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .lower-fv__en {
    font-size: 3.6rem;
  }
}

.lower-fv__ja {
  display: block;
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-fv__ja {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}

/* ── セクション共通見出し（英語＋日本語＋縦線） ── */
.sec-head {
  text-align: center;
  padding: 0 2rem;
}

.sec-head__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sec-head__en {
    font-size: 3rem;
  }
}

.sec-head__en--lg {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .sec-head__en--lg {
    font-size: 3.4rem;
  }
}

.sec-head__en--sm {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .sec-head__en--sm {
    font-size: 2.6rem;
  }
}

.sec-head__ja {
  margin-top: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec-head__ja {
    font-size: 1.8rem;
  }
}

.sec-head__line {
  display: block;
  width: 1px;
  height: 6rem;
  margin: 1.6rem auto 0;
  background: #fff;
}
@media (max-width: 767px) {
  .sec-head__line {
    height: 4rem;
  }
}

/* セクション本文リード（中央・白） */
.sec-lead {
  margin: 3.4rem auto 0;
  max-width: 110rem;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.18;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-lead {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: left;
    padding: 0 2rem;
  }
}

/* ============================================================
   業務内容ページ（SERVICE）
   ============================================================ */
.page-service {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .page-service {
    padding-bottom: 6rem;
  }
}

/* 導入 */
.service-intro {
  padding: 9rem 0 0;
}
@media (max-width: 767px) {
  .service-intro {
    padding: 5rem 0 0;
  }
}

/* 買取販売リスト */
.service-list {
  margin-top: 19rem;
}
@media (max-width: 767px) {
  .service-list {
    margin-top: 5rem;
  }
}

.service-list__items {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .service-list__items {
    margin-top: 4rem;
  }
}

.service-card {
  max-width: 128.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  scroll-margin-top: 12rem;
}
@media (max-width: 767px) {
  .service-card {
    padding: 0 2rem;
    scroll-margin-top: 8rem;
  }
}

.service-card + .service-card {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .service-card + .service-card {
    margin-top: 4rem;
  }
}

.service-card__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  min-height: 44.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .service-card__inner {
    flex-direction: column;
    min-height: 0;
  }
}

.service-card--rev .service-card__inner {
  flex-direction: row;
}
@media (max-width: 767px) {
  .service-card--rev .service-card__inner {
    flex-direction: column;
  }
}

/* シルバーの影（右下にオフセット） */
.service-card__inner::before {
  content: "";
  position: absolute;
  top: 3.7rem;
  left: 3.7rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .service-card__inner::before {
    top: 1.4rem;
    left: 1.4rem;
  }
}

.service-card__img {
  width: 60.6rem;
  height: 44.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .service-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 606/445;
  }
}

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

.service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3.7rem 4rem;
  background: #fff;
}
@media (max-width: 767px) {
  .service-card__body {
    padding: 2.4rem 2rem 3rem;
  }
}

.service-card__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.5rem;
  color: #0011c2;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .service-card__en {
    font-size: 2.6rem;
  }
}

.service-card__ja {
  margin-top: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .service-card__ja {
    font-size: 2rem;
  }
}

.service-card__line {
  display: block;
  width: 11.4rem;
  height: 0.8rem;
  margin: 1.8rem 0;
  background: #0011c2;
}

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

/* MORE ボタン（シルバーグラデ＋濃紺影） */
.service-card__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 27.5rem;
  height: 7rem;
  margin-top: 2.8rem;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  color: #00053a;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0.7rem 0.8rem 0 0 #00053a;
}
@media (max-width: 767px) {
  .service-card__more {
    width: 100%;
    max-width: 27.5rem;
  }
}
.service-card__more:hover {
  opacity: 0.85;
}

.service-card__more-arrow {
  width: 3.2rem;
  height: 0.8rem;
  background: url("../img/common/arrow-navy.svg") no-repeat center/contain;
  flex-shrink: 0;
}

/* ============================================================
   在庫一覧ページ（STOCK）
   ============================================================ */
.page-stock {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .page-stock {
    padding-bottom: 6rem;
  }
}

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

.stock-banner-area {
  display: flex;
  justify-content: center;
  margin-top: 6.5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .stock-banner-area {
    margin-top: 4rem;
  }
}

/* カーセンサーバナー */
.stock-banner {
  position: relative;
  display: block;
  width: 76rem;
  max-width: 100%;
  height: 20rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .stock-banner {
    height: auto;
  }
}
.stock-banner:hover {
  opacity: 0.85;
}

.stock-banner__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 66.9rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #ff6010;
}
@media (max-width: 767px) {
  .stock-banner__logo {
    position: static;
    width: 100%;
    height: 14rem;
  }
}

.stock-banner__logo img {
  width: 44.7rem;
  max-width: 80%;
  height: auto;
}

.stock-banner__circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff6010;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .stock-banner__circle {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 1.4rem;
    font-size: 1.8rem;
  }
}

/* ============================================================
   店舗概要ページ（STORE）
   ============================================================ */
.page-store {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .page-store {
    padding-bottom: 6rem;
  }
}

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

.store-detail {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .store-detail {
    margin-top: 4.5rem;
  }
}

.store-detail__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  max-width: 124.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .store-detail__inner {
    flex-direction: column;
    gap: 3rem;
    max-width: none;
  }
}

.store-detail__table {
  width: 47rem;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .store-detail__table {
    width: 100%;
  }
}

.store-detail__row {
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 0.6rem 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
  color: #fff;
}

.store-detail__row:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.45);
}

.store-detail__dt {
  width: 13rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.store-detail__dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  word-break: break-all;
}

.store-detail__map {
  width: 64rem;
  height: 51.6rem;
  flex-shrink: 0;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .store-detail__map {
    width: 100%;
    height: 30rem;
  }
}

.store-detail__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ============================================================
   お問い合わせページ（CONTACT）
   ============================================================ */
.page-contact {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .page-contact {
    padding-bottom: 6rem;
  }
}

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

.contact-section {
  margin-top: 21rem;
}
@media (max-width: 767px) {
  .contact-section {
    margin-top: 5rem;
  }
}

.contact-form__note {
  margin-top: 2.6rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form__note {
    font-size: 1.4rem;
  }
}

.contact-form {
  max-width: 88.2rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 2.6rem;
  }
}

.contact-form__row {
  display: flex;
  align-items: flex-start;
  gap: 3.9rem;
  padding: 1.7rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 0;
  }
}

.contact-form__label {
  width: 21rem;
  flex-shrink: 0;
  padding-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.contact-form__req {
  margin-left: 0.3rem;
  color: #ff4b4b;
}

.contact-form__field {
  flex: 1;
  width: 100%;
}

.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field textarea {
  width: 100%;
  background: #ededed;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 1.3rem 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #333;
}

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

.contact-form__field textarea {
  height: 20.6rem;
  resize: vertical;
  line-height: 1.7;
}

.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 4rem;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .contact-form__radios {
    gap: 1.2rem 2rem;
    padding-top: 0.4rem;
  }
}

.contact-form__radio {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__radio {
    font-size: 1.4rem;
  }
}

/* ラジオ（静的フォーム・CF7 出力 両対応のカスタム円）
   reset.scss が input 全体に appearance:none を当てるため、ネイティブ表示は出ない。必ず自前で描く */
.contact-form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0;
  flex-shrink: 0;
  background: #ededed;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  cursor: pointer;
}
.contact-form__radios input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #00053a;
}

/* CF7 が [radio] を出力するときのラッパ対応（.wpcf7-radio > .wpcf7-list-item > label） */
.contact-form__radios .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 4rem;
}
@media (max-width: 767px) {
  .contact-form__radios .wpcf7-radio {
    gap: 1.2rem 2rem;
  }
}

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

.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__radios .wpcf7-list-item label {
    font-size: 1.4rem;
  }
}

/* 送信ボタン（シルバーグラデ＋濃紺影） */
.contact-form__submit-area {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.contact-form__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 27.5rem;
  height: 7rem;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  border: none;
  color: #00053a;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0.7rem 0.8rem 0 0 #00053a;
}
.contact-form__submit:hover {
  opacity: 0.85;
}

.contact-form__submit-arrow {
  width: 3.2rem;
  height: 0.8rem;
  background: url("../img/common/arrow-navy.svg") no-repeat center/contain;
  flex-shrink: 0;
}

/* CF7 の [submit]（<input type="submit">）対応：疑似要素・子spanを持てないため矢印は background-image で重ねる */
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  width: 27.5rem;
  height: 7rem;
  border: none;
  color: #00053a;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding-right: 5rem;
  cursor: pointer;
  box-shadow: 0.7rem 0.8rem 0 0 #00053a;
  background-image: url("../img/common/arrow-navy.svg"), linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 3.6rem center, center;
  background-size: 3.2rem 0.8rem, auto;
}
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.85;
}

/* CF7 出力ラッパ・検証メッセージ */
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__field input[type=text].wpcf7-form-control,
.contact-form__field input[type=tel].wpcf7-form-control,
.contact-form__field input[type=email].wpcf7-form-control,
.contact-form__field textarea.wpcf7-form-control {
  width: 100%;
}

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

.wpcf7 .wpcf7-response-output {
  margin: 2rem auto 0;
  max-width: 88.2rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  color: #fff;
}

.wpcf7-spinner {
  margin: 0 0 0 1.2rem;
}

/* ============================================================
   MV（メインビジュアル）
   ============================================================ */
.index-mv {
  position: relative;
  width: 100%;
  height: 91rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-mv {
    height: 72rem;
  }
}

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

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

.index-mv__slide {
  height: 100%;
}

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

/* 濃紺オーバーレイ */
.index-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 5, 58, 0.3);
  pointer-events: none;
}

.index-mv__catch {
  position: absolute;
  z-index: 2;
  top: 42.2rem;
  left: 22.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .index-mv__catch {
    top: 17.8rem;
    left: 1.5rem;
    width: 34.2rem;
  }
}

.index-mv__catch-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__catch-ja {
    font-size: 4rem;
    line-height: 1.35;
    white-space: normal;
  }
}

.index-mv__catch-en {
  margin-top: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__catch-en {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
  }
}

/* ============================================================
   SERVICE（9カード）
   ============================================================ */
.index-service {
  background: #00053a;
  padding: 12.8rem 0 7.5rem;
}
@media (max-width: 767px) {
  .index-service {
    padding: 8.3rem 0 0;
  }
}

.index-service__head {
  text-align: center;
  margin-bottom: 1rem;
}

.index-service__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}

.index-service__line {
  display: block;
  width: 1px;
  height: 6rem;
  margin: 1.6rem auto 0;
  background: #fff;
}

.index-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .index-service__list {
    grid-template-columns: 1fr;
  }
}

.index-service__card {
  position: relative;
  display: block;
  height: 31.2rem;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .index-service__card {
    height: 24.375rem;
  }
}
.index-service__card:hover {
  opacity: 1;
}
.index-service__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.4s ease;
}
.index-service__card:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

.index-service__card-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  text-align: center;
}

.index-service__card-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.index-service__card-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}

/* ============================================================
   STORE（店舗情報・MAP）
   ============================================================ */
.index-store {
  background: #00053a;
  padding: 11.5rem 0 13rem;
}
@media (max-width: 767px) {
  .index-store {
    padding: 8.3rem 0 5rem;
  }
}

.index-store__head {
  text-align: center;
  margin-bottom: 1rem;
}

.index-store__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}

.index-store__line {
  display: block;
  width: 1px;
  height: 6rem;
  margin: 1.6rem auto 0;
  background: #fff;
}

.index-store__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  max-width: 122.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-store__inner {
    flex-direction: column;
    gap: 3rem;
    max-width: none;
    padding: 0 2rem;
  }
}

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

/* 店舗情報テーブル */
.index-store__table {
  width: 100%;
  margin: 0;
}

.index-store__row {
  display: flex;
  align-items: center;
  min-height: 7rem;
  padding: 0.6rem 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
  color: #fff;
}
@media (max-width: 767px) {
  .index-store__row {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    gap: 0.4rem;
    padding: 1.2rem 0;
  }
}

.index-store__row:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.45);
}

.index-store__dt {
  width: 14rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.index-store__dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  word-break: break-all;
}

/* ボタン群 */
.index-store__btns {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .index-store__btns {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}

.index-store__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 26.8rem;
  height: 6.2rem;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  color: #00053a;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-store__tel {
    width: 100%;
    height: 6rem;
  }
}
.index-store__tel:hover {
  opacity: 0.85;
}

.index-store__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: inline-flex;
}

.index-store__tel-icon svg {
  width: 100%;
  height: 100%;
}

.index-store__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 27.5rem;
  height: 7rem;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  color: #00053a;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-store__more {
    width: 100%;
    height: 6rem;
  }
}
.index-store__more:hover {
  opacity: 0.85;
}

.index-store__more-arrow {
  width: 3.2rem;
  height: 0.8rem;
  background: url("../img/common/arrow-navy.svg") no-repeat center/contain;
  flex-shrink: 0;
}

/* MAP */
.index-store__map {
  width: 64rem;
  height: 51.6rem;
  flex-shrink: 0;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .index-store__map {
    width: 100%;
    height: 30.2rem;
  }
}

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

/* ============================================================
   404 Not Found（下層ページ濃紺トンマナ）
   背景は .page-main（濃紺）を継承。テキストは白、
   ボタンは下層共通のシルバーグラデ＋影で contact 送信ボタンと統一。
   ============================================================ */
.not-found {
  padding: 8rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 4rem 0 7rem;
  }
}

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

.not-found__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
}
@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;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

/* ボタン：下層共通のシルバーグラデ＋濃紺影（contact 送信ボタンと統一） */
.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: linear-gradient(111deg, #636363 5%, #b9b9b9 24%, #f1f1f1 53%, #b9b9b9 72%, #636363 100%);
  color: #00053a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0.7rem 0.8rem 0 0 #00053a;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    max-width: 40rem;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  width: 3.2rem;
  height: 0.8rem;
  background: url("../img/common/arrow-navy.svg") no-repeat center/contain;
  flex-shrink: 0;
}

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

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

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

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

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

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

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

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

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