@charset "UTF-8";


/******************************************************************

Stylesheet: インポートするスタイル群

******************************************************************/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
  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") format("woff");
}

:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.swiper-container-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-container-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-container-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-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

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

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

.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 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -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-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: 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;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/******************************************************************

Stylesheet: Mixin

******************************************************************/
/******************************************************************

Stylesheet: 変数

******************************************************************/
.c-main {
  font-size: 9px;
  color: #d9533b;
  position: relative;
    top: -1px;
    margin-left: 5px;
}
.c-main-none{
  font-size: 9px;
  position: relative;
    top: -1px;
    margin-left: 5px;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.background{
  max-width: 414px;
  margin: 0 auto;
  background: #fff;
  font-family: "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  color: #3E3E3E;
  letter-spacing: 0.04em;
  font-display: swap;
  position: relative;
  z-index: 9999;
}
/* 背景固定 */
.fixed-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  left: 0;
  width: calc((100% - 414px) / 2);
  visibility: visible;
  opacity: 1;
  padding: 0 0 75px 0;
  /* min-height: 927px; */
}
.fixed-left-logo{
  text-align: center;
  margin-top: 180px;
}
.fixed-left-logo p{
  font-size: 14px;
  line-height: 1;
}
.fixed-left-logo img{
  margin: 15px auto 0;
}
/* 背景目次 */
.background-mokuji{
  width: 250px;
  margin: 100px auto;
  }
.table-of-contents {
  /* position: fixed;
  top: 25%; */
  z-index: 2;
  text-align: left;
}

.table-of-contents li{
  margin-bottom: 40px;
}

.table-of-contents li a {
  color: #c1c1c1;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}

.toc-highlight {
  color: #3e3e3e !important;
}

.toc-highlight {
  position: relative;
}

.toc-highlight:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: -30px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}
/* 背景btn */
.background-bg {
  background-color: #d9533b;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  /* box-shadow: 3px 3px 10px rgb(48, 48, 48, 0.2); */
  height: 55px;
  line-height: 55px;
  position: relative;
}

.background-bg a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.background-bg a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-height: 1000px) {
  .fixed-left-logo{
    margin-top: 70px;
  }
  .fixed-left{
    padding-bottom: 30px;
  }
  .background-mokuji{
    margin: 70px auto;
  }
}
/* 背景ボタンした */

