@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
@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;
}

/*============================================================================================================
  base
============================================================================================================*/
body {
  color: #404040;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  min-height: 100vh;
}
@media screen and ((max-width: 767px)) {
  body {
    font-size: 14px;
  }
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -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: normal;
  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: normal;
  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;
  }
}
/*------------------------------------------
  font
------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------------------
  frame
------------------------------------------*/
body {
  min-width: 1000px;
}
@media screen and ((max-width: 767px)) {
  body {
    min-width: initial;
  }
}

.main {
  overflow-x: hidden;
}

/*------------------------------------------
  hover
------------------------------------------*/
@media screen and ((min-width: 768px)) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
.c-inner01 {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
}
@media screen and ((max-width: 767px)) {
  .c-inner01 {
    max-width: 100%;
  }
}

.c-inner02 {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .c-inner02 {
    max-width: 100%;
  }
}

.c-inner03 {
  margin: 0 auto;
  max-width: 1064px;
  width: 100%;
  padding: 0 20px;
}
@media screen and ((max-width: 767px)) {
  .c-inner03 {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}

.c-inner04 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .c-inner04 {
    max-width: 100%;
  }
}

.c-ttl01 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.025em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .c-ttl01 {
    font-size: 8vw;
  }
}
.c-ttl01::before {
  content: "";
  background: #B7D100;
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and ((max-width: 767px)) {
  .c-ttl01::before {
    width: 8.5333333333vw;
    height: 0.8vw;
    bottom: -5.3333333333vw;
  }
}

@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: 12vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.cmn-ttl {
  position: relative;
  z-index: 2;
}
.cmn-ttl.is-wht .cmn-ttl__en {
  color: #fff;
}
.cmn-ttl.is-wht .cmn-ttl__jp {
  color: #fff;
}
.cmn-ttl__en {
  color: #354F7E;
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl__en {
    font-size: 10.6666666667vw;
  }
}
.cmn-ttl__jp {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl__jp {
    font-size: 3.7333333333vw;
  }
}
.cmn-ttl.lower-ttl {
  position: relative;
}
.cmn-ttl.lower-ttl .cmn-ttl__en {
  font-size: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .cmn-ttl__en {
    font-size: 20px;
  }
}
.cmn-ttl.lower-ttl .cmn-ttl__jp {
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .cmn-ttl__jp {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
}
.cmn-ttl.lower-ttl .lower-ttl__bold {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .lower-ttl__bold {
    font-size: 8vw;
    margin-top: 30px;
  }
}

.cmn-bt01 {
  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;
  background-color: #2C2C30;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 240px;
  height: 59px;
  margin: auto;
  border-radius: 50px;
  line-height: 1.5;
  padding-right: 15px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and ((max-width: 767px)) {
  .cmn-bt01 {
    width: 240px;
    font-size: 14px;
    height: 59px;
  }
}
.cmn-bt01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.cmn-bt01:hover {
  background-color: #fff;
  color: #2C2C30;
  opacity: 1;
}
.cmn-bt01:hover::before {
  border-color: #2C2C30;
}
.cmn-bt01.is-bl {
  background: #354F7E;
}
.cmn-bt01.is-bl:hover {
  background-color: #fff;
  color: #354F7E;
}
.cmn-bt01.is-bl:hover::before {
  border-color: #354F7E;
}
.cmn-bt01.is-wht {
  background: #fff;
  color: #2C2C30;
}
.cmn-bt01.is-wht::before {
  border-color: #2C2C30;
}
.cmn-bt01.is-wht:hover {
  background-color: #2C2C30;
  color: #fff;
}
.cmn-bt01.is-wht:hover::before {
  border-color: #fff;
}

.cmn-bt02 {
  color: #2C2C30;
  border: 1px solid #A5A5A5;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 19px 69px 20px 49px;
  height: 59px;
  margin: auto;
  border-radius: 50px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and ((max-width: 767px)) {
  .cmn-bt02 {
    width: 239px;
    font-size: 14px;
    padding: 19px 20px 20px 10px;
  }
}
.cmn-bt02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  width: 4px;
  height: 4px;
  border-right: 1px solid #2C2C30;
  border-bottom: 1px solid #2C2C30;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and ((max-width: 767px)) {
  .cmn-bt02::before {
    right: 30px;
  }
}
.cmn-bt02:hover {
  background-color: #2C2C30;
  color: #fff;
  border-color: #2C2C30;
  opacity: 1;
}
.cmn-bt02:hover::before {
  border-color: #fff;
}
.cmn-bt02.is-wht {
  border: 1px solid #fff;
  color: #fff;
}
.cmn-bt02.is-wht::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cmn-bt02.is-wht:hover {
  background-color: #fff;
  color: #2C2C30;
  border-color: #fff;
}
.cmn-bt02.is-wht:hover::before {
  border-color: #2C2C30;
}

.cta-link01 {
  position: relative;
  padding: 76px 0 68.5px;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .cta-link01 {
    padding: 0;
  }
}
.cta-link01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/service/bg_sec03_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and ((max-width: 767px)) {
  .cta-link01::before {
    background-image: url(../img/service/bg_sec03_01_sp.webp);
  }
}
.cta-link01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #302D2C;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.cta-link01-linkBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-linkBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cta-link01-txt {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-txt {
    margin-top: 30px;
  }
}
.cta-link01-btBox {
  margin-top: 53.5px;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-btBox {
    margin-top: 40px;
  }
}
.cta-link01-bt {
  display: block;
  width: 310px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-bt {
    width: 300px;
    text-align: left;
  }
}
.cta-link01-bt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-bt::after {
    right: 13px;
  }
}
.cta-link01-rightBox {
  padding-left: 40px;
}
@media screen and ((max-width: 767px)) {
  .cta-link01-rightBox {
    border-top: 1px solid #fff;
  }
}
@media screen and ((max-width: 767px)) {
  .cta-link01-leftBox, .cta-link01-rightBox {
    padding: 55px 20px 45.5px;
  }
}
@media screen and ((max-width: 767px)) {
  .cta-link01 .c-inner01 {
    padding: 0;
  }
}

