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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorText: #0F0F0F;
  --colorLink: #0F0F0F;
  --colorMain: #EA5514;
  --colorGray: #f0f0f0;
  --colorTheme: #DAE1E4;
  --fontJA: YakuHanJPs, "Shippori Mincho", serif;
  --fontEN: "Chillax", sans-serif;
  --wantedlyColor: #22BDDB;
  --facebookColor: #0068FF;
  --youtubeColor: #F70000;
}

@keyframes loopRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes widthFluid {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
html {
  font-size: min(62.5%, 0.6666666667vw);
}
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  html.size01 {
    font-size: min(58.59375%, 0.78125vw);
  }
}
@media (min-width: 769px) {
  html.size02 {
    font-size: min(54.6875%, 0.78125vw);
  }
}
@media (min-width: 769px) {
  html.size03 {
    font-size: min(50.78125%, 0.78125vw);
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--fontJA);
  color: var(--colorText);
  background-color: #fff;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a, button {
  text-decoration: none;
  cursor: pointer;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, box-shadow ease 0.4s;
}
a img, button img {
  transition: opacity ease 0.4s;
}
a path, button path {
  transition: fill ease 0.4s;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  outline: none;
}
a:active, button:active {
  outline: none;
}
@media (min-width: 769px) {
  a[href*="tel:"], button[href*="tel:"] {
    pointer-events: none;
  }
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section, article {
  display: block;
}

*::selection {
  background: rgba(255, 134, 63, 0.2);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mainVisual {
  background: url(../../assets/images/mv_pc_bg.png) no-repeat center;
  background-size: cover;
  padding: 7rem 0 0;
  padding-right: 20rem;
  padding-left: 12.2rem;
  height: 104rem;
  position: relative;
}
@media (max-width: 768px) {
  .mainVisual {
    background: url(../../assets/images/mv_sp_bg.png) no-repeat center;
    background-size: cover;
    height: auto;
    padding: 0 0 8.9rem;
  }
}
.mainVisual::before {
  content: "";
  width: 57.1rem;
  height: 31.3rem;
  background: url(../../assets/images/ttl_kazari.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 12.6rem;
  left: -5.7rem;
}
@media (max-width: 768px) {
  .mainVisual::before {
    width: 29.5rem;
    height: 16.8rem;
    background: url(../../assets/images/ttl_kazari_sp.png) no-repeat;
    background-size: 100% auto;
    top: 5.8rem;
    left: -1.6rem;
  }
}
.mainVisual__inner {
  display: flex;
  justify-content: space-between;
  max-width: 118rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainVisual__inner {
    flex-direction: column;
  }
}
.mainVisual__innerText {
  padding: 42.6rem 0 0;
}
@media (max-width: 768px) {
  .mainVisual__innerText {
    padding: 22.8rem 0 0;
    margin: 0 0 6.8rem;
  }
}
.mainVisual__innerText--ttl {
  display: flex;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .mainVisual__innerText--ttl {
    font-size: 2.2rem;
    margin: 0 0 0.4rem;
    padding: 0 0 0 3.4rem;
  }
}
.mainVisual__innerText--ttl img {
  width: 20.5rem;
  margin: -0.8rem 0 0 1.8rem;
}
@media (max-width: 768px) {
  .mainVisual__innerText--ttl img {
    width: 15.1rem;
    margin: -0.6rem 0 0 1.3rem;
  }
}
@media (max-width: 768px) {
  .mainVisual__innerText--detail {
    padding: 0 3.4rem;
  }
}
.mainVisual__innerText--detail p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.625;
}
@media (max-width: 768px) {
  .mainVisual__innerText--detail p {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
}
.mainVisual .parallax__wrap {
  width: 51rem;
  height: 82rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainVisual .parallax__wrap {
    width: 25.5rem;
    height: 41rem;
    margin: 0 2.6rem 0 auto;
  }
}
.mainVisual .parallax__inner {
  position: absolute;
  top: 0; /* 上下に動かせる余裕を確保 */
  left: 0;
  width: 100%;
  height: 100%; /* 背景を少し大きめに */
  background: url(../../assets/images/mv_img.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .mainVisual .parallax__inner {
    background: url(../../assets/images/mv_img_sp.png) no-repeat;
    background-size: cover;
  }
}

footer .topArea {
  background: #7B7974;
  padding: 7.4rem 0 7.1rem;
}
@media (max-width: 768px) {
  footer .topArea {
    padding: 9.5rem 2.5rem 9.8rem 3.9rem;
  }
}
footer .topArea__detail {
  max-width: 117.3rem;
  margin: 0 auto;
  padding: 0 7.7rem 0 0;
}
@media (max-width: 768px) {
  footer .topArea__detail {
    padding: 0;
  }
}
footer .topArea__detailFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 5.9rem;
}
@media (max-width: 768px) {
  footer .topArea__detailFlex {
    flex-direction: column;
    margin: 0 0 3.4rem;
  }
}
@media (max-width: 768px) {
  footer .topArea__detailBlock {
    margin: 0 0 0.5rem;
  }
}
footer .topArea__detailBlock--ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 1.3rem;
}
@media (max-width: 768px) {
  footer .topArea__detailBlock--ttl {
    font-size: 1.6rem;
  }
}
footer .topArea__detailBlock ul li {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  color: #fff;
}
footer .topArea__detailBlock ul li.mail a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
footer .topArea__detailBlock ul li.mail a .contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #6A6861;
  border-radius: 100%;
  margin: 0 0 0 1rem;
  transition: 0.3s;
}
footer .topArea__detailBlock ul li.mail a .contactBtn img {
  width: 1.6rem;
}
footer .topArea__detailBlock ul li.mail a:hover {
  text-decoration: none;
}
footer .topArea__detailBlock ul li.mail a:hover .contactBtn {
  background: #95928C;
  transition: 0.3s;
}
footer .topArea__detailLink {
  margin: 0.3rem 0 0;
}
footer .topArea__detailLink a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
footer .topArea__detailLink a img {
  width: 2.4rem;
  margin: 0 0 0 1.1rem;
}
footer .topArea__detailLink a:hover {
  text-decoration: underline;
}
footer .topArea__detail .privacyLink {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
footer .topArea__detail .privacyLink:hover {
  text-decoration: underline;
}
footer .bottomLogoArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
footer .bottomLogoArea .bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  z-index: -1;
}
footer .bottomLogoArea__inner {
  width: 100%;
  margin-right: 12rem;
  margin-left: 4.4rem;
}
@media (max-width: 768px) {
  footer .bottomLogoArea__inner {
    margin: auto;
  }
}
footer .bottomLogoArea__inner figure {
  width: 20rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .bottomLogoArea__inner figure {
    width: 16rem;
  }
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12rem;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 3.4rem 0 0;
}
header::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  header::before {
    content: none;
  }
}
@media (max-width: 768px) {
  header {
    position: absolute;
    width: auto;
    border-left: none;
    display: block;
    height: auto;
    padding: 2.4rem 2rem;
  }
}
header .logo {
  display: block;
  width: 8.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header .logo {
    width: 8.6rem;
  }
}
header .flexArea {
  display: flex;
  position: relative;
}
header .flexArea::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  header .flexArea::before {
    content: none;
  }
}
@media (max-width: 768px) {
  header .flexArea {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
header .flexArea li {
  width: 100%;
  height: 5rem;
}
header .flexArea li .listBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .flexArea li .listBtn {
    background: rgba(255, 255, 255, 0.85);
  }
}
header .flexArea li .listBtn:hover {
  background: #B7B1A9;
  transition: 0.3s;
}
@media (max-width: 768px) {
  header .flexArea li:first-child {
    border-right: solid 1px #D5D5D5;
    width: 10rem;
    margin: 0 0 0 auto;
  }
}
header .flexArea li:first-child .listBtn img {
  width: 2.4rem;
}
header .flexArea li:nth-child(2) .listBtn img {
  width: 1.4rem;
}
header .flexArea li:nth-child(3) .listBtn img {
  width: 1.4rem;
}
@media (max-width: 768px) {
  header .flexArea li.modalTrigger {
    display: none;
  }
}

main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.languageBtn {
  width: 9rem;
  position: absolute;
  top: 2.1rem;
  left: 12.4rem;
  background: #FFFFFF;
  border: solid 1px #8E8373;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 768px) {
  .languageBtn {
    left: 2rem;
    top: 1.4rem;
  }
}
.languageBtn button {
  display: block;
  width: 8.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background: #FFFFFF;
  padding: 0.5rem 1.9rem 0.5rem 1.1rem;
  position: relative;
}
.languageBtn button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #555555;
  border-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  margin: auto;
}
.languageBtn button:hover {
  background: #8E8373;
  color: #fff;
}
.languageBtn button:hover::after {
  border-top: 3px solid #fff;
}
.languageBtn button.border {
  border-bottom: solid 1px #8E8373;
}
.languageBtn button.border::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid #555555;
  border-top: 0;
}
.languageBtn button.border:hover::after {
  border-bottom: 3px solid #fff;
}
.languageBtn .languageMain {
  display: none;
  padding: 0.5rem 1.5rem 1.5rem;
}
.languageBtn .languageMain ul li {
  line-height: 1;
  margin: 0 0 0.7rem;
}
.languageBtn .languageMain ul li:last-child {
  margin: 0;
}
.languageBtn .languageMain ul li a {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.languageBtn .languageMain ul li a:hover {
  text-decoration: underline;
}

.js-animation.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

/* 初期状態は js-animation のみ */
.js-animation {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.visually-hidden {
  display: none;
}

.sliderArea {
  z-index: 2;
}
.sliderArea li {
  width: 20.8rem;
}
@media (max-width: 768px) {
  .sliderArea li {
    width: 10.4rem;
  }
}
.sliderArea li img {
  display: block;
  width: 100%;
  height: auto;
}

.yuhuinArea {
  background: #93887E;
  padding: 25.1rem 0 18.1rem;
  position: relative;
}
@media (max-width: 768px) {
  .yuhuinArea {
    padding: 27.5rem 0 13rem;
  }
}
.yuhuinArea::before {
  content: "";
  width: 150rem;
  height: 69rem;
  background: url(../../assets/images/yuhuin_bg.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -10.3rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .yuhuinArea::before {
    width: 75rem;
    background: url(../../assets/images/yuhuin_bg_sp.png) no-repeat;
    background-size: 100% auto;
    top: -3.8rem;
    left: -5.6rem;
  }
}
.yuhuinArea__inner {
  max-width: 133.6rem;
  margin: 0 auto;
}
.yuhuinArea__innerFlex {
  display: flex;
  align-items: flex-start;
  gap: 13.1rem;
  padding: 0 0 0 4rem;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex {
    flex-direction: column-reverse;
    padding: 0;
    gap: 6.5rem;
  }
}
.yuhuinArea__innerFlex--image {
  position: relative;
  margin: 27.5rem 0 0;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex--image {
    margin: 0 0 0 3.5rem;
  }
}
.yuhuinArea__innerFlex--image::before {
  content: "";
  width: 54.6rem;
  height: 14.8rem;
  background: url(../../assets/images/yuhuin_m.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 17.5rem;
  left: -15.2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex--image::before {
    width: 25.8rem;
    height: 6.9rem;
    top: 6.9rem;
    left: -6.5rem;
  }
}
.yuhuinArea__innerFlex--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.8rem;
  height: auto;
  padding: 0 8.5rem;
  margin: 6.6rem 0 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex--text {
    width: 100%;
    padding: 0 0rem 0 3.5rem;
    margin: 0;
  }
}
.yuhuinArea__innerFlex--textTtl {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 4.5rem;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex--textTtl {
    font-size: 2.2rem;
    margin: 0 0 2.7rem;
  }
}
.yuhuinArea__innerFlex--text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.125;
  color: #fff;
}
@media (max-width: 768px) {
  .yuhuinArea__innerFlex--text p {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
}
.yuhuinArea .parallax__wrap {
  width: 46rem;
  height: 68.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yuhuinArea .parallax__wrap {
    width: 23rem;
    height: 34.3rem;
  }
}
.yuhuinArea .parallax__inner {
  position: absolute;
  top: 0; /* 上下に動かせる余裕を確保 */
  left: 0;
  width: 100%;
  height: 100%; /* 背景を少し大きめに */
  background: url(../../assets/images/yuhuin_img.png) no-repeat;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .yuhuinArea .parallax__inner {
    background: url(../../assets/images/yuhuin_img_sp.png) no-repeat;
    background-size: cover;
  }
}

.topicsArea {
  background: #97999D;
  padding: 15.6rem 0;
}
@media (max-width: 768px) {
  .topicsArea {
    padding: 10.6rem 0;
  }
}
@media (max-width: 768px) {
  .topicsArea .sectionTtl {
    padding: 0 4rem;
  }
}
.topicsArea__inner {
  max-width: 121.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .topicsArea__contents {
    padding: 0 2rem;
  }
}
.topicsArea iframe {
  margin: 0;
  padding: 0;
}
.topicsArea .embedsocial-hashtag {
  max-width: 114rem;
}
.topicsArea .es-widget-container {
  padding: 0 !important;
}
.topicsArea .es-active-page {
  background-color: #242323 !important;
  border-color: #242323;
}

.sectionTtl {
  display: flex;
  align-items: center;
  color: #fff;
}
.sectionTtl .main {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  margin: 0 2rem 0 0;
  padding: 0 2rem 0 0;
}
@media (max-width: 768px) {
  .sectionTtl .main {
    font-size: 2.2rem;
    margin: 0 1.6rem 0 0;
    padding: 0 1.6rem 0 0;
  }
}
.sectionTtl .main::after {
  content: "";
  width: 1px;
  height: 2.4rem;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .sectionTtl .main::after {
    height: 1.9rem;
  }
}
.sectionTtl .sub {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .sectionTtl .sub {
    font-size: 1.2rem;
  }
}

.accessArea {
  background: #8E8A90;
  padding: 18.7rem 7.6rem 17.8rem 0;
}
@media (max-width: 768px) {
  .accessArea {
    padding: 10.7rem 2.5rem 6.9rem;
  }
}
.accessArea .sectionTtl {
  justify-content: center;
  margin: 0 0 8.8rem;
}
@media (max-width: 768px) {
  .accessArea .sectionTtl {
    margin: 0 0 5.3rem;
  }
}
.accessArea__map {
  max-width: 90rem;
  margin: 0 auto 6.6rem;
}
@media (max-width: 768px) {
  .accessArea__map {
    margin: 0 auto 3.5rem;
  }
}
.accessArea__map iframe {
  width: 100%;
  height: 60rem;
}
@media (max-width: 768px) {
  .accessArea__map iframe {
    height: 32.5rem;
  }
}
.accessArea__address {
  max-width: 90rem;
  margin: 0 auto 6.3rem;
}
@media (max-width: 768px) {
  .accessArea__address {
    padding: 0 1.5rem;
    margin: 0 0 4.2rem;
  }
}
.accessArea__address dl dt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .accessArea__address dl dt {
    font-size: 1.8rem;
    margin: 0 0 1.3rem;
  }
}
.accessArea__address dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #fff;
}
@media (max-width: 768px) {
  .accessArea__address dl dd {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.accessArea__list {
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .accessArea__list {
    padding: 0 1.5rem;
  }
}
.accessArea__list dl {
  margin: 0 0 6.3rem;
}
@media (max-width: 768px) {
  .accessArea__list dl {
    margin: 0 0 4.3rem;
  }
}
.accessArea__list dl:last-child {
  margin: 0;
}
.accessArea__list dl dt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 1rem;
  padding: 0 0 0 2.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .accessArea__list dl dt {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 1.3rem;
  }
}
.accessArea__list dl dt::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.accessArea__list dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #fff;
}
@media (max-width: 768px) {
  .accessArea__list dl dd {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.modalWrapper {
  display: none;
  width: 100%;
  height: 100dvh;
  background: rgba(88, 88, 88, 0.1); /* 半透明にする必要あり */
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px); /* Safari用 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.modalWrapper .modalArea {
  width: 30rem;
  background: #fff;
  padding: 0 0 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalWrapper .modalArea__close {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
}
.modalWrapper .modalArea__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  background: #242323;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 1.1rem 0;
  margin: 0 0 1.3rem;
}
.modalWrapper .modalArea__text {
  text-align: center;
}
.modalWrapper .modalArea__text span {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  background: url(../../assets/images/modalTel.png) no-repeat left center;
  background-size: 1.4rem auto;
  padding: 0 0 0 2rem;
}
.modalWrapper .modalArea__time {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.sideArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 4.4rem;
  height: 100dvh;
  padding: 3rem 0 2rem 2.7rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .sideArea {
    display: none;
  }
}
.sideArea .sideLogo {
  width: 0.9rem;
}
.sideArea .sideLink a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
}
.sideArea .sideLink a::after {
  content: "";
  width: 1px;
  height: 62%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0.5rem;
  opacity: 0;
}
.sideArea .sideLink a img {
  width: 2.4rem;
  height: 2.4rem;
  margin: 1.6rem 0 0 0;
}
.sideArea .sideLink a:hover::after {
  opacity: 1;
}
.sideArea .sideLink a:hover img {
  opacity: 0.6;
}

.privacyBlock {
  background: #9F9D96;
  padding-right: 12rem;
  padding-left: 4.4rem;
  padding-bottom: 17rem;
}
@media (max-width: 768px) {
  .privacyBlock {
    padding: 0 4rem 8rem;
  }
}
.privacyBlock__wrapper {
  max-width: 90rem;
  margin: 0 auto;
  padding: 17.5rem 0 0;
}
@media (max-width: 768px) {
  .privacyBlock__wrapper {
    padding: 12.5rem 0 0;
  }
}
.privacyBlock__ttlArea {
  margin: 0 0 7.8rem;
}
@media (max-width: 768px) {
  .privacyBlock__ttlArea {
    margin: 0 0 3.8rem;
  }
}
.privacyBlock__ttlArea .ttl {
  font-size: 3rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .privacyBlock__ttlArea .ttl {
    font-size: 2.2rem;
  }
}
.privacyBlock__text {
  margin: 0 0 3.6rem;
}
@media (max-width: 768px) {
  .privacyBlock__text {
    margin: 0 0 2.7rem;
  }
}
.privacyBlock__text p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
}
@media (max-width: 768px) {
  .privacyBlock__text p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.privacyBlock__list ol li {
  font-size: 1.6rem;
  line-height: 1.875;
  list-style-type: decimal;
  color: #fff;
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .privacyBlock__list ol li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin: 0 0 2.5rem;
  }
}
.privacyBlock__list ol li a {
  text-decoration: underline;
}
.privacyBlock__list ol li a:hover {
  text-decoration: none;
}
.privacyBlock__list ol li:last-child {
  margin: 0;
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

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

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}/*# sourceMappingURL=styles.css.map */