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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: 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;
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.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;
}

/* 固定ヘッダー分の余白（コンテンツはヘッダー下から開始） */
#container {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  #container {
    padding-top: 5rem;
  }
}

/* =========================================================
   ヘッダー（PC：常時表示の白バー / SP：ロゴ＋ハンバーガー）
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 9900;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
}

.l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    padding: 0 2rem;
  }
}

/* ロゴ：左上に配置し、ヘッダー下へはみ出す（PC） */
.l-header__logo {
  position: absolute;
  top: 0.6rem;
  left: 8rem;
  width: 13rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-header__logo {
    top: 0.5rem;
    left: 2rem;
    width: 12rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.l-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}

.l-header__nav-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #1c3647;
  line-height: 1.2;
}

.l-header__nav-en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #dca42a;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.l-header__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 16rem;
  height: 4rem;
  background: #9f3b29;
  text-decoration: none;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__tel {
    width: 4rem;
    height: 4rem;
    gap: 0;
    padding: 0;
  }
}

.l-header__tel-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__tel-icon {
    width: 2rem;
    height: 2rem;
  }
}

.l-header__tel-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-header__tel-num {
    display: none;
  }
}

/* =========================================================
   ハンバーガーアイコン（SPのみ）
   ========================================================= */
.hamburger {
  display: none;
  position: relative;
  width: 4rem;
  height: 4rem;
  background: #9f3b29;
  border: none;
  flex-shrink: 0;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    background: #1c3647;
  }
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 1.3rem;
}
.hamburger span:nth-child(2) {
  top: 1.9rem;
}
.hamburger span:nth-child(3) {
  top: 2.5rem;
}

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

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

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

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

/* =========================================================
   SP ハンバーガーメニュー（右からスライドする navy パネル）
   ========================================================= */
.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 64%;
    height: 100vh;
    background: #1c3647;
    box-shadow: -6px 0 16px rgba(0, 0, 0, 0.25);
    z-index: 9990;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);
    padding: 2rem 2rem 4rem;
    overflow-y: auto;
  }
}

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

.hamburger-menu__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ロゴはパネル左外（画像エリア）に重ねて表示 */
.hamburger-menu__logo {
  position: fixed;
  top: 0.8rem;
  left: 1rem;
  width: 8rem;
  z-index: 9991;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.3s;
}
.hamburger-menu__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hamburger-menu__logo {
  display: none;
}

.hamburger-menu__close {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background: #fff;
}
.hamburger-menu__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger-menu__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.hamburger-menu__item + .hamburger-menu__item {
  margin-top: 2.6rem;
}

.hamburger-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  text-align: center;
}

.hamburger-menu__link-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.2;
}

.hamburger-menu__link-en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #dca42a;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.l-footer {
  background: #fff;
}

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

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

.l-footer__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c3647;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.3rem;
    flex-wrap: wrap;
  }
}

.l-footer__address-icon {
  width: 1.5rem;
  height: 2.4rem;
  flex-shrink: 0;
}

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

.l-footer__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}

.l-footer__nav-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .l-footer__nav-ja {
    font-size: 1.4rem;
  }
}

.l-footer__nav-en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #dca42a;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer__nav-en {
    font-size: 1.2rem;
  }
}

.l-copyright {
  background: #1c3647;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3rem 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-blue {
  color: #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;
  }
}

/* 下層ページ共通ベース */
.page-main {
  background: #fff;
}

/* =========================================================
   下層共通FV（背景画像＋白オーバーレイ＋日英タイトル）
   変えるのは日英タイトルだけ。背景は共通 lower-fv-bg.webp。
   ========================================================= */
.lower-fv {
  position: relative;
  width: 100%;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 20rem;
  }
}

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

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

.lower-fv__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}

.lower-fv__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lower-fv__ja {
    font-size: 3.2rem;
  }
}

.lower-fv__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #dca42a;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .lower-fv__en {
    font-size: 2.4rem;
  }
}

