@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*============================================================================================================
  base（イオル賃貸）
============================================================================================================*/
@font-face {
  font-family: "Momo Trust Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/MomoTrustDisplay-Regular.woff2) format("woff2");
}
body {
  color: #404040;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  min-height: 100vh;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  background: #F2F1EC;
  min-width: 1080px;
}
@media screen and ((max-width: 767px)) {
  body {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    min-width: initial;
    font-weight: 700;
  }
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a,
input, textarea, select, button, fieldset, legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and ((max-width: 767px)) {
  img {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media screen and ((min-width: 768px)) {
  .is_sp {
    display: none !important;
  }
}
@media screen and ((max-width: 767px)) {
  .is_pc {
    display: none !important;
  }
}
.main {
  overflow-x: hidden;
}

/* テキストリンクのみ。.cmn-bt* は _common のホバーを正とする */
@media screen and ((min-width: 768px)) {
  a:not([class*=cmn-bt]):not([class*=mapPin]):not(.homeSec02-card):not(.homeSec03-link):not(.homeSec05-cta):not(.cmn-chip):not(.cmn-tag):not(.cmn-tab):not(.cmn-areaCard):not(.propertySecCta):not(.propertySec03-link):not(.propertySec02-more) {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:not([class*=cmn-bt]):not([class*=mapPin]):not(.homeSec02-card):not(.homeSec03-link):not(.homeSec05-cta):not(.cmn-chip):not(.cmn-tag):not(.cmn-tab):not(.cmn-areaCard):not(.propertySecCta):not(.propertySec03-link):not(.propertySec02-more):hover {
    opacity: 0.85;
  }
}
.c-inner, .c-inner01 {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1120px + 80px);
  padding: 0 40px;
}
@media screen and ((max-width: 767px)) {
  .c-inner, .c-inner01 {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}

.c-inner02,
.c-inner03,
.c-inner04 {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1120px + 80px);
  padding: 0 40px;
}
@media screen and ((max-width: 767px)) {
  .c-inner02,
  .c-inner03,
  .c-inner04 {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}

@media screen and ((min-width: 768px)) {
  .pc-none {
    display: none !important;
  }
}
@media screen and ((max-width: 767px)) {
  .sp-none {
    display: none !important;
  }
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  max-width: 64px;
}
@media screen and ((max-width: 767px)) {
  .totop {
    max-width: 11.5384615385vw;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
  }
}

/* セクション見出し（Figma 24px Bold + 左アイコン） */
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #404040;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl {
    font-size: 5.1282051282vw;
    gap: 2.0512820513vw;
  }
}
.cmn-ttl::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 28px;
  background: url(../img/common/ico_ttl_map.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl::before {
    width: 6.1538461538vw;
    height: 5.641025641vw;
  }
}
.cmn-ttl--plain::before {
  display: none;
}

/* CTA 主ボタン：アクセント金（dtn / 223:5814）ホバーは本文色 */
.cmn-bt01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt01:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-bt01 {
    gap: 3.0769230769vw;
    padding: 4.1025641026vw 6.1538461538vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    width: 100%;
  }
}
.cmn-bt01__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmn-bt01__grid span {
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .cmn-bt01__grid {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    gap: 0.5128205128vw;
  }
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt01:hover {
    background: #404040;
    border-color: #404040;
    opacity: 1;
  }
}
.cmn-bt01.is-main {
  background: #7BA23F;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt01.is-main:hover {
    background: #404040;
    border-color: #404040;
  }
}
.cmn-bt01.is-ghost {
  background: rgba(0, 0, 0, 0.5);
  border-color: #FFFFFF;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt01.is-ghost:hover {
    border-color: #7BA23F;
    color: #7BA23F;
    background: rgba(0, 0, 0, 0.5);
  }
  .cmn-bt01.is-ghost:hover .cmn-bt01__grid span {
    background: #7BA23F;
  }
}

