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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.bg-beige {
  background: #EFE8DD;
}

.bg-cyan {
  background: rgba(153, 245, 253, 0.14);
}

.bg-pink {
  background: #FEE9E7;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.4390243902vw, 12.1951219512px);
  }
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

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

.grecaptcha-badge {
  display: none;
}

#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%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 9999;
}
@media (max-width: 767px) {
  #mouse-stalker {
    display: none;
  }
}

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

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

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

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

.inner {
  margin-left: auto;
  padding-left: 32rem;
  width: 100%;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 0;
  }
}
.inner__fv {
  padding-left: 53.4rem;
}
@media (max-width: 767px) {
  .inner__fv {
    padding-left: 0;
  }
}

.section-title {
  font-size: 12.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3.2rem;
    text-align: center;
  }
}

.top-page .l-footer {
  background: #c3c1c4;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 0.7rem;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 36rem;
  height: 100vh;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 5.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.5rem;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 29rem;
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .l-header__title {
    width: 5.37rem;
    margin-left: 0;
    position: relative;
    z-index: 9999;
  }
}

#l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}

.l-nav__content--item-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-nav__content--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.l-nav__content--sub-items {
  margin-top: 2rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.l-nav__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
}

.l-nav__content--sub-item {
  list-style: none;
}

.link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  color: inherit;
}
.link-items__parent {
  cursor: default;
  pointer-events: none;
}
.link-items__sub {
  font-size: 1.8rem;
}
.link-items__contact-label {
  cursor: pointer;
}
.link-items__image {
  width: 6.1rem;
  height: auto;
}

.l-nav__content--sub-item .link-items__image {
  width: 4.5rem;
  height: auto;
}

.hamburger {
  width: 22px;
  height: 15px;
  position: relative;
  z-index: 9999;
  padding: 0;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

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

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

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

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

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

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

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

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

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

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

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

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

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style: none;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

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

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

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

.l-header-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-header-live {
    height: 5rem;
  }
}
.l-header-live .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FEE9E7;
}
@media (max-width: 767px) {
  .l-header-live .l-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.l-header-live .l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 15.93rem;
  height: auto;
  padding-left: 2.483rem;
}
@media (max-width: 767px) {
  .l-header-live .l-header__title {
    padding-left: 0;
    width: 5.5rem;
    height: auto;
  }
}
.l-header-live #l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
.l-header-live .l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .l-header-live .l-nav__content--items {
    display: none;
  }
}
.l-header-live .link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header-live .link-items__image {
  width: 6.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header-live .nav-link__image {
    width: 6.1rem;
    height: auto;
  }
}

.l-footer .copyright {
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.2rem;
  }
}

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

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

.u-m135 {
  margin: 13.5rem 0 0;
}
@media (max-width: 767px) {
  .u-m135 {
    margin-top: 3rem;
  }
}

.u-m165 {
  margin: 16.5rem 0 0;
}
@media (max-width: 767px) {
  .u-m165 {
    margin-top: 4.5rem;
  }
}

.u-m80 {
  margin: 8rem 0 0;
}

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

.fv {
  position: relative;
}
.fv .fv-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1386/967;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv .fv-image {
    aspect-ratio: 440/357;
  }
}
.fv .fv-image .swiper-container-fv {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv .fv-image .swiper-slide {
  position: relative;
  overflow: hidden;
}
.fv .fv-image .swiper-slide .swiper-slide-item {
  width: 100%;
  height: 100%;
  display: block;
}
.fv .fv-image .swiper-slide .swiper-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.fv .fv-image .swiper-slide-active .swiper-slide-item img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fv .fv-image .swiper-slide-next .swiper-slide-item img,
.fv .fv-image .swiper-slide-prev .swiper-slide-item img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.fv .fv-catch-area {
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 9rem;
  margin-left: -10rem;
  text-align: center;
  z-index: 1;
  width: 88.2rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.44);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fv .fv-catch-area {
    bottom: 5.54rem;
    margin-left: 2.1rem;
    text-align: left;
    width: 30rem;
    height: 5.446rem;
  }
}
.fv .fv-catch__main {
  font-size: 4.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fv .fv-catch__main {
    font-size: 1.6rem;
  }
}
.fv .fv-catch__main .red {
  color: #FF0707;
}
.fv .fv-catch__sub {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fv .fv-catch__sub {
    font-size: 1.3rem;
  }
}

.about {
  padding: 17rem 0 18.5rem;
  background: url("../images/pc/bg-about.webp") no-repeat center/cover;
}
@media (max-width: 767px) {
  .about {
    padding: 3rem 0 5rem;
  }
}
.about .section-title__about {
  margin-left: 43.23%;
  color: #fff;
}
@media (max-width: 767px) {
  .about .section-title__about {
    margin-left: 0;
  }
}
.about .about-slider {
  width: 100%;
  height: auto;
  margin: 6rem 0 3rem;
  padding: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.about .about-slider .about-swiper-container {
  width: 100%;
  height: 100%;
}
.about .about-slider .about-swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.about .about-slider .about-swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 33.333vw;
}
@media (max-width: 767px) {
  .about .about-slider .about-swiper-container .swiper-slide {
    width: 30rem;
  }
}
.about .about-slider .about-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .about .about-slider .about-swiper-container .swiper-slide {
    width: 100vw;
  }
}
.about .about-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  width: 41.67%;
  margin-left: 38.3%;
}
@media (max-width: 767px) {
  .about .about-text-area {
    width: 80%;
    margin: 0 auto;
    gap: 2.5rem;
  }
}
.about .about-text-area__top,
.about .about-text-area__bottom {
  background: rgba(255, 255, 255, 0.45);
  padding: 9rem 11.7rem;
}
@media (max-width: 767px) {
  .about .about-text-area__top,
  .about .about-text-area__bottom {
    padding: 3rem;
  }
}
.about .about-text-area__title {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .about .about-text-area__title {
    font-size: 2rem;
    text-align: center;
  }
}
.about .about-text-area__subtitle {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about .about-text-area__subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
}
.about .about-text-area__text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 3rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .about .about-text-area__text {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}
.about .about-text-area__text span {
  font-size: 2.8rem;
  font-weight: 900;
  color: #a2845e;
}
@media (max-width: 767px) {
  .about .about-text-area__text span {
    font-size: 1.3rem;
  }
}