.serviceSec03.cta-link01 {
  padding: 0;
  min-height: 480px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 {
    min-height: 400px;
  }
}
.serviceSec03.cta-link01::before, .serviceSec03.cta-link01::after {
  display: none;
}
.serviceSec03.cta-link01 .cta-link01-linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 357px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    min-height: 348px;
  }
}
.serviceSec03.cta-link01 .cta-link01-leftBox,
.serviceSec03.cta-link01 .cta-link01-rightBox {
  position: relative;
  width: 50%;
  min-height: 357px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-leftBox,
  .serviceSec03.cta-link01 .cta-link01-rightBox {
    width: 100%;
    min-height: 357px;
    padding: 0;
  }
}
@media (hover: hover) {
  .serviceSec03.cta-link01 .cta-link01-leftBox:hover,
  .serviceSec03.cta-link01 .cta-link01-rightBox:hover {
    opacity: 1;
  }
}
.serviceSec03.cta-link01 .cta-link01-leftBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.serviceSec03.cta-link01 .cta-link01-rightBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.serviceSec03.cta-link01 .cta-link01-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-bg {
    background-size: cover;
  }
}
.serviceSec03.cta-link01 .cta-link01-leftBox .cta-link01-bg {
  background-image: url(../img/service/bg_sec03_02.webp);
  background-position: center;
  background-size: cover;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-leftBox .cta-link01-bg {
    background-image: url(../img/service/bg_sec03_02_sp.webp);
    background-position: center;
    background-size: cover;
  }
}
.serviceSec03.cta-link01 .cta-link01-rightBox .cta-link01-bg {
  background-image: url(../img/service/bg_sec03_03.webp);
  background-position: center;
  background-size: cover;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-rightBox .cta-link01-bg {
    background-image: url(../img/service/bg_sec03_03_sp.webp);
    background-position: center;
    background-size: cover;
  }
}
.serviceSec03.cta-link01 .cta-link01-leftBox:hover .cta-link01-bg,
.serviceSec03.cta-link01 .cta-link01-rightBox:hover .cta-link01-bg {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.serviceSec03.cta-link01 .cta-link01-overlay {
  position: absolute;
  inset: 0;
  background: #302D2C;
  opacity: 0.8;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.serviceSec03.cta-link01 .cta-link01-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.serviceSec03.cta-link01 .cta-link01-line {
  position: absolute;
  background: #C41E3A;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.serviceSec03.cta-link01 .cta-link01-line--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.serviceSec03.cta-link01 .cta-link01-line--left {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.serviceSec03.cta-link01 .cta-link01-line--bottom {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.serviceSec03.cta-link01 .cta-link01-line--right {
  bottom: 0;
  right: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.serviceSec03.cta-link01 .cta-link01-leftBox:hover .cta-link01-line--top,
.serviceSec03.cta-link01 .cta-link01-leftBox:hover .cta-link01-line--bottom,
.serviceSec03.cta-link01 .cta-link01-rightBox:hover .cta-link01-line--top,
.serviceSec03.cta-link01 .cta-link01-rightBox:hover .cta-link01-line--bottom {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.serviceSec03.cta-link01 .cta-link01-leftBox:hover .cta-link01-line--left,
.serviceSec03.cta-link01 .cta-link01-leftBox:hover .cta-link01-line--right,
.serviceSec03.cta-link01 .cta-link01-rightBox:hover .cta-link01-line--left,
.serviceSec03.cta-link01 .cta-link01-rightBox:hover .cta-link01-line--right {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.serviceSec03.cta-link01 .cta-link01-content {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  max-width: 540px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-content {
    padding: 0 20px;
  }
}
.serviceSec03.cta-link01 .cta-link01-rightBox .cta-link01-content {
  padding-left: 40px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec03.cta-link01 .cta-link01-rightBox .cta-link01-content {
    padding-left: 20px;
  }
}
.serviceSec03.cta-link01 .cta-link01-bt {
  cursor: pointer;
}

.accordion-ttl {
  background: #354F7E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16.5px 50px 16.5px 80px;
  border-radius: 50px;
  position: relative;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .accordion-ttl {
    padding: 21px 45px 20px 60px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 15.5px;
  }
}
.accordion-ttl::before {
  content: "Q.";
  position: absolute;
  display: block;
  top: 7px;
  left: 35px;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .accordion-ttl::before {
    font-size: 28px;
    top: 8px;
    left: 17px;
  }
}
.accordion-ttl::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/common/ico_arrow_10.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-content {
  display: none;
  background-color: #FFFFFF;
  padding: 22.5px 35px;
  border-radius: 10px;
  margin-top: 10px;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .accordion-content {
    padding: 22px 18.5px;
  }
}

.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 {
  background: rgba(44, 44, 48, 0.2);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 0 44px rgba(44, 44, 48, 0.2);
          box-shadow: inset 0 0 44px rgba(44, 44, 48, 0.2);
  padding: 0 18px 0 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 1350px)) {
  .header {
    padding: 0 18px 0 18px;
  }
}
@media screen and ((max-width: 767px)) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.3333333333vw;
    top: 0;
    min-width: auto;
    height: 52px;
  }
  .header.is-navOn {
    height: 100vh;
    backdrop-filter: blur(20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/common/bg_nav.webp);
  }
}
.header-bt {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  place-content: center;
  justify-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 58px;
  z-index: 2;
}
.header-bt span {
  background: #fff;
  width: 32px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:first-child {
  margin-bottom: 6px;
  margin-top: 2px;
}
.header-bt-txt {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 15px;
}
.header-bt-txt.close {
  display: none;
}
.header-bt.is-navOn {
  position: absolute;
}
.header-bt.is-navOn.open {
  display: none;
}
.header-bt.is-navOn span:first-child {
  width: 32px;
  -webkit-transform: rotate(25deg) translate(3px, 4px);
          transform: rotate(25deg) translate(3px, 4px);
}
.header-bt.is-navOn span:nth-child(2) {
  width: 32px;
  -webkit-transform: rotate(-28deg) translate(3px, -6px);
          transform: rotate(-28deg) translate(3px, -6px);
}
.header-logo {
  display: block;
  position: relative;
  max-width: 223px;
  width: 100%;
}
@media screen and ((max-width: 1350px)) {
  .header-logo {
    max-width: 200px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-logo {
    max-width: 44.2666666667vw;
    z-index: 2;
  }
}
.header-logo.is-navOn {
  margin: 3rem auto 0;
  max-width: 59.4666666667vw;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 1350px)) {
  .header-nav {
    gap: 20px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-nav {
    padding: 35px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    inset: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    pointer-events: none;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}
@media screen and ((max-width: 767px)) {
  .header-outLinkList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
  }
}
.header-outLinkList__item {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.header-outLinkList__item:nth-child(2) .header-outLinkList__link::before {
  background-image: url(../img/common/ico_nav_02.webp);
}
.header-outLinkList__link {
  padding: 5px 18px 5px 31px;
  position: relative;
  display: block;
}
.header-outLinkList__link::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_nav_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-outLinkList__link::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_nav_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-langList {
  position: relative;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5px;
}
@media screen and ((max-width: 767px)) {
  .header-langList {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.header-langList::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_nav_04.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-langList__item {
  color: #B0B0B2;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.header-langList__item.is-active {
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .header-contactBt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}
.header-contactBt__link {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 41.5px 11px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
@media screen and ((max-width: 1350px)) {
  .header-contactBt__link {
    padding: 12px 20px 11px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-contactBt__link {
    width: 161px;
    display: block;
    text-align: center;
  }
}
.header-contactBt__link:hover {
  background-color: #fff;
  color: #2C2C30;
  border-color: #fff;
  opacity: 1;
}
.header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and ((max-width: 1350px)) {
  .header-navList {
    gap: 20px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-navList__link {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.header-navList__link span {
  font-size: 13px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
}
.header-navList__link .link {
  display: block;
  padding: 20px 0;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .header-navList__link .link {
    padding: 10px 0;
  }
}
.header-navList__link .link::before {
  content: "";
  width: 1px;
  height: 25.5px;
  position: absolute;
  top: 50%;
  right: -21.2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
@media screen and ((max-width: 1350px)) {
  .header-navList__link .link::before {
    right: -10px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link .link::before {
    content: none;
  }
}
.header-navList__link:last-child .link::before {
  content: none;
}
.header-navList__link:hover .nav-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.is-open .nav-tooltip {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub {
    position: relative;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub > .link::after {
    content: "+";
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 17px;
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub.is-open > .link::after {
    content: "−";
  }
}
.header-navList .nav-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 27px;
  background: #3AA6B9;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 14px;
    -webkit-transition: none;
    transition: none;
    text-align: left;
    display: none;
  }
}
.header-navList .nav-tooltip .nav-subList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-navList .nav-tooltip .nav-subList::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #3AA6B9;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList::before {
    display: none;
  }
}
.header-navList .nav-tooltip .nav-subList li {
  padding: 10px 0;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li {
    padding: 0;
  }
}
.header-navList .nav-tooltip .nav-subList li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li a {
    color: #3AA6B9;
    padding: 12px 0;
  }
}
.header-navList .nav-tooltip .nav-subList li {
  background-image: repeating-radial-gradient(circle, #3AA6B9 0px, #3AA6B9 0.5px, transparent 1px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3.5px 3px;
}
.header-navList .nav-tooltip .nav-subList li + li {
  border-top: none;
  background-image: repeating-radial-gradient(circle, #fff 0px, #fff 0.5px, transparent 1px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3.5px 3px;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li + li {
    background-image: repeating-radial-gradient(circle, #3AA6B9 0px, #3AA6B9 0.5px, transparent 1px, transparent 4px);
  }
}
.header-recruit .header-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 154px 186px;
  grid-template-columns: 154px 186px;
  gap: 27px;
}
.header-recruit .header-navList__link .link::before {
  content: none;
}

.footer {
  background: #F2F2F4;
  padding: 90px 0 60px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .footer {
    padding: 6.9333333333vw 0 13.3333333333vw;
  }
}
.footer-topBox {
  padding-bottom: 50px;
  border-bottom: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .footer-topBox {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-topBox .footer-logoBox {
    max-width: 218px;
  }
}
.footer-bottomBox {
  margin-top: 53px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and ((max-width: 767px)) {
  .footer-bottomBox {
    margin-top: 70px;
    border: none;
    padding-bottom: 0;
  }
}
.footer-bottomBox .footer-navListBox {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and ((max-width: 767px)) {
  .footer-bottomBox .footer-navListBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-bottomBox .footer-navList {
    border-top: none;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-bottomBox .footer-logoBox {
    max-width: 230px;
  }
}
.footer-infoBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr;
  grid-template-columns: 1fr 3.5fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 767px)) {
  .footer-infoBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.footer-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 26px 10px 26px 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .footer-info {
    padding: 23px 10px 27px 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer-info__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-right: 1px solid #B0B0B2;
}
.footer-info__name small {
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .footer-info__name {
    border: none;
  }
}
.footer-info__name .en {
  font-size: 14px;
  font-weight: bold;
  color: #B0B0B2;
  display: block;
}
.footer-info__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .footer-info__address {
    padding-left: 20px;
    border-left: 1px solid #B0B0B2;
  }
}
.footer-navBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 265px;
  grid-template-columns: 1fr 265px;
  gap: 50px;
  margin-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and ((max-width: 767px)) {
  .footer-navBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26.5px;
    margin-top: 30px;
  }
}
.footer-navListBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and ((max-width: 767px)) {
  .footer-navListBox {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 7.2vw;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-navList {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 10px 0;
  }
  .footer-navList:nth-child(3) {
    border-top: none;
  }
}
.footer-navList__ttl a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #354F7E;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .footer-navList__ttl a {
    font-size: 4.2666666667vw;
  }
  .footer-navList__ttl a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2C2C30;
    border-bottom: 2px solid #2C2C30;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.footer-navList__ttl a .jp {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #2C2C30;
}
.footer-navList__ttl a.is-no-hover {
  pointer-events: none;
}
.footer-navList__ttl.open a::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.footer-navList__item {
  margin-top: 30px;
}
@media screen and ((max-width: 767px)) {
  .footer-navList__item {
    margin-top: 20px;
  }
}
.footer-navList__item + .footer-navList__item {
  margin-top: 12px;
}
@media screen and ((max-width: 767px)) {
  .footer-navList__item + .footer-navList__item {
    margin-top: 20px;
  }
}
.footer-navList__item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .footer-navList__child {
    display: none;
  }
}
@media screen and ((max-width: 767px)) {
  .footer-bt {
    text-align: center;
  }
}
.footer-bt .cmn-bt02,
.footer-bt .cmn-bt01 {
  width: 265px;
  text-align: center;
}
.footer__privacy {
  text-align: center;
  font-weight: bold;
  margin-top: 53px;
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .footer__privacy {
    margin-top: 60px;
  }
}
.footer__copyright {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .footer__copyright {
    margin-top: 5.3333333333vw;
  }
}

@-webkit-keyframes lowerMvTxtFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lowerMvTxtFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lowerMv {
  position: relative;
}
.lowerMv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #302D2C;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
.lowerMv-imgBox {
  height: 100%;
}
@media screen and ((max-width: 767px)) {
  .lowerMv-imgBox {
    height: 92.2666666667vw;
  }
}
.lowerMv-imgBox__recruit {
  height: 366px;
}
.lowerMv-txtBox {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: lowerMvTxtFadeIn 0.8s ease-out 0.5s forwards;
          animation: lowerMvTxtFadeIn 0.8s ease-out 0.5s forwards;
}
@media screen and ((max-width: 767px)) {
  .lowerMv-txtBox {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
.lowerMv-txtBox-ttl {
  color: #fff;
}
.lowerMv-txtBox-ttl .jp {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 2;
}
.lowerMv-txtBox-ttl .en {
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.lowerMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerMv-calendar {
  bottom: -40px;
}

.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;
}
.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;
}
.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: 17.0666666667vw;
  }
}

@-webkit-keyframes homeSecMvImgSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes homeSecMvImgSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes homeSecMvHeaderSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes homeSecMvHeaderSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes homeSecMvTxtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translateY(30px);
            transform: translate(-50%, -50%) translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes homeSecMvTxtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translateY(30px);
            transform: translate(-50%, -50%) translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
}
@media screen and ((max-width: 767px)) {
  @-webkit-keyframes homeSecMvTxtFadeInSp {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(20px);
              transform: translateX(-50%) translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes homeSecMvTxtFadeInSp {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(20px);
              transform: translateX(-50%) translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }
}
body.is-front-page .header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: homeSecMvHeaderSlideDown 0.5s ease-out 0.4s forwards;
          animation: homeSecMvHeaderSlideDown 0.5s ease-out 0.4s forwards;
}

.main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.homeSecMv {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.homeSecMv-slide {
  height: 100vh;
  position: relative;
}
.homeSecMv-slide .swiper-slide-active img,
.homeSecMv-slide .swiper-slide:first-child img {
  -webkit-animation: homeSecMvImgSlideIn 0.6s ease-out forwards;
          animation: homeSecMvImgSlideIn 0.6s ease-out forwards;
}
.homeSecMv-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #302D2C;
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.homeSecMv-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSecMv .swiper-button-prev,
.homeSecMv .swiper-button-next {
  width: 59px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv .swiper-button-prev,
  .homeSecMv .swiper-button-next {
    display: none;
  }
}
.homeSecMv .swiper-button-prev {
  background-image: url(../img/common/ico_arrow_01.webp);
  left: 60px;
}
.homeSecMv .swiper-button-next {
  background-image: url(../img/common/ico_arrow_02.webp);
  right: 60px;
}
.homeSecMv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: 40px !important;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv .swiper-pagination {
    padding: 0 20px;
    gap: 7px;
    bottom: 26px !important;
  }
}
.homeSecMv .swiper-pagination-bullet {
  width: 124px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv .swiper-pagination-bullet {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.homeSecMv .swiper-pagination-bullet-active {
  background: #354F7E;
}
.homeSecMv-txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-animation: homeSecMvTxtFadeIn 0.8s ease-out 0.9s forwards;
          animation: homeSecMvTxtFadeIn 0.8s ease-out 0.9s forwards;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-txtBox {
    text-align: left;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    -webkit-animation-name: homeSecMvTxtFadeInSp;
            animation-name: homeSecMvTxtFadeInSp;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
.homeSecMv-logo {
  max-width: 153px;
  margin: auto;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-logo {
    max-width: 89px;
  }
}
.homeSecMv-catch {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 33px;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-catch {
    font-size: 7.4666666667vw;
    margin-top: 39px;
  }
}
.homeSecMv-txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-txt {
    font-size: 3.7333333333vw;
    margin-top: 38px;
    line-height: 2;
  }
}
.homeSecMv-bt {
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-bt {
    margin-top: 60px;
  }
}

.homeSec01 {
  padding: 80px 0 60px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01 {
    padding: 40px 0 70px;
  }
}
.homeSec01-contentBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-contentBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec01-leftBox {
  position: relative;
}
.homeSec01-leftBox::before {
  content: "";
  width: 78px;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 100px;
  background-image: url(../img/home/img_se01_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-leftBox::before {
    background-image: url(../img/home/img_se01_01_sp.webp);
    width: 95vw;
    left: -15px;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec01-rightBox {
    margin-top: 37px;
  }
}
.homeSec01-tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-tabList {
    margin-bottom: 4px;
  }
}
.homeSec01-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background: #F2F2F4;
  color: #1f3c6d;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.homeSec01-tab.is-active {
  background: #354F7E;
  color: #fff;
}
.homeSec01-tabContent {
  display: none;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 8px;
}
.homeSec01-tabContent.is-active {
  display: block;
}
.homeSec01-item {
  padding: 35px 0 31px;
  border-bottom: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-item {
    padding: 31px 14px;
  }
}
.homeSec01-label {
  display: inline-block;
  padding: 4px 24px;
  font-size: 14px;
  background: #2C2C30;
  color: #fff;
  border-radius: 20px;
  margin-right: 18px;
}
.homeSec01-date {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #A5A5A5;
  font-family: "Montserrat", sans-serif;
}
.homeSec01-title {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.25;
}
.homeSec01-bt {
  margin-top: 40px;
  text-align: right;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-bt {
    margin-top: 32px;
    text-align: center;
  }
}

.homeSec02 {
  padding: 80px 0 60px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .homeSec02 {
    padding: 70px 0 60px;
  }
}
.homeSec02-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-catch {
    font-size: 18px;
    margin-top: 32px;
  }
}
.homeSec02-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txt {
    margin-top: 33px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D3D3D3;
  }
}
.homeSec02-serviceList {
  margin-top: 76px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-serviceList {
    margin-top: 32px;
  }
}
.homeSec02-serviceItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.homeSec02-serviceItem:nth-child(odd) {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.homeSec02-serviceItem:nth-child(even) {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.homeSec02-serviceItem:nth-child(1) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.homeSec02-serviceItem:nth-child(2) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.homeSec02-serviceItem:nth-child(3) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.homeSec02-serviceItem:nth-child(4) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.homeSec02.is-fadeUp .homeSec02-serviceItem {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.homeSec02-serviceItem__link {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.homeSec02-serviceItem__link .homeSec02-txtBox,
.homeSec02-serviceItem__link .homeSec02-imgBox {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.homeSec02-serviceItem__link:hover .homeSec02-txtBox, .homeSec02-serviceItem__link:hover .homeSec02-imgBox {
  opacity: 0.7;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-serviceItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 17px;
    justify-items: start;
    border-bottom: 1px solid #D3D3D3;
    margin-top: 72px;
    padding-bottom: 32px;
  }
}
.homeSec02-serviceItem:last-child .homeSec02-txtBox {
  border-bottom: 1px solid #D3D3D3;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-imgBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txtBox {
    display: contents;
  }
}
.homeSec02-txtBox {
  padding: 75px 0 50px;
  border-top: 1px solid #D3D3D3;
}
.homeSec02-txtBox.is-revealed .homeSec02-txtBox__ttl span::before {
  -webkit-transform: translateY(-50%) translateX(var(--arrow-translate-x, 100%));
          transform: translateY(-50%) translateX(var(--arrow-translate-x, 100%));
  opacity: 1;
}
.homeSec02-txtBox__num {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txtBox__num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.homeSec02-txtBox__num .num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 70px;
  color: #354F7E;
  opacity: 0.05;
}
.homeSec02-txtBox__ttl {
  font-size: 28px;
  font-weight: bold;
  margin-top: 13px;
  color: #354F7E;
  display: inline-block;
  position: relative;
  padding-right: 51px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txtBox__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    font-size: 24px;
  }
}
.homeSec02-txtBox__ttl span {
  position: relative;
}
.homeSec02-txtBox__ttl span::before {
  content: "";
  width: 36px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: -55px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
  background-image: url(../img/common/ico_arrow_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out, -webkit-transform 0.5s ease-out;
}
.homeSec02-txtBox__txt {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 24px;
  font-weight: 500;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txtBox__txt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
.homeSec02-bt {
  margin-top: 50px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-bt {
    margin-top: 32px;
  }
}

.homeSec03 {
  padding: 105px 0 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 {
    padding: 70px 0 0;
  }
}
.homeSec03-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-catch {
    font-size: 18px;
  }
}
.homeSec03-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-txt {
    margin-top: 33px;
  }
}
.homeSec03-txt strong {
  font-weight: bold;
  margin-top: 32px;
}
.homeSec03-slideBox {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 35px 8rem;
  background: #354F7E;
  margin-top: 36px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
}
.homeSec03.is-fadeUp .homeSec03-slideBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .homeSec03-slideBox {
    padding: 105px 80px 166px 16px;
  }
}
.homeSec03-slide__slide:hover {
  opacity: 1;
}
.homeSec03-slide__slide:hover .homeSec03-slide__imgBox img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.homeSec03-slide__imgBox {
  position: relative;
  overflow: hidden;
}
.homeSec03-slide__imgBox img {
  aspect-ratio: 358/287;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.homeSec03-slide__labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 9px;
  left: 9px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-slide__labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homeSec03-slide__labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homeSec03-slide__labelItem {
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #2C2C30;
  color: #2C2C30;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}
.homeSec03-slide__labelItem.is-active {
  background: #2C2C30;
  color: #fff;
}
.homeSec03-slide__bodyBox {
  padding: 16.5px 13px 21.5px;
  background: #fff;
}
.homeSec03-slide__ttl {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.homeSec03-slide__ttl::before {
  content: "";
  width: 16.5px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/home/ico_sec03_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.homeSec03-slide__list {
  margin-top: 14px;
}
.homeSec03-slide__item {
  margin-top: 7px;
  font-size: 14px;
}
.homeSec03-slide__item strong {
  font-weight: bold;
}
.homeSec03 .swiper {
  overflow: visible;
}
.homeSec03 .swiper-button-prev,
.homeSec03 .swiper-button-next {
  width: 59px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: -25%;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-button-prev,
  .homeSec03 .swiper-button-next {
    width: 47px;
    height: 47px;
    top: -13%;
  }
}
.homeSec03 .swiper-button-prev {
  background-image: url(../img/common/ico_arrow_04.webp);
  left: auto;
  right: calc(7% + 85px);
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-button-prev {
    background-image: url(../img/common/ico_arrow_01.webp);
    right: 0;
  }
}
.homeSec03 .swiper-button-next {
  background-image: url(../img/common/ico_arrow_05.webp);
  right: 7%;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-button-next {
    background-image: url(../img/common/ico_arrow_02.webp);
    right: -60px;
  }
}
.homeSec03 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  bottom: -32px !important;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-pagination {
    width: auto !important;
    gap: 24px;
    left: 50% !important;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.homeSec03 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A5A5A5;
  opacity: 1;
  margin: 0 !important;
}
.homeSec03 .swiper-pagination-bullet-active {
  background: #fff;
}
.homeSec03-bt {
  margin-top: 67px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-bt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-slide {
    opacity: 0.3;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec03 .swiper-slide-visible {
    opacity: 1;
  }
}

.homeSec04 {
  padding: 105px 0 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 {
    padding: 74px 0 0;
  }
}
.homeSec04-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-catch {
    font-size: 18px;
  }
}
.homeSec04-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-txt {
    margin-top: 33px;
  }
}
.homeSec04-txt strong {
  font-weight: bold;
}
.homeSec04-slideBox {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 35px 8rem;
  background: #44444B;
  margin-top: 36px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
}
.homeSec04.is-fadeUp .homeSec04-slideBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .homeSec04-slideBox {
    padding: 105px 80px 166px 16px;
  }
}
.homeSec04-slide__slide:hover {
  opacity: 1;
}
.homeSec04-slide__slide:hover .homeSec04-slide__imgBox img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.homeSec04-slide__imgBox {
  position: relative;
  overflow: hidden;
}
.homeSec04-slide__imgBox img {
  aspect-ratio: 358/287;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.homeSec04-slide__labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 9px;
  left: 9px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-slide__labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homeSec04-slide__labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homeSec04-slide__labelItem {
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #2C2C30;
  color: #2C2C30;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}
.homeSec04-slide__labelItem.is-active {
  background: #2C2C30;
  color: #fff;
}
.homeSec04-slide__bodyBox {
  padding: 16.5px 13px 21.5px;
  background: #fff;
}
.homeSec04-slide__ttl {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.homeSec04-slide__ttl::before {
  content: "";
  width: 16.5px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/home/ico_sec03_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.homeSec04-slide__list {
  margin-top: 14px;
}
.homeSec04-slide__item {
  margin-top: 7px;
  font-size: 14px;
}
.homeSec04-slide__item strong {
  font-weight: bold;
}
.homeSec04 .swiper {
  overflow: visible;
}
.homeSec04 .swiper-button-prev,
.homeSec04 .swiper-button-next {
  width: 59px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: -25%;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-button-prev,
  .homeSec04 .swiper-button-next {
    width: 47px;
    height: 47px;
    top: -13%;
  }
}
.homeSec04 .swiper-button-prev {
  background-image: url(../img/common/ico_arrow_06.webp);
  left: auto;
  right: calc(7% + 85px);
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-button-prev {
    background-image: url(../img/common/ico_arrow_01.webp);
    right: 0;
  }
}
.homeSec04 .swiper-button-next {
  background-image: url(../img/common/ico_arrow_07.webp);
  right: 7%;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-button-next {
    background-image: url(../img/common/ico_arrow_02.webp);
    right: -60px;
  }
}
.homeSec04 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  bottom: -32px !important;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-pagination {
    width: auto !important;
    gap: 24px;
    left: 50% !important;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.homeSec04 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A5A5A5;
  opacity: 1;
  margin: 0 !important;
}
.homeSec04 .swiper-pagination-bullet-active {
  background: #fff;
}
.homeSec04-bt {
  margin-top: 67px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-bt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-slide {
    opacity: 0.3;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .swiper-slide-visible {
    opacity: 1;
  }
}

.homeSec05 {
  padding: 60px 0 177px;
  margin-top: 85px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec05 {
    padding: 78px 0 45px;
    margin-top: 0;
  }
}
.homeSec05::before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/home/img_sec05_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
}
@media screen and ((max-width: 767px)) {
  .homeSec05::before {
    background-image: url(../img/home/img_sec05_01_sp.webp);
    width: calc(100% - 20px);
    height: 50%;
    z-index: -1;
    top: 54px;
  }
}
.homeSec05.is-fadeUp::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.homeSec05::after {
  content: "";
  width: 60vw;
  height: 87%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F2F4;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .homeSec05::after {
    width: 100%;
    height: 100%;
    z-index: -2;
  }
}
.homeSec05-contentBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-contentBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec05-leftBox {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
}
.homeSec05.is-fadeUp .homeSec05-leftBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.homeSec05-rightBox {
  max-width: 440px;
  margin-left: 67px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.7s, -webkit-transform 0.8s ease-out 0.7s;
  transition: opacity 0.8s ease-out 0.7s, -webkit-transform 0.8s ease-out 0.7s;
  transition: opacity 0.8s ease-out 0.7s, transform 0.8s ease-out 0.7s;
  transition: opacity 0.8s ease-out 0.7s, transform 0.8s ease-out 0.7s, -webkit-transform 0.8s ease-out 0.7s;
}
.homeSec05.is-fadeUp .homeSec05-rightBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .homeSec05-rightBox {
    margin-left: 0;
  }
}
.homeSec05-catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 106px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-catch {
    margin-top: 67px;
    color: #fff;
    font-size: 18px;
  }
}
.homeSec05-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 32px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-txt {
    margin-top: 68px;
  }
}
.homeSec05-txt strong {
  font-weight: bold;
}
.homeSec05-bt {
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-bt {
    margin-top: 35px;
  }
}

.homeSec06 {
  padding: 80px 0 70px;
  background-image: url(../img/home/bg_sec06_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right;
}
@media screen and ((max-width: 767px)) {
  .homeSec06 {
    padding: 65px 0 60px;
  }
}
.homeSec06::before {
  content: "";
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #302D2C;
  opacity: 0.8;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .homeSec06::before {
    width: 100%;
  }
}
.homeSec06-catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 36px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-catch {
    max-width: 100%;
    font-size: 18px;
    margin-top: 32px;
  }
}
.homeSec06-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 32px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-txt {
    max-width: 100%;
  }
}
.homeSec06-bt {
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-bt {
    margin-top: 65px;
    text-align: center;
  }
}

.serviceSec01 {
  padding: 60px 0 109px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .serviceSec01 {
    padding: 31px 0 52px;
  }
}
.serviceSec01-ttl {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .serviceSec01-ttl {
    font-size: 24px;
  }
}
.serviceSec01-txt {
  font-size: 14px;
  margin-top: 51px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .serviceSec01-txt {
    margin-top: 41px;
  }
}

.serviceSec02 {
  padding: 70px 0 82px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02 {
    padding: 0;
  }
}
.serviceSec02-listBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-listBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.serviceSec02-item {
  padding: 19px;
  padding-bottom: 31px;
  background: #F2F2F4;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-item {
    padding: 0;
    border-radius: 0;
  }
}
.serviceSec02-imgBox {
  position: relative;
}
.serviceSec02-imgBox__num {
  position: absolute;
  bottom: -4px;
  left: 12px;
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 3, 6, 0.3);
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-imgBox__num {
    bottom: auto;
    top: 0;
    left: 32px;
  }
}
.serviceSec02-imgBox img {
  aspect-ratio: 448/311;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-body {
    padding: 0 20px 38px;
  }
}
.serviceSec02-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
  text-align: center;
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-ttl {
    font-size: 24px;
  }
}
.serviceSec02-txt {
  line-height: 1.75;
  font-size: 14px;
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-txt {
    margin-top: 29px;
  }
}
.serviceSec02-bt {
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .serviceSec02-bt {
    margin-top: 28px;
  }
}
@media screen and ((max-width: 767px)) {
  .serviceSec02 .c-inner01 {
    padding: 0;
  }
}

@media screen and ((max-width: 767px)) {
  .recruitSecMV .lowerMv-imgBox {
    height: 100vh;
  }
}
@media screen and ((max-width: 767px)) {
  .recruitSecMV .lowerMv-txtBox {
    top: 35%;
    bottom: auto;
  }
}
.recruitSecMV.lowerMv::before {
  background: #302D2C;
  opacity: 0.7;
}
.recruitSecMV-ttl {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .recruitSecMV-ttl {
    line-height: 1.5;
  }
}
.recruitSecMV-ttl strong {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}
.recruitSecMV-txt {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
  margin-top: 32px;
  color: #fff;
  font-weight: 500;
}
@media screen and ((max-width: 767px)) {
  .recruitSecMV-txt {
    margin-top: 25px;
  }
}

.recruitSec01 {
  padding: 80px 0 130px;
  background: #F2F2F4;
  position: relative;
  z-index: 2;
}
.recruitSec01::before {
  content: "";
  width: 40vw;
  height: auto;
  aspect-ratio: 578/356;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../img/recruit/img_sec01_01.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .recruitSec01::before {
    width: 91vw;
    top: -38px;
  }
}
.recruitSec01::after {
  content: "";
  width: 40vw;
  height: auto;
  aspect-ratio: 618/448;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/recruit/img_sec01_02.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .recruitSec01::after {
    width: 81vw;
  }
}
@media screen and ((max-width: 767px)) {
  .recruitSec01 {
    padding: 31px 0 52px;
  }
}
.recruitSec01-ttl {
  color: #354F7E;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .recruitSec01-ttl {
    font-size: 23px;
    text-align: left;
    line-height: 1.5;
  }
}
.recruitSec01-ttl small {
  font-size: 40px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec01-ttl small {
    font-size: 18px;
    display: block;
  }
}
.recruitSec01-txt {
  font-size: 14px;
  margin-top: 77px;
  line-height: 2.8;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .recruitSec01-txt {
    margin-top: 34px;
    text-align: left;
    line-height: 1.75;
  }
}

.recruitSec02 {
  padding: 105px 0 0;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 {
    padding: 70px 0 0;
  }
}
.recruitSec02-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-catch {
    font-size: 18px;
  }
}
.recruitSec02-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-txt {
    margin-top: 33px;
  }
}
.recruitSec02-txt strong {
  font-weight: bold;
  margin-top: 32px;
}
.recruitSec02-slideBox {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 35px 8rem;
  background: #354F7E;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-slideBox {
    padding: 105px 80px 166px 16px;
  }
}
.recruitSec02-slideBox::before {
  content: "Case Study";
  font-size: 90px;
  color: #354F7E;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.1;
  font-weight: bold;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-slideBox::before {
    font-size: 36px;
    bottom: auto;
    top: 35px;
    left: 20px;
    opacity: 0.2;
  }
}
.recruitSec02-slide__imgBox {
  position: relative;
}
.recruitSec02-slide__imgBox img {
  aspect-ratio: 358/287;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitSec02-slide__labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 9px;
  left: 9px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-slide__labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitSec02-slide__labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruitSec02-slide__labelItem {
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #2C2C30;
  color: #2C2C30;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}
.recruitSec02-slide__labelItem.is-active {
  background: #2C2C30;
  color: #fff;
}
.recruitSec02-slide__bodyBox {
  padding: 16.5px 13px 21.5px;
  background: #fff;
}
.recruitSec02-slide__ttl {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.recruitSec02-slide__ttl::before {
  content: "";
  width: 16.5px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/home/ico_sec03_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.recruitSec02-slide__list {
  margin-top: 14px;
}
.recruitSec02-slide__item {
  margin-top: 7px;
  font-size: 14px;
}
.recruitSec02-slide__item strong {
  font-weight: bold;
}
.recruitSec02 .swiper {
  overflow: visible;
}
.recruitSec02 .swiper-button-prev,
.recruitSec02 .swiper-button-next {
  width: 59px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: -25%;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-button-prev,
  .recruitSec02 .swiper-button-next {
    width: 47px;
    height: 47px;
    top: -13%;
  }
}
.recruitSec02 .swiper-button-prev {
  background-image: url(../img/common/ico_arrow_04.webp);
  left: auto;
  right: calc(7% + 85px);
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-button-prev {
    background-image: url(../img/common/ico_arrow_01.webp);
    right: 0;
  }
}
.recruitSec02 .swiper-button-next {
  background-image: url(../img/common/ico_arrow_05.webp);
  right: 7%;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-button-next {
    background-image: url(../img/common/ico_arrow_02.webp);
    right: -60px;
  }
}
.recruitSec02 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  bottom: -32px !important;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-pagination {
    width: auto !important;
    gap: 24px;
    left: 50% !important;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.recruitSec02 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A5A5A5;
  opacity: 1;
  margin: 0 !important;
}
.recruitSec02 .swiper-pagination-bullet-active {
  background: #fff;
}
.recruitSec02-bt {
  margin-top: 67px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .recruitSec02-bt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-slide {
    opacity: 0.3;
  }
}
@media screen and ((max-width: 767px)) {
  .recruitSec02 .swiper-slide-visible {
    opacity: 1;
  }
}

.recruitSec03 {
  padding: 80px 0 54px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03 {
    padding: 50px 0 60px;
  }
}
.recruitSec03-catch {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03-catch {
    font-size: 24px;
  }
}
.recruitSec03-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 21px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03-txt {
    margin-top: 36px;
  }
}
.recruitSec03__topBox, .recruitSec03__bottomBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.45fr;
  grid-template-columns: 1fr 1.45fr;
  gap: 3px;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03__topBox, .recruitSec03__bottomBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.recruitSec03__topBox .recruitSec03__img, .recruitSec03__bottomBox .recruitSec03__img {
  padding-right: 20px;
}
.recruitSec03__bottomBox {
  -ms-grid-columns: 1.45fr 1fr;
  grid-template-columns: 1.45fr 1fr;
  margin-top: 70px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03__bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 137px;
  }
  .recruitSec03__bottomBox .recruitSec03__img {
    padding-right: 0;
    padding-left: 20px;
  }
}
.recruitSec03__bottomBox::before {
  content: "";
  width: 1px;
  height: 98px;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03__bottomBox::before {
    top: -120px;
  }
}
.recruitSec03__bottomBox .recruitSec03__body {
  margin-left: auto;
}
.recruitSec03__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03__ttl {
    font-size: 18px;
    margin-top: 15px;
  }
}
.recruitSec03__text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .recruitSec03__text {
    margin-top: 20px;
  }
}
.recruitSec03__body {
  max-width: 646px;
  padding: 0 15px;
}

.recruitSec04 {
  padding: 74px 0;
  background: repeating-linear-gradient(140deg, #354F7E 0, #354F7E 30px, #2F4775 30px, #2F4775 70px);
}
@media screen and ((max-width: 767px)) {
  .recruitSec04 {
    padding: 39px 0;
  }
}
.recruitSec04-ttl {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .recruitSec04-ttl {
    margin-top: 24px;
  }
}
.recruitSec04-listBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 43px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec04-listBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }
}
.recruitSec04-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 14px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec04-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
    padding: 7px;
    margin-left: -20px;
    width: calc(100% + 20px);
    border-radius: 0 10px 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruitSec04-txtBox {
  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)) {
  .recruitSec04-txtBox {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.recruitSec04-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 10px;
}

.recruitSec05 {
  padding: 93px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05 {
    padding: 56px 0 60px;
  }
}
.recruitSec05-topBox, .recruitSec05-bottomBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-topBox, .recruitSec05-bottomBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.recruitSec05-topBox::before, .recruitSec05-bottomBox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-100% - 30px);
  background: #F2F2F4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-topBox::before, .recruitSec05-bottomBox::before {
    content: none;
  }
}
.recruitSec05-topBox::after, .recruitSec05-bottomBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% - 30px);
  background: #F2F2F4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-topBox::after, .recruitSec05-bottomBox::after {
    content: none;
  }
}
.recruitSec05-bottomBox {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-bottomBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.recruitSec05-leadBox {
  background: #354F7E;
  color: #fff;
  padding: 106px 35px 98px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-leadBox {
    padding: 56px 10px 51px 20px;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.recruitSec05-leadBox::before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/img_sec05_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.recruitSec05-leadBox::after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-image: url(../img/recruit/img_sec05_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-leadBox::after {
    width: 33px;
    height: 33px;
  }
}
.recruitSec05-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-ttl {
    font-size: 28px;
  }
}
.recruitSec05-ttl small {
  font-size: 35px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-ttl small {
    font-size: 24px;
  }
}
.recruitSec05-ttl::after {
  content: "";
  width: 87px;
  height: 87px;
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/recruit/img_sec05_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-ttl::after {
    width: 72px;
    height: 72px;
    top: 63%;
    left: 54%;
  }
}
.recruitSec05-txt {
  margin-top: 33px;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-txt {
    margin-top: 30px;
  }
}
.recruitSec05-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-item {
    margin-right: 20px;
    position: relative;
  }
}
@media screen and ((max-width: 767px)) {
  .recruitSec05-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: calc(-100% - 20px);
    background: #F2F2F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.recruitSec05-item__imgBox {
  position: relative;
}
.recruitSec05-item__label {
  position: absolute;
  top: 7px;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.recruitSec05-item__type {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #354F7E;
  border: 1px solid #354F7E;
  padding: 4px 10px;
}
.recruitSec05-item__role {
  font-size: 14px;
  font-weight: 500;
  color: #354F7E;
  background: #fff;
  border: 1px solid #354F7E;
  padding: 4px 10px;
}
.recruitSec05-item__ttl {
  padding: 9px 50px 9px 16px;
  background: #354F7E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.recruitSec05-item__ttl::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_arrow_08.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.recruitSec05-item__body {
  background: #F2F2F4;
  padding: 20px 8px 8px 10px;
}
.recruitSec05-item__desc {
  font-size: 14px;
  color: #354F7E;
  text-align: center;
}
.recruitSec05-item__roleBox {
  margin-top: 33px;
  padding: 18px 6.5px;
  border: 1px solid #354F7E;
  font-size: 14px;
  color: #354F7E;
  position: relative;
  min-height: 97px;
  line-height: 1.5;
}
.recruitSec05-item__roleBox-ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  background: #F2F2F4;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.recruitSec06 {
  padding: 80px 0 70px;
  background-image: url(../img/home/bg_sec06_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right;
}
@media screen and ((max-width: 767px)) {
  .recruitSec06 {
    padding: 65px 0 60px;
  }
}
.recruitSec06::before {
  content: "";
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #302D2C;
  opacity: 0.8;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .recruitSec06::before {
    width: 100%;
  }
}
.recruitSec06-catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 36px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .recruitSec06-catch {
    max-width: 100%;
    font-size: 18px;
    margin-top: 32px;
  }
}
.recruitSec06-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 32px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .recruitSec06-txt {
    max-width: 100%;
  }
}
.recruitSec06-bt {
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .recruitSec06-bt {
    margin-top: 65px;
    text-align: center;
  }
}