/* CTA：紙飛行機アイコン付き（緑塗り / 写真上アウトライン） */
.cmn-bt02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt02:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-bt02 {
    gap: 3.0769230769vw;
    padding: 4.1025641026vw 6.1538461538vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    width: 100%;
  }
}
.cmn-bt02::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url(../img/common/ico_plane.svg) center/contain no-repeat;
  mask: url(../img/common/ico_plane.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .cmn-bt02::after {
    width: 5.1282051282vw;
    height: 4.1025641026vw;
  }
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt02:hover {
    background: #404040;
    border-color: #404040;
    opacity: 1;
  }
}
.cmn-bt02.is-ghost {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt02.is-ghost:hover {
    border-color: #7BA23F;
    color: #7BA23F;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* 空室確認（360x70、半透明 → ホバー金） */
.cmn-bt03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 360px;
  height: 70px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: rgba(64, 64, 64, 0.3);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt03:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-bt03 {
    width: 100%;
    height: 14.358974359vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-bt03::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 20px;
  background: url(../img/common/ico_plane.svg) center/contain no-repeat;
}
.cmn-bt03.is-plain::after {
  display: none;
}
.cmn-bt03.is-accent {
  background: #E0B131;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-bt03:hover {
    background: #E0B131;
    opacity: 1;
  }
  .cmn-bt03.is-accent:hover {
    background: #404040;
  }
}

/* タブ「基本情報」：緑 + 金ドロップシャドウ */
.cmn-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 40px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-box-shadow: 4px 4px 0 #E0B131;
          box-shadow: 4px 4px 0 #E0B131;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
@media screen and ((max-width: 767px)) {
  .cmn-tab {
    padding: 1.5384615385vw 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-tab.is-active {
  -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-tab:hover {
    -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

/* フィルタチップ */
.cmn-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: #FFFFFF;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-chip {
    padding: 2.5641025641vw 3.5897435897vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-chip.is-active {
  background: #7BA23F;
  color: #FFFFFF;
}

/* 緑タグ（目的カード下） */
.cmn-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-tag {
    height: 8.2051282051vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}

/* エリアカード 538x250 radius 20（中間幅は親幅に追従） */
.cmn-areaCard {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 538px;
  height: auto;
  aspect-ratio: 538/250;
  border-radius: 20px 20px 0 20px;
  color: #FFFFFF;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-areaCard:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-areaCard {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    height: 40.2564102564vw;
    aspect-ratio: auto;
    border-radius: 5.1282051282vw 5.1282051282vw 0 5.1282051282vw;
  }
}
.cmn-areaCard__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-areaCard__mask {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  border-radius: inherit;
  pointer-events: none;
}
.cmn-areaCard__en {
  position: relative;
  z-index: 1;
  display: block;
  margin: 35px 23px 0;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(32px, 3.33vw, 48px);
  font-weight: 400;
  line-height: clamp(42px, 4.31vw, 62px);
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaCard__en {
    margin: 4.358974359vw 3.0769230769vw 0;
    font-size: 9.2307692308vw;
    line-height: 10.7692307692vw;
  }
}
.cmn-areaCard__jp {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 23px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaCard__jp {
    margin: 0 3.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.cmn-areaCard__go {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: #F2F1EC;
  border-radius: 20px 0 0 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaCard__go {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    border-radius: 5.1282051282vw 0 0 0;
  }
}
.cmn-areaCard__go::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: url(../img/common/ico_area_go.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaCard__go::after {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    border-radius: 50%;
    background: url(../img/common/ico_area_go.svg) center/16.4102564103vw 16.4102564103vw no-repeat;
  }
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .cmn-areaCard:hover {
    opacity: 1;
  }
  .cmn-areaCard:hover .cmn-areaCard__mask {
    opacity: 0.45;
  }
}

/* FAQ（閉じ 68 / 開き 164＋罫線、幅 1121。初期閉じ。Q〜罫線 40） */
.cmn-faq {
  width: 100%;
  max-width: 1120px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}
.cmn-faq-q, .accordion-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 0 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-faq-q, .accordion-ttl {
    gap: 5.1282051282vw;
    padding: 0 0 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-faq-mark {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-faq-mark {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    font-size: 5.1282051282vw;
  }
}
.cmn-faq-mark--a {
  background: #FFFFFF;
  border: 1px solid #7BA23F;
  color: #7BA23F;
}
.cmn-faq-qTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmn-faq-q::after, .accordion-ttl::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 7px;
  background: url(../img/common/ico_faq_chevron.svg) center/contain no-repeat;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and ((max-width: 767px)) {
  .cmn-faq-q::after, .accordion-ttl::after {
    width: 3.5897435897vw;
    height: 1.7948717949vw;
  }
}
.cmn-faq-q.open::after, .open.accordion-ttl::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.cmn-faq-a, .accordion-content {
  display: none;
  padding: 0 0 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-faq-a, .accordion-content {
    padding-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-faq-aInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .cmn-faq-aInner {
    gap: 5.1282051282vw;
  }
}

/* 物件カード（Figma parts item 32:344） */
.cmn-propertyCard {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  width: 440px;
  max-width: 100%;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard {
    width: 82.0512820513vw;
    gap: 2.5641025641vw;
  }
}
.cmn-propertyCard__img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__img {
    width: 100%;
    height: 41.0256410256vw;
  }
}
.cmn-propertyCard__ttl {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__ttl {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-propertyCard__txt {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__txt {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-propertyCard__price {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid rgba(64, 64, 64, 0.2);
}
.cmn-propertyCard__priceLabel {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__priceLabel {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.cmn-propertyCard__priceVal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  margin-top: 4px;
}
.cmn-propertyCard__yen {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.cmn-propertyCard__num {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  font-synthesis: none;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__num {
    font-size: 10.2564102564vw;
  }
}
.cmn-propertyCard__unit {
  font-size: 14px;
  line-height: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-propertyCard__unit {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}

.cmn-areaSec {
  padding: 60px 0;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaSec {
    padding: 10.2564102564vw 0;
  }
}
.cmn-areaSec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 3.06vw, 44px);
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .cmn-areaSec-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
    width: auto;
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}

.cmn-guide {
  overflow-x: clip;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide {
    padding-top: 7.1794871795vw;
  }
}
.cmn-guide-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-inner {
    width: auto;
    max-width: none;
    padding: 0 5.1282051282vw 10.2564102564vw;
  }
}
.cmn-guide-ttl {
  position: relative;
  height: 268px;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-ttl {
    height: 32.8205128205vw;
  }
}
.cmn-guide-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-en {
    top: 10.2564102564vw;
    right: 0;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.4102564103vw;
    opacity: 0.3;
  }
}
.cmn-guide-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-jp {
    top: 17.9487179487vw;
    gap: 2.0512820513vw;
  }
}
.cmn-guide-jpTxt {
  display: block;
}
.cmn-guide-jpTxt img {
  display: block;
  width: 342px;
  height: 57px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-jpTxt {
    width: 46.6666666667vw;
  }
  .cmn-guide-jpTxt img {
    width: 100%;
    height: auto;
  }
}
.cmn-guide-fairy {
  width: 88px;
  height: 108px;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
  }
}
.cmn-guide-lead {
  width: 1040px;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
}
.cmn-guide-lead p {
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-guide-lead {
    width: auto;
    margin-top: 20.5128205128vw;
  }
}

.cmn-komi {
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi {
    padding: 0 5.1282051282vw;
  }
}
.cmn-komi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 1120px;
  max-width: calc(100% - 80px);
  min-height: 164px;
  margin: 0 auto;
  padding: 34px 105px;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.9487179487vw;
    width: 89.7435897436vw;
    max-width: none;
    min-height: 0;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.cmn-komi-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi-icons {
    width: 69.2307692308vw;
  }
}
.cmn-komi-icons img {
  display: block;
  width: 270px;
  height: 64px;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi-icons img {
    width: 69.2307692308vw;
    height: 16.4102564103vw;
  }
}
.cmn-komi-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4px 0 0;
  padding: 0 8px;
  list-style: none;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi-icons ul {
    margin-top: 1.2820512821vw;
    padding: 0 3.8461538462vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.cmn-komi-txt {
  margin: 0;
  width: 600px;
  font-weight: 700;
  white-space: nowrap;
}
.cmn-komi-txt strong {
  font-size: 24px;
  line-height: 28px;
}
.cmn-komi-txt span {
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .cmn-komi-txt {
    width: 76.4102564103vw;
    max-width: 100%;
    white-space: normal;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .cmn-komi-txt strong {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}

.cmn-flow {
  background: #F2F1EC;
  padding: 60px 0 120px;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow {
    padding: 15.3846153846vw 0 30.7692307692vw;
  }
}
.cmn-flow-inner {
  width: 1360px;
  max-width: calc(100% - 80px);
  min-width: 0;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-inner {
    width: 87.1794871795vw;
    max-width: none;
    padding: 0;
  }
}
.cmn-flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1282051282vw;
  }
}
.cmn-flow-ttl {
  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;
  width: 340px;
  max-width: 100%;
  height: 69px;
  margin: 0;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 17.6923076923vw;
    padding: 1.5384615385vw 11.5384615385vw;
    border-radius: 2.5641025641vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
    text-align: center;
  }
}
.cmn-flow-note {
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #7BA23F;
  border-radius: 0;
  background: transparent;
  color: #7BA23F;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 1.0256410256vw 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    text-align: left;
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-flow.is-owner .cmn-flow-note {
    width: 76.9230769231vw;
    max-width: none;
  }
}
.cmn-flow-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border-radius: 10px;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.cmn-flow-list li {
  position: relative;
  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;
  min-width: 0;
  width: 100%;
  padding: 43px 34px 36px;
  text-align: center;
}
@media screen and ((min-width: 768px)) {
  .cmn-flow-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: calc(100% - 20px);
    background: repeating-linear-gradient(to bottom, rgba(64, 64, 64, 0.5) 0 4px, transparent 4px 8px);
  }
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-list li {
    padding: 11.0256410256vw 8.7179487179vw 9.2307692308vw;
  }
  .cmn-flow-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: auto;
    bottom: 0;
    left: 2.5641025641vw;
    width: calc(100% - 5.1282051282vw);
    height: 0.5128205128vw;
    background: repeating-linear-gradient(to right, rgba(64, 64, 64, 0.5) 0 1.0256410256vw, transparent 1.0256410256vw 2.0512820513vw);
  }
}
.cmn-flow-step {
  margin: 0 0 32px;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.cmn-flow-step span {
  display: block;
  font-size: 40px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-step {
    margin-bottom: 8.2051282051vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
  .cmn-flow-step span {
    margin-top: 1.0256410256vw;
    font-size: 10.2564102564vw;
    line-height: 7.1794871795vw;
  }
}
.cmn-flow-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 250px;
  max-width: 100%;
  height: 30px;
  margin: 0 0 43px;
  padding: 0 14px 0 8px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  background: #7BA23F;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-cap {
    width: 64.1025641026vw;
    height: 7.6923076923vw;
    margin-bottom: 8.7179487179vw;
    padding: 0 3.0769230769vw 0 2.0512820513vw;
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
  }
}
.cmn-flow-visual {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 196px;
  max-width: 100%;
  height: 182px;
  margin-bottom: 28px;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-visual {
    margin-bottom: 8.9743589744vw;
  }
}
.cmn-flow-circle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background: rgba(224, 177, 49, 0.3);
}
.cmn-flow-illust {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  display: block;
  max-width: 100%;
  max-height: 182px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn-flow-txt {
  margin: 0;
  width: 100%;
  max-width: 272px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  overflow-wrap: break-word;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow-txt {
    width: 69.7435897436vw;
    max-width: 69.7435897436vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.cmn-flow.is-niseko {
  padding-top: 60px;
}
@media screen and ((max-width: 767px)) {
  .cmn-flow.is-niseko {
    padding-top: 15.3846153846vw;
    padding-bottom: 30.7692307692vw;
  }
}
.cmn-flow.is-niseko .cmn-flow-ttl {
  width: 680px;
  max-width: 100%;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.js-fadeUp.is-fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
@media screen and ((max-width: 767px)) {
  .header {
    height: 19.2307692308vw;
    padding: 3.8461538462vw 0 0;
  }
}
.header img {
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .header.is-navOn {
    height: 100vh;
    height: 100dvh;
    padding: 3.8461538462vw 0;
    background: transparent;
  }
}
.header-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 80px);
  height: 60px;
  padding: 0 26px 0 20px;
  border-radius: 10px;
  background: #7BA23F;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .header-bar {
    width: calc(100% - 10.2564102564vw);
    height: 15.3846153846vw;
    padding: 0 4.1025641026vw;
  }
}
@media screen and ((max-width: 767px)) {
  .header.is-navOn .header-bar {
    height: 100%;
    min-height: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.5641025641vw;
    padding-bottom: 10.7692307692vw;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6px;
  width: 229px;
  height: 52px;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .header-logo {
    width: auto;
    height: 10.7692307692vw;
    gap: 1.0256410256vw;
  }
}
.header-logo__fairy {
  width: 42px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .header-logo__fairy {
    width: 8.7179487179vw;
    height: 10.7692307692vw;
  }
}
.header-logo__mark {
  position: relative;
  display: block;
  width: 181px;
  height: 36px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-logo__mark img {
  position: absolute;
  left: -8.24%;
  top: -33.34%;
  width: 118.09%;
  height: 197.04%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and ((max-width: 767px)) {
  .header-logo__mark {
    width: 37.9487179487vw;
    height: 7.6923076923vw;
  }
}
@media screen and ((max-width: 767px)) {
  .header-logo.is-navOn {
    margin: 0;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 828px;
  height: 32px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and ((max-width: 767px)) {
  .header-nav {
    position: absolute;
    top: 29.4871794872vw;
    left: 15.3846153846vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.9743589744vw;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .header-nav.is-navOn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 828px;
  height: 32px;
}
@media screen and ((max-width: 1350px)) {
  .header-navList {
    gap: 4px;
  }
}
.header-navList li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.header-navList a {
  position: relative;
  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;
  width: 100%;
  height: 32px;
  padding: 4px 12px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
@media screen and ((max-width: 1350px)) {
  .header-navList a {
    padding: 4px 8px;
  }
}
.header-navList a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -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;
  pointer-events: none;
}
@media screen and ((max-width: 1350px)) {
  .header-navList a::after {
    left: 8px;
    right: 8px;
  }
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .header-navList a:hover {
    opacity: 1;
  }
  .header-navList a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5.1282051282vw;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp-btn, .header-navSp-acc {
    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;
    width: 100%;
    height: 12.8205128205vw;
    padding: 2.5641025641vw 7.1794871795vw;
    border: 1px solid #404040;
    border-radius: 2.5641025641vw;
    background: #FFFFFF;
    -webkit-box-shadow: 1.0256410256vw 1.0256410256vw 0.5128205128vw rgba(0, 0, 0, 0.25);
            box-shadow: 1.0256410256vw 1.0256410256vw 0.5128205128vw rgba(0, 0, 0, 0.25);
    color: #404040;
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 10.2564102564vw;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp-find {
    width: 100%;
    border: 1px solid #404040;
    border-radius: 2.5641025641vw;
    background: #FFFFFF;
    -webkit-box-shadow: 1.0256410256vw 1.0256410256vw 0.5128205128vw rgba(0, 0, 0, 0.25);
            box-shadow: 1.0256410256vw 1.0256410256vw 0.5128205128vw rgba(0, 0, 0, 0.25);
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp-acc {
    position: relative;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp-chevron {
    position: absolute;
    top: 5.641025641vw;
    right: 5.1282051282vw;
    width: 3.5897435897vw;
    height: 1.7948717949vw;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
@media screen and ((max-width: 767px)) {
  .has-sub.is-open .header-navSp-chevron {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navSp-sub {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
    padding: 1.2820512821vw 4.358974359vw 6.4102564103vw;
  }
  .header-navSp-sub a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.0512820513vw;
    min-height: 3.8461538462vw;
    color: #404040;
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 6.1538461538vw;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
  }
  .header-navSp-sub a::before {
    content: "";
    width: 1.0256410256vw;
    height: 1.0256410256vw;
    border-radius: 50%;
    background: #404040;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .has-sub.is-open .header-navSp-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-copy {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .header.is-navOn .header-copy {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3.5897435897vw;
    z-index: 1;
    width: 68.7179487179vw;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFFFFF;
    font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 7.1794871795vw;
    text-align: center;
    white-space: nowrap;
  }
}
.header-bt {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .header-bt {
    display: -ms-grid;
    display: grid;
    position: relative;
    gap: 1.5384615385vw;
    place-content: center;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
  }
  .header-bt span {
    display: block;
    width: 4.1025641026vw;
    height: 0.5128205128vw;
    background: #7BA23F;
  }
  .header-bt__close {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .header-bt.is-navOn {
    background: transparent;
  }
  .header-bt.is-navOn span {
    display: none;
  }
  .header-bt.is-navOn .header-bt__close {
    display: block;
  }
}
@media screen and ((max-width: 1100px) and (min-width: 768px)) {
  .header.is-navOn {
    height: 100vh;
    height: 100dvh;
    padding: 15px 0;
    background: transparent;
  }
  .header.is-navOn .header-bar {
    height: 100%;
    min-height: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 42px;
  }
  .header-nav {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 320px;
    max-width: calc(100% - 80px);
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-nav.is-navOn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-navList {
    display: none !important;
  }
  .header-navSp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-navSp-btn, .header-navSp-acc {
    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;
    width: 100%;
    height: 50px;
    padding: 10px 28px;
    border: 1px solid #404040;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
  }
  .header-navSp-find {
    width: 100%;
    border: 1px solid #404040;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  }
  .header-navSp-acc {
    position: relative;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
  .header-navSp-chevron {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 14px;
    height: 7px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .has-sub.is-open .header-navSp-chevron {
    -webkit-transform: none;
            transform: none;
  }
  .header-navSp-sub {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 5px 17px 25px;
  }
  .header-navSp-sub a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    min-height: 15px;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
  }
  .header-navSp-sub a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #404040;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .has-sub.is-open .header-navSp-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.is-navOn .header-copy.is_sp {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 1;
    width: 268px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFFFFF;
    font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
  }
  .header-bt {
    display: -ms-grid;
    display: grid;
    position: relative;
    gap: 6px;
    place-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
  }
  .header-bt span {
    display: block;
    width: 16px;
    height: 2px;
    background: #7BA23F;
  }
  .header-bt__close {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .header-bt.is-navOn {
    background: transparent;
  }
  .header-bt.is-navOn span {
    display: none;
  }
  .header-bt.is-navOn .header-bt__close {
    display: block;
  }
}

.main {
  padding-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .main {
    padding-top: 19.2307692308vw;
  }
}

@media screen and ((max-width: 767px)) {
  body.is-navOn {
    overflow: hidden;
  }
}
@media screen and ((max-width: 1100px) and (min-width: 768px)) {
  body.is-navOn {
    overflow: hidden;
  }
}

.footer {
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
.footer-stage {
  width: 100%;
  background: #FFFFFF;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 368px 60px 160px;
}
@media screen and ((max-width: 767px)) {
  .footer-inner {
    width: 100%;
    gap: 5.1282051282vw;
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-ttl {
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .footer-ttl {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .footer-row {
    -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;
    gap: 2.0512820513vw;
  }
  .footer-row:has(.footer-note) {
    gap: 0;
  }
}
.footer-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 10px;
  background: rgba(64, 64, 64, 0.1);
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .footer-pill:hover {
    background: #7BA23F;
    color: #FFFFFF;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-pill {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.footer-pill--sp {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .footer-pill--sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.footer-note {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  opacity: 0.6;
}
@media screen and ((max-width: 767px)) {
  .footer-note {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
}
.footer-bar {
  background: #7BA23F;
  color: #FFFFFF;
}
.footer-barInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 1440px;
  max-width: 100%;
  min-height: 84px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and ((max-width: 767px)) {
  .footer-barInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 7.6923076923vw;
    min-height: 87.4358974359vw;
    padding: 11.2820512821vw 5.1282051282vw 11.2820512821vw;
  }
}
.footer-kukan {
  width: 98px;
  height: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .footer-kukan {
    width: 24.1025641026vw;
    height: 10vw;
  }
}
.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ((max-width: 767px)) {
  .footer-legal {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5641025641vw;
    width: 51.2820512821vw;
    text-align: center;
  }
}
.footer-legal a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .footer-legal a {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.footer-legalRow {
  display: contents;
}
@media screen and ((max-width: 767px)) {
  .footer-legalRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.2564102564vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-copy {
  margin-left: auto;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .footer-copy {
    margin-left: 0;
    font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    text-align: center;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
@media screen and ((max-width: 767px)) {
  .breadcrumb {
    padding: 9px 0;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and ((max-width: 767px)) {
  .breadcrumb__list {
    gap: 1.2820512821vw 0;
  }
}
.breadcrumb__list__item {
  color: #B0B0B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .breadcrumb__list__item {
    white-space: normal;
  }
}
.breadcrumb__list__item a {
  color: #354F7E;
  text-decoration: underline;
}
.breadcrumb__list__item + li::before {
  content: "・";
  display: block;
  margin: 0 5px;
}
.breadcrumb.is-bg {
  background: #F2F2F4;
}
.breadcrumb.breadcrumb--mt {
  margin-top: 120px;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .breadcrumb.breadcrumb--mt {
    margin-top: 16.4102564103vw;
  }
}

@media screen and ((max-width: 767px)) {
  .homeSecMv {
    display: block;
    margin-top: -19.2307692308vw;
  }
}
.homeSecMv-visual {
  position: relative;
  width: 100%;
  height: 63.5416666667vw;
  overflow: hidden;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-visual {
    height: 233.8461538462vw;
    overflow: visible;
  }
}
.homeSecMv-photo {
  position: absolute;
  left: 2.7777777778vw;
  top: 1.1111111111vw;
  z-index: 0;
  width: 59.2361111111vw;
  height: calc(100% - 2.6388888889vw);
  border-radius: 0.6944444444vw 0 0 0.6944444444vw;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160.2564102564vw;
    border-radius: 0;
    clip-path: none;
    overflow: hidden;
  }
}
.homeSecMv-photo > img {
  position: absolute;
  top: -0.04%;
  left: -57.65%;
  width: 154.23%;
  height: 100.08%;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-photo > img {
    top: -0.04%;
    left: -82.36%;
    width: 217.16%;
    height: 100.04%;
  }
}
.homeSecMv-photoMask {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.6;
}
.homeSecMv-copy {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 59.2361111111vw;
  padding: 4.7222222222vw 1.8055555556vw 2.7777777778vw 2.4305555556vw;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-copy {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
    height: 100%;
    min-height: 0;
    padding: 26.4102564103vw 5.1282051282vw 0;
  }
}
.homeSecMv-lead {
  width: 30.4861111111vw;
  height: 1.9444444444vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.9444444444vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-lead {
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
}
.homeSecMv-leadLine {
  display: block;
  width: 29.6527777778vw;
  height: 0.9027777778vw;
  margin-top: 0.2083333333vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-leadLine {
    display: none;
  }
}
.homeSecMv-catch {
  width: 44.0277777778vw;
  margin-top: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-catch {
    width: 86.1538461538vw;
    margin-top: 2.5641025641vw;
    margin-bottom: 0;
  }
}
.homeSecMv-catchImg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-catchImg {
    display: none;
  }
}
.homeSecMv-catchImgSp {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-catchImgSp {
    display: block;
    width: 86.1538461538vw;
    height: auto;
  }
}
.homeSecMv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8333333333vw;
  width: 22.4305555556vw;
  height: 3.6111111111vw;
  margin-top: 0;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.9444444444vw;
}
.homeSecMv-sub::before {
  content: "";
  width: 1px;
  height: 3.3333333333vw;
  margin-top: 0.2777777778vw;
  background: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeSecMv-sub span {
  width: 21.5277777778vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-sub {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 79.4871794872vw;
    height: auto;
    margin-top: 6.4102564103vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .homeSecMv-sub::before {
    height: 10.2564102564vw;
    margin-top: 1.0256410256vw;
  }
  .homeSecMv-sub span {
    width: 79.4871794872vw;
  }
}
.homeSecMv-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  margin-top: 4.7222222222vw;
}
.homeSecMv-points li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2.0833333333vw;
  width: 10.9722222222vw;
  height: 10.9722222222vw;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: rgba(123, 162, 63, 0.8);
  text-align: center;
  font-size: 1.1111111111vw;
  line-height: 1.6666666667vw;
}
.homeSecMv-points li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeSecMv-points li:nth-child(1) img {
  width: 3.6805555556vw;
  height: 2.9166666667vw;
}
.homeSecMv-points li:nth-child(2) img {
  width: 3.3333333333vw;
  height: 3.4027777778vw;
}
.homeSecMv-points li:nth-child(3) img {
  width: 3.4722222222vw;
  height: 3.3333333333vw;
}
.homeSecMv-points li span {
  margin-top: 0.5555555556vw;
}
.homeSecMv-points li strong {
  font-size: 1.3888888889vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-points li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 24.358974359vw;
    height: 24.358974359vw;
    padding: 3.5897435897vw 0.5128205128vw 1.5384615385vw;
    border-width: 0.5128205128vw;
    background: transparent;
    font-size: 2.5641025641vw;
    line-height: 4.6153846154vw;
  }
  .homeSecMv-points li:nth-child(1) img {
    width: 8.2051282051vw;
    height: 6.4102564103vw;
  }
  .homeSecMv-points li:nth-child(2) img {
    width: 7.4358974359vw;
    height: 7.4358974359vw;
  }
  .homeSecMv-points li:nth-child(3) img {
    width: 7.6923076923vw;
    height: 7.1794871795vw;
  }
  .homeSecMv-points li img {
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homeSecMv-points li span {
    margin-top: 0.5128205128vw;
    padding: 0;
    white-space: nowrap;
  }
  .homeSecMv-points li strong {
    font-size: 4.1025641026vw;
    line-height: 4.6153846154vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-points {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
}
.homeSecMv-areas {
  width: 36.3194444444vw;
  max-width: 36.3194444444vw;
  min-height: 3.9583333333vw;
  margin-top: 4.375vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.9444444444vw;
}
.homeSecMv-areas span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2777777778vw;
  margin-right: 1.1111111111vw;
}
.homeSecMv-areas span img {
  display: block;
  width: 0.9722222222vw;
  height: 1.3194444444vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-areas {
    display: none;
  }
}
.homeSecMv-list {
  width: 22.5694444444vw;
  max-width: 22.5694444444vw;
  margin-top: 2.3611111111vw;
  margin-left: -0.3472222222vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.9444444444vw;
}
.homeSecMv-list li {
  width: 22.5694444444vw;
  max-width: 22.5694444444vw;
  height: 1.9444444444vw;
}
.homeSecMv-list li::before {
  content: "・";
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-list {
    display: none;
  }
}
.homeSecMv-slash {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 55.7638888889vw;
  height: 100%;
  background: #F2F1EC;
  clip-path: polygon(12.1875vw 0, 100% 0, 100% 100%, 0 100%);
  -webkit-filter: drop-shadow(-1.25vw 0.2777777778vw 1.25vw rgba(0, 0, 0, 0.28));
          filter: drop-shadow(-1.25vw 0.2777777778vw 1.25vw rgba(0, 0, 0, 0.28));
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-slash {
    top: 132.8205128205vw;
    right: auto;
    left: 0;
    width: 100%;
    height: 83.3333333333vw;
    clip-path: polygon(0 25.3846153846vw, 100% 0, 100% 100%, 0 100%);
    -webkit-filter: drop-shadow(-2.0512820513vw 1.0256410256vw 3.0769230769vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-2.0512820513vw 1.0256410256vw 3.0769230769vw rgba(0, 0, 0, 0.2));
  }
}
.homeSecMv-side {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 56.3888888889vw;
  height: 63.5416666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.homeSecMv-side a {
  pointer-events: auto;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-side {
    position: absolute;
    top: 107.9487179487vw;
    right: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    padding: 0;
    pointer-events: auto;
  }
}
.homeSecMv-logo {
  position: absolute;
  left: 30.625vw;
  top: 2.5694444444vw;
  z-index: 3;
  width: 22.9861111111vw;
  height: 8.4027777778vw;
}
.homeSecMv-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.1527777778vw;
  z-index: 1;
  width: 18.75vw;
  height: 2.0833333333vw;
  background: #7BA23F;
}
.homeSecMv-logo img {
  position: absolute;
  left: 0;
  top: 0.7638888889vw;
  z-index: 0;
  display: block;
  width: 22.9861111111vw;
  height: 7.6388888889vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-logo {
    display: none;
  }
}
.homeSecMv-logoLabel {
  position: absolute;
  top: 0;
  left: 2.1527777778vw;
  z-index: 2;
  width: 18.75vw;
  height: 2.0833333333vw;
  margin: 0;
  background: transparent;
  color: #FFFFFF;
  font-size: 0.9722222222vw;
  line-height: 2.0833333333vw;
  text-align: center;
}
.homeSecMv-map {
  position: absolute;
  left: 0;
  top: 3.5416666667vw;
  z-index: 2;
  width: 53.6111111111vw;
  height: 49.5138888889vw;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSecMv-map:has(.homeSecMv-mapPin--furano:hover) .homeSecMv-mapImg--furano {
    opacity: 1;
  }
  .homeSecMv-map:has(.homeSecMv-mapPin--niseko:hover) .homeSecMv-mapImg--niseko {
    opacity: 1;
  }
}
@media screen and ((min-width: 768px)) {
  .homeSecMv-map:has(.homeSecMv-mapPin--furano:focus-visible) .homeSecMv-mapImg--furano {
    opacity: 1;
  }
  .homeSecMv-map:has(.homeSecMv-mapPin--niseko:focus-visible) .homeSecMv-mapImg--niseko {
    opacity: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-map {
    position: relative;
    left: auto;
    top: auto;
    width: 78.4615384615vw;
    height: 77.4358974359vw;
    margin-left: 21.5384615385vw;
  }
}
.homeSecMv-mapImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 53.6111111111vw;
  height: 49.5138888889vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  pointer-events: none;
}
.homeSecMv-mapImg--furano, .homeSecMv-mapImg--niseko {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.homeSecMv-mapImg--sp {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-mapImg {
    display: none;
  }
  .homeSecMv-mapImg--sp {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-position: left top;
       object-position: left top;
  }
}
.homeSecMv-mapPin {
  position: absolute;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9722222222vw 1.3888888889vw;
  border: 2px solid #E0B131;
  border-radius: 10px;
  background: #FFFFFF;
  color: #E0B131;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.6666666667vw;
  -webkit-box-shadow: 0.2083333333vw 0.2083333333vw 0.1041666667vw rgba(0, 0, 0, 0.1);
          box-shadow: 0.2083333333vw 0.2083333333vw 0.1041666667vw rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSecMv-mapPin:hover {
    background: #E0B131;
    border-color: #E0B131;
    color: #FFFFFF;
    opacity: 1;
  }
}
@media screen and ((min-width: 768px)) {
  .homeSecMv-mapPin:focus-visible {
    background: #E0B131;
    border-color: #E0B131;
    color: #FFFFFF;
    opacity: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-mapPin {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding: 1.0256410256vw 2.5641025641vw;
    border-width: 0.5128205128vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0.7692307692vw 0.7692307692vw 0.3846153846vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.7692307692vw 0.7692307692vw 0.3846153846vw rgba(0, 0, 0, 0.1);
  }
}
.homeSecMv-mapPin--furano {
  top: 52.9%;
  left: 77.6%;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-mapPin--furano {
    top: 25.8974358974vw;
    left: -16.4102564103vw;
    -webkit-transform: none;
            transform: none;
  }
}
.homeSecMv-mapPin--niseko {
  top: 64.8%;
  left: 48.8%;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-mapPin--niseko {
    top: 54.1025641026vw;
    left: 10.7692307692vw;
    -webkit-transform: none;
            transform: none;
  }
}
.homeSecMv-fairy {
  position: absolute;
  right: 7.2222222222vw;
  bottom: 1.5277777778vw;
  z-index: 2;
  width: 15.6944444444vw;
  height: 19.375vw;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-fairy {
    display: none;
  }
}
.homeSecMv-corp {
  position: absolute;
  left: 6.8055555556vw;
  top: 51.5972222222vw;
  z-index: 3;
  width: 29.375vw;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-corp {
    position: relative;
    left: auto;
    top: auto;
    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;
    width: 89.4871794872vw;
    margin: 6.6666666667vw auto 0;
    padding-top: 6.9230769231vw;
  }
}
.homeSecMv-corpLead {
  font-size: 1.1111111111vw;
  line-height: 1.9444444444vw;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-corpLead {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
}
.homeSecMv-corpNote {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
  text-align: center;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-corpNote {
    margin-top: -1.0256410256vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
}
.homeSecMv-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8333333333vw 0.5555555556vw;
  margin-top: 0.7638888889vw;
}
.homeSecMv-tags li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #FFFFFF;
  color: #7BA23F;
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
  padding: 0.2777777778vw 0.6944444444vw;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-tags li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 6.6666666667vw;
    padding: 0 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-tags {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.5897435897vw 27.9487179487vw 24.6153846154vw;
    grid-template-columns: 33.5897435897vw 27.9487179487vw 24.6153846154vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 89.4871794872vw;
    margin-top: 2.3076923077vw;
    gap: 1.2820512821vw 1.5384615385vw;
  }
  .homeSecMv-tags li {
    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;
    width: 100%;
    min-width: 0;
  }
  .homeSecMv-tags li:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    width: 37.9487179487vw;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.homeSec01 {
  padding: 60px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01 {
    padding: 10.2564102564vw 0;
  }
}
.homeSec01-intro {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-intro {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.homeSec01-intro .cmn-ttl {
  gap: 8px;
  font-size: 32px;
  line-height: 1;
}
.homeSec01-intro .cmn-ttl::before {
  width: 30px;
  height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-intro .cmn-ttl {
    font-size: 6.1538461538vw;
    line-height: 1;
    gap: 2.5641025641vw;
  }
  .homeSec01-intro .cmn-ttl::before {
    width: 7.6923076923vw;
    height: 7.1794871795vw;
  }
}
.homeSec01-lead {
  width: 100%;
  margin-top: 18px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-lead {
    margin-top: 5.1282051282vw;
    padding-left: 0;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    white-space: normal;
  }
}
.homeSec01-list {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  margin: 40px auto 0;
  padding-left: 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-list {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    padding-left: 0;
  }
}
.homeSec01-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 1400px;
  max-width: 100%;
  min-height: 713px;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
}
.homeSec01-block.is-empty {
  min-height: 0;
  gap: 16px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-block {
    width: 100%;
    min-height: 0;
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .homeSec01-block.is-empty {
    gap: 4.1025641026vw;
  }
}
.homeSec01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-head {
    gap: 5.1282051282vw;
  }
}
.homeSec01-areaTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #7BA23F;
  font-size: 24px;
  line-height: 1.25;
}
.homeSec01-areaTtl::before {
  content: "";
  width: 21px;
  height: 25px;
  background: url(../img/home/ico_area_pin.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-areaTtl {
    gap: 2.0512820513vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
  .homeSec01-areaTtl::before {
    width: 5.3846153846vw;
    height: 6.4102564103vw;
  }
}
.homeSec01-areaTxt {
  margin-top: 8px;
  max-width: 1034px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-areaTxt {
    margin-top: 2.5641025641vw;
    max-width: none;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.homeSec01-empty {
  margin: 0;
}
.homeSec01-empty a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-empty {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.homeSec01-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-nav {
    display: none;
  }
}
.homeSec01-prev, .homeSec01-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  padding: 0;
  border: 0;
  background: url(../img/home/ico_area_next.svg) center/57px 57px no-repeat;
  cursor: pointer;
}
.homeSec01-prev.swiper-button-disabled, .homeSec01-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.homeSec01-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.homeSec01 .js-area-swiper {
  overflow: hidden;
  width: 1320px;
  max-width: 100%;
}
.homeSec01 .js-area-swiper .swiper-slide {
  width: 440px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01 .js-area-swiper {
    width: 100%;
  }
  .homeSec01 .js-area-swiper .swiper-slide {
    width: 82.0512820513vw;
  }
}
.homeSec01-bar {
  position: relative;
  width: 886px;
  max-width: 100%;
  height: 8px;
  margin: 0 auto;
  background: #F2F1EC;
  border-radius: 10px;
  overflow: hidden;
}
.homeSec01-bar.swiper-pagination-progressbar, .homeSec01-bar.swiper-pagination-horizontal {
  position: relative;
  top: auto;
  left: auto;
  width: 886px;
  max-width: 100%;
  height: 8px;
  background: #F2F1EC;
}
.homeSec01-bar .swiper-pagination-progressbar-fill {
  background: #E0B131;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-bar {
    width: 100%;
    height: 2.0512820513vw;
    border-radius: 2.5641025641vw;
  }
  .homeSec01-bar.swiper-pagination-progressbar, .homeSec01-bar.swiper-pagination-horizontal {
    width: 100%;
    height: 2.0512820513vw;
  }
  .homeSec01-bar .swiper-pagination-progressbar-fill {
    border-radius: 2.5641025641vw;
  }
}

.homeSec02 {
  padding: 60px 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec02 {
    padding: 10.2564102564vw 0;
  }
}
.homeSec02-inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-inner {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.homeSec02-inner .cmn-ttl {
  gap: 8px;
  font-size: 32px;
  line-height: 1;
}
.homeSec02-inner .cmn-ttl::before {
  width: 30px;
  height: 30px;
  background-image: url(../img/home/ico_purpose.svg);
}
@media screen and ((max-width: 767px)) {
  .homeSec02-inner .cmn-ttl {
    gap: 2.5641025641vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
  .homeSec02-inner .cmn-ttl::before {
    width: 7.6923076923vw;
    height: 7.1794871795vw;
  }
}
.homeSec02-head {
  height: 86px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-head {
    height: auto;
  }
}
.homeSec02-lead {
  max-width: 1056px;
  margin-top: 18px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-lead {
    max-width: none;
    margin-top: 5.1282051282vw;
    padding-left: 0;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.homeSec02-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.39vw, 20px);
  margin-top: 40px;
  width: 100%;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
.homeSec02-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: auto;
  min-width: 0;
  max-width: 440px;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSec02-card:hover .homeSec02-cardImg {
    border-color: #7BA23F;
  }
  .homeSec02-card:hover .homeSec02-cardImg::after {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and ((min-width: 768px)) {
  .homeSec02-card:focus-visible .homeSec02-cardImg {
    border-color: #7BA23F;
  }
  .homeSec02-card:focus-visible .homeSec02-cardImg::after {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec02-card {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 2.0512820513vw;
  }
}
.homeSec02-cardImg {
  position: relative;
  width: 100%;
  aspect-ratio: 440/220;
  height: auto;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-cardImg {
    width: 100%;
    height: 41.0256410256vw;
    aspect-ratio: auto;
    border-width: 0;
    border-radius: 2.5641025641vw;
  }
}
.homeSec02-cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSec02-cardImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homeSec02-cardImg span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 1;
  color: #FFFFFF;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and ((max-width: 767px)) {
  .homeSec02-cardImg span {
    font-size: 5.1282051282vw;
    line-height: 1;
    bottom: 3.5897435897vw;
    text-shadow: 0.7692307692vw 0.7692307692vw 0.7692307692vw rgba(0, 0, 0, 0.25);
  }
}
.homeSec02-cardTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-cardTags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    gap: 1.0256410256vw;
  }
  .homeSec02-cardTags .cmn-tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    height: 7.1794871795vw;
    padding: 0 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 7.1794871795vw;
  }
}

.homeSec03 {
  padding: 60px 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 {
    padding: 10.2564102564vw 0;
  }
}
.homeSec03-inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 max(20px, (min(100%, 1440px) - 1120px) / 2);
}
@media screen and ((max-width: 767px)) {
  .homeSec03-inner {
    width: 100%;
    padding: 0;
  }
}
.homeSec03-row {
  position: relative;
  width: 1120px;
  max-width: 100%;
  height: 588px;
  margin: 0 auto 80px;
}
.homeSec03-row:last-child {
  margin-bottom: 0;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSec03-row:hover .homeSec03-photo::after {
    opacity: 0.6;
  }
  .homeSec03-row:hover .homeSec03-card {
    background: #F2F1EC;
    border-color: #7BA23F;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and ((min-width: 768px)) {
  .homeSec03-row:has(.homeSec03-link:focus-visible) .homeSec03-photo::after {
    opacity: 0.6;
  }
  .homeSec03-row:has(.homeSec03-link:focus-visible) .homeSec03-card {
    background: #F2F1EC;
    border-color: #7BA23F;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec03-row {
    width: 100%;
    height: auto;
    margin-bottom: 10.2564102564vw;
  }
}
.homeSec03-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 516px;
  border-radius: 10px;
  overflow: hidden;
}
.homeSec03-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSec03-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-photo {
    position: relative;
    width: 100%;
    height: 84.6153846154vw;
    border-radius: 2.5641025641vw;
  }
}
.homeSec03-card {
  position: absolute;
  z-index: 1;
  top: 158px;
  right: 50px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 664px;
  height: 430px;
  padding: 58px 50px 64px 44px;
  background: #FFFFFF;
  border: 4px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-rev .homeSec03-card {
  right: auto;
  left: 47px;
  width: 660px;
  padding: 60px 50px 64px 45px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 80.2564102564vw;
    height: auto;
    margin: -50vw 5.1282051282vw 0 auto;
    padding: 7.6923076923vw 2.5641025641vw 5.1282051282vw;
    gap: 5.1282051282vw;
    border-width: 0;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 1.5384615385vw 1.5384615385vw 0.7692307692vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.5384615385vw 1.5384615385vw 0.7692307692vw rgba(0, 0, 0, 0.1);
  }
  .is-rev .homeSec03-card {
    right: auto;
    left: auto;
    width: 80.2564102564vw;
    padding: 5.1282051282vw 2.5641025641vw;
    margin: -50vw auto 0 5.1282051282vw;
  }
}
.homeSec03-ttl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 571px;
  max-width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.homeSec03-ttl:has(.homeSec03-badge) {
  position: relative;
  height: auto;
}
.is-rev .homeSec03-ttl {
  width: 570px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttl {
    width: 100%;
    height: auto;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .is-rev .homeSec03-ttl {
    width: 100%;
  }
}
.homeSec03-ttlLead {
  display: block;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttlLead {
    line-height: 1;
  }
}
.homeSec03-ttlMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.homeSec03-ttlMain:has(.homeSec03-badge) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.is-rev .homeSec03-ttlMain {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttlMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5641025641vw;
       -moz-column-gap: 2.5641025641vw;
            column-gap: 2.5641025641vw;
  }
  .homeSec03-ttlMain:has(.homeSec03-badge) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5384615385vw;
    -webkit-column-gap: 1.5384615385vw;
       -moz-column-gap: 1.5384615385vw;
            column-gap: 1.5384615385vw;
  }
  .is-rev .homeSec03-ttlMain {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.0256410256vw;
    -webkit-column-gap: 1.0256410256vw;
       -moz-column-gap: 1.0256410256vw;
            column-gap: 1.0256410256vw;
  }
}
.homeSec03-ttlMain strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeSec03-ttlMain strong .homeSec03-ttlImg {
  display: block;
  width: 187px;
  height: 59px;
}
.homeSec03-ttlMain strong .homeSec03-ttlImgSp {
  display: none;
}
.homeSec03-ttl:has(.homeSec03-badge) .homeSec03-ttlMain strong {
  position: static;
}
.homeSec03-ttlMain strong.is-lg {
  position: static;
}
.homeSec03-ttlMain strong.is-lg .homeSec03-ttlImg {
  width: 525px;
  height: 44px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttlMain strong {
    position: static;
    display: block;
    width: auto;
  }
  .homeSec03-ttlMain strong .homeSec03-ttlImg {
    display: none;
  }
  .homeSec03-ttlMain strong .homeSec03-ttlImgSp {
    display: block;
    width: 27.1794871795vw;
    height: 8.4615384615vw;
  }
  .homeSec03-ttlMain strong.is-lg {
    width: auto;
    max-width: 67.4358974359vw;
  }
  .homeSec03-ttlMain strong.is-lg .homeSec03-ttlImgSp {
    width: 67.4358974359vw;
    height: 5.641025641vw;
  }
}
.homeSec03-ttlTail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.homeSec03-ttl:has(.homeSec03-badge) .homeSec03-ttlTail {
  position: static;
  top: auto;
  left: auto;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttlTail {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .is-rev .homeSec03-ttlTail {
    line-height: 1;
  }
}
.homeSec03-ttlWord {
  display: none;
}
.homeSec03-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 60px;
  margin: -6px 8px -6px 6px;
  padding: 0 10px;
  background: #3F6AA2;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: rotate(5.85deg);
          transform: rotate(5.85deg);
}
@media screen and ((max-width: 767px)) {
  .homeSec03-badge {
    width: auto;
    height: auto;
    min-height: 7.1794871795vw;
    margin: 0 1.0256410256vw;
    padding: 2.0512820513vw 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
.homeSec03-txt {
  width: 562px;
  max-width: 100%;
  margin-top: 22px;
  font-size: 16px;
  line-height: 28px;
}
.is-rev .homeSec03-txt {
  width: 561px;
  margin-top: 37px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-txt {
    width: 100%;
    margin-top: 0;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .is-rev .homeSec03-txt {
    width: 100%;
    margin-top: 0;
  }
}
.homeSec03-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #7BA23F;
  color: #7BA23F;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSec03-link:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.homeSec03-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin-bottom: 6px;
  background: url(../img/common/ico_link_arrow.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-link {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1.0256410256vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: right;
  }
  .homeSec03-link::after {
    display: inline-block;
    width: 3.0769230769vw;
    height: 2.8205128205vw;
    margin: 0 0 1.0256410256vw 1.0256410256vw;
    vertical-align: middle;
  }
}

.homeSec04 {
  padding: 120px 0;
  background: #F9F9F7;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 {
    padding: 10.2564102564vw 0;
  }
}
.homeSec04-inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 41px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-inner {
    width: 100%;
    padding: 0 10.5128205128vw;
  }
}
.homeSec04-ttl {
  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;
  height: 174px;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-ttl {
    position: relative;
    display: block;
    width: 69.2307692308vw;
    height: 35.641025641vw;
    margin: 0 auto 10.2564102564vw;
    overflow: visible;
  }
}
.homeSec04-fairy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 142px;
  height: 174px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-fairy {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.8717948718vw;
    height: 18.2051282051vw;
  }
}
.homeSec04-ttlCopy {
  position: relative;
  width: 914px;
  height: 174px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-ttlCopy {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}
.homeSec04-brand {
  position: absolute;
  top: 69px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-brand {
    position: static;
    top: auto;
    left: auto;
    gap: 0.7692307692vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5.1282051282vw 0 0 14.8717948718vw;
  }
}
.homeSec04-logo {
  display: block;
  width: 461px;
  height: 36px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-logo {
    width: 48.4615384615vw;
    height: 3.8461538462vw;
  }
}
.homeSec04-ga {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-ga {
    font-size: 5.1282051282vw;
  }
}
.homeSec04-reasonTxt {
  display: none;
}
.homeSec04-reasonImg {
  display: block;
  width: 375px;
  height: 61px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-reasonImg {
    display: none;
  }
}
.homeSec04-reasonImgSp {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-reasonImgSp {
    display: block;
    width: 60.2564102564vw;
    height: 9.7435897436vw;
  }
}
.homeSec04-ttlCopy strong {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  color: #E0B131;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.homeSec04-ttlCopy strong::before, .homeSec04-ttlCopy strong::after {
  content: "";
  position: absolute;
  top: -21px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E0B131;
}
.homeSec04-ttlCopy strong::before {
  left: 283px;
}
.homeSec04-ttlCopy strong::after {
  left: 346px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-ttlCopy strong {
    position: absolute;
    top: 18.9743589744vw;
    left: 3.8461538462vw;
    -webkit-transform: none;
            transform: none;
  }
  .homeSec04-ttlCopy strong::before, .homeSec04-ttlCopy strong::after {
    top: -3.5897435897vw;
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
  .homeSec04-ttlCopy strong::before {
    left: 45.3846153846vw;
  }
  .homeSec04-ttlCopy strong::after {
    left: 55.3846153846vw;
  }
}
.homeSec04-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(12px, 1.53vw, 22px);
  width: 100%;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-grid {
    -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: 5.1282051282vw;
  }
}
.homeSec04-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -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: 20px;
  width: auto;
  min-width: 0;
  max-width: 323px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-item {
    width: 82.8205128205vw;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 5.1282051282vw;
  }
}
.homeSec04-item h3 {
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-item h3 {
    font-size: 6.1538461538vw;
    line-height: 1;
  }
}
.homeSec04-copy {
  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: 2px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-copy {
    gap: 1.0256410256vw;
  }
}
.homeSec04-img {
  position: relative;
  width: 100%;
  padding-top: 47px;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-img {
    width: 100%;
    padding-top: 12.0512820513vw;
  }
}
.homeSec04-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 323/240;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.12);
}
@media screen and ((max-width: 767px)) {
  .homeSec04-img img {
    width: 100%;
    height: 61.5384615385vw;
    aspect-ratio: auto;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 1.5384615385vw 1.5384615385vw 2.0512820513vw rgba(0, 0, 0, 0.12);
            box-shadow: 1.5384615385vw 1.5384615385vw 2.0512820513vw rgba(0, 0, 0, 0.12);
  }
}
.homeSec04-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  bottom: 0;
  border-radius: 10px;
  background: rgba(242, 241, 236, 0.2);
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-img::after {
    top: 12.0512820513vw;
    border-radius: 2.5641025641vw;
  }
}
.homeSec04-num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-num {
    font-size: 4.1025641026vw;
  }
}
.homeSec04-num strong {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  margin-left: 4px;
  border-radius: 50%;
  background: #7BA23F;
  -webkit-box-shadow: 3px 3px 0 #E0B131;
          box-shadow: 3px 3px 0 #E0B131;
  color: #FFFFFF;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-num strong {
    width: 13.0769230769vw;
    height: 13.0769230769vw;
    margin-left: 1.0256410256vw;
    -webkit-box-shadow: 0.7692307692vw 0.7692307692vw 0 #E0B131;
            box-shadow: 0.7692307692vw 0.7692307692vw 0 #E0B131;
    font-size: 9.2307692308vw;
  }
}
.homeSec04-cap {
  color: #7BA23F;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-cap {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-underline-offset: 0.5128205128vw;
  }
}

.homeSec05 {
  background: url(../img/home/img_bg_stripe.webp) center/cover no-repeat;
}
.homeSec05-stage {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 103px 0 70px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-stage {
    width: 100%;
    min-height: 0;
    padding: 15.641025641vw 5.1282051282vw 19.7435897436vw;
  }
}
.homeSec05-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(24px, 10.42vw, 150px);
  gap: 20px 24px;
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 700;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ttl {
    display: block;
    padding-left: 0;
    font-size: 6.1538461538vw;
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ttlLead {
    display: block;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ttlTail {
    display: block;
    margin-top: 2.3076923077vw;
    text-align: right;
  }
}
.homeSec05-badge {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(240px, 24.24vw, 349px);
  height: clamp(56px, 5.56vw, 80px);
  overflow: visible;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76.9230769231vw;
    height: 17.6923076923vw;
    margin: 5.1282051282vw 0 0 3.3333333333vw;
  }
}
.homeSec05-badge + .homeSec05-badge {
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-badge + .homeSec05-badge {
    margin: 1.2820512821vw 0 0 4.8717948718vw;
  }
}
.homeSec05-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  z-index: -1;
  width: 105.4%;
  height: 122.5%;
  background: url(../img/home/img_sol_badge.svg) 0 0/100% 100% no-repeat;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-badge::before {
    top: -3.8461538462vw;
    width: 81.2820512821vw;
    height: 21.5384615385vw;
    background-size: 100% 100%;
  }
}
.homeSec05-badge span {
  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;
  width: 100%;
  height: 100%;
  background: #3F6AA2;
}
.homeSec05-badge span img {
  display: block;
  width: 79%;
  height: auto;
  max-height: 54%;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-badge span img {
    width: 60.7692307692vw;
    height: 9.4871794872vw;
    max-height: none;
  }
}
.homeSec05-badge + .homeSec05-badge span img {
  width: 80%;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-badge + .homeSec05-badge span img {
    width: 61.5384615385vw;
    height: 9.2307692308vw;
  }
}
.homeSec05-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.67vw, 24px);
  margin-top: 54px;
  padding: 0 clamp(20px, 4.93vw, 71px);
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-flow {
    display: block;
    margin-top: 12.0512820513vw;
    padding: 0;
    gap: 0;
  }
}
.homeSec05-before {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(96px, 143px) minmax(0, 1fr);
  grid-template-columns: minmax(96px, 143px) minmax(0, 1fr);
  -webkit-column-gap: clamp(8px, 0.9vw, 13px);
     -moz-column-gap: clamp(8px, 0.9vw, 13px);
          column-gap: clamp(8px, 0.9vw, 13px);
  row-gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: 548px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-before {
    position: relative;
    display: block;
    max-width: none;
    padding-top: 27.1794871795vw;
  }
}
.homeSec05-before p {
  width: auto;
  max-width: 100%;
  min-height: 88px;
  padding: 15px 18px;
  background: #FFFFFF;
  border: 2px solid #F2F1EC;
  border-radius: 10px;
  font-size: clamp(13px, 1.11vw, 16px);
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-before p {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 17.9487179487vw;
    margin-top: 1.0256410256vw;
    padding: 2.8205128205vw 4.6153846154vw;
    border-width: 0.5128205128vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .homeSec05-before p:first-of-type {
    margin-top: 0;
  }
}
.homeSec05-illust {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
  max-width: 143px;
  height: auto;
  aspect-ratio: 143/180;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-illust {
    position: absolute;
    top: 0;
    left: 33.3333333333vw;
    z-index: 0;
    display: block;
    width: 29.4871794872vw;
    max-width: none;
    height: 37.1794871795vw;
    aspect-ratio: auto;
    margin: 0;
  }
}
.homeSec05-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(20px, 2.01vw, 29px);
  height: clamp(42px, 4.24vw, 61px);
  margin: 0;
  background: url(../img/home/ico_sol_arrow.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-arrow {
    display: block;
    width: 5.641025641vw;
    height: 10.5128205128vw;
    margin: 3.5897435897vw auto;
    background-size: 5.641025641vw 10.5128205128vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.homeSec05-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.53vw, 22px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: 661px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-after {
    position: relative;
    display: block;
    max-width: none;
    margin-top: 6.1538461538vw;
  }
}
.homeSec05-fairy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(110px, 11.67vw, 168px);
  height: auto;
  aspect-ratio: 168/206;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-fairy {
    position: absolute;
    z-index: 1;
    left: 3.8461538462vw;
    top: 7.1794871795vw;
    width: 18.7179487179vw;
    height: 22.8205128205vw;
    aspect-ratio: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.homeSec05-gold {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 471px;
  height: auto;
  min-height: 121px;
  padding: clamp(24px, 2.64vw, 38px) 12px 16px clamp(14px, 1.46vw, 21px);
  overflow: visible;
  background: #E0B131;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-gold {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 36.9230769231vw;
    padding: 7.9487179487vw 4.1025641026vw 5.1282051282vw 25.641025641vw;
    border-width: 0.5128205128vw;
    border-radius: 2.5641025641vw;
  }
}
.homeSec05-goldTtl {
  font-size: clamp(18px, 1.67vw, 24px);
  line-height: 1.2;
  white-space: nowrap;
}
.homeSec05-goldTtl strong {
  position: relative;
  font-size: clamp(28px, 2.78vw, 40px);
}
.homeSec05-goldTtl strong::before {
  content: "・・";
  position: absolute;
  left: 4px;
  top: -22px;
  width: 72px;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-goldTtl {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    white-space: nowrap;
  }
  .homeSec05-goldTtl strong {
    font-size: 9.2307692308vw;
    line-height: 9.2307692308vw;
  }
  .homeSec05-goldTtl strong::before, .homeSec05-goldTtl strong::after {
    content: "";
    position: absolute;
    top: -2.5641025641vw;
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    pointer-events: none;
  }
  .homeSec05-goldTtl strong::before {
    left: 3.5897435897vw;
  }
  .homeSec05-goldTtl strong::after {
    left: 13.0769230769vw;
  }
}
.homeSec05-goldTxt {
  margin-top: 8px;
  font-size: clamp(13px, 1.11vw, 16px);
  line-height: 1.75;
  white-space: normal;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-goldTxt {
    margin-top: 0;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    white-space: normal;
  }
}
.homeSec05-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  max-width: calc(100% - 80px);
  height: 213px;
  margin: 64px auto 0;
  overflow: visible;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSec05-cta:hover .homeSec05-ctaBt {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .homeSec05-cta:hover .homeSec05-ctaBt::before {
    opacity: 0;
  }
}
@media screen and ((min-width: 768px)) {
  .homeSec05-cta:focus-visible .homeSec05-ctaBt {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .homeSec05-cta:focus-visible .homeSec05-ctaBt::before {
    opacity: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec05-cta {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 14.1025641026vw;
  }
}
.homeSec05-ctaTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 678px;
  padding: 48px 45px;
  border: 2px solid #7BA23F;
  border-radius: 10px;
  background: #F2F1EC;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 6px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ctaTxt {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 43.8461538462vw;
    padding: 9.7435897436vw 7.6923076923vw;
    border-width: 0.5128205128vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 1.5384615385vw 1.5384615385vw 1.5384615385vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.5384615385vw 1.5384615385vw 1.5384615385vw rgba(0, 0, 0, 0.1);
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-decoration: none;
    text-underline-offset: 1.5384615385vw;
  }
}
.homeSec05-ctaBt {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 40px 24px 20px;
  border-radius: 10px;
  background: #7BA23F;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homeSec05-ctaBt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  border-left: 2px dashed #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ctaBt::before {
    left: 1.5384615385vw;
    right: 1.5384615385vw;
    top: 0;
    bottom: auto;
    border-left: 0;
    border-top: 0.5128205128vw dashed #FFFFFF;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ctaBt {
    width: 100%;
    min-height: 27.4358974359vw;
    padding: 5.641025641vw 4.1025641026vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 1.5384615385vw 1.5384615385vw 1.5384615385vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.5384615385vw 1.5384615385vw 1.5384615385vw rgba(0, 0, 0, 0.1);
    font-size: 5.1282051282vw;
    line-height: 8.2051282051vw;
  }
}
.homeSec05-ctaBtLine {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ctaBtLine {
    gap: 2.0512820513vw;
  }
}
.homeSec05-ctaArrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  height: 17px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-ctaArrow {
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
}

.homeSec06 {
  background: #F2F1EC;
}
.homeSec06-stage {
  position: relative;
  width: 100%;
  min-height: 828px;
  margin: 0 auto;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-stage {
    min-height: 0;
    padding: 12.8205128205vw 0;
    overflow: visible;
  }
}
.homeSec06-hand {
  position: absolute;
  top: 120px;
  left: 0;
  width: 379px;
  height: 216px;
  mix-blend-mode: multiply;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-hand {
    top: 12.5641025641vw;
    left: -0.2564102564vw;
    width: 46.6666666667vw;
    height: 26.6666666667vw;
  }
}
.homeSec06-fairy {
  position: absolute;
  right: -27px;
  bottom: 15px;
  width: 249px;
  height: 306px;
  mix-blend-mode: multiply;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-fairy {
    display: none;
  }
}
.homeSec06-head {
  position: relative;
  z-index: 1;
  height: 216px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-head {
    height: 52.5641025641vw;
    padding: 0;
  }
}
.homeSec06-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  padding-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.homeSec06-ttl strong {
  position: relative;
  color: #7BA23F;
  font-size: 64px;
  line-height: 1;
  padding-bottom: 12px;
}
.homeSec06-ttl strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  border-top: 1px solid #7BA23F;
  border-bottom: 1px solid #7BA23F;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-ttl {
    -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: 0.7692307692vw;
    padding-top: 11.5384615385vw;
    font-size: 5.1282051282vw;
  }
  .homeSec06-ttl strong {
    font-size: 12.3076923077vw;
    padding-bottom: 4.1025641026vw;
  }
  .homeSec06-ttl strong::after {
    width: 56.4102564103vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1.2820512821vw;
  }
}
.homeSec06-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 20px auto 0;
  padding: 4px 18px;
  border-radius: 10px;
  background: #404040;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.homeSec06-note br {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-note {
    max-width: calc(100% - 10.2564102564vw);
    margin-top: 3.3333333333vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
  .homeSec06-note br {
    display: block;
  }
}
.homeSec06-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 169px;
  margin-top: 20px;
  padding: 0 80px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-list {
    -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: 18.7179487179vw;
    margin-top: 8.2051282051vw;
    padding: 0;
  }
}
.homeSec06-list li {
  position: relative;
  width: 240px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-list li {
    width: 61.5384615385vw;
    overflow: visible;
  }
}
.homeSec06-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 176px;
  right: -165px;
  width: 161px;
  height: 16px;
  background: url(../img/home/img_step_arrow.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-list li:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -16.6666666667vw;
    width: 14.6153846154vw;
    height: 14.6153846154vw;
    margin-left: -7.3076923077vw;
    background-size: 14.6153846154vw 4.1025641026vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.homeSec06-step {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.homeSec06-step strong {
  display: block;
  margin-top: 20px;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-step strong {
    font-size: 24.6153846154vw;
    line-height: 7.1794871795vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec06-step {
    left: 3.5897435897vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .homeSec06-step strong {
    margin-top: 5.1282051282vw;
    margin-left: -3.5897435897vw;
  }
}
.homeSec06-circle {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 240px;
  height: 240px;
  margin-top: 64px;
  padding: 0 16px 36px;
  border: 1px solid #7BA23F;
  border-radius: 50%;
  background: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.homeSec06-circle > img {
  width: auto;
  height: auto;
  max-width: 144px;
  max-height: 106px;
  margin-bottom: 12px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-circle {
    width: 61.5384615385vw;
    height: 61.5384615385vw;
    margin-top: 16.4102564103vw;
    padding: 0 4.1025641026vw 9.2307692308vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
  .homeSec06-circle > img {
    max-width: 36.9230769231vw;
    max-height: 27.1794871795vw;
    margin-bottom: 3.0769230769vw;
  }
}

.homeSec07 {
  background-color: #F2F1EC;
  background-image: url(../img/home/img_bg_faq.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120% auto;
}
@media screen and ((max-width: 767px)) {
  .homeSec07 {
    background-image: url(../img/home/img_bg_faq_sp.webp);
  }
}
.homeSec07-stage {
  width: 1440px;
  max-width: 100%;
  min-height: 1752px;
  margin: 0 auto;
  padding: 210px 160px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-stage {
    width: 100%;
    min-height: 0;
    padding: 30.7692307692vw 5.1282051282vw 10.2564102564vw;
  }
}
.homeSec07-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 1120px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14.8717948718vw;
    width: 100%;
  }
}
.homeSec07-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-body {
    gap: 10.2564102564vw;
  }
}
.homeSec07-head {
  position: relative;
  height: 144px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-head {
    height: 42.0512820513vw;
  }
}
.homeSec07-en {
  position: absolute;
  top: 0;
  left: 0;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-en {
    font-size: 24.6153846154vw;
    line-height: 7.1794871795vw;
  }
}
.homeSec07-ttl {
  position: absolute;
  top: 68px;
  left: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-ttl {
    top: 17.4358974359vw;
    font-size: 6.1538461538vw;
    line-height: 1;
  }
}
.homeSec07-lead {
  position: absolute;
  top: 116px;
  left: 0;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-lead {
    top: 29.7435897436vw;
    width: 89.7435897436vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.homeSec07-group {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.homeSec07-group h3 {
  margin: 0 0 40px;
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-group h3 {
    margin-bottom: 10.2564102564vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.homeSec07-group .cmn-faq + .cmn-faq {
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-group .cmn-faq + .cmn-faq {
    margin-top: 10.2564102564vw;
  }
}
.homeSec07-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #7BA23F;
  color: #7BA23F;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .homeSec07-more:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.homeSec07-more br {
  display: none;
}
.homeSec07-more::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url(../img/common/ico_link_arrow.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec07-more {
    display: block;
    width: 61.7948717949vw;
    gap: 2.0512820513vw;
    padding-bottom: 1.5384615385vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .homeSec07-more br {
    display: inline;
  }
  .homeSec07-more::after {
    display: inline-block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-left: 1.0256410256vw;
    vertical-align: middle;
  }
}

.aboutSecMv {
  overflow-x: clip;
  background: #F2F1EC;
}
.aboutSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.aboutSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.aboutSecMv-ttl {
  position: relative;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  height: 348px;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-ttl {
    width: 100%;
    max-width: none;
    height: 47.9487179487vw;
    overflow: visible;
  }
}
.aboutSecMv-en {
  position: absolute;
  top: 74px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  text-stroke: 1px #E0B131;
  paint-order: stroke fill;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-en {
    top: 10vw;
    right: 0;
    width: 83.5897435897vw;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 0.2564102564vw;
    opacity: 0.3;
  }
}
.aboutSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.0512820513vw;
    padding-right: 0;
  }
}
.aboutSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(64px, 6.11vw, 88px);
  height: auto;
  aspect-ratio: 88/108;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
    aspect-ratio: auto;
  }
}
.aboutSecMv-jpTxt {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.aboutSecMv-jpTxt img {
  display: block;
  width: 1048px;
  max-width: 100%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .aboutSecMv-jpTxt {
    width: 73.5897435897vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .aboutSecMv-jpTxt img {
    width: 100%;
    height: auto;
  }
}

.aboutSec01 {
  background: #7BA23F;
  border-radius: 80px 80px 0 0;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01 {
    border-radius: 20.5128205128vw 20.5128205128vw 0 0;
  }
}
.aboutSec01-stage {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0 60px;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-stage {
    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: 10.2564102564vw;
    padding: 15.3846153846vw 0;
    overflow: visible;
  }
}
.aboutSec01-ghost {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.2;
  border-radius: 10px;
  pointer-events: none;
}
.aboutSec01-ghost--a {
  top: 120px;
  left: 22.7083333333%;
  width: 23.4027777778%;
  height: 108px;
}
.aboutSec01-ghost--b {
  top: 268px;
  left: 0;
  width: 18.4027777778%;
  height: 108px;
}
.aboutSec01-ghost--c {
  top: 244px;
  left: 45.625%;
  width: 17.8472222222%;
  height: 108px;
}
.aboutSec01-ghost--d {
  top: 220px;
  left: 79.6527777778%;
  width: 20.3472222222%;
  height: 108px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-ghost--a {
    top: 15.3846153846vw;
    left: auto;
    right: 2.0512820513vw;
    width: 45.1282051282vw;
    height: 18.9743589744vw;
  }
  .aboutSec01-ghost--b {
    top: 30.7692307692vw;
    left: 2.0512820513vw;
    width: 45.1282051282vw;
    height: 18.9743589744vw;
  }
  .aboutSec01-ghost--c {
    top: 49.7435897436vw;
    left: auto;
    right: 6.6666666667vw;
    width: 45.1282051282vw;
    height: 18.9743589744vw;
  }
  .aboutSec01-ghost--d {
    display: none;
  }
}
.aboutSec01-talk {
  position: relative;
  height: 307px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-talk {
    width: 95.641025641vw;
    height: 69.2307692308vw;
  }
}
.aboutSec01-bubble {
  position: absolute;
  z-index: 1;
  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;
  max-width: calc(100% - 40px);
  padding: clamp(20px, 2.78vw, 40px) clamp(24px, 4.17vw, 60px);
  background: #FFFFFF;
  border-radius: 10px;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aboutSec01-bubble--a {
  top: 64px;
  left: 11.1111111111%;
}
.aboutSec01-bubble--b {
  top: 40px;
  left: 49.5138888889%;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-bubble {
    max-width: none;
    padding: 2.5641025641vw 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: center;
  }
  .aboutSec01-bubble--a {
    top: 6.6666666667vw;
    left: 32.3076923077vw;
    right: auto;
  }
  .aboutSec01-bubble--b {
    top: 26.4102564103vw;
    left: 3.0769230769vw;
  }
}
.aboutSec01-people {
  position: absolute;
  z-index: 2;
  left: 39.375%;
  top: 118px;
  width: 21.25%;
  height: auto;
  aspect-ratio: 306/189;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-people {
    left: 26.4102564103vw;
    top: 39.4871794872vw;
    width: 48.2051282051vw;
    height: 29.7435897436vw;
    aspect-ratio: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.aboutSec01-copy {
  position: relative;
  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;
  width: min(959px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-copy {
    width: 88.7179487179vw;
    padding-top: 0;
  }
}
.aboutSec01-fairy {
  position: absolute;
  left: 62.0437956204%;
  top: 0;
  z-index: 0;
  width: 30.3441084463%;
  height: auto;
  aspect-ratio: 291/357;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-fairy {
    left: auto;
    right: -0.5128205128vw;
    top: 11.7948717949vw;
    width: 41.0256410256vw;
    height: 50.2564102564vw;
    aspect-ratio: auto;
    opacity: 0.5;
  }
}
.aboutSec01-lead {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  padding-bottom: 19px;
}
.aboutSec01-lead::before, .aboutSec01-lead::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  pointer-events: none;
}
.aboutSec01-lead::before {
  bottom: 5px;
}
.aboutSec01-lead::after {
  bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-lead {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) auto;
    grid-template-columns: minmax(0, 1fr) auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    justify-items: start;
    -webkit-column-gap: 1.0256410256vw;
       -moz-column-gap: 1.0256410256vw;
            column-gap: 1.0256410256vw;
    width: 88.7179487179vw;
    max-width: 100%;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    white-space: nowrap;
    padding-bottom: 3.3333333333vw;
  }
  .aboutSec01-lead::before {
    bottom: 1.0256410256vw;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-lead__a {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-lead__b {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-row-align: end;
        align-self: end;
  }
}
.aboutSec01-logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: clamp(220px, 25.28vw, 364px);
  height: auto;
  max-width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 72.3076923077vw;
    max-width: none;
    height: 5.641025641vw;
  }
}
.aboutSec01-txt {
  position: relative;
  z-index: 1;
  width: 580px;
  max-width: 100%;
  margin: 44px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec01-txt {
    width: 83.0769230769vw;
    margin-top: 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: center;
  }
}

.aboutSec02 {
  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: 120px;
  padding: 120px 0;
  background: #F2F1EC;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02 {
    gap: 15.3846153846vw;
    padding: 15.3846153846vw 0;
    overflow: visible;
  }
}
.aboutSec02-item {
  position: relative;
  width: 1440px;
  max-width: 100%;
  min-height: 300px;
  padding: 20px clamp(24px, 2.78vw, 40px) 0 clamp(48px, 19.44vw, 280px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item {
    width: 100%;
    min-height: 0;
    padding: 0 5.1282051282vw 0;
  }
}
.aboutSec02-illust {
  position: absolute;
  left: -40px;
  top: 18px;
  z-index: 0;
  width: auto;
  height: auto;
  max-width: none;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-illust {
    left: 69.7435897436vw;
    right: auto;
    top: 0;
    width: 40.2564102564vw;
    height: 38.7179487179vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(2) .aboutSec02-illust {
    left: 73.0769230769vw;
    top: 0.2564102564vw;
    width: 33.5897435897vw;
    height: 34.1025641026vw;
  }
}
.aboutSec02-item:nth-child(3) .aboutSec02-illust {
  left: -62px;
  top: 38px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(3) .aboutSec02-illust {
    left: 61.5384615385vw;
    top: -1.2820512821vw;
    width: 45.3846153846vw;
    height: 35.8974358974vw;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(4) .aboutSec02-illust {
    left: 73.3333333333vw;
    top: -5.3846153846vw;
    width: 32.8205128205vw;
    height: 44.1025641026vw;
  }
}
.aboutSec02-item:nth-child(5) .aboutSec02-illust {
  left: -56px;
  top: 30px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(5) .aboutSec02-illust {
    left: 71.0256410256vw;
    top: 8.2051282051vw;
    width: 36.4102564103vw;
    height: 35.641025641vw;
  }
}
.aboutSec02-head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(12px, 1.39vw, 20px);
  margin-bottom: 40px;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-head {
    display: block;
    margin-bottom: 5.641025641vw;
    padding-right: 33.3333333333vw;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(2) .aboutSec02-head {
    padding-right: 17.9487179487vw;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(4) .aboutSec02-head {
    padding-right: 38.4615384615vw;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-item:nth-child(5) .aboutSec02-head {
    padding-right: 23.5897435897vw;
  }
}
.aboutSec02-num {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(56px, 6.67vw, 96px);
  font-weight: 400;
  line-height: 28px;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-num {
    font-size: 12.3076923077vw;
    line-height: 7.1794871795vw;
  }
}
.aboutSec02-ttl {
  margin: 0;
  min-width: 0;
  font-size: clamp(20px, 2.22vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.aboutSec02-ttl em {
  font-style: normal;
  color: #E0B131;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-ttl {
    margin-top: 3.8461538462vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    white-space: nowrap;
  }
}
.aboutSec02-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 1120px;
  max-width: 100%;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-card {
    width: 100%;
    gap: 5.1282051282vw;
    padding: 5.1282051282vw;
  }
}
.aboutSec02-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
.aboutSec02-cap img {
  width: 13px;
  height: 23px;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-cap {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    gap: 2.5641025641vw;
  }
  .aboutSec02-cap img {
    width: 3.3333333333vw;
    height: 5.8974358974vw;
  }
}
.aboutSec02-txt {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec02-txt {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
@media screen and ((min-width: 768px)) and (prefers-reduced-motion: no-preference) {
  .aboutSec02-item.js-aboutSlide.is-aboutSlide-armed:not(.is-aboutSlide) .aboutSec02-head,
  .aboutSec02-item.js-aboutSlide.is-aboutSlide-armed:not(.is-aboutSlide) .aboutSec02-card {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  .aboutSec02-item.js-aboutSlide.is-aboutSlide-armed .aboutSec02-head,
  .aboutSec02-item.js-aboutSlide.is-aboutSlide-armed .aboutSec02-card {
    -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  }
  .aboutSec02-item.js-aboutSlide.is-aboutSlide-armed .aboutSec02-card {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .aboutSec02-item.js-aboutSlide.is-aboutSlide .aboutSec02-head,
  .aboutSec02-item.js-aboutSlide.is-aboutSlide .aboutSec02-card {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.aboutSec03 {
  background: #F9F9F7;
  padding: 120px 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03 {
    padding: 15.3846153846vw 0;
  }
}
.aboutSec03-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-inner {
    gap: 10.2564102564vw;
    width: 100%;
    max-width: none;
    padding: 0 6.4102564103vw;
  }
}
.aboutSec03-ttl {
  margin: 0;
}
.aboutSec03-ttl img {
  display: block;
  width: 921px;
  height: 44px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-ttl img {
    width: 74.8717948718vw;
    height: 19.4871794872vw;
  }
}
.aboutSec03-lead {
  margin: 0;
  font-weight: 700;
}
.aboutSec03-lead p {
  margin: 0;
}
.aboutSec03-lead p:last-child {
  margin-top: 28px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-lead p:last-child {
    margin-top: 6.1538461538vw;
  }
}
.aboutSec03-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-grid {
    -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: 12.8205128205vw;
  }
}
.aboutSec03-col {
  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: 20px;
  width: 284px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-col {
    gap: 5.1282051282vw;
    width: 72.8205128205vw;
  }
}
.aboutSec03-circle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 158px;
  height: 158px;
  padding: 0 6px 18px;
  border: 2px solid #7BA23F;
  border-radius: 50%;
  background: #FFFFFF;
  color: #7BA23F;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-circle {
    width: 40.5128205128vw;
    height: 40.5128205128vw;
    padding: 0 1.5384615385vw 4.6153846154vw;
  }
}
.aboutSec03-circle img {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 50px;
  height: 48px;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-circle img {
    top: 7.9487179487vw;
    width: 12.8205128205vw;
    height: 12.3076923077vw;
  }
}
.aboutSec03-circle--rooms img {
  top: 24px;
  width: 57px;
  height: 58px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-circle--rooms img {
    top: 6.1538461538vw;
    width: 14.6153846154vw;
    height: 14.8717948718vw;
  }
}
.aboutSec03-circle--cal img {
  mix-blend-mode: multiply;
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
}
.aboutSec03-circle p {
  margin: 0;
  width: 144px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-circle p {
    width: 36.9230769231vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.aboutSec03-circle__lg {
  font-size: 20px;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-circle__lg {
    font-size: 5.1282051282vw;
  }
}
.aboutSec03-txt {
  margin: 0;
  font-weight: 700;
}
.aboutSec03-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  color: #7BA23F;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}
.aboutSec03-link span {
  text-decoration: underline;
}
.aboutSec03-link img {
  width: 13px;
  height: 13px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .aboutSec03-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.0512820513vw;
  }
  .aboutSec03-link img {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.aboutSec04 {
  background: #F2F1EC;
  padding: 120px 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec04 {
    padding: 15.3846153846vw 0;
  }
}
.aboutSec04-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .aboutSec04-inner {
    width: 100%;
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}
.aboutSec04-ttl {
  margin: 0 0 60px;
}
.aboutSec04-ttl img {
  display: block;
  width: 682px;
  height: 45px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .aboutSec04-ttl {
    margin-bottom: 15.3846153846vw;
  }
  .aboutSec04-ttl img {
    width: 80.7692307692vw;
    height: 19.4871794872vw;
  }
}
.aboutSec04-lead {
  margin: 0 0 80px;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .aboutSec04-lead {
    margin-bottom: 20.5128205128vw;
  }
}
.aboutSec04-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.aboutSec04-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, clamp(200px, 21.81vw, 314px)) minmax(0, 1fr);
  grid-template-columns: minmax(0, clamp(200px, 21.81vw, 314px)) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.78vw, 40px);
  margin: 0;
  padding: 20px 0;
}
.aboutSec04-row dt, .aboutSec04-row dd {
  margin: 0;
  font-weight: 700;
}
.aboutSec04-row dt {
  min-width: 0;
}
.aboutSec04-row dd {
  width: auto;
  min-width: 0;
  max-width: none;
}
.aboutSec04-row:first-child {
  padding-top: 0;
}
.aboutSec04-row:last-child {
  padding-bottom: 0;
}
.aboutSec04-row:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, #404040 40%, transparent);
}
@media screen and ((max-width: 767px)) {
  .aboutSec04-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1282051282vw;
    padding: 5.1282051282vw 0;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .aboutSec04-row:first-child {
    padding-top: 0;
  }
  .aboutSec04-row:last-child {
    padding-bottom: 0;
  }
  .aboutSec04-row dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .aboutSec04-row dd {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .aboutSec04-row.is-stackSp {
    -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;
  }
  .aboutSec04-row.is-stackSp dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.aboutSec05 {
  background: #F9F9F7;
  padding: 120px 0 160px;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05 {
    padding: 15.3846153846vw 0;
  }
}
.aboutSec05-inner {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05-inner {
    width: 100%;
    max-width: none;
    gap: 0;
    padding: 0 5.1282051282vw;
  }
}
.aboutSec05-ttl {
  margin: 0 0 60px;
}
.aboutSec05-ttl img {
  display: block;
  width: 789px;
  height: 113px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05-ttl {
    margin-bottom: 15.3846153846vw;
  }
  .aboutSec05-ttl img {
    width: 83.8461538462vw;
    height: 34.1025641026vw;
  }
}
.aboutSec05-lead {
  margin: 0;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05-lead {
    margin-bottom: 15.3846153846vw;
    line-height: 7.1794871795vw;
  }
}
.aboutSec05-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 3.06vw, 44px);
  padding: 40px 0;
  width: 100%;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05-areas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10.2564102564vw;
    padding: 0;
    margin-bottom: 5.3846153846vw;
  }
}
.aboutSec05 .homeSec03 {
  padding: 40px 0 0;
}
@media screen and ((max-width: 767px)) {
  .aboutSec05 .homeSec03 {
    padding: 10.2564102564vw 0 0;
  }
}

.corporateSecMv {
  overflow-x: clip;
  background: #F2F1EC;
}
.corporateSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.corporateSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.corporateSecMv-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-inner {
    width: 100%;
    max-width: none;
    padding: 0 0 10.2564102564vw;
  }
}
.corporateSecMv-ttl {
  position: relative;
  height: 268px;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-ttl {
    height: 47.9487179487vw;
  }
}
.corporateSecMv-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  text-stroke: 1px #E0B131;
  paint-order: stroke fill;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-en {
    top: 10vw;
    right: 0;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.4102564103vw;
    -webkit-text-stroke-width: 0.2564102564vw;
    opacity: 0.3;
  }
}
.corporateSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    gap: 2.0512820513vw;
  }
}
.corporateSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 108px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
  }
}
.corporateSecMv-jpTxt {
  display: block;
}
.corporateSecMv-jpTxt img {
  display: block;
  width: 414px;
  height: 55px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-jpTxt {
    width: 56.6666666667vw;
  }
  .corporateSecMv-jpTxt img {
    width: 100%;
    height: auto;
  }
}
.corporateSecMv-lead {
  width: 1040px;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .corporateSecMv-lead {
    width: auto;
    padding: 0 5.1282051282vw;
  }
}

.corporateSec01 {
  background: url(../img/home/img_bg_stripe.webp) center/cover no-repeat;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01 {
    background-color: #FFFFFF;
    background-image: url(../img/home/img_bg_stripe.webp);
    background-position: top center;
    background-size: auto 220.5128205128vw;
    background-repeat: repeat-y;
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.corporateSec01-inner {
  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: 180px;
  width: 1140px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 89.7435897436vw;
    gap: 15.3846153846vw;
    padding: 0;
  }
}
.corporateSec01-head {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1009px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-head {
    width: 82.5641025641vw;
  }
}
.corporateSec01-lead {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-lead {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.corporateSec01-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  margin-top: 16px;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-brand {
    -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;
    gap: 4.1025641026vw;
    margin-top: 4.1025641026vw;
  }
}
.corporateSec01-logo {
  display: block;
  width: 640px;
  height: 53px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-logo {
    width: 80.5128205128vw;
    height: 6.6666666667vw;
  }
}
.corporateSec01-reason {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-reason {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.corporateSec01-numLg {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-numLg {
    font-size: 12.3076923077vw;
    line-height: 7.1794871795vw;
  }
}
.corporateSec01-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: clamp(20px, 2.99vw, 43px);
     -moz-column-gap: clamp(20px, 2.99vw, 43px);
          column-gap: clamp(20px, 2.99vw, 43px);
  row-gap: 80px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 15.3846153846vw;
  }
}
.corporateSec01-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  min-width: 0;
  max-width: none;
  padding-top: 14px;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-card {
    width: 100%;
    padding-top: 3.5897435897vw;
    overflow: visible;
  }
}
.corporateSec01-num {
  position: absolute;
  top: -57px;
  left: 17px;
  z-index: 1;
  margin: 0;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-num {
    top: -5.1282051282vw;
    left: 3.5897435897vw;
    font-size: 16.4102564103vw;
  }
}
.corporateSec01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -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;
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px clamp(16px, 1.81vw, 26px) 32px;
  border: 1px solid #404040;
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-box {
    padding: 7.9487179487vw 5.1282051282vw 9.2307692308vw;
    border-radius: 2.5641025641vw;
  }
}
.corporateSec01-ico {
  display: block;
  width: auto;
  height: 71px;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-ico {
    width: auto;
    height: 18.2051282051vw;
  }
}
.corporateSec01-ttl {
  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;
  margin: 13px 0 35px;
  color: #7BA23F;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-ttl {
    margin: 3.8461538462vw 0 7.6923076923vw;
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
  }
}
.corporateSec01-ttl strong {
  color: #E0B131;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-ttl strong {
    font-size: 6.1538461538vw;
    line-height: 7.6923076923vw;
    text-underline-offset: 1.0256410256vw;
  }
}
.corporateSec01-txt {
  margin: 0;
  width: 488px;
  max-width: 100%;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .corporateSec01-txt {
    width: 100%;
  }
}

.ownerSecMv {
  background: #F2F1EC;
  padding-bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv {
    padding-bottom: 5.1282051282vw;
  }
}
.ownerSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.ownerSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.ownerSecMv-hero {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1360px;
  max-width: calc(100% - 80px);
  --sub-hero-chrome: 150px;
  height: min(850px, 100vh - var(--sub-hero-chrome));
  height: min(850px, 100svh - var(--sub-hero-chrome));
  min-height: 0;
  margin-bottom: 20px;
}
body.admin-bar .ownerSecMv-hero {
  --sub-hero-chrome: 182px;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-hero {
    margin-bottom: 0;
  }
}
.ownerSecMv-hero {
  margin-left: auto;
  margin-right: auto;
  padding-right: 120px;
  padding-bottom: 74px;
  padding-left: 120px;
  padding-top: min(178px, max(110px, 100vh - 782px));
  padding-top: min(178px, max(110px, 100svh - 782px));
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/owner/bg_secMv.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/owner/bg_secMv.webp);
  background-repeat: no-repeat;
  background-size: auto, 1802px 923px;
  background-position: 0 0, -215px bottom;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-hero {
    width: 89.7435897436vw;
    max-width: none;
    height: 179.4871794872vw;
    min-height: 179.4871794872vw;
    padding: 15.1282051282vw 3.8461538462vw 11.5384615385vw;
    border-radius: 2.5641025641vw;
    background-size: auto, 364.358974359vw 186.4102564103vw;
    background-position: 0 0, -196.4102564103vw -3.5897435897vw;
  }
}
.ownerSecMv-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-chip {
    width: 41.0256410256vw;
    height: 6.4102564103vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.ownerSecMv-ttl {
  margin: 27px 0 0;
}
.ownerSecMv-ttl img {
  display: block;
  width: 1099px;
  height: 140px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-ttl {
    margin-top: 4.8717948718vw;
  }
  .ownerSecMv-ttl img {
    width: 80vw;
    height: 33.8461538462vw;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
  }
}
.ownerSecMv-lead {
  margin-top: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.ownerSecMv-lead p {
  margin: 0;
}
.ownerSecMv-lead p + p {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv-lead {
    margin-top: 4.358974359vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.ownerSecMv .cmn-bt02 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: auto;
}
@media screen and ((min-width: 768px)) {
  .ownerSecMv .cmn-bt02 {
    white-space: nowrap;
  }
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .ownerSecMv .cmn-bt02:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .ownerSecMv .cmn-bt02 {
    width: 79.4871794872vw;
    height: 20vw;
    padding: 2.5641025641vw 6.1538461538vw;
    gap: 3.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    white-space: normal;
    text-align: center;
  }
  .ownerSecMv .cmn-bt02::after {
    width: 6.4102564103vw;
    height: 5.1282051282vw;
  }
}
.ownerSecMv-deco {
  display: block;
  width: 1360px;
  height: 89px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.ownerSec01 {
  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: 40px;
  padding: 120px 0;
  overflow-x: clip;
  overflow-y: visible;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01 {
    gap: 0;
    height: 163.0769230769vw;
    padding: 15.3846153846vw 0;
    border-radius: 20.5128205128vw 20.5128205128vw 0 0;
    overflow: hidden;
  }
}
.ownerSec01-art {
  position: relative;
  width: 1440px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  aspect-ratio: 1440/409;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-art {
    width: 96.6666666667vw;
    height: 132.3076923077vw;
    max-width: none;
    aspect-ratio: auto;
  }
}
.ownerSec01-blob {
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  background: rgba(123, 162, 63, 0.2);
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob {
    border-radius: 2.5641025641vw;
  }
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--1, .ownerSec01-blob--2, .ownerSec01-blob--3, .ownerSec01-blob--4, .ownerSec01-blob--5 {
    width: 45.1282051282vw;
    height: 18.9743589744vw;
  }
}
.ownerSec01-blob--1 {
  top: 31.2958435208%;
  left: 22.2222222222%;
  width: 23.4027777778%;
  height: 22.2493887531%;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--1 {
    top: 42.3076923077vw;
    left: 47.9487179487vw;
  }
}
.ownerSec01-blob--2 {
  top: 67.2371638142%;
  left: 0;
  width: 18.4027777778%;
  height: 22.2493887531%;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--2 {
    top: 15.3846153846vw;
    left: 0;
  }
}
.ownerSec01-blob--3 {
  top: 0;
  left: 52.9166666667%;
  width: 23.6805555556%;
  height: 22.2493887531%;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--3 {
    top: 0;
    left: 50.5128205128vw;
  }
}
.ownerSec01-blob--4 {
  top: 57.2127139364%;
  left: 79.6527777778%;
  width: 20.3472222222%;
  height: 22.2493887531%;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--4 {
    top: 106.9230769231vw;
    left: 44.6153846154vw;
  }
}
.ownerSec01-blob--5 {
  top: 62.1026894866%;
  left: 45.625%;
  width: 17.8472222222%;
  height: 22.2493887531%;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-blob--5 {
    top: 70.7692307692vw;
    left: 9.7435897436vw;
  }
}
.ownerSec01-bubble {
  position: absolute;
  z-index: 2;
  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;
  max-width: calc(100% - 16px);
  padding: 0 clamp(16px, 4.17vw, 60px);
  border-radius: 10px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-bubble {
    max-width: none;
    padding: 2.5641025641vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: left;
    height: auto;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
.ownerSec01-bubble--1 {
  top: 6.1124694377%;
  left: 6.1111111111%;
  width: 27.7777777778%;
  min-height: 22.2493887531%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-bubble--1 {
    top: 5.8974358974vw;
    left: 26.9230769231vw;
    width: 67.9487179487vw;
    height: 24.1025641026vw;
    white-space: normal;
  }
}
.ownerSec01-bubble--2 {
  top: 11.2469437653%;
  left: 59.7916666667%;
  width: 31.6666666667%;
  min-height: 28.1173594132%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-bubble--2 {
    top: 34.358974359vw;
    left: 2.8205128205vw;
    width: 73.8461538462vw;
    height: auto;
  }
}
.ownerSec01-bubble--3 {
  top: 49.8777506112%;
  left: 11.1111111111%;
  width: 27.7777777778%;
  min-height: 28.1173594132%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-bubble--3 {
    top: 56.1538461538vw;
    left: 24.8717948718vw;
    width: 71.7948717949vw;
    height: auto;
  }
}
.ownerSec01-bubble--4 {
  top: 42.5427872861%;
  left: 49.0972222222%;
  width: 33.3333333333%;
  min-height: 22.2493887531%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-bubble--4 {
    top: 84.6153846154vw;
    left: 3.5897435897vw;
    width: 90.2564102564vw;
    height: auto;
    white-space: normal;
  }
}
.ownerSec01-people {
  position: absolute;
  z-index: 3;
  top: 57.4572127139%;
  left: 40.2083333333%;
  width: 19.5833333333%;
  height: auto;
  aspect-ratio: 282/174;
  max-width: none;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-people {
    top: 102.5641025641vw;
    left: 23.8461538462vw;
    width: 48.2051282051vw;
    height: 29.7435897436vw;
    aspect-ratio: auto;
  }
}
.ownerSec01-catch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, 1.11vw, 16px);
  width: min(1250px, 100% - 80px);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.ownerSec01-catch::before, .ownerSec01-catch::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E0B131;
}
.ownerSec01-catch::before {
  bottom: 4px;
}
.ownerSec01-catch::after {
  bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-catch {
    display: none;
  }
}
.ownerSec01-catch img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: clamp(280px, 38.06vw, 548px);
  height: auto;
  max-width: 44%;
}

.ownerSec01-deco {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .ownerSec01-deco {
    display: block;
    width: 88.4615384615vw;
    height: 9.4871794872vw;
    margin: 0 auto;
    overflow: visible;
  }
  .ownerSec01-deco img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

.ownerSec02 {
  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: 40px;
  padding: 120px 0 60px;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02 {
    gap: 5.1282051282vw;
    padding: 10.2564102564vw 0;
  }
}
.ownerSec02-head {
  position: relative;
  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;
  width: 1120px;
  max-width: 100%;
  min-height: 190px;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-head {
    width: 118.4615384615vw;
    height: 48.7179487179vw;
    min-height: 48.7179487179vw;
    max-width: none;
    padding: 0;
  }
}
.ownerSec02-fairy {
  position: absolute;
  top: -59px;
  left: 0;
  width: 219px;
  height: 269px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-fairy {
    top: -2.0512820513vw;
    left: 11.0256410256vw;
    width: 43.0769230769vw;
    height: 52.8205128205vw;
  }
}
.ownerSec02-chip {
  z-index: 1;
  margin: 0;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-chip {
    position: absolute;
    top: 16.1538461538vw;
    left: 13.5897435897vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.ownerSec02-logo {
  z-index: 1;
  width: 731px;
  max-width: 100%;
  height: 56px;
  margin-top: 38px;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-logo {
    position: absolute;
    top: 28.4615384615vw;
    left: 13.0769230769vw;
    width: 92.3076923077vw;
    height: 8.4615384615vw;
    max-width: none;
    margin: 0;
  }
}
.ownerSec02 h2 {
  z-index: 1;
  margin: 12px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02 h2 {
    position: absolute;
    top: 40vw;
    left: 32.5641025641vw;
    width: 45.641025641vw;
    height: 7.6923076923vw;
    margin: 0;
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
  }
}
.ownerSec02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 1360px;
  max-width: calc(100% - 80px);
  min-height: 441px;
  padding: 86px 67px 86px 120px;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.25);
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10.2564102564vw;
    width: 89.7435897436vw;
    max-width: none;
    min-height: 0;
    padding: 10.2564102564vw 5.1282051282vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.ownerSec02-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ownerSec02-copy h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.ownerSec02-copy h3 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-copy h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.8461538462vw;
    margin-bottom: 0;
    font-size: 6.1538461538vw;
    line-height: 8.2051282051vw;
  }
  .ownerSec02-copy h3 span {
    font-size: 10.2564102564vw;
    line-height: 7.1794871795vw;
  }
}
.ownerSec02-copy p {
  margin: 0;
  max-width: 821px;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-copy p {
    width: 79.4871794872vw;
    max-width: none;
    margin-top: 3.8461538462vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.ownerSec02-illust {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 292px;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-illust {
    width: 54.358974359vw;
  }
}
.ownerSec02-illust--2 {
  width: 280px;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-illust--2 {
    width: 51.7948717949vw;
  }
}
.ownerSec02-illust--3 {
  width: 197px;
}
@media screen and ((max-width: 767px)) {
  .ownerSec02-illust--3 {
    width: 43.8461538462vw;
  }
}

.nisekoSecMv {
  background: #F2F1EC;
}
.nisekoSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.nisekoSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.nisekoSecMv-hero {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1360px;
  max-width: calc(100% - 80px);
  --sub-hero-chrome: 150px;
  height: min(850px, 100vh - var(--sub-hero-chrome));
  height: min(850px, 100svh - var(--sub-hero-chrome));
  min-height: 0;
  margin-bottom: 20px;
}
body.admin-bar .nisekoSecMv-hero {
  --sub-hero-chrome: 182px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-hero {
    margin-bottom: 0;
  }
}
.nisekoSecMv-hero {
  margin-left: auto;
  margin-right: auto;
  padding-right: clamp(20px, 8.33vw, 120px);
  padding-bottom: 88px;
  padding-left: clamp(20px, 8.33vw, 120px);
  padding-top: min(241px, max(160px, 100vh - 720px));
  padding-top: min(241px, max(160px, 100svh - 720px));
  border-radius: 10px;
  overflow: hidden;
  background-color: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/niseko/bg_secMv.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/niseko/bg_secMv.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%, 110% auto;
  background-position: 0 0, 50% 32%;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-hero {
    width: 89.7435897436vw;
    max-width: none;
    height: 179.4871794872vw;
    padding: 23.8461538462vw 4.1025641026vw 10.5128205128vw;
    border-radius: 2.5641025641vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/niseko/bg_secMv.webp);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/niseko/bg_secMv.webp);
    background-size: 100% 100%, cover;
    background-position: 0 0, 50% 40%;
  }
}
.nisekoSecMv-ttl {
  margin: 0;
  width: 100%;
  max-width: 1140px;
  color: #FFFFFF;
  line-height: 0;
}
.nisekoSecMv-ttl .is_pc {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1140px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-ttl {
    width: 80vw;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 10.2564102564vw;
  }
  .nisekoSecMv-ttl .is_sp {
    display: block;
  }
}
.nisekoSecMv-lead {
  width: 1120px;
  max-width: 100%;
  margin-top: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.nisekoSecMv-lead p + p {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-lead {
    width: 81.0256410256vw;
    margin-top: 6.9230769231vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.nisekoSecMv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 1.39vw, 20px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5641025641vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 79.4871794872vw;
  }
}
.nisekoSecMv .cmn-bt01,
.nisekoSecMv .cmn-bt02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: min(100%, 240px);
  max-width: 100%;
  padding: clamp(12px, 1.39vw, 20px) clamp(16px, 2.78vw, 40px);
  font-size: clamp(16px, 1.67vw, 24px);
  line-height: clamp(24px, 1.94vw, 28px);
  gap: clamp(10px, 1.39vw, 20px);
}
@media screen and ((min-width: 768px)) {
  .nisekoSecMv .cmn-bt01,
  .nisekoSecMv .cmn-bt02 {
    white-space: normal;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv .cmn-bt01,
  .nisekoSecMv .cmn-bt02 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 100%;
    height: 20vw;
    padding: 2.5641025641vw 6.6666666667vw 2.5641025641vw 4.1025641026vw;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    text-align: center;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv .cmn-bt01__grid {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
    gap: 0.7692307692vw;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSecMv .cmn-bt02::after {
    width: 6.4102564103vw;
    height: 5.1282051282vw;
  }
}

.nisekoSec01 {
  background: #F2F1EC;
  padding: 60px 0 40px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01 {
    padding: 10.2564102564vw 0;
  }
}
.nisekoSec01-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-inner {
    width: auto;
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}
.nisekoSec01-head {
  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: 30px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-head {
    gap: 2.5641025641vw;
  }
}
.nisekoSec01-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-head h2 {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.nisekoSec01-chip {
  margin: 0;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-chip {
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.nisekoSec01-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 3.06vw, 44px);
     -moz-column-gap: clamp(20px, 3.06vw, 44px);
          column-gap: clamp(20px, 3.06vw, 44px);
  margin-top: 60px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 5.1282051282vw;
  }
}
.nisekoSec01-card {
  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: 16px;
  min-width: 0;
  padding: 20px 0;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-card {
    gap: 4.1025641026vw;
    padding: 5.1282051282vw 0;
  }
}
.nisekoSec01-photo {
  position: relative;
  width: 100%;
  max-width: 538px;
  padding-top: 26px;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-photo {
    width: 100%;
    max-width: none;
    padding-top: 6.6666666667vw;
  }
}
.nisekoSec01-photo img {
  display: block;
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-photo img {
    height: 59.4871794872vw;
    border-radius: 2.5641025641vw;
  }
}
.nisekoSec01-badge {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 1;
  padding: 4px 18px;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-badge {
    top: 4.1025641026vw;
    left: 6.4102564103vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.nisekoSec01-who {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(64, 64, 64, 0.1);
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-who {
    padding: 0.5128205128vw 2.0512820513vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.nisekoSec01-copy {
  width: 100%;
  min-height: 168px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-copy {
    min-height: 57.4358974359vw;
  }
}
.nisekoSec01-catch, .nisekoSec01-txt {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-catch, .nisekoSec01-txt {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.nisekoSec01-txt {
  margin-top: 28px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec01-txt {
    margin-top: 7.1794871795vw;
  }
}

.nisekoSec02 {
  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: 60px;
  padding: 60px 0;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02 {
    gap: 0;
    padding: 0 0 10.2564102564vw;
  }
}
.nisekoSec02-ttl {
  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;
  width: 100%;
  height: 113px;
  margin: 0;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-ttl {
    height: 28.9743589744vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.nisekoSec02-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(40px, 6.94vw, 100px);
     -moz-column-gap: clamp(40px, 6.94vw, 100px);
          column-gap: clamp(40px, 6.94vw, 100px);
  row-gap: 80px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.nisekoSec02-grid .cmn-propertyCard {
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10.2564102564vw;
    width: 82.0512820513vw;
    max-width: none;
    padding: 15.3846153846vw 0 0;
  }
}
.nisekoSec02-empty {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
}
.nisekoSec02-empty a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-empty {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.nisekoSec02-pager {
  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: 40px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-pager {
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 0 0;
  }
}
.nisekoSec02-pagerBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF url(../img/niseko/ico_pager.svg) center/10px 15px no-repeat;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-pagerBtn {
    width: 10vw;
    height: 10vw;
    background-size: 2.5641025641vw 3.8461538462vw;
  }
}
.nisekoSec02-pagerBtn.is-next {
  background-image: url(../img/niseko/ico_pager_next.svg);
}
.nisekoSec02-pagerNums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec02-pagerNums {
    gap: 10.2564102564vw;
    font-size: 5.1282051282vw;
  }
}
.nisekoSec02-pagerNums a {
  color: #404040;
}
.nisekoSec02-pagerNums .is-current {
  color: #7BA23F;
}

.nisekoSec04.homeSec07 .homeSec07-stage {
  min-height: 788px;
  padding: 120px 160px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-stage {
    min-height: 200vw;
    padding: 30.7692307692vw 5.1282051282vw;
  }
}
.nisekoSec04.homeSec07 .homeSec07-head {
  height: 144px;
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-head {
    height: auto;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.1025641026vw;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-en,
  .nisekoSec04.homeSec07 .homeSec07-ttl,
  .nisekoSec04.homeSec07 .homeSec07-lead {
    position: static;
    top: auto;
    width: 100%;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-en {
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-ttl {
    font-size: 6.1538461538vw;
    line-height: normal;
  }
}
@media screen and ((max-width: 767px)) {
  .nisekoSec04.homeSec07 .homeSec07-lead {
    width: 89.7435897436vw;
  }
}

.furanoSecMv {
  background: #F2F1EC;
}
.furanoSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.furanoSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.furanoSecMv-hero {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1360px;
  max-width: calc(100% - 80px);
  --sub-hero-chrome: 150px;
  height: min(850px, 100vh - var(--sub-hero-chrome));
  height: min(850px, 100svh - var(--sub-hero-chrome));
  min-height: 0;
  margin-bottom: 20px;
}
body.admin-bar .furanoSecMv-hero {
  --sub-hero-chrome: 182px;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-hero {
    margin-bottom: 0;
  }
}
.furanoSecMv-hero {
  margin-left: auto;
  margin-right: auto;
  padding-right: clamp(20px, 8.33vw, 120px);
  padding-bottom: 88px;
  padding-left: clamp(20px, 8.33vw, 120px);
  padding-top: min(241px, max(160px, 100vh - 720px));
  padding-top: min(241px, max(160px, 100svh - 720px));
  border-radius: 10px;
  overflow: hidden;
  background-color: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/furano/bg_secMv.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/furano/bg_secMv.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0 0, center bottom;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-hero {
    width: 89.7435897436vw;
    max-width: none;
    height: 179.4871794872vw;
    padding: 23.8461538462vw 4.1025641026vw 10.5128205128vw;
    border-radius: 2.5641025641vw;
    background-size: 100% 100%, cover;
    background-position: 0 0, 50% 40%;
  }
}
.furanoSecMv-ttl {
  margin: 0;
  width: 100%;
  max-width: 1128px;
  color: #FFFFFF;
  line-height: 0;
}
.furanoSecMv-ttl .is_pc {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1128px;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-ttl {
    width: 80vw;
  }
  .furanoSecMv-ttl .is_sp {
    display: block;
    width: 80vw;
    height: 33.8461538462vw;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
  }
}
.furanoSecMv-lead {
  width: 1120px;
  max-width: 100%;
  margin-top: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.furanoSecMv-lead p + p {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-lead {
    width: 81.0256410256vw;
    margin-top: 6.9230769231vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.furanoSecMv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 1.39vw, 20px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5641025641vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 79.4871794872vw;
  }
}
.furanoSecMv .cmn-bt01,
.furanoSecMv .cmn-bt02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: min(100%, 240px);
  max-width: 100%;
  padding: clamp(12px, 1.39vw, 20px) clamp(16px, 2.78vw, 40px);
  font-size: clamp(16px, 1.67vw, 24px);
  line-height: clamp(24px, 1.94vw, 28px);
  gap: clamp(10px, 1.39vw, 20px);
}
@media screen and ((min-width: 768px)) {
  .furanoSecMv .cmn-bt01,
  .furanoSecMv .cmn-bt02 {
    white-space: normal;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv .cmn-bt01,
  .furanoSecMv .cmn-bt02 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 100%;
    height: 20vw;
    padding: 2.5641025641vw 6.6666666667vw 2.5641025641vw 4.1025641026vw;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    text-align: center;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv .cmn-bt01__grid {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
    gap: 0.7692307692vw;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSecMv .cmn-bt02::after {
    width: 6.4102564103vw;
    height: 5.1282051282vw;
  }
}

.furanoSec01 {
  background: #F2F1EC;
  padding: 60px 0 40px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01 {
    padding: 10.2564102564vw 0;
  }
}
.furanoSec01-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-inner {
    width: auto;
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}
.furanoSec01-head {
  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: 30px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-head {
    gap: 2.5641025641vw;
  }
}
.furanoSec01-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-head h2 {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.furanoSec01-chip {
  margin: 0;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-chip {
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.furanoSec01-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 3.06vw, 44px);
     -moz-column-gap: clamp(20px, 3.06vw, 44px);
          column-gap: clamp(20px, 3.06vw, 44px);
  margin-top: 60px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 5.1282051282vw;
  }
}
.furanoSec01-card {
  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: 16px;
  min-width: 0;
  padding: 20px 0;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-card {
    gap: 4.1025641026vw;
    padding: 5.1282051282vw 0;
  }
}
.furanoSec01-photo {
  position: relative;
  width: 100%;
  max-width: 538px;
  padding-top: 26px;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-photo {
    width: 100%;
    max-width: none;
    padding-top: 6.6666666667vw;
  }
}
.furanoSec01-photo img {
  display: block;
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-photo img {
    height: 59.4871794872vw;
    border-radius: 2.5641025641vw;
  }
}
.furanoSec01-badge {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 1;
  padding: 4px 18px;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-badge {
    top: 4.1025641026vw;
    left: 6.4102564103vw;
    padding: 1.0256410256vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.furanoSec01-who {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(64, 64, 64, 0.1);
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-who {
    padding: 0.5128205128vw 2.0512820513vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.furanoSec01-copy {
  width: 100%;
  min-height: 168px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-copy {
    min-height: 57.4358974359vw;
  }
}
.furanoSec01-catch, .furanoSec01-txt {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-catch, .furanoSec01-txt {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.furanoSec01-txt {
  margin-top: 28px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec01-txt {
    margin-top: 7.1794871795vw;
  }
}

.furanoSec02 {
  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: 60px;
  padding: 60px 0;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02 {
    gap: 0;
    padding: 0 0 10.2564102564vw;
  }
}
.furanoSec02-ttl {
  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;
  width: 100%;
  height: 113px;
  margin: 0;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-ttl {
    height: 28.9743589744vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.furanoSec02-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(40px, 6.94vw, 100px);
     -moz-column-gap: clamp(40px, 6.94vw, 100px);
          column-gap: clamp(40px, 6.94vw, 100px);
  row-gap: 80px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.furanoSec02-grid .cmn-propertyCard {
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10.2564102564vw;
    width: 82.0512820513vw;
    max-width: none;
    padding: 15.3846153846vw 0 0;
  }
}
.furanoSec02-empty {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
}
.furanoSec02-empty a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-empty {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.furanoSec02-pager {
  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: 40px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-pager {
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 0 0;
  }
}
.furanoSec02-pagerBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF url(../img/niseko/ico_pager.svg) center/10px 15px no-repeat;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-pagerBtn {
    width: 10vw;
    height: 10vw;
    background-size: 2.5641025641vw 3.8461538462vw;
  }
}
.furanoSec02-pagerBtn.is-next {
  background-image: url(../img/niseko/ico_pager_next.svg);
}
.furanoSec02-pagerNums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and ((max-width: 767px)) {
  .furanoSec02-pagerNums {
    gap: 10.2564102564vw;
    font-size: 5.1282051282vw;
  }
}
.furanoSec02-pagerNums a {
  color: #404040;
}
.furanoSec02-pagerNums .is-current {
  color: #7BA23F;
}

.furanoSec04.homeSec07 .homeSec07-stage {
  min-height: 788px;
  padding: 120px 160px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-stage {
    min-height: 200vw;
    padding: 30.7692307692vw 5.1282051282vw;
  }
}
.furanoSec04.homeSec07 .homeSec07-head {
  height: 144px;
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-head {
    height: auto;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.1025641026vw;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-en,
  .furanoSec04.homeSec07 .homeSec07-ttl,
  .furanoSec04.homeSec07 .homeSec07-lead {
    position: static;
    top: auto;
    width: 100%;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-en {
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-ttl {
    font-size: 6.1538461538vw;
    line-height: normal;
  }
}
@media screen and ((max-width: 767px)) {
  .furanoSec04.homeSec07 .homeSec07-lead {
    width: 89.7435897436vw;
  }
}

body#purpose {
  background: #F2F1EC;
}

.purposeSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.purposeSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-bc {
    width: 89.7435897436vw;
    min-height: 12.8205128205vw;
    margin: 0 auto;
    padding: 0;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.purposeSecMv-cards {
  --purpose-mv-chrome: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 1.39vw, 20px);
  width: 1360px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body.admin-bar .purposeSecMv-cards {
  --purpose-mv-chrome: 182px;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1025641026vw;
    width: 89.7435897436vw;
    max-width: none;
    margin-bottom: 0;
  }
}
.purposeSecMv-card {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: min(438px, (100vh - var(--purpose-mv-chrome)) * 438 / 747);
  max-width: min(438px, (100svh - var(--purpose-mv-chrome)) * 438 / 747);
  height: auto;
  aspect-ratio: 438/747;
  overflow: hidden;
  border-radius: 10px;
  scroll-margin-top: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .purposeSecMv-card:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.purposeSecMv-card > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.purposeSecMv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  pointer-events: none;
}
.purposeSecMv-card.is-active {
  cursor: default;
  pointer-events: none;
  -webkit-box-shadow: 6px 6px 0 #7BA23F;
          box-shadow: 6px 6px 0 #7BA23F;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .purposeSecMv-card.is-active:hover {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.purposeSecMv-card.is-active::after {
  display: none;
}
.purposeSecMv-card.is-active .purposeSecMv-en {
  display: none;
}
.purposeSecMv-card.is-active .purposeSecMv-ttl img:not(.is-on) {
  display: none;
}
.purposeSecMv-card.is-active .purposeSecMv-ttl .is-on {
  display: block;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    height: 57.1794871795vw;
    aspect-ratio: auto;
  }
  .purposeSecMv-card:not(.is-active) .purposeSecMv-ttl {
    top: 12.3076923077vw;
  }
}
.purposeSecMv-en {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(28px, 3.33vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0.4;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-en {
    top: 3.8461538462vw;
    left: 5.1282051282vw;
    font-size: 5.1282051282vw;
    line-height: 6.6666666667vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.purposeSecMv-ttl {
  position: absolute;
  top: 41.6331994645%;
  left: 6.3926940639%;
  z-index: 1;
  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;
  width: 87.6712328767%;
  height: 16.733601071%;
  line-height: 0;
}
.purposeSecMv-ttl img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.purposeSecMv-ttl .is-on {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-ttl {
    top: 7.1794871795vw;
    left: 5.1282051282vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 79.4871794872vw;
    height: 12.8205128205vw;
  }
}
.purposeSecMv-chips {
  position: absolute;
  left: 2.2831050228%;
  bottom: 2.6773761714%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  width: 95.2054794521%;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-chips {
    left: 2.8205128205vw;
    bottom: 3.0769230769vw;
    width: 84.1025641026vw;
    gap: 1.0256410256vw;
  }
}
.purposeSecMv-chips span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 18px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-chips span {
    padding: 1.0256410256vw 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 5.1282051282vw;
  }
}
.purposeSecMv-btns {
  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;
  gap: 20px;
  padding: 40px 0 20px;
}
@media screen and ((max-width: 767px)) {
  .purposeSecMv-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
    width: 79.4871794872vw;
    margin: 0 auto;
    padding: 5.1282051282vw 0 0;
  }
}

.purposeSec01 {
  padding: 120px 0;
  scroll-margin-top: 90px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec01 {
    padding: 15.3846153846vw 0;
  }
}
.purposeSec01-inner {
  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: 60px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .purposeSec01-inner {
    gap: 10.2564102564vw;
    width: 89.7435897436vw;
    max-width: none;
  }
}
.purposeSec01-ttl {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .purposeSec01-ttl {
    font-size: 6.1538461538vw;
    line-height: 8.2051282051vw;
    text-align: left;
  }
}
.purposeSec01-lead {
  width: 1120px;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .purposeSec01-lead {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: left;
  }
  .purposeSec01-lead br {
    display: none;
  }
}

.purposeSec02 {
  padding: 120px 0;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02 {
    padding: 15.3846153846vw 0;
  }
}
.purposeSec02-inner {
  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: 60px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-inner {
    gap: 10.2564102564vw;
    width: 89.7435897436vw;
    max-width: none;
  }
}
.purposeSec02-head {
  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: 20px;
}
.purposeSec02-deco {
  display: block;
  width: 621px;
  max-width: 100%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-deco {
    width: 79.4871794872vw;
  }
}
.purposeSec02-ttl {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-ttl {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.purposeSec02-num {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-num {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.purposeSec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-list {
    gap: 10.2564102564vw;
  }
}
.purposeSec02-list li {
  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: 49px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5641025641vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.purposeSec02-visual {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 91px 142px;
  grid-template-columns: 91px 142px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 233px;
  height: 142px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-visual {
    -ms-grid-columns: 23.3333333333vw 36.4102564103vw;
    grid-template-columns: 23.3333333333vw 36.4102564103vw;
    width: 59.7435897436vw;
    height: 36.4102564103vw;
  }
}
.purposeSec02-circle {
  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;
  width: 142px;
  height: 142px;
  border: 1px solid #7BA23F;
  border-radius: 50%;
  background: #F2F1EC;
}
.purposeSec02-circle img {
  display: block;
  width: calc(var(--ico-w) * 1px);
  height: calc(var(--ico-h) * 1px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-circle {
    width: 36.4102564103vw;
    height: 36.4102564103vw;
  }
  .purposeSec02-circle img {
    width: calc(var(--ico-w) / 390 * 100vw);
    height: calc(var(--ico-h) / 390 * 100vw);
  }
}
.purposeSec02-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}
.purposeSec02-step::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  height: 1px;
  margin-left: auto;
  background: #7BA23F;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-step {
    font-size: 12.3076923077vw;
    line-height: 15.8974358974vw;
  }
  .purposeSec02-step::after {
    width: 5.8974358974vw;
  }
}
.purposeSec02-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-body {
    width: 100%;
  }
}
.purposeSec02-body h3 {
  margin: 0 0 12px;
  color: #7BA23F;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-body h3 {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.purposeSec02-body p {
  margin: 0;
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .purposeSec02-body p br {
    display: none;
  }
}

.purposeSec03 {
  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: 60px;
  padding: 0 0 60px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03 {
    gap: 0;
    padding: 0 0 10.2564102564vw;
  }
}
.purposeSec03-banner {
  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;
  gap: 10px;
  width: 100%;
  height: 113px;
  background: #7BA23F;
  color: #FFFFFF;
  text-align: center;
}
.purposeSec03-banner h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-banner h2 {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.purposeSec03-banner p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-banner p {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.purposeSec03-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0512820513vw;
    padding: 5.1282051282vw 0 7.6923076923vw;
  }
}
.purposeSec03-filter > span {
  color: #7BA23F;
  font-weight: 700;
}
.purposeSec03-select {
  display: block;
}
.purposeSec03-select select {
  width: 281px;
  height: 56px;
  padding: 0 40px 0 28px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7'%3E%3Cpath d='M1 1l6 5 6-5' fill='none' stroke='%237BA23F' stroke-width='2'/%3E%3C/svg%3E") right 24px center/14px 7px no-repeat;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-select select {
    width: 89.7435897436vw;
    height: 14.358974359vw;
    padding: 0 10.2564102564vw 0 5.1282051282vw;
  }
}
.purposeSec03-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(40px, 6.94vw, 100px);
     -moz-column-gap: clamp(40px, 6.94vw, 100px);
          column-gap: clamp(40px, 6.94vw, 100px);
  row-gap: 80px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.purposeSec03-grid .cmn-propertyCard {
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10.2564102564vw;
    width: 82.0512820513vw;
    max-width: none;
    padding: 5.1282051282vw 0 0;
  }
}
.purposeSec03-empty {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
}
.purposeSec03-empty a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-empty {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.purposeSec03-pager {
  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: 40px;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-pager {
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 0 0;
  }
}
.purposeSec03-pagerBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF url(../img/niseko/ico_pager.svg) center/10px 15px no-repeat;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-pagerBtn {
    width: 10vw;
    height: 10vw;
    background-size: 2.5641025641vw 3.8461538462vw;
  }
}
.purposeSec03-pagerBtn.is-next {
  background-image: url(../img/niseko/ico_pager_next.svg);
}
.purposeSec03-pagerNums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media screen and ((max-width: 767px)) {
  .purposeSec03-pagerNums {
    gap: 10.2564102564vw;
    font-size: 5.1282051282vw;
  }
}
.purposeSec03-pagerNums a {
  color: #404040;
}
.purposeSec03-pagerNums .is-current {
  color: #7BA23F;
}

.propertySecMV {
  background: #44444B;
  padding: 150px 0 40px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV {
    padding: 21.5384615385vw 0 9.2307692308vw;
  }
}
@media screen and (min-width: 1025px) {
  .propertySecMV {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.propertySecMV-inner {
  position: relative;
}
.propertySecMV-slider {
  overflow: visible;
  padding: 0 50px;
  --swiper-navigation-size: 59px;
  --swiper-navigation-color: #FFFFFF;
  --swiper-navigation-sides-offset: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-slider {
    overflow: hidden;
    padding: 0 5.1282051282vw;
    --swiper-navigation-size: 11.5384615385vw;
  }
  .propertySecMV-slider .swiper-slide {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .propertySecMV-slider .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 600px) {
  .propertySecMV-slider {
    overflow: visible;
  }
  .propertySecMV-slider .swiper-slide {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1025px) {
  .propertySecMV-slider {
    padding: 0;
  }
  .propertySecMV-slider .swiper-slide {
    width: 516px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .propertySecMV-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.propertySecMV-nav {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-nav {
    display: none;
  }
}
.propertySecMV-nav::after {
  display: none;
}
.propertySecMV-nav .swiper-navigation-icon {
  color: #44444B;
  width: 6px;
  height: 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-nav .swiper-navigation-icon {
    width: 2.5641025641vw;
    height: 4.6153846154vw;
  }
}
.propertySecMV-nav .swiper-navigation-icon path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-linecap: round;
  paint-order: stroke fill;
}
.propertySecMV .swiper-button-prev {
  left: 0;
}
.propertySecMV .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.propertySecMV .swiper-button-next {
  right: 0;
}
.propertySecMV-paginationWrap {
  padding-top: 30px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-paginationWrap {
    padding-top: 15.3846153846vw;
  }
}
.propertySecMV .swiper-pagination {
  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;
  gap: 25px;
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV .swiper-pagination {
    margin-top: 0;
    gap: 5.1282051282vw;
  }
}
.propertySecMV .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #B0B0B2;
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.propertySecMV .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.propertySecMV-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-bt {
    margin-top: 8.2051282051vw;
  }
}
.propertySecMV-bt__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  min-width: 265px;
  height: 59px;
  padding: 0 32px;
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  color: #354F7E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-bt__link {
    min-width: 61.5384615385vw;
    height: 12.8205128205vw;
    padding: 0 6.1538461538vw;
    font-size: 3.0769230769vw;
  }
}
.propertySecMV-bt__link:hover {
  opacity: 0.9;
}
.propertySecMV-bt__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #354F7E;
  margin-left: 4px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-bt__arrow {
    border-top-width: 0.7692307692vw;
    border-bottom-width: 0.7692307692vw;
    border-left-width: 1.0256410256vw;
  }
}

.propertySecMV-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #F2F2F4;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.propertySecMV-card:hover {
  opacity: 0.95;
}
.propertySecMV-card__imgWrap {
  position: relative;
  padding: 25px 26px 0;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__imgWrap {
    padding: 5.1282051282vw 3.5897435897vw 0;
  }
}
.propertySecMV-card__imgBox {
  aspect-ratio: 465/275;
  overflow: hidden;
  background: #B0B0B2;
  display: block;
}
.propertySecMV-card__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propertySecMV-card__body {
  padding: 20px 26px 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__body {
    padding: 4.1025641026vw 3.5897435897vw 6.1538461538vw;
  }
}
.propertySecMV-card__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  color: #2C2C30;
  margin: 0 0 12px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__ttl {
    font-size: 5.641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.propertySecMV-card__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #2C2C30;
  text-align: left;
  margin: 0 0 16px;
  padding: 10px 0;
  border-bottom: 1px solid #B0B0B2;
  border-top: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__lead {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
  }
}
.propertySecMV-card__specTable {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.propertySecMV-card__specRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.propertySecMV-card__specRow:last-child {
  margin-bottom: 0;
}
.propertySecMV-card__specRow--price {
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.propertySecMV-card__specRow--price .propertySecMV-card__location {
  margin-left: auto;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specRow--price {
    -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;
  }
  .propertySecMV-card__specRow--price .propertySecMV-card__location {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-bottom: 2.0512820513vw;
  }
}
.propertySecMV-card__priceRow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__priceRow {
    gap: 1.5384615385vw;
  }
}
.propertySecMV-card__specIco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specIco {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.propertySecMV-card__specIco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.propertySecMV-card__specLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #2C2C30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specLabel {
    font-size: 3.0769230769vw;
    width: 15.3846153846vw;
  }
}
.propertySecMV-card__specValue {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specValue {
    font-size: 3.0769230769vw;
  }
}
.propertySecMV-card__specValue--price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specValue--price {
    font-size: 3.0769230769vw;
  }
}
.propertySecMV-card__specUnit {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.5;
  color: #A74747;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specUnit {
    font-size: 3.0769230769vw;
  }
}
.propertySecMV-card__specGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.0256410256vw 3.0769230769vw;
  }
}
.propertySecMV-card__specGrid .propertySecMV-card__specRow {
  margin-bottom: 0;
  gap: 14px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__specGrid .propertySecMV-card__specRow {
    gap: 2.5641025641vw;
  }
}
.propertySecMV-card__location {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV-card__location {
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw 3.0769230769vw;
  }
}

body#property .breadcrumb.is-bg {
  background: #fff;
}

body#property.is-lang-en .propertySecMV-card__specLabel {
  line-height: 1.4;
  width: 54px;
}
@media screen and ((max-width: 767px)) {
  body#property.is-lang-en .propertySecMV-card__specLabel {
    line-height: 1.35;
    width: 13.8461538462vw;
  }
}

body#property.is-lang-en .propertySec02-card__specLabel {
  line-height: 1.4;
}
@media screen and ((max-width: 767px)) {
  body#property.is-lang-en .propertySec02-card__specLabel {
    line-height: 1.35;
  }
}

.propertySec01 {
  padding: 60px 0 60px;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySec01 {
    padding: 40px 0 30px;
  }
}
.propertySec01-ttlBox {
  margin-bottom: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-ttlBox {
    margin-bottom: 10.2564102564vw;
  }
}
.propertySec01-enTtl {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #354F7E;
  margin: 0 0 40px;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-enTtl {
    font-size: 9.7435897436vw;
  }
}
.propertySec01-subTtl {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-subTtl {
    font-size: 3.0769230769vw;
    margin-bottom: 0;
  }
}
.propertySec01-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.14;
  color: #2C2C30;
  margin: 0 0 15px;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-ttl {
    font-size: 6.1538461538vw;
    line-height: 1.8;
    margin-bottom: 5.1282051282vw;
  }
}
.propertySec01-lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-lead {
    font-size: 3.3333333333vw;
  }
}

.propertySec02 {
  padding: 60px 0 120px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .propertySec02 {
    padding: 40px 0 180px;
  }
}
.propertySec02-filter {
  margin-bottom: 40px;
  padding: 16px 0;
  border-radius: 18px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-filter {
    margin-bottom: 8.2051282051vw;
    padding: 3.0769230769vw 0;
    border-radius: 4.6153846154vw;
  }
}
.propertySec02-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.propertySec02-filter__row:last-child {
  margin-bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-filter__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
  }
}
.propertySec02-filter__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #354F7E;
  width: 56px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-filter__label {
    font-size: 3.0769230769vw;
    width: 12.3076923077vw;
  }
}
.propertySec02-filter__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-filter__options {
    gap: 2.0512820513vw;
  }
}
.propertySec02-filter__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #354F7E;
  background: #fff;
  border: 1px solid #354F7E;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-filter__btn {
    min-height: 8.2051282051vw;
    padding: 1.2820512821vw 4.1025641026vw;
    font-size: 3.0769230769vw;
    border-radius: 4.6153846154vw;
  }
}
.propertySec02-filter__btn:hover, .propertySec02-filter__btn.is-active {
  background: #354F7E;
  color: #fff;
}
.propertySec02-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 19px 19px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
  }
}
.propertySec02-card {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.propertySec02-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.propertySec02-card__imgWrap {
  padding: 12px 12px 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__imgWrap {
    padding: 2.5641025641vw 2.5641025641vw 0;
  }
}
.propertySec02-card__imgBox {
  aspect-ratio: 298/209;
  overflow: hidden;
  background: #B0B0B2;
  display: block;
}
.propertySec02-card__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propertySec02-card__body {
  padding: 0 12px 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__body {
    padding: 0 2.5641025641vw;
  }
}
.propertySec02-card__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  color: #2C2C30;
  margin: 0;
  padding: 16px 0 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__ttl {
    font-size: 4.1025641026vw;
    padding-top: 3.0769230769vw;
  }
}
.propertySec02-card__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  text-align: center;
  margin: 16px 0 0;
  padding: 16px 0;
  border-top: 1px solid #B0B0B2;
  border-bottom: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__lead {
    font-size: 3.0769230769vw;
    margin-top: 3.0769230769vw;
    padding: 3.0769230769vw 0;
  }
}
.propertySec02-card__line {
  height: 0;
  border-top: 1px solid #B0B0B2;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__line {
    margin-top: 0;
  }
}
.propertySec02-card__locationRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__locationRow {
    gap: 2.0512820513vw;
    padding: 2.5641025641vw 0;
  }
}
.propertySec02-card__location {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__location {
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw 3.0769230769vw;
  }
}
.propertySec02-card__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__address {
    font-size: 3.0769230769vw;
  }
}
.propertySec02-card__specTable {
  padding-bottom: 16px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specTable {
    padding-bottom: 4.1025641026vw;
  }
}
.propertySec02-card__specRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.propertySec02-card__specRow:last-child {
  margin-bottom: 0;
}
.propertySec02-card__specRow--price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.propertySec02-card__specIco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specIco {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.propertySec02-card__specIco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.propertySec02-card__specLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #2C2C30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specLabel {
    font-size: 3.0769230769vw;
    width: 12.3076923077vw;
  }
}
.propertySec02-card__specPrice {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specPrice {
    font-size: 3.0769230769vw;
  }
}
.propertySec02-card__specUnit {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.5;
  color: #A74747;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specUnit {
    font-size: 3.0769230769vw;
  }
}
.propertySec02-card__specValue {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specValue {
    font-size: 3.0769230769vw;
  }
}
.propertySec02-card__cta {
  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: 8px;
  height: 50px;
  margin: 0 -12px 0;
  background: #354F7E;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__cta {
    height: 11.7948717949vw;
    margin: 0 -2.5641025641vw 0;
  }
}
.propertySec02-card__ctaText {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__ctaText {
    font-size: 3.0769230769vw;
  }
}
.propertySec02-card__ctaArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__ctaArrow {
    border-top-width: 0.7692307692vw;
    border-bottom-width: 0.7692307692vw;
    border-left-width: 1.0256410256vw;
  }
}
.propertySec02-paginationWrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-paginationWrap {
    margin-top: 12.3076923077vw;
  }
}
.propertySec02-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 253px;
  min-height: 81px;
  gap: 16px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination {
    width: 64.1025641026vw;
    min-height: 18.4615384615vw;
    gap: 3.0769230769vw;
  }
}
.propertySec02-pagination__prev, .propertySec02-pagination__next {
  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;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination__prev, .propertySec02-pagination__next {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}
.propertySec02-pagination__prev {
  background: #fff;
  border: none;
  color: #354F7E;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.propertySec02-pagination__prev .propertySec02-pagination__arrow {
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.propertySec02-pagination__prev:hover {
  background: #354F7E;
  color: #fff;
}
.propertySec02-pagination__next {
  background: #fff;
  border: none;
  color: #354F7E;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.propertySec02-pagination__next .propertySec02-pagination__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.propertySec02-pagination__next:hover {
  background: #354F7E;
  color: #fff;
}
.propertySec02-pagination__prev--disabled, .propertySec02-pagination__next--disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.propertySec02-pagination__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination__arrow {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-width: 0.5128205128vw;
  }
}
.propertySec02-pagination__numbers {
  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: 2px;
}
.propertySec02-pagination__current {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination__current {
    font-size: 6.1538461538vw;
  }
}
.propertySec02-pagination__separator {
  display: block;
  width: 33px;
  height: 0;
  border-top: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination__separator {
    width: 7.1794871795vw;
  }
}
.propertySec02-pagination__total {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  color: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-pagination__total {
    font-size: 4.1025641026vw;
  }
}

body#property-single {
  --property-sticky-top: 80px;
  --property-tab-h: 78px;
  --property-scroll-gap: 12px;
}
body#property-single .main {
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  body#property-single {
    --property-sticky-top: 19.2307692308vw;
    --property-tab-h: 23.5897435897vw;
    --property-scroll-gap: 3.0769230769vw;
  }
}
body#property-single {
  scroll-padding-top: calc(var(--property-sticky-top) + var(--property-tab-h) + var(--property-scroll-gap));
}
body#property-single #propertySec02,
body#property-single #propertySec03,
body#property-single #propertySec04,
body#property-single #propertySec05 {
  scroll-margin-top: calc(var(--property-sticky-top) + var(--property-tab-h) + var(--property-scroll-gap));
}

.propertySecMv {
  padding-bottom: 44px;
  background: #F2F1EC;
  color: #404040;
}
.propertySecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.propertySecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .propertySecMv-bc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 16.1538461538vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySecMv {
    padding-bottom: 2.0512820513vw;
  }
}
.propertySecMv-ttl {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.propertySecMv-gallery {
  position: relative;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and ((max-width: 767px)) {
  .propertySecMv-gallery {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.propertySecMv-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.propertySecMv-photos button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  width: 50%;
  height: 510px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and ((max-width: 767px)) {
  .propertySecMv-photos button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86.9230769231vw;
            flex: 0 0 86.9230769231vw;
    width: 86.9230769231vw;
    height: 55.3846153846vw;
  }
}
.propertySecMv-photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .propertySecMv-photos {
    height: 66.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.propertySecMv-photosBtn {
  position: absolute;
  right: 160px;
  bottom: 22px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 8px 20px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .propertySecMv-photosBtn:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.propertySecMv-photosBtn .cmn-bt01__grid {
  width: 16px;
  height: 16px;
}
.propertySecMv-photosBtn .cmn-bt01__grid span {
  background: #7BA23F;
}
@media screen and ((max-width: 767px)) {
  .propertySecMv-photosBtn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0;
    padding: 2.0512820513vw 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .propertySecMv-photosBtn .cmn-bt01__grid {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}

.propertyPhotos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inset: 0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 40px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #404040;
}
.propertyPhotos[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.propertyPhotos::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.propertyPhotos::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.propertyPhotos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 24px 40px 32px;
  overflow: hidden;
  background: #F2F1EC;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.propertyPhotos-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.propertyPhotos-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.propertyPhotos-count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.propertyPhotos-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.propertyPhotos-close::before, .propertyPhotos-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #404040;
}
.propertyPhotos-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.propertyPhotos-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.propertyPhotos-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.propertyPhotos-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-width: 0;
  min-height: 0;
  height: 100%;
}
.propertyPhotos-main .swiper-wrapper,
.propertyPhotos-main .swiper-slide {
  height: 100%;
}
.propertyPhotos-main .swiper-slide {
  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;
}
.propertyPhotos-main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.propertyPhotos-prev, .propertyPhotos-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  padding: 0;
  border: 0;
  background: url(../img/home/ico_area_next.svg) center/57px 57px no-repeat;
  cursor: pointer;
}
.propertyPhotos-prev.swiper-button-disabled, .propertyPhotos-prev.swiper-button-lock, .propertyPhotos-next.swiper-button-disabled, .propertyPhotos-next.swiper-button-lock {
  opacity: 0.3;
  pointer-events: none;
}
.propertyPhotos-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.propertyPhotos-thumbs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  height: 80px;
  overflow: hidden;
}
.propertyPhotos-thumbs .swiper-slide {
  width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.propertyPhotos-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  outline: 3px solid transparent;
  outline-offset: -3px;
  opacity: 0.4;
}
.propertyPhotos-thumbs .swiper-slide:hover img {
  opacity: 0.75;
}
.propertyPhotos-thumbs .swiper-slide-thumb-active img,
.propertyPhotos-thumbs .swiper-slide-thumb-active:hover img {
  outline-color: #7BA23F;
  opacity: 1;
}
@media screen and ((max-width: 767px)) {
  .propertyPhotos {
    padding: 3.0769230769vw;
  }
  .propertyPhotos-inner {
    gap: 4.1025641026vw;
    padding: 4.1025641026vw 4.1025641026vw 5.1282051282vw;
    border-radius: 5.1282051282vw;
  }
  .propertyPhotos-head {
    gap: 2.0512820513vw;
  }
  .propertyPhotos-ttl {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .propertyPhotos-count {
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
  .propertyPhotos-close {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .propertyPhotos-close::before, .propertyPhotos-close::after {
    left: 2.5641025641vw;
    width: 5.1282051282vw;
    height: 0.5128205128vw;
  }
  .propertyPhotos-stage {
    gap: 0;
    min-height: 0;
  }
  .propertyPhotos-prev, .propertyPhotos-next {
    display: none;
  }
  .propertyPhotos-thumbs {
    height: 16.4102564103vw;
  }
  .propertyPhotos-thumbs .swiper-slide {
    width: 24.6153846154vw;
    height: 16.4102564103vw;
    border-radius: 2.5641025641vw;
  }
  .propertyPhotos-thumbs img {
    border-radius: 2.5641025641vw;
    outline-width: 0.7692307692vw;
    outline-offset: -0.7692307692vw;
  }
}

#property-single .main {
  color: #404040;
}

#property-single .breadcrumb.breadcrumb--mt {
  margin-top: 0;
}

.propertySingle-heroArea {
  position: relative;
  min-height: 836px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 220px 60px;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-heroArea {
    min-height: 179.4871794872vw;
    -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;
    padding: 0;
    gap: 0;
  }
}
.propertySingle-heroArea__imgWrap {
  position: absolute;
  inset: 0;
  background: #302D2C;
  z-index: 0;
}
.propertySingle-heroArea__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.propertySingle-heroArea__gradient {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 359px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0)), color-stop(62.5%, rgba(43, 43, 43, 0.81)), to(#171717));
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(43, 43, 43, 0.81) 62.5%, #171717 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-heroArea__gradient {
    display: none;
  }
}
.propertySingle-heroArea__overlay {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-heroArea__overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }
}

.propertySingle-hero {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    min-width: auto;
  }
}
.propertySingle-hero__body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  width: 700px;
  max-width: calc(100% - 20px);
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero__body {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    padding: 87.1794871795vw 5.1282051282vw 2.5641025641vw;
  }
}
.propertySingle-hero__inner {
  margin: 0 auto;
  max-width: none;
}
.propertySingle-hero__ttl {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero__ttl {
    margin-bottom: 6.1538461538vw;
    font-size: 6.1538461538vw;
  }
}
.propertySingle-hero__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 24px;
  margin-bottom: 12px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero__meta {
    -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;
    margin-bottom: 4.1025641026vw;
    gap: 1.5384615385vw 6.1538461538vw;
  }
}
.propertySingle-hero__tag {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero__tag {
    padding: 1.0256410256vw 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 4.358974359vw;
  }
}
.propertySingle-hero__lead {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-hero__lead {
    font-size: 3.5897435897vw;
    font-weight: normal;
    line-height: 1.75;
  }
}

.propertySingle-yield {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  width: 280px;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    padding: 0 5.1282051282vw 12.8205128205vw;
  }
}
.propertySingle-yield__inner {
  display: block;
  max-width: 280px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
    max-width: none;
  }
}
.propertySingle-yield__ttl {
  display: inline-block;
  margin: 0 0 16px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__ttl {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3.5897435897vw;
    padding-top: 4.1025641026vw;
  }
}
.propertySingle-yield__box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: none;
  margin: 0;
  padding: 12px 13px 14px;
  background: #fff;
  border-radius: 10px;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 220px;
    padding: 2.0512820513vw 2.5641025641vw;
    border-radius: 2.5641025641vw;
  }
}
.propertySingle-yield__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.propertySingle-yield__valueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 4px;
  margin-left: auto;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__valueWrap {
    display: block;
    margin-left: 0;
  }
}
.propertySingle-yield__label {
  font-size: 18px;
  font-weight: bold;
  color: #2C2C30;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__label {
    font-size: 3.5897435897vw;
    font-weight: 500;
  }
}
.propertySingle-yield__value {
  font-size: 14px;
  font-weight: 500;
}
.propertySingle-yield__value--num {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #2C2C30;
  text-align: right;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__value--num {
    font-size: 7.4358974359vw;
    text-align: left;
  }
}
.propertySingle-yield__value--surface {
  color: #A74747;
}
.propertySingle-yield__unit {
  font-size: 28px;
  font-weight: bold;
  color: #2C2C30;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__unit {
    font-size: 5.3846153846vw;
  }
}
.propertySingle-yield__divider {
  display: block;
  height: 1px;
  margin: 12px 0;
  background: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__divider {
    margin: 2.0512820513vw 0;
    background: #E0E0E0;
  }
}

.propertySingle-gallery {
  padding: 0;
  min-height: 420px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery {
    padding: 0;
    min-height: auto;
  }
}
.propertySingle-gallery__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 41px 10px 16px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery__inner {
    padding: 5.1282051282vw 0 3.0769230769vw;
  }
}
.propertySingle-gallery__list {
  overflow: hidden;
  padding-bottom: 30px;
}
.propertySingle-gallery__list .swiper-slide {
  width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  .propertySingle-gallery__list .swiper-slide {
    width: calc((100vw - 20px) / 3 - 7px);
  }
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery__list .swiper-slide {
    width: auto;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery__list {
    padding-bottom: 7.6923076923vw;
  }
}
.propertySingle-gallery__imgWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 480/336;
  max-height: 336px;
  background: #B0B0B2;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery__imgWrap {
    aspect-ratio: 16/10;
    max-height: none;
    background: #555;
  }
}
.propertySingle-gallery__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.propertySingle-gallery__pagination {
  position: relative;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-gallery__pagination {
    gap: 5.1282051282vw;
  }
}
.propertySingle-gallery__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #B0B0B2;
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.propertySingle-gallery__pagination .swiper-pagination-bullet-active {
  background: #354F7E;
}

.propertySingle-points {
  padding: 50px 0 64px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-points {
    padding: 50px 0 12.3076923077vw;
  }
}
.propertySingle-points__inner {
  max-width: 1000px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-points__inner {
    max-width: none;
  }
}
.propertySingle-points__card {
  position: relative;
  padding: 45px 30px 30px;
  background: #fff;
  border: 1px solid #354F7E;
  margin-top: 25px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-points__card {
    padding: 10.2564102564vw 5.1282051282vw 5.1282051282vw;
    background: transparent;
    margin-top: 0;
  }
}
.propertySingle-points__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #354F7E;
  background: #fff;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-points__ttl {
    margin: 0 0 6.1538461538vw;
    padding: 0 2.5641025641vw;
    background: #fff;
    font-size: 5.1282051282vw;
  }
}
.propertySingle-points__body {
  margin: 0;
}
.propertySingle-points__txt {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  white-space: pre-line;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-points__txt {
    font-size: 3.5897435897vw;
    font-weight: normal;
  }
}