/* 下層共通：セクション見出し（英大文字＋日本語） */
.biz-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .biz-head {
    gap: 0.6rem;
    margin-bottom: 2.4rem;
  }
}

.biz-head__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #dca42a;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .biz-head__en {
    font-size: 4.8rem;
  }
}

.biz-head__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .biz-head__ja {
    font-size: 2rem;
  }
}

.biz-head__ja--white {
  color: #fff;
}

.page-business {
  background: #fff;
}

/* =========================================================
   業務内容（外壁・屋根：テキスト＋写真の2カラム）
   ========================================================= */
.biz-service {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .biz-service {
    padding: 4rem 0;
  }
}

.biz-service__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 767px) {
  .biz-service__list {
    gap: 4rem;
  }
}

.biz-service__item {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .biz-service__item {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .biz-service__item--rev {
    flex-direction: column;
  }
}

.biz-service__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .biz-service__text {
    width: 100%;
    gap: 1.6rem;
  }
}

.biz-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .biz-service__title {
    font-size: 2.2rem;
  }
}

.biz-service__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #1c3647;
}

.biz-service__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #1c3647;
  line-height: 2.2;
}

.biz-service__img {
  width: 56rem;
  height: 36rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .biz-service__img {
    width: 100%;
    height: auto;
    aspect-ratio: 560/360;
  }
}
.biz-service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   FLOW（施工の流れ・ステップカード）
   ========================================================= */
.biz-flow {
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .biz-flow {
    padding: 4rem 0;
  }
}

.biz-flow__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .biz-flow__row {
    flex-direction: column;
  }
}

.biz-flow__row + .biz-flow__row {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .biz-flow__row + .biz-flow__row {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .biz-flow__row + .biz-flow__row::before {
    content: "";
    align-self: center;
    width: 2rem;
    height: 6rem;
    margin: 1.2rem 0;
    background: url("../img/top/icon-flow.webp") no-repeat center/contain;
    transform: rotate(90deg);
  }
}

.biz-flow__card {
  width: 30rem;
  height: 30rem;
  flex-shrink: 0;
  border: 1rem solid #1c3647;
  background-color: #dca42a;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1rem, transparent 1rem, transparent 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem 3rem 2rem;
  color: #1c3647;
}
@media (max-width: 767px) {
  .biz-flow__card {
    width: 100%;
    max-width: 34rem;
    height: auto;
    min-height: 22rem;
    border-width: 0.6rem;
    padding: 2rem;
  }
}

.biz-flow__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .biz-flow__card-body {
    gap: 1rem;
  }
}

.biz-flow__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #1c3647;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .biz-flow__card-title {
    font-size: 1.8rem;
  }
}

.biz-flow__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c3647;
  line-height: 2;
  letter-spacing: -0.02em;
}

.biz-flow__step {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #1c3647;
  line-height: 1.2;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .biz-flow__step {
    font-size: 2.8rem;
  }
}

.biz-flow__arrow {
  flex-shrink: 0;
  width: 2rem;
  height: 6rem;
  margin: 0 0.6rem;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .biz-flow__arrow {
    margin: 1.2rem 0;
    transform: rotate(90deg);
  }
}

/* =========================================================
   AREA（対応エリア）
   ========================================================= */
.biz-area {
  padding: 6rem 2rem 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .biz-area {
    padding: 4rem 2rem 6rem;
  }
}

.biz-area__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #1c3647;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .biz-area__body {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}

.biz-area__map {
  width: 64rem;
  max-width: 100%;
}
.biz-area__map img {
  width: 100%;
  height: 100%;
  aspect-ratio: 640/566;
  display: block;
}

.page-company {
  background: #fff;
}

/* =========================================================
   GREETING（navy 帯＋淡い写真背景＋挨拶ボックス）
   ========================================================= */
.company-greeting {
  position: relative;
  background: #1c3647;
  padding: 8rem 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-greeting {
    padding: 4rem 2rem;
  }
}

