@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%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px !important;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px) !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #525252;
  position: relative;
  overflow-x: hidden;
}

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

.grecaptcha-badge {
  display: none;
}

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

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9999;
}
@media (hover: none) {
  #mouse-stalker {
    display: none;
  }
}

.mouse-stalker__bubble {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  will-change: transform;
  animation: mouse-stalker-wobble 7s linear infinite;
  background-image: radial-gradient(circle at 26% 22%, rgba(198, 150, 96, 0.85) 0%, rgba(170, 121, 70, 0.78) 32%, rgba(138, 94, 53, 0.7) 58%, rgba(104, 70, 41, 0.62) 100%);
}
.mouse-stalker__bubble::before, .mouse-stalker__bubble::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.mouse-stalker__bubble::before {
  background: radial-gradient(46% 38% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.24) 38%, rgba(255, 255, 255, 0.07) 62%, rgba(255, 255, 255, 0) 78%);
}
.mouse-stalker__bubble::after {
  background: radial-gradient(54% 44% at 74% 84%, rgba(255, 228, 188, 0.28) 0%, rgba(255, 228, 188, 0.09) 46%, rgba(255, 228, 188, 0) 74%);
}

.mouse-stalker__bubble--1 {
  width: 2.2rem;
  height: 2.2rem;
  margin: -1.1rem 0 0 -1.1rem;
  opacity: 0.9;
}

.mouse-stalker__bubble--2 {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.75rem 0 0 -0.75rem;
  opacity: 0.72;
  animation-duration: 9s;
  animation-direction: reverse;
}

.mouse-stalker__bubble--3 {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  opacity: 0.55;
  animation-duration: 11s;
}

@keyframes mouse-stalker-wobble {
  0% {
    border-radius: 53.5% 46.5% 55.6% 44.4%/47.6% 41.5% 58.5% 52.4%;
  }
  12.5% {
    border-radius: 56.4% 43.6% 52.2% 47.8%/44.1% 45.6% 54.4% 55.9%;
  }
  25% {
    border-radius: 55.6% 44.4% 47.6% 52.4%/41.5% 49.9% 50.1% 58.5%;
  }
  37.5% {
    border-radius: 52.2% 47.8% 44.1% 55.9%/40.7% 53.5% 46.5% 59.3%;
  }
  50% {
    border-radius: 46.5% 53.5% 44.4% 55.6%/41.5% 56.4% 43.6% 58.5%;
  }
  62.5% {
    border-radius: 43.6% 56.4% 47.8% 52.2%/45.6% 55.9% 44.1% 54.4%;
  }
  75% {
    border-radius: 44.4% 55.6% 52.4% 47.6%/49.9% 52.4% 47.6% 50.1%;
  }
  87.5% {
    border-radius: 47.8% 52.2% 55.9% 44.1%/53.5% 47.8% 52.2% 46.5%;
  }
  100% {
    border-radius: 53.5% 46.5% 55.6% 44.4%/47.6% 41.5% 58.5% 52.4%;
  }
}
.main {
  position: relative;
  margin-top: 9rem;
  min-height: 100vh;
  background: #402205;
  z-index: 0;
}
@media (max-width: 767px) {
  .main {
    margin-top: 6rem;
  }
}

.top-main {
  background: #624C36;
}

.page-advertisement,
.page-production,
.page-recruit {
  background: linear-gradient(to bottom, #402205 0%, #663B11 65%);
}

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

/* スクロールで1文字ずつ下からフェードイン（動きは js/main.js）。
   任意テキスト・複数要素で使える共通クラス。要素に .js-text01 / .js-text02 を付けるだけで動く。
   __char は JS が実行時に生成する1文字ぶんの span（transform を効かせるため inline-block） */
.js-text01 .js-text01__char {
  display: inline-block;
  font: inherit;
  /* 親要素のフォントを継承。番号内の span 指定に負けないよう詳細度を上げている */
}

.wave-bg01 {
  width: 100%;
  background: url("../images/common/svg/wave01.svg") center bottom/100% auto no-repeat;
  aspect-ratio: 1920/1490;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg01 {
    background: url("../images/common/svg/wave01.svg") center top/100% auto no-repeat;
    background-size: 450% 100%;
  }
}

.wave-bg02 {
  width: 100%;
  background: url("../images/common/svg/wave02.svg") center top/100% auto no-repeat;
  aspect-ratio: 1920/2540;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg02 {
    aspect-ratio: unset;
    height: auto;
    min-height: 195rem;
    padding-bottom: 8rem;
    margin-top: -10rem;
    background: url("../images/common/svg/wave02.svg") center center/450% 100% no-repeat;
  }
}

.wave-bg03 {
  width: 100%;
  background: url("../images/common/svg/wave03.svg") center top/100% auto no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wave-bg03 {
    aspect-ratio: unset;
    height: 85rem;
    margin-top: -5rem;
    background: url("../images/common/svg/wave03.svg") center center/270% 100% no-repeat;
  }
}

.wave-bg04 {
  width: 100%;
  background: url("../images/common/svg/wave04.svg") center top/100% auto no-repeat;
  aspect-ratio: 1920/720;
  position: relative;
  z-index: 1;
  margin-top: -9rem;
}
@media (max-width: 767px) {
  .wave-bg04 {
    aspect-ratio: unset;
    min-height: 32rem;
    background: url("../images/common/svg/wave04.svg") center top/230% auto no-repeat;
    margin-top: 0;
  }
}

.wave-bg05 {
  width: 100%;
  background: url("../images/common/svg/wave05.svg") center top/100% auto no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg05 {
    padding-bottom: 11rem;
    background: url("../images/common/svg/wave05.svg") 10% top/auto 100% no-repeat;
  }
}

.wave-bg06 {
  width: 100%;
  background: url("../images/common/svg/wave06.svg") center top/100% auto no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg06 {
    background: url("../images/common/svg/wave06.svg") left top/350% auto no-repeat;
  }
}

.wave-bg07 {
  width: 100%;
  background: url("../images/common/svg/wave07.svg") center top/100% auto no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg07 {
    padding-bottom: 11rem;
    background: url("../images/common/svg/wave07.svg") 10% top/auto 100% no-repeat;
  }
}

.wave-bg08 {
  width: 100%;
  background: url("../images/common/svg/wave08.svg") center top/100% auto no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wave-bg08 {
    background: url("../images/common/svg/wave08.svg") 10% top/350% auto no-repeat;
  }
}

.section-title {
  margin-top: 6rem;
  font-size: 8.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #84684B;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 4rem;
    margin-top: 3rem;
  }
}

.title-note {
  font-size: 1.7rem;
  margin-top: 4rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .title-note {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.page-title {
  font-size: 6.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  color: #84684B;
  padding-top: 22rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 4rem;
    padding-top: 3rem;
  }
}

.page-sub-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-sub-title {
    font-size: 1.8rem;
    padding: 4rem 2rem 0;
  }
}

.page-fv-text {
  font-size: 1.9rem;
  line-height: 2;
  color: #525252;
  text-align: center;
  padding-top: 4.5rem;
}
.page-fv-text .paragraph {
  margin-top: 1rem;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .page-fv-text {
    font-size: 1.2rem;
    padding: 2rem;
    letter-spacing: -0.02em;
    inline-size: fit-content;
    margin-inline: auto;
  }
}

.page-outline {
  padding: 5.5rem 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-outline {
    padding: 2rem 2rem 1rem;
  }
}

.paragraph {
  text-align: center;
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: -0.02em;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.07);
  z-index: 9900;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}

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

.l-header__logo {
  display: flex;
  align-items: center;
  width: 13.4rem;
  height: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 9999;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    max-width: 18rem;
    margin-left: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__logo-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.l-header__logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1E1A14;
}

.l-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin-right: 5rem;
}

.l-header__nav-link {
  position: relative;
  font-size: 2.1rem;
  text-decoration: none;
  padding: 0 2rem 0.4rem;
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D19100;
  transition: width 0.3s ease;
}
.l-header__nav-link:hover::after {
  width: 100%;
}
.l-header__nav-link:hover {
  color: #D19100;
}

.l-header__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  width: 23rem;
  height: 5.6rem;
  background: #D19100;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header__cta:hover {
  background: #D19100;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .l-header__cta {
    display: none;
  }
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 9999;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1E1A14;
  position: absolute;
  left: 50%;
  transition: 0.3s;
  border-radius: 2px;
}

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

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

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

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

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

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

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

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 62% 70% at 72% 38%, rgba(244, 186, 106, 0.38) 0%, rgba(244, 186, 106, 0.12) 50%, transparent 72%), #FBF5EE !important;
  box-shadow: -6px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  transform: translate(0, 0) rotate(0.001deg);
}

.menu-round-wrap {
  position: absolute;
  left: 1px;
  transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 10rem 4rem 6rem;
  min-height: 100vh;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transform: translate(200px, 0) rotate(0.001deg);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem:nth-child(1) {
  transition-delay: 0ms;
}
.hamburger-menu__listItem:nth-child(2) {
  transition-delay: 50ms;
}
.hamburger-menu__listItem:nth-child(3) {
  transition-delay: 100ms;
}
.hamburger-menu__listItem:nth-child(4) {
  transition-delay: 150ms;
}
.hamburger-menu__listItem:nth-child(5) {
  transition-delay: 200ms;
}
.hamburger-menu__listItem:nth-child(6) {
  transition-delay: 250ms;
}
.hamburger-menu__listItem:nth-child(7) {
  transition-delay: 300ms;
}

.hamburger-menu.active .hamburger-menu__listItem {
  transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink {
  font-size: 1.6rem;
  padding: 20px 8px;
  display: inline-block;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
}
.hamburger-menu__listLink::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 8px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.hamburger-menu__listLink:hover::after {
  width: calc(100% - 16px);
}

.l-footer {
  width: 100%;
  background: rgb(255, 255, 255);
}

.l-footer__body {
  padding: 10rem 8rem 5.5rem;
}
@media (max-width: 767px) {
  .l-footer__body {
    padding: 4rem 2rem;
  }
}

.l-footer__inner {
  width: 113rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 16rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    width: 100%;
    flex-direction: column;
    gap: 3.2rem;
  }
}

.l-footer__logo {
  display: flex;
  align-items: center;
  width: 13.4rem;
  height: auto;
  flex-shrink: 0;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__nav {
  width: 80rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}

.l-footer__nav-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  gap: 2rem 1rem;
  list-style: none;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    justify-content: normal;
    gap: 1.6rem 2rem;
  }
}

.l-footer__nav-item {
  border: none;
}

.l-footer__nav-link {
  display: inline-block;
  font-size: 1.7rem;
  text-decoration: none;
  line-height: 1.5;
  border: none;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.2rem;
  }
}
.l-footer__nav-link:hover {
  opacity: 0.6;
}

.l-footer__nav-sub {
  display: block;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .l-footer__nav-sub {
    font-size: 1rem;
  }
}

.l-footer__copyright {
  margin-top: 11.5rem;
  text-align: center;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 5rem;
    font-size: 1.3rem;
  }
}

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

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

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

.fv {
  position: relative;
  margin-top: 0;
  min-height: 79rem;
  overflow: hidden;
  z-index: 1;
  background: radial-gradient(ellipse 45% 75% at 90% 45%, rgba(190, 130, 72, 0.12) 0%, rgba(190, 130, 72, 0.05) 45%, transparent 100%), #2C231A !important;
}
@media (max-width: 767px) {
  .fv {
    min-height: 0;
  }
}

.top-wave-bg .mission {
  background-color: transparent;
}

.fv__inner {
  position: relative;
  z-index: 3;
  max-width: 122rem;
  margin: 0 auto;
  height: 49rem;
  min-height: 49rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fv__inner {
    height: auto;
    align-items: flex-end;
    min-height: 40rem;
    padding: 7rem 2.4rem 4rem;
  }
}

.fv__text {
  max-width: 100%;
  margin-top: 28.5rem;
}
@media (max-width: 767px) {
  .fv__text {
    margin-top: 0;
  }
}

.fv__title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #F7EFE4;
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 2.2rem;
  }
}