.propertySingle-spec {
  padding: 0 0 56px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec {
    background: none;
    padding: 0 5.1282051282vw 7.6923076923vw;
  }
}
.propertySingle-spec__inner {
  max-width: 918px;
  margin: 0 auto;
  padding: 120px 20px 40px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__inner {
    background: #F2F2F4;
    max-width: none;
    margin: 0;
    padding: 10.2564102564vw 5.1282051282vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.propertySingle-spec__ttl {
  margin: 0 0 20px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  color: #2C2C30;
  text-align: center;
  border-bottom: 1.5px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__ttl {
    margin-bottom: 4.6153846154vw;
    padding-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.propertySingle-spec__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__list {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 2.5641025641vw;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.propertySingle-spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 2px 16px 0;
  border-bottom: 1.5px solid #E0E0E2;
  min-height: 25px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 4.1025641026vw 0;
    min-height: auto;
    border-bottom: 1.5px solid #E0E0E2;
  }
}
.propertySingle-spec__row:last-child {
  border-bottom: none;
}
.propertySingle-spec__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 234px;
          flex: 0 0 234px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.1282051282vw;
            flex: 0 0 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.propertySingle-spec__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__value {
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
.propertySingle-spec__mapLinkWrap {
  margin: 16px 0 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__mapLinkWrap {
    margin-top: 4.1025641026vw;
  }
}
.propertySingle-spec__row--address .propertySingle-spec__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__row--address .propertySingle-spec__value {
    gap: 3.0769230769vw;
  }
}
.propertySingle-spec__value--address .propertySingle-spec__mapLink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px 8px;
  width: 170px;
  max-width: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #354F7E;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__value--address .propertySingle-spec__mapLink {
    padding: 1.0256410256vw;
    width: 43.5897435897vw;
    max-width: 43.5897435897vw;
  }
}
.propertySingle-spec__value--address .propertySingle-spec__mapLink--i18n {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  min-width: 170px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__value--address .propertySingle-spec__mapLink--i18n {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    min-width: 43.5897435897vw;
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
  }
}
.propertySingle-spec__mapLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2A7B4A;
  text-decoration: none;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__mapLink {
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
  }
}
.propertySingle-spec__mapLink:hover {
  text-decoration: underline;
}
.propertySingle-spec__mapLink--blue {
  color: #354F7E;
}
.propertySingle-spec__mapLink--blue .propertySingle-spec__mapPin {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.propertySingle-spec__mapPin {
  width: 11px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__mapPin {
    width: 2.8205128205vw;
    height: 4.358974359vw;
  }
}

.propertySingle-map {
  background: #B0B0B2;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-map {
    padding-bottom: 2.5641025641vw;
  }
}
.propertySingle-map__embed {
  width: 100%;
  line-height: 0;
}
.propertySingle-map__embed iframe {
  display: block;
  width: 100% !important;
  height: 400px !important;
  border: 0;
}
.propertySingle-map__placeholder {
  min-height: 320px;
  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;
  max-width: 1040px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-map__placeholder {
    min-height: 61.5384615385vw;
    margin: 0 5.1282051282vw;
    max-width: none;
    border-radius: 2.0512820513vw;
  }
}
.propertySingle-map__placeholderTxt {
  font-size: 18px;
  font-weight: bold;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-map__placeholderTxt {
    font-size: 3.5897435897vw;
  }
}