.background-company{
  margin: 50px auto 0;
  width: 70%;
}
.background-company ul{
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.background-company ul li a{
  letter-spacing: 2px;
  font-family: "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", system-ui, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
}
/* 背景スライド */
.fixed-right{
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: calc((100% - 414px) / 2);
  height: 100%;
}
.img-frame{
  position: relative;
  width: 70%;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.img-frame{
  width: 100%;
  height: 100%;
}
.img-01, .img-02, .img-03, .img-04, .img-05{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-01{
  background-position: center;
  background-image: url('../img/background/background-slide01.webp');
  animation: slide-animation-01 60s infinite;
}
.img-02{
  background-position: center;
  background-image: url('../img/background/background-slide02.webp');
  animation: slide-animation-02 60s infinite;
}
.img-03{
  background-position: center;
  background-image: url('../img/background/background-slide03.webp');
  animation: slide-animation-03 60s infinite;
}
.img-04{
  background-position: center;
  background-image: url('../img/background/background-slide04.webp');
  animation: slide-animation-04 60s infinite;
}
.img-05{
  background-position: center;
  background-image: url('../img/background/background-slide05.webp');
  animation: slide-animation-05 60s infinite;
}
@keyframes slide-animation-01 {
   0% {opacity: 1;}
 15% {opacity: 1;}
 20% {opacity: 0;}
 90% {opacity: 0}
100% {opacity: 1;}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
 10% {opacity: 0;}
 25% {opacity: 1;}
 40% {opacity: 1;}
 45% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
 35% {opacity: 0;}
 50% {opacity: 1;}
 65% {opacity: 1;}
 70% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes slide-animation-04 {
  0% {opacity: 0;}
60% {opacity: 0;}
70% {opacity: 1;}
85% {opacity: 1;}
90% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes slide-animation-05 {
  0% {opacity: 0;}
80% {opacity: 0;}
90% {opacity: 1;}
95% {opacity: 1;}
100% {opacity: 0;}
}
@media screen and (max-width: 1500px) {
  .fixed-left-logo img{
    width: 305px;
  }
  .table-of-contents li{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .fixed-right{
    display: none;
  }
  .background{
    margin: 0 0 0 0;
    margin-left: auto!important;
  }
  .fixed-left{
    width: calc(100vw - 414px);
  }
}
@media screen and (max-width: 830px) {
  .fixed-left{
    display: none;
  }
  .background{
    margin: 0 auto!important;
  }
}
/* 背景右側バナー */
.follow-banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  position: absolute;
}
.follow-banner img{
  width: 355px!important;
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: transparent;
  border: none;
  color: #3e3e3e;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  line-height: 27px;
}
.close-btn p{
  font-size: 15px;
  width: 27px;
  height: 27px;
  line-height: 25px;
}

a {
  color: #3E3E3E;
  text-decoration: none;
}

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

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-container .title-en {
  position: relative;
  width: 90%;
  margin: 0 auto 10px;
  padding: 18px 0 0;
  font-size: 34px;
  font-weight: normal;
  font-weight: 100;
  line-height: 50px;
  color: black;
  letter-spacing: 0.1rem;
}

.title-container .title-ja {
  position: relative;
  margin: 0 auto 0 13%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.title-container .title-ja::before, .title-container .title-ja::after {
  width: 8px;
  height: 1px;
  background-color: #333;
  content: "";
}

.title-container .title-ja::before {
  position: absolute;
  top: 50%;
  left: -20px;
}

.title-container .title-ja::after {
  position: absolute;
  top: 50%;
  right: -20px;
}

.title-container .title-text {
  width: 90%;
  margin: 40px auto 40px;
  font-size: 14px;
}

.title-container .title--note {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.title-container sup {
  font-size: 10px;
}

.notes {
  margin: 16px 0;
  font-size: 12px;
  color: #000000;
  text-align: right;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
a {
  color: #3E3E3E;
  text-decoration: none;
}

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

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-container .title-en {
  position: relative;
  width: 90%;
  margin: 0 auto 10px;
  padding: 18px 0 0;
  font-size: 34px;
  font-weight: normal;
  font-weight: 100;
  line-height: 50px;
  color: black;
  letter-spacing: 0.1rem;
}

.title-container .title-ja {
  position: relative;
  margin: 0 auto 0 13%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.title-container .title-ja::before, .title-container .title-ja::after {
  width: 8px;
  height: 1px;
  background-color: #333;
  content: "";
}

.title-container .title-ja::before {
  position: absolute;
  top: 50%;
  left: -20px;
}

.title-container .title-ja::after {
  position: absolute;
  top: 50%;
  right: -20px;
}

.title-container .title-text {
  width: 90%;
  margin: 40px auto 40px;
  font-size: 14px;
}

.title-container .title--note {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.title-container sup {
  font-size: 10px;
}

.notes {
  margin: 16px 0;
  font-size: 12px;
  color: #000000;
  text-align: right;
}

.block--5SE {
  display: none;
}

.header {
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.header .logo-container {
  padding: 14px 0;
}

.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 200px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header .logo-typo {
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
}

.menu-open {
  display: inline-block;
  margin-right: 10px;
  margin-left: 8px;
  padding: 12px 12px;
  border: 1px solid #000000;
  vertical-align: bottom;
}

.menu-open span {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #000000;
}

.menu-open span:nth-child(2) {
  margin: 4px 0;
}

#menu {
  position: absolute;
  left: -100%;
  opacity: 0;
}

#menu:checked ~ .menu-content {
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
}

#menu:checked ~ .menu-back {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.menu-content {
  position: absolute;
  left: -100%;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-content__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 100vh;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.menu-content__nav ul {
  width: 100%;
}

.menu-content__nav .menu-content__link {
  margin-bottom: 32px;
}

.menu-content__nav .menu-content__link a {
  font-size: 2rem;
  font-weight: normal;
  color: #000000;
}

.menu-content__nav .menu-content__link a span {
  display: block;
  margin-top: -6px;
  font-size: 1.2rem;
  color: #3E3E3E;
}

.menu-content__btn {
  width: 90%;
  height: 64px;
  margin: 48px auto 0;
  line-height: 64px;
}

.menu-content__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #fff;
}

.menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
}

.menu-close span {
  position: absolute;
  top: 12px;
  right: 26px;
}

.menu-close span::before, .menu-close span::after {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000000;
  content: "";
}

.menu-close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-close span::after {
  -webkit-transform: translateY(-25px) rotate(-45deg);
  transform: translateY(-25px) rotate(-45deg);
}

.logo-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.logo-txt__sub-ttl {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.3;
  color: #000000;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.logo-txt img {
  width: 90px;
  margin-right: 10px;
}

.logo-txt p {
  font-size: 1rem;
  line-height: 1.4;
}

.cv-btn {
  height: 100%;
}

.cv-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  padding: 14px;
  background-color: #d9533b;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 320px) {
  .header .none--5SE {
    display: none;
  }
  .header .block--5SE {
    display: block;
  }
  .header .cv-btn a {
    padding: 0 13px;
  }
}

.btn {
  font-weight: normal;
}

.btn--solid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn--solid a {
  display: inline-block;
  width: 230px;
  padding: 13px 0;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
}

.btn--fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn--fill a {
  display: inline-block;
  width: 288px;
  padding: 13px 0;
  background-color: #000000;
  color: #fff;
  text-align: center;
}

.btn--submit {
  width: 100%;
  height: 64px;
  background-color: #d9533b;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 30px;
}

.btn--long {
  margin-bottom: 8px;
}

.btn--long a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  width: 100%;
  height: 64px;
  background-color: #d9533b;
  font-weight: normal;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn--long .cv-btn {
  width: 90%;
  margin: 0 auto;
  background-color: #d9533b;
}

.btn--long__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  width: 100%;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn--long__text img {
  margin-right: 8px;
}

.btn--long .tel .btn--long__text {
  margin-top: -3px;
  font-size: 2rem;
  font-weight: 200;
}

.btn--long .tel .btn--long__note {
  margin-top: -8px;
}

.btn--long__note {
  display: block;
  margin-top: -6px;
  font-size: 1.2rem;
  opacity: 0.8;
}

.cv-banner.cv-btn {
  width: 80%;
  max-width: 330px;
  margin: 24px auto 0;
  background-color: #d9533b;
}

.cv-banner.cv-btn > a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.banner{
  width: 90%;
  margin: 0 auto;
}

.cv-kome {
  max-width: 334px;
  margin: -55px auto 0;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.3;
  text-indent: -1em;
}

.new-cv-red {
  width: 100%;
  margin: 0 auto;
  padding: 19px;
  background-color: #d9533b;
}

.new-cv-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 10px;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.new-cv-title {
  line-height: 1;
}

.new-cv-title-one {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.new-cv-title-two {
  font-size: 25px;
  letter-spacing: 5px;
}
.new-cv-text{
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
.new-cv-title-two-small {
  font-size: 19px;
}

.new-cv-title-two-big {
  font-size: 36px;
}

.new-cv-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.new-cv-circle p {
  padding: 13px 0;
  font-size: 13px;
  line-height: 1.2;
}

.new-cv-title {
  color: #fff;
  text-align: center;
}

.new-cv-a {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgb(48, 48, 48,0.2);
  padding: 15px 0;	
  text-align: center;
}

.new-cv-a a {
  font-weight: bold;
  color: #d9533b;
  letter-spacing: 3px;
  display: block;
}
/* .new-cv-a p::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  width: 7px;   
  height: 7px; 
  border-top: 1px solid #d9533b;  
  border-right: 1px solid #d9533b; 
  transform: rotate(45deg);    
} */
#countTimer1,
#countTimer2,
#countTimer3,
#countTimer4{
  font-size: 17px;
}
#countTimer1 span,
#countTimer2 span,
#countTimer3 span,
#countTimer4 span{
  font-size: 12px;
}
.new-cv-kome {
  margin-top: 10px;
  font-size: 8px;
  line-height: 1.3;
  width: 90%;
  margin: 10px auto 0;
}

.animation {
  /* position: absolute;
  top: 3px;
  right: -30px; */
  width: 8px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.keyframe2 {
  -webkit-animation-name: anim_h;
  animation-name: anim_h;
}

@-webkit-keyframes anim_h {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

@keyframes anim_h {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

.medium {
  margin-bottom: 120px;
}

.small {
  margin-bottom: 100px;
}

.xSmall {
  margin-bottom: 80px;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 12px;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  background-color: #C4C4C4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

.secondary-topic {
  margin-top: 120px;
}

.secondary-topic__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  max-width: 414px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.topic-item {
  width: 100%;
  text-align: center;
}

.topic-item__img {
  margin-bottom: 12px;
}

.topic-item__txt {
  width: 98%;
  margin: 0 auto;
  font-size: 1.2rem;
}

.topic-item__txt--note {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.content-box {
  width: 90%;
  margin: 0 auto 70px;
}

.content-box .subject-large {
  margin-bottom: 8px;
  display: inline-block;
}

.content-box .subject-en {
  margin-bottom: 10px;
}

.content-box .subject-note {
  font-size: 1.2rem;
  color: #d9533b;
}

.subject-large {
  font-size: 4.2rem;
  font-weight: 200;
  line-height: 1;
  color: #000000;
  letter-spacing: 0em;
}

.subject-en {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.subject-jp {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.subject-ja-margin{
  margin-bottom: 40px;
}

.subject-jp-note {
  font-size: 1.4rem;
}

.subject-medium {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
}

.subject-en--center {
  margin-bottom: 12px;
  text-align: center;
}

.sub-title {
  overflow: hidden;
  margin: 60px 0 24px;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateX(-6%);
  transform: translateX(-6%);
}

.sub-title > span {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 20px;
  background-color: #d9533b;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sub-title > span::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 105%;
  background-color: #fff;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sub-title > span.visible {
  opacity: 1;
}

.sub-title > span.visible::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.comment__list {
  position: relative;
  width: 84%;
  margin-bottom: 24px;
  margin-left: auto;
}

.comment__list::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -70px;
  width: 80px;
  height: 80px;
  background-image: url("../img/comment.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.comment__item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.comment__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.undeux__text {
  position: relative;
  padding: 40px 24px;
  background-color: #FAFAFA;
}

.undeux__text::before {
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  background-image: url("../img/undeux-text.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.footer {
  margin-top: 48px;
  position: relative;
  margin-top: 48px;
  z-index: 999;
  background-color: #fff;
}

.footer-nav {
  font-size: 1.2rem;
  font-weight: 200;
  text-align: center;
  opacity: 0.7;
}

.footer-nav__item {
  padding-bottom: 20px;
}

.footer__copy {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/* フォームモーダル */
/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  max-width: 90%;
  background-color: #fff;
  max-height: 600px;
  padding: 25px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
}

.js_modalContInner p {
  margin-bottom: 10px;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 1px;
  height: 20px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
.ly_inner{
  margin-top: 10px;
}
.counseling-form__select span{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.selectbox{
  position: relative;
}
.dli-chevron-down-div{
  position: absolute;
  right: 7%;
  top: 15px;
  height: 1px;
}


.bottom-counseling-reserve {
  padding: 40px 0 32px;
  background-color: #FAFAFA;
}

.bottom-counseling-reserve__inner {
  width: 85%;
  max-width: 342px;
  margin: 0 auto;
}

.bottom-counseling-reserve__heading {
  margin-bottom: 20px;
}

.bottom-counseling-reserve__heading > img {
  width: 80%;
}

.bottom-counseling-reserve__txt {
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.75;
}

.achievement__img-container img {
  width: 100%;
}

.achievement_content-box {
  margin-bottom: 10px;
}

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

.achievement_box {
  text-align: center;
}

.achievement_box img {
  margin: 0 auto;
}

.achievement_title {
  display: inline-block;
  width: 90%;
  margin: 0 10px 15px 10px;
  border: solid 1px #d9533b;
  font-size: 16px;
  color: #d9533b;
}

.achievement_icon {
  width: 30%;
}

.achievement_moji {
  padding-top: 18px;
}

.achievement_text {
  margin-top: 44px;
  font-size: 18px;
  text-align: center;
}

.achievement_kome {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 1em;
  font-size: 10px;
  text-indent: -1em;
}

.after-intro {
  width: 90%;
  margin: 0 auto;
}

.after-intro__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 10%;
}

.after-intro__text {
  margin-bottom: 32px;
  font-size: 1.35rem;
}

.after-card {
  position: relative;
  z-index: 0;
  margin-bottom: 54px;
}

.after-card__img {
  position: relative;
  z-index: -1;
}

.after-card__belt {
  position: absolute;
  top: -15px;
  left: 0;
  padding: 4px 15px;
  background-color: #000000;
  font-size: 1.6rem;
  color: #fff;
}

.after-card__txt {
  width: 90%;
  margin: 40px auto 0;
  font-size: 1.35rem;
}

.amenities {
  margin: 0 auto 120px;
}

.amenities__item:not(:last-child) {
  margin-bottom: 80px;
}

.amenities__card {
  position: relative;
}

.amenities__cardBody {
  position: absolute;
  right: 0;
  bottom: -18%;
  width: 230px;
  padding: 20px;
  background-color: #ffffff;
}

.amenities__cardSubText {
  font-size: 10px;
}

.amenities__cardText {
  font-size: 13px;
}

.beforeAfter {
  margin-top: 80px;
  font-weight: 400;
}

.beforeAfter__items {
  width: 90%;
  margin: 0 auto;
}

.beforeAfter__item {
  margin-bottom: 64px;
}

.beforeAfter__item:last-child {
  margin-bottom: 0;
}

.beforeAfter__item .notes {
  margin-top: 16px;
  font-size: 12px;
  color: #000000;
  text-align: right;
}

.beforeAfter__item-titleItem {
  position: relative;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 28px;
  color: #d9533b;
  text-align: center;
}

.beforeAfter__item-titleItem span {
  font-size: 40px;
  line-height: auto;
}

.beforeAfter__item-titleItem::after {
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 40px;
  height: 2px;
  background-color: #d9533b;
  content: "";
}

.beforeAfter__comment {
  margin: 16px 0;
  font-size: 1.52rem;
  font-weight: 400;
  text-align: center;
}

.beforeAfter__comment sup {
  font-size: 8px;
}

.beforeAfter__char {
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.beforeAfter__img-container {
  -ms-flex-pack: justify;
  width: 100%;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.beforeAfter__img-inner {
  position: relative;
  margin-bottom: 24px;
  background-color: #F9F7F3;
}

.beforeAfter-textImg {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: 60px;
}

.beforeAfter__img-left {
  width: calc(100% / 2 - 10px);
}

.beforeAfter__img-left .beforeAfter-img {
  width: 100%;
  height: 400px;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.beforeAfter__result-container {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.beforeAfter__result-container span {
  margin: 0 5px;
  font-size: 24px;
}

.beforeAfter__img-right {
  width: calc(100% / 2 - 10px);
  margin-top: 40px;
  margin-left: 10px;
}

.beforeAfter__img-right .beforeAfter-img {
  width: 100%;
  height: 400px;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.ba-kome {
  display: block;
  width: 120%;
  margin-top: 13px;
  margin-bottom: -15px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.9;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.counseling-reserve {
  padding: 60px 0 32px;
  background-color: #FAFAFA;
}

.counseling-reserve__inner {
  width: 90%;
}

.counseling-reserve__inner,
.counseling-reserve .counseling-form {
  width: 90%;
  max-width: 351px;
  margin: 0 auto;
}

.counseling-reserve__txt {
  width: 90%;
  margin: 0 auto 24px;
}

.counseling-reserve__caution {
  padding: 8px 0;
}

.counseling-form__text {
  margin-bottom: 2px;
  font-weight: normal;
  line-height: 1.5;
}

.counseling-form__wrap {
  margin-bottom: 32px;
}

.counseling-form__wrap:last-of-type {
  margin-bottom: 24px;
}

.counseling-form__wrap input:not([type="radio"]),
.counseling-form__wrap textarea,
.counseling-form__wrap select {
  width: 100%;
  height: 58px;
  padding: 10px 10px;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.04em;
}

.counseling-form__wrap input:not([type="radio"])::-webkit-input-placeholder, .counseling-form__wrap textarea::-webkit-input-placeholder, .counseling-form__wrap select::-webkit-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::-moz-placeholder, .counseling-form__wrap textarea::-moz-placeholder, .counseling-form__wrap select::-moz-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"]):-ms-input-placeholder, .counseling-form__wrap textarea:-ms-input-placeholder, .counseling-form__wrap select:-ms-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::-ms-input-placeholder, .counseling-form__wrap textarea::-ms-input-placeholder, .counseling-form__wrap select::-ms-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::placeholder,
.counseling-form__wrap textarea::placeholder,
.counseling-form__wrap select::placeholder {
  color: #898989;
}

.counseling-form__wrap textarea {
  height: 244px;
}

.counseling-form__wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.counseling-form__label {
  display: inline-block !important;
  margin: 8px 14px 8px 0 !important;
}

.counseling-form__radios label {
  display: block;
  margin: 10px 0 10px 0;
  font-weight: normal;
}

.counseling-form__radios input[type="radio"] {
  margin-right: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #fff !important;
  color: #d9533b !important;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.counseling-form__radios input[type="radio"]:checked {
  background-color: #d9533b !important;
  color: #d9533b !important;
}

.counseling-form__select {
  margin-bottom: 4px;
  width: 100%;
  border: none;
  height: 54px;
  padding-left: 10px;
}

.counseling-form__note {
  font-size: 1.1rem;
  line-height: 1.4;
}
.calendar::placeholder {
  color: #333!important;
}
.counseling-form__wrap small{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  display: block;
  padding-top: 15px;
  font-size: 10px;
}
/* .counseling-form__privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-bottom: 10px;
  text-align: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.counseling-form__privacy a {
  text-decoration: underline;
}

.counseling-form__privacy-text {
  visibility: hidden;
  color: #da5040;
  text-align: center;
} */

.form-error {
  width: 90%;
  margin: 32px auto;
  padding: 30px;
  padding: 30px;
  border: 1px solid rgba(217, 83, 59, 0.4);
  color: #d9533b;
}

.form-error p {
  margin-bottom: 16px;
}

.form-error p:last-child {
  margin-bottom: 0;
}

/* .privacy-checkbox {
  margin-right: 10px;
}

#privacy-label {
  width: 75%;
  text-align: left;
} */

.form-check {
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
  border: #ddd solid 1px;
}

.form-check li {
  list-style-type: disc;
}

.form-check a {
  text-decoration: underline;
}

.form-open-text {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}

.form-closed-text {
  margin-top: -30px;
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.5;
}

.counseling {
  width: 90%;
  margin: 120px auto 0;
}

.counseling-reserve__title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.counseling__list {
  margin-top: 60px;
  margin-bottom: 120px;
}

.counseling__item {
  margin-bottom: 80px;
}

.counseling__item-title {
  padding: 0 24px 8px 16px;
  font-size: 1.6rem;
}

.counseling__item-text {
  padding: 0 24px 0 16px;
}

.counseling__img {
  margin-bottom: 20px;
}
#ui-datepicker-div{
  font-size: 19px;
}
.covid {
  margin-top: 40px;
}

.covid__label {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000000;
  text-align: center;
}

.covid__label::before, .covid__label::after {
  position: absolute;
  top: 50%;
  right: 10%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #3E3E3E;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.covid__label::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.covid__label.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.covid__container {
  width: 90%;
  height: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.covid__container.open {
  visibility: visible;
  height: 100%;
  padding: 60px 0px;
  opacity: 1;
}

.covid__titleContainer {
  margin-bottom: 24px;
}

.covid__titleContainer > h2 {
  color: #d9533b;
  text-align: center;
}

.covid__titleContainer > h2 > span {
  display: inline-block;
}

.covid__titleContainer > span {
  display: block;
  font-size: 12px;
  color: #1d1d1d;
  text-align: right;
}

.covid__text {
  margin-bottom: 24px;
  font-size: 1.6rem;
}

.covid__textBotton {
  font-size: 1.4rem;
}

.covid__text > span {
  border-bottom: 2px solid #d9533b;
  font-weight: bold;
}

.covid__inner:not(:last-child) {
  margin-bottom: 40px;
}

.covid__innerTitle {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.covid__list {
  padding-left: 4px;
}

.covid__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 4px;
  padding-left: 40px;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.covid__item::before {
  position: absolute;
  left: 6px;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  content: "";
}

.covid__item::after {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 16px;
  height: 8px;
  border-bottom: 3px solid #d9533b;
  border-left: 3px solid #d9533b;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.delivery {
  padding-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}

.delivery__container {
  width: 90%;
  margin: 0 auto;
}

.delivery__descs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 40px;
}

.delivery__descs img {
  margin: 0 auto 25px;
  width: 100%;
}
.delivery__descs img:last-child {
  margin-bottom: 0;
}
.delivery__desc-text {
  margin: 20px 0;
  font-size: 12px;
}

.delivery__desc-title {
  margin: 10px 0 25px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}

.delivery__desc-title-sm {
  display: inline-block;
  padding: 3px 6px;
  background-color: #000000;
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}

.delivery__desc-title-lg {
  display: inline-block;
  padding: 3px 6px;
  background-color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}



.delivery__slide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  margin: 0 auto 24px;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 12px;
}

.delivery__slide-title-lg {
  font-size: 22px;
}

.delivery__slide-title-sm {
  font-size: 18px;
}
.delivery__slide-text {
  width: 320px;
  margin: 0 auto 32px;
}

.delivery__slide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  max-width: 414px;
  margin: 0 calc(50% - 50vw);
  gap: 16px;
  -webkit-scroll-snap-type: x;
  -ms-scroll-snap-type: x;
  scroll-snap-type: x;
}

.delivery__slide-list::before, .delivery__slide-list::after {
  display: block;
  min-width: 15px;
  height: 100%;
  content: "";
}

@media (min-width: 415px) {
  .delivery__slide-list {
    width: 100%;
    margin: 0 auto;
  }
}

.delivery__slide-item {
  min-width: 320px;
  padding-bottom: 20px;
  scroll-snap-align: center;
}

.delivery__slide-item-cardInner {
  margin-bottom: 14px;
  padding: 32px;
  border-radius: 10px;
  background-color: #f9f6f3;
}

.delivery__slide-item-cardInner dt {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}

.delivery__slide-item-cardInner dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.delivery__slide-item-cardInner dd span {
  width: 80px;
  padding: 3px 0;
  border-radius: 4px;
  background-color: #e08325;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.delivery__slide-item-cardInner img {
  width: 200px;
  margin: 20px auto 0;
  -webkit-filter: drop-shadow(3px 3px 20px rgba(128, 84, 41, 0.15));
  filter: drop-shadow(3px 3px 20px rgba(128, 84, 41, 0.15));
}

.delivery__slide-item-text {
  font-size: 11px;
}

.delivery__kome {
  font-size: 10px;
}

.explanation {
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}

.explanation__content {
  width: 80%;
  max-width: 347px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
}

.explanation__content h4 {
  margin-bottom: 4px;
}

.explanation__content p {
  margin-bottom: 16px;
}

.explanation .mt {
  margin-top: 40px;
}

.explanation .notes {
  margin-top: 20px;
}

.explanation span {
  font-weight: bold;
}

.feature-main-en{
  font-size: 10px;
  font-weight: 300;
  width: 90%;
  margin: 0 auto 10px;
  letter-spacing: 0.1em;
}

.feature-main-jp{
  font-size: 15px;
  line-height: 1.7;
  width: 90%;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.feature-card {
  z-index: 0;
  margin-bottom: 80px;
}

.feature-card__img img {
  height: 250px;
  object-fit: cover;

}
.feature-card__img-tag{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: -17px;
}

.feature-card__txt-box {
  width: 72%;
  margin: 0 auto 60px;
}

.feature-card__en {
  margin: 25px auto 10px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 10px;
}

.feature-card__ttl {
  margin: 0 auto 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.feature-card__txt {
  font-size: 1.35rem;
  margin-bottom: 15px;
}

.feature-card__mini {
  font-size: 9px;
  line-height: 1.5;
  padding-left:1em;
	text-indent:-1em;
}

.feature-pilates{
  width: 90%;
  margin: 50px auto 20px;
  display: flex;
  gap: 15px;
}
.feature-pilates .text-area{
  width: 59%;
}

.feature-pilates .text-area .top{
  color: #d9533b;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.feature-pilates .text-area .text{
  line-height: 1.7;
}

.feature-pilates-note{
  width: 90%;
  margin: 0 auto;
  font-size: 7.5px;
}
.feature-video{
  height: 247px;
}
.feature-video video{
  max-width: 414px;
  width: 100%;
  height: 247px;
  object-fit: cover;
}
.feature-video-batch{
  position: relative;
  height: 247px;
}
@media screen and (max-width: 414px) {
  .feature-video{
    height: 247px;
  }
}
.video-batch{
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.feature01-point{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px;
}
@media screen and (min-width: 414px) {
  .feature01-point{
    justify-content: space-evenly;
  }
}
.feature01-point-box{
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature01-point-box-img{
  background-color: #f9f7f3;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 8px 0;
}
.feature01-point-box-img img{
  width: 35px;
  margin: 0 auto;
}
.feature01-point-box-text{
  font-size: 12px;
  line-height: 1.4;
}

.slide-imgConteiner {
  height: auto;
  max-height: 250px;
  height: 250px!important;
}

.slide-img-list {
  position: relative;
  z-index: -1;
}
.slide-img-list img{
  height: 250px;
  object-fit: cover;
}

.slide-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
}

.slide-img.active {
  opacity: 1;
}

.slide-dots {
  z-index: 1;
  display: flex;
  -ms-flex-pack: center;
  width: 90%;
  margin: -16px auto 0;
  justify-content: end;
  gap: 10px;
}

.slide-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slide-dot.active {
  background-color: #000000;
}
.slide-text-area{
  width: 90%;
  margin: 30px auto 0;
}
.slide-text {
  font-size: 13px;
  margin-bottom: 10px;
}

.slide-text span {
  font-size: 10px;
}

/* .dots-four,
.dots-five {
  margin-top: -220px;
} */

.main-visual_text_zone {
  position: absolute;
  width: 92%;
  margin-left: 30px;
  top: 6%;
}
@media screen and (max-width: 414px) {
  .main-visual_text_zone {
    position: absolute;
    width: 92%;
    margin-left: 30px;
    top: 6%;
  }
}

.main-visual_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.main-visual_flex-right {
  margin-bottom: 80px;
}

.main-visual__img {
  position: relative;
  background-size: cover;
}

.main-visual_tassei {
  margin-left: -10px;
  color: #d9533b;
  text-align: center;
}

.main-visual_tassei_title {
  display: inline-block;
  margin: 17px 0 9px 0;
  padding: 0 18px;
  border: solid 0.5px #d9533b;
  letter-spacing: 3px;
}

.main-visual_tassei__text {
  padding-right: 7px;
}

.main-visual_tassei_suuchi {
  margin-top: -30px;
  font-family: "Futura", serif;
  font-size: 50px;
}

.main-visual_tassei_suuchi_kome {
  font-size: 26px;
  line-height: 0.8;
}

.main-visual_tassei_suuchi_kome span {
  font-size: 10px;
}

.main-visual_tassei_suuchi2 {
  margin-top: -17px;
  font-family: "Futura", serif;
  font-size: 31px;
}

.main-visual_tassei_suuchi2_kome {
  font-size: 14px;
  line-height: 0.9;
}

.main-visual_tassei_suuchi2_kome span {
  font-size: 10px;
}

.main-visual_jisseki_title {
  margin-top: -20px;
}

.main-visual_jisseki__text {
  padding-right: 15px;
}
.slideinLeft {
  animation: slideinLeft 1s;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}

.fv-getfit img{
margin: 0 auto;}

.fv-getfit{
  position: absolute;
  top: 0;
  right: 38px;
}
.fv-getfit .text-area{
  line-height: 1.1;
  padding-top: 6px;
}
.fv-getfit .title{
  color: #fff;
  text-shadow: 1px 2px 3px #eab583;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.fv-getfit .text{
  color: #fff;
  text-shadow: 1px 2px 3px #eab583;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  margin-top: -2px;
}
.fv-getfit .text span{
  font-size: 20px;
}
.fv-getfit .year{
  color: #fff;
  text-shadow: 1px 2px 3px #eab583;
  text-align: center;
  font-weight: bold;
}

/* 要素下から上フェードイン */
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
}

/* フェードインアニメーション */
@keyframes fadeIn {
  0% {
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}
/* フェードインさせるクラス */
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/*英語タイトルanimetions*/
@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up.displayed span{
  animation: showText 1s backwards;
  display: inline-block;
}
.anime-up.displayed > span{
  overflow: hidden;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.5s backwards;
}


.main-visual_red {
  margin-bottom: 90px;
}

.main-visual_red_marker {
  display: inline;
  padding: 3px 10px;
  background-color: #d9533b;
  box-decoration-break: clone;
  font-size: 19px;
  line-height: 1.9;
  color: #fff;
}

.main-visual_red_marker span {
  font-size: 15px;
}

.main-visual_catch {
  color: #fff;
}

.main-visual_catch_en {
  margin-bottom: 5px;
  font-family: "Futura", serif;
  font-size: 15px;
  line-height: 1.5;
}

.main-visual_catch_ja {
  font-size: 30px;
  line-height: 1.5;
  /* margin-top: 10px; */
}

.main-visual_catch_ja_mini {
  font-size: 13.5px;
  line-height: 1.5;
  /* margin-top: 15px; */
}

.main-visual_sup {
  font-size: 10px;
}

.main-visual-kome-area{
  width: 90%;
  margin: 0 auto;
}
.main-visual-kome {
  display: block;
  width: 125%;
  font-size: 10px;
  line-height: 1.8;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  padding-left:1em;
	text-indent:-1em;
}

.main-visual-under-flex{
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main-visual-under-flex img{
  width: 150px;
}
.main-visual-under-flex .text-area{
  padding-left: 30px;
  margin-top: -5px;
}
.main-visual-under-flex .text-area .text{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.main-visual-under-flex .text-area .span{
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 4px;
}
.pilates-banner{
  width: 90%;
  margin: 0 auto;
}
.pilates-banner img{
  width: 100%;
}
.pilates-banner p{
  font-size: 9px;
  color: #3e3e3e;
  padding-left:1em;
	text-indent:-1em;
  margin-top: 13px;
  margin-bottom: 125px;
}
.main-visual_pilates{
  width: 150px;
  margin-left: auto;
  margin-right: 8%;
  margin-top: -20px;
}
@media screen and (max-width: 375px) {
  .main-visual_flex-right {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 414px) {
  .main-visual_red {
    margin-bottom: 135px;
  }
}

.policy {
  width: 90%;
  margin: 120px auto 60px;
}

.policy-title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.policy-subTitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
}

.policy-text {
  margin-bottom: 40px;
}

.policy-item {
  margin-bottom: 20px;
}

.policy-item-title {
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 400;
}

.policy-item-title > span,
.policy-item-text > span {
  font-weight: 600;
  color: #da5040;
}

.price {
  margin-top: 120px;
  font-weight: 400;
}

.price .title-container {
  margin-bottom: 40px;
}

.price--list {
  width: 90%;
  margin: 0 auto;
}

.price--label {
  position: relative;
  margin: 20px 0 10px;
  padding: 15px 0 15px 30px;
  background-color: #f0f0f0;
  font-size: 1.3rem;
}

.price--label:hover {
  cursor: pointer;
}

.price--label.notPlus {
  margin-bottom: 32px;
}

.price--label.notPlus:hover {
  cursor: auto;
}

.price--label:not(.notPlus)::before, .price--label:not(.notPlus)::after {
  position: absolute;
  top: 50%;
  right: 8%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #000000;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price--label:not(.notPlus)::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.price--label.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.price--point {
  color: #da5040;
}

.price--inner:not(.notClose) {
  visibility: hidden;
  height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.price--inner.open {
  visibility: visible;
  height: 100%;
  pointer-events: all;
  opacity: 1;
}

.price--content {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.price--content h4 {
  font-size: 14px;
}

.price--content p {
  font-size: 14px;
}

.price--content p span {
  font-size: 14px;
  color: #da5040;
}

.price--content span {
  font-size: 12px;
  line-height: 1.2;
  color: #da5040;
}

.price--text {
  padding: 10px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.price .modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  visibility: hidden;
  width: 100%;
  max-width: 414px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price .modal.open {
  z-index: 99;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.price .modal-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.price .modal-content {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 414px;
  height: auto;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.price .modal-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price .modal-inner > a {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.price .modal-inner > a::before,
.price .modal-inner > a::after {
  position: absolute;
  top: -30px;
  right: 0px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  pointer-events: none;
  content: "";
}

.price .modal-inner > a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price .modal-inner > a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.price .modal--handler {
  padding-bottom: 2px;
  font-size: 12px;
  color: #da5040;
  text-decoration: underline;
}

.price--item:first-child {
  margin-bottom: 40px;
}

.price--item.recomend {
  position: relative;
}

.price--item.recomend::before {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #d9533b;
  pointer-events: none;
  content: "一番人気のコース";
}

.recomend-intro {
  width: 90%;
  margin: 0 auto;
}

.recomend-intro__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 10%;
}

.recomend-intro__text {
  margin-bottom: 32px;
  font-size: 1.35rem;
}

.recomend-card {
  position: relative;
  z-index: 0;
  margin-bottom: 54px;
}

.recomend-card__img {
  position: relative;
  z-index: -1;
}

.recomend-card__belt {
  position: absolute;
  top: -15px;
  left: 0;
  padding: 4px 15px;
  background-color: #000000;
  font-size: 1.6rem;
  color: #fff;
}

.recomend-card__txt-box {
  position: relative;
  width: 95%;
  max-width: 393px;
  margin-top: -34px;
  margin-left: auto;
  padding: 28px 60px 32px 32px;
  background-color: #fff;
}

.recomend-card__en {
  margin-top: 20px;
  margin-bottom: 4px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.recomend-card__ttl {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.recomend-card__txt {
  font-size: 1.35rem;
}

.review {
  height: 100%;
  padding: 60px 0 20px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/background.webp");
  background-blend-mode: lighten;
}

.review-quote {
  padding-left: 24px;
  font-size: 1.4rem;
}

.review-scrollText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  width: 90%;
  margin: 0 auto 10px;
  font-size: 12px;
  -webkit-animation: scroll 2.4s 0.5s infinite ease-in-out;
  animation: scroll 2.4s 0.5s infinite ease-in-out;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.review-scrollIcon {
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.review-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}

.review-list::-webkit-scrollbar {
  display: none;
}

.review-scroll-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  width: 56%;
  margin-top: 40px;
  margin-left: auto;
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.review-scroll-text::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 32px;
  background-image: url("../img/pan.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-animation: scroll 2.4s 0.5s infinite ease-in-out;
  animation: scroll 2.4s 0.5s infinite ease-in-out;
  inset: 0 0 0 -40px;
}

.review-item {
  position: relative;
  min-width: 85%;
  margin: 0 auto;
  padding: 80px 20px 24px;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 95%;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
}

.review-item-number {
  position: absolute;
  top: 38px;
  left: 24px;
  font-size: 16px;
  line-height: 1;
}

.review-item-number > span {
  font-size: 36px;
}

.review-item-title {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.review-item-title > p {
  font-size: 1.4rem;
}

.review-item-title > img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.review-item-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.review-item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  gap: 2px;
}

.review-item-mapIcon {
  width: 32px;
}

.review-item-text {
  padding-bottom: 40px;
  font-size: 1.2rem;
}

.review-dots {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

.review-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.review-dot:not(:last-child) {
  margin-right: 10px;
}

.review-dot.active {
  background-color: #000000;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.service {
  margin-top: 40px;
  padding: 120px 0 0;
}

.service-gray {
  background-color: #fafafa;
}

.service-gray-title {
  padding-top: 20px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: bold;
}

.service-list {
  /* display: -ms-grid;
  display: grid; */
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 25px;
  /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr); */
  gap: 25px 16px;
  justify-content: space-between;
}

.service-img {
  margin-bottom: 10px;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.service-item-another{
  width: 90%;
  margin: 0 auto 120px;
  display: flex;
  gap: 25px;
}

.service-item-another img{
  width: 160px;
  height: 107px;
}

.service-item-another .service-item-read{
  text-align: left;
}
.service-item-another .service-item-title{
  text-align: left;
  font-size: 12px;
  margin: 9px 0;
}
.service-item-another .service-item-price,
.service-item-another .service-btn > a{
  text-align: left;
}
.service-item-another .service-btn > a{
  font-size: 10px;
}
.service-item-another .service-btn{
  border: none;
}

.service-item-inner {
  margin-bottom: 20px;
}

.service-item-read {
  margin: 20px 0 8px;
  font-size: 11px;
  line-height: 1.4em;
  color: #d9533b;
  text-align: center;
}

.service-item-read > span {
  display: block;
}

.service-item-title {
  margin: 12px 0;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.service-item-price {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.service-item-price > span {
  padding: 0 2px;
  font-family: "Futura", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.service-item-division {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

.service-item-division > span {
  padding: 0 2px;
  font-family: "Futura", serif;
  font-size: 16px;
  color: #d9533b;
}

.service-item-note {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #d9533b;
  text-align: center;
}

.service-btn {
  width: 100%;
  max-width: 260px;
  border: 1px solid #000000;
}

.service-btn2 {
  width: 100%;
  max-width: 260px;
  margin: auto auto 0;
  border: 1px solid #000000;
}

.service-btn > a {
  display: block;
  padding: 13px 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-btn > a:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.plan-top-note{
  width: 90%;
  font-size: 10px;
  opacity: 0.9;
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 auto;
}

.plan-list {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin: 60px auto 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 80px;
}

.plan-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}

.plan-img > img {
  width: 100%;
}

.plan-read {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.6em;
  color: #d9533b;
}

.plan-titleContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.plan-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 10%;
}

.plan-price {
  font-size: 12px;
  text-align: right;
  letter-spacing: 10%;
}

.plan-price > span {
  padding: 0 2px;
  font-family: "Futura", serif;
  font-size: 14px;
  letter-spacing: 10%;
}

.plan-price-division {
  margin-top: -3px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 10%;
}

.plan-price-division > span {
  margin-left: 4px;
  padding: 0 2px;
  font-family: "Futura", serif;
  font-size: 14px;
  color: #d9533b;
  letter-spacing: 10%;
}

.plan-price-note {
  font-size: 10px;
  color: #d9533b;
}

.plan-service-title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 20px;
  padding: 14px 0 14px 14px;
  padding: 16px 0 16px 16px;
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 12px;
  line-height: 1;
}

.plan-service-title:hover {
  cursor: pointer;
}

.plan-service-title::before, .plan-service-title::after {
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000000;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.plan-service-title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.plan-service-title::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plan-service-title.open::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.plan-service-list {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.plan-service-list.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.plan-service-item {
  padding: 0 14px;
}

.plan-note {
  width: 90%;
  margin: 14px auto -3px;
  padding-left: 1em;
  font-size: 10px;
  color: #787878;
  text-indent: -1em;
}

.plan-note2 {
  width: 90%;
  margin: 0 auto;
  padding-left: 1em;
  font-size: 10px;
  color: #787878;
  text-indent: -1em;
}

.plan-title-note {
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.6em;
  text-indent: -1em;
}

.service-red-read {
  line-height: 1.5;
  color: #d9533b;
  text-align: center;
}

.span-font {
  font-size: 20px;
}

.plan-title_Container_title {
  font-size: 18px;
}

.plan-title_Container_title span {
  font-size: 25px;
}

.plan-title_Container_title_one {
  font-size: 16px;
  color: #d9533b;
  text-align: center;
}

.plan-title_Container_title_one span {
  font-family: "Futura", serif;
  font-size: 27px;
}

.plan-title_Container_title_one .kome {
  font-size: 10px;
  vertical-align: super;
}

.plan-title_Container_title_two {
  padding-top: 15px;
  font-size: 15px;
  text-align: center;
}

.plan-title_Container_title_two span {
  font-family: "Futura", serif;
  font-size: 25px;
}

.new-plan-read {
  margin-bottom: 0;
}

.plan-title_Container_price {
  text-align: center;
}

.border-hukidashi {
  position: relative;
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  border-bottom: solid 1px #3e3e3e;
  background-color: #fff;
  text-align: center;
}

.border-hukidashi :before,
.border-hukidashi :after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-hukidashi :before {
  border: solid 12px transparent;
  border-top: solid 12px #3e3e3e;
}

.border-hukidashi :after {
  margin-top: -5px;
  border: solid 15px transparent;
  border-top: solid 15px #fff;
}

.border-hukidashi p {
  margin: 0;
  padding: 0;
}

.check_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.check_ul {
  width: 100%;
  padding-left: 34px;
  list-style-type: none;
  line-height: 2.5;
}

.check_li {
  font-size: 11.5px;
}

.check_li span {
  font-size: 10px;
  vertical-align: super;
}

.icon_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon_li {
  padding-right: 3px;
}

.check_mark ul {
  list-style-type: none;
}

.check_mark li {
  position: relative;
  line-height: 2.5;
}

.check_mark li::after {
  position: absolute;
  top: 1em;
  left: -1.5em;
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #d9533b;
  border-left: 2px solid #d9533b;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.font-span {
  font-family: "Futura", serif;
}

.mini-red {
  font-size: 15px;
  font-weight: bold;
  color: #d9533b;
}

.sougaku-bottom {
  margin-top: -5px;
  margin-bottom: 35px;
  line-height: 1.6;
}

.solutions {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.solutions__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 75%;
  max-width: 341px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-item {
  width: 45%;
  margin-bottom: 48px;
}

.solution-item:nth-child(even) {
  margin-top: 32px;
}

.solution-item__wrap {
  position: relative;
}

.solution-item__num {
  position: absolute;
  top: -10px;
  left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 36px;
  height: 36px;
  border: 1px solid #000000;
  font-size: 1.9rem;
  font-weight: 400;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.solution-item__en {
  position: absolute;
  bottom: 0;
  left: -15px;
}

.solution-item__img {
  max-width: 140px;
}

.solution-item__ttl {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
}

.address {
  margin-top: 10px;
  margin-bottom: 24px;
  margin-left: 10px;
}

.address__street, .address__station {
  font-size: 1.2rem;
  font-weight: 400;
}

.infection {
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}

.infection sup {
  margin-right: 10px;
}

.infection--title {
  margin-bottom: 24px;
  font-size: 26px;
  color: #d9533b;
  text-align: center;
}

.infection--innerTitle {
  font-size: 16px;
}

.infection--textWrap {
  margin: 20px 0;
}

.infection--list {
  margin-left: 40px;
  padding-left: 10px;
  list-style: square;
  font-size: 14px;
}

.infection--text {
  margin-bottom: 24px;
}

@media (max-width: 320px) {
  .infection--title {
    font-size: 24px;
  }
}

.studio__container {
  width: 90%;
  margin: 0 auto;
}

.studio__intro-text {
  margin-bottom: 40px;
}

.studio__shop {
  margin-bottom: 40px;
}

.studio__shopname {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.studio__item {
  margin-bottom: 20px;
}

.studio__label {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0 24px 20px;
  background-color: #f0f0f0;
  font-size: 1.3rem;
  line-height: 1;
}

.studio__label:hover {
  cursor: pointer;
}

.studio__label::before, .studio__label::after {
  position: absolute;
  top: 50%;
  right: 8%;
  display: inline-block;
  width: 9px;
  height: 1px;
  background-color: #000000;
  content: "";
}

.studio__label::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.studio__label::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.studio__label.open::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.studio__content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.studio__content.open {
  visibility: visible;
  height: 100%;
  padding: 20px 0 40px;
  opacity: 1;
}

.studio__innerContent-item {
  border-bottom: 1px solid #f0f0f0;
}

.studio__innerContent-label {
  position: relative;
  display: block;
  padding: 18px 0 18px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.studio__innerContent-label:hover {
  cursor: pointer;
}

.studio__innerContent-label::before {
  position: absolute;
  top: 50%;
  right: 8%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.studio__innerContent-label.open::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.studio__innerContent {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.studio__innerContent.open {
  visibility: visible;
  height: 100%;
  padding: 0 0 40px;
  opacity: 1;
}

.studio__map {
  margin-bottom: 10px;
}

.studio__name {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.studio__name span{
  color: #d9533b;
  font-weight: normal;
  font-size: 11px;
  padding-left: 10px;
}

.studio__btn {
  width: 100%;
  max-width: 330px;
  margin: 20px auto 0;
  background-color: #d9533b;
  text-align: center;
}

.studio__btn > a {
  display: block;
  padding: 16px 0;
  color: #fff;
}

.studio__btn:hover {
  cursor: pointer;
}

.studioEast {
  width: 90%;
  margin: 80px auto 0;
}

.studioEast-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.studioEast-title::before, .studioEast-title::after {
  position: absolute;
  content: '|';
}

.studioEast-title::after {
  right: 23%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.studioEast-title::before {
  left: 23%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.studioEast-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.studioEast-item {
  width: 48%;
  margin-bottom: 20px;
}

.studioEast-name {
  font-weight: 400;
  font-style: 12px;
}

.studioEast-img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vooice {
  margin-top: -120px;
}

.voice-title {
  margin-bottom: 30px;
}

.age {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 70px;
  height: 70px;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.comment {
  position: relative;
  top: -60px;
  width: 75%;
  margin-left: auto;
  padding: 25px 20px 0 20px;
  background-color: #fff;
}

.comment-title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  font-size: 1.5rem;
  line-height: 2rem;
}

.comment-text {
  margin-top: 20px;
}

.voice {
  margin: 0 auto 80px;
}
.voice-scroll{
  width: 95%;
  margin-left: auto;
  margin-bottom: 30px;
}
.voice-result {
  display: flex;
  font-size: 1.3rem;
  gap: 20px;
  width: 90%;
  margin: -40px auto 0;
}

.voice-result-after {
  color: #d9533b;
}

.voice-result-arrow {
  font-size: 1rem;
}

.voice-photo {
  position: relative;
  top: -35px;
  left: 30px;
}

.voice-item-last {
  margin-bottom: 130px;
}

.ul-voice {
  display: flex;
  overflow-x: scroll;
}
.voice-item {
  width: 89%;
  flex-shrink: 0;
}

/*
.voice {
  &-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 94%;
    margin: 40px auto;
  }

  &-item:nth-child(even) {
    padding: 0 16px;
  }

  &-item:nth-child(odd) {
    background-color: #fafafa;
    padding: 40px 16px;
  }
  &-item-title {
    line-height: 1.9;
    font-size: 1.6rem;

    & > span {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 15px;
    }
  }

  &-img {
    margin: 14px 0 24px;
  }

  &-result {
    margin: 16px 0 32px;
    display: flex;
    gap: 14px;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2rem 0 2rem 1rem;
  }
  &-result-after {
    color: $cUNDEUX;
  }
  &-result-arrow {
    font-size: 1rem;
  }

  &-comment {
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.8;
  }
  &-comment > img {
    max-width: 70px;
    max-height: 70px;
  }

  &-inner {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  &-inner.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  &-faq-item {
    margin: 0 auto 40px;
  }
  &-faq-item-qWrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  &-faq-item-aWrap {
    display: flex;
    gap: 14px;
  }

  &-faq-item-q {
    flex: 1 1 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: $cWhite;
    background-color: $cBlack02;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  &-faq-item-a {
    flex: 1 1 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid $cBlack02;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  &-faq-item-q-text,
  &-faq-item-a-text {
    flex-basis: 85%;
    font-size: 1.3rem;
  }
  &-faq-item-a-text > span {
    color: $cUNDEUX;
    font-weight: bold;
  }

  &-cvBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: $cUNDEUX;
    width: 80%;
    height: 54px;
    margin: 14px auto;

    & > a {
      color: $cWhite;
    }

    &:hover {
      cursor: pointer;
    }
  }

  &-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: $cBlack02;
    color: $cWhite;
    width: 80%;
    height: 54px;
    margin: 0 auto;

    &:hover {
      cursor: pointer;
    }
  }
}
*/
.voice-kome {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.9;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.video_container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.complete {
  padding: 60px 0 0;
}

.reserve-complete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.reserve-complete__txt {
  width: 90%;
  max-width: 336px;
  margin: 0 auto 60px;
}

.reserve-flow {
  width: 90%;
  margin: 40px auto 0;
}

.reserve-flow-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background-color: #d9533b;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.reserve-flow-text > strong {
  font-size: 16px;
}

.questionnaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  padding: 32px 0;
  background-color: #FAFAFA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.questionnaire .btn {
  margin-top: 42px;
}

.questionnaire-form {
  width: 90%;
  max-width: 351px;
  margin: 0 auto;
}

.questionnaire-form__inner {
  width: 90%;
  margin: 0 auto;
}

.questionnaire-form__heading {
  margin-bottom: 32px;
  text-align: center;
}

.questionnaire-form__sub-heading {
  font-weight: normal;
  text-align: center;
}

.question-complete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: calc(100vh - 56px);
  margin-top: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.question-complete .reserve-complete__txt {
  width: 95%;
  margin-bottom: 48px;
}

.thanks-btn{
  background-color: #d9533d;
  width: 250px;
  height: 65px;
  margin: 30px auto 0;
}
.thanks-btn a{
width: 100%;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  line-height: 1.3;
}
.thanks-btn a p{
  color: #fff;
  position: relative;
  color: #fff;
  left: 10px;
}
.thanks-btn a p:before{
content: "";
  position: absolute;
  width: 17px;
  height: 32px;
  background: url(../img/ico-line.svg) no-repeat center/contain;
  left: 16%;
}
.thanks-box{
  background-color: #f9f7f3;
  width: 90%;
  margin: 0 auto;
  padding: 40px 25px;
}
.thanks-box-note{
  font-size: 15px;
  color: #d9533b;
  text-align: center;
}
.thanks-box-text{
  color: #d9533b;
  text-align: center;
  margin: 15px 0 10px 0;
}

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