.company-greeting__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.company-greeting__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.25;
  mix-blend-mode: color-burn;
}

.company-greeting__head {
  position: relative;
  z-index: 1;
}

.company-greeting__box {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .company-greeting__box {
    padding: 2.4rem 2rem;
    gap: 1.6rem;
  }
}

.company-greeting__text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  color: #1c3647;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 767px) {
  .company-greeting__text {
    font-size: 1.3rem;
    line-height: 2;
    gap: 1rem;
    text-align: left;
  }
}

.company-greeting__sign {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #1c3647;
}

.company-greeting__name {
  font-size: 3.2rem;
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .company-greeting__name {
    font-size: 2.4rem;
  }
}

/* =========================================================
   INFORMATION（会社概要テーブル）
   ========================================================= */
.company-info {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .company-info {
    padding: 4rem 0;
  }
}

/* テーブル背景：トップ ABOUT と同じ黄色ストライプ（上下ネイビー帯） */
.company-info__stripe {
  position: relative;
  padding: 6rem 0;
  background: #1c3647;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-info__stripe {
    padding: 4rem 0;
  }
}
.company-info__stripe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dca42a;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1.8rem, transparent 1.8rem, transparent 4rem);
  pointer-events: none;
}

.company-info__stripe .inner128 {
  position: relative;
  z-index: 1;
}

.company-info__table {
  width: 100%;
  border-collapse: collapse;
}
.company-info__table th,
.company-info__table td {
  padding: 2rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .company-info__table th,
  .company-info__table td {
    display: block;
    width: 100%;
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
.company-info__table th {
  width: 24rem;
  background: #1c3647;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .company-info__table th {
    width: 100%;
    text-align: left;
  }
}
.company-info__table td {
  background: #fff;
  color: #1c3647;
  border-bottom: 2px solid #1c3647;
}

/* =========================================================
   写真バンド
   ========================================================= */
.company-band {
  padding: 0 0 9rem;
}
@media (max-width: 767px) {
  .company-band {
    padding: 0 0 5rem;
  }
}

.company-band__img {
  width: 100%;
  height: 48rem;
}
@media (max-width: 767px) {
  .company-band__img {
    height: 22rem;
  }
}
.company-band__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-works {
  background: #fff;
}

/* =========================================================
   施工事例グリッド（navy 帯背景）
   ========================================================= */
.works-gallery {
  position: relative;
  background: #1c3647;
  padding: 8rem 2rem;
  overflow: hidden;
}
.works-gallery::before {
  content: "";
  position: absolute;
  inset: 2rem 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem), radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem);
  background-size: 3.4rem 3.4rem;
  background-position: 0 0, 1.7rem 1.7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .works-gallery {
    padding: 4rem 2rem;
  }
}

.works-gallery__list {
  position: relative;
  z-index: 1;
  max-width: 127.8rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .works-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
}

.works-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.works-card__img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .works-card__img {
    height: 14rem;
  }
}
.works-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.works-card:hover .works-card__img img {
  transform: scale(1.06);
}

.works-card__label {
  background: #dca42a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .works-card__label {
    font-size: 1.2rem;
    padding: 1rem 0.6rem;
  }
}

/* =========================================================
   画像拡大モーダル
   ========================================================= */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.works-modal.is-open {
  display: flex;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.works-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.works-modal__image {
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.works-modal__caption {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .works-modal__caption {
    font-size: 1.4rem;
  }
}

.works-modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}
.works-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-contact {
  background: #fff;
}

/* =========================================================
   まずはお電話ください（navy 帯＋白枠ボックス）
   ========================================================= */
.contact-tel {
  position: relative;
  background: #1c3647;
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.contact-tel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dca42a;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1.8rem, transparent 1.8rem, transparent 4rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-tel {
    padding: 4rem 1.6rem;
  }
}

.contact-tel__box {
  position: relative;
  z-index: 1;
  width: 112rem;
  max-width: 100%;
  border: 7px solid #fff;
  border-radius: 30px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-tel__box {
    border-width: 4px;
    border-radius: 16px;
    padding: 2.4rem 1.6rem;
    gap: 1.2rem;
  }
}

.contact-tel__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-tel__head {
    font-size: 2.4rem;
  }
}