.position01SecMV-bt {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}
.position01SecMV .cmn-bt02 {
  width: 265px;
  text-align: center;
}

.position01Sec01 {
  padding: 50px 0 104px;
}
.position01Sec01-ttl {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-ttl {
    font-size: 24px;
  }
}
.position01Sec01-body {
  padding: 60px 0 0;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-body {
    padding: 34px 0 0;
  }
}
.position01Sec01-block {
  margin-top: 40px;
}
.position01Sec01-job__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 7px 19px;
  background: #354F7E;
  width: 150px;
  text-align: center;
}
.position01Sec01-job__txt {
  margin-top: 23px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-job__txt {
    margin-top: 20px;
  }
}
.position01Sec01-about {
  margin-top: 40px;
}
.position01Sec01-about__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #354F7E;
  padding: 7px 19px;
  border: 1px solid #354F7E;
  width: 150px;
  text-align: center;
}
.position01Sec01-about__txt {
  margin-top: 23px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-about__txt {
    margin-top: 20px;
  }
}
.position01Sec01-detail {
  margin-top: 45px;
}
.position01Sec01-detail__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #354F7E;
  padding-left: 18px;
  border-left: 4px solid #354F7E;
}
.position01Sec01-detail__txt {
  margin-top: 23px;
  line-height: 1.75;
}
.position01Sec01-detail__list {
  margin-top: 30px;
}
.position01Sec01-detail__listItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  margin-top: 6px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-detail__listItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 20px;
  }
}
.position01Sec01-detail__listTtl {
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}
.position01Sec01-detail__listTtl::before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_check_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .position01Sec01-detail__listText {
    padding-left: 24px;
  }
}

.position01Sec02 {
  padding: 65px 0;
  background: #354F7E;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02 {
    padding: 50px 0 35px;
  }
}
.position01Sec02::before {
  content: "";
  width: 30vw;
  height: 19vw;
  position: absolute;
  top: 34px;
  left: -3vw;
  background-image: url(../img/position01/bg_sec02_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02::before {
    content: none;
  }
}
.position01Sec02::after {
  content: "";
  width: 24vw;
  height: 21vw;
  position: absolute;
  bottom: 0;
  right: -3vw;
  background-image: url(../img/position01/bg_sec02_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02::after {
    content: none;
  }
}
.position01Sec02-ttl {
  font-size: 28px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-ttl {
    font-size: 24px;
  }
}
.position01Sec02-txt01 {
  line-height: 2;
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-txt01 {
    margin-top: 34px;
    text-align: left;
  }
}
.position01Sec02-txt02 {
  margin-top: 16px;
  line-height: 2;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-txt02 {
    text-align: left;
  }
}
.position01Sec02-catch {
  font-size: 18px;
  font-weight: bold;
  color: #354F7E;
  background: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-catch {
    display: block;
  }
}
.position01Sec02-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-cards {
    margin-top: 33px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.position01Sec02-card {
  border: 1px solid #fff;
  padding: 25px 22px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec02-card {
    padding: 25px 33px;
  }
}
.position01Sec02-cardTtl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.position01Sec02-cardTxt {
  margin-top: 20px;
  text-align: left;
  line-height: 1.8;
}

.position01Sec03 {
  padding: 76px 0 97px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03 {
    padding: 50px 0 74px;
  }
}
.position01Sec03-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03-ttl {
    text-align: center;
    font-size: 24px;
  }
}
.position01Sec03-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 87px;
  }
}
.position01Sec03-box::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03-box::before {
    content: none;
  }
}
.position01Sec03-boxTtl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 7px;
  background: #354F7E;
  width: 150px;
  text-align: center;
  letter-spacing: 0.05em;
}
.position01Sec03-list {
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03-list {
    margin-top: 20px;
  }
}
.position01Sec03-listItem {
  padding-left: 24px;
  position: relative;
  margin-top: 4px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec03-listItem {
    margin-top: 20px;
  }
}
.position01Sec03-listItem::before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ico_check_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.position01Sec03-rightBox .position01Sec03-boxTtl {
  background: #fff;
  border: 1px solid #354F7E;
  color: #354F7E;
  position: relative;
}
.position01Sec03-rightBox .position01Sec03-boxTtl::before {
  content: "";
  width: 126px;
  height: 25px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/position01/ico_sec03_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.position01Sec04 {
  padding: 65px 0 56px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04 {
    padding: 27px 0 60px;
  }
}
.position01Sec04-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04-ttl {
    text-align: center;
    font-size: 24px;
  }
}
.position01Sec04-tableWrap {
  margin-top: 12px;
}
.position01Sec04-table {
  width: 100%;
  border-collapse: collapse;
}
.position01Sec04-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
}
.position01Sec04-th {
  width: 124px;
  background: #2f4f7f;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  vertical-align: top;
  margin-top: 3px;
}
.position01Sec04-th--flow {
  background: transparent;
  border: 1px solid #354F7E;
  color: #354F7E;
}
.position01Sec04-td {
  line-height: 1.9;
  padding: 6px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04-td {
    padding: 0;
  }
}
.position01Sec04-txt {
  padding-left: 124px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04-txt {
    padding-left: 97px;
  }
}
.position01Sec04-txt .head {
  position: absolute;
  top: 0;
  left: 0;
}
.position01Sec04-imgBox {
  max-width: 606px;
}
.position01Sec04-bt {
  margin-top: 54px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec04-bt {
    margin-top: 50px;
  }
}

.position01Sec05 {
  padding: 135px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05 {
    padding: 56px 0 60px;
  }
}
.position01Sec05-topBox, .position01Sec05-bottomBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-topBox, .position01Sec05-bottomBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.position01Sec05-topBox::before, .position01Sec05-bottomBox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-100% - 30px);
  background: #F2F2F4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-topBox::before, .position01Sec05-bottomBox::before {
    content: none;
  }
}
.position01Sec05-topBox::after, .position01Sec05-bottomBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% - 30px);
  background: #F2F2F4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-topBox::after, .position01Sec05-bottomBox::after {
    content: none;
  }
}
.position01Sec05-bottomBox {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-bottomBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.position01Sec05-leadBox {
  background: #354F7E;
  color: #fff;
  padding: 106px 35px 98px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-leadBox {
    padding: 56px 10px 51px 20px;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.position01Sec05-leadBox::before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/img_sec05_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.position01Sec05-leadBox::after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-image: url(../img/recruit/img_sec05_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-leadBox::after {
    width: 33px;
    height: 33px;
  }
}
.position01Sec05-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-ttl {
    font-size: 28px;
  }
}
.position01Sec05-ttl small {
  font-size: 35px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-ttl small {
    font-size: 24px;
  }
}
.position01Sec05-ttl::after {
  content: "";
  width: 87px;
  height: 87px;
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/recruit/img_sec05_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-ttl::after {
    width: 72px;
    height: 72px;
    top: 63%;
    left: 54%;
  }
}
.position01Sec05-txt {
  margin-top: 33px;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-txt {
    margin-top: 30px;
  }
}
.position01Sec05-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-item {
    margin-right: 20px;
    position: relative;
  }
}
@media screen and ((max-width: 767px)) {
  .position01Sec05-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: calc(-100% - 20px);
    background: #F2F2F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.position01Sec05-item__imgBox {
  position: relative;
}
.position01Sec05-item__label {
  position: absolute;
  top: 7px;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.position01Sec05-item__type {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #354F7E;
  border: 1px solid #354F7E;
  padding: 4px 10px;
}
.position01Sec05-item__role {
  font-size: 14px;
  font-weight: 500;
  color: #354F7E;
  background: #fff;
  border: 1px solid #354F7E;
  padding: 4px 10px;
}
.position01Sec05-item__ttl {
  padding: 9px 50px 9px 16px;
  background: #354F7E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.position01Sec05-item__ttl::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_arrow_08.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.position01Sec05-item__body {
  background: #F2F2F4;
  padding: 20px 8px 8px 10px;
}
.position01Sec05-item__desc {
  font-size: 14px;
  color: #354F7E;
  text-align: center;
}
.position01Sec05-item__roleBox {
  margin-top: 33px;
  padding: 18px 6.5px;
  border: 1px solid #354F7E;
  font-size: 14px;
  color: #354F7E;
  position: relative;
  min-height: 97px;
  line-height: 1.5;
}
.position01Sec05-item__roleBox-ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  background: #F2F2F4;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.position01Sec06 {
  padding: 80px 0 70px;
  background-image: url(../img/home/bg_sec06_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right;
}
@media screen and ((max-width: 767px)) {
  .position01Sec06 {
    padding: 65px 0 60px;
  }
}
.position01Sec06::before {
  content: "";
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #302D2C;
  opacity: 0.8;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .position01Sec06::before {
    width: 100%;
  }
}
.position01Sec06-catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 36px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .position01Sec06-catch {
    max-width: 100%;
    font-size: 18px;
    margin-top: 32px;
  }
}
.position01Sec06-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 32px;
  color: #fff;
  position: relative;
  max-width: 53vw;
}
@media screen and ((max-width: 767px)) {
  .position01Sec06-txt {
    max-width: 100%;
  }
}
.position01Sec06-bt {
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .position01Sec06-bt {
    margin-top: 65px;
    text-align: center;
  }
}

@-webkit-keyframes realEstateSecMvImgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes realEstateSecMvImgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.realEstateSecMV.lowerMv::before {
  content: none;
}
.realEstateSecMV .lowerMv-imgBox img {
  opacity: 0;
  -webkit-animation: realEstateSecMvImgFadeIn 0.8s ease-out 0.5s forwards;
          animation: realEstateSecMvImgFadeIn 0.8s ease-out 0.5s forwards;
}
@media screen and ((max-width: 767px)) {
  .realEstateSecMV .lowerMv-imgBox {
    height: 100vh;
  }
}

.realEstate-ttl {
  text-align: center;
}
.realEstate-ttl__icon {
  max-width: 307px;
  margin: auto;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .realEstate-ttl__icon {
    max-width: 65.5px;
  }
}
.realEstate-ttl__sub {
  font-size: 28px;
  font-weight: 500;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .realEstate-ttl__sub {
    font-size: 14px;
  }
}
.realEstate-ttl__sub::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1.3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(44, 44, 48)), color-stop(60%, rgb(44, 44, 48)), color-stop(60%, transparent), color-stop(65%, transparent), color-stop(65%, rgb(44, 44, 48)), to(rgb(44, 44, 48)));
  background: linear-gradient(to right, rgb(44, 44, 48) 0%, rgb(44, 44, 48) 60%, transparent 60%, transparent 65%, rgb(44, 44, 48) 65%, rgb(44, 44, 48) 100%);
}
@media screen and ((max-width: 767px)) {
  .realEstate-ttl__sub::after {
    bottom: -5px;
  }
}
.realEstate-ttl__sub::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 61%;
  width: 17px;
  height: 1.3px;
  background: #2C2C30;
  -webkit-transform: translateX(-50%) rotate(-47deg);
          transform: translateX(-50%) rotate(-47deg);
}
@media screen and ((max-width: 767px)) {
  .realEstate-ttl__sub::before {
    width: 6px;
    bottom: -7.5px;
    left: 61.5%;
  }
}
.realEstate-ttl__main {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 15px;
}
@media screen and ((max-width: 767px)) {
  .realEstate-ttl__main {
    font-size: 24px;
    margin-top: 7px;
  }
}

.realEstateSec01 {
  padding: 60px 0 100px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec01 {
    padding: 40px 0 52px;
  }
}
.realEstateSec01-ttl {
  color: #354F7E;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.1s, -webkit-transform 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s, -webkit-transform 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s, transform 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s, transform 0.8s ease-out 0.1s, -webkit-transform 0.8s ease-out 0.1s;
}
.realEstateSec01.is-fadeUp .realEstateSec01-ttl {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec01-ttl {
    line-height: 1.3;
  }
}
.realEstateSec01-ttl .jp {
  font-size: 14px;
  font-weight: bold;
  color: #2C2C30;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec01-ttl .jp {
    margin-bottom: 10px;
  }
}
.realEstateSec01-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.2s, -webkit-transform 0.8s ease-out 0.2s;
  transition: opacity 0.8s ease-out 0.2s, -webkit-transform 0.8s ease-out 0.2s;
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s, -webkit-transform 0.8s ease-out 0.2s;
}
.realEstateSec01.is-fadeUp .realEstateSec01-catch {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec01-catch {
    font-size: 24px;
    margin-top: 28px;
  }
}
.realEstateSec01-txt {
  margin-top: 30px;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease-out 0.3s, -webkit-transform 0.8s ease-out 0.3s;
  transition: opacity 0.8s ease-out 0.3s, -webkit-transform 0.8s ease-out 0.3s;
  transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
  transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s, -webkit-transform 0.8s ease-out 0.3s;
}
.realEstateSec01.is-fadeUp .realEstateSec01-txt {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.realEstateSec02 {
  padding: 98px 0 109px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02 {
    padding: 60px 0 62px;
  }
}
.realEstateSec02-catchBox {
  max-width: 726px;
  margin: auto;
}
.realEstateSec02-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 18.5px;
  margin-top: 30px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.realEstateSec02-item {
  background: #354F7E;
  color: #fff;
  padding: 26px 10px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.realEstateSec02-item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.realEstateSec02-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.realEstateSec02-item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.realEstateSec02.is-fadeUp .realEstateSec02-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-item {
    padding: 20px 14px;
  }
}
.realEstateSec02-label {
  font-weight: bold;
}
.realEstateSec02-label .num {
  font-weight: 500;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  padding-left: 3px;
}
.realEstateSec02-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 23px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-ttl {
    margin-top: 11px;
  }
}
.realEstateSec02-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-top: 30px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-body {
    margin-top: 22px;
    gap: 19px;
  }
}
.realEstateSec02-balloon {
  position: relative;
  border: 1px solid #fff;
  padding: 20px;
  max-width: 170px;
  text-align: left;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-balloon {
    max-width: 202px;
    padding: 15px 14px 12px;
  }
}
.realEstateSec02-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.realEstateSec02-balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #354F7E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.realEstateSec02-icon {
  max-width: 85px;
}
.realEstateSec02-border {
  margin-top: 34px;
}
.realEstateSec02-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec02-message {
    -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: 10px;
    margin-top: 20px;
  }
}
.realEstateSec02-logo {
  max-width: 206px;
}
.realEstateSec02-after {
  margin-left: -8px;
}

.realEstateSec03 {
  padding: 32px 0 36px;
  background: -webkit-gradient(linear, left top, right top, from(#354F7E), color-stop(50%, #354F7E), color-stop(50%, #44444B), to(#44444B));
  background: linear-gradient(to right, #354F7E 0%, #354F7E 50%, #44444B 50%, #44444B 100%);
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03 {
    padding: 62px 0 45px;
    background: linear-gradient(160deg, #354F7E 0%, #354F7E 50%, #44444B 50%, #44444B 100%);
  }
}
.realEstateSec03-catchBox {
  max-width: 385px;
  margin: auto;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-catchBox {
    max-width: 308px;
  }
}
.realEstateSec03::before {
  content: "";
  width: 25vw;
  height: 18vw;
  position: absolute;
  top: 50px;
  left: 4%;
  background-image: url(../img/real-estate/img_sec03_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03::before {
    top: 27%;
    left: auto;
    right: 8%;
  }
}
.realEstateSec03::after {
  content: "";
  width: 21vw;
  height: 20vw;
  position: absolute;
  top: 27px;
  right: 5%;
  background-image: url(../img/real-estate/img_sec03_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03::after {
    top: 55%;
    left: auto;
    right: 8%;
  }
}
.realEstateSec03-contentBox {
  max-width: 928px;
  gap: 20px;
  margin: 5px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-contentBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 55px;
    gap: 50px;
  }
}
.realEstateSec03-leftBox, .realEstateSec03-rightBox {
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.realEstateSec03.is-fadeUp .realEstateSec03-leftBox, .realEstateSec03.is-fadeUp .realEstateSec03-rightBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.realEstateSec03-leftBox {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.realEstateSec03-rightBox {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.realEstateSec03-rightBox .realEstateSec03-body::before {
  background: #44444B;
}
.realEstateSec03-rightBox .realEstateSec03-label .font {
  color: #2C2C30;
  border-color: rgba(44, 44, 48, 0.4);
}
.realEstateSec03-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  padding: 0 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-label {
    gap: 6px;
    position: relative;
  }
}
.realEstateSec03-label .font {
  width: 54px;
  height: 54px;
  background: #fff;
  color: #354F7E;
  border: 1px solid rgba(53, 79, 126, 0.4);
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-label .font {
    font-size: 28px;
    width: 37px;
    height: 38px;
  }
}
.realEstateSec03-body {
  margin-top: 17px;
  padding: 33px 20px 42px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-body {
    margin-top: -17px;
    padding: 41px 35px 33px;
  }
}
.realEstateSec03-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #354F7E;
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0.5;
}
.realEstateSec03-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.realEstateSec03-merit {
  position: relative;
  z-index: 1;
}
.realEstateSec03-merit__txt {
  padding-left: 20px;
  position: relative;
  margin-top: 17px;
  text-align: left;
  line-height: 1.75;
}
.realEstateSec03-merit__txt::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/real-estate/ico_sec03_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec03-demerit {
  padding-top: 16.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin-top: 28.5px;
  position: relative;
  z-index: 1;
}
.realEstateSec03-demerit__txt {
  padding-left: 20px;
  position: relative;
  margin-top: 17px;
  text-align: left;
  line-height: 1.75;
}
.realEstateSec03-demerit__txt::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/real-estate/ico_sec03_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec03-leadBox {
  max-width: 623px;
  margin: 40px auto 0;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec03-leadBox {
    margin-top: 50px;
  }
}

.realEstateSec04 {
  padding: 85px 0 107px;
  background: repeating-linear-gradient(138deg, #ffffff 0, #ffffff 24px, #F9F9FA 24px, #F9F9FA 54px);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec04 {
    padding: 44px 0 57px;
  }
}
.realEstateSec04-voiceList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec04-voiceList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
}
.realEstateSec04-voiceItem {
  background: #fff;
  padding: 28px 30px 30px 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec04-voiceItem {
    padding: 28px 14px 24.5px 27px;
  }
}
.realEstateSec04-star {
  max-width: 140px;
}
.realEstateSec04-catch {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
.realEstateSec04-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 1fr;
  grid-template-columns: 105px 1fr;
  gap: 15.5px;
  margin-top: 21px;
}
.realEstateSec04-icon__txt {
  color: #354F7E;
  line-height: 2;
  margin-top: 13px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec04-icon__txt {
    line-height: 1.5;
  }
}
.realEstateSec04-txt {
  line-height: 1.8;
}

.realEstateSec05 {
  padding: 83px 0;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec05 {
    padding: 50px 0 68px;
  }
}
.realEstateSec05-reasonList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec05-reasonList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 63px;
    margin-top: 55px;
  }
}
.realEstateSec05-imgBox {
  position: relative;
}
.realEstateSec05-imgBox img {
  aspect-ratio: 335/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.realEstateSec05-num {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #2C2C30;
}
.realEstateSec05-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec05-ttl {
    margin-top: 20px;
  }
}
.realEstateSec05-txt {
  line-height: 1.75;
  margin-top: 21.5px;
  padding: 0 10px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec05-txt {
    padding: 0 20px;
  }
}

.realEstateSec06 {
  padding: 83px 0 107px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec06 {
    padding: 30px 0 46px;
  }
}
.realEstateSec06-imgBox {
  width: 78%;
  margin-top: -6%;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec06-imgBox {
    width: 228%;
    margin-top: 7px;
    margin-left: -50px;
  }
}
.realEstateSec06-txt {
  line-height: 1.8;
  max-width: 546px;
  margin-left: auto;
  margin-top: -15%;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec06-txt {
    margin-top: 27px;
  }
}
.realEstateSec06-txt .blue {
  color: #354F7E;
  font-weight: bold;
}

.realEstateSec07 {
  padding: 55px 0 65px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07 {
    padding: 61px 0 52px;
  }
}
.realEstateSec07-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-label {
    padding: 0;
    gap: 6px;
  }
}
.realEstateSec07-label .font {
  width: 54px;
  height: 54px;
  background: #354F7E;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-label .font {
    font-size: 28px;
    width: 37px;
    height: 38px;
  }
}
.realEstateSec07-lead {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 6px;
  border: 1px solid #354F7E;
  margin-top: 9px;
  display: inline-block;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-lead {
    font-size: 14px;
    padding: 5px 7px;
  }
}
.realEstateSec07-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 20px;
  }
}
.realEstateSec07-flowList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  margin-top: 26px;
  min-width: 990px;
}
.realEstateSec07-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  padding: 51px 16px 47px;
  border: 1px solid #B0B0B2;
  border-radius: 999px;
  text-align: center;
  background: #fff;
  position: relative;
}
.realEstateSec07-item:not(:last-child)::after {
  content: "";
  width: 41px;
  height: 8px;
  position: absolute;
  top: 115px;
  right: -27px;
  background-image: url(../img/common/ico_arrow_09.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec07-item.is-blue {
  background: #354F7E;
}
.realEstateSec07-item.is-blue .realEstateSec07-step .num,
.realEstateSec07-item.is-blue .realEstateSec07-ttl,
.realEstateSec07-item.is-blue .realEstateSec07-txt {
  color: #fff;
}
.realEstateSec07-step {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  color: #B0B0B2;
  font-family: "Montserrat", sans-serif;
}
.realEstateSec07-step .num {
  color: #2C2C30;
  font-size: 18px;
  margin-left: 4px;
}
.realEstateSec07-ttl {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  min-height: 3.2em;
  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;
  text-align: center;
}
.realEstateSec07-txt {
  margin-top: 46px;
  line-height: 1.75;
  position: relative;
}
.realEstateSec07-txt::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/real-estate/ico_sec07_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-topBox {
    margin-top: 55px;
  }
}
.realEstateSec07-bottomBox {
  margin-top: 65.5px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec07-bottomBox {
    margin-top: 46px;
  }
}

.realEstateSec08 {
  padding: 0 73px;
  background: #F2F2F4;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08 {
    padding: 0 20px;
  }
}
.realEstateSec08-bg {
  background: #354F7E;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-bg {
    padding: 50px 18px 57px;
  }
}
.realEstateSec08-bg::before {
  content: "";
  width: 20vw;
  height: 17vw;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-image: url(../img/real-estate/ico_sec08_07.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-bg::before {
    width: 60vw;
    height: 53vw;
    bottom: 135px;
    right: 15px;
  }
}
.realEstateSec08-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-ttl {
    font-size: 24px;
  }
}
.realEstateSec08-inner {
  max-width: 808px;
  margin: auto;
  position: relative;
}
.realEstateSec08-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.realEstateSec08-item {
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22px 1fr;
    grid-template-columns: 22px 1fr;
    gap: 6px;
    padding: 14px 0;
  }
}
.realEstateSec08-item__txt {
  line-height: 1.75;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-item__txt {
    margin-top: 0;
    text-align: left;
  }
}
.realEstateSec08-item:not(:last-child) {
  border-right: 1px dotted #fff;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
}
.realEstateSec08-txt {
  padding: 19px 10px;
  background: #fff;
  color: #2C2C30;
  margin-top: 32px;
  text-align: center;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-txt {
    margin-top: 13px;
    text-align: left;
  }
}
.realEstateSec08-txt .blue {
  color: #354F7E;
  font-weight: bold;
}
.realEstateSec08-txt .deco {
  position: relative;
}
.realEstateSec08-txt .deco::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -14px;
  right: -20px;
  background-image: url(../img/real-estate/ico_sec08_06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec08-cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 32px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }
}
.realEstateSec08-cta__ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 19px 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 19px;
}
.realEstateSec08-cta__tel {
  padding-left: 36px;
  position: relative;
  font-size: 39px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-cta__tel {
    font-size: 35px;
  }
}
.realEstateSec08-cta__tel::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(../img/real-estate/ico_sec08_08.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec08-cta__txt {
  line-height: 1.75;
  margin-top: 9px;
}
.realEstateSec08-cta__txt a {
  text-decoration: underline;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec08-cta__bt {
    position: relative;
    margin-top: 39px;
  }
  .realEstateSec08-cta__bt::before {
    content: "";
    width: 227px;
    height: 46px;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/real-estate/ico_sec08_09.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
  }
}
.realEstateSec08-cta__bt .cmn-bt01 {
  width: 265px;
}

.realEstateSec09 {
  padding: 100px 0 150px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec09 {
    padding: 16px 0 184px;
  }
}
.realEstateSec09-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec09-ttl {
    font-size: 18px;
  }
}
.realEstateSec09-ttl .en {
  display: block;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec09-ttl .en {
    line-height: 1.1;
  }
}
.realEstateSec09-accordion {
  margin-top: 65px;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec09-accordion {
    margin-top: 33px;
  }
}

