@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: 変数

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

Stylesheet: ベーススタイル

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

html {
  font-size: 62.5%;
}

.body {
  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.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.04em;
  font-display: swap;
}

a {
  color: #333333;
  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;
}

.triangle-bg {
  height: 80px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.triangle-bg-gray {
  height: 80px;
  margin-top: -40px;
  background-color: #e9e9e9;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.mein-title h3 {
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 40px;
  font-style: italic;
  text-align: center;
}

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

Stylesheet: ベーススタイル

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

html {
  font-size: 62.5%;
}

.body {
  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.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.04em;
  font-display: swap;
}

a {
  color: #333333;
  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;
}

.triangle-bg {
  height: 80px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.triangle-bg-gray {
  height: 80px;
  margin-top: -40px;
  background-color: #e9e9e9;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.mein-title h3 {
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 40px;
  font-style: italic;
  text-align: center;
}

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

.logo-container img {
  width: 130px;
  padding: 10px 10px 10px 19px;
}

.cv-btn {
  margin-left: auto;
  background-color: #b1131d;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  width: 90px;
  text-align: center;
  padding: 7px 0;
}

.cv-btn a {
  color: #fff;
}

.header {
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 414px;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.header-text {
  padding: 13px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
}

@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--submit {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  background-color: #00830d;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.04em;
}

.cv-banner-school {
  position: relative;
  max-width: 320px;
  margin: 10px auto;
  border-bottom: 4px solid #005008;
  border-radius: 10px;
  background-color: #00830d;
  color: #fff;
}

.cv-banner-school > a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.cv-banner {
  position: relative;
  width: 80%;
  max-width: 320px;
  margin: -53px auto 0;
  border-bottom: 4px solid #005008;
  border-radius: 10px;
  background-color: #00830d;
  color: #fff;
}

.cv-banner-text{
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.cv-banner > a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.cv-banner,
.cv-banner-school {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: anime1 1s ease 0s infinite alternate;
  animation: anime1 1s ease 0s infinite alternate;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.contact-cv-bg {
  position: relative;
  height: 344px;
  background-image: url(../img/contactCV/contactCV-bg.png);
  background-size: contain;
}

.contact-cv-bg .first {
  position: absolute;
  top: 195px;
  left: 10%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.contact-cv-bg .first span {
  background-color: #ffec4e;
}

.contact-cv-bg .second {
  position: absolute;
  top: 265px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  text-shadow: 2px 2px 13px #f7efdb ,
-2px 2px 13px #f7efdb ,
2px -2px 13px #f7efdb ,
-2px -2px 13px #f7efdb,
2px 2px 13px #f7efdb ,
-2px 2px 13px #f7efdb ,
2px -2px 13px #f7efdb ,
-2px -2px 13px #f7efdb;
}

.animation {
  position: absolute;
  top: 23px;
  right: 30px;
  width: 10px;
  -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);
  }
}

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

.mein-title p {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.about {
  padding-top: 70px;
}

.about-teacher-area {
  width: 90%;
  margin: 0 auto 35px;
}

.about-lead {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.about-lead span {
  font-weight: bold;
}

.about-img {
  width: 90%;
  margin: 0 auto;
}

.about-img img {
  margin-bottom: 30px;
}

.about-kome {
  margin: 2px auto;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.1;
  text-indent: -1em;
}

.about-slide-title {
  margin: 50px 0 25px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.about-gray {
  margin-top: 30px;
  padding-top: 55px;
  background-color: #e9e9e9;
}

.about-gray-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.about-gray-human {
  margin: 0 auto;
}

.about-record-title {
  margin-top: 60px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.about-record-text {
  margin: 30px 0 20px 0;
  line-height: 2;
}

.balloon {
  position: relative;
  display: inline-block;
  -ms-flex-align: center;
  width: 265px;
  max-width: 100%;
  margin: 35px 0;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}

.balloon :before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  content: "";
}

.balloon p {
  margin: 0;
  padding: 15px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.balloon-img1 {
  width: 47px;
  height: 35px;
}

.balloon-img2 {
  width: 39px;
  height: 34px;
}

.balloon-img3 {
  width: 48px;
  height: 49px;
}

.balloon-box {
  width: 90%;
  margin: 0 auto;
}

.balloon2 {
  margin-left: auto;
}

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

.about-okada {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.about-okada-bg {
  height: 225px;
  background-image: url(../img/about/okada-bg.jpg);
  background-position: right;
  background-size: contain;
}

.about-okada-bg p {
  padding: 40px 0;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.8;
}

.about-okada-bg p span {
  border-bottom: #b1131d 2px solid;
  color: #b1131d;
}

.about-okada-gray {
  padding: 6px 0;
  background-color: #333333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.about-okada-gray p {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.about-point {
  margin: 20px 0 35px 0;
}

.about-point-box {
  width: 50%;
}

.about-point-box p {
  margin-top: -10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.about-point ul {
  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;
}

.about-osusume {
  margin-top: 50px;
  padding: 50px 0 60px 0;
  background-image: url(../img/about/osusume-bg.jpg);
  background-size: cover;
}

.about-osusume-title {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 5px;
  background-color: #b1131d;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.about-osusume-title p {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.about-osusume-zone {
  width: 90%;
  margin: 0 auto;
}

.about-osusume-zone li {
  position: relative;
  margin-bottom: 20px;
}

.about-osusume-white {
  background-color: #fff;
}

.about-osusume-white p {
  padding: 15px 0 15px 100px;
  font-size: 17px;
  font-weight: bold;
}

.about-osusume-human {
  position: absolute;
  top: -7px;
  left: 4px;
}

.naminami {
  width: 75%;
  margin: 0 auto;
}

.mein-title-contact {
  margin-bottom: 50px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

.counseling-reserve {
  padding: 60px 0 32px;
  z-index: 9999;
  position: relative;
  background-color: #fff;
  width: 100%;
}

.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: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

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

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

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

.counseling-form__wrap input:not([type="checkbox"])::-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="checkbox"])::-moz-placeholder, .counseling-form__wrap textarea::-moz-placeholder, .counseling-form__wrap select::-moz-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="checkbox"]):-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="checkbox"])::-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="checkbox"])::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{
  font-size: 15px;
}

.counseling-form__radios label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px 0;
  font-size: 15px;
  font-weight: normal;
}

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

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

.counseling-form__select {
  margin-bottom: 4px;
}

.counseling-form__note {
  font-size: 10px; 
  color: #b1131d;
  padding-left:1em;
	text-indent:-1em;
}

/* .counseling-form__privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: baseline;
  margin-bottom: 10px;
  text-align: center;
  gap: 10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.counseling-form__privacy-text {
  visibility: hidden;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
} */

.privacy-btn{
  margin-bottom: 30px;
}
.privacy-btn p{
  padding-left:1em;
	text-indent:-1em;
}
.privacy-btn p a{
  border-bottom: solid 1px #333;

}

.calendar::placeholder {
  color: #333!important;
}

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

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

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

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

.privacy-label {
  font-size: 15px;
}

.contact-gray-text {
  margin-top: 12px;
  color: #b6b6b6;
}

.triangle01 {
  margin-bottom: 25px;
}

.hissu {
  height: 23px;
  margin-left: 15px;
  padding: 3px 7px;
  background-color: #b1131d;
  font-size: 12px;
  color: #fff;
}

.hukusuu,
.nini {
  height: 23px;
  margin-left: 5px;
  padding: 3px 7px;
  background-color: #a2a2a2;
  font-size: 12px;
  color: #fff;
}

.desired-time {
  margin-top: 15px;
}

.curriculum {
  padding: 60px 0 70px;
  background-color: #e9e9e9;
}

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

.curriculum-icon {
  -ms-flex-pack: center;
  margin-bottom: 50px;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.curriculum-icon-text {
  margin-top: 10px;
  text-align: center;
}

.curriculum-zone {
  width: 90%;
  margin: 0 auto;
}

.curriculum-triangle {
  width: 0;
  height: 0;
  margin: 30px auto;
  border-top: 10px solid #909090;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.curriculum-gray {
  width: 90%;
  margin: 0 auto 40px;
  background-color: #333333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.curriculum-gray p {
  padding: 7px;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.curriculum-lead {
  text-align: center;
}

.curriculum-lead h3 {
  font-size: 20px;
}

.curriculum-lead p {
  margin-bottom: 40px;
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  color: #b1131d;
}

.curriculum-lead p span {
  padding-right: 3px;
  font-size: 45px;
}

.curriculum-bg-red {
  display: inline-block;
  padding: 2px 7px;
  background-color: #b1131d;
  color: #fff;
}

.curriculum-title {
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
}

.curriculum-text {
  line-height: 1.7;
}

.curriculum-step {
  margin-bottom: 60px;
}

.curriculum-step-flex {
  margin-bottom: 20px;
  gap: 13px;
}

.curriculum-end {
  margin-top: 35px;
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  color: #b1131d;
  text-align: center;
}

.curriculum-end p {
  display: inline;
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(91%, transparent), color-stop(0%, #b1131d));
  background: linear-gradient(transparent 91%, #b1131d 0%);
  line-height: 1.8;
}

.curriculum-table {
  width: 100%;
  margin-top: 25px;
}

.curriculum-table th {
  width: 15%;
  padding: 10px;
  background-color: #333333;
  font-weight: normal;
  color: #fff;
  text-align: start;
}

.curriculum-table td {
  padding: 10px;
}

.curriculum-table td img {
  width: 75px;
  margin: 0 auto;
}

.curriculum-table-yellow {
  background-color: #fffae0;
  font-weight: bold;
}

.curriculum-table-white {
  background-color: #fff;
}

.curriculum-table-title {
  text-align: center;
}

.curriculum-support {
  margin-bottom: 50px;
}

.curriculum-support-maintitle {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.curriculum-support-maintitle span {
  font-size: 20px;
  color: #b1131d;
}

.curriculum-support-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.curriculum-support-flex-white {
  width: 76%;
  height: 100%;
  padding: 10px 15px;
}

.curriculum-support-flex img {
  width: 90px;
}

.curriculum-support-title {
  font-size: 14px;
  font-weight: bold;
}

.curriculum-support-kome {
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.3;
  text-indent: -1em;
}

.faq {
  margin-top: -40px;
  padding: 100px 0 20px 0;
  background-color: #e9e9e9;
}

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

.faq-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.faq-service-title {
  position: relative;
  -ms-flex-align: baseline;
  width: 100%;
  padding: 16px 0 16px 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

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

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

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

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

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

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

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

.faq-service-item {
  margin-bottom: 10px;
  padding: 0 16px;
  background-color: #fff;
}

.faq-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.faq-red {
  padding-right: 12px;
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #b1131d;
}

.faq-red-a {
  padding-top: 15px;
}

.faq-answer {
  padding: 15px 0 20px 0;
}

.faq-question {
  line-height: 1.6;
}

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

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

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

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

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

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

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

.slide-item {
  margin-bottom: 72px;
}

.slide-title {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.slide-imgConteiner {
  height: auto;
  max-height: 500px;
}

.slide-img-list {
  position: relative;
  z-index: -1;
}

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

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

.slide-dots {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  width: 100%;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}

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

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

.slide-text {
  width: 90%;
  margin: 42px auto 0;
}

.findwork {
  margin-top: -40px;
  padding: 100px 0 60px 0;
  background-color: #e9e9e9;
}

.findwork-zone {
  width: 90%;
  margin: 0 auto;
}

.findwork-relative {
  position: relative;
}

.findwork-box {
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #fff;
}

.findwork-box-inner {
  width: 90%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 50px 20px 30px 20px;
}

.findwork-absolute {
  position: absolute;
  top: -19px;
  right: -10px;
  width: 108px;
}

.findwork-red {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 20px;
  background-color: #b1131d;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.findwork-red p {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.findwork-red p span {
  padding-right: 10px;
  font-size: 15px;
  font-weight: bold;
}

.findwork-title {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: bold;
}

.findwork-text {
  line-height: 1.8;
}

.more {
  margin-top: 30px;
}

.more__label {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #000000;
  text-align: center;
}

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

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

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

.more__container {
  height: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.more-kome {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.flow {
  margin-top: -40px;
  padding: 100px 0 60px 0;
  background-color: #e9e9e9;
}

.flow-zone {
  width: 90%;
  margin: 0 auto;
}

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

.flow-title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
}

.flow-number {
  position: absolute;
  top: 0;
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #b1131d;
}

.flow-box {
  position: relative;
}

.flow-box img {
  width: 120px;
  height: 120px;
}

.flow-box-flex {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}

.footer {
  padding-top: 60px;
  z-index: 9999;
  background-color: #fff;
  position: relative;
}

.footer-nav {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  opacity: 0.7;
}

.footer-nav__item {
  margin-bottom: 25px;
}

.footer__copy {
  padding: 10px 0;
  background-color: #333;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

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

.gallery {
  margin-bottom: 30px;
  padding-top: 60px;
}

.gallery-text {
  margin-bottom: 25px;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin: 0 auto;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
}

#cell1 {
  border: #fff solid 1.5px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

#cell2 {
  border: #fff solid 1.5px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

#cell3 {
  border: #fff solid 1.5px;
  -ms-grid-column: 4;
  -ms-grid-column-span: -1;
  grid-column: 4 / 3;
  -ms-grid-row: 1;
  grid-row: 1 / 1;
}

#cell4 {
  border: #fff solid 1.5px;
  -ms-grid-column: 2;
  -ms-grid-column-span: -1;
  grid-column: 2 / 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

#cell5 {
  border: #fff solid 1.5px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

#cell6 {
  border: #fff solid 1.5px;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

#cell7 {
  border: #fff solid 1.5px;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  grid-row: -3 / 3;
}

#cell8 {
  border: #fff solid 1.5px;
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  grid-row: 0 / 1;
}

#cell9 {
  border: #fff solid 1.5px;
  -ms-grid-column: 3;
  grid-column: 3 / 3;
  grid-row: -3 / -3;
}

#cell10 {
  border: #fff solid 1.5px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  grid-row: 4 / 4;
}

#cell11 {
  border: #fff solid 1.5px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  grid-row: 0 / 0;
}

#cell12 {
  border: #fff solid 1.5px;
  -ms-grid-column: 3;
  grid-column: 3 / 3;
  -ms-grid-row: 4;
  grid-row: 4 / 4;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalBtnCont {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  background-color: #222;
  color: #fff;
}

.js_modalWrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.js_modalWrap.active {
  -webkit-animation: modalOpen 0.3s ease forwards;
  animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
  -webkit-animation: modalClose 0.3s ease forwards;
  animation: modalClose 0.3s ease forwards;
}

.js_modalBG {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  max-width: 414px;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 600px;
  padding: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.js_modalCont {
  overflow-y: scroll;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  position: absolute;
  z-index: 1001;
  top: 10.5px;
  right: 25.5px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.js_modalClose::before,
.js_modalClose::after {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
  background-color: #222;
  content: "";
}

.js_modalClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    z-index: 1000;
    opacity: 1;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    z-index: 1000;
    opacity: 1;
  }
}

@-webkit-keyframes modalClose {
  0% {
    z-index: 1000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modalClose {
  0% {
    z-index: 1000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================
    コンテンツの中身
  ========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 40px;
  background-color: #ccc;
}

.ly_inner h2 {
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: bold;
}

.md_textblock > * + * {
  margin-top: 10px;
}

.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  padding: 15px 5px;
  border: 1px solid #222;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  background-color: #222;
  color: #fff;
}

.hp_pc {
  display: none !important;
}

.js_modalContInner {
  max-height: 400px;
  padding: 20px;
}

.js_modalClose {
  top: -12px;
}

.js_modalClose::before,
.js_modalClose::after {
  background-color: #fff;
}

.modal-p {
  line-height: 3.5;
  color: #fff;
}

.modal-p img {
  width: 100%;
}

@media (max-width: 767px) {
  .js_modalContInner {
    width: 90%;
  }
}
.main-visual{
  padding-top: 50px;
}
.main-visual-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-visual-sokyu {
  position: absolute;
  bottom: 16%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-visual-sokyu p {
  position: relative;
  width: 110px;
  height: 110px;
  padding-top: 17px;
  background-image: url(../img/fv/kiiro.png);
  background-size: cover;
}

.main-visual-sokyu-first {
  font-size: 16px;
  font-weight: bold;
}

.main-visual-sokyu-first span .font {
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 30px;
  font-style: italic;
}

.main-visual-sokyu-second, .main-visual-sokyu-third {
  font-size: 15px;
  font-weight: bold;
}

.main-visual-sokyu-second .one, .main-visual-sokyu-third .one {
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 35px;
  font-style: italic;
  letter-spacing: -5px;
}

.main-visual-sokyu-second .zero, .main-visual-sokyu-third .zero {
  padding-right: 3px;
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 35px;
  font-style: italic;
  letter-spacing: -2px;
}

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

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

.main-visual-kome {
  position: absolute;
  bottom: 15px;
  margin: 0 30px;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-indent: -1em;
}

.main-visual-green-main {
  position: absolute;
  top: 65px;
  left: -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.main-visual-green-main p {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #b1131d;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.main-visual-black {
  position: absolute;
  top: 2%;
}

.main-visual-black-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #f9e325;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.main-visual-black-text .dots {
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  background-image: radial-gradient(circle at center, #f9e325 25%, transparent 25%);
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 縦方向の位置調整 */
}

.main-visual-black-text .big {
  font-size: 17px;
}

.fv-sup {
  position: absolute;
  top: 62px;
  right: 4px;
}

.tri {
  width: 0;
  height: 0;
  border-top: 37px solid #b1131d;
  border-right: 25px solid transparent;
}

.green-one {
  padding: 5px 23px 6px 22px;
}

.green-two {
  padding: 5px 5px 6px 15px;
  letter-spacing: -0.4px;
}

.green-three {
  padding: 5px 6px 6px 10px;
  letter-spacing: -0.4px;
}

.yutube-ch {
  font-size: 16px;
  text-align: center;
}

.yutube-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.yutube-big-red {
  padding-left: 3px;
  font-family: "Century Gothic Pro",sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #b1131c;
}

.yutube-red {
  color: #b1131c;
}

.yutube-text {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.yutube-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9e326));
  background: linear-gradient(transparent 60%, #f9e326 60%);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}

.fv-nsca {
  position: absolute;
  bottom: 14%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fv-nsca-img {
  width: 20%;
}

.fv-nsca p {
  font-size: 12px;
  color: #fff;
}

@media (min-width: 414px) {
  .main-visual-green-main {
    left: 0px;
  }
  .green-one {
    position: relative;
    left: 1px;
    padding: 5px 23px 6px 10px;
  }
  .green-two {
    position: relative;
    left: -2px;
    padding: 5px 5px 6px 10px;
    letter-spacing: -0.4px;
  }
  .green-three {
    position: relative;
    left: -5px;
    padding: 5px 6px 6px 10px;
    letter-spacing: -0.4px;
  }
  .tri2 {
    position: relative;
    left: 1px;
    width: 0;
    height: 0;
    border-bottom: 36.5px solid #b1131d;
    border-left: 4px solid transparent;
  }
  .tri3 {
    position: relative;
    left: -2px;
    width: 0;
    height: 0;
    border-bottom: 36.5px solid #b1131d;
    border-left: 4px solid transparent;
  }
  .tri4 {
    position: relative;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 36.5px solid #b1131d;
    border-left: 3px solid transparent;
  }
  .tri5 {
    position: relative;
    left: -2px;
  }
  .tri6 {
    position: relative;
    left: -5px;
  }
  .main-visual-black {
    top: 3%;
  }
  .main-visual-sokyu {
    bottom: 16%;
  }
  .fv-nsca {
    bottom: 11%;
  }
}

.fv-information{
  display: flex;
  background-color: #ececec;
}
.fv-information-text{
  padding: 26px 0;
  margin-left: 25px;
}
.fv-information-text .en{
  font-family: "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  color: #b1131d;
  line-height: 1;
  margin-bottom: 8px;
}
.fv-information-text .ja{
  font-size: 12px;
  line-height: 1;
}
.fv-kome{
  width: 90%;
  margin: 5px auto;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.1;
  text-indent: -1em;
}

.menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  max-width: 414px;
}

.class-btn{
  background-color: #00830c;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.class-btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}
.class-btn .month{
  border: solid 1px #fff;
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.class-btn .main{
  margin: 0 0 0 10px;
  line-height: 1.2;
}
.class-btn .main p{
  color: #edcc2f;
  font-size: 19px;
  font-weight: bold;
}
.class-btn .main span{
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

@media (min-width: 414px) {
  .class-btn::after{
    right: 25px;
  }
}

.merit {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

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

.merit-box {
  margin-bottom: 50px;
}

.merit-box img {
  width: 100%;
}

.merit-box-no {
  font-size: 70px;
}

.merit-box-title {
  margin-top: -15px;
  font-size: 15px;
  color: #b1131d;
}

.merit-box-text {
  line-height: 1.8;
}

.merit-box-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;
}

.merit-box-point {
  margin: 25px 24px;
  font-family: 'Century Gothic Pro',sans-serif;
  font-weight: bold;
  font-style: italic;
}

.merit-box-sub-title {
  margin: 35px 0 25px 0;
  font-size: 20px;
  font-weight: bold;
}

.merit-box-pickup-title {
  margin: 35px 0 25px 0;
  font-family: 'Century Gothic Pro',sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: #b1131d;
  text-align: center;
}

.merit-box-pickup-name {
  margin: 30px 0 8px 0;
}

.merit-box-pickup-name span {
  margin-left: 7px;
  padding: 1px 3px;
  border: #b1131d solid 1px;
  font-size: 10px;
  color: #b1131d;
}

.merit-box-record p {
  margin: 40px 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.merit-box-record-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.merit-box-record picture {
  width: 25%;
}

.merit-box-marketing {
  -ms-flex-pack: justify;
  margin: 20px 0 0 0;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.merit-box-marketing p {
  padding-top: 10px;
}

.merit-teacher {
  gap: 15px;
}

.merit-teacher p {
  width: 115%;
  font-size: 12px;
}

.merit-teacher-img {
  width: 170px;
}

.merit-kome {
  font-size: 11px;
}

.merit-kome-zone {
  margin-top: 10px;
}

.merit-comparison {
  margin-top: 50px;
}

.merit-comparison-another {
  margin-bottom: 50px;
  text-align: center;
}

.merit-comparison-another p {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 10px;
  border: solid 1px #333;
  font-size: 15px;
  text-align: center;
}

.merit-comparison-progym {
  text-align: center;
}

.merit-comparison-progym p {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 10px;
  border: solid 1px #b1131d;
  font-size: 15px;
  color: #b1131d;
  text-align: center;
}


.merit-support-text{
  font-size: 17px;
  font-weight: bold;
  margin: 27px 0 22px;
  line-height: 1.7;
}
.merit-support-bg{
  background-color: #e9e9e9;
  padding: 23px 20px 20px;
  font-size: 12px;
  margin-top: 20px;
}
.merit-support-bg p{
    font-weight: bold;
    margin-bottom: 7px;
  }
  .merit-support-bg li{
    padding-left: 10px;
    padding-left:1.5em;
    text-indent:-1em;
    margin-bottom: 6px;
  }
  .merit-support-bg li:before {
    content:  "";
    width:  3px;
    height:  3px; 
    display:  inline-block; 
    background-color: #b1131d;
    border-radius:  50%;
    position:  relative;
    top: -3px;
    margin-right: 5px;
  }

.price {
  padding-top: 50px;
}

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

.price-triangle {
  width: 0;
  height: 0;
  margin: 15px auto 0;
  border-top: 7px solid black;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.price-choice {
  margin-bottom: 35px;
}

.price-choice-box {
  text-align: center;
}

.price-choice-box h3 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
}

.price-choice-box h4 {
  font-size: 12px;
  font-weight: normal;
}

.price-choice-flex {
  -ms-flex-pack: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.price-choice-border {
  border: #e4e4e4 solid 0.3px;
}

.kiso {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.kisoPlus {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.course-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.course-point li {
  display: inline-block;
  padding: 0 5px;
  border-radius: 16px;
  background-color: #f9e325;
  font-size: 10px;
  font-weight: bold;
}

.course-point-text {
  margin-top: 10px;
  font-size: 10px;
}

.course-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

.course-flex-img {
  width: 115px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.course-flex img {
  width: 100%;
}

.course-flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  width: 241px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}

.course-flex02-box {
  width: 241px;
  margin: 0 auto;
}

.course-campaign {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.course-campaign span {
  background-color: #ffec4e;
}

.course-campaign span .red {
  color: #b1131d;
}

.course-border {
  width: 60px;
  border: #333 solid 1px;
  font-size: 12px;
  text-align: center;
}

.course-price {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.course-price span {
  font-size: 30px;
}

.course-price sup {
  position: absolute;
  top: 10px;
  right: 3px;
}

.course-price-mini {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
}

.course-price-mini span {
  font-size: 20px;
}

.course-price-mini-red {
  margin-bottom: 40px;
  padding-left: 86px;
  font-size: 10px;
  color: #b1131d;
}

/* .course-price-mini::after {
  position: absolute;
  bottom: 1.3em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
} */

.opt-pilates-box{
  width: 90%;
  margin: 80px auto;
}
.opt-pilates-title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.opt-pilates-text{
  margin-bottom: 10px;
  line-height: 1.8;
  letter-spacing: 0;
}
.opt-pilates .opt-pilates-flex{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.opt-pilates .opt-pilates-flex .course-title{
  font-size: 16px;
}
.opt-pilates .opt-pilates-flex .course-title span.jyukou{
  padding: 0;
}.opt-pilates .opt-pilates-flex .course-price {
  font-size: 14px;
}
.opt-pilates .opt-pilates-flex .course-price .price-span{
  font-size: 24px;
}
.opt-pilates .kome{
  margin: 5px auto 20px;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.1;
  text-indent: -1em;
}

.price-table {
  margin-top: 20px;
  margin-bottom: 20px;
  border-spacing: inherit;
}

.price-table th {
  width: 35%;
  padding: 10px 15px;
  border-bottom: #fff 1px solid;
  background-color: #e4e4e4;
  font-weight: normal;
}

.price-table td {
  padding: 10px 15px;
  border-right: #e4e4e4 solid 1px;
  border-bottom: #e4e4e4 solid 1px;
}

.price-kome {
  margin: 3px auto;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.2;
  text-indent: -1em;
}

.price-gray-bg {
  margin: 20px 0 20px 0;
  padding: 9px 0;
  background-color: #333;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.price-gray-bg-inner {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}

.price-gray-bg-inner li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 8px;
}

.price-gray-bg-inner li img {
  width: 15px;
  height: 12px;
}

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

.price-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.price-service-title {
  position: relative;
  width: 100%;
  padding: 16px 0 16px 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

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

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

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

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

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

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

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

.price-service-item {
  margin-bottom: 10px;
}

.border-top {
  border-top: #e4e4e4 solid 1px;
}

.border-top span {
  color: #333;
  text-decoration: line-through;
}

.border-top .sale {
  font-size: 12px;
  color: #b1131d;
  text-decoration: none;
}

.service-p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.sale {
  color: #b1131d;
}

.sale span {
  color: #333;
  text-decoration: line-through;
}

@media screen and (max-width: 320px) {
  .course-border {
    width: 38px;
    padding: 2px 4px;
    font-size: 13px;
  }
  .course-price {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .course-price span {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

.balloon-p {
  position: relative;
  display: inline-block;
  min-width: 241px;
  max-width: 241px;
  margin: 1.5em 0;
  padding: 5px 10px;
  background: #b1131d;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.balloon-p-div {
  width: 241px;
  margin: 0 auto;
}

.balloon-p:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #b1131d;
  content: "";
}

.school {
  padding-top: 70px;
  padding-bottom: 25px;
}

.school-zone {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

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

.school-map {
  width: 100%;
}

.school-list {
  margin-bottom: 40px;
  font-size: 15px;
  text-align: center;
}

.school-list-after:after {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 15px;
  background-color: #333;
  content: "";
}

.school-list-after-none:after {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: "";
}

.school-list-flex {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.school-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold;
}

.school-address {
  /* margin-bottom: 20px; */
}
.school-address-tel {
  margin-bottom: 20px;
}

#shibuya,
#nagoya,
#umeda,
#hakata {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}

.voice {
  padding-top: 50px;
}

.voice-zone {
  margin-bottom: 50px;
}

.voice-box {
  width: 210px;
}

.voice-box img {
  margin-bottom: 15px;
}

.voice-name {
  margin: 10px 0 5px;
  font-weight: bold;
}

.voice-job {
  margin-bottom: 10px;
  font-weight: bold;
}

.voice-text {
  margin-bottom: 30px;
  line-height: 1.7;
}

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

.voice-item {
  width: 210px;
}

.voice__slide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-left: 25px;
  gap: 13px;
  -webkit-scroll-snap-type: x;
  -ms-scroll-snap-type: x;
  scroll-snap-type: x;
}

.voice-kome {
  width: 90%;
  margin: 20px auto 0;
  padding-left: 1em;
  text-indent: -1em;
}

.complete {
  margin-top: 110px;
  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: 80%;
  max-width: 336px;
  margin: 0 auto;
}

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

.reserve-flow-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background-color: #b1131d;
  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: #06c755;
  width: 250px;
  margin: 30px auto;
}
.thanks-btn a{
width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
.thanks-btn a p{
  color: #fff;
  position: relative;
  color: #fff;
  left: 10px;
}
.thanks-btn a p:before{
content: "";
  position: absolute;
  width: 17px;
  height: 24px;
  background: url(../img/ico-line.svg) no-repeat center/contain;
  left: 18%;
}
/*# sourceMappingURL=maps/style.css.map */