.contact-tel__num {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-tel__num {
    font-size: 3.2rem;
    gap: 1rem;
  }
}

.contact-tel__icon {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact-tel__icon {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.contact-tel__hours {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-tel__hours {
    font-size: 1.8rem;
  }
}

/* =========================================================
   FORM（navy 帯＋白カード）
   ========================================================= */
.contact-form-sec {
  position: relative;
  background: #1c3647;
  padding: 8rem 2rem;
  overflow: hidden;
}
.contact-form-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem), radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem);
  background-size: 3.4rem 3.4rem;
  background-position: 0 0, 1.7rem 1.7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-form-sec {
    padding: 4rem 1.2rem;
  }
}

.contact-form-card {
  position: relative;
  z-index: 1;
  max-width: 128rem;
  margin: 0 auto;
  background: #fff;
  padding: 6rem 10rem;
}
@media (max-width: 767px) {
  .contact-form-card {
    padding: 3rem 1.6rem;
  }
}
.contact-form-card .biz-head {
  align-items: flex-start;
}

.contact-form__intro {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #1c3647;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .contact-form__intro {
    font-size: 1.3rem;
    line-height: 2;
    margin: 2.4rem 0;
  }
}

/* フォーム本体 */
.contact-form {
  width: 100%;
}

.contact-form__box {
  display: flex;
  flex-direction: column;
}

.contact-form__row {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.4rem 0;
  }
}

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

.contact-form__label {
  width: 26rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #1c3647;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    gap: 1rem;
  }
}

.contact-form__req {
  flex-shrink: 0;
  background: #1c3647;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  line-height: 1.2;
}

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

.contact-form__field input[type=text],
.contact-form__field input[type=email],
.contact-form__field input[type=tel],
.contact-form__field textarea {
  width: 100%;
  border: 2px solid #b6b6b6;
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #1c3647;
  background: #fff;
}

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

.contact-form__field .contact-form__input--sm {
  width: 24rem;
  max-width: 100%;
}

.contact-form__hint {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #1c3647;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-form__hint {
    font-size: 1.3rem;
  }
}

/* ラジオ・チェックボックス（reset の appearance:none 前提でカスタム描画） */
.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3rem;
}

.contact-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #1c3647;
  cursor: pointer;
}

.contact-form__radios input[type=radio],
.contact-form__agree input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-form__agree input[type=checkbox] {
  border-radius: 0.4rem;
}

.contact-form__radios input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border-radius: 50%;
  background: #1c3647;
}

.contact-form__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  width: 0.7rem;
  height: 1.3rem;
  border-right: 2px solid #1c3647;
  border-bottom: 2px solid #1c3647;
  transform: rotate(45deg);
}

.contact-form__agree {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-form__agree {
    margin-top: 2.4rem;
  }
}

.contact-form__submit-area {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.contact-form__submit-area button,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #1c3647;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.8rem 8rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .contact-form__submit-area button,
  .contact-form__submit-area input[type=submit] {
    padding: 1.4rem 5rem;
    font-size: 1.6rem;
  }
}

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

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

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

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

.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #1c3647;
  cursor: pointer;
}

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

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

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

.contact-form__agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #1c3647;
  cursor: pointer;
}

/* =========================================================
   共通：英語見出し・帯バッジ・VIEW MORE ボタン
   ========================================================= */
.more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5rem;
  background: #9f3b29;
  box-shadow: 4px 4px 0 #1c3647;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .more-btn {
    width: 16rem;
    height: 4.4rem;
    font-size: 1.6rem;
  }
}