.realEstateSec10 {
  padding: 45px 0 50px;
  background: #354F7E;
  color: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10 {
    padding: 0 0 60px;
  }
}
.realEstateSec10 > .c-inner01 {
  overflow: visible;
}
.realEstateSec10-contentBox {
  overflow: visible;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-right: calc(50% - 50vw);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: auto;
    gap: 50px;
  }
}
.realEstateSec10-lead {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-lead {
    text-align: center;
  }
}
.realEstateSec10-lead::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(35%, transparent), color-stop(40%, transparent), color-stop(40%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, transparent 35%, transparent 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-lead::after {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(68%, rgb(255, 255, 255)), color-stop(68%, transparent), color-stop(75%, transparent), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 68%, transparent 68%, transparent 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
.realEstateSec10-lead::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 37%;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(-47deg);
          transform: translateX(-50%) rotate(-47deg);
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-lead::before {
    left: 70.5%;
    -webkit-transform: translateX(-50%) rotate(-60deg);
            transform: translateX(-50%) rotate(-60deg);
    width: 18px;
  }
}
.realEstateSec10-catch {
  margin-top: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-catch {
    text-align: center;
    font-size: 18px;
    margin-top: 62px;
  }
}
.realEstateSec10-cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 26px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.realEstateSec10-cta__ttl {
  background: #20345E;
  color: #fff;
  text-align: center;
  padding: 9px 5px 10px;
  margin-bottom: 6px;
}
.realEstateSec10-cta__tel {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-top: 7px;
  font-family: "Montserrat", sans-serif;
}
.realEstateSec10-cta__tel::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../img/real-estate/ico_sec08_08.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.realEstateSec10-cta__txt {
  line-height: 1.75;
  margin-top: 7px;
}
.realEstateSec10-cta__bt {
  margin-top: 21.5px;
}
.realEstateSec10-cta__bt .cmn-bt01 {
  width: 265px;
}
.realEstateSec10-imgBox {
  margin-top: -95px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .realEstateSec10-imgBox {
    margin-top: -107px;
    margin-right: -20px;
  }
}
.realEstateSec10-imgBox img {
  display: block;
  vertical-align: top;
}

@-webkit-keyframes minpakuSecMvTxtFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes minpakuSecMvTxtFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.minpakuSecMV.lowerMv::before {
  opacity: 0.8;
}
@media screen and ((max-width: 767px)) {
  .minpakuSecMV-txtImg {
    max-width: 270px;
    margin: auto;
  }
}
.minpakuSecMV-btBox01 {
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and ((max-width: 767px)) {
  .minpakuSecMV-btBox01 {
    margin-top: 22px;
  }
}
.minpakuSecMV-btBox02 {
  position: absolute;
  bottom: 21px;
  right: 33px;
  width: 62px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSecMV-btBox02 {
    width: 100%;
    max-width: 221px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSecMV .lowerMv-imgBox {
    height: 100vh;
  }
}
.minpakuSecMV .lowerMv-txtBox {
  top: 55%;
  opacity: 0;
  -webkit-animation: minpakuSecMvTxtFadeIn 0.8s ease-out 0.9s forwards;
          animation: minpakuSecMvTxtFadeIn 0.8s ease-out 0.9s forwards;
}
@media screen and ((max-width: 767px)) {
  .minpakuSecMV .lowerMv-txtBox {
    top: 55px;
  }
}

.minpaku-ttl {
  text-align: center;
}
.minpaku-ttl__icon {
  max-width: 307px;
  margin: auto;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .minpaku-ttl__icon {
    max-width: 65.5px;
  }
}
.minpaku-ttl__sub {
  font-size: 28px;
  font-weight: 500;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpaku-ttl__sub {
    font-size: 14px;
  }
}
.minpaku-ttl__sub::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1.3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(44, 44, 48)), color-stop(60%, rgb(44, 44, 48)), color-stop(60%, transparent), color-stop(65%, transparent), color-stop(65%, rgb(44, 44, 48)), to(rgb(44, 44, 48)));
  background: linear-gradient(to right, rgb(44, 44, 48) 0%, rgb(44, 44, 48) 60%, transparent 60%, transparent 65%, rgb(44, 44, 48) 65%, rgb(44, 44, 48) 100%);
}
@media screen and ((max-width: 767px)) {
  .minpaku-ttl__sub::after {
    bottom: -5px;
    height: 1.5px;
  }
}
.minpaku-ttl__sub::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 61%;
  width: 17px;
  height: 1.3px;
  background: #2C2C30;
  -webkit-transform: translateX(-50%) rotate(-47deg);
          transform: translateX(-50%) rotate(-47deg);
}
@media screen and ((max-width: 767px)) {
  .minpaku-ttl__sub::before {
    width: 6px;
    bottom: -7.5px;
    left: 61.5%;
  }
}
.minpaku-ttl__main {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 15px;
}
@media screen and ((max-width: 767px)) {
  .minpaku-ttl__main {
    font-size: 24px;
    margin-top: 7px;
  }
}