.propertySingle-cta {
  padding: 0 0 200px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-cta {
    padding: 0 0 43.5897435897vw;
  }
}
.propertySingle-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 4.1025641026vw;
  }
}
.propertySingle-cta__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 18px 40px 18px 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 30px;
  min-height: 59px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-cta__btn {
    padding: 4.1025641026vw 10.2564102564vw 4.1025641026vw 6.1538461538vw;
    font-size: 3.5897435897vw;
    border-radius: 7.6923076923vw;
    gap: 2.0512820513vw;
    min-height: 12.8205128205vw;
  }
}
.propertySingle-cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-cta__btn::after {
    right: 6.1538461538vw;
  }
}
.propertySingle-cta__btn--primary {
  background: #2C2C30;
  color: #fff;
  border: 2px solid #2C2C30;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.propertySingle-cta__btn--primary:hover {
  opacity: 0.9;
}
.propertySingle-cta__btn--secondary {
  background: #fff;
  color: #2C2C30;
  border: 2px solid #2C2C30;
}
.propertySingle-cta__btn--secondary:hover {
  opacity: 0.9;
}

.propertySec01 {
  position: sticky;
  top: var(--property-sticky-top);
  z-index: 40;
  background: transparent;
  padding: 16px 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec01 {
    padding: 3.0769230769vw 5.1282051282vw;
  }
}
.propertySec01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .propertySec01-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43.5897435897vw 43.5897435897vw;
    grid-template-columns: 43.5897435897vw 43.5897435897vw;
    gap: 2.0512820513vw 2.5641025641vw;
    width: 89.7435897436vw;
    max-width: none;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySec01 .cmn-tab {
    width: 100%;
    height: 7.6923076923vw;
    padding: 0;
  }
}