/* =========================================================
   MV（背景フェード swiper）
   ========================================================= */
.mv {
  position: relative;
  width: 100%;
  height: 64rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    height: 67rem;
  }
}

.mv__swiper {
  width: 100%;
  height: 100%;
}

.mv__swiper .swiper-wrapper,
.mv__swiper .swiper-slide {
  height: 100%;
}

.mv__slide {
  background-image: var(--mv-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mv__slide {
    background-image: var(--mv-sp);
  }
}

.mv__catch {
  position: absolute;
  left: 55%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #1c3647;
  padding: 1rem 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .mv__catch {
    left: 60%;
    right: auto;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 4rem);
    padding: 1.4rem 2rem;
    align-items: center;
    text-align: center;
  }
}

.mv__catch-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv__catch-ja {
    font-size: 2.4rem;
    white-space: normal;
  }
}

.mv__catch-en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #dca42a;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mv__catch-en {
    font-size: 1.6rem;
  }
}

/* =========================================================
   NEWS
   ========================================================= */
.news {
  background: #fff;
  padding: 8rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news {
    padding: 4rem 1.6rem;
  }
}

.news__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #dca42a;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .news__title {
    font-size: 4.8rem;
    margin-bottom: 2.4rem;
  }
}

.news__box {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  background: #1c3647;
  box-shadow: 10px 10px 0 #dca42a;
  padding: 6rem;
}
@media (max-width: 767px) {
  .news__box {
    padding: 2rem 1.6rem;
    box-shadow: 5px 5px 0 #dca42a;
  }
}

.news__list {
  max-height: 17.4rem;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .news__list {
    max-height: 18rem;
  }
}

.news__list::-webkit-scrollbar {
  width: 5px;
}

.news__list::-webkit-scrollbar-thumb {
  background: #dca42a;
  border-radius: 3px;
}

.news__item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .news__item {
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
}

.news__date {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}

.news__cat {
  flex-shrink: 0;
  border: 1px solid #fff;
  padding: 0.6rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .news__cat {
    font-size: 1.1rem;
    padding: 0.3rem 0.6rem;
  }
}

.news__item-title {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news__item-title {
    font-size: 1.3rem;
    flex-basis: 100%;
    white-space: normal;
  }
}

.news__empty {
  color: #fff;
  font-size: 1.6rem;
  padding: 2rem 0;
}

/* =========================================================
   ABOUT（navy 帯）
   ========================================================= */
.about {
  position: relative;
  background: #1c3647;
  padding: 8rem 2rem;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  inset: 2rem 0;
  background-color: #dca42a;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1.8rem, transparent 1.8rem, transparent 4rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .about {
    padding: 4rem 2rem;
  }
}

.about__inner {
  position: relative;
  z-index: 1;
  max-width: 122rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .about__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.about__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .about__text {
    gap: 2rem;
    width: 100%;
  }
}

.about__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about__en {
    font-size: 4rem;
  }
}

.about__badge {
  align-self: flex-start;
  background: #fff;
  color: #dca42a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .about__badge {
    font-size: 2.2rem;
  }
}

.about__body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .about__body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.about__illust {
  width: 54.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__illust {
    width: 100%;
    max-width: 38rem;
  }
}
.about__illust img {
  width: 100%;
  height: auto;
  aspect-ratio: 545/421;
  display: block;
}

.about__btn-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about__btn-wrap {
    margin-top: 3rem;
  }
}

/* =========================================================
   AREA（白背景・右寄せ）
   ========================================================= */
.area {
  background: #fff;
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .area {
    padding: 4rem 2rem;
  }
}

.area__inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .area__inner {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.area__map {
  width: 64rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .area__map {
    width: 100%;
    max-width: 40rem;
  }
}
.area__map img {
  width: 100%;
  height: 100%;
  aspect-ratio: 640/566;
  display: block;
}

.area__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 767px) {
  .area__text {
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
}

.area__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .area__en {
    font-size: 4rem;
  }
}

