@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: -15px;
  left: -15px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 9999;
}

.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, #663B11);
}

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: 195rem;
    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 {
    background: url("../images/common/svg/wave05.svg") left top/350% auto 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 {
    background: url("../images/common/svg/wave07.svg") left top/350% auto 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") left 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;
    text-align: left;
    inline-size: fit-content;
    margin-inline: auto;
  }
}

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

.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: 90px;
  }
}

.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-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__nav {
  width: 80rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  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 {
    grid-template-columns: repeat(2, 1fr);
    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 62% 70% at 72% 38%, rgba(244, 186, 106, 0.38) 0%, rgba(244, 186, 106, 0.12) 50%, transparent 72%), #FBF5EE !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;
  padding: 0 2rem;
  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;
}
@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;
}
@media (max-width: 767px) {
  .fv__desc {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}

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

.fv__blob {
  position: absolute;
  background: radial-gradient(circle at 38% 33%, rgba(255, 238, 200, 0.94) 0%, rgba(243, 162, 82, 0.82) 40%, rgba(228, 118, 28, 0.56) 68%, rgba(210, 88, 4, 0.18) 85%, transparent 97%);
  box-shadow: inset 0 0 0 0.15rem rgba(255, 220, 150, 0.38), 0 0 4.8rem rgba(240, 140, 50, 0.14);
}

.fv__blob--1 {
  width: 55rem;
  height: 55rem;
  top: 5%;
  right: 15%;
  z-index: 2;
  animation: blob-morph-1 12s ease-in-out infinite, blob-drift-1 16s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv__blob--1 {
    width: 30rem;
    height: 30rem;
    top: -3rem;
    right: -3rem;
  }
}

.fv__blob--2 {
  width: 25rem;
  height: 25rem;
  top: 52%;
  right: 7%;
  z-index: 1;
  animation: blob-morph-2 9s ease-in-out infinite, blob-drift-2 11s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv__blob--2 {
    width: 13rem;
    height: 13rem;
    right: -1.5rem;
    top: 45%;
  }
}

.fv__blob--3 {
  width: 23rem;
  height: 23rem;
  top: 70%;
  left: 4%;
  animation: blob-morph-3 14s ease-in-out infinite, blob-drift-3 10s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv__blob--3 {
    width: 12rem;
    height: 12rem;
    left: -2rem;
    bottom: 0.5rem;
  }
}

@keyframes blob-morph-1 {
  0% {
    border-radius: 58% 42% 48% 52%/52% 46% 54% 48%;
  }
  14% {
    border-radius: 42% 58% 60% 40%/46% 62% 38% 54%;
  }
  28% {
    border-radius: 66% 34% 44% 56%/58% 40% 60% 42%;
  }
  42% {
    border-radius: 38% 62% 56% 44%/40% 56% 44% 60%;
  }
  57% {
    border-radius: 52% 48% 38% 62%/62% 38% 52% 48%;
  }
  71% {
    border-radius: 44% 56% 64% 36%/48% 54% 46% 52%;
  }
  85% {
    border-radius: 60% 40% 52% 48%/54% 44% 56% 46%;
  }
  100% {
    border-radius: 58% 42% 48% 52%/52% 46% 54% 48%;
  }
}
@keyframes blob-morph-2 {
  0% {
    border-radius: 44% 56% 62% 38%/56% 44% 56% 44%;
  }
  16% {
    border-radius: 62% 38% 46% 54%/40% 60% 44% 56%;
  }
  33% {
    border-radius: 52% 48% 56% 44%/60% 42% 58% 40%;
  }
  50% {
    border-radius: 36% 64% 42% 58%/44% 56% 46% 54%;
  }
  66% {
    border-radius: 58% 42% 64% 36%/54% 46% 40% 60%;
  }
  83% {
    border-radius: 46% 54% 38% 62%/62% 40% 54% 46%;
  }
  100% {
    border-radius: 44% 56% 62% 38%/56% 44% 56% 44%;
  }
}
@keyframes blob-morph-3 {
  0% {
    border-radius: 54% 46% 40% 60%/48% 58% 42% 52%;
  }
  20% {
    border-radius: 40% 60% 58% 42%/60% 44% 56% 40%;
  }
  40% {
    border-radius: 62% 38% 48% 52%/44% 62% 38% 56%;
  }
  60% {
    border-radius: 48% 52% 64% 36%/56% 40% 60% 44%;
  }
  80% {
    border-radius: 36% 64% 44% 56%/40% 54% 46% 60%;
  }
  100% {
    border-radius: 54% 46% 40% 60%/48% 58% 42% 52%;
  }
}
@keyframes blob-drift-1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-1.8rem, -2.2rem) scale(1.04);
  }
  50% {
    transform: translate(1.2rem, -1.2rem) scale(0.97);
  }
  75% {
    transform: translate(-0.8rem, 1.8rem) scale(1.02);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes blob-drift-2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(1.6rem, -1.8rem) scale(0.94);
  }
  60% {
    transform: translate(-1.2rem, 1.4rem) scale(1.07);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes blob-drift-3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  35% {
    transform: translate(1.4rem, -1.6rem) scale(1.09);
  }
  68% {
    transform: translate(-1rem, 1.2rem) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.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;
  display: flex;
  justify-content: center;
  padding: 0 20rem;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .case-study .client-list {
    flex-wrap: wrap;
    padding: 0;
    gap: 1rem;
    margin-top: 3rem;
  }
}
.case-study .client-item {
  width: 23.9rem;
  height: auto;
}
@media (max-width: 767px) {
  .case-study .client-item {
    width: 100%;
  }
}
.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;
  }
}
.information .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 {
    font-size: 4rem;
    text-align: center;
    padding-left: 0;
  }
}
.information .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 {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.information .information-item {
  display: block;
  text-decoration: none;
  color: #fff;
}
.information .information-item:hover {
  opacity: 1;
}
.information .information-item:hover .information-thumb img {
  transform: scale(1.05);
}
.information .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 {
    border-radius: 1.5rem;
  }
}
.information .information-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.information .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 {
    font-size: 1.4rem;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
.information .information-title {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .information .information-title {
    font-size: 1.2rem;
  }
}
.information .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 {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .information .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 .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: 3rem;
  border-radius: 3rem;
  padding: 9rem 10rem 7rem;
}
@media (max-width: 767px) {
  .main-company .member-item {
    flex-direction: column;
    border-radius: 2rem;
    padding: 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: 52.5rem;
  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;
}
@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: 1.2;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-advertisement .diagnosis-text {
    font-size: 1.4rem;
    padding: 0 3rem;
  }
}
.page-advertisement .diagnosis-text::before {
  content: "";
  position: absolute;
  left: -4rem;
  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: 0;
    width: 2rem;
    height: 5rem;
  }
}
.page-advertisement .diagnosis-text::after {
  content: "";
  position: absolute;
  right: -4rem;
  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: 0;
    width: 2rem;
    height: 5rem;
  }
}
.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: 80%;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-advertisement .apply-button__diagnosis {
  margin: 5rem auto 0;
}
.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 {
  background: #663B11;
  margin-top: -12rem;
  padding-top: 22rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-advertisement .apply {
    margin-top: -6rem;
    padding-top: 11rem;
  }
}
.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: 3rem;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  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: 2rem;
  }
}
.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: 80%;
    height: 4rem;
    margin: 5rem auto 0;
  }
}
.page-advertisement .apply .apply-button-area__text {
  font-size: 2rem;
  font-weight: 700;
  color: #D09101;
  line-height: 1;
  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;
  }
}
.page-advertisement .apply .apply-button-area__text::before {
  content: "";
  position: absolute;
  left: -4rem;
  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: 0;
    width: 2rem;
    height: 5rem;
  }
}
.page-advertisement .apply .apply-button-area__text::after {
  content: "";
  position: absolute;
  right: -4rem;
  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: 0;
    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: 2rem;
  }
}
.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: 80%;
    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;
  }
}
.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;
  }
}
.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: 80%;
    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 {
  background: #663B11;
  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: 2rem;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  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: 2rem;
  }
}
.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: 80%;
    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: 4rem 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: 8rem;
  }
}
.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: 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: 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: 2rem;
  }
}
.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.4rem;
    height: 1.4rem;
  }
}
.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.4rem;
    height: 1.4rem;
    top: 0.3em;
    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: 80%;
    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 0 0 7.17rem;
  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 0 0 1rem;
  }
}
.page-recruit .faq .faq-item.is-open .a-item {
  max-height: 30rem;
  padding: 1;
}
.page-recruit .faq .a-icon {
  font-size: 1.5rem;
  font-family: "futura-pt", "Futura", "Avenir Next", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #84684B;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  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.5rem;
  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 {
  background: #663B11;
  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: 600%;
  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: 80%;
    height: 4rem;
    font-size: 1.2rem;
    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;
}

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