.propertySec02 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding: 84px 0 40px;
  background: transparent;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .propertySec02 {
    width: auto;
    max-width: none;
    gap: 5.1282051282vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .propertySec02-more {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .propertySec02-about {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .propertySec02.is-active .propertySec02-more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.propertySec02-ttl {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-ttl {
    font-size: 6.1538461538vw;
    line-height: 8.2051282051vw;
  }
}
.propertySec02-lead, .propertySec02-flags {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-lead, .propertySec02-flags {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec02-flags {
  color: #E0B131;
}
.propertySec02-meta {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-meta {
    gap: 1.7948717949vw;
  }
}
.propertySec02-meta img {
  width: auto;
}
.propertySec02-area, .propertySec02-access {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 2px 8px;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-area, .propertySec02-access {
    gap: 1.5384615385vw;
    padding: 0.5128205128vw 2.0512820513vw;
    border-radius: 2.5641025641vw;
  }
}
.propertySec02-area img, .propertySec02-access img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.propertySec02-area {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-area {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec02-area img {
  width: 14px;
  height: 19px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-area img {
    width: 3.5897435897vw;
    height: 4.8717948718vw;
  }
}
.propertySec02-access {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-access {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec02-access img {
  width: 14px;
  height: 17px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-access img {
    width: 3.5897435897vw;
    height: 4.358974359vw;
  }
}
.propertySec02-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-tags {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: 2.5641025641vw;
    width: auto;
  }
}
.propertySec02-tags li {
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(64, 64, 64, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-tags li {
    padding: 0.5128205128vw 2.0512820513vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec02-about {
  display: none;
  width: 100%;
}
.propertySec02-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-body {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec02-body h2 {
  margin: 28px 0 0;
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.propertySec02-body h2:first-child {
  margin-top: 0;
}
.propertySec02-body h2::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/property/ico_h2.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-body h2 {
    margin-top: 7.1794871795vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
  .propertySec02-body h2::before {
    width: 4.1025641026vw;
    height: 4.358974359vw;
    margin-right: 2.0512820513vw;
  }
}
.propertySec02-body h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-body h3 {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec02-body p,
.propertySec02-body ol,
.propertySec02-body li {
  margin: 0;
  font-weight: 500;
  line-height: inherit;
}
.propertySec02-body ol {
  padding-left: 1.5em;
}
.propertySec02-more {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #7BA23F;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-more {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec02-moreClose {
  display: none;
}
.propertySec02.is-active .propertySec02-moreOpen {
  display: none;
}
.propertySec02.is-active .propertySec02-moreClose {
  display: inline;
}

.propertySec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec-ttl {
    gap: 2.5641025641vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec-ttl::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7BA23F;
}
@media screen and ((max-width: 767px)) {
  .propertySec-ttl::before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

.propertySec03,
.propertySec05 {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .propertySec03,
  .propertySec05 {
    width: auto;
    max-width: none;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}

.propertySec03 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03 {
    gap: 5.1282051282vw;
  }
}
.propertySec03-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.11vw, 16px);
  width: 100%;
  min-height: 95px;
  margin: 0;
  padding: clamp(16px, 2.08vw, 20px) clamp(20px, 4.31vw, 62px);
  border-radius: 10px;
  background: #F2F1EC;
  mix-blend-mode: multiply;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 0;
    gap: 5.1282051282vw;
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.propertySec03-note img {
  display: block;
  width: clamp(160px, 14.38vw, 207px);
  height: auto;
  aspect-ratio: 207/49;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-note img {
    width: 53.0769230769vw;
    height: 12.5641025641vw;
    aspect-ratio: auto;
  }
}
.propertySec03-note p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #7BA23F;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-note p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-note strong {
  font-size: clamp(18px, 1.67vw, 24px);
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-note strong {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-plans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3.06vw, 44px);
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-plans {
    -ms-grid-columns: 89.7435897436vw;
    grid-template-columns: 89.7435897436vw;
    gap: 5.1282051282vw;
  }
}
.propertySec03-plans article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  width: 100%;
  min-height: 138px;
  height: auto;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.3);
}
@media screen and ((max-width: 767px)) {
  .propertySec03-plans article {
    height: 40vw;
    min-height: 0;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0.7692307692vw 0.7692307692vw 0.3846153846vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.7692307692vw 0.7692307692vw 0.3846153846vw rgba(0, 0, 0, 0.3);
  }
}
.propertySec03-planTtl {
  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: 8px;
  height: 40px;
  margin: 0;
  border-radius: 10px 10px 0 0;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-planTtl {
    gap: 2.0512820513vw;
    height: 10.2564102564vw;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-planTtl span {
  padding: 0 8px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-planTtl span {
    padding: 0 2.0512820513vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.is-long .propertySec03-planTtl {
  background: #E0B131;
}
.propertySec03-planPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(6px, 0.56vw, 8px);
  margin: 0;
  padding: 0 clamp(16px, 2.08vw, 30px);
  font-weight: 700;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-planPrice {
    -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;
    gap: 4.1025641026vw;
    padding: 0 10.7692307692vw;
  }
}
.propertySec03-planLabel {
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-planLabel {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec03-planVal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}
.propertySec03-yen {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-yen {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-planVal strong {
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(32px, 3.33vw, 48px);
  font-weight: 400;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-planVal strong {
    font-size: 12.3076923077vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-unit {
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-unit {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec03-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
  color: #7BA23F;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
.propertySec03-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url(../img/common/ico_link_arrow.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .propertySec03-link {
    gap: 1.0256410256vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .propertySec03-link::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.propertySec04 {
  padding: 40px 0 0;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .propertySec04 {
    padding: 10.2564102564vw 0 0;
  }
}
.propertySec04-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-inner {
    width: auto;
    max-width: none;
    padding: 0 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}
.propertySec04-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 141px;
     -moz-column-gap: 141px;
          column-gap: 141px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    gap: 8.7179487179vw;
  }
}
.propertySec04-cols > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-cols > div {
    gap: 1.2820512821vw;
  }
}
.propertySec04-cols h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-cols h3 {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec04-cols ul {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: disc;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-cols ul {
    padding-left: 5.3846153846vw;
  }
}
.propertySec04-cols li {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-cols li {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.propertySec04-map {
  margin-top: 40px;
  overflow: hidden;
}
.propertySec04-map img,
.propertySec04-map iframe {
  display: block;
  width: 100%;
  height: 333px;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .propertySec04-map img,
  .propertySec04-map iframe {
    height: 85.3846153846vw;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySec04-map {
    margin-top: 5.1282051282vw;
  }
}

.propertySec05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .propertySec05 {
    gap: 5.1282051282vw;
    padding-top: 10.2564102564vw;
  }
}
.propertySec05-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.39vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-grid {
    width: 100%;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5641025641vw;
  }
}
.propertySec05-grid li {
  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;
  width: 100%;
  min-width: 0;
  min-height: 232px;
  height: auto;
  padding: clamp(16px, 1.74vw, 25px) clamp(6px, 0.56vw, 8px) clamp(12px, 1.18vw, 17px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-grid li {
    height: 41.0256410256vw;
    min-height: 0;
    padding: 4.1025641026vw 0 1.5384615385vw;
    border-radius: 5.1282051282vw;
  }
}
.propertySec05-ico {
  position: relative;
  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;
  width: 100%;
  height: 84px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-ico {
    height: 14.1025641026vw;
  }
}
.propertySec05-ico img:not(.propertySec05-ban) {
  display: block;
  width: auto;
  height: auto;
  max-width: 108px;
  max-height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-ico img:not(.propertySec05-ban) {
    max-width: 18.2051282051vw;
    max-height: 14.1025641026vw;
  }
}
.propertySec05-ban {
  position: absolute;
  width: 57px;
  height: 57px;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-ban {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
.propertySec05-grid p {
  margin: 10px 0 0;
  color: #7BA23F;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-grid p {
    margin-top: 1.0256410256vw;
    width: 100%;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    white-space: nowrap;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySec05-grid .is-other p {
    text-decoration: none;
  }
}
.propertySec05-txt {
  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-top: 12px;
  min-height: 56px;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .propertySec05-txt {
    margin-top: 0.7692307692vw;
    min-height: 12.3076923077vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
}

.propertySec06 {
  width: 100%;
  overflow-x: clip;
  padding: 40px 0 120px;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .propertySec06 {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
.propertySec06-panel {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 1520px;
  max-width: calc(100% - 40px);
  margin-left: max(40px, (100% - 1520px) / 2);
  margin-right: 0;
  padding: 40px 0 40px 40px;
  background: #FFFFFF;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1600px) {
  .propertySec06-panel {
    margin-right: auto;
    padding-right: 40px;
    border-radius: 10px;
  }
}
@media screen and ((max-width: 767px)) {
  .propertySec06-panel {
    width: 100%;
    max-width: none;
    margin-left: 0;
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
}
.propertySec06-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  color: #7BA23F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .propertySec06-ttl {
    gap: 2.5641025641vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.propertySec06-ttl::before {
  content: "";
  width: 21px;
  height: 25px;
  background: url(../img/property/ico_related.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .propertySec06-ttl::before {
    width: 5.3846153846vw;
    height: 6.4102564103vw;
  }
}
.propertySec06-swiper {
  overflow: hidden;
  width: 100%;
}
.propertySec06-swiper .swiper-slide {
  width: 440px;
}
@media screen and ((max-width: 767px)) {
  .propertySec06-swiper {
    overflow: hidden;
  }
  .propertySec06-swiper .swiper-slide {
    width: 82.0512820513vw;
  }
}
.propertySec06-bar {
  position: relative;
  width: 890px;
  max-width: 100%;
  height: 8px;
  margin: 0 auto;
  background: #F2F1EC;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.propertySec06-bar.swiper-pagination-progressbar, .propertySec06-bar.swiper-pagination-horizontal {
  position: relative;
  top: auto;
  left: auto;
  width: 890px;
  max-width: 100%;
  height: 8px;
  background: #F2F1EC;
}
.propertySec06-bar .swiper-pagination-progressbar-fill {
  background: #E0B131;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .propertySec06-bar {
    width: 100%;
    height: 2.0512820513vw;
    border-radius: 2.5641025641vw;
  }
  .propertySec06-bar.swiper-pagination-progressbar, .propertySec06-bar.swiper-pagination-horizontal {
    width: 100%;
    height: 2.0512820513vw;
  }
  .propertySec06-bar .swiper-pagination-progressbar-fill {
    border-radius: 2.5641025641vw;
  }
}

.propertySecCta {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 240px;
  padding: 0 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
  border-radius: 50%;
  background: #E0B131;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .propertySecCta:hover {
    background: #7BA23F;
  }
}
.propertySecCta span {
  position: relative;
  display: block;
  width: 182px;
}
.propertySecCta span:first-child {
  padding-bottom: 6px;
  border-bottom: 1px dashed #FFFFFF;
}
.propertySecCta span:first-child::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 23px;
  height: 24px;
  background: url(../img/contact/ico_calendar.svg) center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.propertySecCta span:last-child {
  padding-top: 6px;
}
.propertySecCta span:last-child::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 25px;
  height: 20px;
  background: url(../img/common/ico_plane.svg) center/contain no-repeat;
}
@media screen and ((max-width: 767px)) {
  .propertySecCta {
    right: 6.1538461538vw;
    bottom: 5.1282051282vw;
    width: 36.1538461538vw;
    height: 36.1538461538vw;
    padding: 0 2.8205128205vw;
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 2.0512820513vw rgba(0, 0, 0, 0.3);
            box-shadow: 2.0512820513vw 2.0512820513vw 2.0512820513vw rgba(0, 0, 0, 0.3);
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .propertySecCta span {
    width: 30.7692307692vw;
  }
  .propertySecCta span:first-child {
    padding-bottom: 0;
  }
  .propertySecCta span:first-child::after {
    top: 1.2820512821vw;
    width: 4.1025641026vw;
    height: 4.358974359vw;
  }
  .propertySecCta span:last-child {
    padding-top: 0;
  }
  .propertySecCta span:last-child::after {
    top: 1.7948717949vw;
    width: 4.6153846154vw;
    height: 3.5897435897vw;
  }
}

body#privacy-policy {
  background: rgb(251, 251, 252);
}
body#privacy-policy .breadcrumb.is-bg {
  background: rgb(251, 251, 252);
}

.privacyPolicySec01 {
  padding: 60px 0 40px;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec01 {
    padding: 40px 0 32px;
  }
}
.privacyPolicySec01-inner {
  max-width: 922px;
  margin: 0 auto;
  text-align: center;
}
.privacyPolicySec01-label {
  font-size: 18px;
  font-weight: 700;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec01-label {
    font-size: 18px;
  }
}
.privacyPolicySec01-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.14;
  color: #2C2C30;
  margin: 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec01-ttl {
    font-size: 24px;
  }
}
.privacyPolicySec01-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 50px 0 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec01-lead {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
  }
}

.privacyPolicySec02 {
  position: relative;
  padding: 0 0 80px;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02 {
    padding-bottom: 50px;
  }
}
.privacyPolicySec02::before {
  content: "";
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 374px;
  height: 325px;
  background: url(../img/company/sec02-bg.svg) no-repeat right top/contain;
  pointer-events: none;
  z-index: 0;
  /* SVG 内で既に opacity が指定されているため CSS では指定しない */
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02::before {
    width: 40vw;
    max-width: 200px;
    height: auto;
    aspect-ratio: 374/325;
  }
}
.privacyPolicySec02 .c-inner01 {
  position: relative;
  z-index: 1;
}
.privacyPolicySec02-body {
  max-width: 1000px;
  margin: 0 auto;
}
.privacyPolicySec02-intro {
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-intro {
    margin-bottom: 32px;
  }
}
.privacyPolicySec02-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 3.33;
  color: #354F7E;
  margin: 0 0 12px;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.privacyPolicySec02-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-lead {
    font-size: 13px;
  }
}
.privacyPolicySec02-block {
  margin-bottom: 32px;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-block {
    margin-bottom: 40px;
  }
}
.privacyPolicySec02-block:last-of-type {
  margin-bottom: 0;
}
.privacyPolicySec02-block__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 3.33;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-block__ttl {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
}
.privacyPolicySec02-block__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-block__txt {
    font-size: 13px;
  }
}
.privacyPolicySec02-block__txt + .privacyPolicySec02-block__txt {
  margin-top: 12px;
}
.privacyPolicySec02-contact {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-contact {
    font-size: 13px;
  }
}
.privacyPolicySec02-contact p {
  margin: 0 0 4px;
}
.privacyPolicySec02-contact p:last-child {
  margin-bottom: 0;
}
.privacyPolicySec02-contact__link {
  color: #354F7E;
  text-decoration: underline;
}
.privacyPolicySec02-contact__link:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.privacyPolicySec02-list {
  margin: 12px 0 0;
  padding-left: 24px;
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-list {
    font-size: 13px;
    padding-left: 22px;
    margin-top: 10px;
  }
}
.privacyPolicySec02-list li {
  margin-bottom: 4px;
  padding-left: 4px;
  list-style: decimal;
  list-style-position: outside;
}
.privacyPolicySec02-list li::marker {
  font-weight: 700;
  color: #B0B0B2;
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-list li::marker {
    font-size: 13px;
  }
}
.privacyPolicySec02-list li:last-child {
  margin-bottom: 0;
}
.privacyPolicySec02-end {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 32px 0 0;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-end {
    font-size: 13px;
    margin-top: 10px;
  }
}
.privacyPolicySec02-update {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #B0B0B2;
  margin: 26px 0 0;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .privacyPolicySec02-update {
    font-size: 13px;
    margin-top: 40px;
  }
}

.newsSecMv {
  overflow-x: clip;
  background: #F2F1EC;
}
.newsSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.newsSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.newsSecMv-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-inner {
    width: 100%;
    max-width: none;
    padding: 0 0 10.2564102564vw;
  }
}
.newsSecMv-ttl {
  position: relative;
  height: 268px;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-ttl {
    height: 47.9487179487vw;
    overflow: visible;
  }
}
.newsSecMv-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  text-stroke: 1px #E0B131;
  paint-order: stroke fill;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-en {
    top: 10vw;
    right: 0;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.4102564103vw;
    -webkit-text-stroke-width: 0.2564102564vw;
    opacity: 0.3;
  }
}
.newsSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    gap: 2.0512820513vw;
  }
}
.newsSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 108px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
  }
}
.newsSecMv-jpTxt {
  display: block;
}
.newsSecMv-jpTxt img {
  display: block;
  width: 473px;
  height: 56px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-jpTxt {
    width: 64.6153846154vw;
  }
  .newsSecMv-jpTxt img {
    width: 100%;
    height: auto;
  }
}
.newsSecMv-lead {
  width: 1040px;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
}
.newsSecMv-lead p {
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSecMv-lead {
    width: auto;
    padding: 0 5.1282051282vw;
  }
}

body#news {
  background: #F2F1EC;
}

.newsSec01 {
  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;
  padding: 0 0 120px;
  background: #F2F1EC;
}
@media screen and ((max-width: 767px)) {
  .newsSec01 {
    padding: 0 5.1282051282vw 10.2564102564vw;
  }
}
.newsSec01-filters {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(16px, 2.92vw, 42px);
  width: 100%;
  max-width: calc(1120px + 80px);
  padding: 0 40px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5641025641vw;
    max-width: 100%;
    padding: 0 2.5641025641vw 12.8205128205vw;
  }
}
.newsSec01-filters .cmn-bt01 {
  height: 50px;
  padding: 0 clamp(16px, 2.78vw, 40px);
  font-size: clamp(16px, 1.39vw, 20px);
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((min-width: 768px)) {
  .newsSec01-filters .cmn-bt01:nth-child(1), .newsSec01-filters .cmn-bt01:nth-child(2) {
    width: auto;
    min-width: clamp(120px, 11.11vw, 160px);
  }
  .newsSec01-filters .cmn-bt01:nth-child(3) {
    width: auto;
    min-width: clamp(160px, 15.28vw, 220px);
  }
}
@media screen and ((max-width: 767px)) {
  .newsSec01-filters .cmn-bt01 {
    -webkit-box-flex: 90;
        -ms-flex: 90 1 0px;
            flex: 90 1 0;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: 8.7179487179vw;
    padding: 0;
    gap: 0;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .newsSec01-filters .cmn-bt01:nth-child(3) {
    -webkit-box-flex: 130;
        -ms-flex: 130 1 0px;
            flex: 130 1 0;
    width: auto;
  }
}
.newsSec01-list {
  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: clamp(40px, 4.17vw, 60px);
  width: 100%;
  max-width: calc(1120px + 80px);
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10.2564102564vw;
    max-width: none;
    padding: 0;
  }
}
.newsSec01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4.17vw, 60px);
  width: 100%;
  min-width: 0;
  color: #404040;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .newsSec01-item:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and ((max-width: 767px)) {
  .newsSec01-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.1282051282vw;
  }
}
.newsSec01-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(200px, 20.14vw, 290px);
          flex: 0 1 clamp(200px, 20.14vw, 290px);
  width: clamp(200px, 20.14vw, 290px);
  min-width: 0;
  height: clamp(140px, 12.5vw, 180px);
  border-radius: 20px;
  overflow: hidden;
  background: #D9D9D9;
}
.newsSec01-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 48.7179487179vw;
    border-radius: 5.1282051282vw;
  }
}
.newsSec01-body {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  gap: 0;
  width: auto;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-body {
    gap: 2.5641025641vw;
    width: 100%;
  }
}
.newsSec01-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.newsSec01-meta time {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-meta time {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
@media screen and ((max-width: 767px)) {
  .newsSec01-meta {
    gap: 5.1282051282vw;
  }
}
.newsSec01-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  margin-top: clamp(16px, 2.08vw, 30px);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-ttl {
    margin-top: 0;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.newsSec01-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: clamp(56px, 4.58vw, 66px);
  max-height: clamp(56px, 4.58vw, 66px);
  margin-top: clamp(16px, 2.08vw, 30px);
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-excerpt {
    -webkit-line-clamp: 4;
    min-height: 0;
    max-height: none;
    height: 24.6153846154vw;
    margin-top: 0;
    padding: 0;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.newsSec01-empty {
  margin: 0;
  text-align: center;
}
.newsSec01-pager {
  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: 40px;
  padding: 60px 0 0;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-pager {
    gap: 10.2564102564vw;
    width: 100%;
    padding: 10.2564102564vw 0 0;
  }
}
.newsSec01-pagerBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF url(../img/niseko/ico_pager.svg) center/10px 15px no-repeat;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-pagerBtn {
    width: 10vw;
    height: 10vw;
    background-size: 2.5641025641vw 3.8461538462vw;
  }
}
.newsSec01-pagerBtn.is-next {
  background-image: url(../img/niseko/ico_pager_next.svg);
}
.newsSec01-pagerBtn.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.newsSec01-pagerNums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-pagerNums {
    gap: 10.2564102564vw;
    font-size: 5.1282051282vw;
  }
}
.newsSec01-pagerNums a {
  color: #404040;
}
.newsSec01-pagerNums .is-current {
  color: #7BA23F;
}

body#news-single {
  background: #F2F1EC;
}

.newsSingleSecMv {
  background: #F2F1EC;
  color: #404040;
}
.newsSingleSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.newsSingleSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSecMv-bc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 89.7435897436vw;
    min-height: 16.1538461538vw;
    margin: 0 auto;
    padding: 0;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.newsSingleSecMv-inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSecMv-inner {
    width: 89.7435897436vw;
    max-width: none;
    gap: 2.5641025641vw;
    padding: 10.2564102564vw 0 0;
  }
}
.newsSingleSecMv-meta {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSecMv-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1282051282vw;
  }
}
.newsSingleSecMv time {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.newsSingleSecMv-ttl {
  margin: 0;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSecMv-ttl {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.newsSingleSecMv-img {
  width: 100%;
  height: 696px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #D9D9D9;
}
.newsSingleSecMv-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSecMv-img {
    height: 48.7179487179vw;
  }
}

.newsSingleSec01 {
  background: #F2F1EC;
  padding: 20px 0 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01 {
    padding: 5.1282051282vw 0 0;
  }
}
.newsSingleSec01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  color: #404040;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner {
    gap: 5.1282051282vw;
    width: 89.7435897436vw;
    max-width: none;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.newsSingleSec01-inner h2 {
  margin: 28px 0 0;
  color: #7BA23F;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.newsSingleSec01-inner h2:first-child {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner h2 {
    margin-top: 7.1794871795vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
  .newsSingleSec01-inner h2:first-child {
    margin-top: 0;
  }
}
.newsSingleSec01-inner h3 {
  margin: 0;
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner h3 {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.newsSingleSec01-inner h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner h4 {
    gap: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.newsSingleSec01-inner h4::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0B131;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner h4::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.newsSingleSec01-inner p {
  margin: 0;
}
.newsSingleSec01-inner ul,
.newsSingleSec01-inner ol {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.newsSingleSec01-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 0 0 8px;
}
.newsSingleSec01-inner li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 50%;
  background: #E0B131;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-inner li::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    margin-top: 1.7948717949vw;
  }
}
.newsSingleSec01-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  border-radius: 20px;
}
.newsSingleSec01-inner a {
  color: #7BA23F;
  text-decoration: underline;
}
.newsSingleSec01-nav {
  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: 40px;
  padding: 60px 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-nav {
    gap: 5.1282051282vw;
    padding: 10.2564102564vw 0;
  }
}
.newsSingleSec01-navItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #404040;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-navItem {
    gap: 2.0512820513vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-navItem:not(.is-next) {
    color: #7BA23F;
  }
}
.newsSingleSec01-navItem.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.newsSingleSec01-navBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF url(../img/niseko/ico_pager.svg) center/10px 15px no-repeat;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-navBtn {
    width: 10vw;
    height: 10vw;
    background-size: 2.5641025641vw 3.8461538462vw;
  }
}
.newsSingleSec01-navBtn.is-next {
  background-image: url(../img/niseko/ico_pager_next.svg);
}
.newsSingleSec01-navDiv {
  width: 1px;
  height: 34px;
  background: #404040;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-navDiv {
    height: 8.7179487179vw;
  }
}

.newsSingleSec02 {
  background: #FFFFFF;
  padding: 60px 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02 {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.newsSingleSec02-ttl {
  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: 8px;
  margin: 0 0 60px;
  color: #7BA23F;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-ttl {
    gap: 2.0512820513vw;
    margin: 0 0 10.2564102564vw;
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.newsSingleSec02-ttl small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-ttl small {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.newsSingleSec02-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 89px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-fairy {
    width: 18.4615384615vw;
    height: 22.8205128205vw;
  }
}
.newsSingleSec02 .newsSec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 4.17vw, 60px);
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02 .newsSec01-list {
    gap: 10.2564102564vw;
    width: 100%;
    max-width: none;
  }
}

.errorSecMv {
  background: #F2F1EC;
  color: #404040;
}
.errorSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.errorSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .errorSecMv-bc {
    height: 12.8205128205vw;
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.errorSecMv-inner {
  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: 20px;
  width: 777px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and ((max-width: 767px)) {
  .errorSecMv-inner {
    width: auto;
    gap: 5.1282051282vw;
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.errorSecMv-num {
  margin: 0;
  color: #FFFFFF;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  -webkit-text-stroke: 2px #7BA23F;
  paint-order: stroke fill;
}
@media screen and ((max-width: 767px)) {
  .errorSecMv-num {
    font-size: 32.8205128205vw;
    -webkit-text-stroke-width: 0.5128205128vw;
  }
}
.errorSecMv-en {
  margin: 0;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .errorSecMv-en {
    font-size: 16.4102564103vw;
  }
}
.errorSecMv-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 777px;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.errorSecMv-lead p {
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .errorSecMv-lead {
    width: 89.7435897436vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .errorSecMv-lead p:nth-child(n+2) {
    margin-top: 6.1538461538vw;
  }
}

body#contact {
  background: #F2F1EC;
}
body#contact .main {
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  body#contact.is-contact-cta-stuck {
    padding-bottom: calc(23.0769230769vw + env(safe-area-inset-bottom, 0px));
  }
  body#contact.is-contact-cta-stuck .totop {
    bottom: calc(20.5128205128vw + env(safe-area-inset-bottom, 0px));
  }
}

.contactWrap {
  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;
  background: #F2F1EC;
}

.contactSec-ttl {
  margin: 0 0 28px;
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec-ttl {
    display: none;
  }
}

.contactSec-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 20px;
  margin-left: 8px;
  border-radius: 10px;
  background: #7BA23F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
@media screen and ((max-width: 767px)) {
  .contactSec-badge {
    width: 11.7948717949vw;
    height: 5.1282051282vw;
    margin-left: 2.0512820513vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
.contactSec-badge.is-opt {
  background: #404040;
}

.contactSecMv {
  width: 100%;
  overflow-x: clip;
  background: #F2F1EC;
}
.contactSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-bc {
    width: 89.7435897436vw;
    height: 12.8205128205vw;
    margin: 0 auto;
    padding: 0;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.contactSecMv-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-inner {
    width: 100%;
    max-width: none;
  }
}
.contactSecMv-ttl {
  position: relative;
  height: 346px;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-ttl {
    height: 47.9487179487vw;
  }
}
.contactSecMv-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-en {
    top: 10vw;
    right: 0;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 0.2564102564vw;
    opacity: 0.3;
  }
}
.contactSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.0512820513vw;
  }
}
.contactSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 108px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
  }
}
.contactSecMv-jpTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: calc(100% - 100px);
  height: auto;
}
.contactSecMv-jpTxt img {
  display: block;
  width: clamp(280px, 48.96vw, 705px);
  max-width: 100%;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .contactSecMv-jpTxt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 57.4358974359vw;
    height: 20.5128205128vw;
  }
  .contactSecMv-jpTxt img {
    width: 55.641025641vw;
    height: auto;
  }
}

.contactSecKomi {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 105px;
}
@media screen and ((max-width: 767px)) {
  .contactSecKomi {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin: 0;
    padding: 8.4615384615vw 6.6666666667vw;
  }
}
.contactSecKomi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
  height: 164px;
  padding: 0 106px 0 105px;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .contactSecKomi-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.9487179487vw;
    width: 89.7435897436vw;
    height: auto;
    margin: 0 auto;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.contactSecKomi-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}
.contactSecKomi-logo img {
  display: block;
  width: 270px;
  height: 64px;
}
@media screen and ((max-width: 767px)) {
  .contactSecKomi-logo {
    width: 69.2307692308vw;
  }
  .contactSecKomi-logo img {
    width: 69.2307692308vw;
    height: 16.4102564103vw;
  }
}
.contactSecKomi-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSecKomi-items {
    margin-top: 1.2820512821vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSecKomi-lead {
  width: 600px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactSecKomi-lead strong {
  font-size: 24px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSecKomi-lead {
    width: 76.4102564103vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
  .contactSecKomi-lead strong {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}

.contactSec01 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.contactSec01 .contactSec-ttl {
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .contactSec01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 89.7435897436vw;
    margin: 0 auto;
  }
}
.contactSec01-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  min-height: 195px;
  padding: 46px 66px;
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32.8205128205vw 32.8205128205vw;
    grid-template-columns: 32.8205128205vw 32.8205128205vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 13.8461538462vw;
       -moz-column-gap: 13.8461538462vw;
            column-gap: 13.8461538462vw;
    row-gap: 7.9487179487vw;
    width: 89.7435897436vw;
    height: auto;
    min-height: 117.9487179487vw;
    padding: 11.7948717949vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.contactSec01-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-field {
    gap: 4.6153846154vw;
  }
}
.contactSec01-field.is-period {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 377px;
          flex: 1 1 377px;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-field.is-period {
    grid-column: 1/-1;
  }
}
.contactSec01-field.is-purpose {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 265px;
          flex: 1 1 265px;
}
.contactSec01-field.is-purpose .contactSec01-control {
  width: 265px;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-field.is-purpose {
    grid-column: 1/-1;
  }
  .contactSec01-field.is-purpose .contactSec01-control {
    width: 100%;
  }
}
.contactSec01-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7BA23F;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-label {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec01-control {
  width: 128px;
  height: 56px;
  padding: 0 36px 0 20px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7'%3E%3Cpath d='M1 1l6 5 6-5' fill='none' stroke='%237BA23F' stroke-width='2'/%3E%3C/svg%3E") right 16px center/14px 7px no-repeat;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactSec01-control.is-dates {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr auto;
  grid-template-columns: 1fr auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 377px;
  max-width: 100%;
  height: auto;
  min-height: 56px;
  padding: 0 16px 0 19px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.contactSec01-control.is-dates::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-column: 1/-1;
  -ms-grid-row: 1;
  grid-row: 1;
  height: 56px;
  margin: 0 -16px 0 -19px;
  border: 1px solid #7BA23F;
  border-radius: 10px;
  background: #FFFFFF;
  pointer-events: none;
}
.contactSec01-control.is-dates #ct-checkin,
.contactSec01-control.is-dates [name=ct-checkin],
.contactSec01-control.is-dates [name=checkin],
.contactSec01-control.is-dates .contactSec01-tilde,
.contactSec01-control.is-dates #ct-checkout,
.contactSec01-control.is-dates [name=ct-checkout],
.contactSec01-control.is-dates [name=checkout],
.contactSec01-control.is-dates .contactSec01-cal {
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 1;
}
.contactSec01-control.is-dates #ct-checkin,
.contactSec01-control.is-dates [name=ct-checkin],
.contactSec01-control.is-dates [name=checkin] {
  -ms-grid-column: 1;
  grid-column: 1;
}
.contactSec01-control.is-dates .contactSec01-tilde {
  -ms-grid-column: 2;
  grid-column: 2;
}
.contactSec01-control.is-dates #ct-checkout,
.contactSec01-control.is-dates [name=ct-checkout],
.contactSec01-control.is-dates [name=checkout] {
  -ms-grid-column: 3;
  grid-column: 3;
}
.contactSec01-control.is-dates .contactSec01-cal {
  -ms-grid-column: 4;
  grid-column: 4;
}
.contactSec01-control.is-dates .wpcf7-not-valid-tip {
  grid-column: 1/-1;
  z-index: 1;
  margin-top: 6px;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-control.is-dates {
    width: 100%;
    min-height: 14.1025641026vw;
    padding: 0 4.1025641026vw 0 4.8717948718vw;
  }
  .contactSec01-control.is-dates::before {
    height: 14.1025641026vw;
    margin: 0 -4.1025641026vw 0 -4.8717948718vw;
    border-radius: 2.5641025641vw;
  }
  .contactSec01-control.is-dates .wpcf7-not-valid-tip {
    margin-top: 1.5384615385vw;
  }
}
@media screen and ((max-width: 767px)) {
  .contactSec01-control {
    width: 100%;
    height: 14.358974359vw;
    padding: 0 9.2307692308vw 0 5.1282051282vw;
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    background-position: right 4.1025641026vw center;
    background-size: 3.5897435897vw 1.7948717949vw;
  }
  .contactSec01-control.is-dates {
    height: auto;
    padding: 0 4.1025641026vw 0 4.8717948718vw;
    background-image: none;
  }
}
.contactSec01-dates input:not(.contactSec01-fp), .contactSec01-control.is-dates input:not(.contactSec01-fp) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.contactSec01-dates input:not(.contactSec01-fp)::-webkit-calendar-picker-indicator, .contactSec01-control.is-dates input:not(.contactSec01-fp)::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-dates input:not(.contactSec01-fp), .contactSec01-control.is-dates input:not(.contactSec01-fp) {
    height: 7.1794871795vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: 0;
  }
}
.contactSec01-tilde {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-tilde {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec01-fp {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  border: 0;
}
.contactSec01-cal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and ((max-width: 767px)) {
  .contactSec01-cal {
    width: 6.4102564103vw;
    height: 6.6666666667vw;
  }
}

.contactSecBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 2.78vw, 40px);
  width: 100%;
  min-width: 0;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .contactSecBody {
    max-width: none;
    display: contents;
  }
}

.contactSec02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 722px;
          flex: 1 1 722px;
  width: auto;
  min-width: 0;
  max-width: 722px;
}
@media screen and ((max-width: 767px)) {
  .contactSec02 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 89.7435897436vw;
    max-width: none;
    padding: 10.2564102564vw 0;
  }
}
.contactSec02-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-fields {
    gap: 10.2564102564vw;
  }
}
.contactSec02-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-row {
    gap: 2.0512820513vw;
  }
}
.contactSec02-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-label {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec02 legend.contactSec02-label,
.contactSec02 legend.contactSec02-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.contactSec02-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  width: 100%;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-pair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.0512820513vw;
  }
}
.contactSec02-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.contactSec02-name span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-name span {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
@media screen and ((max-width: 767px)) {
  .contactSec02-name {
    width: 100%;
    gap: 2.5641025641vw;
  }
}
.contactSec02 input[type=email],
.contactSec02 input[type=tel],
.contactSec02 textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 14px 22px;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 10px;
  background: #FFFFFF;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactSec02 input[type=email]::-webkit-input-placeholder, .contactSec02 input[type=tel]::-webkit-input-placeholder, .contactSec02 textarea::-webkit-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02 input[type=email]::-moz-placeholder, .contactSec02 input[type=tel]::-moz-placeholder, .contactSec02 textarea::-moz-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02 input[type=email]:-ms-input-placeholder, .contactSec02 input[type=tel]:-ms-input-placeholder, .contactSec02 textarea:-ms-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02 input[type=email]::-ms-input-placeholder, .contactSec02 input[type=tel]::-ms-input-placeholder, .contactSec02 textarea::-ms-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02 input[type=email]::placeholder,
.contactSec02 input[type=tel]::placeholder,
.contactSec02 textarea::placeholder {
  color: #404040;
  opacity: 0.3;
}
@media screen and ((max-width: 767px)) {
  .contactSec02 input[type=email],
  .contactSec02 input[type=tel],
  .contactSec02 textarea {
    width: 100%;
    height: 10.2564102564vw;
    padding: 2.0512820513vw 2.3076923077vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactSec02-name input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  padding: 14px 22px;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 10px;
  background: #FFFFFF;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactSec02-name input::-webkit-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02-name input::-moz-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02-name input:-ms-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02-name input::-ms-input-placeholder {
  color: #404040;
  opacity: 0.3;
}
.contactSec02-name input::placeholder {
  color: #404040;
  opacity: 0.3;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-name input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: 0;
    height: 10.2564102564vw;
    padding: 2.0512820513vw 2.3076923077vw;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactSec02 textarea {
  height: 260px;
  resize: vertical;
}
@media screen and ((max-width: 767px)) {
  .contactSec02 textarea {
    height: 46.1538461538vw;
  }
}
.contactSec02-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  width: 100%;
  padding: 35px 21px;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-agree {
    width: 100%;
    gap: 11.0256410256vw;
    padding: 8.9743589744vw 5.3846153846vw;
    border-radius: 2.5641025641vw;
  }
}
.contactSec02-agreeTtl {
  margin: 0;
  color: #7BA23F;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-agreeTtl {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec02-agree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-agree ul {
    width: 79.4871794872vw;
  }
}
.contactSec02-agree li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-agree li {
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactSec02-agree li::before {
  content: "- ";
}
.contactSec02-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-check {
    gap: 1.0256410256vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactSec02-check a {
  color: #404040;
  text-decoration: underline;
}
.contactSec02-check input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 2px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .contactSec02-check input {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin: 4.1025641026vw 0 0;
  }
}
.contactSec02-check input:checked {
  background: #7BA23F;
  border-color: #7BA23F;
  -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
          box-shadow: inset 0 0 0 4px #FFFFFF;
}

@-webkit-keyframes contactCtaStickIn {
  from {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes contactCtaStickIn {
  from {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
.contactSec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  width: auto;
  min-width: 0;
  max-width: 360px;
  position: sticky;
  top: 100px;
}
.contactSec03 .contactSec03-cta.is-top {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and ((max-width: 767px)) {
  .contactSec03 {
    position: static;
    top: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 89.7435897436vw;
    max-width: none;
    padding: 10.2564102564vw 0 0;
  }
  .contactSec03 .contactSec03-cta.is-top {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .contactSec03 .cmn-bt03 {
    width: 100%;
    height: 12.8205128205vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    border-radius: 2.5641025641vw;
  }
}
@media screen and ((max-width: 767px)) {
  .contactSec03-cta.is-top {
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
  }
  .contactSec03-cta.is-top.is-stuck {
    position: fixed;
    left: 50%;
    bottom: calc(5.1282051282vw + env(safe-area-inset-bottom, 0px));
    z-index: 90;
    width: 89.7435897436vw;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: contactCtaStickIn 0.35s ease-out both;
            animation: contactCtaStickIn 0.35s ease-out both;
  }
}
.contactSec03-cta.js-contact-submit-proxy:not(.is-active) {
  cursor: default;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .contactSec03-cta.js-contact-submit-proxy:not(.is-active):hover {
    background: rgba(64, 64, 64, 0.3);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.contactSec03-cta.js-contact-submit-proxy.is-active {
  background: #E0B131;
  cursor: pointer;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .contactSec03-cta.js-contact-submit-proxy.is-active:hover {
    background: #404040;
    opacity: 1;
  }
}
#contact:not(.is-from-property) .contactSec03-img, #contact:not(.is-from-property) .contactSec03-name {
  display: none;
}
.contactSec03-img {
  width: 100%;
  height: 180px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #D9D9D9;
}
.contactSec03-img:not(:has(img[src]:not([src=""]))) {
  display: none;
}
.contactSec03-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-img {
    height: 46.1538461538vw;
    border-radius: 2.5641025641vw;
  }
}
.contactSec03-name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-name {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec03-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-summary {
    width: 89.7435897436vw;
    gap: 5.1282051282vw;
    padding: 5.1282051282vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2.5641025641vw;
  }
}
.contactSec03-summary div {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.3);
}
.contactSec03-summary div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-summary div {
    width: 67.9487179487vw;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .contactSec03-summary div:not(:last-child)::after {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    width: 82.0512820513vw;
    height: 0;
    margin-top: 5.1282051282vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 1px solid #404040;
    opacity: 0.3;
  }
}
.contactSec03-summary dt {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-summary dt {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.contactSec03-summary dd {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactSec03-summary dd {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}

.contactSec04 {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 60px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .contactSec04 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 0;
  }
  .contactSec04 .cmn-bt03 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .contactSec04 .cmn-bt03 {
    width: 89.7435897436vw;
    height: 12.8205128205vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    border-radius: 2.5641025641vw;
  }
}
.contactSec04 .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  margin: 16px 0 0;
}
.contactSec04 .wpcf7-response-output:empty {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .contactSec04 .wpcf7-response-output {
    width: 89.7435897436vw;
    margin-top: 4.1025641026vw;
  }
}

@media screen and ((max-width: 767px)) {
  .contactWrap .contactSecMv {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contactWrap .contactSec01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contactWrap .contactSec03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contactWrap .contactSecKomi {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .contactWrap .contactSec02 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .contactWrap .contactSec04 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .contactWrap .wpcf7,
  .contactWrap form.wpcf7-form {
    display: contents;
  }
}
body#contact .wpcf7 {
  width: 100%;
}
body#contact form.wpcf7-form {
  width: 100%;
  margin: 0;
}
body#contact .wpcf7-form-control-wrap {
  display: contents;
}
body#contact .contactSec01-control.is-dates .wpcf7-form-control-wrap {
  display: contents;
}
body#contact .contactSec02-row .wpcf7-form-control-wrap input,
body#contact .contactSec02-row .wpcf7-form-control-wrap textarea,
body#contact .contactSec02-name .wpcf7-form-control-wrap input {
  width: 100%;
}
body#contact .contactSec02-check .wpcf7-acceptance,
body#contact .contactSec02-check .wpcf7-list-item,
body#contact .contactSec02-check .wpcf7-list-item-label {
  display: contents;
}
body#contact .contactSec02-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-weight: 700;
  cursor: pointer;
}
body#contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #c00;
  font-size: 12px;
  font-weight: 700;
}
body#contact .wpcf7-response-output {
  width: 1120px;
  max-width: 100%;
  margin: 16px auto 0;
  text-align: center;
}
body#contact .wpcf7-response-output:empty {
  display: none;
}
body#contact input.wpcf7-submit.cmn-bt03 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
body#contact input.wpcf7-submit.cmn-bt03:not(.is-active) {
  cursor: default;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  body#contact input.wpcf7-submit.cmn-bt03:not(.is-active):hover {
    background: rgba(64, 64, 64, 0.3);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