.minpakuSec01 {
  padding: 80px 0 170px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec01 {
    padding: 23px 0 127px;
  }
}
.minpakuSec01::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/minpaku/bg_sec01_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.minpakuSec01-ttl {
  color: #EC6664;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec01-ttl {
    font-size: 18px;
  }
}
.minpakuSec01-airbnb {
  background: linear-gradient(135deg, #EC6664 0%, #D34D4C 100%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 36.5px;
  color: #fff;
  padding: 34.5px 20px;
  border-radius: 100px;
  line-height: 1.75;
  margin-top: 33px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec01-airbnb {
    padding: 50px 23px;
    border-radius: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec01-airbnb__img {
    max-width: 200px;
    margin: auto;
  }
}
.minpakuSec01-en {
  color: #F2F2F4;
  font-size: 120px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec01-en {
    font-size: 50px;
    margin-top: 30px;
  }
}
.minpakuSec01-verticalBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #354F7E;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s, -webkit-transform 0.8s ease-out 0.5s;
}
.minpakuSec01.is-fadeUp .minpakuSec01-verticalBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.minpakuSec01-verticalBox__ttl {
  font-size: 18px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2;
  margin-left: 30px;
  border-right: 1.5px solid #354F7E;
}
.minpakuSec01-verticalBox__txt {
  font-size: 16px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  line-height: 2;
}

.minpakuSec02 {
  background: #F2F2F4;
  padding: 0 0 41px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02 {
    padding: 22px 0 52px;
  }
}
.minpakuSec02-serviceList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-serviceList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 10px;
    margin-top: 94px;
  }
}
.minpakuSec02-serviceList::before {
  content: "";
  width: 158px;
  height: 158px;
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/minpaku/ico_sec02_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-serviceList::before {
    width: 90px;
    height: 90px;
    top: -18px;
  }
}
.minpakuSec02-item {
  padding: 24px 39px 30px;
  background: #354F7E;
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.minpakuSec02-item:nth-child(odd) {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.minpakuSec02-item:nth-child(odd) .minpakuSec02-bodyBox {
  margin-left: auto;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item:nth-child(odd) .minpakuSec02-bodyBox {
    margin-left: 0;
  }
}
.minpakuSec02-item:nth-child(even) {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.minpakuSec02-item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.minpakuSec02-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.minpakuSec02-item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.minpakuSec02-item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.minpakuSec02.is-fadeUp .minpakuSec02-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item {
    padding: 29px 11px 22px;
  }
}
.minpakuSec02-item::before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  bottom: 0;
  left: 3%;
  background-image: url(../img/minpaku/ico_sec02_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item::before {
    width: 40vw;
    height: 40vw;
    bottom: auto;
    top: 10px;
    right: 20px;
    left: auto;
  }
}
.minpakuSec02-item:nth-child(2)::before {
  background-image: url(../img/minpaku/ico_sec02_04.svg);
  left: auto;
  right: 3%;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item:nth-child(2)::before {
    top: 7%;
  }
}
.minpakuSec02-item:nth-child(3)::before {
  background-image: url(../img/minpaku/ico_sec02_05.svg);
  width: 31vw;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item:nth-child(3)::before {
    width: 60vw;
  }
}
.minpakuSec02-item:nth-child(4)::before {
  background-image: url(../img/minpaku/ico_sec02_06.svg);
  left: auto;
  right: 3%;
  width: 17vw;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-item:nth-child(4)::before {
    width: 36vw;
  }
}
.minpakuSec02-bodyBox {
  max-width: 446px;
  position: relative;
}
.minpakuSec02-sub-ttl {
  font-family: "Montserrat", sans-serif;
}
.minpakuSec02-sub-ttl .num {
  font-size: 40px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  margin-left: 6px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-sub-ttl .num {
    -webkit-text-stroke: 1px #ffffff;
  }
}
.minpakuSec02-ttl {
  margin-top: 7px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ttl {
    font-size: 18px;
    margin-top: 25px;
  }
}
.minpakuSec02-ttl small {
  font-size: 18px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ttl small {
    font-size: 14px;
  }
}
.minpakuSec02-txt {
  line-height: 1.75;
  margin-top: 13px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-txt {
    margin-top: 21px;
  }
}
.minpakuSec02-ota {
  padding: 21px 62px;
  background: #fff;
  border: 1px solid #B0B0B2;
  border-radius: 130px;
  margin-top: 36px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ota {
    padding: 28px 21px;
    border-radius: 10px;
    margin-top: 30px;
  }
}
.minpakuSec02-ota__ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 38px 10px;
  border-bottom: 1px dotted #B0B0B2;
  display: inline-block;
}
.minpakuSec02-ota__logoBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 39px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ota__logoBox {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 33px;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ota__img:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .minpakuSec02-ota__img:nth-last-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.minpakuSec02-ota__img img {
  max-height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec02-ota__img img {
    max-height: 38px;
  }
}

.minpakuSec03 {
  padding: 66px 0 74px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03 {
    padding: 49px 0 18px;
  }
}
.minpakuSec03::before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  top: 40px;
  left: -3%;
  background-image: url(../img/minpaku/ico_sec03_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03::before {
    width: 50vw;
    height: 50vw;
    top: -100px;
    z-index: -1;
  }
}
.minpakuSec03::after {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  top: 22%;
  right: 0;
  background-image: url(../img/minpaku/ico_sec03_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03::after {
    width: 50vw;
    height: 50vw;
    top: 23%;
    right: -25%;
  }
}
.minpakuSec03 .c-inner01 {
  position: relative;
}
.minpakuSec03 .c-inner01::before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  bottom: -100px;
  left: -6%;
  background-image: url(../img/minpaku/ico_sec03_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03 .c-inner01::before {
    width: 50vw;
    height: 50vw;
    bottom: -3%;
    left: auto;
    right: -13%;
  }
}
.minpakuSec03 .minpaku-ttl {
  position: relative;
}
.minpakuSec03 .minpaku-ttl::before {
  content: "";
  width: 46px;
  height: 35px;
  position: absolute;
  top: 18%;
  left: 20%;
  background-image: url(../img/minpaku/ico_sec03_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03 .minpaku-ttl::before {
    width: 40px;
    height: 30px;
    top: 38%;
    left: 0;
  }
}
.minpakuSec03 .minpaku-ttl::after {
  content: "";
  width: 46px;
  height: 60px;
  position: absolute;
  top: 41%;
  right: 17%;
  background-image: url(../img/minpaku/ico_sec03_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03 .minpaku-ttl::after {
    width: 39px;
    height: 51px;
    top: 34%;
    right: 0;
  }
}
.minpakuSec03-txt {
  line-height: 1.75;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-txt {
    text-align: left;
    margin-top: 54px;
    margin-bottom: 0;
  }
}
.minpakuSec03-contentBox {
  padding: 40px 0;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-contentBox {
    padding: 60px 0;
  }
}
.minpakuSec03-contentBox:not(:last-child) {
  border-bottom: 1px solid #B0B0B2;
}
.minpakuSec03-contentBox__ttl {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-contentBox__ttl {
    font-size: 18px;
  }
}
.minpakuSec03-contentBox__txt {
  margin-top: 3px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.minpakuSec03-serviceList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
  margin-top: 28px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-serviceList {
    gap: 10px;
    margin-top: 15px;
    width: 850px;
  }
}
.minpakuSec03-item {
  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;
  border: 3px solid #354F7E;
  border-radius: 10px;
  height: 153px;
  width: 153px;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-item {
    width: 134px;
    height: 101px;
    border: 2px solid #354F7E;
  }
}
.minpakuSec03-item__icon {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-item__icon {
    height: 40px;
  }
}
.minpakuSec03-item__icon img {
  max-height: 100%;
  width: auto;
}
.minpakuSec03-item__txt {
  margin-top: 5px;
  line-height: 1.5;
  color: #354F7E;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec03-item__txt {
    margin-top: 4px;
    line-height: 1.2;
  }
}
.minpakuSec03-item__txt small {
  color: #B0B0B2;
  font-size: 11px;
}

.minpakuSec04 {
  padding: 78px 0 160px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04 {
    padding: 50px 0 70px;
  }
}
.minpakuSec04-lead {
  text-align: center;
  line-height: 1.75;
  margin-top: 30px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-lead {
    text-align: left;
    margin-top: 40px;
  }
}
.minpakuSec04-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  font-size: 28px;
  color: #354F7E;
  margin-top: 88px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-ttl {
    padding: 0;
    gap: 3.5px;
    font-size: 18px;
    margin-top: 86px;
  }
}
.minpakuSec04-ttl .font {
  width: 47px;
  height: 47px;
  background: #354F7E;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
.minpakuSec04-ttl .font:last-child::after {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  top: -39%;
  right: -53%;
  background-image: url(../img/minpaku/ico_sec04_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-ttl .font:last-child::after {
    width: 19px;
    height: 22px;
    top: -53%;
    right: -56%;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-ttl .font {
    font-size: 28px;
    width: 33px;
    height: 33px;
  }
}
.minpakuSec04-txt {
  margin-top: 30px;
  line-height: 1.75;
}
.minpakuSec04-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1.5px solid #B0B0B2;
  padding: 23px 32px;
  margin-top: 28px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 25px 23px;
  }
}
.minpakuSec04-list__txt {
  padding-left: 1em;
  position: relative;
  line-height: 1.75;
}
.minpakuSec04-list__txt + .minpakuSec04-list__txt {
  margin-top: 6px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-list__txt + .minpakuSec04-list__txt {
    margin-top: 23px;
  }
}
.minpakuSec04-list__txt::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.minpakuSec04-bottomBox {
  background: #fff;
  margin-top: 30px;
  padding: 35px 32px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-bottomBox {
    padding: 27px 20px 46px;
  }
}
.minpakuSec04-head {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-head {
    margin-bottom: 31px;
  }
}
.minpakuSec04-tabelTtl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-tabelTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 24px;
  }
}
.minpakuSec04-label {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px 3px;
  background: #354F7E;
  color: #fff;
  font-size: 14px;
}
.minpakuSec04-tabelLead {
  color: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-tabelLead {
    font-size: 12px;
    margin-top: 15px;
  }
}
.minpakuSec04-tableWrap {
  border-top: 1.5px solid #B0B0B2;
  padding-top: 35px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-tableWrap {
    padding-top: 28px;
  }
}
.minpakuSec04-table {
  width: 100%;
  border-collapse: collapse;
}
.minpakuSec04-table th,
.minpakuSec04-table td {
  padding: 13px 16px 15px;
  vertical-align: middle;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-table th,
  .minpakuSec04-table td {
    display: block;
    padding: 3px;
    padding-left: 22px;
    line-height: 1.5;
  }
}
.minpakuSec04-table th {
  width: 25%;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-table th {
    width: 100%;
  }
}
.minpakuSec04-table th::before {
  content: "";
  width: 16.5px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/minpaku/ico_sec04_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.minpakuSec04-table tr {
  border-bottom: 1.5px solid #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-table tr {
    padding: 28px 0;
    display: block;
  }
}
.minpakuSec04-table .price {
  width: 26%;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-table .price {
    font-size: 18px;
    font-weight: bold;
    color: #354F7E;
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-table .note {
    margin-top: 17px;
  }
}
.minpakuSec04-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-foot {
    margin-top: 28px;
    -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: 28px;
  }
}
.minpakuSec04-note {
  color: #B0B0B2;
  max-width: 590px;
  line-height: 2;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec04-note {
    font-size: 12px;
    line-height: 1.75;
  }
}
.minpakuSec04-totalLabel {
  color: #354F7E;
}
.minpakuSec04-totalPrice {
  font-size: 18px;
  font-weight: bold;
  color: #354F7E;
  border-bottom: 1.5px solid #354F7E;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.minpakuSec04-totalPrice strong {
  font-size: 28px;
  font-weight: bold;
}

.minpakuSec05 {
  padding: 144px 0 133px;
  background: #354F7E;
  color: #fff;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05 {
    padding: 96px 0 73px;
  }
}
.minpakuSec05::before {
  content: "";
  width: 102vw;
  height: 100%;
  position: absolute;
  top: -7px;
  left: 0;
  background-image: url(../img/minpaku/bg_sec05_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05::before {
    top: -2px;
    left: -2px;
  }
}
.minpakuSec05-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-ttl {
    padding: 0;
    gap: 3.5px;
    font-size: 18px;
  }
}
.minpakuSec05-ttl .font {
  width: 47px;
  height: 47px;
  background: #fff;
  color: #354F7E;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-ttl .font {
    font-size: 28px;
    width: 33px;
    height: 33px;
  }
}
.minpakuSec05-ttl .font:last-child::after {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  top: -39%;
  right: -53%;
  background-image: url(../img/minpaku/ico_sec05_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-ttl .font:last-child::after {
    width: 19px;
    height: 22px;
    top: -53%;
    right: -56%;
  }
}
.minpakuSec05-txt {
  margin-top: 48px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-txt {
    margin-top: 30px;
  }
}
.minpakuSec05-tableWrap {
  padding: 23px 30px;
  border: 1px solid #fff;
  margin-top: 47px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-tableWrap {
    margin-top: 55px;
    padding: 17px 20px;
  }
}
.minpakuSec05-table {
  width: 100%;
  border-collapse: collapse;
}
.minpakuSec05-table tr:not(:last-child) {
  border-bottom: 1px solid #2D4471;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-table tr:not(:last-child) {
    display: block;
    padding: 28px 0;
  }
}
.minpakuSec05-table th,
.minpakuSec05-table td {
  padding: 13px 10px 14px;
  vertical-align: middle;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-table th,
  .minpakuSec05-table td {
    display: block;
    padding: 6px 0;
  }
}
.minpakuSec05-table th {
  width: 38%;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec05-table th {
    width: 100%;
  }
}
.minpakuSec05-table th::before {
  content: "";
  width: 16.5px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/minpaku/ico_sec05_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.minpakuSec06 {
  padding: 105px 0 0;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 {
    padding: 70px 0 0;
  }
}
.minpakuSec06-ttl {
  color: #354F7E;
  font-size: 40px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-ttl {
    font-size: 24px;
  }
}
.minpakuSec06-catch {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-catch {
    font-size: 18px;
    margin-top: 30px;
  }
}
.minpakuSec06-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-txt {
    margin-top: 33px;
  }
}
.minpakuSec06-txt strong {
  font-weight: bold;
  margin-top: 32px;
}
.minpakuSec06-slideBox {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 35px 8rem;
  margin-top: 36px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-slideBox {
    padding: 55px 80px 166px 16px;
  }
}
.minpakuSec06-slideBox::before {
  content: "Case Study";
  font-size: 90px;
  color: #354F7E;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.1;
  font-weight: bold;
  pointer-events: none;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-slideBox::before {
    font-size: 36px;
    bottom: auto;
    top: 0;
    left: 20px;
    opacity: 0.2;
  }
}
.minpakuSec06-slide__slide:hover .minpakuSec06-slide__imgBox img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.minpakuSec06-slide__imgBox {
  position: relative;
  overflow: hidden;
}
.minpakuSec06-slide__imgBox img {
  aspect-ratio: 358/287;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.minpakuSec06-slide__labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 9px;
  left: 9px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-slide__labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.minpakuSec06-slide__labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.minpakuSec06-slide__labelItem {
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #2C2C30;
  color: #2C2C30;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}
.minpakuSec06-slide__labelItem.is-active {
  background: #2C2C30;
  color: #fff;
}
.minpakuSec06-slide__bodyBox {
  padding: 16.5px 13px 21.5px;
  background: #F2F2F4;
}
.minpakuSec06-slide__ttl {
  color: #354F7E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.minpakuSec06-slide__ttl::before {
  content: "";
  width: 16.5px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/home/ico_sec03_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.minpakuSec06-slide__list {
  margin-top: 14px;
}
.minpakuSec06-slide__item {
  margin-top: 7px;
  font-size: 14px;
}
.minpakuSec06-slide__item strong {
  font-weight: bold;
}
.minpakuSec06 .swiper {
  overflow: visible;
}
.minpakuSec06 .swiper-button-prev,
.minpakuSec06 .swiper-button-next {
  width: 59px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: -25%;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-button-prev,
  .minpakuSec06 .swiper-button-next {
    width: 47px;
    height: 47px;
    top: -13%;
  }
}
.minpakuSec06 .swiper-button-prev {
  background-image: url(../img/common/ico_arrow_04.webp);
  left: auto;
  right: calc(7% + 85px);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-button-prev {
    background-image: url(../img/common/ico_arrow_01.webp);
    right: 0;
  }
}
.minpakuSec06 .swiper-button-next {
  background-image: url(../img/common/ico_arrow_05.webp);
  right: 7%;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-button-next {
    background-image: url(../img/common/ico_arrow_02.webp);
    right: -60px;
  }
}
.minpakuSec06 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  bottom: -32px !important;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-pagination {
    width: auto !important;
    gap: 24px;
    left: 50% !important;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.minpakuSec06 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A5A5A5;
  opacity: 1;
  margin: 0 !important;
}
.minpakuSec06 .swiper-pagination-bullet-active {
  background: #354F7E;
}
.minpakuSec06-bt {
  margin-top: 67px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06-bt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-slide {
    opacity: 0.3;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec06 .swiper-slide-visible {
    opacity: 1;
  }
}

.minpakuSec07 {
  padding: 83px 0 30px;
  background: repeating-linear-gradient(138deg, #3E3E44 0, #3E3E44 24px, #44444B 24px, #44444B 54px);
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07 {
    padding: 96px 0 76px;
  }
}
.minpakuSec07-ttl {
  text-align: center;
  letter-spacing: 0.05em;
}
.minpakuSec07-ttl__txt {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-ttl__txt {
    font-size: 23px;
  }
}
.minpakuSec07-ttl__txt::before {
  content: "";
  width: 34px;
  height: 36px;
  position: absolute;
  top: -20px;
  left: -36px;
  background-image: url(../img/minpaku/ico_sec07_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-ttl__txt::before {
    top: -36px;
    left: 21px;
  }
}
.minpakuSec07-ttl__txt::after {
  content: "";
  width: 142px;
  height: 65px;
  position: absolute;
  top: -55px;
  right: -10px;
  background-image: url(../img/minpaku/ico_sec07_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-ttl__txt::after {
    background-image: url(../img/minpaku/ico_sec07_02_sp.svg);
    right: 0;
  }
}
.minpakuSec07-ttl__txt small {
  font-size: 35px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-ttl__txt small {
    font-size: 18px;
  }
}
.minpakuSec07-voiceList {
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-voiceList {
    margin-top: 30px;
  }
}
.minpakuSec07-voiceList.swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-voiceList.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.minpakuSec07-voiceItem {
  background: #2C2C30;
  padding: 29px 15px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-voiceItem.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-voiceItem {
    padding: 24px 12px 14px;
  }
}
.minpakuSec07-topBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px 24px 1fr;
  grid-template-columns: 96px 1fr;
  -ms-grid-rows: auto 10px auto;
      grid-template-areas: "icon category" "icon catch";
  gap: 10px 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-topBox {
    -ms-grid-columns: 96px 14px 1fr;
    grid-template-columns: 96px 1fr;
    -ms-grid-rows: auto 28px auto;
        grid-template-areas: "catch catch" "icon category";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.minpakuSec07-icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: icon;
}
.minpakuSec07-category {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: category;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-category {
    -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;
  }
}
.minpakuSec07-category__item {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: bold;
}
.minpakuSec07-catch {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: catch;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px;
  text-align: center;
  color: #2C2C30;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and ((max-width: 767px)){
  .minpakuSec07-icon {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .minpakuSec07-category {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .minpakuSec07-catch {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-catch {
    font-size: 14px;
    padding: 13px;
  }
}
.minpakuSec07-catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-catch::before {
    border-color: #fff transparent transparent transparent;
    left: 20%;
    bottom: -37px;
    top: auto;
    border-width: 18px 10px 8px 10px;
  }
}
.minpakuSec07-resultBox {
  margin-top: 20px;
  padding: 4px 16px 4px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-resultBox {
    padding: 4px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.minpakuSec07-resultRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  padding: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-resultRow {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 12px 0;
  }
}
.minpakuSec07-resultRow:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.minpakuSec07-resultTtl {
  font-weight: bold;
  white-space: nowrap;
}
.minpakuSec07-resultTxt {
  line-height: 1.7;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-resultTxt {
    margin-top: 8px;
    line-height: 1.5;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec07-swiper {
    margin-right: calc(50% - 50vw) !important;
    overflow: visible !important;
  }
}
.minpakuSec07 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  bottom: -32px !important;
}
.minpakuSec07 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2C2C30;
  opacity: 1;
  margin: 0 !important;
}
.minpakuSec07 .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.minpakuSec08 {
  padding: 74px 0 64px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08 {
    padding: 45px 0 104px;
  }
}
.minpakuSec08-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-ttl {
    font-size: 24px;
    text-align: center;
  }
}
.minpakuSec08-txt {
  margin-top: 26px;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-txt {
    margin-top: 30px;
  }
}
.minpakuSec08-flow {
  margin-top: 64px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flow {
    margin-top: 50px;
  }
}
.minpakuSec08-ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #B0B0B2;
  padding-bottom: 20px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-ttlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 15px;
  }
}
.minpakuSec08-ttlBox::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 17px;
  height: 2px;
  background: #354F7E;
  border-radius: 50px;
}
.minpakuSec08-flow.swiper-wrapper {
  display: block;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flow.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flow {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.minpakuSec08-flowItem {
  padding: 13px 0 15px 14px;
  position: relative;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.minpakuSec08-flowItem:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.minpakuSec08-flowItem:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.minpakuSec08-flowItem:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.minpakuSec08-flowItem:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.minpakuSec08-flowItem:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.minpakuSec08.is-fadeUp .minpakuSec08-flowItem {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowItem {
    padding: 14px 11px 46px;
  }
  .minpakuSec08-flowItem.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
.minpakuSec08-flowItem + .minpakuSec08-flowItem {
  margin-top: 47px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowItem + .minpakuSec08-flowItem {
    margin-top: 0;
  }
}
.minpakuSec08-flowItem:not(:last-child)::after {
  content: "";
  width: 21px;
  height: 15px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/minpaku/ico_sec08_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowItem:not(:last-child)::after {
    content: none;
  }
}
.minpakuSec08-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 1fr;
  grid-template-columns: 170px 1fr;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowImg {
    max-width: 175px;
    margin: auto;
  }
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowBody {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.minpakuSec08-step {
  color: #B0B0B2;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.minpakuSec08-step .num {
  font-size: 28px;
  margin-left: 3px;
}
.minpakuSec08-flowTtl {
  font-size: 28px;
  font-weight: bold;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-flowTtl {
    font-size: 18px;
  }
}
.minpakuSec08-flowList {
  margin-top: 20px;
}
.minpakuSec08-flowList__item {
  position: relative;
  padding-left: 15px;
  line-height: 1.7;
}
.minpakuSec08-flowList__item::before {
  content: "◆";
  position: absolute;
  top: 0.6em;
  left: 0;
  color: #354F7E;
  font-size: 8px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec08-swiper {
    margin-right: calc(50% - 50vw) !important;
    overflow: visible !important;
  }
}
.minpakuSec08 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  bottom: -32px !important;
}
.minpakuSec08 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A5A5A5;
  opacity: 1;
  margin: 0 !important;
}
.minpakuSec08 .swiper-pagination-bullet-active {
  background: #354F7E;
}

.minpakuSec09 {
  padding: 0 73px;
  background: #F2F2F4;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09 {
    padding: 0 20px;
  }
}
.minpakuSec09-bg {
  background: #354F7E;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-bg {
    padding: 50px 18px 57px;
  }
}
.minpakuSec09-bg::before {
  content: "";
  width: 20vw;
  height: 17vw;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-image: url(../img/minpaku/ico_sec09_07.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-bg::before {
    width: 60vw;
    height: 53vw;
    bottom: 135px;
    right: 15px;
  }
}
.minpakuSec09-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-ttl {
    font-size: 24px;
  }
}
.minpakuSec09-inner {
  max-width: 808px;
  margin: auto;
  position: relative;
}
.minpakuSec09-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.minpakuSec09-item {
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22px 1fr;
    grid-template-columns: 22px 1fr;
    gap: 6px;
    padding: 14px 0;
  }
}
.minpakuSec09-item__txt {
  line-height: 1.75;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-item__txt {
    margin-top: 0;
    text-align: left;
  }
}
.minpakuSec09-item:not(:last-child) {
  border-right: 1px dotted #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
}
.minpakuSec09-txt {
  padding: 19px 10px;
  background: #fff;
  color: #2C2C30;
  margin-top: 32px;
  text-align: center;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-txt {
    margin-top: 13px;
    text-align: left;
  }
}
.minpakuSec09-txt .blue {
  color: #354F7E;
  font-weight: bold;
}
.minpakuSec09-txt .deco {
  position: relative;
}
.minpakuSec09-txt .deco::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -14px;
  right: -20px;
  background-image: url(../img/minpaku/ico_sec09_06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.minpakuSec09-cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 32px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }
}
.minpakuSec09-cta__ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 19px 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 19px;
}
.minpakuSec09-cta__tel {
  padding-left: 36px;
  position: relative;
  font-size: 39px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-cta__tel {
    font-size: 35px;
  }
}
.minpakuSec09-cta__tel::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(../img/minpaku/ico_sec09_06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.minpakuSec09-cta__txt {
  line-height: 1.75;
  margin-top: 9px;
}
.minpakuSec09-cta__txt a {
  text-decoration: underline;
}
.minpakuSec09-cta__bt {
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec09-cta__bt {
    position: relative;
    margin-top: 39px;
  }
  .minpakuSec09-cta__bt::before {
    content: "";
    width: 227px;
    height: 46px;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/minpaku/ico_sec09_06.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
  }
}
.minpakuSec09-cta__bt .cmn-bt01 {
  width: 265px;
  position: relative;
}
.minpakuSec09-cta__bt .cmn-bt01::after {
  content: "";
  width: 227px;
  height: 46px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/minpaku/ico_sec09_05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.minpakuSec10 {
  padding: 100px 0 150px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec10 {
    padding: 16px 0 184px;
  }
}
.minpakuSec10-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec10-ttl {
    font-size: 18px;
  }
}
.minpakuSec10-ttl .en {
  display: block;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec10-ttl .en {
    line-height: 1.1;
  }
}
.minpakuSec10-accordion {
  margin-top: 65px;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec10-accordion {
    margin-top: 33px;
  }
}

.minpakuSec11 {
  padding: 45px 0 50px;
  background: #44444B;
  color: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11 {
    padding: 0 0 60px;
  }
}
.minpakuSec11 > .c-inner01 {
  overflow: visible;
}
.minpakuSec11-contentBox {
  overflow: visible;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-right: calc(50% - 50vw);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: auto;
    gap: 50px;
  }
}
.minpakuSec11-lead {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-lead {
    text-align: center;
  }
}
.minpakuSec11-lead::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(35%, transparent), color-stop(40%, transparent), color-stop(40%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, transparent 35%, transparent 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-lead::after {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(68%, rgb(255, 255, 255)), color-stop(68%, transparent), color-stop(75%, transparent), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 68%, transparent 68%, transparent 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
.minpakuSec11-lead::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 37%;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(-47deg);
          transform: translateX(-50%) rotate(-47deg);
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-lead::before {
    left: 70.5%;
    -webkit-transform: translateX(-50%) rotate(-60deg);
            transform: translateX(-50%) rotate(-60deg);
    width: 18px;
  }
}
.minpakuSec11-catch {
  margin-top: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-catch {
    text-align: center;
    font-size: 18px;
    margin-top: 48px;
  }
}
.minpakuSec11-cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 26px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.minpakuSec11-cta__ttl {
  background: #2B2B31;
  color: #fff;
  text-align: center;
  padding: 9px 5px 10px;
  margin-bottom: 6px;
}
.minpakuSec11-cta__tel {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-top: 7px;
  font-family: "Montserrat", sans-serif;
}
.minpakuSec11-cta__tel::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../img/minpaku/ico_sec09_06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.minpakuSec11-cta__txt {
  line-height: 1.75;
  margin-top: 7px;
}
.minpakuSec11-cta__bt {
  margin-top: 21.5px;
}
.minpakuSec11-cta__bt .cmn-bt01 {
  width: 265px;
}
.minpakuSec11-imgBox {
  margin-top: -95px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .minpakuSec11-imgBox {
    margin-top: -107px;
    margin-right: -20px;
  }
}
.minpakuSec11-imgBox img {
  display: block;
  vertical-align: top;
}

.caseSecMV {
  background: #354F7E;
  padding: 150px 0 40px;
  /* ナビ: SPでは非表示、PCのみ表示。SVGと::afterが競合するため::afterは非表示 */
}
@media screen and ((max-width: 767px)) {
  .caseSecMV {
    padding: 22.4vw 0 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .caseSecMV {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.caseSecMV-inner {
  position: relative;
}
.caseSecMV-slider {
  overflow: visible;
  padding: 0 50px;
  --swiper-navigation-size: 59px;
  --swiper-navigation-color: #354F7E;
  --swiper-navigation-sides-offset: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-slider {
    overflow: hidden;
    padding: 0 5.3333333333vw;
    --swiper-navigation-size: 12vw;
  }
  .caseSecMV-slider .swiper-slide {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .caseSecMV-slider .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 600px) {
  .caseSecMV-slider {
    overflow: visible;
  }
  .caseSecMV-slider .swiper-slide {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1025px) {
  .caseSecMV-slider {
    padding: 0;
  }
  .caseSecMV-slider .swiper-slide {
    width: 471px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .caseSecMV-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.caseSecMV-card {
  display: block;
  position: relative;
  width: 471px;
  max-width: 100%;
  margin: 0 auto;
  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);
  border: 1px solid #F2F2F4;
  color: inherit;
  height: 100%;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card {
    width: 100%;
  }
}
.caseSecMV-card__pin {
  position: absolute;
  top: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #F2F2F4;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__pin {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.caseSecMV-card__pin--left {
  left: 12px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__pin--left {
    left: 2.6666666667vw;
  }
}
.caseSecMV-card__pin--right {
  right: 12px;
  left: auto;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__pin--right {
    right: 2.6666666667vw;
  }
}
.caseSecMV-card__imgWrap {
  position: relative;
  padding: 30px 28px 0;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__imgWrap {
    padding: 7.7333333333vw 3.7333333333vw 0;
  }
}
.caseSecMV-card__imgBox {
  aspect-ratio: 417/246;
  overflow: hidden;
  background: #B0B0B2;
  border-bottom: none;
  display: block;
}
.caseSecMV-card__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSecMV-card__lead {
  font-size: 14px;
  line-height: 1.78;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #354F7E;
  padding: 10px 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__lead {
    font-size: 3.2vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.caseSecMV-card__body {
  padding: 20px 28px 28px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__body {
    padding: 4.2666666667vw 3.7333333333vw 3.7333333333vw;
  }
}
.caseSecMV-card__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #2C2C30;
  margin: 0 0 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.caseSecMV-card__specWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__specWrap {
    gap: 0.5333333333vw;
  }
}
.caseSecMV-card__specBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  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: 4px;
  padding: 12px 10px;
  border: 1px solid #2A2A2D;
  background: #fff;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__specBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.2666666667vw;
            flex: 0 0 36.2666666667vw;
    width: 36.2666666667vw;
    padding: 2.6666666667vw 2.1333333333vw;
    gap: 0.5333333333vw;
  }
}
.caseSecMV-card__specLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__specLabel {
    font-size: 3.2vw;
  }
}
.caseSecMV-card__specArrow {
  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: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__specArrow {
    width: 4.8vw;
  }
}
.caseSecMV-card__specArrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__specArrow::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
}
.caseSecMV-card__price {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__price {
    font-size: 6.4vw;
  }
}
.caseSecMV-card__price--highlight {
  color: #A74747;
}
.caseSecMV-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__tags {
    gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.caseSecMV-card__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-card__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
}
.caseSecMV-card__tag--filled {
  background: #2C2C30;
  color: #fff;
  border-color: #2C2C30;
}
.caseSecMV-nav {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #354F7E;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-nav {
    display: none;
  }
}
.caseSecMV-nav::after {
  display: none;
}
.caseSecMV-nav .swiper-navigation-icon {
  color: inherit;
  width: 6px;
  height: 10px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-nav .swiper-navigation-icon {
    width: 2.6666666667vw;
    height: 4.8vw;
  }
}
.caseSecMV-nav .swiper-navigation-icon path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-linecap: round;
  paint-order: stroke fill;
}
.caseSecMV .swiper-button-prev {
  left: 0;
}
.caseSecMV .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caseSecMV .swiper-button-next {
  right: 0;
}
.caseSecMV-paginationWrap {
  padding-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .caseSecMV-paginationWrap {
    padding-top: 13.3333333333vw;
  }
}
.caseSecMV .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)) {
  .caseSecMV .swiper-pagination {
    margin-top: 0;
    gap: 5.3333333333vw;
  }
}
.caseSecMV .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #B0B0B2;
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.caseSecMV .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.caseSec01 {
  padding: 60px 0 120px;
  background: #F2F2F4;
  /* ページネーション（Figma 1-19010 / 1-8689：左円・現在/総数・右円） */
}
@media screen and ((max-width: 767px)) {
  .caseSec01 {
    padding: 40px 0 180px;
  }
}
.caseSec01-ttlBox {
  margin-bottom: 48px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-ttlBox {
    margin-bottom: 10.6666666667vw;
  }
}
.caseSec01-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.14;
  color: #2C2C30;
  margin: 0 0 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-ttl {
    font-size: 6.4vw;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
}
.caseSec01-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-lead {
    font-size: 3.4666666667vw;
  }
}
.caseSec01-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 55px 58px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.caseSec01-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);
  border: 1px solid #F2F2F4;
}
.caseSec01-card__link {
  display: block;
  position: relative;
  color: inherit;
}
.caseSec01-card__pin {
  position: absolute;
  top: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #F2F2F4;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__pin {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.caseSec01-card__pin--left {
  left: 12px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__pin--left {
    left: 2.6666666667vw;
  }
}
.caseSec01-card__pin--right {
  right: 12px;
  left: auto;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__pin--right {
    right: 2.6666666667vw;
  }
}
.caseSec01-card__imgWrap {
  position: relative;
  padding: 30px 28px 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__imgWrap {
    padding: 6.4vw 5.3333333333vw 0;
  }
}
.caseSec01-card__imgBox {
  aspect-ratio: 417/246;
  overflow: hidden;
  background: #B0B0B2;
  border-bottom: none;
  display: block;
}
.caseSec01-card__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSec01-card__lead {
  font-size: 14px;
  line-height: 1.78;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #354F7E;
  padding: 10px 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__lead {
    font-size: 3.2vw;
    padding: 2.1333333333vw 1.0666666667vw;
  }
}
.caseSec01-card__body {
  padding: 20px 28px 28px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__body {
    padding: 4.2666666667vw 5.3333333333vw 6.4vw;
  }
}
.caseSec01-card__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #2C2C30;
  margin: 0 0 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.caseSec01-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__tags {
    gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.caseSec01-card__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
}
.caseSec01-card__tag--filled {
  background: #2C2C30;
  color: #fff;
  border-color: #2C2C30;
}
.caseSec01-card__specWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__specWrap {
    gap: 0.5333333333vw;
  }
}
.caseSec01-card__specBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  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: 4px;
  padding: 12px 10px;
  border: 1px solid #2A2A2D;
  background: #fff;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__specBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.2666666667vw;
            flex: 0 0 36.2666666667vw;
    width: 36.2666666667vw;
    padding: 2.6666666667vw 2.1333333333vw;
    gap: 0.5333333333vw;
  }
}
.caseSec01-card__specLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__specLabel {
    font-size: 3.2vw;
  }
}
.caseSec01-card__specArrow {
  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: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__specArrow {
    width: 4.8vw;
  }
}
.caseSec01-card__specArrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__specArrow::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
}
.caseSec01-card__price {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-card__price {
    font-size: 6.4vw;
  }
}
.caseSec01-card__price--highlight {
  color: #A74747;
}
.caseSec01-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)) {
  .caseSec01-paginationWrap {
    margin-top: 12.8vw;
  }
}
.caseSec01-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)) {
  .caseSec01-pagination {
    width: 66.6666666667vw;
    min-height: 19.2vw;
    gap: 3.2vw;
  }
}
.caseSec01-pagination__prev, .caseSec01-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)) {
  .caseSec01-pagination__prev, .caseSec01-pagination__next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.caseSec01-pagination__prev {
  background: #FFFFFF;
  border: none;
  color: #354F7E;
}
.caseSec01-pagination__prev .caseSec01-pagination__arrow {
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.caseSec01-pagination__next {
  background: #fff;
  border: none;
  color: #354F7E;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.caseSec01-pagination__next .caseSec01-pagination__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.caseSec01-pagination__next:hover {
  background: #354F7E;
  border: none;
  color: #FFFFFF;
}
.caseSec01-pagination__prev--disabled, .caseSec01-pagination__next--disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.caseSec01-pagination__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-pagination__arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.caseSec01-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;
}
.caseSec01-pagination__current {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-pagination__current {
    font-size: 6.4vw;
  }
}
.caseSec01-pagination__separator {
  display: block;
  width: 33px;
  height: 0;
  border-top: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-pagination__separator {
    width: 7.4666666667vw;
  }
}
.caseSec01-pagination__total {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  color: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .caseSec01-pagination__total {
    font-size: 4.2666666667vw;
  }
}

/* 物件情報一覧ページ用（caseSec01 を複製） */
.caseSec02 {
  padding: 60px 0 120px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .caseSec02 {
    padding: 40px 0 180px;
  }
}
.caseSec02-ttlBox {
  margin-bottom: 48px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-ttlBox {
    margin-bottom: 10.6666666667vw;
  }
}
.caseSec02-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.14;
  color: #2C2C30;
  margin: 0 0 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-ttl {
    font-size: 6.4vw;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
}
.caseSec02-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-lead {
    font-size: 3.4666666667vw;
  }
}
.caseSec02-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 55px 58px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.caseSec02-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);
  border: 1px solid #F2F2F4;
}
.caseSec02-card__link {
  display: block;
  position: relative;
  color: inherit;
}
.caseSec02-card__pin {
  position: absolute;
  top: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #F2F2F4;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__pin {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.caseSec02-card__pin--left {
  left: 12px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__pin--left {
    left: 2.6666666667vw;
  }
}
.caseSec02-card__pin--right {
  right: 12px;
  left: auto;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__pin--right {
    right: 2.6666666667vw;
  }
}
.caseSec02-card__imgWrap {
  position: relative;
  padding: 30px 28px 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__imgWrap {
    padding: 6.4vw 5.3333333333vw 0;
  }
}
.caseSec02-card__imgBox {
  aspect-ratio: 417/246;
  overflow: hidden;
  background: #B0B0B2;
  border-bottom: none;
  display: block;
}
.caseSec02-card__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSec02-card__lead {
  font-size: 14px;
  line-height: 1.78;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #354F7E;
  padding: 10px 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__lead {
    font-size: 3.2vw;
    padding: 2.1333333333vw 1.0666666667vw;
  }
}
.caseSec02-card__body {
  padding: 20px 28px 28px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__body {
    padding: 4.2666666667vw 5.3333333333vw 6.4vw;
  }
}
.caseSec02-card__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #2C2C30;
  margin: 0 0 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.caseSec02-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__tags {
    gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.caseSec02-card__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
}
.caseSec02-card__tag--filled {
  background: #2C2C30;
  color: #fff;
  border-color: #2C2C30;
}
.caseSec02-card__specWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__specWrap {
    gap: 0.5333333333vw;
  }
}
.caseSec02-card__specBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  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: 4px;
  padding: 12px 10px;
  border: 1px solid #2A2A2D;
  background: #fff;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__specBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.2666666667vw;
            flex: 0 0 36.2666666667vw;
    width: 36.2666666667vw;
    padding: 2.6666666667vw 2.1333333333vw;
    gap: 0.5333333333vw;
  }
}
.caseSec02-card__specLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__specLabel {
    font-size: 3.2vw;
  }
}
.caseSec02-card__specArrow {
  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: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__specArrow {
    width: 4.8vw;
  }
}
.caseSec02-card__specArrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__specArrow::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
}
.caseSec02-card__price {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-card__price {
    font-size: 6.4vw;
  }
}
.caseSec02-card__price--highlight {
  color: #A74747;
}
.caseSec02-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)) {
  .caseSec02-paginationWrap {
    margin-top: 12.8vw;
  }
}
.caseSec02-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)) {
  .caseSec02-pagination {
    width: 66.6666666667vw;
    min-height: 19.2vw;
    gap: 3.2vw;
  }
}
.caseSec02-pagination__prev, .caseSec02-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)) {
  .caseSec02-pagination__prev, .caseSec02-pagination__next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.caseSec02-pagination__prev {
  background: #FFFFFF;
  border: none;
  color: #354F7E;
}
.caseSec02-pagination__prev .caseSec02-pagination__arrow {
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.caseSec02-pagination__next {
  background: #354F7E;
  border: none;
  color: #FFFFFF;
}
.caseSec02-pagination__next .caseSec02-pagination__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.caseSec02-pagination__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-pagination__arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.caseSec02-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;
}
.caseSec02-pagination__current {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-pagination__current {
    font-size: 6.4vw;
  }
}
.caseSec02-pagination__separator {
  display: block;
  width: 33px;
  height: 0;
  border-top: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-pagination__separator {
    width: 7.4666666667vw;
  }
}
.caseSec02-pagination__total {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  color: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .caseSec02-pagination__total {
    font-size: 4.2666666667vw;
  }
}

.caseSingleSec01 {
  padding: 40px 0 32px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01 {
    padding: 2.6666666667vw 0 7.4666666667vw;
  }
}
.caseSingleSec01 .c-inner01 {
  max-width: 1000px;
}
.caseSingleSec01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-block--order0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .caseSingleSec01-block--order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .caseSingleSec01-block--order2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .caseSingleSec01-block--order3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .caseSingleSec01-block--order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.caseSingleSec01-block--order0 {
  margin-top: 0;
}
.caseSingleSec01-block--order1 {
  margin-top: 10px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-block--order1 {
    margin-top: 2.6666666667vw;
  }
}
.caseSingleSec01-block--order2 {
  margin-top: 12px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-block--order2 {
    margin-top: 0;
  }
}
.caseSingleSec01-block--order3 {
  margin-top: 32px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-block--order3 {
    margin-top: 0;
  }
}
.caseSingleSec01-block--order5 {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-block--order5 {
    margin-top: 6.4vw;
  }
}
.caseSingleSec01-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.caseSingleSec01-meta {
  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;
  gap: 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-meta {
    gap: 3.2vw;
  }
}
.caseSingleSec01-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 4.29;
  color: #A5A5A5;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-date {
    font-size: 3.4666666667vw;
    line-height: 1.2;
  }
}
.caseSingleSec01-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-tags {
    gap: 1.6vw;
  }
}
.caseSingleSec01-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  background: #fff;
  border: 1px solid #2A2A2D;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec01-tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
}
.caseSingleSec01-tag--filled {
  background: #2C2C30;
  color: #fff;
  border-color: #2C2C30;
}