.fv__desc {
  font-size: 2.1rem;
  line-height: 2.3;
  letter-spacing: 0.03em;
  margin-top: 4.5rem;
  color: #E8DCCC;
}
@media (max-width: 767px) {
  .fv__desc {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}

.fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.fv__clip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fv__wave {
  position: absolute;
  left: 37.43%;
  top: 17.2%;
  width: 68.98%;
  height: 89.81%;
  z-index: 1;
  clip-path: url(#fv-wave-clip);
  background-image: radial-gradient(40% 52% at 32.6% 49%, rgb(183, 132, 80) 0%, rgb(166, 114, 63) 14%, rgb(155, 105, 58) 22%, rgb(139, 90, 49) 30%, rgb(128, 83, 46) 44%, rgb(110, 72, 39) 56%, rgba(96, 63, 35, 0.92) 66%, rgba(84, 56, 33, 0.7) 76%, rgba(76, 52, 31, 0.4) 88%, rgba(68, 48, 30, 0) 100%), linear-gradient(96deg, #4a3521 0%, #45311f 40%, #3e2c1c 78%, #412e1d 100%);
  transform-origin: 100% 100%;
  animation: fv-wave-drift 23s linear infinite;
}
@media (max-width: 767px) {
  .fv__wave {
    left: auto;
    top: 20%;
    right: -8rem;
    width: 50rem;
    height: 90%;
  }
}

.fv__wave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(106deg, rgb(195, 142, 88) 0%, rgb(181, 130, 76) 42%, rgb(173, 124, 70) 44.7%, rgb(153, 104, 61) 48%, rgb(140, 92, 49) 50.1%, rgb(131, 86, 47) 52.2%, rgb(105, 67, 37) 57.1%, rgb(92, 60, 34) 59.3%, rgb(86, 58, 33) 61.4%, rgb(69, 47, 29) 66.3%, rgb(68, 48, 31) 68.5%, rgb(64, 45, 28) 80%, rgb(62, 44, 28) 100%);
  -webkit-mask-image: radial-gradient(40% 40% at 68% 20%, #000 0%, #000 55%, rgba(0, 0, 0, 0.85) 72%, rgba(0, 0, 0, 0.45) 88%, transparent 100%);
  mask-image: radial-gradient(40% 40% at 68% 20%, #000 0%, #000 55%, rgba(0, 0, 0, 0.85) 72%, rgba(0, 0, 0, 0.45) 88%, transparent 100%);
}

.fv__blob {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  --amp: 1;
}
@media (max-width: 767px) {
  .fv__blob {
    --amp: 0.34;
  }
}
.fv__blob::before, .fv__blob::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.fv__blob::before {
  background-size: 170% 170%;
  background-repeat: no-repeat;
  animation: fv-gloss-drift-a 19s linear infinite;
  background-image: radial-gradient(46% 38% at 26% 20%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.2) 38%, rgba(255, 255, 255, 0.06) 62%, rgba(255, 255, 255, 0) 78%);
}
.fv__blob::after {
  background-size: 165% 165%;
  background-repeat: no-repeat;
  animation: fv-gloss-drift-b 23s linear infinite;
  background-image: radial-gradient(54% 44% at 74% 84%, rgba(255, 228, 188, 0.2) 0%, rgba(255, 228, 188, 0.07) 46%, rgba(255, 228, 188, 0) 74%);
}

.fv__blob--1 {
  left: 87.91%;
  top: 50.42%;
  width: 16rem;
  height: 16rem;
  background-image: radial-gradient(circle at 8% 18%, #ab7742 0%, #a07040 20%, #94663a 35%, #875c34 50%, #78512e 65%, #684629 80%, #5a3c23 100%);
  animation: fv-bubble-float-a 15s linear infinite, fv-bubble-wobble 11s linear infinite;
}
@media (max-width: 767px) {
  .fv__blob--1 {
    left: auto;
    right: 0.5rem;
    top: 12%;
    width: 6.5rem;
    height: 6.5rem;
  }
}

.fv__blob--2 {
  left: 79.2%;
  top: 79.19%;
  width: 36.8rem;
  height: 36.8rem;
  background-image: radial-gradient(circle at 10% 28%, #b69a7d 0%, #9d7d5d 11%, #916a45 25%, #825838 40%, #6f4b2b 55%, #614028 70%, #573a24 85%, #4e3420 100%);
  animation: fv-bubble-float-lg 24s linear infinite, fv-bubble-wobble-lg 18s linear infinite reverse;
}
@media (max-width: 767px) {
  .fv__blob--2 {
    left: auto;
    right: 22rem;
    top: 25%;
    width: 14rem;
    height: 14rem;
  }
}

.fv__blob--3 {
  left: 63.69%;
  top: 16.29%;
  width: 6.4rem;
  height: 6.4rem;
  background-image: radial-gradient(circle at 12% 40%, #c29157 0%, #bd8c54 30%, #b07c4a 55%, #a47340 78%, #9a6a3c 100%);
  animation: fv-bubble-float-c 13s linear infinite, fv-bubble-wobble 9s linear infinite;
}
@media (max-width: 767px) {
  .fv__blob--3 {
    left: 52%;
    top: 5%;
    width: 3.2rem;
    height: 3.2rem;
  }
}

.fv__blob--4 {
  left: 77.81%;
  top: 32.46%;
  width: 3.1rem;
  height: 3.1rem;
  background-image: radial-gradient(circle at 28% 24%, #c29c74 0%, #b8926c 55%, #ac8763 100%);
  animation: fv-bubble-float-b 17s linear infinite;
}
@media (max-width: 767px) {
  .fv__blob--4 {
    left: 14%;
    top: 57%;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.fv__blob--5 {
  left: 63.53%;
  top: 46.25%;
  width: 3.9rem;
  height: 3.9rem;
  background-image: radial-gradient(circle at 30% 25%, #caa989 0%, #c3a280 45%, #bb9873 80%, #b18e6a 100%);
  animation: fv-bubble-float-a 12s linear infinite reverse, fv-bubble-wobble 10s linear infinite;
}
@media (max-width: 767px) {
  .fv__blob--5 {
    left: 60%;
    top: 74%;
    width: 2rem;
    height: 2rem;
  }
}

.fv__blob--6 {
  left: 87.86%;
  top: 22.24%;
  width: 1.7rem;
  height: 1.7rem;
  background-image: radial-gradient(circle at 30% 25%, #b69371 0%, #ac8a6a 60%, #a48262 100%);
  animation: fv-bubble-float-c 16s linear infinite reverse;
}
@media (max-width: 767px) {
  .fv__blob--6 {
    left: 86%;
    top: 47%;
    width: 1rem;
    height: 1rem;
  }
}

.fv__blob--7 {
  left: 70.53%;
  top: 78.6%;
  width: 2.7rem;
  height: 2.7rem;
  background-image: radial-gradient(circle at 30% 25%, #b07e49 0%, #a97845 60%, #a17140 100%);
  animation: fv-bubble-float-a 14s linear infinite;
}
@media (max-width: 767px) {
  .fv__blob--7 {
    left: 24%;
    top: 86%;
    width: 1.4rem;
    height: 1.4rem;
  }
}

@keyframes fv-wave-drift {
  0% {
    transform: translate(0rem, 0rem) scale(1, 1.047);
  }
  6.25% {
    transform: translate(0.585rem, -0.405rem) scale(1.022, 1.038);
  }
  12.5% {
    transform: translate(0.845rem, -0.523rem) scale(1.041, 1.022);
  }
  18.75% {
    transform: translate(0.741rem, -0.338rem) scale(1.054, 1.003);
  }
  25% {
    transform: translate(0.289rem, 0.124rem) scale(1.058, 0.984);
  }
  31.25% {
    transform: translate(-0.442rem, 0.791rem) scale(1.054, 0.967);
  }
  37.5% {
    transform: translate(-1.341rem, 1.562rem) scale(1.041, 0.955);
  }
  43.75% {
    transform: translate(-2.272rem, 2.32rem) scale(1.022, 0.95);
  }
  50% {
    transform: translate(-3.092rem, 2.95rem) scale(1, 0.953);
  }
  56.25% {
    transform: translate(-3.677rem, 3.354rem) scale(0.978, 0.962);
  }
  62.5% {
    transform: translate(-3.937rem, 3.473rem) scale(0.959, 0.978);
  }
  68.75% {
    transform: translate(-3.834rem, 3.287rem) scale(0.946, 0.997);
  }
  75% {
    transform: translate(-3.382rem, 2.826rem) scale(0.942, 1.016);
  }
  81.25% {
    transform: translate(-2.65rem, 2.159rem) scale(0.946, 1.033);
  }
  87.5% {
    transform: translate(-1.751rem, 1.387rem) scale(0.959, 1.045);
  }
  93.75% {
    transform: translate(-0.82rem, 0.629rem) scale(0.978, 1.05);
  }
  100% {
    transform: translate(0rem, 0rem) scale(1, 1.047);
  }
}
@keyframes fv-bubble-float-a {
  0% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.032);
  }
  6.25% {
    transform: translate(calc(1.103rem * var(--amp)), calc(0.529rem * var(--amp))) scale(1.045);
  }
  12.5% {
    transform: translate(calc(1.876rem * var(--amp)), calc(-0.275rem * var(--amp))) scale(1.031);
  }
  18.75% {
    transform: translate(calc(2.132rem * var(--amp)), calc(-2.101rem * var(--amp))) scale(0.999);
  }
  25% {
    transform: translate(calc(1.9rem * var(--amp)), calc(-3.712rem * var(--amp))) scale(0.968);
  }
  31.25% {
    transform: translate(calc(1.379rem * var(--amp)), calc(-4.321rem * var(--amp))) scale(0.955);
  }
  37.5% {
    transform: translate(calc(0.812rem * var(--amp)), calc(-4.376rem * var(--amp))) scale(0.969);
  }
  43.75% {
    transform: translate(calc(0.351rem * var(--amp)), calc(-4.829rem * var(--amp))) scale(1.001);
  }
  50% {
    transform: translate(calc(0rem * var(--amp)), calc(-5.8rem * var(--amp))) scale(1.032);
  }
  56.25% {
    transform: translate(calc(-0.351rem * var(--amp)), calc(-6.329rem * var(--amp))) scale(1.045);
  }
  62.5% {
    transform: translate(calc(-0.812rem * var(--amp)), calc(-5.525rem * var(--amp))) scale(1.031);
  }
  68.75% {
    transform: translate(calc(-1.379rem * var(--amp)), calc(-3.699rem * var(--amp))) scale(0.999);
  }
  75% {
    transform: translate(calc(-1.9rem * var(--amp)), calc(-2.088rem * var(--amp))) scale(0.968);
  }
  81.25% {
    transform: translate(calc(-2.132rem * var(--amp)), calc(-1.479rem * var(--amp))) scale(0.955);
  }
  87.5% {
    transform: translate(calc(-1.876rem * var(--amp)), calc(-1.424rem * var(--amp))) scale(0.969);
  }
  93.75% {
    transform: translate(calc(-1.103rem * var(--amp)), calc(-0.971rem * var(--amp))) scale(1.001);
  }
  100% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.032);
  }
}
@keyframes fv-bubble-float-b {
  0% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.043);
  }
  6.25% {
    transform: translate(calc(-0.312rem * var(--amp)), calc(-0.25rem * var(--amp))) scale(1.013);
  }
  12.5% {
    transform: translate(calc(-1.082rem * var(--amp)), calc(-1.452rem * var(--amp))) scale(0.975);
  }
  18.75% {
    transform: translate(calc(-2.003rem * var(--amp)), calc(-3.094rem * var(--amp))) scale(0.952);
  }
  25% {
    transform: translate(calc(-2.833rem * var(--amp)), calc(-4.244rem * var(--amp))) scale(0.957);
  }
  31.25% {
    transform: translate(calc(-3.493rem * var(--amp)), calc(-4.528rem * var(--amp))) scale(0.987);
  }
  37.5% {
    transform: translate(calc(-4.053rem * var(--amp)), calc(-4.44rem * var(--amp))) scale(1.025);
  }
  43.75% {
    transform: translate(calc(-4.618rem * var(--amp)), calc(-4.596rem * var(--amp))) scale(1.048);
  }
  50% {
    transform: translate(calc(-5.203rem * var(--amp)), calc(-4.902rem * var(--amp))) scale(1.043);
  }
  56.25% {
    transform: translate(calc(-5.672rem * var(--amp)), calc(-4.651rem * var(--amp))) scale(1.013);
  }
  62.5% {
    transform: translate(calc(-5.783rem * var(--amp)), calc(-3.45rem * var(--amp))) scale(0.975);
  }
  68.75% {
    transform: translate(calc(-5.329rem * var(--amp)), calc(-1.807rem * var(--amp))) scale(0.952);
  }
  75% {
    transform: translate(calc(-4.277rem * var(--amp)), calc(-0.658rem * var(--amp))) scale(0.957);
  }
  81.25% {
    transform: translate(calc(-2.837rem * var(--amp)), calc(-0.373rem * var(--amp))) scale(0.987);
  }
  87.5% {
    transform: translate(calc(-1.395rem * var(--amp)), calc(-0.462rem * var(--amp))) scale(1.025);
  }
  93.75% {
    transform: translate(calc(-0.363rem * var(--amp)), calc(-0.306rem * var(--amp))) scale(1.048);
  }
  100% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.043);
  }
}
@keyframes fv-bubble-float-c {
  0% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.013);
  }
  6.25% {
    transform: translate(calc(-0.788rem * var(--amp)), calc(-0.937rem * var(--amp))) scale(1.04);
  }
  12.5% {
    transform: translate(calc(-1.248rem * var(--amp)), calc(-2.393rem * var(--amp))) scale(1.043);
  }
  18.75% {
    transform: translate(calc(-1.5rem * var(--amp)), calc(-3.264rem * var(--amp))) scale(1.021);
  }
  25% {
    transform: translate(calc(-1.747rem * var(--amp)), calc(-2.831rem * var(--amp))) scale(0.987);
  }
  31.25% {
    transform: translate(calc(-2.107rem * var(--amp)), calc(-1.595rem * var(--amp))) scale(0.96);
  }
  37.5% {
    transform: translate(calc(-2.501rem * var(--amp)), calc(-0.664rem * var(--amp))) scale(0.957);
  }
  43.75% {
    transform: translate(calc(-2.679rem * var(--amp)), calc(-0.447rem * var(--amp))) scale(0.979);
  }
  50% {
    transform: translate(calc(-2.371rem * var(--amp)), calc(-0.264rem * var(--amp))) scale(1.013);
  }
  56.25% {
    transform: translate(calc(-1.47rem * var(--amp)), calc(0.673rem * var(--amp))) scale(1.04);
  }
  62.5% {
    transform: translate(calc(-0.138rem * var(--amp)), calc(2.129rem * var(--amp))) scale(1.043);
  }
  68.75% {
    transform: translate(calc(1.235rem * var(--amp)), calc(3rem * var(--amp))) scale(1.021);
  }
  75% {
    transform: translate(calc(2.195rem * var(--amp)), calc(2.567rem * var(--amp))) scale(0.987);
  }
  81.25% {
    transform: translate(calc(2.442rem * var(--amp)), calc(1.331rem * var(--amp))) scale(0.96);
  }
  87.5% {
    transform: translate(calc(1.963rem * var(--amp)), calc(0.4rem * var(--amp))) scale(0.957);
  }
  93.75% {
    transform: translate(calc(1.02rem * var(--amp)), calc(0.183rem * var(--amp))) scale(0.979);
  }
  100% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.013);
  }
}
@keyframes fv-bubble-wobble {
  0% {
    border-radius: 50.966% 49.034% 55.926% 44.074%/48.31% 43.874% 56.126% 51.69%;
  }
  6.25% {
    border-radius: 53.408% 46.592% 53.956% 46.044%/45.658% 45.46% 54.54% 54.342%;
  }
  12.5% {
    border-radius: 54.683% 45.317% 51.296% 48.704%/44.236% 48.164% 51.836% 55.764%;
  }
  18.75% {
    border-radius: 54.747% 45.253% 48.831% 51.169%/44.317% 51.104% 48.896% 55.683%;
  }
  25% {
    border-radius: 54.034% 45.966% 47.189% 52.811%/45.578% 53.386% 46.614% 54.422%;
  }
  31.25% {
    border-radius: 53.125% 46.875% 46.492% 53.508%/47.334% 54.504% 45.496% 52.666%;
  }
  37.5% {
    border-radius: 52.388% 47.612% 46.418% 53.582%/48.928% 54.508% 45.492% 51.072%;
  }
  43.75% {
    border-radius: 51.785% 48.215% 46.496% 53.504%/50.059% 53.87% 46.13% 49.941%;
  }
  50% {
    border-radius: 50.966% 49.034% 46.463% 53.537%/50.865% 53.133% 46.867% 49.135%;
  }
  56.25% {
    border-radius: 49.581% 50.419% 46.451% 53.549%/51.719% 52.567% 47.433% 48.281%;
  }
  62.5% {
    border-radius: 47.612% 52.388% 46.89% 53.11%/52.879% 52.038% 47.962% 47.121%;
  }
  68.75% {
    border-radius: 45.509% 54.491% 48.197% 51.803%/54.227% 51.155% 48.845% 45.773%;
  }
  75% {
    border-radius: 44.034% 55.966% 50.422% 49.578%/55.246% 49.607% 50.393% 44.754%;
  }
  81.25% {
    border-radius: 43.886% 56.114% 53.1% 46.9%/55.288% 47.469% 52.531% 44.712%;
  }
  87.5% {
    border-radius: 45.317% 54.683% 55.396% 44.604%/53.957% 45.289% 54.711% 46.043%;
  }
  93.75% {
    border-radius: 47.959% 52.041% 56.476% 43.524%/51.398% 43.87% 56.13% 48.602%;
  }
  100% {
    border-radius: 50.966% 49.034% 55.926% 44.074%/48.31% 43.874% 56.126% 51.69%;
  }
}
@keyframes fv-bubble-float-lg {
  0% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.048, 1.043);
  }
  4.167% {
    transform: translate(calc(-0.021rem * var(--amp)), calc(-0.724rem * var(--amp))) scale(1.053, 1.038);
  }
  8.333% {
    transform: translate(calc(-0.517rem * var(--amp)), calc(-1.612rem * var(--amp))) scale(1.049, 1.027);
  }
  12.5% {
    transform: translate(calc(-1.375rem * var(--amp)), calc(-2.505rem * var(--amp))) scale(1.045, 1.01);
  }
  16.667% {
    transform: translate(calc(-2.372rem * var(--amp)), calc(-3.544rem * var(--amp))) scale(1.049, 0.989);
  }
  20.833% {
    transform: translate(calc(-3.264rem * var(--amp)), calc(-4.626rem * var(--amp))) scale(1.06, 0.966);
  }
  25% {
    transform: translate(calc(-3.889rem * var(--amp)), calc(-5.285rem * var(--amp))) scale(1.072, 0.944);
  }
  29.167% {
    transform: translate(calc(-4.232rem * var(--amp)), calc(-5.282rem * var(--amp))) scale(1.075, 0.928);
  }
  33.333% {
    transform: translate(calc(-4.424rem * var(--amp)), calc(-5.065rem * var(--amp))) scale(1.063, 0.919);
  }
  37.5% {
    transform: translate(calc(-4.655rem * var(--amp)), calc(-5.306rem * var(--amp))) scale(1.036, 0.92);
  }
  41.667% {
    transform: translate(calc(-5.075rem * var(--amp)), calc(-6.06rem * var(--amp))) scale(1.002, 0.929);
  }
  45.833% {
    transform: translate(calc(-5.702rem * var(--amp)), calc(-6.675rem * var(--amp))) scale(0.971, 0.947);
  }
  50% {
    transform: translate(calc(-6.416rem * var(--amp)), calc(-6.571rem * var(--amp))) scale(0.952, 0.969);
  }
  54.167% {
    transform: translate(calc(-7.014rem * var(--amp)), calc(-5.847rem * var(--amp))) scale(0.947, 0.992);
  }
  58.333% {
    transform: translate(calc(-7.303rem * var(--amp)), calc(-4.959rem * var(--amp))) scale(0.951, 1.012);
  }
  62.5% {
    transform: translate(calc(-7.187rem * var(--amp)), calc(-4.066rem * var(--amp))) scale(0.955, 1.028);
  }
  66.667% {
    transform: translate(calc(-6.689rem * var(--amp)), calc(-3.027rem * var(--amp))) scale(0.951, 1.038);
  }
  70.833% {
    transform: translate(calc(-5.921rem * var(--amp)), calc(-1.945rem * var(--amp))) scale(0.94, 1.043);
  }
  75% {
    transform: translate(calc(-5.011rem * var(--amp)), calc(-1.286rem * var(--amp))) scale(0.928, 1.044);
  }
  79.167% {
    transform: translate(calc(-4.049rem * var(--amp)), calc(-1.289rem * var(--amp))) scale(0.925, 1.043);
  }
  83.333% {
    transform: translate(calc(-3.072rem * var(--amp)), calc(-1.507rem * var(--amp))) scale(0.937, 1.042);
  }
  87.5% {
    transform: translate(calc(-2.098rem * var(--amp)), calc(-1.266rem * var(--amp))) scale(0.964, 1.042);
  }
  91.667% {
    transform: translate(calc(-1.179rem * var(--amp)), calc(-0.511rem * var(--amp))) scale(0.998, 1.043);
  }
  95.833% {
    transform: translate(calc(-0.429rem * var(--amp)), calc(0.104rem * var(--amp))) scale(1.029, 1.044);
  }
  100% {
    transform: translate(calc(0rem * var(--amp)), calc(0rem * var(--amp))) scale(1.048, 1.043);
  }
}
@keyframes fv-bubble-wobble-lg {
  0% {
    border-radius: 53.501% 46.499% 59.58% 40.42%/44.868% 38.883% 61.117% 55.132%;
  }
  4.167% {
    border-radius: 55.434% 44.566% 57.362% 42.638%/42.583% 41.214% 58.786% 57.417%;
  }
  8.333% {
    border-radius: 57.454% 42.546% 54.58% 45.42%/40.351% 43.943% 56.057% 59.649%;
  }
  12.5% {
    border-radius: 58.248% 41.752% 50.944% 49.056%/39.225% 47.917% 52.083% 60.775%;
  }
  16.667% {
    border-radius: 57.297% 42.703% 48.107% 51.893%/40.291% 51.986% 48.014% 59.709%;
  }
  20.833% {
    border-radius: 56.303% 43.697% 47.269% 52.731%/42.36% 54.161% 45.839% 57.64%;
  }
  25% {
    border-radius: 56.923% 43.077% 47.067% 52.933%/43.228% 54.563% 45.437% 56.772%;
  }
  29.167% {
    border-radius: 58.11% 41.89% 45.304% 54.696%/42.865% 55.505% 44.495% 57.135%;
  }
  33.333% {
    border-radius: 57.283% 42.717% 42.265% 57.735%/43.7% 58.166% 41.834% 56.3%;
  }
  37.5% {
    border-radius: 53.974% 46.026% 40.715% 59.285%/47.21% 60.585% 39.415% 52.79%;
  }
  41.667% {
    border-radius: 50.795% 49.205% 42.278% 57.722%/51.553% 60.06% 39.94% 48.447%;
  }
  45.833% {
    border-radius: 50.18% 49.82% 45.168% 54.832%/53.675% 56.761% 43.239% 46.325%;
  }
  50% {
    border-radius: 51.369% 48.631% 46.443% 53.557%/53.054% 53.574% 46.426% 46.946%;
  }
  54.167% {
    border-radius: 51.674% 48.326% 45.568% 54.432%/51.983% 52.509% 47.491% 48.017%;
  }
  58.333% {
    border-radius: 49.989% 50.011% 44.473% 55.527%/52.315% 52.728% 47.272% 47.685%;
  }
  62.5% {
    border-radius: 47.534% 52.466% 44.485% 55.515%/53.506% 52.594% 47.406% 46.494%;
  }
  66.667% {
    border-radius: 45.275% 54.725% 44.924% 55.076%/54.453% 52.227% 47.773% 45.547%;
  }
  70.833% {
    border-radius: 42.371% 57.629% 45.231% 54.769%/55.805% 52.627% 47.373% 44.195%;
  }
  75% {
    border-radius: 38.207% 61.793% 46.911% 53.089%/58.85% 52.979% 47.021% 41.15%;
  }
  79.167% {
    border-radius: 34.781% 65.219% 51.766% 48.234%/62.568% 50.771% 49.229% 37.432%;
  }
  83.333% {
    border-radius: 35.274% 64.726% 58.682% 41.318%/63.634% 45.163% 54.837% 36.366%;
  }
  87.5% {
    border-radius: 40.244% 59.756% 63.855% 36.145%/60.059% 38.904% 61.096% 39.941%;
  }
  91.667% {
    border-radius: 46.633% 53.367% 64.691% 35.309%/53.703% 35.726% 64.274% 46.297%;
  }
  95.833% {
    border-radius: 51.146% 48.854% 62.332% 37.668%/48.16% 36.452% 63.548% 51.84%;
  }
  100% {
    border-radius: 53.501% 46.499% 59.58% 40.42%/44.868% 38.883% 61.117% 55.132%;
  }
}
@keyframes fv-gloss-drift-a {
  0% {
    background-position: 30% 35%;
  }
  4.167% {
    background-position: 35.185% 36.492%;
  }
  8.333% {
    background-position: 39.652% 36.166%;
  }
  12.5% {
    background-position: 42.832% 33.645%;
  }
  16.667% {
    background-position: 44.411% 29.5%;
  }
  20.833% {
    background-position: 44.377% 24.98%;
  }
  25% {
    background-position: 43% 21.36%;
  }
  29.167% {
    background-position: 40.737% 19.286%;
  }
  33.333% {
    background-position: 38.106% 18.5%;
  }
  37.5% {
    background-position: 35.552% 18.089%;
  }
  41.667% {
    background-position: 33.348% 17.114%;
  }
  45.833% {
    background-position: 31.545% 15.242%;
  }
  50% {
    background-position: 30% 13%;
  }
  54.167% {
    background-position: 28.455% 11.508%;
  }
  58.333% {
    background-position: 26.652% 11.834%;
  }
  62.5% {
    background-position: 24.448% 14.355%;
  }
  66.667% {
    background-position: 21.894% 18.5%;
  }
  70.833% {
    background-position: 19.263% 23.02%;
  }
  75% {
    background-position: 17% 26.64%;
  }
  79.167% {
    background-position: 15.623% 28.714%;
  }
  83.333% {
    background-position: 15.589% 29.5%;
  }
  87.5% {
    background-position: 17.168% 29.911%;
  }
  91.667% {
    background-position: 20.348% 30.886%;
  }
  95.833% {
    background-position: 24.815% 32.758%;
  }
  100% {
    background-position: 30% 35%;
  }
}
@keyframes fv-gloss-drift-b {
  0% {
    background-position: 77.945% 75.012%;
  }
  4.167% {
    background-position: 74.381% 72.631%;
  }
  8.333% {
    background-position: 71.286% 69.975%;
  }
  12.5% {
    background-position: 68.901% 68.138%;
  }
  16.667% {
    background-position: 67.241% 68.078%;
  }
  20.833% {
    background-position: 66.135% 70.065%;
  }
  25% {
    background-position: 65.312% 73.507%;
  }
  29.167% {
    background-position: 64.513% 77.256%;
  }
  33.333% {
    background-position: 63.593% 80.223%;
  }
  37.5% {
    background-position: 62.585% 81.94%;
  }
  41.667% {
    background-position: 61.704% 82.747%;
  }
  45.833% {
    background-position: 61.296% 83.503%;
  }
  50% {
    background-position: 61.734% 84.988%;
  }
  54.167% {
    background-position: 63.303% 87.369%;
  }
  58.333% {
    background-position: 66.096% 90.025%;
  }
  62.5% {
    background-position: 69.952% 91.862%;
  }
  66.667% {
    background-position: 74.462% 91.922%;
  }
  70.833% {
    background-position: 79.034% 89.935%;
  }
  75% {
    background-position: 83.009% 86.493%;
  }
  79.167% {
    background-position: 85.803% 82.744%;
  }
  83.333% {
    background-position: 87.025% 79.777%;
  }
  87.5% {
    background-position: 86.562% 78.06%;
  }
  91.667% {
    background-position: 84.592% 77.253%;
  }
  95.833% {
    background-position: 81.535% 76.497%;
  }
  100% {
    background-position: 77.945% 75.012%;
  }
}
.mission {
  padding: 12rem 2rem 10rem;
}
@media (max-width: 767px) {
  .mission {
    padding: 5rem 2.4rem 7rem;
  }
}
.mission .mission-contents {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mission .mission-contents {
    width: 100%;
  }
}
.mission .mission__title--en {
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #84684B;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .mission .mission__title--en {
    font-size: 1.8rem;
  }
}
.mission .mission__title--ja {
  margin-top: 4rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .mission .mission__title--ja {
    font-size: 2.4rem;
    margin-top: 2.5rem;
    line-height: 1.6;
  }
}
.mission .mission-text {
  font-size: 1.5rem;
  line-height: 2.8;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .mission .mission-text {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-top: 3rem;
  }
}