body#contact input.wpcf7-submit.cmn-bt03.is-active {
  background: #E0B131;
  cursor: pointer;
}

.ctDevFill {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 10px 12px;
  border: 1px dashed rgba(64, 64, 64, 0.25);
  border-radius: 8px;
  background: rgba(64, 64, 64, 0.04);
}
@media screen and ((max-width: 767px)) {
  .ctDevFill {
    width: 89.7435897436vw;
    margin-bottom: 4.1025641026vw;
    padding: 2.5641025641vw 3.0769230769vw;
    border-radius: 2.0512820513vw;
  }
}
.ctDevFill__note {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(64, 64, 64, 0.55);
}
.ctDevFill__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.ctDevFill__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(64, 64, 64, 0.7);
  cursor: pointer;
}
.ctDevFill__btn:hover, .ctDevFill__btn:focus-visible {
  color: #404040;
  border-color: #404040;
}

.flatpickr-calendar.contactCal {
  width: auto;
  padding: 16px;
  border: 0;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 8px 24px rgba(64, 64, 64, 0.16);
          box-shadow: 0 8px 24px rgba(64, 64, 64, 0.16);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.flatpickr-calendar.contactCal.multiMonth {
  width: auto;
}
.flatpickr-calendar.contactCal.arrowTop:before, .flatpickr-calendar.contactCal.arrowTop:after, .flatpickr-calendar.contactCal.arrowBottom:before, .flatpickr-calendar.contactCal.arrowBottom:after {
  display: none;
}
.flatpickr-calendar.contactCal .flatpickr-months {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px 8px;
}
.flatpickr-calendar.contactCal .flatpickr-month {
  overflow: visible;
  height: 36px;
}
.flatpickr-calendar.contactCal .flatpickr-current-month {
  padding-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #404040;
}
.flatpickr-calendar.contactCal .flatpickr-prev-month,
.flatpickr-calendar.contactCal .flatpickr-next-month {
  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;
  height: 36px;
  fill: #7BA23F;
}
.flatpickr-calendar.contactCal .flatpickr-prev-month svg,
.flatpickr-calendar.contactCal .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-calendar.contactCal .flatpickr-prev-month:hover,
.flatpickr-calendar.contactCal .flatpickr-next-month:hover {
  background: transparent;
}
.flatpickr-calendar.contactCal .flatpickr-prev-month:hover svg,
.flatpickr-calendar.contactCal .flatpickr-next-month:hover svg {
  fill: #404040;
}
.flatpickr-calendar.contactCal .flatpickr-weekdays {
  height: 32px;
}
.flatpickr-calendar.contactCal .flatpickr-weekday {
  color: #404040;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
}
.flatpickr-calendar.contactCal .flatpickr-days {
  width: auto;
}
.flatpickr-calendar.contactCal .dayContainer {
  width: 252px;
  min-width: 252px;
  max-width: 252px;
}
.flatpickr-calendar.contactCal .flatpickr-day {
  max-width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  border-color: transparent;
  color: #404040;
  font-weight: 700;
}
.flatpickr-calendar.contactCal .flatpickr-day.today {
  border-color: #7BA23F;
}
.flatpickr-calendar.contactCal .flatpickr-day.inRange, .flatpickr-calendar.contactCal .flatpickr-day.prevMonthDay.inRange, .flatpickr-calendar.contactCal .flatpickr-day.nextMonthDay.inRange {
  background: rgba(123, 162, 63, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.flatpickr-calendar.contactCal .flatpickr-day.selected, .flatpickr-calendar.contactCal .flatpickr-day.startRange, .flatpickr-calendar.contactCal .flatpickr-day.endRange, .flatpickr-calendar.contactCal .flatpickr-day.selected.startRange, .flatpickr-calendar.contactCal .flatpickr-day.selected.endRange, .flatpickr-calendar.contactCal .flatpickr-day.startRange.startRange, .flatpickr-calendar.contactCal .flatpickr-day.endRange.endRange {
  background: #7BA23F;
  border-color: #7BA23F;
  color: #FFFFFF;
}
.flatpickr-calendar.contactCal .flatpickr-day.flatpickr-disabled, .flatpickr-calendar.contactCal .flatpickr-day.prevMonthDay, .flatpickr-calendar.contactCal .flatpickr-day.nextMonthDay {
  color: #D9D9D9;
}
.flatpickr-calendar.contactCal .flatpickr-day:hover:not(.selected):not(.startRange):not(.endRange):not(.flatpickr-disabled) {
  background: #F9F9F7;
  border-color: transparent;
}
@media screen and ((max-width: 767px)) {
  .flatpickr-calendar.contactCal {
    padding: 4.1025641026vw;
    border-radius: 2.5641025641vw;
  }
  .flatpickr-calendar.contactCal .flatpickr-current-month {
    font-size: 4.1025641026vw;
    line-height: 9.2307692308vw;
  }
  .flatpickr-calendar.contactCal .flatpickr-month,
  .flatpickr-calendar.contactCal .flatpickr-prev-month,
  .flatpickr-calendar.contactCal .flatpickr-next-month {
    height: 9.2307692308vw;
  }
  .flatpickr-calendar.contactCal .dayContainer {
    width: 64.6153846154vw;
    min-width: 64.6153846154vw;
    max-width: 64.6153846154vw;
  }
  .flatpickr-calendar.contactCal .flatpickr-day {
    max-width: 9.2307692308vw;
    height: 9.2307692308vw;
    line-height: 9.2307692308vw;
    border-radius: 2.5641025641vw;
  }
}

body#contact-confirm {
  background: #F2F1EC;
}

.contactConfirmSecMv {
  width: 100%;
  overflow-x: clip;
  background: #F2F1EC;
}
.contactConfirmSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactConfirmSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-bc {
    width: 89.7435897436vw;
    min-height: 0;
    height: 12.8205128205vw;
    margin: 0 auto;
    padding: 0;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.contactConfirmSecMv-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-inner {
    width: 100%;
    max-width: none;
  }
}
.contactConfirmSecMv-ttl {
  position: relative;
  height: 268px;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-ttl {
    height: 47.9487179487vw;
  }
}
.contactConfirmSecMv-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-en {
    top: 10vw;
    right: 0;
    width: 42.8205128205vw;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
  }
}
.contactConfirmSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    gap: 2.0512820513vw;
  }
}
.contactConfirmSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 108px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
    max-width: none;
  }
}
.contactConfirmSecMv-jpTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 85px;
}
.contactConfirmSecMv-jpTxt img {
  display: block;
  width: 169px;
  height: 56px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-jpTxt {
    width: 24.6153846154vw;
    height: 10.2564102564vw;
  }
  .contactConfirmSecMv-jpTxt img {
    width: 23.3333333333vw;
    height: 7.6923076923vw;
    max-width: none;
  }
}
.contactConfirmSecMv-lead {
  width: 1040px;
  max-width: 100%;
  min-height: 112px;
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSecMv-lead {
    width: 100%;
    min-height: 34.8717948718vw;
    margin: 0;
    padding: 0 5.1282051282vw 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    text-align: left;
  }
}