.caseSingleSec02 {
  padding: 0 0 48px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02 {
    padding-bottom: 10.6666666667vw;
  }
}
.caseSingleSec02-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-slider {
    margin-bottom: 6.4vw;
  }
}
.caseSingleSec02-slider .swiper-slide {
  width: 1000px;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-slider .swiper-slide {
    width: 100%;
  }
}
.caseSingleSec02-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.45;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.caseSingleSec02-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}
.caseSingleSec02-slide__imgBox {
  aspect-ratio: 1000/591;
  background: #44444B;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-slide__imgBox {
    aspect-ratio: 4/3;
  }
}
.caseSingleSec02-slide__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSingleSec02-slider .swiper-button-prev::after, .caseSingleSec02-slider .swiper-button-next::after {
  content: none !important;
  display: none !important;
}
.caseSingleSec02-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 59px;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  margin-top: -29.5px;
  padding: 0;
  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: #fff;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-nav {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-top: -6.6666666667vw;
  }
}
.caseSingleSec02-nav::after {
  content: none;
  display: none;
}
.caseSingleSec02-nav__icon {
  width: 6px;
  height: 10px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-nav__icon {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
  }
}
.caseSingleSec02-nav.swiper-button-prev {
  left: calc(50% - 410px - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-nav.swiper-button-prev {
    left: 3.2vw;
    -webkit-transform: none;
            transform: none;
  }
}
.caseSingleSec02-nav.swiper-button-prev .caseSingleSec02-nav__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caseSingleSec02-nav.swiper-button-next {
  right: calc(50% - 410px - 30px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec02-nav.swiper-button-next {
    right: 3.2vw;
    -webkit-transform: none;
            transform: none;
  }
}
.caseSingleSec02-nav.swiper-button-disabled {
  opacity: 0.35;
}

.caseSingleSec04 {
  padding: 40px 0 56px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04 {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
.caseSingleSec04-specWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-specWrap {
    gap: 6.4vw;
  }
}
.caseSingleSec04-specBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  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: 4px;
  padding: 10px 12px;
  border: 1px solid #2A2A2D;
  background: #fff;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-specBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.2666666667vw;
            flex: 0 0 36.2666666667vw;
    width: 36.2666666667vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
.caseSingleSec04-specLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-specLabel {
    font-size: 3.2vw;
  }
}
.caseSingleSec04-specArrow {
  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: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-specArrow {
    width: 4.8vw;
  }
}
.caseSingleSec04-specArrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-specArrow::after {
    border-width: 1.6vw 0 1.6vw 2.6666666667vw;
  }
}
.caseSingleSec04-price {
  color: #354F7E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec04-price {
    font-size: 6.4vw;
  }
}
.caseSingleSec04-price--highlight {
  color: #A74747;
}

.caseSingleSec05 {
  padding: 80px 0 80px;
  overflow: visible;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05 {
    padding: 12.8vw 0 16vw;
  }
}
.caseSingleSec05-headWrap {
  max-width: 1000px;
}
.caseSingleSec05-ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2C2C30;
  margin: 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-ttl {
    font-size: 6.4vw;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 6.4vw;
    padding-right: 0;
  }
}
.caseSingleSec05-row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-row {
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    width: 100vw;
  }
}
.caseSingleSec05-main {
  position: relative;
  min-width: 0;
  padding: 40px 0 0 210px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 6.4vw 0 0 42.6666666667vw;
  }
}
.caseSingleSec05-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 178px;
  min-height: 305px;
  background: url(../img/minpaku-case/sec05-panel.svg) no-repeat center/contain;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-main::before {
    width: 47.4666666667vw;
    min-height: 81.3333333333vw;
    left: -4.2666666667vw;
    top: -5.3333333333vw;
  }
}
.caseSingleSec05-blueBox {
  position: relative;
  background: #354F7E;
  padding: 24px 32px;
  margin-bottom: 32px;
  margin-left: 14px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-blueBox {
    padding: 4.8vw;
    margin-bottom: 0;
    margin-left: 2.6666666667vw;
    margin-right: 0;
  }
}
.caseSingleSec05-blueBox::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #354F7E transparent transparent;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-blueBox::before {
    top: 10.6666666667vw;
    border-width: 1.6vw 3.2vw 1.6vw 0;
    left: -2.6666666667vw;
  }
}
.caseSingleSec05-blueBox__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #fff;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec05-blueBox__txt {
    font-size: 3.4666666667vw;
  }
}

.caseSingleSec07 {
  padding: 70px 40px;
  width: 1000px;
  margin: 0 auto;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec07 {
    width: 89.6vw;
    margin: 0 5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.caseSingleSec07-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.14;
  color: #2C2C30;
  margin: 0 0 40px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #B0B0B2;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec07-ttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
.caseSingleSec07-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.caseSingleSec07-listItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 14px 0;
  border-bottom: 1.5px solid #E5E5E7;
}
.caseSingleSec07-listItem:last-child {
  border-bottom: none;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec07-listItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.0666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.caseSingleSec07-listItem__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec07-listItem__label {
    font-size: 3.4666666667vw;
  }
}
.caseSingleSec07-listItem__value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec07-listItem__value {
    font-size: 3.4666666667vw;
  }
}

.caseSingleSec08 {
  padding: 90px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08 {
    padding: 10.6666666667vw 0 8vw;
  }
}
.caseSingleSec08-head {
  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: 16px;
  max-width: 1002px;
  margin: 0 auto 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 4.2666666667vw;
  }
}
.caseSingleSec08-ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-ttl {
    font-size: 6.4vw;
  }
}
.caseSingleSec08-catch {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2C2C30;
  padding: 4px 20px;
  margin-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-catch {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 4.2666666667vw;
  }
}
.caseSingleSec08-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  max-width: 1002px;
  margin: 0 auto;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-inner {
    margin-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.caseSingleSec08-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  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;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-arrow {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -6px;
    margin-bottom: 1.6vw;
    min-height: 12vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.caseSingleSec08-arrow img {
  display: block;
  width: 60px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-arrow img {
    width: 18.6666666667vw;
    height: auto;
    max-height: 16vw;
  }
}
.caseSingleSec08-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel {
    padding: 0;
  }
  .caseSingleSec08-panel--issue {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .caseSingleSec08-panel--effect {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.caseSingleSec08-panel--issue {
  background: #F2F2F4;
}
.caseSingleSec08-panel--effect {
  background: #354F7E;
  color: #fff;
}
.caseSingleSec08-panel__head {
  height: 45px;
  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;
  background: #e4e4e4;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__head {
    height: 12vw;
  }
}
.caseSingleSec08-panel__head--effect {
  background: #2a3f65;
}
.caseSingleSec08-panel__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  margin: 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__ttl {
    font-size: 4.8vw;
  }
}
.caseSingleSec08-panel--issue .caseSingleSec08-panel__ttl {
  color: #2C2C30;
}
.caseSingleSec08-panel__label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  margin: 0;
  text-align: center;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__label {
    font-size: 4.8vw;
  }
}
.caseSingleSec08-panel__list {
  margin: 0;
  padding: 27px 6px 32px 20px;
  list-style: none;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__list {
    padding: 6.4vw 5.3333333333vw 7.4666666667vw;
  }
}
.caseSingleSec08-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.caseSingleSec08-panel__item:first-child {
  margin-top: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__item {
    gap: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.caseSingleSec08-panel__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  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;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.78;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__num {
    width: 7.2vw;
    height: 7.2vw;
    font-size: 3.4666666667vw;
  }
}
.caseSingleSec08-panel--issue .caseSingleSec08-panel__num {
  background: #B0B0B2;
  color: #fff;
}
.caseSingleSec08-panel--effect .caseSingleSec08-panel__num {
  background: #fff;
  color: #354F7E;
}
.caseSingleSec08-panel__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec08-panel__txt {
    font-size: 3.4666666667vw;
  }
}
.caseSingleSec08-panel--issue .caseSingleSec08-panel__txt {
  color: #2C2C30;
}
.caseSingleSec08-panel--effect .caseSingleSec08-panel__txt {
  color: #fff;
}

.caseSingleSec09 {
  padding: 0;
}

.caseSingleSec09-top {
  position: relative;
  padding: 130px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-top {
    padding: 10.6666666667vw 0 16vw;
  }
}
.caseSingleSec09-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -160px;
  background: #F2F2F4;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-top::before {
    bottom: -16vw;
  }
}

.caseSingleSec09-headWrap {
  max-width: 1000px;
}

.caseSingleSec09-ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #354F7E;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 12.2666666667vw;
  }
}

.caseSingleSec09-topRow {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-topRow {
    padding: 0;
  }
}

.caseSingleSec09-main {
  position: relative;
  min-width: 0;
  padding-left: 250px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-main {
    padding-left: 42.6666666667vw;
  }
}
.caseSingleSec09-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 230px;
  height: 240px;
  background: url(../img/minpaku-case/sec09_illust.svg) no-repeat center/contain;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-main::before {
    width: 61.3333333333vw;
    height: 70.4vw;
    top: 0;
    left: -18.6666666667vw;
  }
}

.caseSingleSec09-txtBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 750px;
  padding: 24px;
  border: 2px solid #2C2C30;
  background: #FBFBFC;
  margin-left: 14px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-txtBox {
    padding: 5.3333333333vw;
    max-width: none;
    margin-left: 2.6666666667vw;
    border-right: none;
  }
}
.caseSingleSec09-txtBox::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #FBFBFC transparent transparent;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-txtBox::before {
    top: 10.6666666667vw;
    border-width: 1.8666666667vw 3.2vw 1.8666666667vw 0;
    left: -3.2vw;
  }
}
.caseSingleSec09-txtBox::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #2C2C30 transparent transparent;
  z-index: -1;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-txtBox::after {
    top: 10.6666666667vw;
    border-width: 2.1333333333vw 3.4666666667vw 2.1333333333vw 0;
    left: -3.7333333333vw;
  }
}
.caseSingleSec09-txtBox__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #2C2C30;
  margin: 0 0 16px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-txtBox__ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.caseSingleSec09-txtBox__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-txtBox__txt {
    font-size: 3.4666666667vw;
  }
}

.caseSingleSec09-bottom {
  position: relative;
  padding: 260px 0 120px;
  margin-top: -1px;
  background: #354F7E;
  color: #fff;
  clip-path: polygon(0 0, 50% 26%, 100% 0, 100% 100%, 0 100%);
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-bottom {
    padding: 32vw 0 21.3333333333vw;
    clip-path: polygon(0 0, 50% 8%, 100% 0, 100% 100%, 0 100%);
  }
}

.caseSingleSec09-bottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-bottomInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
}

.caseSingleSec09-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.caseSingleSec09-logo img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-logo img {
    max-width: 66.1333333333vw;
    margin: 0 auto;
  }
}

.caseSingleSec09-bottomBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-bottomBody {
    text-align: center;
  }
}

.caseSingleSec09-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  margin: 0 0 36px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-lead {
    font-size: 3.4666666667vw;
    margin-bottom: 16vw;
    text-align: left;
  }
}

.caseSingleSec09-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-cta {
    gap: 3.2vw;
  }
}
.caseSingleSec09-cta a {
  font-size: 14px;
  font-weight: bold;
  width: 340px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding: 18px 24px;
  min-height: 59px;
  height: auto;
  border-radius: 30px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-cta a {
    width: 89.6vw;
    padding: 3.7333333333vw 5.3333333333vw;
    min-height: 13.3333333333vw;
    border-radius: 8vw;
  }
}
.caseSingleSec09-cta__service {
  background: #354F7E;
  color: #fff;
  border: 1px solid #fff;
  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);
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-cta__service {
    border-radius: 8vw;
  }
}
.caseSingleSec09-cta__contact {
  background: #fff;
  color: #2C2C30;
  border: 1px solid #354F7E;
  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);
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec09-cta__contact {
    border-radius: 8vw;
  }
}
.caseSingleSec09-cta__contact.cmn-bt02.is-wht {
  color: #2C2C30;
}
.caseSingleSec09-cta__contact.cmn-bt02.is-wht::before {
  border-right-color: #2C2C30;
  border-bottom-color: #2C2C30;
}

.caseSingleSec06 {
  padding: 60px 0 120px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06 {
    padding: 16vw 0 42.6666666667vw;
  }
}
.caseSingleSec06-headWrap {
  max-width: 1000px;
}
.caseSingleSec06-head {
  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;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-head {
    margin-bottom: 3.2vw;
  }
}
.caseSingleSec06-ttl {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.21;
  color: #354F7E;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-ttl {
    font-size: 4.8vw;
  }
}
.caseSingleSec06-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-nav {
    gap: 5.3333333333vw;
  }
}
.caseSingleSec06-nav__prev, .caseSingleSec06-nav__next {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #354F7E;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-nav__prev, .caseSingleSec06-nav__next {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.caseSingleSec06-nav__prev .swiper-navigation-icon, .caseSingleSec06-nav__next .swiper-navigation-icon {
  width: 8px;
  height: 12px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-nav__prev .swiper-navigation-icon, .caseSingleSec06-nav__next .swiper-navigation-icon {
    width: 1.6vw;
    height: 2.4vw;
  }
}
.caseSingleSec06-nav__prev .swiper-navigation-icon path, .caseSingleSec06-nav__next .swiper-navigation-icon path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}
.caseSingleSec06-nav__prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caseSingleSec06-swiper {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 20px 10px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-swiper {
    margin-bottom: 3.2vw;
    padding: 0 5.3333333333vw;
  }
}
.caseSingleSec06-swiper .swiper-slide {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .caseSingleSec06-swiper .swiper-slide {
    width: 470px;
  }
}
.caseSingleSec06-paginationWrap {
  max-width: 1000px;
  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)) {
  .caseSingleSec06-paginationWrap {
    padding-top: 5.3333333333vw;
  }
}
.caseSingleSec06-paginationWrap .swiper-pagination {
  position: static;
  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: 39px;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-paginationWrap .swiper-pagination {
    gap: 6.4vw;
  }
}
.caseSingleSec06-paginationWrap .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #A5A5A5;
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and ((max-width: 767px)) {
  .caseSingleSec06-paginationWrap .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.caseSingleSec06-paginationWrap .swiper-pagination-bullet-active {
  background: #F2F2F4;
}

.propertySecMV {
  background: #44444B;
  padding: 150px 0 40px;
}
@media screen and ((max-width: 767px)) {
  .propertySecMV {
    padding: 22.4vw 0 9.6vw;
  }
}
@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.3333333333vw;
    --swiper-navigation-size: 12vw;
  }
  .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.6666666667vw;
    height: 4.8vw;
  }
}
.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: 16vw;
  }
}
.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.3333333333vw;
  }
}
.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.5333333333vw;
  }
}
.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: 64vw;
    height: 13.3333333333vw;
    padding: 0 6.4vw;
    font-size: 3.2vw;
  }
}
.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.8vw;
    border-bottom-width: 0.8vw;
    border-left-width: 1.0666666667vw;
  }
}

.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.3333333333vw 3.7333333333vw 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.2666666667vw 3.7333333333vw 6.4vw;
  }
}
.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.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.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.2666666667vw;
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
.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.1333333333vw;
  }
}
.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.6vw;
  }
}
.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.8vw;
    height: 4.8vw;
  }
}
.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.2vw;
    width: 16vw;
  }
}
.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.2vw;
  }
}
.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.2vw;
  }
}
.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.2vw;
  }
}
.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.0666666667vw 3.2vw;
  }
}
.propertySecMV-card__specGrid .propertySecMV-card__specRow {
  margin-bottom: 0;
}
.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.2vw;
    padding: 1.3333333333vw 3.2vw;
  }
}

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

.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.6666666667vw;
  }
}
.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: 10.1333333333vw;
  }
}
.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.2vw;
    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.4vw;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
}
.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.4666666667vw;
  }
}

.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.5333333333vw;
    padding: 3.2vw 0;
    border-radius: 4.8vw;
  }
}
.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.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.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.2vw;
    width: 12.8vw;
  }
}
.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.1333333333vw;
  }
}
.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.5333333333vw;
    padding: 1.3333333333vw 4.2666666667vw;
    font-size: 3.2vw;
    border-radius: 4.8vw;
  }
}
.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.4vw;
  }
}
.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.6666666667vw 2.6666666667vw 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.6666666667vw;
  }
}
.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.2666666667vw;
    padding-top: 3.2vw;
  }
}
.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.2vw;
    margin-top: 3.2vw;
    padding: 3.2vw 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.1333333333vw;
    padding: 2.6666666667vw 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.2vw;
    padding: 1.3333333333vw 3.2vw;
  }
}
.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.2vw;
  }
}
.propertySec02-card__specTable {
  padding-bottom: 16px;
}
@media screen and ((max-width: 767px)) {
  .propertySec02-card__specTable {
    padding-bottom: 4.2666666667vw;
  }
}
.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.8vw;
    height: 4.8vw;
  }
}
.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.2vw;
    width: 12.8vw;
  }
}
.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.2vw;
  }
}
.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.2vw;
  }
}
.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.2vw;
  }
}
.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: 12.2666666667vw;
    margin: 0 -2.6666666667vw 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.2vw;
  }
}
.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.8vw;
    border-bottom-width: 0.8vw;
    border-left-width: 1.0666666667vw;
  }
}
.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.8vw;
  }
}
.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: 66.6666666667vw;
    min-height: 19.2vw;
    gap: 3.2vw;
  }
}
.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.8vw;
    height: 12.8vw;
  }
}
.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.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.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.4vw;
  }
}
.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.4666666667vw;
  }
}
.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.2666666667vw;
  }
}

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

#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: 186.6666666667vw;
    -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: 90.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
