@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
/*! 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 10.3.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: September 28, 2023
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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-ios .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 {
  -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;
}

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

/* 3D Effects */
.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-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

.swiper-css-mode.swiper-vertical > .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-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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: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";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms 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;
}

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

/* Bullets */
.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-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-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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;
}

/* Zoom container styles start */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .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 {
  pointer-events: auto;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

/* Cube slide shadows end */
.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;
}

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

/* Flip slide shadows end */
.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;
}
@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
body {
  color: #1f1f1f;
  line-height: 1.6;
  height: 100%;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0.005em;
  margin: 0;
  word-wrap: break-word;
}

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

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*	PC・SP 表示指定 */
@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is_md {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------
	hover
------------------------------------------*/
a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

/*	枠内にfitするimg */
.imgFitBox, .imgLinkBox {
  overflow: hidden;
}
.imgFitBox img, .imgLinkBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain, .imgLinkBox.contain { /* fit = contain */ }
.imgFitBox.contain img, .imgLinkBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

/*	hoverで拡大するimg */
.imgLinkBox {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .imgLinkBox img {
    -webkit-transition: all all 0.3s ease-in-out ease-in-out;
    transition: all all 0.3s ease-in-out ease-in-out;
  }
  .imgLinkBox:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .imgLinkBox:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.navBtn {
  background-color: #D9C5B2;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 17px;
  position: fixed;
  top: 20px;
  right: 20px;
  text-align: center;
  width: 100px;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .navBtn {
    border: solid 1px #fff;
    padding-top: 10px;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
  }
}
.navBtn.is_open span:nth-child(2) {
  top: 66px;
  -webkit-transform: translateX(-50%) rotate(25deg);
          transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .navBtn.is_open span:nth-child(2) {
    top: 36px;
  }
}
.navBtn.is_open span:nth-child(3) {
  opacity: 0;
}
.navBtn.is_open span:nth-child(4) {
  top: 66px;
  -webkit-transform: translateX(-50%) rotate(-25deg);
          transform: translateX(-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .navBtn.is_open span:nth-child(4) {
    top: 36px;
  }
}
.navBtn:hover {
  opacity: 0.9;
}
.navBtn__txt {
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .navBtn__txt {
    font-size: 10px;
  }
}
.navBtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .navBtn span {
    width: 35px;
  }
}
.navBtn span:nth-child(2) {
  background-color: #000;
  top: 53px;
}
@media screen and (max-width: 767px) {
  .navBtn span:nth-child(2) {
    top: 27px;
  }
}
.navBtn span:nth-child(3) {
  background-color: #fff;
  top: 64px;
}
@media screen and (max-width: 767px) {
  .navBtn span:nth-child(3) {
    top: 34px;
  }
}
.navBtn span:nth-child(4) {
  background-color: #000;
  top: 75px;
}
@media screen and (max-width: 767px) {
  .navBtn span:nth-child(4) {
    top: 41px;
  }
}

.navBox {
  background-color: rgba(31, 31, 31, 0.9);
  border: 2px solid #fff;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 350px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .navBox {
    max-width: 100%;
  }
}
.navBox-content {
  overflow-y: auto;
  height: calc(100% - 50px);
  padding: 150px 25px 15px;
}
@media screen and (max-width: 767px) {
  .navBox-content {
    padding: 26.6666666667vw 6.6666666667vw 4vw;
  }
}
.navBox.is_open {
  right: 0;
}
.navBox-list__item {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.navBox-list__item a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.navBox-list__item a::before {
  background-image: url(../img/common/ico_arrow03.svg);
  content: "";
  display: inline-block;
  width: 40px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 17px;
  margin: auto;
}
.navBox-fixedBanner {
  display: none;
}
@media screen and (max-width: 767px) {
  .navBox-fixedBanner {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .navBox-fixedBanner a {
    background: #B21212;
    border-top: solid 2px #fff;
    color: #fff;
    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-weight: bold;
    width: 100%;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .navBox-fixedBanner a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .navBox-fixedBanner a {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .navBox-fixedBanner a img {
    display: inline-block;
    margin-left: 2.1333333333vw;
    width: 9.3333333333vw;
    height: auto;
  }
}

.main {
  background: #242424;
  overflow: hidden;
}

.c-inner01 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .c-inner01 {
    max-width: 780px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-inner01 {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}

.c-btn01 a, .c-btn01 button {
  background: #B21212 url(../img/common/ico_arrow03.svg) no-repeat right 20px center/47px 24px;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  width: 100%;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-btn01 a, .c-btn01 button {
    max-width: 72vw;
    height: 15.4666666667vw;
    background-size: 10.6666666667vw 5.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-btn01 a, .c-btn01 button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn01 a, .c-btn01 button {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.c-btn01 a:hover, .c-btn01 button:hover {
  opacity: 1;
  background: #fff url(../img/common/ico_arrow01.svg) no-repeat right 20px center/47px 24px;
  color: #B21212;
}

.c-campaign {
  background: rgba(50, 102, 50, 0.65);
  padding-block: 150px 170px;
}
@media screen and (max-width: 767px) {
  .c-campaign {
    padding-block: 13.3333333333vw 16vw;
  }
}
.c-campaign__ttl {
  color: #fff;
  font-family: vdl-logogpop-futoline, sans-serif;
  font-size: 65px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-campaign__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-campaign__ttl {
    font-size: 30px;
    font-size: 8vw;
  }
}
.c-campaign-box {
  border: 5px solid #fff;
  color: #fff;
  padding: 40px;
  position: relative;
  margin: 60px auto 0;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-campaign-box {
    padding: 8vw 4vw 10.6666666667vw;
  }
}
.c-campaign-box__pop {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 130px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .c-campaign-box__pop {
    left: -4vw;
    top: -8.2666666667vw;
    width: 18.6666666667vw;
    height: 19.2vw;
  }
}
.c-campaign-box__ttl {
  font-family: logo-cut-std, sans-serif;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-campaign-box__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-campaign-box__ttl {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
.c-campaign-box__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-campaign-box__flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-campaign-box__price {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-campaign-box__price {
    margin: 0 auto;
    max-width: 53.3333333333vw;
  }
}
.c-campaign-box__caution {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-campaign-box__caution {
    font-size: 3.4666666667vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.c-campaign-box__txt {
  font-size: 20px;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-campaign-box__txt {
    font-size: 4vw;
    margin-top: 4vw;
    text-align: center;
  }
}
.c-campaign-box__btnBox {
  margin-top: 30px;
}
.c-campaign-box__btnBox a {
  margin: 0 auto;
}

.c-base {
  padding-block: 200px 200px;
}
@media screen and (max-width: 767px) {
  .c-base {
    padding-block: 26.6666666667vw 26.6666666667vw;
  }
}
.c-base-box {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-base-box {
    margin-top: 8vw;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 5.3333333333vw;
  }
}
.c-base-btnBox {
  margin-top: 50px;
}
.c-base-btnBox a {
  margin: 0 auto;
}

.c-contact {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-bottom: 26.6666666667vw;
  }
}
.c-contact-box {
  background: #D9C5B2;
  padding: 100px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact-box {
    padding: 13.3333333333vw 6.6666666667vw;
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
  }
}
.c-contact-box__ttl {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-contact-box__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contact-box__ttl {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.c-contact-box__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact-box__txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-contact-box__txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contact-box__txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.c-contact-box__btnBox {
  margin-top: 30px;
}
.c-contact-box__btnBox a {
  max-width: 400px;
  margin: 0 auto;
}
.c-contact-form {
  margin: 50px auto 0;
  max-width: 900px;
  width: 100%;
}
.c-contact-formBox {
  text-align: left;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox {
    margin-top: 6.6666666667vw;
  }
}
.c-contact-formBox.is_privacy {
  text-align: center;
}
.c-contact-formBox.is_privacy label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox.is_privacy label {
    font-size: 3.4666666667vw;
  }
}
.c-contact-formBox.is_privacy label span {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 5px;
}
.c-contact-formBox label {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-contact-formBox label {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contact-formBox label {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.c-contact-formBox label.is_required::after {
  background: #B21212;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 5px;
  vertical-align: 12px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox label.is_required::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c-contact-formBox input, .c-contact-formBox textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  border: none;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox input, .c-contact-formBox textarea {
    font-size: 16px;
    padding: 2.6666666667vw;
  }
}
.c-contact-formBox input::-webkit-input-placeholder, .c-contact-formBox textarea::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.c-contact-formBox input::-moz-placeholder, .c-contact-formBox textarea::-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.c-contact-formBox input:-ms-input-placeholder, .c-contact-formBox textarea:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.c-contact-formBox input::-ms-input-placeholder, .c-contact-formBox textarea::-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.c-contact-formBox input::placeholder, .c-contact-formBox textarea::placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.c-contact-formBox input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #1F1F1F;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  vertical-align: -6px;
}
.c-contact-formBox input[type=checkbox]:checked::after {
  background: #B21212;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.c-contact-formBox__caution {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: #1F1F1F;
          text-decoration-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox__caution {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.c-contact-formBox__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact-formBox__txt {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.c-contact-formBox__btnBox {
  margin-top: 50px;
}
.c-contact-formBox__btnBox button {
  max-width: 400px;
  margin: 0 auto;
}

.footer {
  background: #242424;
  border-top: 2px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 57px;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 11.2vw;
  }
}
.footer__txt {
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .footer__txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__txt {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}

.mv {
  position: relative;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .mv {
    height: calc(100svh - 130px);
  }
}
.mv-bg {
  background: #242424;
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .mv-bg {
    height: 64.5333333333vw;
  }
}
.mv-slider {
  height: 100%;
}
.mv-slider__item img, .mv-slider__item video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mv-slider__videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-slider__videoBox::before {
  background: rgba(36, 36, 36, 0.35);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__txtBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__txtBox {
    top: 34.6666666667vw;
    left: 2.6666666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 5.3333333333vw);
  }
}
.mv__ttl {
  max-width: 700px;
  width: 100%;
}
.mv__lead {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mv__lead {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .mv__lead {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv__lead {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.mv__txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 4vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .mv__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv__txt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.mv__inner {
  position: relative;
}
.mv-txtList {
  display: -ms-grid;
  display: grid;
  gap: 39px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  left: 50%;
  top: 620px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1360px;
  overflow: hidden;
  padding: 0 80px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv-txtList {
    gap: 0 2.1333333333vw;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-txtList {
    top: calc(100svh - 130px + 3.2vw);
    max-width: 100%;
    gap: 0 2.1333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.mv-txtList__item {
  position: relative;
}
.mv-txtList__item.is_animate img {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
.mv-txtList__item .is_scroll {
  background: #D9C5B2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  max-height: 159px;
  height: 11.0416666667vw;
}
@media screen and (max-width: 767px) {
  .mv-txtList__item .is_scroll {
    width: 0.2666666667vw;
    height: 26.6666666667vw;
  }
}
.mv-txtList__item .is_scroll::before {
  background: #B21212;
  content: "";
  position: absolute;
  width: 2px;
  height: 2.2222222222vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: upDownEffect 2s ease-in-out infinite;
          animation: upDownEffect 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .mv-txtList__item .is_scroll::before {
    -webkit-animation: upDownEffectSp 2s ease-in-out infinite;
            animation: upDownEffectSp 2s ease-in-out infinite;
    height: 5.3333333333vw;
  }
}

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

@keyframes scroll {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes upDownEffect {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 2.2222222222vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes upDownEffect {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 2.2222222222vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes upDownEffectSp {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 5.3333333333vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes upDownEffectSp {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 5.3333333333vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.homeSec01 {
  padding-top: 200px;
  overflow: hidden;
  text-align: center;
}
.homeSec01.is_padding_bottom {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .homeSec01.is_padding_bottom {
    padding-bottom: 26.6666666667vw;
  }
}
.homeSec01.is_no_padding_top {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .homeSec01 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .homeSec01 {
    padding-top: 26.6666666667vw;
  }
}
.homeSec01__subTtl {
  color: rgba(255, 255, 255, 0.5);
  font-family: logo-cut-std, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec01__subTtl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec01__subTtl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.homeSec01__ttl {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .homeSec01__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .homeSec01__ttl {
    line-height: 1.6;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec01__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec01__ttl {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.homeSec01-flex {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .homeSec01-flex {
    margin-top: 5.3333333333vw;
  }
}
.homeSec01-flex__imgBox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .homeSec01-flex__imgBox {
    margin-top: 6.6666666667vw;
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
  }
}
.homeSec01-flex__txtBox {
  margin: 80px auto 0;
  max-width: 927px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec01-flex__txtBox {
    margin-top: 6.6666666667vw;
  }
}
.homeSec01-flex__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .homeSec01-flex__txt {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec01-flex__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec01-flex__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.homeSec01-box {
  background-color: #D9C5B2;
  margin-top: 50px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .homeSec01-box {
    background: none;
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .homeSec01-box::before {
    background: #D9C5B2;
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 300%;
    height: 100%;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .homeSec01-box {
    padding: 6.6666666667vw 0 8vw;
    margin-top: 6.6666666667vw;
  }
}
.homeSec01-box__ttl {
  border-top: 2px solid #B21212;
  border-bottom: 2px solid #B21212;
  color: #B21212;
  font-size: 35px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 351px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec01-box__ttl {
    max-width: 65.8666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec01-box__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec01-box__ttl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec01-box__ttl img {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .homeSec01-box__ttl img {
    width: 6.6666666667vw;
    margin-left: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec01-box__scrollTxt {
    margin-top: 5.3333333333vw;
    max-width: 24vw;
    position: relative;
    z-index: 1;
  }
}
.homeSec01-box__table {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec01-box__table {
    overflow-x: scroll;
    padding-bottom: 4vw;
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  .homeSec01-box__table img {
    max-width: 712px;
    width: 712px;
    height: auto;
  }
  .homeSec01-box__table::-webkit-scrollbar {
    background: #fff;
    height: 5px;
  }
  .homeSec01-box__table::-webkit-scrollbar-thumb {
    background: #1F1F1F;
  }
}
.homeSec01-ttl {
  margin-top: 50px;
}
.homeSec01-ttl img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .homeSec01-ttl {
    margin-top: 8vw;
    text-align: left;
  }
  .homeSec01-ttl img {
    width: 80vw;
    height: auto;
  }
}
.homeSec01-txt {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .homeSec01-txt {
    margin-top: 8vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec01-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec01-txt {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.homeSec01-youtubeBox {
  margin-top: 40px;
  height: 675px;
}
@media screen and (max-width: 1024px) {
  .homeSec01-youtubeBox {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .homeSec01-youtubeBox {
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
    height: 56.2666666667vw;
  }
}

.homeSec02 {
  margin-top: 50px;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .homeSec02 {
    margin-top: 10.6666666667vw;
    height: 106.6666666667vw;
  }
}
.homeSec02-imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeSec02-imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.homeSec02-txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec02-txtBox {
    top: 8vw;
    left: 6.6666666667vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc(100% - 13.3333333333vw);
  }
}
.homeSec02-txtBox__ttl {
  text-align: center;
}
.homeSec02-txtBox__ttl img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .homeSec02-txtBox__ttl {
    text-align: left;
    max-width: 77.3333333333vw;
  }
  .homeSec02-txtBox__ttl img {
    height: auto;
  }
}
.homeSec02-txtBox__txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec02-txtBox__txt {
    margin-top: 8vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec02-txtBox__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec02-txtBox__txt {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.homeSec03 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .homeSec03 {
    margin-top: 26.6666666667vw;
  }
}
.homeSec03__subTtl {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec03__subTtl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec03__subTtl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec03__subTtl.is_small {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec03__subTtl.is_small {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.homeSec03__ttl {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec03__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec03__ttl {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.homeSec03-list {
  margin-top: 50px;
}
.homeSec03-list__item {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: auto 50%;
  grid-template-columns: auto 50%;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__item {
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.homeSec03-list__item.is_reverse {
  -ms-grid-columns: 50% auto;
  grid-template-columns: 50% auto;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__item.is_reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec03-list__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__txtBox {
    position: relative;
    z-index: 1;
  }
}
.homeSec03-list__point {
  max-width: 132px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__point {
    margin-top: 10.1333333333vw;
    max-width: 21.6vw;
  }
}
.homeSec03-list__ttl {
  margin-top: 5px;
}
.homeSec03-list__ttl img {
  width: auto;
  height: 112px;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__ttl.is_02 {
    max-width: 54.1333333333vw;
  }
  .homeSec03-list__ttl.is_02 img {
    height: auto;
  }
}
.homeSec03-list__txt {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .homeSec03-list__txt {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec03-list__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec03-list__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec03-list__imgBox {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60vw;
    width: 100%;
  }
}

.homeSec04 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .homeSec04 {
    margin-top: 10.6666666667vw;
  }
}
.homeSec04-youtubeBox {
  height: 675px;
}
@media screen and (max-width: 1024px) {
  .homeSec04-youtubeBox {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .homeSec04-youtubeBox {
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
    height: 56.2666666667vw;
  }
}

.homeSec05 {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .homeSec05 {
    margin-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.homeSec05-voiceList {
  margin: 50px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList {
    margin-top: 19.2vw;
  }
}
.homeSec05-voiceList__item {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 180px auto;
  grid-template-columns: 180px auto;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__item {
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.homeSec05-voiceList__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__item:not(:first-child) {
    margin-top: 19.2vw;
  }
}
.homeSec05-voiceList__item:nth-child(2n) {
  -ms-grid-columns: auto 180px;
  grid-template-columns: auto 180px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__item:nth-child(2n) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec05-voiceList__item:nth-child(2n) .homeSec05-voiceList__txtBox {
  background-image: url(../img/home/bg_voice02.webp);
  padding: 15px 100px 20px 20px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__item:nth-child(2n) .homeSec05-voiceList__txtBox {
    background: #D9C5B2;
    border: solid 3px #fff;
    padding: 13.3333333333vw 4vw 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__nameBox {
    max-width: 21.3333333333vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.homeSec05-voiceList__txtBox {
  background: url(../img/home/bg_voice01.webp) no-repeat center center/100% 100%;
  padding: 15px 20px 20px 100px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__txtBox {
    background: #D9C5B2;
    border: solid 3px #fff;
    padding: 13.3333333333vw 4vw 6.6666666667vw;
  }
}
.homeSec05-voiceList__ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec05-voiceList__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec05-voiceList__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.homeSec05-voiceList__ttl span {
  border-bottom: 5px solid #B21212;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__ttl span {
    border-bottom: 3px solid #B21212;
  }
}
.homeSec05-voiceList__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__lead {
    margin-top: 2.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec05-voiceList__lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec05-voiceList__lead {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.homeSec05-voiceList__txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .homeSec05-voiceList__txt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec05-voiceList__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec05-voiceList__txt {
    font-size: 15px;
    font-size: 4vw;
  }
}

.homeSec06 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .homeSec06 {
    margin-top: 13.3333333333vw;
  }
}
.homeSec06-stepList {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec06-stepList {
    gap: 16.5333333333vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec06-stepList.is_2step {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .homeSec06-stepList.is_2step {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec06-stepList__item {
  background: #D9C5B2;
  border: solid 3px #fff;
  padding: 38px 15px 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec06-stepList__item {
    padding: 10.1333333333vw 4vw 6.6666666667vw;
  }
}
.homeSec06-stepList__step {
  background-color: #D9C5B2;
  border: solid 3px #fff;
  color: #B21212;
  font-family: logo-cut-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2px 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec06-stepList__step {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec06-stepList__step {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec06-stepList__step span {
  font-size: 35px;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec06-stepList__step span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec06-stepList__step span {
    font-size: 35px;
    font-size: 9.3333333333vw;
  }
}
.homeSec06-stepList__ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec06-stepList__ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec06-stepList__ttl {
    font-size: 35px;
    font-size: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec06-stepList__ttl.is_small {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec06-stepList__ttl.is_small {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec06-stepList__imgBox {
  margin: 15px auto 0;
  text-align: center;
  max-width: 180px;
  width: 100%;
}
.homeSec06-stepList__imgBox.is_2step {
  max-width: 100%;
}
.homeSec06-stepList__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

.homeSec07 {
  margin-top: 100px;
}
.homeSec07.is_padding_bottom {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .homeSec07.is_padding_bottom {
    padding-bottom: 26.6666666667vw;
  }
}
.homeSec07-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec07-txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec07-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec07-txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.homeSec07-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec07-list {
    gap: 13.3333333333vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 13.3333333333vw;
  }
}
.homeSec07-list__item {
  background: #D9C5B2;
  border: solid 3px #fff;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
.homeSec07-list__item.is_step {
  padding-top: 38px;
}
.homeSec07-list__step {
  background-color: #D9C5B2;
  border: solid 3px #fff;
  color: #B21212;
  font-family: logo-cut-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2px 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homeSec07-list__step span {
  font-size: 35px;
}
.homeSec07-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .homeSec07-list__ttl {
    min-height: initial;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec07-list__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec07-list__ttl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec07-list__imgBox {
  border-top: solid 3px #fff;
  padding: 15px;
  margin: 15px auto 0;
  max-width: 100%;
  width: 100%;
}
.homeSec07-box {
  background: #D9C5B2;
  padding: 30px 15px 50px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec07-box {
    padding: 8vw 6.6666666667vw 10.6666666667vw;
    margin-top: 8vw;
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
  }
}
.homeSec07-box__ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec07-box__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec07-box__ttl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec07-imgList {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -ms-grid-columns: (400px)[2];
  grid-template-columns: repeat(2, 400px);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec07-imgList {
    gap: 10.6666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 8vw;
  }
}
.homeSec07-imgList__item {
  position: relative;
}
.homeSec07-imgList__item.is_ico::before {
  background: url(../img/home/ico_sec07_01.webp) no-repeat center center/100% 100%;
  content: "";
  position: absolute;
  top: -40px;
  right: -50px;
  width: 120px;
  height: 124px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec07-imgList__item.is_ico::before {
    top: -6.6666666667vw;
    right: -5.3333333333vw;
    width: 18.6666666667vw;
    height: 19.4666666667vw;
  }
}
.homeSec07-btnBox {
  margin-top: 50px;
}
.homeSec07-btnBox a {
  margin: auto;
  max-width: 400px;
}

.homeSec08 {
  margin-top: 100px;
}
.homeSec08-faqList {
  margin: 50px auto 0;
  max-width: 880px;
  width: 100%;
}
.homeSec08-faqList__item {
  background: #D9C5B2;
  border: solid 2px #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.homeSec08-faqList__item:not(:first-child) {
  margin-top: 15px;
}
.homeSec08-faqList__ttl {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 80px 10px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl {
    padding: 0 16vw 2.6666666667vw 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec08-faqList__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec08-faqList__ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.homeSec08-faqList__ttl::before {
  content: "Q";
  color: #B21212;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl::before {
    margin-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec08-faqList__ttl::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec08-faqList__ttl::before {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec08-faqList__ttl.is_open span::after {
  opacity: 0;
}
.homeSec08-faqList__ttl span {
  border-left: solid 2px #fff;
  width: 70px;
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl span {
    width: 13.3333333333vw;
  }
}
.homeSec08-faqList__ttl span::before, .homeSec08-faqList__ttl span::after {
  content: "";
  background: #B21212;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 3px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl span::before, .homeSec08-faqList__ttl span::after {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.homeSec08-faqList__ttl span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.homeSec08-faqList__txt {
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding: 10px 10px 10px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__txt {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec08-faqList__txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec08-faqList__txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.homeSec08-faqList__txt.is_open::after {
  width: 100%;
}
.homeSec08-faqList__txt::before {
  content: "A";
  color: #B21212;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__txt::before {
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .homeSec08-faqList__txt::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeSec08-faqList__txt::before {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.homeSec08-faqList__txt::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.fixedBanner {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .fixedBanner {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.fixedBanner a {
  background: url(../img/common/bg_bnr01.webp) no-repeat center center/100% auto;
  color: #fff;
  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-size: 25px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .fixedBanner a {
    font-size: 18px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner a {
    background: #B21212;
    border: solid 2px #fff;
    width: 100%;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fixedBanner a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fixedBanner a {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner a img {
    display: inline-block;
    margin-left: 2.1333333333vw;
    width: 9.3333333333vw;
    height: auto;
  }
}
.fixedBanner a:hover {
  background-image: url(../img/common/bg_bnr01_hover.webp);
  color: #B21212;
  opacity: 1;
}

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