.contactConfirmSec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec01 {
    gap: 10.2564102564vw;
    width: 89.7435897436vw;
    max-width: none;
    padding: 15.3846153846vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.contactConfirmSec01-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec01-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.contactConfirmSec01-block dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec01-block dt {
    width: auto;
  }
}
.contactConfirmSec01-block dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 501px;
  max-width: 100%;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec01-block dd {
    width: 100%;
    gap: 2.5641025641vw;
  }
}
.contactConfirmSec01-block p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.contactConfirmSec02 {
  position: relative;
  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: 80px;
  padding: 60px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
    width: 90vw;
    margin: 0 auto;
    padding: 10.2564102564vw 0;
  }
}
.contactConfirmSec02 .cmn-bt03,
.contactConfirmSec02 input.wpcf7-submit.cmn-bt03,
.contactConfirmSec02 input.wpcf7-previous.cmn-bt03,
.contactConfirmSec02 input.wpcf7-back.cmn-bt03 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and ((max-width: 767px)) {
  .contactConfirmSec02 .cmn-bt03,
  .contactConfirmSec02 input.wpcf7-submit.cmn-bt03,
  .contactConfirmSec02 input.wpcf7-previous.cmn-bt03,
  .contactConfirmSec02 input.wpcf7-back.cmn-bt03 {
    width: 100%;
    height: 12.8205128205vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.contactConfirmSec02 .wpcf7-spinner {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  pointer-events: none;
}

body#contact-confirm .wpcf7,
body#contact-confirm form.wpcf7-form {
  width: 100%;
  margin: 0;
}
body#contact-confirm .wpcf7-response-output {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
body#contact-confirm .wpcf7-response-output:empty {
  display: none;
}