.case-study {
  padding: 23rem 0 0rem;
}
@media (max-width: 767px) {
  .case-study {
    padding: 16rem 2rem 0;
  }
}
.case-study .section-title {
  letter-spacing: 0.08em;
}
.case-study .title-note {
  margin-top: 5rem;
  margin-top: 2rem;
}
.case-study .client-list {
  margin-top: 8.4rem;
  background: rgb(255, 255, 255);
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .case-study .client-list {
    margin: 3rem -2rem 0;
    padding: 3rem 0;
  }
}
.case-study .client-item {
  width: 100%;
  height: auto;
}
.case-study .client-item img {
  display: block;
  width: 100%;
  height: auto;
}
.case-study .case-study-contents {
  margin: 15rem auto 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 5rem 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .case-study .case-study-contents {
    grid-template-columns: 1fr;
    margin-top: 5rem;
    gap: 2rem;
  }
}
.case-study .case-study-item {
  background: #fff;
  border-radius: 2.9rem;
  padding: 5.3rem 6rem 9rem 7rem;
  width: 67rem;
  min-height: 55rem;
}
@media (max-width: 767px) {
  .case-study .case-study-item {
    width: 100%;
    min-height: auto;
    padding: 1rem 2rem 3rem;
  }
}
.case-study .case-number {
  color: #84684B;
  font-size: 2.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  transform: translate(-6.5rem, -6.5rem);
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .case-study .case-number {
    font-size: 2rem;
    transform: translate(-1rem, -2rem);
  }
}
.case-study .case-tabs {
  display: flex;
  gap: 1.8rem;
}
.case-study .case-tab {
  width: fit-content;
  min-width: 15.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #84684B;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .case-study .case-tab {
    min-width: 12rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.case-study .case-title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-top: 4.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .case-study .case-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.case-study .result-area {
  margin-top: 4.4rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .case-study .result-area {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.case-study .result-item {
  font-size: 1.9rem;
  font-weight: 700;
  color: #84684B;
}
@media (max-width: 767px) {
  .case-study .result-item {
    font-size: 1.4rem;
  }
}
.case-study .result-text {
  margin-top: 4.4rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .case-study .result-text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.case-study .c-link-button-area {
  margin: 15rem auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .case-study .c-link-button-area {
    margin-top: 5rem;
  }
}

.service {
  padding: 10rem 0 11rem;
}
@media (max-width: 767px) {
  .service {
    padding: 6rem 0 3rem;
  }
}
.service .title-area {
  margin: 0 auto;
  max-width: 136.5rem;
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .service .title-area {
    padding: 0 2rem;
  }
}
.service .section-title {
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 9.3rem;
  margin: 2rem 0 0;
  text-align: left;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .service .section-title {
    font-size: 4rem;
  }
}
.service .title-note {
  font-size: 1.7rem;
  color: #fff;
  margin-top: 4.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .service .title-note {
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 1.7;
  }
}
.service .service-contents {
  margin: 5.5rem auto 0;
  max-width: 136.5rem;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 2.9rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .service .service-contents {
    grid-template-columns: 1fr;
    padding: 0 2rem;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.service .service-item {
  background: #fff;
  border-radius: 2.9rem;
  padding: 9rem 7.5rem 9rem 10rem;
  width: 67rem;
  min-height: 64.5rem;
}
@media (max-width: 767px) {
  .service .service-item {
    width: 100%;
    min-height: auto;
    padding: 3rem 2rem;
  }
}
.service .service-item:nth-of-type(3) .service-link,
.service .service-item:nth-of-type(4) .service-link {
  margin-top: 2.5rem;
}
.service .service-number {
  color: #84684b;
  font-size: 2.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .service .service-number {
    font-size: 2rem;
  }
}
.service .service-title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-top: 6.4rem;
  letter-spacing: 0.1em;
}
.service .service-title span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .service .service-title {
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.service .service-subtitle {
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .service .service-subtitle {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.service .service-text {
  font-size: 1.7rem;
  margin-top: 3.5rem;
  line-height: 2;
}
.service .service-text span {
  color: #FF0000;
}
@media (max-width: 767px) {
  .service .service-text {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    line-height: 1.5;
  }
}
.service .service-link {
  background: #CABA96;
  color: #fff;
  width: 22rem;
  height: 5.6rem;
  padding: 0 2.2rem;
  margin-top: 5.8rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .service .service-link {
    width: 50%;
    height: 4rem;
    padding: 0 1rem;
    margin: 2rem auto 0;
  }
}
.service .service-link span {
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .service .service-link span {
    font-size: 1.4rem;
  }
}
.service .service-link::before {
  content: "・";
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .service .service-link::before {
    font-size: 1.4rem;
    right: 1rem;
  }
}

.information {
  padding: 10rem 9rem 13.5rem;
  margin-top: -19rem;
}
@media (max-width: 767px) {
  .information {
    padding: 6rem 2rem;
    margin-top: 0;
  }
}

.column {
  padding: 0 9rem 13.5rem;
}
@media (max-width: 767px) {
  .column {
    padding: 0 2rem 6rem;
  }
}

.information .section-title,
.column .section-title {
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  font-size: 9.3rem;
  color: #fff;
  max-width: 136.5rem;
  margin: 0 auto;
  text-align: left;
  padding-left: 9rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .information .section-title,
  .column .section-title {
    font-size: 4rem;
    text-align: center;
    padding-left: 0;
  }
}
.information .information-items,
.column .information-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 117rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .information .information-items,
  .column .information-items {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.information .information-item,
.column .information-item {
  display: block;
  text-decoration: none;
  color: #fff;
}
.information .information-item:hover,
.column .information-item:hover {
  opacity: 1;
}
.information .information-item:hover .information-thumb img,
.column .information-item:hover .information-thumb img {
  transform: scale(1.05);
}
.information .information-thumb,
.column .information-thumb {
  width: 100%;
  aspect-ratio: 370/238;
  overflow: hidden;
  border-radius: 2.9rem;
  position: relative;
  margin: 0;
  background: #f5f0eb;
}
@media (max-width: 767px) {
  .information .information-thumb,
  .column .information-thumb {
    border-radius: 1.5rem;
  }
}
.information .information-thumb img,
.column .information-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.information .information-thumb img.information-thumb__logo,
.column .information-thumb img.information-thumb__logo {
  object-fit: contain;
  padding: 20% 18%;
}
.information .information-tag,
.column .information-tag {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.5rem;
  background: #846848;
  color: #fff;
  padding: 0.7rem 3rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .information .information-tag,
  .column .information-tag {
    font-size: 1.4rem;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
.information .information-title,
.column .information-title {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .information .information-title,
  .column .information-title {
    font-size: 1.2rem;
  }
}
.information .information-empty,
.column .information-empty {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  grid-column: 1/-1;
  text-align: center;
}
.information .c-link-button-area__information,
.column .c-link-button-area__information {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .information .c-link-button-area__information,
  .column .c-link-button-area__information {
    margin-top: 4rem;
  }
}

.company {
  padding: 25rem 0 48.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .company {
    padding: 8rem 2rem 0;
  }
}
.company .section-title {
  font-size: 9.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  color: #624C36;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .company .section-title {
    font-size: 4rem;
    margin-top: 6rem;
  }
}
.company .company-table-area {
  max-width: 90rem;
  margin: 8.5rem auto 0;
}
@media (max-width: 767px) {
  .company .company-table-area {
    margin-top: 4rem;
    width: 100%;
  }
}
.company .company-profile {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.6;
  transform: translateX(-8%);
}
@media (max-width: 767px) {
  .company .company-profile {
    transform: none;
  }
}
.company .company-profile th,
.company .company-profile td {
  text-align: left;
  font-weight: 400;
  padding: 4.5rem 0 1rem;
  vertical-align: top;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .company .company-profile th,
  .company .company-profile td {
    font-size: 1.2rem;
    padding: 2rem 0 1.5rem;
  }
}
.company .company-profile th {
  width: 35%;
  max-width: 20rem;
  padding-right: 6.5rem;
  background-image: linear-gradient(#CABA96, #CABA96);
  background-size: calc(100% - 6.5rem) 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .company .company-profile th {
    padding-right: 1rem;
    width: 30%;
    padding-right: 2rem;
    background-size: calc(100% - 2rem) 1px;
  }
}
.company .company-profile td {
  line-height: 1.7;
  border-bottom: 1px solid #CABA96;
}
@media (max-width: 767px) {
  .company .company-profile td {
    line-height: 1.6;
  }
}
.company .company-image {
  width: 53rem;
  height: auto;
  position: absolute;
  top: 44.5%;
  right: 0;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .company .company-image {
    display: none;
  }
}
.company .c-link-button-area__company-profile {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .company .c-link-button-area__company-profile {
    margin: 5rem auto;
  }
}

#faq {
  margin-top: 10.5rem;
}
@media (max-width: 767px) {
  #faq {
    margin-top: 5rem;
  }
}
#faq .faq-contents {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  #faq .faq-contents {
    margin-top: -1rem;
  }
}
#faq .faq-items {
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 3rem 0 3rem 1rem;
}
@media (max-width: 767px) {
  #faq .faq-items {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
    padding: 2rem 1.5rem;
  }
}
#faq .question {
  color: #182269;
}
#faq .question,
#faq .answer {
  position: relative;
  display: flex;
  line-height: 1.75;
}
#faq .answer {
  margin-top: 1rem;
}
#faq .q-title,
#faq .a-title {
  width: 5%;
  text-align: left;
  line-height: 1.75;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #faq .q-title,
  #faq .a-title {
    width: 10%;
  }
}
#faq .q-text,
#faq .a-text {
  line-height: 1.75;
}