.index-business {
  position: relative;
  /* -----------------------------
    セクションタイトル
  ------------------------------ */
  /* -----------------------------
    全体パディング
  ------------------------------ */
  /* -----------------------------
    2カラム共通
  ------------------------------ */
  /* -----------------------------
    LEFT 共通
  ------------------------------ */
  /* -----------------------------
    RIGHT 共通（pinの窓）
  ------------------------------ */
  /* -----------------------------
    動く中身 共通（GSAP対象）
  ------------------------------ */
  /* -----------------------------
    テキスト共通
  ------------------------------ */
  /* -----------------------------
    TOP（介護保険事業）
    ・窓の高さを固定
  ------------------------------ */
  /* -----------------------------
    ODD（教育事業）
    ・左右反転
  ------------------------------ */
  /* -----------------------------
    EVEN（LIVE含む）
  ------------------------------ */
  /* -----------------------------
    LIVE（ライブ配信事業）
    ・leftの固定高さを解除（ジャンプ防止）
    ・rightの窓高さを保証
  ------------------------------ */
  /* LIVE（ライブ配信事業）だけ、PCで窓高さを固定 */
}
.index-business .section-title__business {
  color: #999;
  position: absolute;
  top: -6rem;
  left: 23.125%;
}
@media (max-width: 767px) {
  .index-business .section-title__business {
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.index-business .business-content {
  padding: 14.7rem 6.5rem 23.3rem 47rem;
}
@media (max-width: 767px) {
  .index-business .business-content {
    padding: 3rem 2rem;
  }
}
.index-business .business-item {
  display: grid;
  gap: 24.5rem;
}
@media (max-width: 767px) {
  .index-business .business-item {
    gap: 2.5rem;
  }
}
.index-business .business-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .index-business .business-item__flex {
    display: block;
  }
}
.index-business .business-item__left {
  width: 52%;
  background: #fff;
  padding: 3rem 0 4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .index-business .business-item__left {
    width: 100%;
    padding: 2.5rem 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
}
.index-business .business-item__left .en {
  font-size: 9.6rem;
}
@media (max-width: 767px) {
  .index-business .business-item__left .en {
    font-size: 3.2rem;
  }
}
.index-business .business-item__left .en span {
  color: #FF0707;
}
.index-business .business-item__left .ja {
  font-size: 4.8rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .index-business .business-item__left .ja {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.index-business .business-item__left .ja span {
  margin-top: 1rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .index-business .business-item__left .ja span {
    font-size: 1.2rem;
  }
}
.index-business .business-item__right {
  width: 48%;
  overflow: hidden;
  position: relative;
  padding: 3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .index-business .business-item__right {
    width: 100%;
    margin-top: 2rem;
    padding: 0 0 2rem;
    overflow: visible;
    background: transparent;
  }
}
.index-business .business-item__right .icon {
  width: 8rem;
  height: auto;
}
@media (max-width: 767px) {
  .index-business .business-item__right .icon {
    width: 3rem;
  }
}
.index-business .business-item__right-inner {
  will-change: transform;
  display: grid;
  gap: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .index-business .business-item__right-inner {
    gap: 2rem;
    padding-bottom: 0;
  }
}
.index-business .business-item__title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index-business .business-item__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.index-business .business-item__text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 4rem;
}
.index-business .business-item__text span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .index-business .business-item__text {
    font-size: 1.2rem;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    margin-top: 1rem;
  }
}
.index-business .c-link-button {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .index-business .c-link-button {
    margin-top: 2rem;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.index-business .c-link-button .text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .index-business .c-link-button .text {
    font-size: 1.6rem;
  }
}
.index-business .business-item__flex--top {
  height: 50.8rem;
}
@media (max-width: 767px) {
  .index-business .business-item__flex--top {
    height: auto;
  }
}
.index-business .business-item__flex--top .business-item__right {
  min-height: 50.8rem;
}
@media (max-width: 767px) {
  .index-business .business-item__flex--top .business-item__right {
    min-height: auto;
  }
}
.index-business .business-item__flex--odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.index-business .business-item__flex--even .business-item__left {
  height: 42.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-business .business-item__flex--even .business-item__left {
    height: auto;
  }
}
.index-business .business-item__live .business-item__flex--even {
  height: 50.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index-business .business-item__live .business-item__right {
  height: 50.8rem;
  min-height: 50.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-business .business-item__live .business-item__right {
    height: auto;
    min-height: auto;
    overflow: visible;
  }
}

.company {
  margin-top: 9.2rem;
}
@media (max-width: 767px) {
  .company {
    margin-top: 3rem;
  }
}
.company .profile-area {
  position: relative;
  background: url("../images/pc/bg-company.webp") no-repeat center/cover;
  padding: 13.1rem 0 14.3rem 43.75%;
}
@media (max-width: 767px) {
  .company .profile-area {
    padding: 1.5rem;
    background: url("../images/pc/sp-bg-company.webp") no-repeat center/cover;
  }
}
.company .vertical-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  right: 5rem;
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
}
@media (max-width: 767px) {
  .company .vertical-title {
    right: 0;
  }
}
.company .section-title__company {
  font-size: 12.8rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .company .section-title__company {
    font-size: 4rem;
  }
}
.company .sub-title {
  font-size: 6.4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .company .sub-title {
    font-size: 2rem;
  }
}
.company .company-table {
  width: 60rem;
  color: #777;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .company .company-table {
    width: 25rem;
    margin: 0 auto;
    padding-bottom: 2.4rem;
  }
}
.company .company-table table {
  table-layout: fixed;
  width: 100%;
}
.company td {
  border-bottom: 1px solid #777;
  padding: 6rem 0 2rem;
}
@media (max-width: 767px) {
  .company td {
    padding: 2.5rem 0 0.5rem;
  }
}
.company .label {
  font-size: 2rem;
  width: 39.2%;
}
@media (max-width: 767px) {
  .company .label {
    font-size: 1.2rem;
    width: 30%;
  }
}
.company .value {
  font-size: 1.6rem;
  width: 60.8%;
}
@media (max-width: 767px) {
  .company .value {
    font-size: 1.2rem;
  }
}
.company .contact-area {
  background: #c3c1c4;
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .company .contact-area {
    padding: 2.6rem 0;
  }
}
.company .contact-inner {
  width: 43.91%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3rem;
}
@media (max-width: 767px) {
  .company .contact-inner {
    width: 66%;
    gap: 1.5rem;
  }
}
.company .contact-title {
  font-size: 6.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .company .contact-title {
    font-size: 2.4rem;
    margin: 0;
  }
}
.company .contct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3rem;
}
@media (max-width: 767px) {
  .company .contct-link {
    gap: 1rem;
  }
}
.company .contct-link:last-child {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .company .contct-link:last-child {
    margin-top: 1.7rem;
  }
}
.company .contact-text-area {
  color: #fff;
}
@media (max-width: 767px) {
  .company .contact-text-area {
    width: 20rem;
  }
}
.company .contact-text {
  font-size: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .company .contact-text {
    font-size: 1.2rem;
    padding: 1rem 0 0;
  }
}
.company .contact-border {
  width: 100%;
}
@media (max-width: 767px) {
  .company .contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company .contact-button img {
  width: 10rem;
  height: auto;
}
@media (max-width: 767px) {
  .company .contact-button img {
    width: 3rem;
  }
}

.page-live {
  margin-top: 17rem;
}
.page-live .line-btn {
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  font-size: 3.2rem;
  font-weight: 900;
  z-index: 40;
}
@media (max-width: 767px) {
  .page-live .line-btn {
    bottom: 2rem;
    right: 2rem;
  }
}
.page-live .line-btn__link {
  width: 18rem;
  height: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fee9e7;
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
.page-live .line-btn__link:hover {
  background: #ffd1ce;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-live .line-btn__link {
    width: 10rem;
    height: 10rem;
    font-size: 1.6rem;
  }
}
.page-live .line-btn__sub {
  margin-top: 1rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-live .line-btn__sub {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .page-live {
    margin-top: 0;
  }
}
.page-live .fv {
  position: relative;
}
.page-live .inner__fv {
  padding-left: 72rem;
}
@media (max-width: 767px) {
  .page-live .inner__fv {
    padding-left: 0;
  }
}
.page-live .fv-image {
  aspect-ratio: 1200/778;
}
@media (max-width: 767px) {
  .page-live .fv-image {
    aspect-ratio: 440/357;
  }
}
.page-live .fv-catch-area {
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-shadow: none;
  margin-left: 0;
  text-align: left;
  background: none;
  color: #fff;
}
@media (max-width: 767px) {
  .page-live .fv-catch-area {
    top: 65%;
    left: 2rem;
    width: 16.6rem;
  }
}
.page-live .fv-catch__main {
  font-size: 9.6rem;
  font-weight: 900;
  color: #fff;
  z-index: 1;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-live .fv-catch__main {
    font-size: 2rem;
    text-align: center;
  }
}
.page-live .fv-catch__sub {
  margin-top: 1.6rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .fv-catch__sub {
    font-size: 1rem;
    text-align: left;
  }
}
.page-live .page-live-about {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
.page-live .live-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72.24%;
  margin: 0 auto;
  gap: 3rem;
  padding: 16rem 0;
}
@media (max-width: 767px) {
  .page-live .live-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 6rem 4rem 1.5rem;
    letter-spacing: -0.02em;
    gap: 1rem;
  }
}
.page-live .live-about__left {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-live .live-about__left {
    font-size: 2.4rem;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.page-live .live-about__right {
  max-width: 77.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-live .live-about__right {
    font-size: 1.4rem;
  }
}
.page-live .choose {
  background: rgba(255, 241, 194, 0.26);
  padding-bottom: 19.7rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .choose {
    padding-bottom: 8.5rem;
  }
}
.page-live .choose .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 73.2%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .choose .title-area {
    width: 30rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .choose .section-title__live--choose {
  font-size: 17rem;
  font-weight: 900;
  color: #FEE9E7;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .choose .section-title__live--choose {
    font-size: 3.6rem;
  }
}
.page-live .choose .sub-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page-live .choose .sub-title {
    font-size: 1.2rem;
  }
}
.page-live .choose .choose-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-top: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-live .choose .choose-items {
    gap: 2rem;
    margin-top: 4.5rem;
  }
}
.page-live .choose .choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  border-radius: 6.8rem;
  width: 44.8%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .choose .choose-item {
    width: 37rem;
    border-radius: 3rem;
    padding: 1rem;
  }
}
.page-live .choose .choose-item__01 {
  background: #FEE9E7;
}
.page-live .choose .choose-item__02 {
  background: #FFF1C2;
}
.page-live .choose .choose-item__03 {
  background: #CFF7D3;
}
.page-live .choose .choose-item__image {
  width: 25rem;
  height: 25rem;
}
@media (max-width: 767px) {
  .page-live .choose .choose-item__image {
    width: 9rem;
    height: 9rem;
  }
}
.page-live .choose .choose-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-live .choose .choose-item__text-area {
  padding: 5rem 6.5rem 0 0;
}
@media (max-width: 767px) {
  .page-live .choose .choose-item__text-area {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-live .choose .choose-item__title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-live .choose .choose-item__title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.page-live .choose .choose-item__text {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-live .choose .choose-item__text {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.page-live .future {
  background: rgba(153, 245, 253, 0.14);
  padding-bottom: 20rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .future {
    padding-bottom: 8.5rem;
  }
}
.page-live .future .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 36.3%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .future .title-area {
    width: 16.2rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .future .section-title__live--future {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #FFF1C2;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .future .section-title__live--future {
    font-size: 3.6rem;
  }
}
.page-live .future .sub-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page-live .future .sub-title {
    font-size: 1.2rem;
  }
}
.page-live .future .future-items {
  width: 67%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.7rem;
}
@media (max-width: 767px) {
  .page-live .future .future-items {
    width: 37rem;
    gap: 0.5rem;
  }
}
.page-live .future .future-item {
  width: 40rem;
  padding: 4rem 1.5rem 3rem;
  border-radius: 6.8rem;
}
@media (max-width: 767px) {
  .page-live .future .future-item {
    width: 12rem;
    padding: 2rem 1rem;
    border-radius: 1.5rem;
  }
}
.page-live .future .future-item__01 {
  background: #FEE9E7;
}
.page-live .future .future-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .future .future-title {
    font-size: 1.2rem;
    min-height: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-live .future .future-image {
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .future .future-image {
    width: 9rem;
    height: 9rem;
  }
}
.page-live .future .future-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-live .future .future-text {
  padding-top: 2.8rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-live .future .future-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.page-live .future .future-item__02 {
  background: #FFF1C2;
}
.page-live .future .future-item__03 {
  background: #CFF7D3;
}
.page-live .gallery {
  background: rgba(254, 233, 231, 0.26);
  padding: 8rem 0 20rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .gallery {
    padding: 0 0 8.5rem;
  }
}
.page-live .gallery .title-area {
  -webkit-transform: translateY(-20rem);
          transform: translateY(-20rem);
  width: 29.2%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .gallery .title-area {
    width: 17rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .gallery .section-title__live--gallery {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #CFF7D3;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .gallery .section-title__live--gallery {
    font-size: 3.6rem;
    padding-bottom: 3.5rem;
  }
}
.page-live .gallery .gallery-slide-to-left {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  margin-bottom: 2.3rem;
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container {
  width: 100%;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 46.7rem;
  width: 33.333vw;
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide .gallery-slide-item {
  width: 100%;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide .gallery-slide-item--1 {
  background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide .gallery-slide-item--2 {
  background: linear-gradient(135deg, #4ECDC4, #6EDDD6);
}
.page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide .gallery-slide-item--3 {
  background: linear-gradient(135deg, #45B7D1, #6BC5D8);
}
.page-live .gallery .gallery-slide-to-right {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container {
  width: 100%;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 46.7rem;
  width: 33.333vw;
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide .gallery-slide-item {
  width: 100%;
  height: 100%;
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide .gallery-slide-item--4 {
  background: linear-gradient(135deg, #96CEB4, #A8D5BA);
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide .gallery-slide-item--5 {
  background: linear-gradient(135deg, #FFEAA7, #FFF1C2);
}
.page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide .gallery-slide-item--6 {
  background: linear-gradient(135deg, #DDA0DD, #E6B3E6);
}
@media (max-width: 767px) {
  .page-live .gallery .gallery-slide-to-left .gallery-swiper-container .swiper-slide,
  .page-live .gallery .gallery-slide-to-right .gallery-swiper-container .swiper-slide {
    width: 33.333vw;
    height: 20rem;
  }
}
.page-live .possibility {
  padding: 13rem 0;
  width: 36.52%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .possibility {
    padding: 5rem 0;
    width: 37rem;
    margin: 0 auto;
  }
}
.page-live .possibility .possibility-title {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-live .possibility .possibility-title {
    font-size: 2.4rem;
  }
}
.page-live .possibility .possibility-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-live .possibility .possibility-subtitle {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }
}
.page-live .possibility .possibility-text-area {
  text-align: center;
  margin-top: 5.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-live .possibility .possibility-text-area {
    margin-top: 1rem;
  }
}
.page-live .possibility .posivirility-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-live .possibility .posivirility-text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.page-live .possibility .posivirility-text__bottom {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-live .possibility .posivirility-text__bottom {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-live .liver {
  background: rgba(255, 241, 194, 0.26);
  padding-bottom: 23rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .liver {
    padding-bottom: 8.5rem;
  }
}
.page-live .liver .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 26.2%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .liver .title-area {
    width: 12rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .liver .section-title__live--liver {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #FFF1C2;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .liver .section-title__live--liver {
    font-size: 3.6rem;
  }
}
.page-live .liver .sub-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page-live .liver .sub-title {
    font-size: 1.2rem;
  }
}
.page-live .liver .liver-items {
  width: 72.92%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .liver .liver-items {
    width: 33rem;
    gap: 1.5rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-live .liver .liver-item__image {
  background: #d9d9d9;
  max-width: 45rem;
  height: 45rem;
}
@media (max-width: 767px) {
  .page-live .liver .liver-item__image {
    width: 15rem;
    height: 15rem;
  }
}
.page-live .start {
  background: rgba(153, 245, 253, 0.14);
  padding-bottom: 20rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .start {
    padding-bottom: 8.5rem;
  }
}
.page-live .start .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 64.7%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .start .title-area {
    width: 23rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .start .section-title__live--start {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #FFF1C2;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .start .section-title__live--start {
    font-size: 3.6rem;
  }
}
.page-live .start .sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .start .sub-title {
    font-size: 1.2rem;
  }
}
.page-live .start .start-items {
  width: 70%;
  margin: 6.4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-live .start .start-items {
    width: 37rem;
    margin: 4.5rem auto 0;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-live .start .arrow {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .page-live .start .arrow {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-live .start .start-item__01 .icon-area {
  background: #FEE9E7;
}
.page-live .start .icon-area {
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  border: 1rem solid #fff;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-live .start .icon-area {
    width: 15rem;
    height: 15rem;
    padding-top: 0;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
.page-live .start .start-item__image {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .page-live .start .start-item__image {
    width: 6rem;
    height: 6rem;
  }
}
.page-live .start .start-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-live .start .start-item__title {
  font-size: 2.4rem;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-live .start .start-item__title {
    font-size: 1.4rem;
  }
}
.page-live .start .start-item__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .start .start-item__text {
    min-height: 5.5rem;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.page-live .start .start-item__02 .icon-area {
  background: #FFF1C2;
}
.page-live .start .start-item__03 .icon-area {
  background: #CFF7D3;
}
.page-live .start .start-item__04 .icon-area {
  background: #BAFAFF;
}
.page-live .live-faq {
  background: rgba(254, 233, 231, 0.26);
  padding-bottom: 14.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .live-faq {
    padding-bottom: 8.5rem;
  }
}
.page-live .live-faq .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 18.3%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .live-faq .title-area {
    width: 7.5rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .live-faq .section-title__live--faq {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #CFF7D3;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .live-faq .section-title__live--faq {
    font-size: 3.6rem;
  }
}
.page-live .live-faq .live-faq-items {
  width: 51.6%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .live-faq .live-faq-items {
    width: 33rem;
    margin: 4.5rem auto 0;
    gap: 1.5rem;
  }
}
.page-live .live-faq .live-faq-item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-live .live-faq .live-faq-item {
    margin-top: 2.5rem;
  }
}
.page-live .live-faq .live-faq__q-item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .live-faq .live-faq__q-item {
    font-size: 1.2rem;
  }
}
.page-live .live-faq .live-faq__a-item {
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .live-faq .live-faq__a-item {
    font-size: 1.2rem;
    margin-top: 1rem;
    letter-spacing: -0.02em;
  }
}
.page-live .live-faq .link-button__entry {
  width: 52.2rem;
  text-align: center;
  padding: 5.2rem;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  background: #CFF7D3;
  margin: 5.6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.8rem;
}
.page-live .live-faq .link-button__entry:hover {
  background: #9dc4a1;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-live .live-faq .link-button__entry {
    width: 15rem;
    padding: 1.3rem;
    font-size: 1.2rem;
    margin: 4.5rem auto 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
}
.page-live .live-faq .entry-text {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  margin-top: 6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .live-faq .entry-text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.page-live .live-contact {
  background: rgba(255, 241, 196, 0.26);
  padding-bottom: 16rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  .page-live .live-contact {
    padding-bottom: 8.5rem;
  }
}
.page-live .live-contact .title-area {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  width: 53.13%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-live .live-contact .title-area {
    width: 20rem;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}
.page-live .live-contact .section-title__live--contact {
  font-size: 17rem;
  font-weight: 900;
  white-space: nowrap;
  color: #FEE9E7;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .page-live .live-contact .section-title__live--contact {
    font-size: 3.6rem;
  }
}
.page-live .live-contact .live-contact-text-area {
  font-family: "Zen Maru Gothic", sans-serif;
}
.page-live .live-contact .live-contact__text-head {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .page-live .live-contact .live-contact__text-head {
    font-size: 2.4rem;
  }
}
.page-live .live-contact .live-contact__text-body-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-live .live-contact .live-contact__text-body-area {
    gap: 2rem;
    margin-top: 2.5rem;
  }
}
.page-live .live-contact .live-contact__text-body {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .live-contact .live-contact__text-body {
    font-size: 1.6rem;
  }
}
.page-live .live-contact .link-button__entry {
  width: 52.2rem;
  text-align: center;
  padding: 5.2rem;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  background: #FEE9E7;
  margin: 5.6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.8rem;
}
.page-live .live-contact .link-button__entry:hover {
  background: #ffd1ce;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-live .live-contact .link-button__entry {
    width: 15rem;
    padding: 1.3rem;
    font-size: 1.2rem;
    margin: 4.5rem auto 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
}
.page-live .live-contact .entry-text {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  margin-top: 6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-live .live-contact .entry-text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.page-live .copyright {
  background: #FEE9E7;
}

.page-live__copyright {
  margin-top: 0 !important;
}

#faq {
  margin-top: 10.5rem;
}
@media (max-width: 767px) {
  #faq {
    margin-top: 5rem;
  }
}
#faq .faq-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 0rem 3rem 1rem;
}
@media (max-width: 767px) {
  #faq .faq-items {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.4rem;
    padding: 2rem 1.5rem;
  }
}
#faq .question {
  color: #182269;
}
#faq .question,
#faq .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -ms-flex-negative: 0;
      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;
}

.page-service .page-service-fv .fv-image img {
  width: 100%;
  height: 100%;
}
.page-service .page-service-fv .inner {
  padding: 0;
}
.page-service .page-service-fv .fv-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/967;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-service .page-service-fv .fv-image {
    aspect-ratio: 440/357;
  }
}
.page-service .page-service-fv .fv-catch-area {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: none;
}
@media (max-width: 767px) {
  .page-service .page-service-fv .fv-catch-area {
    width: 16.4rem;
    min-height: 12rem;
    left: 4.3rem;
  }
}
.page-service .page-service-fv .fv-catch__main {
  font-size: 9.6rem;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-service .page-service-fv .fv-catch__main {
    font-size: 2rem;
    text-align: center;
  }
}
.page-service .page-service-fv .fv-catch__sub {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-service .page-service-fv .fv-catch__sub {
    font-size: 1.5rem;
    text-align: center;
  }
}
.page-service .page-service-fv .fv-catch__sub span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-service .page-service-fv .fv-catch__sub span {
    font-size: 1.2rem;
  }
}
.page-service .service-content .title-area {
  width: 48.125%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-service .service-content .title-area {
    width: 55%;
  }
}
.page-service .service-content .section-title__service-content {
  font-size: 9.6rem;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .service-content .section-title__service-content {
    font-size: 3.2rem;
    padding-top: 2.5rem;
  }
}
.page-service .service-content .sub-title {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-service .service-content .sub-title {
    font-size: 1.4rem;
  }
}
.page-service .service-content .service-content__link-area {
  width: 52.25%;
  margin: 0 auto;
  padding: 14rem 0 17rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-service .service-content .service-content__link-area {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 3rem 0 5rem;
  }
}
.page-service .service-content .service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 4rem 2rem 4rem 1.5rem;
  border-radius: 50rem;
  width: 42rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-service .service-content .service-link {
    width: 24rem;
    font-size: 1.2rem;
    padding: 1.8rem 0.5rem 1.8rem 1.5rem;
    margin: 0 auto;
  }
}
.page-service .service-content .service-link__01,
.page-service .service-content .service-link__04 {
  background: #fff;
  border: 1rem solid #BAFAFF;
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__01,
  .page-service .service-content .service-link__04 {
    border: 0.5rem solid #BAFAFF;
  }
}
.page-service .service-content .service-link__icon {
  width: 7rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__icon {
    width: 3.4rem;
  }
}
.page-service .service-content .service-link__02,
.page-service .service-content .service-link__03 {
  background: #BAFAFF;
  border: 1rem solid #fff;
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__02,
  .page-service .service-content .service-link__03 {
    border: 0.5rem solid #fff;
  }
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 767px) {
  .page-service .service-content .service-link__04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.page-service .service-flow {
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .page-service .service-flow {
    padding: 5.5rem 0 8rem;
  }
}
.page-service .service-flow .title-area {
  width: 33.75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-service .service-flow .title-area {
    width: 19rem;
  }
}
.page-service .service-flow .section-title__service-flow {
  font-size: 9.6rem;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .service-flow .section-title__service-flow {
    font-size: 3.2rem;
  }
}
.page-service .service-flow .sub-title {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-service .service-flow .sub-title {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}
.page-service .service-flow .service-flow__image {
  width: 43.75%;
  margin: 4.5rem auto 0;
}
@media (max-width: 767px) {
  .page-service .service-flow .service-flow__image {
    width: 84.09%;
  }
}
.page-service .visit-content {
  display: grid;
  grid-template-columns: 50.875% 49.125%;
}
@media (max-width: 767px) {
  .page-service .visit-content {
    display: block;
  }
}
.page-service .visit-content .visit-content__left {
  padding: 29.5rem 4.2rem 29.5rem 17.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-content__left {
    padding: 2.5rem 0 3rem;
  }
}
.page-service .visit-content .content-title__text-area {
  text-align: center;
  margin-left: -10rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-service .visit-content .content-title__text-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-service .visit-content .content-title__head {
  font-size: 4rem;
  font-weight: 900;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .visit-content .content-title__head {
    font-size: 2rem;
  }
}
.page-service .visit-content .content-title__text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .visit-content .content-title__text {
    font-size: 1.4rem;
  }
}
.page-service .visit-content .visit-text-area {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-text-area {
    width: 33rem;
    margin: 3rem auto 0;
  }
}
.page-service .visit-content .visit-text-area__head {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-text-area__head {
    font-size: 1.2rem;
  }
}
.page-service .visit-content .visit-text-area__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-text-area__text {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.page-service .visit-content .visit-text-area__text span {
  color: #a2845e;
}
.page-service .visit-content .visit-text-area__bottom {
  font-size: 9.6rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  bottom: 10rem;
  left: 50%;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-text-area__bottom {
    position: inherit;
    font-size: 3.2rem;
    padding: 2.5rem 0;
    text-align: center;
  }
}
.page-service .visit-content .visit-content__right {
  background: #e5e4e4;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .visit-content .visit-content__right {
    width: 33rem;
    margin: 0 auto;
  }
}
.page-service .visit-content .service-logo {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 4.3rem;
  right: 4.3rem;
}
@media (max-width: 767px) {
  .page-service .visit-content .service-logo {
    width: 5rem;
    top: 1rem;
    right: 1rem;
  }
}
.page-service .day-salon {
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .page-service .day-salon {
    margin-top: 3rem;
    padding: 2.5rem 0 6rem;
  }
}
.page-service .day-salon .content-title__text-area {
  text-align: center;
}
.page-service .day-salon .content-title__head {
  font-size: 4rem;
  font-weight: 900;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .day-salon .content-title__head {
    font-size: 2rem;
  }
}
.page-service .day-salon .content-title__text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .day-salon .content-title__text {
    font-size: 1.4rem;
  }
}
.page-service .day-salon .day-salon-text__head {
  width: 65%;
  margin: 8rem auto 4.5rem;
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-service .day-salon .day-salon-text__head {
    width: 33rem;
    font-size: 1.2rem;
    margin: 3rem auto;
  }
}
.page-service .day-salon .day-salon-text__head span {
  font-weight: 600;
}
.page-service .day-salon .day-salon__slide-area {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.page-service .day-salon .day-salon__slide-area .day-salon-swiper-container {
  width: 100%;
  height: 100%;
}
.page-service .day-salon .day-salon__slide-area .day-salon-swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.page-service .day-salon .day-salon__slide-area .day-salon-swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 33.333vw;
}
@media (max-width: 767px) {
  .page-service .day-salon .day-salon__slide-area .day-salon-swiper-container .swiper-slide {
    width: 30rem;
  }
}
.page-service .day-salon .day-salon__slide-area .day-salon-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-service .day-salon .slide-text {
  font-size: 9.6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-service .day-salon .slide-text {
    font-size: 3.2rem;
    left: 55%;
  }
}
.page-service .day-salon .day-salon-text__bottom {
  margin-top: 4rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-service .day-salon .day-salon-text__bottom {
    font-size: 1.2rem;
    text-align: center;
    line-height: 5;
  }
}
.page-service .day-salon .salon-text {
  color: #A2845E;
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 5rem;
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-service .day-salon .salon-text {
    font-size: 1.4rem;
    margin: 0 2rem;
    padding-bottom: 5rem;
    text-align: center;
  }
}
.page-service .day-salon .salon-text__1st {
  position: relative;
}
.page-service .day-salon .salon-text__1st::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28.2rem;
  height: 11.4rem;
  background: url("../images/pc/deco-cloud01.webp") no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-service .day-salon .salon-text__1st::before {
    width: 12rem;
    height: 4.9rem;
  }
}
.page-service .day-salon .salon-text__2nd {
  position: relative;
}
.page-service .day-salon .salon-text__2nd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31rem;
  height: 11.4rem;
  background: url("../images/pc/deco-cloud02.webp") no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-service .day-salon .salon-text__2nd::before {
    width: 12rem;
    height: 4.4rem;
  }
}
.page-service .day-salon .instagram-area {
  position: relative;
}
.page-service .day-salon .instagram-grid {
  max-width: 100rem;
  margin: 10rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-grid {
    max-width: 31rem;
    margin: 10rem auto 0;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-service .day-salon .instagram-grid__item {
  width: 30rem;
  height: 26rem;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-grid__item {
    width: 15rem;
    height: 15rem;
  }
}
.page-service .day-salon .instagram-area__icon-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-area__icon-area {
    top: 0%;
    right: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.page-service .day-salon .instagram-area__icon--head {
  width: 21.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-area__icon--head {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 5.4rem;
    height: auto;
    margin: -13rem 0 0;
  }
}
.page-service .day-salon .instagram-area__icon--sub {
  width: 15rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-area__icon--sub {
    display: none;
  }
}
.page-service .day-salon .instagram-area__bottom {
  max-width: 100rem;
  margin: 0 auto 0;
  color: #A2845E;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-area__bottom {
    font-size: 1.2rem;
    text-align: left;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.page-service .day-salon .instagram-area__bottom span {
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page-service .day-salon .instagram-area__bottom span {
    font-size: 1.4rem;
  }
}
.page-service .care-support {
  position: relative;
  padding: 6.5rem 0 16rem;
}
@media (max-width: 767px) {
  .page-service .care-support {
    padding-bottom: 9rem;
  }
}
.page-service .care-support .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-service .care-support .care-title__image {
  width: 10rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .care-title__image {
    width: 4rem;
  }
}
.page-service .care-support .content-title__text-area {
  text-align: center;
}
.page-service .care-support .content-title__head {
  font-size: 4rem;
  font-weight: 900;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .care-support .content-title__head {
    font-size: 2rem;
  }
}
.page-service .care-support .content-title__text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .care-support .content-title__text {
    font-size: 1.4rem;
  }
}
.page-service .care-support .case-support__head-area {
  font-size: 2.4rem;
  line-height: 2;
  width: 120rem;
  margin: 8rem auto 6rem;
}
@media (max-width: 767px) {
  .page-service .care-support .case-support__head-area {
    width: 33rem;
    font-size: 1.2rem;
    margin: 3rem auto;
  }
}
.page-service .care-support .case-support__head-area .top {
  font-weight: 600;
}
.page-service .care-support .case-support__head-area .gold {
  color: #A2845E;
}
.page-service .care-support .device-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  max-width: 127.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid {
    width: 33rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem;
  }
}
.page-service .care-support .device-grid__item {
  width: 30rem;
  height: 30rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item {
    width: 15rem;
    height: 15rem;
  }
}
.page-service .care-support .device-grid__item__text {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  padding-bottom: 2.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item__text {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-service .care-support .device-grid__item--01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--01 img {
    width: 10rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--02 img {
    width: 10rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--03 img {
    width: 8rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--04 img {
    width: 10rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--05 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--05 img {
    width: 6.6rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--06 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--06 img {
    width: 7.2rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--07 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--07 img {
    width: 3.3rem;
    height: auto;
  }
}
.page-service .care-support .device-grid__item--08 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-service .care-support .device-grid__item--08 img {
    width: 7.223rem;
    height: auto;
  }
}
.page-service .care-support .vertical-text {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12.8rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-service .care-support .vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: auto;
    bottom: 0%;
    right: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    font-size: 3.2rem;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
}
.page-service .paid-service .paid-content {
  display: grid;
  grid-template-columns: 50.875% 49.125%;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-content {
    grid-template-columns: 1fr;
  }
}
.page-service .paid-service .visit-content__left {
  padding: 29.5rem 4.2rem 29.5rem 17.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .paid-service .visit-content__left {
    padding: 5.5rem 4rem 3rem;
  }
}
.page-service .paid-service .content-title__text-area {
  text-align: center;
  margin-left: -10rem;
}
@media (max-width: 767px) {
  .page-service .paid-service .content-title__text-area {
    margin-left: 0;
  }
}
.page-service .paid-service .content-title__head {
  font-size: 4rem;
  font-weight: 900;
  color: #62e8f3;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .paid-service .content-title__head {
    font-size: 2rem;
  }
}
.page-service .paid-service .content-title__text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #a2845e;
  margin-top: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-service .paid-service .content-title__text {
    font-size: 1.4rem;
  }
}
.page-service .paid-service .paid-text-area {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-text-area {
    margin-top: 3rem;
  }
}
.page-service .paid-service .paid-text-area__head {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-text-area__head {
    font-size: 1.2rem;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.page-service .paid-service .paid-text-area__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-text-area__text {
    font-size: 1.2rem;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.page-service .paid-service .paid-text-area__text span {
  color: #a2845e;
}
.page-service .paid-service .paid-text-area__bottom {
  font-size: 9.6rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  bottom: 10rem;
  left: 50%;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-text-area__bottom {
    font-size: 3.2rem;
    padding: 2.5rem 0;
    text-align: center;
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 3;
  }
}
.page-service .paid-service .paid-content__right {
  background: #e5e4e4;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-content__right {
    width: 33rem;
    margin: 0 auto 6rem;
  }
}
@media (max-width: 767px) {
  .page-service .paid-service .paid-image {
    width: 100%;
    margin: 0 auto;
  }
}
.page-service .copyright {
  background: #62E8F3;
}

.page-business .page-business-fv .fv-image img {
  width: 100%;
  height: 100%;
}
.page-business .page-business-fv .inner {
  padding: 0;
}
.page-business .page-business-fv .fv-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/967;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-business .page-business-fv .fv-image {
    aspect-ratio: 440/357;
  }
}
.page-business .page-business-fv .fv-catch-area {
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: none;
  color: #fff;
}
@media (max-width: 767px) {
  .page-business .page-business-fv .fv-catch-area {
    width: 18rem;
    min-height: 12rem;
    left: 4.3rem;
    background: none;
  }
}
.page-business .page-business-fv .fv-catch__main {
  font-size: 9.6rem;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-business .page-business-fv .fv-catch__main {
    font-size: 2rem;
    text-align: center;
  }
}
.page-business .page-business-fv .fv-catch__sub {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-business .page-business-fv .fv-catch__sub {
    font-size: 1.5rem;
    text-align: center;
  }
}
.page-business .page-business-fv .fv-catch__sub span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-business .page-business-fv .fv-catch__sub span {
    font-size: 1.2rem;
  }
}
.page-business .training-content {
  padding: 8rem 2rem;
}
.page-business .training-content .title-area {
  width: 50.32%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-business .training-content .title-area {
    width: 26.6rem;
  }
}
.page-business .training-content .section-title__training-content {
  font-size: 9.6rem;
  font-weight: 900;
  color: #a2845e;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-business .training-content .section-title__training-content {
    font-size: 3.2rem;
  }
}
.page-business .training-content .sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #a2845e;
  text-align: right;
}
@media (max-width: 767px) {
  .page-business .training-content .sub-title {
    font-size: 1.4rem;
  }
}
.page-business .training-content .training-content__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__items {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-business .training-content .training-content__item {
  width: 48.3rem;
  padding: 8.6rem 2rem 5rem;
  color: #fff;
  border-radius: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__item {
    width: 34rem;
    margin: 0 auto;
    border-radius: 3rem;
    padding: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.page-business .training-content .training-content__item--01 {
  background: #B39978;
}
.page-business .training-content .training-content__item--02 {
  background: #BDB09F;
}
.page-business .training-content .training-content__item--03 {
  background: #DEC29F;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__item--textarea {
    width: 100%;
  }
}
.page-business .training-content .training-content__item__title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__item__title {
    font-size: 1.4rem;
  }
}
.page-business .training-content .training-content__item__text {
  padding: 2rem;
  line-height: 2;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__item__text {
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: -0.05em;
  }
}
.page-business .training-content .training-content__item__image {
  width: 20rem;
  height: auto;
  margin: 0 auto;
  margin-top: auto;
}
@media (max-width: 767px) {
  .page-business .training-content .training-content__item__image {
    width: 7rem;
  }
}
.page-business .faq {
  padding: 10rem 0rem 8rem;
}
@media (max-width: 767px) {
  .page-business .faq {
    padding: 2.5rem 0;
  }
}
.page-business .faq .faq-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.page-business .faq .section-title__faq {
  font-size: 9.6rem;
  font-weight: 900;
  color: #a2845e;
}
@media (max-width: 767px) {
  .page-business .faq .section-title__faq {
    font-size: 3.2rem;
  }
}
.page-business .faq .sub-title {
  font-size: 2.4rem;
  color: #a2845e;
}
@media (max-width: 767px) {
  .page-business .faq .sub-title {
    font-size: 1.4rem;
  }
}
.page-business .faq .faq-content {
  width: 40.4375%;
  margin: 9rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
}
@media (max-width: 767px) {
  .page-business .faq .faq-content {
    width: 100%;
    margin: 4rem auto 0;
    padding: 0 4rem;
    gap: 2rem;
  }
}
.page-business .faq .q-text {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-business .faq .q-text {
    font-size: 1.2rem;
  }
}
.page-business .faq .a-text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-business .faq .a-text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.page-business .contact {
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-business .contact {
    padding: 7rem 0 3rem;
  }
}
.page-business .vertical-text {
  font-size: 12.8rem;
  font-weight: 900;
  color: #A2845E;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-business .vertical-text {
    font-size: 3.2rem;
    right: auto;
    top: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.page-business .title-area {
  width: 41.63%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-business .title-area {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-business .section-title__contact {
  color: #A2845E;
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page-business .section-title__contact {
    font-size: 1.4rem;
    width: 27rem;
    margin: 0 auto;
    text-align: right;
  }
}
.page-business .sub-title__contact {
  font-weight: 700;
  font-size: 1.8rem;
  color: #716E65;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #716E65 !important;
}
@media (max-width: 767px) {
  .page-business .sub-title__contact {
    font-size: 1.2rem;
    padding: 1rem 0 2rem;
  }
}
.page-business .contact-form {
  width: 41.63%;
  margin: 0 auto;
  padding: 0 7rem;
}
@media (max-width: 767px) {
  .page-business .contact-form {
    width: 100%;
    padding: 0 7rem;
  }
}
.page-business .contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 6.5rem;
}
.page-business .form-group--select {
  border-radius: 1.5rem;
}
.page-business .form-label {
  font-size: 1.6rem;
  color: #A2845E;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-business .form-label {
    font-size: 1.2rem;
  }
}
.page-business .form-required {
  color: #FF9500;
}
.page-business .form-select-wrapper {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.page-business .form-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("../images/pc/icon-arrow07.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.page-business .form-select {
  background: #fff !important;
  border-radius: 1.5rem;
  padding: 1rem 4rem 1rem 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
.page-business .form-number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.page-business .form-input {
  background: #fff !important;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
.page-business .form-input--number {
  width: 12.54rem;
  text-align: right;
}
.page-business .form-input--number::-webkit-input-placeholder {
  text-align: right;
  color: #999;
}
.page-business .form-input--number::-moz-placeholder {
  text-align: right;
  color: #999;
}
.page-business .form-input--number:-ms-input-placeholder {
  text-align: right;
  color: #999;
}
.page-business .form-input--number::-ms-input-placeholder {
  text-align: right;
  color: #999;
}
.page-business .form-input--number::placeholder {
  text-align: right;
  color: #999;
}
.page-business .form-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
  color: #716E65;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-business .form-note {
    font-size: 1.2rem;
  }
}
.page-business .form-group--tel .form-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
  color: #FF9500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-business .form-group--tel .form-note {
    font-size: 1.2rem;
  }
}
.page-business .form-divider {
  width: calc(100% + 14rem);
  margin-left: -7rem;
  margin-right: -7rem;
  height: 1px;
  background: #716E65;
}
.page-business .form-textarea {
  background: #fff !important;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
.page-business .privacy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  cursor: pointer;
}
.page-business .privacy-title {
  font-size: 1.6rem;
  color: #A2845E;
}
@media (max-width: 767px) {
  .page-business .privacy-title {
    font-size: 1.2rem;
  }
}
.page-business .privacy-toggle {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/pc/icon-arrow06.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .page-business .privacy-toggle {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.page-business .privacy-toggle.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-business .privacy-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  margin-top: 0;
}
.page-business .privacy-content.active {
  max-height: 50rem;
  overflow-y: auto;
  padding: 1.5rem 0;
  margin-top: 1rem;
}
.page-business .privacy-content p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-business .privacy-content p {
    font-size: 1.2rem;
  }
}
.page-business .privacy-content span {
  font-weight: 700;
}
.page-business .form-group--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-business .form-checkbox-label {
  color: #A2845E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-business .form-checkbox-label {
    font-size: 1.2rem;
  }
}
.page-business .form-checkbox {
  display: none;
}
.page-business .contact-form .wpcf7-list-item {
  width: 100%;
}
.page-business .form-group--checkbox .wpcf7-list-item-label {
  color: #A2845E;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 3rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-business .form-group--checkbox .wpcf7-list-item-label {
    font-size: 1.2rem;
  }
}
.page-business .form-group--checkbox .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .page-business .form-group--checkbox .wpcf7-list-item-label::after {
    font-size: 1.2rem;
  }
}
.page-business .form-checkbox:checked + .form-checkbox-text::before {
  background-color: #A2845E;
  border-color: #A2845E;
}
.page-business .form-checkbox:checked + .form-checkbox-text::after {
  opacity: 1;
}
.page-business .form-checkbox-label:hover .form-checkbox-text::before {
  border-color: #8B6F47;
  -webkit-box-shadow: 0 0 0 2px rgba(162, 132, 94, 0.2);
          box-shadow: 0 0 0 2px rgba(162, 132, 94, 0.2);
}
.page-business .form-group--submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.page-business .form-submit {
  width: 26rem;
  padding: 2rem;
  text-align: center;
  background: #8B6F47;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-business .form-submit {
    width: 15rem;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}
.page-business .copyright {
  background: #8B6F47;
}

.content__area__notice_details {
  padding: 6.5rem 2rem 10.7rem;
}
@media (max-width: 767px) {
  .content__area__notice_details {
    padding: 4.5rem 2rem 11.3rem;
  }
}

.notice_details__content__head__section__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .notice_details__content__head__section__title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.notice_details__content__head__caption {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .notice_details__content__head__caption {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.notice_details__content__head__text {
  font-size: 1.8rem;
  margin-bottom: 2.7rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .notice_details__content__head__text {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 4.3rem;
  }
}
.notice_details__content__head__img {
  width: 30rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .notice_details__content__head__img {
    width: 33.5rem;
  }
}
.notice_details__date {
  font-size: 1.7rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .notice_details__date {
    margin-bottom: 2.5rem;
  }
}
.notice_details__text {
  font-size: 1.8rem;
  margin-bottom: 4.7rem;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
}
@media (max-width: 767px) {
  .notice_details__text {
    line-height: 1.84;
    margin-bottom: 4rem;
    letter-spacing: -0.01em;
  }
}
.notice_details__content__catalog {
  padding-bottom: 4.7rem;
  border-bottom: 0.1rem solid rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .notice_details__content__catalog {
    padding-bottom: 4.3rem;
  }
}
.notice_details__content__catalog__item {
  margin-left: 1.9rem;
}
@media (max-width: 767px) {
  .notice_details__content__catalog__item {
    list-style-type: disc;
  }
}
.notice_details__content__catalog__item p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .notice_details__content__catalog__item p {
    font-size: 1.6rem;
    margin-left: -0.4rem;
    line-height: 1.8;
  }
}
.notice_details__content__bottom__title {
  text-align: left;
  font-size: 2rem;
  margin: 5rem 0 3rem;
  padding-left: 0.8rem;
  border-left: 0.3rem solid rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .notice_details__content__bottom__title {
    line-height: 1.5;
    margin: 4.5rem 0 2.4rem;
  }
}
.notice_details__content__bottom__textarea {
  width: 100%;
  padding: 1.5rem 3rem 1.5rem 6.7rem;
  position: relative;
  margin-bottom: 5rem;
  background: #e8e8e8;
}
@media (max-width: 767px) {
  .notice_details__content__bottom__textarea {
    padding-right: 2.5rem;
    margin-bottom: 2.8rem;
  }
}
.notice_details__content__bottom__textarea__icon {
  width: 2.7rem;
  position: absolute;
  top: 1.3rem;
  left: 3rem;
}
@media (max-width: 767px) {
  .notice_details__content__bottom__textarea__icon {
    top: 1.5rem;
    left: 2.5rem;
  }
}
.notice_details__content__bottom__textarea__text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .notice_details__content__bottom__textarea__text {
    letter-spacing: -0.1em;
    line-height: 1.65;
  }
}
.notice_details__content__bottom__textarea__textlink {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .notice_details__content__bottom__textarea__textlink {
    margin-bottom: 5.2rem;
  }
}
.notice_details__content__bottom__textarea__textlink a {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(203, 0, 0);
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid rgb(203, 0, 0);
}
@media (max-width: 767px) {
  .notice_details__content__bottom__textarea__textlink a {
    font-size: 1.6rem;
  }
}
.notice_details__content__bottom__c-move-page__area {
  margin-top: 5rem;
}

.content-area__contact-form {
  margin-top: 80px;
  padding-bottom: 4.9rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-area__contact-form {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.inner__contact-form {
  max-width: 86.6rem;
}

.contact-form__fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.contact-form__fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact-form__fv__title--p {
  font-size: 3.2rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  text-wrap: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  letter-spacing: -0.01em;
  z-index: 3;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), -3px -3px 6px rgba(0, 0, 0, 0.4), 3px -3px 6px rgba(0, 0, 0, 0.4), -3px 3px 6px rgba(0, 0, 0, 0.4);
}
.contact-form__fv__title--img {
  width: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .contact-form__fv__title--img {
    width: 16.2rem;
    top: 35%;
  }
}
.contact-form__area {
  padding: 8rem 2rem 5rem;
  margin-top: 3.5rem;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .contact-form__area {
    width: 100vw;
    margin-left: calc(-1 * 2rem);
    margin-right: calc(-1 * 2rem);
    padding: 3rem 3rem 1.5rem;
    margin-bottom: 4rem;
  }
}
.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80rem;
}
@media (max-width: 767px) {
  .contact-form__item {
    display: block;
    padding-left: 0;
    width: 100%;
    margin: 0;
  }
}
.contact-form__label {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  width: 30%;
  display: inline;
  line-height: 3.4;
  text-align: right;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .contact-form__label {
    font-size: 1.6rem;
  }
}
.contact-form__label--ml {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .contact-form__label--ml {
    margin-left: 0;
  }
}
.contact-form__label__text_area {
  width: 20%;
  height: 300px;
  margin-top: 10px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-form__label__text_area {
    font-size: 1.6rem;
  }
}
.contact-form__input {
  width: 50rem;
  height: 5.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background: #fff;
  cursor: text;
}
.contact-form__input::-webkit-input-placeholder {
  color: #B2B2B2;
}
.contact-form__input::-moz-placeholder {
  color: #B2B2B2;
}
.contact-form__input:-ms-input-placeholder {
  color: #B2B2B2;
}
.contact-form__input::-ms-input-placeholder {
  color: #B2B2B2;
}
.contact-form__input::placeholder {
  color: #B2B2B2;
}
@media (max-width: 767px) {
  .contact-form__input {
    width: 100%;
    margin: -0.5rem 0 -1.45rem;
  }
}
.contact-form__input--ml {
  margin-left: -2.5rem;
}
.contact-form__select_area {
  width: 50rem;
  height: 5.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
  cursor: text;
}
.contact-form__select_area select {
  width: 50rem;
  height: 5.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0rem 2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact-form__select_area select {
    width: 125%;
  }
}
.contact-form__select_area::after {
  content: "▼";
  color: beige;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .contact-form__select_area {
    width: 100%;
    margin: -0.5rem 0 -1.45rem;
  }
}
.contact-form__textarea {
  width: 50rem;
  height: 18rem;
  padding: 1.5rem 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .contact-form__textarea {
    width: 100%;
    height: 18.5rem;
    padding: 1rem 2rem;
    margin-top: -1rem;
  }
}
.contact-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.contact-form .wpcf7-list-item {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-list-item {
    width: 33.5rem;
    margin-top: 4rem;
    padding-left: 4rem;
  }
}
.contact-form .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  position: relative;
  padding-left: 3rem;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-list-item label {
    padding-left: 4rem;
    letter-spacing: -0.12em;
    margin-top: 0.1rem;
    margin-bottom: 1.9rem;
  }
}
.contact-form .wpcf7-list-item label a {
  border-bottom: 1px solid #000;
}
.contact-form .wpcf7-list-item label::before {
  content: "";
  background: rgb(255, 255, 255);
  border-radius: 5px;
  display: block;
  width: 2rem;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form .wpcf7-list-item label::after {
  content: "";
  border-bottom: 0.3rem solid rgb(0, 0, 0);
  border-right: 0.3rem solid rgb(0, 0, 0);
  display: block;
  height: 1.5rem;
  left: 0.5rem;
  width: 0.8rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  margin-left: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-form .wpcf7-list-item label.checked::after {
  opacity: 1;
}
.contact-form .wpcf7-form-control-wrap {
  width: 80%;
  text-align: left;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: text;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
    margin-left: 0;
  }
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  text-align: left;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
}
.contact-form .wpcf7-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.contact-form .wpcf7-not-valid-tip {
  width: 80%;
  padding-top: 6px;
  text-align: left;
  color: rgb(203, 0, 0);
  font-size: 1.2rem;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(203, 0, 0);
  margin-top: -3rem;
}

.contact-form__item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem auto 1rem;
}
@media (max-width: 767px) {
  .contact-form__item--btn {
    margin: 0 auto;
  }
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #contact-confirm .output-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  max-width: 67rem;
}
@media (max-width: 767px) {
  #contact-confirm .button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease;
  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);
  /* 背景色に透明度を追加 */
  -webkit-box-shadow: 0 2px 4px 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;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.not-found__fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.not-found__fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.not-found__fv__title--p {
  font-size: 3.2rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  text-wrap: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  letter-spacing: -0.01em;
  z-index: 3;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), -3px -3px 6px rgba(0, 0, 0, 0.4), 3px -3px 6px rgba(0, 0, 0, 0.4), -3px 3px 6px rgba(0, 0, 0, 0.4);
}
.not-found__fv__title--img {
  width: 69rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .not-found__fv__title--img {
    width: 15rem;
    top: 47%;
  }
}
.not-found .inner__not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.5rem 0;
}
@media (max-width: 767px) {
  .not-found .inner__not-found {
    padding: 4.5rem 0;
    letter-spacing: -0.05em;
  }
}
.not-found .c-message__not-found {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .not-found .c-message__not-found {
    margin-bottom: 4rem;
  }
}

.privacy-policy {
  padding: 5rem 0 8rem;
}
.privacy-policy__fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.privacy-policy__fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.privacy-policy__fv__title--p {
  font-size: 3.2rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  text-wrap: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  letter-spacing: -0.01em;
  z-index: 3;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), -3px -3px 6px rgba(0, 0, 0, 0.4), 3px -3px 6px rgba(0, 0, 0, 0.4), -3px 3px 6px rgba(0, 0, 0, 0.4);
}
.privacy-policy__fv__title--img {
  width: 69rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .privacy-policy__fv__title--img {
    width: 15rem;
    top: 47%;
  }
}
.privacy-policy .inner__privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67.5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .privacy-policy .inner__privacy-policy {
    width: 100%;
    padding: 0.7rem 2rem;
  }
}
.privacy-policy .outline {
  font-size: 1.6rem;
  line-height: 1.5;
}
.privacy-policy .article-area {
  margin-top: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .privacy-policy .article-area {
    margin-top: 5rem;
    gap: 4.6rem;
    width: 100%;
  }
}
.privacy-policy .article-title {
  font-size: 2rem;
  color: #182269;
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .privacy-policy .article-title {
    font-size: 1.8rem;
  }
}
.privacy-policy .article-contents {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

#reservation {
  padding: 5rem 0 2.5rem;
}
@media (max-width: 767px) {
  #reservation {
    padding-top: 6rem;
  }
}
#reservation .guidance {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #reservation .guidance {
    margin-top: 5rem;
  }
}

#reservation-lower {
  padding: 1.5rem 0 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  #reservation-lower {
    padding: 3rem 0 4rem;
  }
}
#reservation-lower .section-subtitle__reservation {
  width: 70rem;
}
@media (max-width: 767px) {
  #reservation-lower .section-subtitle__reservation {
    width: 33rem;
  }
}
#reservation-lower .section-title__reservation {
  bottom: 48%;
}
@media (max-width: 767px) {
  #reservation-lower .section-title__reservation {
    font-size: 3.2rem;
    text-wrap: nowrap;
  }
}
#reservation-lower .inner__reservation {
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  #reservation-lower .inner__reservation {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #reservation-lower .c-reservation-button__lower {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.c-fv-title {
  font-size: 20rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  right: 5rem;
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
  text-shadow: 8px 0 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .c-fv-title {
    font-size: 6.4rem;
    right: 3.2rem;
  }
}

.c-reservation-button__fix {
  position: fixed;
  right: 0;
  top: 54.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  background: #897e2f;
  border: 1px solid #897e2f;
  height: 21.3rem;
  width: 6.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-decoration: none;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          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-message__contact--send {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn-area {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
          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;
}

.c-reservation-button__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

/*ボタンの中のテキスト*/
.c-reservation-button span {
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  width: 30rem;
  height: 6rem;
  background: #897e2f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease;
  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);
  /* 背景色に透明度を追加 */
  -webkit-box-shadow: 0 2px 4px 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;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

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

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

/*ボタンの中のテキスト*/
.c-btn__to-top span {
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  width: 30rem;
  height: 6rem;
  background: #897e2f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease;
  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);
  /* 背景色に透明度を追加 */
  -webkit-box-shadow: 0 2px 4px 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;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}