.area__badge {
  background: #1c3647;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .area__badge {
    font-size: 2.2rem;
  }
}

.area__body {
  color: #1c3647;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: right;
}
@media (max-width: 767px) {
  .area__body {
    font-size: 1.3rem;
    text-align: center;
    line-height: 2;
  }
}

/* =========================================================
   SERVICE（navy 帯）
   ========================================================= */
.service {
  position: relative;
  background: #1c3647;
  padding: 8rem 2rem;
  overflow: hidden;
}
.service::before {
  content: "";
  position: absolute;
  inset: 2rem 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem), radial-gradient(circle, rgba(255, 255, 255, 0.05) 0.6rem, transparent 0.65rem);
  background-size: 3.4rem 3.4rem;
  background-position: 0 0, 1.7rem 1.7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .service {
    padding: 4rem 2rem;
  }
}

.service__inner {
  position: relative;
  z-index: 1;
  max-width: 119rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .service__inner {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.service__img {
  width: 48rem;
  height: 56rem;
  flex-shrink: 0;
  box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .service__img {
    width: 100%;
    height: 36rem;
  }
}
.service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service__text {
    gap: 2rem;
    width: 100%;
  }
}

.service__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .service__en {
    font-size: 4rem;
  }
}

.service__badge {
  background: #fff;
  color: #1c3647;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .service__badge {
    font-size: 2.2rem;
  }
}

.service__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .service__lead {
    font-size: 2.2rem;
  }
}

.service__body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .service__body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.service__btn-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .service__btn-wrap {
    margin-top: 3rem;
  }
}

/* =========================================================
   WORKS（Splide 無限ループ）
   ========================================================= */
.works {
  background: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .works {
    padding: 4rem 0;
  }
}

.works__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .works__head {
    gap: 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.works__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .works__en {
    font-size: 4rem;
  }
}

.works__badge {
  background: #1c3647;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .works__badge {
    font-size: 2.2rem;
  }
}

.works-slider {
  width: 100%;
}

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

.works__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .works__btn-wrap {
    margin-top: 3rem;
  }
}

/* =========================================================
   CONTACT（地図背景）
   ========================================================= */
.contact {
  position: relative;
  min-height: 48.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact {
    min-height: 0;
    padding: 4rem 2rem 0;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .contact::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: repeating-conic-gradient(from 0deg at 50% 30%, rgba(28, 54, 71, 0.05) 0deg 0.8deg, transparent 0.8deg 3deg);
    pointer-events: none;
  }
}

.contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .contact__bg {
    display: none;
  }
}
.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.contact__en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  color: #1c3647;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact__en {
    font-size: 4rem;
  }
}

.contact__badge {
  background: #1c3647;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .contact__badge {
    font-size: 2.2rem;
  }
}

.contact__body {
  color: #1c3647;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .contact__body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.contact__btns {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact__btns {
    gap: 1.5rem;
    width: 100%;
    max-width: 33.5rem;
  }
}

.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 16rem;
  height: 4rem;
  padding: 0 2rem;
  background: #9f3b29;
  box-shadow: 4px 4px 0 #1c3647;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact__btn {
    flex: 1;
    min-width: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}

.contact__btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.contact__illust {
  display: none;
}
@media (max-width: 767px) {
  .contact__illust {
    display: block;
    width: 100%;
    max-width: 36rem;
    margin: 1.5rem auto 0;
  }
}
.contact__illust img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/202;
  display: block;
}

/* =========================================================
   装飾フォトバンド
   ========================================================= */
.footer-band {
  width: 100%;
  height: 56rem;
  line-height: 0;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .footer-band {
    height: 48rem;
    margin-top: 4rem;
  }
}
.footer-band iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-404 {
  background: #fff;
}

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

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

.not-found__code {
  font-family: "Noto 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: flex;
  align-items: 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;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

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

.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;
}
.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;
  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: 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 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: 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 */