.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.4vw;
    font-size: 6.4vw;
  }
}
.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.2666666667vw;
    gap: 1.6vw 6.4vw;
  }
}
.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.0666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 4.5333333333vw;
  }
}
.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.7333333333vw;
    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.3333333333vw 13.3333333333vw;
  }
}
.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.7333333333vw;
    padding-top: 4.2666666667vw;
  }
}
.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.1333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.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.7333333333vw;
    font-weight: 500;
  }
}
.propertySingle-yield__value {
  font-size: 14px;
  font-weight: 500;
}
.propertySingle-yield__value--num {
  font-family: "Montserrat", 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.7333333333vw;
    text-align: left;
  }
}
.propertySingle-yield__value--surface {
  color: #A74747;
}
.propertySingle-yield__unit {
  font-size: 28px;
  font-weight: bold;
  color: #2C2C30;
  font-family: "Montserrat", sans-serif;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__unit {
    font-size: 5.6vw;
  }
}
.propertySingle-yield__divider {
  display: block;
  height: 1px;
  margin: 12px 0;
  background: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-yield__divider {
    margin: 2.1333333333vw 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.3333333333vw 0 3.2vw;
  }
}
.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: 8vw;
  }
}
.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.3333333333vw;
  }
}
.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.8vw;
  }
}
.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.6666666667vw 5.3333333333vw 5.3333333333vw;
    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.4vw;
    padding: 0 2.6666666667vw;
    background: #fff;
    font-size: 5.3333333333vw;
  }
}
.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.7333333333vw;
    font-weight: normal;
  }
}

.propertySingle-spec {
  padding: 0 0 56px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec {
    background: none;
    padding: 0 5.3333333333vw 8vw;
  }
}
.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.6666666667vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.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.8vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.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.6666666667vw;
    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.2666666667vw 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.3333333333vw;
            flex: 0 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.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.7333333333vw;
    line-height: 1.6;
  }
}
.propertySingle-spec__mapLinkWrap {
  margin: 16px 0 0;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__mapLinkWrap {
    margin-top: 4.2666666667vw;
  }
}
.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.2vw;
  }
}
.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;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-spec__value--address .propertySingle-spec__mapLink {
    padding: 1.0666666667vw;
    width: 45.3333333333vw;
    max-width: 45.3333333333vw;
  }
}
.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.7333333333vw;
    gap: 2.1333333333vw;
  }
}
.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.9333333333vw;
    height: 4.5333333333vw;
  }
}

.propertySingle-map {
  background: #B0B0B2;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-map {
    padding-bottom: 2.6666666667vw;
  }
}
.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: 64vw;
    margin: 0 5.3333333333vw;
    max-width: none;
    border-radius: 2.1333333333vw;
  }
}
.propertySingle-map__placeholderTxt {
  font-size: 18px;
  font-weight: bold;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-map__placeholderTxt {
    font-size: 3.7333333333vw;
  }
}

.propertySingle-cta {
  padding: 0 0 200px;
}
@media screen and ((max-width: 767px)) {
  .propertySingle-cta {
    padding: 0 0 45.3333333333vw;
  }
}
.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.2666666667vw;
  }
}
.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.2666666667vw 10.6666666667vw 4.2666666667vw 6.4vw;
    font-size: 3.7333333333vw;
    border-radius: 8vw;
    gap: 2.1333333333vw;
    min-height: 13.3333333333vw;
  }
}
.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.4vw;
  }
}
.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;
}

.companySec01 {
  padding: 60px 0 150px;
  background: #F2F2F4;
}
@media screen and ((max-width: 767px)) {
  .companySec01 {
    padding: 31px 0 60px;
  }
}
.companySec01 .c-inner01 {
  text-align: center;
}
.companySec01-ttl {
  display: inline-block;
  color: #2C2C30;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  margin: 0;
  border-bottom: 1px solid #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .companySec01-ttl {
    font-size: 4.8vw;
    padding-bottom: 10px;
  }
}
.companySec01-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 40px 0 0;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .companySec01-txt {
    margin-top: 10.6666666667vw;
    text-align: left;
  }
}

.companySec02 {
  position: relative;
  padding: 70px 0 80px;
}
@media screen and ((max-width: 767px)) {
  .companySec02 {
    padding: 76px 0 50px;
  }
}
.companySec02::before {
  content: "";
  position: absolute;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 374px;
  height: 325px;
  background: url(../img/company/sec02-bg.svg) no-repeat right center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02::before {
    width: 40vw;
    max-width: 200px;
    height: auto;
    aspect-ratio: 374/325;
    top: 10%;
  }
}
.companySec02 .c-inner01 {
  position: relative;
  z-index: 1;
}
.companySec02-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  color: #2C2C30;
  margin: 0 0 24px;
}
@media screen and ((max-width: 767px)) {
  .companySec02-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.companySec02-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.companySec02-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
  border-bottom: 2px solid #F2F2F4;
}
.companySec02-item:last-child {
  border-bottom: none;
}
@media screen and ((max-width: 767px)) {
  .companySec02-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }
}
.companySec02-item__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02-item__label {
    font-size: 13px;
  }
}
.companySec02-item__value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02-item__value {
    font-size: 13px;
  }
}

.companySec02Sub {
  position: relative;
  padding: 0 0 80px;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub {
    padding-bottom: 50px;
  }
}
.companySec02Sub::before {
  content: "";
  position: absolute;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 391px;
  height: 241px;
  background: url(../img/company/sec02sub-bg.svg) no-repeat right center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub::before {
    width: 52vw;
    max-width: 220px;
    height: auto;
    aspect-ratio: 391/241;
    top: 4%;
  }
}
.companySec02Sub .c-inner01 {
  position: relative;
  z-index: 1;
}
.companySec02Sub-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  color: #2C2C30;
  margin: 0 0 24px;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.companySec02Sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.companySec02Sub-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
  border-bottom: 2px solid #F2F2F4;
}
.companySec02Sub-item:last-child {
  border-bottom: none;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }
}
.companySec02Sub-item__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub-item__label {
    font-size: 13px;
  }
}
.companySec02Sub-item__value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #2C2C30;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .companySec02Sub-item__value {
    font-size: 13px;
  }
}

.companySec03 {
  padding: 0 0 80px;
}
@media screen and ((max-width: 767px)) {
  .companySec03 {
    padding-bottom: 70px;
  }
}
.companySec03-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  color: #2C2C30;
  margin: 0 0 24px;
}
@media screen and ((max-width: 767px)) {
  .companySec03-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.companySec03-mapWrap {
  border-radius: 10px;
  overflow: hidden;
  background: #B0B0B2;
  width: 100%;
  height: 421px;
}
@media screen and ((max-width: 767px)) {
  .companySec03-mapWrap {
    border-radius: 2.6666666667vw;
    height: 50vw;
    min-height: 240px;
  }
}
.companySec03-map {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

.newsSec01 {
  position: relative;
  padding: 60px 0 70px;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .newsSec01 {
    padding: 40px 0 60px;
  }
  .newsSec01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/news/news-sec01-bg.svg) no-repeat calc(50% - 30px) calc(50% + 80px)/cover;
    z-index: 0;
    pointer-events: none;
  }
  .newsSec01 .c-inner01 {
    position: relative;
    z-index: 1;
  }
}
.newsSec01 .c-inner01 {
  text-align: left;
}
.newsSec01-ttl {
  color: #2C2C30;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-ttl {
    font-size: 22px;
  }
}
.newsSec01-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 6px 0 0;
}
@media screen and ((max-width: 767px)) {
  .newsSec01-lead {
    margin-top: 20px;
  }
}

.newsTabs {
  padding: 0 0 0;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .newsTabs {
    padding: 0;
  }
}
.newsTabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.newsTabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsTabs__item {
    padding: 16px;
    font-size: 14px;
  }
}
.newsTabs__item:first-child {
  border-radius: 10px 10px 0 0;
}
.newsTabs__item:last-child {
  border-radius: 10px 10px 0 0;
}
.newsTabs__item.is-active {
  background: #354F7E;
  color: #fff;
}
.newsTabs__item:not(.is-active) {
  background: #F2F2F4;
  color: #2C2C30;
}
.newsTabs__item:not(.is-active):hover {
  background: #e8e8ea;
}

.newsSec02 {
  position: relative;
  padding: 70px 0 100px;
  background: #354F7E;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .newsSec02 {
    padding: 50px 0 60px;
  }
}
.newsSec02::before, .newsSec02::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 78px;
  height: 384px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSec02::before, .newsSec02::after {
    width: 40px;
    height: 200px;
  }
}
.newsSec02::before {
  left: 70px;
  background-image: url(../img/news/news-sec02-bg-left.svg);
  background-position: left center;
}
@media screen and ((max-width: 767px)) {
  .newsSec02::before {
    display: none;
  }
}
.newsSec02::after {
  right: 0;
  top: 20%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 88px;
  height: 76px;
  background-image: url(../img/news/news-sec02-bg-right.svg);
  background-position: right center;
}
@media screen and ((max-width: 767px)) {
  .newsSec02::after {
    display: none;
  }
}
.newsSec02-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.newsSec02-body {
  padding: 50px 60px 40px;
}
@media screen and ((max-width: 767px)) {
  .newsSec02-body {
    padding: 6px 16px 32px;
  }
}
.newsSec02-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C30;
  margin: 0 0 24px;
}
@media screen and ((max-width: 767px)) {
  .newsSec02-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.newsSec02-ttl span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #354F7E;
  margin-top: 4px;
}
.newsSec02-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsSec02-list__item {
  border-bottom: 1px solid #B0B0B2;
}
.newsSec02-list__item:last-child {
  border-bottom: none;
}
.newsSec02-list__item.is-empty {
  padding: 40px 0;
  text-align: center;
  color: #2C2C30;
  font-size: 14px;
}
.newsSec02-list__link {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  color: #2C2C30;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsSec02-list__link {
    padding: 30px 0;
  }
}
.newsSec02-list__link:hover {
  opacity: 0.8;
}
.newsSec02-list__row1 {
  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;
  gap: 18px;
  margin-bottom: 8px;
}
.newsSec02-list__category {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #2C2C30;
  border-radius: 15px;
}
.newsSec02-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
}
.newsSec02-list__ttl {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
.newsSec02-pagenav {
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .newsSec02-pagenav {
    margin-top: 32px;
  }
}
.newsSec02 .caseSec01-pagination__prev.is-disabled,
.newsSec02 .caseSec01-pagination__next.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

body#news-single,
body#blog-single {
  background: rgb(251, 251, 252);
}
body#news-single .breadcrumb.is-bg,
body#blog-single .breadcrumb.is-bg {
  background: rgb(251, 251, 252);
}

.newsSingleWrap {
  padding: 20px 0 60px;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .newsSingleWrap {
    padding: 24px 0 40px;
  }
}
.newsSingleWrap-inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and ((max-width: 767px)) {
  .newsSingleWrap-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.newsSingleMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.newsSingleSec01 {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  padding: 40px 50px 50px;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01 {
    padding: 24px 20px 32px;
  }
}
.newsSingleSec01-meta {
  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;
  gap: 12px;
}
.newsSingleSec01-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-date {
    font-size: 13px;
  }
}
.newsSingleSec01-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsSingleSec01-tag {
  display: inline-block;
}
.newsSingleSec01-tag a {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #2C2C30;
  border-radius: 15px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-tag a {
    padding: 5px 14px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.newsSingleSec01-tag a:hover {
  opacity: 0.9;
}
.newsSingleSec01-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #354F7E;
  margin: 16px 0 20px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-ttl {
    font-size: 18px;
    margin: 12px 0 16px;
  }
}
.newsSingleSec01-divider {
  border: none;
  border-top: 1.5px solid #B0B0B2;
  margin: 0 0 24px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-divider {
    margin-bottom: 20px;
  }
}
.newsSingleSec01-back {
  margin-top: 40px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec01-back {
    margin-top: 32px;
  }
}
.newsSingleSec01-back__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;
  text-decoration: none;
}
.newsSingleSec01-back__link.cmn-bt01 {
  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);
  width: 265px;
}

.newsSingleSec02-body h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #354F7E;
  margin: 32px 0 16px;
  padding: 7px 14px;
  border: 1.5px solid #354F7E;
  background: transparent;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body h2 {
    font-size: 18px;
    margin: 24px 0 12px;
    padding: 6px 12px;
  }
}
.newsSingleSec02-body h2:first-child {
  margin-top: 0;
}
.newsSingleSec02-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #354F7E;
  margin: 28px 0 12px;
  padding-left: 1em;
  position: relative;
}
.newsSingleSec02-body h3::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 4px;
  color: #354F7E;
  font-size: 0.7em;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body h3::before {
    top: 4px;
  }
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body h3 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
}
.newsSingleSec02-body h3:first-child {
  margin-top: 0;
}
.newsSingleSec02-body h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  color: #354F7E;
  margin: 24px 0 10px;
  padding-left: 1.2em;
  position: relative;
}
.newsSingleSec02-body h4::before {
  content: "┗";
  position: absolute;
  left: 0;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body h4 {
    font-size: 15px;
    margin: 18px 0 8px;
  }
}
.newsSingleSec02-body h4:first-child {
  margin-top: 0;
}
.newsSingleSec02-body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 0 0 16px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.newsSingleSec02-body ul, .newsSingleSec02-body ol {
  margin: 0 0 16px;
  padding-left: 1.5em;
}
.newsSingleSec02-body li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin-bottom: 8px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec02-body li {
    font-size: 13px;
  }
}
.newsSingleSec02-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.newsSingleSec02-body a {
  color: #354F7E;
  text-decoration: underline;
}
.newsSingleSec02-body a:hover {
  text-decoration: none;
}

.newsSingleSidebar {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar {
    width: 100%;
    gap: 20px;
  }
}
.newsSingleSidebar__section {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.newsSingleSidebar__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #2C2C30;
  margin: 0;
  padding: 30px 24px 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__ttl {
    font-size: 18px;
    padding: 16px 20px;
  }
}
.newsSingleSidebar__popular {
  background: #354F7E;
  border-radius: 12px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__popular {
    margin-bottom: 20px;
  }
}
.newsSingleSidebar__popular .newsSingleSidebar__ttl {
  background: transparent;
  color: #fff;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__popular .newsSingleSidebar__ttl {
    padding: 26px 20px 0;
  }
}
.newsSingleSidebar__popular .newsSingleSidebar__list {
  padding: 16px 14px 24px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__popular .newsSingleSidebar__list {
    padding: 16px 14px 0;
  }
}
.newsSingleSidebar__popular .newsSingleSidebar__listItem {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.newsSingleSidebar__popular .newsSingleSidebar__listItem:last-child {
  border-bottom: none;
}
.newsSingleSidebar__popular .newsSingleSidebar__link {
  color: #fff;
}
.newsSingleSidebar__popular .newsSingleSidebar__link:hover {
  opacity: 0.9;
}
.newsSingleSidebar__popular .newsSingleSidebar__category {
  background: #fff;
  color: #2C2C30;
}
.newsSingleSidebar__popular .newsSingleSidebar__date {
  color: rgba(255, 255, 255, 0.85);
}
.newsSingleSidebar__popular .newsSingleSidebar__itemTtl {
  color: #fff;
}
.newsSingleSidebar__list {
  list-style: none;
  margin: 0;
  padding: 16px 24px 24px;
}
.newsSingleSidebar__listItem {
  border-bottom: 1px solid #E8E8EA;
}
.newsSingleSidebar__listItem:last-child {
  border-bottom: none;
}
.newsSingleSidebar__link {
  display: block;
  padding: 26px 0;
  text-decoration: none;
  color: #2C2C30;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__link {
    padding: 26px 0;
  }
}
.newsSingleSidebar__link:hover {
  opacity: 0.8;
}
.newsSingleSidebar__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.newsSingleSidebar__category {
  display: inline-block;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #2C2C30;
  border-radius: 12px;
}
.newsSingleSidebar__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #A5A5A5;
}
.newsSingleSidebar__itemTtl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #2C2C30;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__itemTtl {
    font-size: 13px;
  }
}
.newsSingleSidebar__tags {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}
.newsSingleSidebar__tags .newsSingleSidebar__ttl {
  color: #354F7E;
  text-align: center;
  padding: 0 0 12px;
  margin-bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__tags .newsSingleSidebar__ttl {
    padding-bottom: 10px;
  }
}
.newsSingleSidebar__tagList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__tagList {
    gap: 14px;
  }
}
.newsSingleSidebar__tag {
  display: block;
  padding: 7px 16px;
  min-height: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #2C2C30;
  text-align: center;
  background: #fff;
  border: 1px solid #B0B0B2;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__tag {
    font-size: 14px;
    padding: 8px 14px;
    min-height: 26px;
  }
}
.newsSingleSidebar__tag:hover {
  background: #F8F8F9;
  border-color: #A5A5A5;
}
.newsSingleSidebar__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsSingleSidebar__banner {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 26px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.newsSingleSidebar__banner:hover {
  opacity: 0.95;
}
.newsSingleSidebar__banner:last-child {
  margin-bottom: 10px;
}
.newsSingleSidebar__bannerImgWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 142px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__bannerImgWrap {
    height: 120px;
  }
}
.newsSingleSidebar__bannerImg {
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsSingleSidebar__banner--minpaku .newsSingleSidebar__bannerImg {
  background-image: url(../img/news/news-sec03-minpaku.jpg);
}
.newsSingleSidebar__banner--realestate .newsSingleSidebar__bannerImg {
  background-image: url(../img/news/news-sec03-realestate.jpg);
}
.newsSingleSidebar__bannerTtl {
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  max-width: 231px;
  margin: 0;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #354F7E;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__bannerTtl {
    font-size: 16px;
    padding: 8px 12px;
    width: calc(100% - 32px);
  }
}
.newsSingleSidebar__bannerBody {
  padding: 20px 24px 24px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__bannerBody {
    padding: 16px 36px 20px;
  }
}
.newsSingleSidebar__banner--minpaku .newsSingleSidebar__bannerBody::before {
  content: "";
  position: absolute;
  background: url(../img/news/logo-sec03-realestate.webp) no-repeat center/100% 100%;
  width: 84px;
  height: 52px;
  top: 23px;
  right: 30px;
}
.newsSingleSidebar__banner--realestate .newsSingleSidebar__bannerBody::before {
  content: "";
  position: absolute;
  background: url(../img/news/logo-sec03-minpaku.webp) no-repeat center/100% 100%;
  width: 80px;
  height: 70px;
  top: 10px;
  right: 40px;
}
.newsSingleSidebar__bannerLead {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  color: #354F7E;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__bannerLead {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.8;
  }
}
.newsSingleSidebar__bannerBtn {
  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: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  min-height: 31px;
  border-radius: 18px;
  background: #354F7E;
  color: #fff;
  height: auto;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSidebar__bannerBtn {
    font-size: 14px;
    padding: 10px 16px;
    min-height: 28px;
    border-radius: 30px;
  }
}

.newsSingleSec03 {
  margin-top: 40px;
  padding: 26px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03 {
    margin-top: 32px;
    padding: 30px 16px 20px;
  }
}
.newsSingleSec03-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #354F7E;
  margin: 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.newsSingleSec03-ttlIcon {
  display: inline-block;
  width: 18px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/news/news-sec03-related-icon.svg) no-repeat center/contain;
}
.newsSingleSec03-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.newsSingleSec03-list__item {
  border-bottom: 1px solid #B0B0B2;
}
.newsSingleSec03-list__item:last-child {
  border-bottom: none;
}
.newsSingleSec03-list__link {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  color: #2C2C30;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03-list__link {
    padding: 20px 0;
  }
}
.newsSingleSec03-list__link:hover {
  opacity: 0.8;
}
.newsSingleSec03-list__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.newsSingleSec03-list__category {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #2C2C30;
  border-radius: 15px;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03-list__category {
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.newsSingleSec03-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03-list__date {
    font-size: 13px;
  }
}
.newsSingleSec03-list__ttl {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .newsSingleSec03-list__ttl {
    font-size: 13px;
  }
}

body#blog-single .newsSingleSec01-tag a {
  background: #354F7E;
}

body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-scrollWrap {
  margin: 0 -26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
@media screen and ((max-width: 767px)) {
  body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-scrollWrap {
    margin: 0;
    overflow-x: visible;
  }
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0 26px 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and ((max-width: 767px)) {
  body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
    width: 100%;
  }
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 304px;
}
@media screen and ((max-width: 767px)) {
  body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__item {
    width: 100%;
  }
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #F2F2F4;
  text-decoration: none;
  color: #2C2C30;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__link:hover {
  opacity: 0.9;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__imgBox {
  position: relative;
  aspect-ratio: 304/213;
  overflow: hidden;
  background: #B0B0B2;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__body {
  padding: 10px 10px 14px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #2C2C30;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: auto;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__category {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #354F7E;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body#blog-single .newsSingleSec03--scrollCards .newsSingleSec03-cards__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.blogSec01 {
  position: relative;
  padding: 60px 0 60px;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .blogSec01 {
    padding: 40px 0 60px;
  }
  .blogSec01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/blog/blog-sec01-bg.svg) no-repeat calc(50% - 30px) calc(50% + 80px)/cover;
    z-index: 0;
    pointer-events: none;
  }
  .blogSec01 .c-inner01 {
    position: relative;
    z-index: 1;
  }
}
.blogSec01 .c-inner01 {
  text-align: left;
}
.blogSec01-ttl {
  color: #2C2C30;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607;
  margin: 0;
}
@media screen and ((max-width: 767px)) {
  .blogSec01-ttl {
    font-size: 22px;
  }
}
.blogSec01-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #2C2C30;
  margin: 6px 0 0;
}
@media screen and ((max-width: 767px)) {
  .blogSec01-lead {
    margin-top: 20px;
  }
}

.blogSecTabs {
  padding: 0 0 0;
  background: rgb(251, 251, 252);
}
@media screen and ((max-width: 767px)) {
  .blogSecTabs {
    padding: 0;
  }
}
.blogSecTabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.blogSecTabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and ((max-width: 767px)) {
  .blogSecTabs__item {
    padding: 16px;
    font-size: 14px;
  }
}
.blogSecTabs__item:first-child {
  border-radius: 10px 10px 0 0;
}
.blogSecTabs__item:last-child {
  border-radius: 10px 10px 0 0;
}
.blogSecTabs__item.is-active {
  background: #354F7E;
  color: #fff;
}
.blogSecTabs__item:not(.is-active) {
  background: #F2F2F4;
  color: #2C2C30;
}
.blogSecTabs__item:not(.is-active):hover {
  background: #e8e8ea;
}