#swiper {
  margin-top: 9.5rem;
  /* 矢印を消す、画像に変更 */
}
@media (max-width: 767px) {
  #swiper {
    margin-top: 6.7rem;
  }
}
#swiper .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
#swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 463/311;
}
@media (max-width: 767px) {
  #swiper .swiper-slide img {
    aspect-ratio: 315/200;
    object-fit: cover;
    height: auto;
  }
}
#swiper .swiper-button-prev,
#swiper .swiper-button-next {
  position: absolute;
  top: 64%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#swiper .swiper-button-prev {
  left: 15px;
}
#swiper .swiper-button-next {
  right: 15px;
}
#swiper .swiper-button-prev:after,
#swiper .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
}

.main-company .wave-bg04__company {
  margin-top: 11rem;
}
.main-company .page-title {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .main-company .page-title {
    padding-top: 2rem;
  }
}
.main-company .member-contents {
  width: 141rem;
  margin: 11.5rem auto 17rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 767px) {
  .main-company .member-contents {
    width: 100%;
    margin: 5rem auto;
    gap: 4rem;
  }
}
.main-company .member-item {
  background: #fff;
  display: flex;
  gap: 6rem;
  border-radius: 3rem;
  padding: 9rem 8rem 7rem;
}
@media (max-width: 767px) {
  .main-company .member-item {
    flex-direction: column;
    border-radius: 2rem;
    padding: 4rem 2rem;
    gap: 2rem;
  }
}
.main-company .role {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .main-company .role {
    font-size: 1.4rem;
  }
}
.main-company .name {
  font-size: 3.5rem;
  color: #84684B;
  font-weight: 700;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .main-company .name {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
}
.main-company .member-text {
  margin-top: 6rem;
  font-size: 1.5rem;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .main-company .member-text {
    font-size: 1.2rem;
    margin-top: 3rem;
    line-height: 1.8;
  }
}
.main-company .member-image-area {
  width: 38rem;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .main-company .member-image-area {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .main-company .u-reverse {
    flex-direction: column;
  }
}
.main-company .page-company {
  position: relative;
  padding: 12rem 0 20rem;
}
@media (max-width: 767px) {
  .main-company .page-company {
    padding: 6rem 0 0rem;
  }
}
.main-company .page-company .section-title {
  font-size: 6.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: #624C36;
  text-align: center;
}
@media (max-width: 767px) {
  .main-company .page-company .section-title {
    font-size: 5rem;
  }
}
.main-company .page-company .company-table-area {
  max-width: 90rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .main-company .page-company .company-table-area {
    margin-top: 4rem;
    width: 100%;
    padding: 0 2rem 6rem;
  }
}
.main-company .page-company .company-profile {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.6;
  transform: translateX(1%);
}
@media (max-width: 767px) {
  .main-company .page-company .company-profile {
    transform: none;
  }
}
.main-company .page-company .company-profile th,
.main-company .page-company .company-profile td {
  text-align: left;
  font-weight: 400;
  padding: 4.5rem 0 1rem;
  vertical-align: top;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .main-company .page-company .company-profile th,
  .main-company .page-company .company-profile td {
    font-size: 1.2rem;
    padding: 2rem 0 1.5rem;
  }
}
.main-company .page-company .company-profile th {
  width: 35%;
  max-width: 20rem;
  padding-right: 6.5rem;
  background-image: linear-gradient(#CABA96, #CABA96);
  background-size: calc(100% - 6.5rem) 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .main-company .page-company .company-profile th {
    width: 30%;
    padding-right: 1rem;
  }
}
.main-company .page-company .company-profile td {
  line-height: 1.7;
  border-bottom: 1px solid #CABA96;
}
@media (max-width: 767px) {
  .main-company .page-company .company-profile td {
    line-height: 1.6;
  }
}
.main-company .page-company .company-image {
  width: 48rem;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: -1rem;
  top: 63%;
  transform: translate(0, -50%);
}
.main-company .page-company .company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-company .page-company .company-image {
    display: none;
  }
}
.main-company .page-company .c-link-button-area__company-profile {
  display: flex;
  justify-content: center;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .main-company .page-company .c-link-button-area__company-profile {
    margin: 5rem auto;
  }
}
.main-company .page-company .c-link-button {
  display: block;
  width: 46rem;
  padding: 2rem 0;
  background: #D19100;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}
.main-company .page-company .c-link-button:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-company .page-company .c-link-button {
    width: fit-content;
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.page-advertisement .value .section-title {
  padding-top: 16rem;
  font-size: 6.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-advertisement .value .section-title {
    padding-top: 10rem;
    font-size: 4rem;
  }
}
.page-advertisement .value .title-note {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  padding: 3rem 0 2rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .title-note {
    font-size: 2rem;
    padding: 0 2rem 2rem;
  }
}
.page-advertisement .value .title-note::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 60rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .title-note::before {
    width: 80%;
  }
}
.page-advertisement .value .value-contents {
  margin-top: 11rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-contents {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.page-advertisement .value .value-item {
  background: #fff;
  padding: 0 4.6rem;
  border-radius: 2.9rem;
  width: 43rem;
  min-height: 70rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item {
    width: 100%;
    min-height: fit-content;
    border-radius: 1.5rem;
    padding: 0 2rem 2rem;
  }
}
.page-advertisement .value .value-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-5rem);
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #84684B;
  font-size: 2.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item__number {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    transform: translateY(-2.5rem);
  }
}
.page-advertisement .value .value-item__title--en {
  color: #84684B;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item__title--en {
    font-size: 1.2rem;
  }
}
.page-advertisement .value .value-item__title--ja {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item__title--ja {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.page-advertisement .value .value-item__image {
  width: 13rem;
  height: auto;
  margin: 3.4rem auto 3rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item__image {
    width: 10rem;
    margin: 2rem auto;
  }
}
.page-advertisement .value .value-item__text {
  font-size: 1.7rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .page-advertisement .value .value-item__text {
    font-size: 1.2rem;
  }
}
.page-advertisement .value .medium {
  background: #fff;
  border-radius: 2.9rem;
  margin-top: 7.4rem;
}
.page-advertisement .value .medium-title {
  font-size: 3.5rem;
  text-align: center;
  position: relative;
  padding: 5rem 0 2rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .medium-title {
    font-size: 2rem;
    padding: 3rem 2rem 2rem;
  }
}
.page-advertisement .value .medium-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 60rem;
}
@media (max-width: 767px) {
  .page-advertisement .value .medium-title::before {
    width: 80%;
  }
}
.page-advertisement .value .medium-image {
  width: 71rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-advertisement .value .medium-image {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-advertisement .support-flow {
  background: #fff;
  border-radius: 2.9rem;
  margin-top: 15rem;
  padding: 5rem 0 7rem;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow {
    margin-top: 4rem;
    border-radius: 1.5rem;
    padding: 2rem;
  }
}
.page-advertisement .support-flow__title {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__title {
    font-size: 1.8rem;
  }
}
.page-advertisement .support-flow__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 47rem;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__title::before {
    width: 80%;
  }
}
.page-advertisement .support-flow__note {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__note {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.page-advertisement .support-flow__contents {
  list-style: none;
  margin-top: 7.5rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__contents {
    margin-top: 2rem;
    padding-left: 0;
  }
}
.page-advertisement .support-flow__text {
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__text {
    font-size: 1.4rem;
    padding-left: 3rem;
    line-height: 1.6;
  }
}
.page-advertisement .support-flow__text + .support-flow__text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__text + .support-flow__text {
    margin-top: 2rem;
  }
}
.page-advertisement .support-flow__text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__text::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.45em;
  }
}
.page-advertisement .support-flow__text::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: calc(-0.2em + 2.3rem);
  width: 1px;
  bottom: -4rem;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-advertisement .support-flow__text::after {
    left: 0.6rem;
    top: calc(0.45em + 1.2rem);
    bottom: -3rem;
  }
}
.page-advertisement .support-flow__text:last-child::after {
  display: none;
}
.page-advertisement .diagnosis {
  margin-top: 8.7rem;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis {
    margin-top: 4rem;
  }
}
.page-advertisement .diagnosis-text {
  font-size: 2rem;
  font-weight: 700;
  color: #D09101;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.page-advertisement .diagnosis-text::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 7.7rem;
  background: url("../images/common/webp/decoration01.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis-text::before {
    left: -1rem;
    width: 2rem;
    height: 5rem;
    top: 30%;
  }
}
.page-advertisement .diagnosis-text::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 7.7rem;
  background: url("../images/common/webp/decoration02.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis-text::after {
    right: -1rem;
    width: 2rem;
    height: 5rem;
    top: 30%;
  }
}
.page-advertisement .diagnosis-text span {
  color: #84684B;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis-text span {
    font-size: 2rem;
  }
}
.page-advertisement .apply-button {
  width: 46rem;
  height: 5rem;
  background: #D19100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-advertisement .apply-button {
    width: 29rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-advertisement .apply-button__diagnosis {
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-advertisement .apply-button__diagnosis {
    margin-top: 3rem;
  }
}
.page-advertisement .case-study {
  margin-top: 3rem;
  padding: 0 0 38rem;
}
@media (max-width: 767px) {
  .page-advertisement .case-study {
    padding: 0 0 2rem;
  }
}
.page-advertisement .case-study .section-title {
  font-size: 6.5rem;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .page-advertisement .case-study .section-title {
    font-size: 4rem;
    margin-top: 4rem;
  }
}
.page-advertisement .case-study .title-note {
  margin-top: 7rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .page-advertisement .case-study .title-note {
    text-align: left;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.page-advertisement .case-study .case-study-contents {
  margin-top: 8rem;
}
.page-advertisement .case-study .case-study-item {
  min-height: 55rem;
  padding: 5.5rem 4rem 9rem 8.5rem;
}
@media (max-width: 767px) {
  .page-advertisement .case-study .case-study-item {
    min-height: auto;
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .page-advertisement .case-study .case-number {
    transform: translate(0, -1rem);
  }
}
.page-advertisement .apply {
  margin-top: -12rem;
  padding-top: 22rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-advertisement .apply {
    margin-top: -6rem;
    padding-top: 4rem;
  }
}
.page-advertisement .apply::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 53rem;
  height: 52rem;
  background: url("../images/common/webp/partner01.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .apply::before {
    display: none;
  }
}
.page-advertisement .apply .apply-title {
  font-size: 3.5rem;
  padding-bottom: 4rem;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #CABA96;
  text-align: center;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.page-advertisement .apply .apply-text {
  margin-top: 8.7rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-text {
    margin-top: 4rem;
    font-size: 1.2rem;
    padding: 0 2rem;
    text-align: left;
  }
}
.page-advertisement .apply .apply-list {
  margin: 12rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-list {
    padding: 0 2rem;
    margin-top: 4rem;
    gap: 1rem;
  }
}
.page-advertisement .apply .apply-list__item {
  font-size: 2.1rem;
  position: relative;
  padding-left: 7rem;
  margin-left: -15rem;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-list__item {
    font-size: 1.2rem;
    padding-left: 2rem;
    margin-left: 0;
  }
}
.page-advertisement .apply .apply-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url("../images/common/webp/icon-check.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-list__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-advertisement .apply .apply-button-area {
  padding-bottom: 11.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button-area {
    padding-bottom: 6rem;
  }
}
.page-advertisement .apply .apply-button {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button {
    width: 29rem;
    font-size: 1.4rem;
    height: 4rem;
    margin: 5rem auto 0;
  }
}
.page-advertisement .apply .apply-button-area__text {
  font-size: 2rem;
  font-weight: 700;
  color: #D09101;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  display: table;
  margin: 14rem auto 4.5rem;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button-area__text {
    font-size: 1.4rem;
    padding: 0 5rem;
    margin: 6rem auto 3rem;
    line-height: 1.6;
  }
}
.page-advertisement .apply .apply-button-area__text::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 7.7rem;
  background: url("../images/common/webp/decoration01.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button-area__text::before {
    left: -1rem;
    width: 2rem;
    height: 5rem;
  }
}
.page-advertisement .apply .apply-button-area__text::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 7.7rem;
  background: url("../images/common/webp/decoration02.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button-area__text::after {
    right: -1rem;
    width: 2rem;
    height: 5rem;
  }
}
.page-advertisement .apply .apply-button-area__text span {
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-advertisement .apply .apply-button-area__text span {
    font-size: 2rem;
  }
}

.page-production .value .section-title {
  padding-top: 16rem;
  font-size: 6.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-production .value .section-title {
    font-size: 4rem;
    padding-top: 10rem;
  }
}
.page-production .value .title-note {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  padding: 3rem 0 2rem;
}
@media (max-width: 767px) {
  .page-production .value .title-note {
    font-size: 2rem;
    padding: 0 2rem 2rem;
  }
}
.page-production .value .title-note::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 60rem;
}
@media (max-width: 767px) {
  .page-production .value .title-note::before {
    width: 80%;
  }
}
.page-production .value .value-contents {
  margin-top: 11rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-production .value .value-contents {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.page-production .value .value-item {
  background: #fff;
  padding: 0 4.6rem;
  border-radius: 2.9rem;
  width: 43rem;
  min-height: 62rem;
}
@media (max-width: 767px) {
  .page-production .value .value-item {
    width: 100%;
    min-height: fit-content;
    border-radius: 1.5rem;
    padding: 0 2rem 2rem;
  }
}
.page-production .value .value-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-5rem);
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #84684B;
  font-size: 2.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .page-production .value .value-item__number {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    transform: translateY(-2.5rem);
  }
}
.page-production .value .value-item__title--en {
  color: #84684B;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-production .value .value-item__title--en {
    font-size: 1.2rem;
  }
}
.page-production .value .value-item__title--ja {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-production .value .value-item__title--ja {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.page-production .value .value-item__image {
  width: 13rem;
  height: auto;
  margin: 3.4rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-production .value .value-item__image {
    width: 10rem;
    margin: 2rem auto;
  }
}
.page-production .value .value-item__text {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-production .value .value-item__text {
    font-size: 1.2rem;
  }
}
.page-production .value .medium {
  background: #fff;
  border-radius: 2.9rem;
  margin-top: 7.4rem;
}
.page-production .value .medium-title {
  font-size: 3.5rem;
  text-align: center;
  position: relative;
  padding: 5rem 0 2rem;
}
.page-production .value .medium-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 60rem;
}
.page-production .support-flow {
  background: #fff;
  border-radius: 2.9rem;
  margin-top: 8rem;
  padding: 9rem 0 9.5rem;
}
@media (max-width: 767px) {
  .page-production .support-flow {
    margin-top: 4rem;
    border-radius: 1.5rem;
    padding: 2rem;
  }
}
.page-production .support-flow__title {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-production .support-flow__title {
    font-size: 1.8rem;
  }
}
.page-production .support-flow__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #CABA96;
  height: 1px;
  width: 61.3rem;
}
@media (max-width: 767px) {
  .page-production .support-flow__title::before {
    width: 80%;
  }
}
.page-production .support-flow__note {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 4.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-production .support-flow__note {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.page-production .support-flow__contents {
  list-style: none;
  margin-top: 7.5rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-production .support-flow__contents {
    margin-top: 2rem;
  }
}
.page-production .support-flow__text {
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .page-production .support-flow__text {
    font-size: 1.4rem;
    padding-left: 3rem;
    line-height: 1.6;
  }
}
.page-production .support-flow__text + .support-flow__text {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .page-production .support-flow__text + .support-flow__text {
    margin-top: 0.8rem;
  }
}
.page-production .support-flow__text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-production .support-flow__text::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.45em;
  }
}
.page-production .support-flow__text:last-child::after {
  display: none;
}
.page-production .support-flow__bottom .support-flow__text {
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .page-production .support-flow__bottom .support-flow__text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-production .support-flow__bottom .support-flow__text + .support-flow__text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-production .support-flow__bottom .support-flow__text + .support-flow__text {
    margin-top: 2rem;
  }
}
.page-production .support-flow__bottom .support-flow__text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-production .support-flow__bottom .support-flow__text::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.45em;
  }
}
.page-production .support-flow__bottom .support-flow__text::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: calc(-0.2em + 2.3rem);
  width: 1px;
  bottom: -4rem;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-production .support-flow__bottom .support-flow__text::after {
    left: 0.6rem;
    top: calc(0.45em + 1.2rem);
    bottom: -3rem;
  }
}
.page-production .support-flow__bottom .support-flow__text:last-child::after {
  display: none;
}
.page-production .support-flow__bottom .apply-button {
  width: 46rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .page-production .support-flow__bottom .apply-button {
    width: 29rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-production .support-flow__bottom .apply-button__diagnosis {
  margin: 5rem auto 0;
}
.page-production .creative-samples {
  padding-bottom: 28rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples {
    padding-bottom: 3rem;
  }
}
.page-production .creative-samples .section-title {
  text-align: left;
  font-size: 6.5rem;
  padding-top: 5.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-production .creative-samples .section-title {
    font-size: 4rem;
    padding-top: 1rem;
  }
}
.page-production .creative-samples .samples-list {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .samples-list {
    margin-top: 2rem;
  }
}
.page-production .creative-samples .samples-list__item {
  cursor: pointer;
  width: 30rem;
  height: 30rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .samples-list__item {
    width: 15rem;
    height: 15rem;
  }
}
.page-production .creative-samples .samples-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-production .creative-samples .samples-list__text {
  margin-top: 3.5rem;
  font-size: 1.7rem;
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-production .creative-samples .samples-list__text {
    margin-top: 2rem;
    padding: 0 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.page-production .creative-samples .support-flow__bottom {
  margin-top: 7.5em;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom {
    margin-top: 4rem;
    padding-top: 2rem;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__contents {
  margin-top: 6.5rem;
  padding-left: 8.5rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .support-flow__contents {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__text {
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .support-flow__text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__text + .support-flow__text {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .support-flow__text + .support-flow__text {
    margin-top: 1rem;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .support-flow__text::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.45em;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__text::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: calc(-0.2em + 2.3rem);
  width: 1px;
  bottom: -4rem;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .support-flow__text::after {
    left: 0.6rem;
    top: calc(0.45em + 1.2rem);
    bottom: -2rem;
  }
}
.page-production .creative-samples .support-flow__bottom .support-flow__text:last-child::after {
  display: none;
}
.page-production .creative-samples .support-flow__bottom .apply-button {
  width: 46rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .apply-button {
    width: 29rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-production .creative-samples .support-flow__bottom .apply-button__diagnosis {
  margin: 8rem auto 0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page-production .creative-samples .support-flow__bottom .apply-button__diagnosis {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.page-production .apply {
  margin-top: -12rem;
  padding-top: 22rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-production .apply {
    margin-top: -6rem;
    padding-top: 9rem;
  }
}
.page-production .apply::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 64%;
  transform: translateY(-50%);
  width: 46rem;
  height: 46rem;
  background: url("../images/common/webp/partner02.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-production .apply::before {
    display: none;
  }
}
.page-production .apply .apply-title {
  font-size: 3.5rem;
  padding-bottom: 4rem;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #CABA96;
  text-align: center;
}
@media (max-width: 767px) {
  .page-production .apply .apply-title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.page-production .apply .apply-text {
  margin-top: 8.7rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-production .apply .apply-text {
    margin-top: 4rem;
    font-size: 1.2rem;
    padding: 0 2rem;
    text-align: left;
  }
}
.page-production .apply .apply-list {
  margin: 8rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-production .apply .apply-list {
    padding: 0 2rem;
    margin-top: 4rem;
    gap: 1rem;
  }
}
.page-production .apply .apply-list__item {
  font-size: 2.1rem;
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .page-production .apply .apply-list__item {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-production .apply .apply-list__item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url("../images/common/webp/icon-check.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-production .apply .apply-list__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-production .apply .apply-button-area {
  padding-bottom: 15rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-production .apply .apply-button-area {
    padding-bottom: 6rem;
  }
}
.page-production .apply .apply-button {
  width: 46rem;
  height: 5rem;
  margin: 10rem auto 0;
  background: #D19100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-production .apply .apply-button {
    width: 29rem;
    height: 4rem;
    margin: 5rem auto 0;
    font-size: 1.4rem;
  }
}

.samples-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.samples-modal.is-open {
  display: flex;
}

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

.samples-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}
.samples-modal__inner img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.samples-modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.page-recruit .wave-bg04 {
  margin-top: -11rem;
}
.page-recruit .page-title {
  padding-top: 24rem;
}
@media (max-width: 767px) {
  .page-recruit .page-title {
    padding-top: 12rem;
  }
}
.page-recruit .page-sub-title {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .page-recruit .page-sub-title {
    padding-top: 2rem;
  }
}
.page-recruit .section-title {
  font-size: 6.5rem;
}
@media (max-width: 767px) {
  .page-recruit .section-title {
    font-size: 4rem;
  }
}
.page-recruit .page-fv-text .paragraph {
  color: #525252;
}
@media (max-width: 767px) {
  .page-recruit .page-fv-text .paragraph {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.page-recruit .page-outline {
  padding: 12.5rem 0 17rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .page-outline {
    padding: 2rem;
  }
  .page-recruit .page-outline p {
    text-align: center;
  }
}
.page-recruit .message {
  padding: 18rem 0 0;
}
@media (max-width: 767px) {
  .page-recruit .message {
    padding-top: 4rem;
  }
}
.page-recruit .message .section-title {
  letter-spacing: 0.08em;
}
.page-recruit .message .message-head-text {
  max-width: 80rem;
  margin: 10rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .message .message-head-text {
    padding: 0 2rem;
    margin-top: 2rem;
  }
}
.page-recruit .message .message-head-text .paragraph {
  font-size: 1.7rem;
  line-height: 2.8;
  color: #525252;
}
@media (max-width: 767px) {
  .page-recruit .message .message-head-text .paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.page-recruit .message .message-head-text .paragraph span {
  font-size: 2.1rem;
  font-weight: 700;
  color: #624C36;
}
@media (max-width: 767px) {
  .page-recruit .message .message-head-text .paragraph span {
    font-size: 1.4rem;
  }
}
.page-recruit .message .message-head-text .paragraph + .paragraph {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-head-text .paragraph + .paragraph {
    margin-top: 1rem;
  }
}
.page-recruit .message .message-contents {
  background: #fff;
  border-radius: 2.9rem;
  padding: 7rem 8rem 8rem;
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.page-recruit .message .message-contents__title {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  color: #CABA96;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__title {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
.page-recruit .message .message-contents__title span {
  display: block;
  font-size: 6.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #84684B;
  letter-spacing: 0.08em;
  line-height: 2.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__title span {
    font-size: 2.4rem;
  }
}
.page-recruit .message .message-contents__head-text {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__head-text {
    font-size: 1.2rem;
    margin-top: 4.4rem;
  }
}
.page-recruit .message .message-contents__list {
  list-style: none;
  margin-top: 9.5rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__list {
    margin-top: 4.4rem;
  }
}
.page-recruit .message .message-contents__list--item {
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-left: 7rem;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__list--item {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.page-recruit .message .message-contents__list--item + .message-contents__list--item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__list--item + .message-contents__list--item {
    margin-top: 1rem;
  }
}
.page-recruit .message .message-contents__list--item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__list--item::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-recruit .message .message-contents__flex {
  display: flex;
  width: 118rem;
  gap: 4rem;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-recruit .message .message-contents__flex {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-recruit .message .conditions-item {
  flex: 1;
  background: #FCF7EF;
  border-radius: 2rem;
  padding: 8rem 5rem 9rem;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-item {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.page-recruit .message .conditions-title {
  font-size: 1.9rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #84684B;
  line-height: 1.2;
  margin-bottom: 6.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.page-recruit .message .conditions-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 30rem;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-title::before {
    width: 80%;
  }
}
.page-recruit .message .conditions-title span {
  font-size: 2.9rem;
  font-weight: 700;
  display: block;
  margin-top: 2rem;
  color: #525252;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-title span {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.page-recruit .message .conditions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-list {
    gap: 1rem;
  }
}
.page-recruit .message .conditions-list__item {
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-list__item {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.page-recruit .message .conditions-list__item::before {
  content: "";
  position: absolute;
  left: 2rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #CABA96;
}
@media (max-width: 767px) {
  .page-recruit .message .conditions-list__item::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.page-recruit .message .apply-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .page-recruit .message .apply-button {
    width: 29rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-recruit .message .apply-button:hover {
  opacity: 0.7;
}
.page-recruit .message .apply-button-area {
  margin-top: 11.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .page-recruit .message .apply-button-area {
    margin-top: 4rem;
  }
}
.page-recruit .message .apply-note {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .message .apply-note {
    font-size: 1.2rem;
    text-align: left;
  }
}
.page-recruit .faq {
  padding-bottom: 40rem;
}
@media (max-width: 767px) {
  .page-recruit .faq {
    padding-bottom: 6rem;
  }
}
.page-recruit .faq .section-title {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .section-title {
    margin-top: 4rem;
  }
}
.page-recruit .faq .faq-head-text {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .faq-head-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
    letter-spacing: -0.02em;
    margin-top: 2rem;
  }
}
.page-recruit .faq .faq-contents {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .faq-contents {
    margin-top: 4rem;
  }
}
.page-recruit .faq .faq-item {
  background: #fff;
  border-radius: 2.9rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .faq-item {
    border-radius: 1.5rem;
  }
}
.page-recruit .faq .q-item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2.2rem 6rem 2.2rem 6.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-recruit .faq .q-item {
    gap: 1rem;
    padding: 1rem;
  }
}
.page-recruit .faq .q-icon {
  font-size: 2.4rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #fff;
  background: #5A330C;
  flex-shrink: 0;
  width: 5.9rem;
  height: 5.9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-recruit .faq .q-icon {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.page-recruit .faq .q-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  flex: 1;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .q-text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-recruit .faq .q-mark {
  width: 2.6rem;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .page-recruit .faq .q-mark {
    width: 1.2rem;
    display: flex;
    align-items: center;
  }
}
.page-recruit .faq .faq-item.is-open .q-mark {
  transform: rotate(180deg);
}
.page-recruit .faq .a-item {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  overflow: hidden;
  max-height: 0;
  padding: 0 6rem 0 6.5rem;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}
@media (max-width: 767px) {
  .page-recruit .faq .a-item {
    gap: 1rem;
    padding: 0 1.5rem 0 1rem;
  }
}
.page-recruit .faq .faq-item.is-open .a-item {
  max-height: 30rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-recruit .faq .faq-item.is-open .a-item {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-recruit .faq .a-icon {
  font-size: 2.4rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #84684B;
  flex-shrink: 0;
  width: 5.9rem;
  height: 5.9rem;
  background: #FCF7EF;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-recruit .faq .a-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
.page-recruit .faq .a-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 5rem;
  flex: 1;
}
@media (max-width: 767px) {
  .page-recruit .faq .a-text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-recruit .apply {
  margin-top: -12rem;
  padding-top: 15rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-recruit .apply {
    margin-top: -6rem;
    padding-top: 10rem;
  }
}
.page-recruit .apply::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 60%;
  transform: translateY(-50%);
  width: 46.1rem;
  height: 40.6rem;
  background: url("../images/common/webp/partner03.webp") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-recruit .apply::before {
    display: none;
  }
}
.page-recruit .apply .apply-text {
  margin-top: 8.7rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .apply .apply-text {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 2rem;
    margin-top: 0;
  }
}
.page-recruit .apply .apply-button-area {
  padding-bottom: 11.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-recruit .apply .apply-button-area {
    padding-bottom: 6rem;
  }
}
.page-recruit .apply .apply-button {
  width: 46rem;
  height: 5rem;
  margin: 11rem auto 0;
  background: #D19100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-recruit .apply .apply-button {
    width: 29rem;
    height: 4rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.page-recruit .apply .apply-note {
  text-align: center;
  line-height: 2;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .page-recruit .apply .apply-note {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 2rem;
  }
}

.page-privacy-policy .wave-bg04 {
  margin-top: -20rem;
}
@media (max-width: 767px) {
  .page-privacy-policy .wave-bg04 {
    margin-top: 0rem;
  }
}
.page-privacy-policy .page-title {
  padding-top: 34rem;
}
@media (max-width: 767px) {
  .page-privacy-policy .page-title {
    padding-top: 4rem;
  }
}
.page-privacy-policy .page-sub-title {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .page-privacy-policy .page-sub-title {
    padding-top: 4rem;
  }
}
.page-privacy-policy .privacy-policy__inner {
  width: 154rem;
  padding: 13.5rem 2rem 12rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-privacy-policy .privacy-policy__inner {
    width: 100%;
    padding: 8rem 2rem 6rem;
  }
}
.page-privacy-policy .privacy-policy-contents {
  background: #fff;
  padding: 14rem;
  border-radius: 2.9rem;
}
@media (max-width: 767px) {
  .page-privacy-policy .privacy-policy-contents {
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
}
.page-privacy-policy .contents-head {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-privacy-policy .contents-head {
    font-size: 1.2rem;
  }
}
.page-privacy-policy .contents-item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-privacy-policy .contents-item {
    margin-top: 3rem;
  }
}
.page-privacy-policy .contents-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-privacy-policy .contents-title {
    font-size: 1.8rem;
  }
}
.page-privacy-policy .paragraph {
  font-size: 1.7rem;
  line-height: 2.2;
  color: #525252;
  text-align: left;
}
@media (max-width: 767px) {
  .page-privacy-policy .paragraph {
    font-size: 1.2rem;
  }
}
.page-privacy-policy .contents-list {
  list-style: number;
  margin-top: 4rem;
  padding-left: 1.5em;
  font-size: 1.7rem;
  line-height: 2;
  color: #525252;
}
@media (max-width: 767px) {
  .page-privacy-policy .contents-list {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.page-privacy-policy .contents-list__item {
  line-height: 1.8;
}

.page-customer-harassment .wave-bg04 {
  margin-top: -20rem;
}
@media (max-width: 767px) {
  .page-customer-harassment .wave-bg04 {
    margin-top: 0rem;
  }
}
.page-customer-harassment .page-title {
  padding-top: 34rem;
}
@media (max-width: 767px) {
  .page-customer-harassment .page-title {
    padding-top: 4rem;
  }
}
.page-customer-harassment .page-sub-title {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .page-customer-harassment .page-sub-title {
    padding-top: 4rem;
  }
}
.page-customer-harassment .privacy-policy__inner {
  width: 154rem;
  padding: 13.5rem 2rem 12rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-customer-harassment .privacy-policy__inner {
    width: 100%;
    padding: 8rem 2rem 6rem;
  }
}
.page-customer-harassment .privacy-policy-contents {
  background: #fff;
  padding: 14rem;
  border-radius: 2.9rem;
}
@media (max-width: 767px) {
  .page-customer-harassment .privacy-policy-contents {
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
}
.page-customer-harassment .contents-head__bold {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-customer-harassment .contents-head__bold {
    font-size: 1.2rem;
  }
}
.page-customer-harassment .contents-item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-customer-harassment .contents-item {
    margin-top: 3rem;
  }
}
.page-customer-harassment .contents-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-customer-harassment .contents-title {
    font-size: 1.8rem;
  }
}
.page-customer-harassment .paragraph {
  font-size: 1.7rem;
  line-height: 2.2;
  color: #525252;
  text-align: left;
}
@media (max-width: 767px) {
  .page-customer-harassment .paragraph {
    font-size: 1.2rem;
  }
}
.page-customer-harassment .contents-list {
  list-style: number;
  margin-top: 4rem;
  padding-left: 1.5em;
  font-size: 1.7rem;
  line-height: 2;
  color: #525252;
}
@media (max-width: 767px) {
  .page-customer-harassment .contents-list {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.page-customer-harassment .contents-list__item {
  line-height: 1.8;
}

.page-information-list .information-list {
  background: #FBF5EE;
  padding: 10rem 0 15rem;
}
@media (max-width: 767px) {
  .page-information-list .information-list {
    padding: 6rem 0 8rem;
  }
}
.page-information-list .information-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
}
@media (max-width: 767px) {
  .page-information-list .information-list-items {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.page-information-list .information-list-item {
  display: block;
  text-decoration: none;
  color: #1E1A14;
  transition: opacity 0.3s ease;
}
.page-information-list .information-list-item:hover {
  opacity: 0.8;
}
.page-information-list .information-list-item:hover .information-list-thumb img {
  transform: scale(1.05);
}
.page-information-list .information-list-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.6rem;
  position: relative;
  margin: 0;
  background: #f5f0eb;
}
@media (max-width: 767px) {
  .page-information-list .information-list-thumb {
    border-radius: 1rem;
  }
}
.page-information-list .information-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.page-information-list .information-list-tag {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 1.2rem;
  background: #84684B;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .page-information-list .information-list-tag {
    font-size: 1rem;
    top: 1rem;
    right: 1rem;
  }
}
.page-information-list .information-list-body {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .page-information-list .information-list-body {
    margin-top: 1.2rem;
  }
}
.page-information-list .information-list-date {
  font-size: 1.4rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #84684B;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-information-list .information-list-date {
    font-size: 1.2rem;
  }
}
.page-information-list .information-list-title {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: #1E1A14;
}
@media (max-width: 767px) {
  .page-information-list .information-list-title {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}
.page-information-list .information-list-empty {
  font-size: 1.7rem;
  color: #7A7068;
  text-align: center;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-information-list .information-list-empty {
    font-size: 1.4rem;
    padding: 5rem 0;
  }
}
.page-information-list .information-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-information-list .information-pagination {
    margin-top: 5rem;
    gap: 0.5rem;
  }
}
.page-information-list .information-pagination a,
.page-information-list .information-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  border: 1px solid #CABA96;
  color: #84684B;
  text-decoration: none;
  border-radius: 0.4rem;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .page-information-list .information-pagination a,
  .page-information-list .information-pagination span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
.page-information-list .information-pagination a:hover,
.page-information-list .information-pagination .current {
  background: #84684B;
  color: #fff;
  border-color: #84684B;
}
.page-information-list .information-pagination .dots {
  border: none;
  background: none;
  color: #CABA96;
}
.page-information-list .information-list-back {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-information-list .information-list-back {
    margin-top: 4rem;
  }
}
.page-information-list .information-list-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .page-information-list .information-list-back-link {
    width: 29rem;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.page-information-list .information-list-back-link:hover {
  opacity: 0.7;
}

.single-information .information-details {
  background: #FBF5EE;
  padding: 10rem 0 15rem;
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .single-information .information-details {
    padding: 6rem 0 8rem;
    margin-top: 5rem;
  }
}
.single-information .information-details__header {
  border-bottom: 1px solid #CABA96;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .single-information .information-details__header {
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
}
.single-information .information-details__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .single-information .information-details__meta {
    gap: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.single-information .information-details__date {
  font-size: 1.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  color: #84684B;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .single-information .information-details__date {
    font-size: 1.2rem;
  }
}
.single-information .information-details__tag {
  font-size: 1.2rem;
  background: #84684B;
  color: #fff;
  padding: 0.4rem 1.4rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .single-information .information-details__tag {
    font-size: 1rem;
  }
}
.single-information .information-details__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E1A14;
}
@media (max-width: 767px) {
  .single-information .information-details__title {
    font-size: 2rem;
  }
}
.single-information .information-details__thumb {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 6rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-information .information-details__thumb {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
}
.single-information .information-details__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-information .information-details__content {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #525252;
}
@media (max-width: 767px) {
  .single-information .information-details__content {
    font-size: 1.4rem;
  }
}
.single-information .information-details__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1E1A14;
  margin: 4rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #CABA96;
}
@media (max-width: 767px) {
  .single-information .information-details__content h2 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }
}
.single-information .information-details__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1E1A14;
  margin: 3rem 0 1.5rem;
}
@media (max-width: 767px) {
  .single-information .information-details__content h3 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
  }
}
.single-information .information-details__content p,
.single-information .information-details__content li,
.single-information .information-details__content dt,
.single-information .information-details__content dd,
.single-information .information-details__content th,
.single-information .information-details__content td,
.single-information .information-details__content blockquote {
  line-height: 1.5;
}
.single-information .information-details__content p {
  margin-bottom: 2rem;
}
.single-information .information-details__content a {
  color: #84684B;
  text-decoration: underline;
}
.single-information .information-details__content a:hover {
  opacity: 0.7;
}
.single-information .information-details__content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 2rem 0;
  display: block;
}
.single-information .information-details__content ul,
.single-information .information-details__content ol {
  padding-left: 2em;
  margin-bottom: 2rem;
}
.single-information .information-details__content li {
  margin-bottom: 0.5rem;
}
.single-information .information-details__content strong {
  font-weight: 700;
  color: #1E1A14;
}
.single-information .information-details__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8rem;
  padding-top: 4rem;
  border-top: 1px solid #CABA96;
  gap: 3rem;
}
@media (max-width: 767px) {
  .single-information .information-details__nav {
    margin-top: 5rem;
    padding-top: 2.5rem;
    gap: 2rem;
  }
}
.single-information .information-details__nav-prev,
.single-information .information-details__nav-next {
  flex: 1;
}
.single-information .information-details__nav-next {
  text-align: right;
}
.single-information .information-details__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: #84684B;
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .single-information .information-details__nav-link {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}
.single-information .information-details__nav-link:hover {
  opacity: 0.6;
}
.single-information .information-details__nav-arrow {
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .single-information .information-details__nav-arrow {
    font-size: 1.8rem;
  }
}
.single-information .information-details__nav-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-information .information-details__back {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .single-information .information-details__back {
    margin-top: 4rem;
  }
}
.single-information .information-details__back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .single-information .information-details__back-link {
    width: 80%;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.single-information .information-details__back-link:hover {
  opacity: 0.7;
}

.page-contact .wave-bg04 {
  margin-top: -5rem;
}
.page-contact .page-title {
  padding-top: 18rem;
}
@media (max-width: 767px) {
  .page-contact .page-title {
    padding-top: 6rem;
  }
}
.page-contact .page-sub-title {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .page-contact .page-sub-title {
    padding-top: 2rem;
  }
}
.page-contact .contact-form {
  padding: 11rem 0 12rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form {
    padding: 4rem 0;
  }
}
.page-contact .contact-form__inner {
  max-width: 140.8rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.page-contact .contact-form__card {
  background: #fff;
  border-radius: 2.9rem;
  padding: 12rem 8rem 18rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.page-contact .contact-form__intro-text {
  font-size: 1.7rem;
  line-height: 1.9;
  color: #525252;
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__intro-text {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.page-contact .contact-form__form {
  max-width: 88rem;
  margin: 0 auto;
}
.page-contact .contact-form__field-group {
  margin-bottom: 2rem;
}
.page-contact .contact-form__label {
  display: block;
  font-size: 1.9rem;
  color: #525252;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page-contact .contact-form__input {
  width: 100%;
  height: 6.4rem;
  background: #EDE7DD;
  border: none;
  border-radius: 0.4rem;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #525252;
}
@media (max-width: 767px) {
  .page-contact .contact-form__input {
    height: 5rem;
  }
}
.page-contact .contact-form__input::placeholder {
  color: #b9b9b9;
}
.page-contact .contact-form__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(132, 104, 72, 0.35);
}
.page-contact .contact-form__checkbox-grid {
  background: #EDE7DD;
  border-radius: 0.4rem;
  padding: 5rem 6rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__checkbox-grid {
    padding: 2rem;
  }
}
.page-contact .contact-form__checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  cursor: pointer;
  font-size: 1.7rem;
  color: #525252;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-contact .contact-form__checkbox-item {
    font-size: 1.5rem;
  }
}
.page-contact .contact-form__checkbox-text {
  line-height: 1.4;
}
.page-contact .contact-form__checkbox-grid input[type=checkbox],
.page-contact .contact-form__privacy-group input[type=checkbox] {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1.5px solid #b9b9b9;
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
  pointer-events: none;
}
.page-contact .contact-form__checkbox-grid input[type=checkbox]:checked,
.page-contact .contact-form__privacy-group input[type=checkbox]:checked {
  background: #846848;
  border-color: #846848;
}
.page-contact .contact-form__checkbox-grid input[type=checkbox]:checked::after,
.page-contact .contact-form__privacy-group input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 0.45rem;
  height: 0.85rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.page-contact .contact-form__textarea {
  width: 100%;
  min-height: 20rem;
  background: #EDE7DD;
  border: none;
  border-radius: 0.4rem;
  padding: 1.5rem;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #525252;
  resize: vertical;
}
.page-contact .contact-form__textarea::placeholder {
  color: #b9b9b9;
}
.page-contact .contact-form__textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(132, 104, 72, 0.35);
}
.page-contact .contact-form__privacy-group {
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .page-contact .contact-form__privacy-group {
    text-align: center;
  }
  .page-contact .contact-form__privacy-group .contact-form__checkbox-item {
    justify-content: center;
  }
}
.page-contact .contact-form__privacy-group .contact-form__checkbox-item {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__privacy-group .contact-form__checkbox-item {
    font-size: 1.5rem;
  }
}
.page-contact .contact-form__privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s ease;
}
.page-contact .contact-form__privacy-link:hover {
  opacity: 0.6;
}
.page-contact .contact-form__submit-area {
  display: flex;
  justify-content: start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__submit-area {
    justify-content: center;
    position: relative;
  }
  .page-contact .contact-form__submit-area .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
.page-contact .contact-form__submit-btn {
  width: 36.4rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 0.4rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}
.page-contact .contact-form__submit-btn:hover {
  background: #846848;
}
@media (max-width: 767px) {
  .page-contact .contact-form__submit-btn {
    width: 80%;
    height: 4rem;
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
.page-contact .contact-form__field-group .wpcf7-form-control-wrap {
  display: block;
}
.page-contact .contact-form__checkbox-grid .wpcf7-form-control-wrap {
  display: block;
}
.page-contact .contact-form__checkbox-grid .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 3rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__checkbox-grid .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}
.page-contact .contact-form__checkbox-grid .wpcf7-list-item {
  margin: 0;
}
.page-contact .contact-form__checkbox-grid .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  cursor: pointer;
  font-size: 1.7rem;
  color: #525252;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 767px) {
  .page-contact .contact-form__checkbox-grid .wpcf7-list-item label {
    font-size: 1.5rem;
  }
}
.page-contact .contact-form__privacy-group .wpcf7-list-item {
  margin: 0;
}
.page-contact .contact-form__privacy-group .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  cursor: pointer;
  font-size: 1.7rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-contact .contact-form__privacy-group .wpcf7-acceptance label {
    font-size: 1.5rem;
  }
}
.page-contact .contact-form__checkbox-grid .wpcf7-list-item-label,
.page-contact .contact-form__privacy-group .wpcf7-list-item-label {
  flex: 1;
}
.page-contact .contact-form .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}
.page-contact .contact-form .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

#contact-confirm .inner__contact-confirm {
  margin: 8rem auto 7rem;
  max-width: 86.6rem;
}
@media (max-width: 767px) {
  #contact-confirm .inner__contact-confirm {
    margin-top: 4.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #contact-confirm .content-area__contact-confirm {
    width: 100vw;
    margin-left: calc(-1 * 2rem);
    margin-right: calc(-1 * 2rem);
  }
}
#contact-confirm .contact-confirm__text {
  text-align: center;
}
@media (max-width: 767px) {
  #contact-confirm .contact-confirm__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#contact-confirm .contact-confirm__content {
  display: flex;
  flex-direction: column;
  padding: 8rem 2rem 5rem;
  row-gap: 1.5rem;
  margin-top: 7rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #contact-confirm .contact-confirm__content {
    padding: 1.5rem 4rem;
    row-gap: 3rem;
  }
}
#contact-confirm .output-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #contact-confirm .output-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contact-confirm .output-item label {
  min-width: 32%;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  #contact-confirm .output-item label {
    width: 100%;
    text-align: left;
  }
}
#contact-confirm .output-item .form-output {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  #contact-confirm .output-item .form-output {
    margin-left: 0;
    text-align: left;
  }
}
#contact-confirm .button-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 7.5rem auto 0;
  padding-bottom: 8rem;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  max-width: 67rem;
}
@media (max-width: 767px) {
  #contact-confirm .button-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
    padding-bottom: 5.5rem;
  }
}
#contact-confirm .wpcf7-response-output {
  grid-column: 1/-1;
  text-align: center;
}
#contact-confirm .prev-button {
  width: 31.6rem;
  height: 6rem;
  padding: 2rem;
  background: #838383;
  color: #fff;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #contact-confirm .prev-button {
    width: 30rem;
  }
}
#contact-confirm .send-button {
  width: 31.6rem;
  height: 6rem;
  padding: 2rem;
  background: #897e2f;
  color: #fff;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #contact-confirm .send-button {
    width: 30rem;
  }
}
#contact-confirm .prev-button:hover,
#contact-confirm .send-button:hover {
  opacity: 0.6;
}
#contact-confirm .wpcf7-form-control.wpcf7-previous {
  display: inline-block;
}
#contact-confirm .wpcf7-submit {
  position: relative;
  /* ボタンを基準にスピナーを配置 */
}
#contact-confirm .wpcf7-spinner {
  position: absolute;
  right: -30px;
  /* ボタンの右側に配置 */
  top: 50%;
  transform: translateY(-50%);
  display: none;
  /* 初期状態では非表示 */
}
#contact-confirm .wpcf7-form.sent .wpcf7-spinner {
  display: block;
  /* フォーム送信中に表示 */
}

.wpcf7-previous {
  display: block !important;
  color: #fff;
}

.inner__contact-send {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.5rem 0;
}
@media (max-width: 767px) {
  .inner__contact-send {
    padding: 4rem 0 4.5rem;
    letter-spacing: -0.05em;
  }
}

/* ボタン共通設定 */
.c-btn,
.c-btn__home {
  margin: 3rem auto;
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .c-btn,
  .c-btn__home {
    margin: 2rem 0 1.7rem;
  }
}

/*hoverをした後のボタンの形状*/
.c-btn__home:hover {
  opacity: 1 !important;
}

/*ボタンの中のテキスト*/
.c-btn__home span {
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  width: 30rem;
  height: 6rem;
  background: #897e2f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushdown:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  /* 背景色に透明度を追加 */
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.6);
  /* 影を追加 */
}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
  background-color: #897e2f;
  color: #fff;
  transform: translateY(4px);
}

.page-404 .not-found-content {
  background: #FBF5EE;
  padding: 14rem 0 16rem;
}
@media (max-width: 767px) {
  .page-404 .not-found-content {
    padding: 8rem 0 10rem;
  }
}
.page-404 .not-found-content__text {
  font-size: 1.9rem;
  line-height: 2;
  color: #525252;
  text-align: center;
}
@media (max-width: 767px) {
  .page-404 .not-found-content__text {
    font-size: 1.4rem;
    padding: 0 2rem;
    text-align: left;
  }
}
.page-404 .not-found-content__button {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-404 .not-found-content__button {
    margin-top: 4rem;
  }
}
.page-404 .not-found-content__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 5.6rem;
  background: #D19100;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .page-404 .not-found-content__link {
    width: 80%;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.page-404 .not-found-content__link:hover {
  opacity: 0.7;
}

.c-breadcrumbs__area {
  width: 100%;
  padding: 0 18rem;
  margin: 6.5rem auto 0;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
    padding: 0 3rem;
  }
}

.c-breadcrumbs {
  font-size: 1.2rem;
  display: flex;
  column-gap: 0.5rem;
}

.c-message__contact-form {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: center;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .c-message__contact-form {
    margin-top: 4rem;
  }
}

.c-link-button-area__mission {
  margin-top: 4.3rem;
}

.c-link-button {
  font-size: 2.2rem;
  color: #fff;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  background: #D19100;
  display: block;
  width: 46rem;
  padding: 1.7rem 0;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-link-button {
    width: fit-content;
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.c-message__contact--send {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: center;
  display: flex;
  justify-content: center;
}

.c-btn-area {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-btn-area {
    margin-top: 3.5rem;
  }
}

.c-btn__submit {
  width: 31.5rem;
  height: 6rem;
  background: #897e2f;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .c-btn__submit {
    width: 30rem;
  }
}

.c-btn__submit:hover {
  opacity: 0.6;
}

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