body#contact-thanks {
  background: #F2F1EC;
}

.contactThanksSecMv {
  width: 100%;
  overflow-x: clip;
  background: #F2F1EC;
}
.contactThanksSecMv-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.contactThanksSecMv-bc a {
  color: #7BA23F;
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-bc {
    width: 89.7435897436vw;
    min-height: 0;
    height: 16.1538461538vw;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 3.0769230769vw;
    line-height: 6.1538461538vw;
  }
}
.contactThanksSecMv-inner {
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-inner {
    width: 100%;
    max-width: none;
  }
}
.contactThanksSecMv-ttl {
  position: relative;
  height: 268px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-ttl {
    height: 47.9487179487vw;
  }
}
.contactThanksSecMv-en {
  position: absolute;
  top: 118px;
  right: max(-160px, (100vw - 100%) / -2);
  color: transparent;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 5.12px;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #E0B131;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-en {
    top: 10vw;
    right: 0;
    width: 42.8205128205vw;
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
  }
}
.contactThanksSecMv-jp {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-jp {
    top: 16.6666666667vw;
    left: 3.3333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.0512820513vw;
  }
}
.contactThanksSecMv-fairy {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 108px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-fairy {
    width: 17.6923076923vw;
    height: 21.7948717949vw;
    max-width: none;
  }
}
.contactThanksSecMv-jpTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1020px;
  height: 85px;
}
.contactThanksSecMv-jpTxt img {
  display: block;
  width: 1006px;
  height: 57px;
  max-width: none;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-jpTxt {
    width: 73.8461538462vw;
    height: 20.5128205128vw;
  }
  .contactThanksSecMv-jpTxt img {
    width: 72.5641025641vw;
    height: 17.9487179487vw;
    max-width: none;
  }
}
.contactThanksSecMv-lead {
  width: 1040px;
  max-width: 100%;
  min-height: 112px;
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSecMv-lead {
    width: 100%;
    min-height: 28.7179487179vw;
    margin: 0;
    padding: 0 5.1282051282vw 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}

.contactThanksSec01 {
  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;
  width: 1120px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01 {
    width: 89.7435897436vw;
    max-width: none;
    padding-bottom: 15.3846153846vw;
  }
}
.contactThanksSec01-flow {
  display: contents;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.7435897436vw;
  }
}
.contactThanksSec01-banner {
  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;
  width: 561px;
  max-width: 100%;
  height: 69px;
  margin: 0 auto 0 0;
  border-radius: 10px;
  background: #E0B131;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-banner {
    width: 100%;
    height: 17.6923076923vw;
    margin: 0;
    border-radius: 2.5641025641vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.contactThanksSec01-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactThanksSec01-steps::before {
  content: "";
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
  height: clamp(140px, 12.5vw, 180px);
  border-left: 2px dashed rgba(64, 64, 64, 0.5);
}
.contactThanksSec01-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  min-height: clamp(160px, 13.68vw, 197px);
  height: auto;
  padding: clamp(16px, 1.39vw, 20px) clamp(10px, 3.47vw, 50px) clamp(16px, 1.39vw, 20px) clamp(10px, 0.69vw, 10px);
  gap: clamp(10px, 1.04vw, 15px);
  border-radius: 10px;
  background: #FFFFFF;
}
.contactThanksSec01-steps li:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.contactThanksSec01-steps li:nth-child(2) {
  -ms-grid-column: 3;
  grid-column: 3;
  padding-left: clamp(16px, 2.78vw, 40px);
  gap: clamp(16px, 3.06vw, 44px);
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .contactThanksSec01-steps::before {
    content: none;
  }
  .contactThanksSec01-steps li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 31.2820512821vw;
    min-height: 0;
    padding: 7.4358974359vw 2.5641025641vw 0;
    gap: 1.7948717949vw;
    border-radius: 2.5641025641vw;
  }
  .contactThanksSec01-steps li:nth-child(1), .contactThanksSec01-steps li:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .contactThanksSec01-steps li:nth-child(2) {
    height: 38.7179487179vw;
    padding: 6.9230769231vw 2.5641025641vw 0 4.6153846154vw;
    gap: 5.1282051282vw;
    border-top: 0;
    background-image: repeating-linear-gradient(90deg, rgba(64, 64, 64, 0.5) 0 1.0256410256vw, transparent 1.0256410256vw 2.0512820513vw);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 85.641025641vw 0.5128205128vw;
  }
  .contactThanksSec01-steps li:nth-child(2) .contactThanksSec01-txt {
    padding-top: 0.5128205128vw;
  }
}
.contactThanksSec01-visual {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(100px, 11.04vw, 159px);
  height: clamp(80px, 8.75vw, 126px);
}
.contactThanksSec01-visual img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-visual {
    place-items: start center;
    width: 20.2564102564vw;
    height: 16.1538461538vw;
  }
  .contactThanksSec01-visual img {
    width: 20.2564102564vw;
    height: 16.1538461538vw;
  }
}
.contactThanksSec01-steps li:nth-child(2) .contactThanksSec01-visual {
  width: clamp(72px, 6.94vw, 100px);
  height: clamp(96px, 9.24vw, 133px);
}
.contactThanksSec01-steps li:nth-child(2) .contactThanksSec01-visual img {
  width: 100%;
  height: 100%;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-steps li:nth-child(2) .contactThanksSec01-visual {
    width: 14.8717948718vw;
    height: 19.7435897436vw;
  }
  .contactThanksSec01-steps li:nth-child(2) .contactThanksSec01-visual img {
    width: 14.8717948718vw;
    height: 19.7435897436vw;
  }
}
.contactThanksSec01-step {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  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;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  pointer-events: none;
}
.contactThanksSec01-stepLabel {
  font-size: 24px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-stepLabel {
    font-size: 6.1538461538vw;
    line-height: 7.1794871795vw;
  }
}
.contactThanksSec01-stepNum {
  font-size: 40px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-stepNum {
    font-size: 10.2564102564vw;
    line-height: 7.1794871795vw;
  }
}
.contactThanksSec01-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: clamp(220px, 22.57vw, 325px);
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 62.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactThanksSec01-note {
  width: 777px;
  max-width: 100%;
  margin: 140px 0 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-note {
    width: 89.7435897436vw;
    min-height: 43.0769230769vw;
    margin: 10.2564102564vw 0;
    padding: 0;
    text-align: left;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.contactThanksSec01-office {
  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: 20px;
  width: auto;
  max-width: 100%;
  padding: 40px 60px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: #7BA23F;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-office {
    gap: 5.1282051282vw;
    width: 89.7435897436vw;
    min-height: 55.1282051282vw;
    padding: 10.2564102564vw 6.4102564103vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0.7692307692vw 0.7692307692vw 0.7692307692vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.7692307692vw 0.7692307692vw 0.7692307692vw rgba(0, 0, 0, 0.3);
  }
}
.contactThanksSec01-officeName {
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-officeName {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
}
.contactThanksSec01-officeBody {
  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;
  width: 548px;
  max-width: 100%;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-officeBody {
    width: 76.9230769231vw;
    height: 22.3076923077vw;
  }
}
.contactThanksSec01-mail {
  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: 20px;
  width: auto;
  padding: 20px 40px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #7BA23F;
  font-family: "Momo Trust Display", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and ((min-width: 768px)) and (hover: hover) {
  .contactThanksSec01-mail:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.contactThanksSec01-mail img {
  display: block;
  width: 30px;
  height: 22px;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-mail {
    gap: 2.0512820513vw;
    width: 76.9230769231vw;
    height: 14.8717948718vw;
    padding: 0 4.1025641026vw;
    border-radius: 2.5641025641vw;
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
  }
  .contactThanksSec01-mail img {
    width: 4.8717948718vw;
    height: 3.5897435897vw;
  }
}
.contactThanksSec01-hours {
  margin: 8px 0 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactThanksSec01-hours {
    width: 47.4358974359vw;
    margin-top: 1.2820512821vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}

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