.blogSec02 {
  position: relative;
  padding: 70px 0 100px;
  background: #354F7E;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .blogSec02 {
    padding: 50px 0 60px;
  }
}
.blogSec02::before, .blogSec02::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 78px;
  height: 384px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .blogSec02::before, .blogSec02::after {
    width: 40px;
    height: 200px;
  }
}
.blogSec02::before {
  left: 70px;
  background-image: url(../img/blog/blog-sec02-bg-left.svg);
  background-position: left center;
}
@media screen and ((max-width: 767px)) {
  .blogSec02::before {
    display: none;
  }
}
.blogSec02::after {
  right: 0;
  top: 20%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 88px;
  height: 76px;
  background-image: url(../img/blog/blog-sec02-bg-right.svg);
  background-position: right center;
}
@media screen and ((max-width: 767px)) {
  .blogSec02::after {
    display: none;
  }
}
.blogSec02-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.blogSec02-body {
  padding: 50px 60px 40px;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-body {
    padding: 20px 16px 32px;
  }
}
.blogSec02-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.blogSec02-list__item.is-empty {
  grid-column: 1/-1;
  padding: 40px 0;
  text-align: center;
  color: #2C2C30;
  font-size: 14px;
}
.blogSec02-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #F2F2F4;
  text-decoration: none;
  color: #2C2C30;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.blogSec02-list__link:hover {
  opacity: 0.9;
}
.blogSec02-list__imgBox {
  position: relative;
  aspect-ratio: 304/213;
  overflow: hidden;
  background: #B0B0B2;
}
.blogSec02-list__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogSec02-list__body {
  padding: 16px 10px 26px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blogSec02-list__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #2C2C30;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogSec02-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: auto;
}
.blogSec02-list__category {
  display: inline-block;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #354F7E;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blogSec02-list__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blogSec02-paginationWrap {
  margin-top: 40px;
  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)) {
  .blogSec02-paginationWrap {
    margin-top: 32px;
  }
}
.blogSec02-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)) {
  .blogSec02-pagination {
    width: 66.6666666667vw;
    min-height: 19.2vw;
    gap: 3.2vw;
  }
}
.blogSec02-pagination__prev, .blogSec02-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)) {
  .blogSec02-pagination__prev, .blogSec02-pagination__next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.blogSec02-pagination__prev {
  background: #fff;
  border: none;
  color: #354F7E;
}
.blogSec02-pagination__prev .blogSec02-pagination__arrow {
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.blogSec02-pagination__next {
  background: #354F7E;
  border: none;
  color: #fff;
}
.blogSec02-pagination__next .blogSec02-pagination__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.blogSec02-pagination__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-pagination__arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.blogSec02-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;
}
.blogSec02-pagination__current {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-pagination__current {
    font-size: 6.4vw;
  }
}
.blogSec02-pagination__separator {
  display: block;
  width: 33px;
  height: 0;
  border-top: 1px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-pagination__separator {
    width: 7.4666666667vw;
  }
}
.blogSec02-pagination__total {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  color: #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .blogSec02-pagination__total {
    font-size: 4.2666666667vw;
  }
}
.blogSec02-pagination__prev.is-disabled, .blogSec02-pagination__next.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.ctaTwo .ctaTwo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-inner {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ctaTwo .ctaTwo-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  min-height: 357px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.ctaTwo .ctaTwo-item:first-child {
  padding: 76px 39px 40px;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item:first-child {
    padding: 40px 20px 40px;
  }
}
.ctaTwo .ctaTwo-item:first-child .ctaTwo-item__body {
  margin-left: auto;
}
.ctaTwo .ctaTwo-item:last-child {
  padding: 76px 39px 40px;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item:last-child {
    padding: 40px 20px 40px;
  }
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item {
    min-height: 280px;
  }
}
@media (hover: hover) {
  .ctaTwo .ctaTwo-item:hover {
    opacity: 1;
  }
  .ctaTwo .ctaTwo-item:hover .ctaTwo-item__bg {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .ctaTwo .ctaTwo-item:hover .ctaTwo-item-line--top, .ctaTwo .ctaTwo-item:hover .ctaTwo-item-line--bottom {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .ctaTwo .ctaTwo-item:hover .ctaTwo-item-line--left, .ctaTwo .ctaTwo-item:hover .ctaTwo-item-line--right {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.ctaTwo .ctaTwo-item__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.ctaTwo .ctaTwo-item:first-child .ctaTwo-item__bg {
  background-image: url(../img/news/news-sec03-realestate.jpg);
}
.ctaTwo .ctaTwo-item:last-child .ctaTwo-item__bg {
  background-image: url(../img/news/news-sec03-minpaku.jpg);
}
.ctaTwo .ctaTwo-item-line {
  position: absolute;
  background: #C41E3A;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 2;
}
.ctaTwo .ctaTwo-item-line--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.ctaTwo .ctaTwo-item-line--left {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.ctaTwo .ctaTwo-item-line--bottom {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.ctaTwo .ctaTwo-item-line--right {
  bottom: 0;
  right: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.ctaTwo .ctaTwo-item__overlay {
  position: absolute;
  inset: 0;
  background: #302D2C;
  opacity: 0.8;
  z-index: 1;
}
.ctaTwo .ctaTwo-item__body {
  position: relative;
  z-index: 2;
  width: 470px;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item__body {
    width: 100%;
  }
}
.ctaTwo .ctaTwo-item__ttl {
  margin: 0 0 16px;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.ctaTwo .ctaTwo-item__ttl-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item__ttl-en {
    font-size: 38px;
  }
}
.ctaTwo .ctaTwo-item__ttl-jp {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  margin-top: 4px;
}
.ctaTwo .ctaTwo-item__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  margin: 0 0 40px;
}
@media screen and ((max-width: 767px)) {
  .ctaTwo .ctaTwo-item__lead {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
.ctaTwo .ctaTwo-item__link {
  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: 18px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ctaTwo .ctaTwo-item__link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ctaTwo-item:hover .ctaTwo .ctaTwo-item__link {
  opacity: 0.9;
}

#contact .breadcrumb.breadcrumb--mt {
  background: #F2F2F4;
}

#contact .main {
  background: #F2F2F4;
  padding-bottom: 80px;
}
@media screen and ((max-width: 767px)) {
  #contact .main {
    padding-bottom: 16vw;
  }
}

.contactPage-hero {
  padding: 32px 0 40px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-hero {
    padding: 6.4vw 0 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-hero {
    padding: 48px 0 56px;
  }
}
.contactPage-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.contactPage-hero__lead {
  margin: 0;
  line-height: 1.8;
  color: #2C2C30;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contactPage-hero__lead {
    line-height: 1.9;
  }
}
.contactPage-hero__leadLine1 {
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-hero__leadLine1 {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-hero__leadLine1 {
    font-size: 18px;
    font-weight: 600;
  }
}
.contactPage-hero__leadLine2 {
  font-size: 12px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-hero__leadLine2 {
    display: block;
    font-size: 3.2vw;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-hero__leadLine2 {
    font-size: 14px;
    margin-top: 0;
  }
}

.contactPage-cards {
  padding: 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards {
    padding-bottom: 0;
  }
}
.contactPage-cards__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contactPage-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__list {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-cards__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
  }
}
.contactPage-cards__item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.contactPage-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.contactPage-cards__link:hover {
  opacity: 0.92;
}
.contactPage-cards__header {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-bottom: -30px;
  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;
  padding: 8px 20px;
  background: #B0B0B2;
  color: #fff;
  min-height: 54px;
  border-radius: 30px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__header {
    margin-top: 3.2vw;
    margin-bottom: -6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-cards__header {
    margin-top: 16px;
    margin-bottom: -30px;
  }
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__header {
    padding: 8px 16px;
    min-height: 48px;
    gap: 6px;
  }
}
.contactPage-cards__header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #B0B0B2;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__header::after {
    bottom: -6px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
  }
}
.contactPage-cards__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.94;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__label {
    font-size: 14px;
  }
}
.contactPage-cards__externalIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.contactPage-cards__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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 176px;
  padding: 24px 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__body {
    min-height: 140px;
    padding: 20px 16px;
    border-radius: 0 0 10px 10px;
  }
}
.contactPage-cards__logoImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__logoImg {
    margin-bottom: 10px;
    max-width: 240px;
  }
}
.contactPage-cards__logoLabel {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #2C2C30;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__logoLabel {
    font-size: 11px;
    margin-bottom: 6px;
  }
}
.contactPage-cards__logoName {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2C2C30;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactPage-cards__logoName {
    font-size: 13px;
  }
}

.contactPage-bar {
  padding: 30px 0 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-bar {
    padding-top: 0;
  }
}
.contactPage-bar__inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar__inner {
    margin-bottom: -6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-bar__inner {
    margin-bottom: -30px;
  }
}
.contactPage-bar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #354F7E;
}
.contactPage-bar__header::after {
  border-top-color: #354F7E;
}
.contactPage-bar__header .contactPage-cards__label {
  text-align: center;
}

.contactPage-wwb {
  background: #354F7E;
  padding: 0 20px 24px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-wwb {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-wwb {
    padding: 0 24px 32px;
  }
}
.contactPage-wwb__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.contactPage-wwb__logo {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .contactPage-wwb__logo {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-wwb__logo {
    font-size: 16px;
  }
}

.contactPage-form {
  padding: 0;
  margin: 0 0 80px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form {
    margin-bottom: 16vw;
  }
}
.contactPage-form__inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 48px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form__inner {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__inner {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 85px 64px;
  }
}
.contactPage-form__body {
  color: #2C2C30;
}
.contactPage-form__body .contactPage-cards__body {
  display: block;
  padding-bottom: 24px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.contactPage-form__body .contactPage-cards__body .contactPage-cards__logoImg {
  margin-left: auto;
  margin-right: auto;
}
.contactPage-form__body .contactPage-form__badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 2px;
  margin-left: 8px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form__body .contactPage-form__badge {
    margin-left: 0;
  }
}
.contactPage-form__body .contactPage-form__badge--required {
  background: #354F7E;
  color: #fff;
}
.contactPage-form__body .contactPage-form__badge--optional {
  background: #B0B0B2;
  color: #fff;
}
.contactPage-form__body .contactPage-form__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;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.contactPage-form__body .contactPage-form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__label {
    width: 280px;
    padding-top: 12px;
  }
}
.contactPage-form__body .contactPage-form__label--section {
  font-size: 18px;
  color: #354F7E;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__label--section {
    padding-top: 0;
  }
}
.contactPage-form__body .contactPage-form__badge--required,
.contactPage-form__body .contactPage-form__badge--optional {
  border-radius: 17px;
  min-width: 48px;
  text-align: center;
}
.contactPage-form__body .contactPage-form__inputWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  width: 100%;
}
.contactPage-form__body .contactPage-form__inputWrap--checkboxes {
  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;
}
.contactPage-form__body .contactPage-form__inputWrap--radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.contactPage-form__body .contactPage-form__section {
  margin-bottom: 40px;
}
.contactPage-form__body .contactPage-form__section:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 0 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionLeft {
    padding-top: 0;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionRight {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionRight {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: minmax(51px, auto);
    gap: 0;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionTitle {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__sectionTitle {
    padding: 12px 0;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__labelRow {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__labelRow {
    margin-bottom: 0;
    min-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__labelRow .contactPage-form__label {
    width: auto;
    padding-top: 0;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__inputRow {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__inputRow {
    margin-bottom: 0;
    min-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__inputRow--head {
    min-height: 0;
    padding-bottom: 24px;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBlock {
  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: 12px;
  padding: 16px 0;
  margin-bottom: 16px;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBlock {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 0;
    min-height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBlock--topAlign {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBlock > .contactPage-form__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  width: 100%;
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldBody:has(.contactPage-form__checkboxLabel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldHead {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldHead {
    margin-bottom: 12px;
  }
}
.contactPage-form__body .contactPage-form__section--twoBlock .contactPage-form__fieldLabel {
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
}
.contactPage-form__body .contactPage-form__sectionTitle {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  color: #354F7E;
  line-height: 1.39;
}
.contactPage-form__body .contactPage-form__checkboxLabel,
.contactPage-form__body .contactPage-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  cursor: pointer;
}
.contactPage-form__body .contactPage-form__inputWrap--checkboxes .contactPage-form__checkboxLabel input[type=checkbox],
.contactPage-form__body .contactPage-form__fieldBody .contactPage-form__checkboxLabel input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #B0B0B2;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.contactPage-form__body .contactPage-form__inputWrap--checkboxes .contactPage-form__checkboxLabel input[type=checkbox]:checked,
.contactPage-form__body .contactPage-form__fieldBody .contactPage-form__checkboxLabel input[type=checkbox]:checked {
  background: #354F7E;
  border-color: #354F7E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M5 12l5 5 9-9'/%3E%3C/svg%3E");
}
.contactPage-form__body .contactPage-form__agreeLabel {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form__body .contactPage-form__agreeLabel {
    text-align: left;
  }
}
.contactPage-form__body .contactPage-form__agreeLabel a {
  color: #354F7E;
  text-decoration: underline;
}
.contactPage-form__body .contactPage-form__submit {
  margin-top: 32px;
  padding-top: 24px;
  text-align: center;
}
.contactPage-form__body .contactPage-form__submitBtn {
  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: 16px 48px;
  min-width: 280px;
  background: #2C2C30;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .contactPage-form__body .contactPage-form__submitBtn {
    min-width: 64vw;
    padding: 3.7333333333vw 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-form__body .contactPage-form__submitBtn {
    min-width: 280px;
    padding: 16px 48px;
    font-size: 16px;
  }
}
.contactPage-form__body .contactPage-form__submitBtn:hover {
  opacity: 0.9;
}
.contactPage-form__body input[type=text],
.contactPage-form__body input[type=email],
.contactPage-form__body input[type=tel],
.contactPage-form__body input[type=url],
.contactPage-form__body select,
.contactPage-form__body textarea {
  border: 1px solid #B0B0B2;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.contactPage-form__body input[type=text]::-webkit-input-placeholder, .contactPage-form__body input[type=email]::-webkit-input-placeholder, .contactPage-form__body input[type=tel]::-webkit-input-placeholder, .contactPage-form__body input[type=url]::-webkit-input-placeholder, .contactPage-form__body select::-webkit-input-placeholder, .contactPage-form__body textarea::-webkit-input-placeholder {
  color: #B0B0B2;
}
.contactPage-form__body input[type=text]::-moz-placeholder, .contactPage-form__body input[type=email]::-moz-placeholder, .contactPage-form__body input[type=tel]::-moz-placeholder, .contactPage-form__body input[type=url]::-moz-placeholder, .contactPage-form__body select::-moz-placeholder, .contactPage-form__body textarea::-moz-placeholder {
  color: #B0B0B2;
}
.contactPage-form__body input[type=text]:-ms-input-placeholder, .contactPage-form__body input[type=email]:-ms-input-placeholder, .contactPage-form__body input[type=tel]:-ms-input-placeholder, .contactPage-form__body input[type=url]:-ms-input-placeholder, .contactPage-form__body select:-ms-input-placeholder, .contactPage-form__body textarea:-ms-input-placeholder {
  color: #B0B0B2;
}
.contactPage-form__body input[type=text]::-ms-input-placeholder, .contactPage-form__body input[type=email]::-ms-input-placeholder, .contactPage-form__body input[type=tel]::-ms-input-placeholder, .contactPage-form__body input[type=url]::-ms-input-placeholder, .contactPage-form__body select::-ms-input-placeholder, .contactPage-form__body textarea::-ms-input-placeholder {
  color: #B0B0B2;
}
.contactPage-form__body input[type=text]::placeholder,
.contactPage-form__body input[type=email]::placeholder,
.contactPage-form__body input[type=tel]::placeholder,
.contactPage-form__body input[type=url]::placeholder,
.contactPage-form__body select::placeholder,
.contactPage-form__body textarea::placeholder {
  color: #B0B0B2;
}
.contactPage-form__body input[type=text],
.contactPage-form__body input[type=email],
.contactPage-form__body input[type=tel],
.contactPage-form__body input[type=url],
.contactPage-form__body select {
  min-height: 39px;
}
.contactPage-form__body select {
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactPage-form__body textarea {
  min-height: 120px;
  resize: vertical;
}
.contactPage-form__body label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.contactPage-form__body input[type=checkbox] {
  margin-right: 8px;
  vertical-align: middle;
}
.contactPage-form__body .contactPage-form__btnArrow::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
}

#contact-confirm .contactPage-hero--confirm {
  background: #F2F2F4;
  padding: 32px 0 40px;
}
@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-hero--confirm {
    padding: 6.4vw 0 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #contact-confirm .contactPage-hero--confirm {
    padding: 48px 0 56px;
  }
}
#contact-confirm .contactPage-hero--confirm .contactPage-hero__inner {
  max-width: 960px;
}
#contact-confirm .contactPage-hero--confirm .contactPage-hero__lead--confirm {
  margin: 0;
  text-align: left;
}
#contact-confirm .contactPage-hero--confirm .contactPage-hero__ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  color: #2C2C30;
  margin-bottom: 4px;
}
#contact-confirm .contactPage-hero--confirm .contactPage-hero__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-hero--confirm .contactPage-hero__en {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #contact-confirm .contactPage-hero--confirm .contactPage-hero__en {
    font-size: 40px;
  }
}

#contact-confirm .breadcrumb.breadcrumb--mt {
  background: #F2F2F4;
}

#contact-confirm .main {
  background: #F2F2F4;
  padding-bottom: 80px;
}
@media screen and ((max-width: 767px)) {
  #contact-confirm .main {
    padding-bottom: 16vw;
  }
}

@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-form__sectionRight {
    margin-top: 0;
  }
}

@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-form__fieldBlock--topAlign {
    padding-top: 20px;
  }
}

#contact-confirm .contactPage-form__fieldLabel {
  color: #354F7E;
}

.contactPage-form__confirmList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactPage-form__confirmList li {
  position: relative;
  padding-left: 2em;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  line-height: 1.8;
}
.contactPage-form__confirmList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 15px;
  background-color: #2C2C30;
  mask-image: url(../img/common/ico_check_01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/common/ico_check_01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.contactPage-form__confirmText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  line-height: 1.6;
}

@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-form__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#contact-confirm .contactPage-form__submitBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #contact-confirm .contactPage-form__submitBtns {
    gap: 24px;
  }
}

#contact-confirm .contactPage-form__backBtn {
  display: inline-block;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: bold;
  color: #354F7E;
  background: #fff;
  border: 1px solid #354F7E;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-form__backBtn {
    padding: 20px 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #contact-confirm .contactPage-form__backBtn {
    padding: 16px 48px;
    font-size: 16px;
  }
}
#contact-confirm .contactPage-form__backBtn:hover {
  opacity: 0.9;
}

@media screen and ((max-width: 767px)) {
  #contact-confirm .contactPage-form__submitBtn {
    min-width: auto;
    padding: 20px 40px;
    font-size: 14px;
  }
}

#contact-thanks .breadcrumb.breadcrumb--mt {
  background: #F2F2F4;
}

#contact-thanks .main {
  background: #F2F2F4;
}

.contactPage-bar--thanks {
  position: relative;
}
.contactPage-bar--thanks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 391px;
  height: 241px;
  background: url(../img/company/sec02sub-bg.svg) no-repeat left center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar--thanks::before {
    width: 52vw;
    max-width: 220px;
    height: auto;
    aspect-ratio: 391/241;
    top: 12%;
  }
}
.contactPage-bar--thanks::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 374px;
  height: 325px;
  background: url(../img/company/sec02-bg.svg) no-repeat right center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar--thanks::after {
    width: 50vw;
    max-width: 200px;
    height: auto;
    aspect-ratio: 374/325;
    top: 80%;
  }
}
.contactPage-bar--thanks .contactPage-thanks__inner {
  position: relative;
  z-index: 1;
}

.contactPage-thanks__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__inner {
    padding: 8.5333333333vw 5.3333333333vw 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__inner {
    padding: 56px 40px 60px;
  }
}

.contactPage-thanks__body {
  text-align: center;
  color: #2C2C30;
}

.contactPage-thanks__head {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__head {
    margin-bottom: 24px;
  }
}

.contactPage-thanks__sub {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__sub {
    margin-bottom: 32px;
  }
}

.contactPage-thanks__enTop {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #354F7E;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__enTop {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__enTop {
    font-size: 20px;
  }
}

.contactPage-thanks__title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__title {
    font-size: 28px;
  }
}

.contactPage-thanks__enSub {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #2C2C30;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__enSub {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__enSub {
    font-size: 18px;
  }
}

.contactPage-thanks__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2C2C30;
  line-height: 1.8;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__lead {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__lead {
    font-size: 18px;
  }
}

.contactPage-thanks__text {
  margin: 0 0 40px;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  line-height: 1.9;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactPage-thanks__text {
    text-align: left;
    font-size: 3.4666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-thanks__text {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
.contactPage-thanks__text p {
  margin: 0 0 16px;
}
.contactPage-thanks__text p:last-child {
  margin-bottom: 0;
}

.contactThanks-links {
  padding: 0;
}

.contactThanks-links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contactThanks-links__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contactThanks-links__item {
  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;
  min-height: 140px;
  padding: 40px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  border: none;
}
@media screen and ((max-width: 767px)) {
  .contactThanks-links__item {
    min-height: 32vw;
    padding: 8.5333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactThanks-links__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 179px;
    padding: 60px 40px;
    font-size: 18px;
  }
}
.contactThanks-links__item:hover {
  opacity: 0.9;
}
.contactThanks-links__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
  max-width: 312px;
  height: 1px;
  background: #fff;
}
@media screen and ((max-width: 767px)) {
  .contactThanks-links__item::after {
    bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contactThanks-links__item::after {
    bottom: 72px;
  }
}

.contactThanks-links__item--case {
  background: #3F5787;
}

.contactThanks-links__item--property {
  background: #354F7E;
}

.contactThanks-links__item--minpaku {
  background: #2C2C30;
}

.contactThanks-links__arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#contact-error .breadcrumb.breadcrumb--mt {
  background: #fff;
}

#contact-error .main {
  background: #fff;
}

.contactPage-bar--error {
  position: relative;
}
.contactPage-bar--error::before {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 332px;
  height: 332px;
  background: url(../img/contact/error-sec02sub-bg.webp) no-repeat left center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar--error::before {
    width: 200vw;
    max-width: 220px;
    height: auto;
    aspect-ratio: 332/332;
    top: 66%;
  }
}
.contactPage-bar--error::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 332px;
  height: 332px;
  background: url(../img/contact/error-sec02-bg.webp) no-repeat right center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .contactPage-bar--error::after {
    width: 50vw;
    max-width: 200px;
    height: auto;
    aspect-ratio: 374/325;
    top: 10%;
  }
}
.contactPage-bar--error .contactPage-error__inner {
  position: relative;
  z-index: 1;
}

.contactPage-error__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 20px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ((max-width: 767px)) {
  .contactPage-error__inner {
    padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-error__inner {
    padding: 56px 40px 60px;
  }
}

.contactPage-error__body {
  text-align: center;
  color: #2C2C30;
}

.contactPage-error__head {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contactPage-error__head {
    margin-bottom: 24px;
  }
}

.contactPage-error__illust {
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contactPage-error__illust {
    margin-bottom: 32px;
  }
}
.contactPage-error__illust img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contactPage-error__enTop {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #354F7E;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .contactPage-error__enTop {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-error__enTop {
    font-size: 20px;
  }
}

.contactPage-error__title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #354F7E;
}
@media screen and ((max-width: 767px)) {
  .contactPage-error__title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-error__title {
    font-size: 28px;
  }
}

.contactPage-error__text {
  margin: 0 0 40px;
  font-size: 14px;
  font-weight: 500;
  color: #2C2C30;
  line-height: 1.9;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .contactPage-error__text {
    text-align: left;
    font-size: 3.4666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-error__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.contactPage-error__text p {
  margin: 0 0 16px;
}
.contactPage-error__text p:last-child {
  margin-bottom: 0;
}

.contactPage-error__submit {
  text-align: center;
}
.contactPage-error__submit a {
  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: 16px 48px;
  min-width: 265px;
  background: #302D2C;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and ((max-width: 767px)) {
  .contactPage-error__submit a {
    min-width: 64vw;
    padding: 3.7333333333vw 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contactPage-error__submit a {
    min-width: 265px;
    padding: 16px 48px;
    font-size: 14px;
  }
}
.contactPage-error__submit a:hover {
  opacity: 0.9;
}
.contactPage-error__submit a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
}

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