@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: 0.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: 0.3s opacity;
  transition: 0.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: 0.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: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.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: 0.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: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Work Sans", 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);
}

.section-title-left {
  margin-bottom: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #41a884;
  text-align: left;
  letter-spacing: 3px;
}

.section-title-left-text {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 5px;
}

.section-title-center {
  margin-bottom: 15px;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #41a884;
  text-align: center;
  letter-spacing: 3px;
}

.section-title-center-text {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 5px;
}

.bannerFv {
  background-color: #e5f0e0;
  padding: 47px 0 1px;
}
.bannerFv-title-ja {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #d1530e;
  letter-spacing: 2px;
}
.bannerFv-title-en {
  text-align: center;
  font-size: 30px;
  font-family: "Brandon-Grotesque", sans-serif;
  color: #d1530e;
}
.bannerFv-boarder {
  color: #d1530e;
  text-align: center;
  margin: 8px 0 25px;
}
.bannerFv-boarder p {
  display: inline-block;
  text-align: center;
  border: solid 0.5px #d1530e;
  padding: 2px 50px;
  font-size: 12px;
}
.bannerFv-ul-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.bannerFv-ul li {
  background-color: #fff;
  padding: 0 0 0 17px;
  display: flex;
  align-items: center;
  width: 93%;
  margin: 0 auto 8px;
  height: 65px;
}
.bannerFv-ul li .circle {
  background-color: #41a884;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  padding: 10px 0;
  margin-right: 15px;
  flex-shrink: 0;
}
.bannerFv-ul li .circle span {
  font-size: 20px;
  font-family: "Brandon-Grotesque", sans-serif;
}
.bannerFv-ul-black {
  width: 92px;
  text-align: center;
  margin-right: 4px;
}
.bannerFv-ul-black p {
  width: 92px;
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.bannerFv-ul-black p:first-child {
  margin-bottom: 3px;
}
.bannerFv-triangle {
  width: 0;
  height: 0;
  border-left: 5px solid #41a884;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 3px;
}
.bannerFv-money {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  margin-right: 3px;
  position: relative;
}
.bannerFv-money .sup {
  position: absolute;
  font-weight: normal;
  display: block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left top;
  top: 0;
  right: -3px;
}

.bannerFv-money2 {
  margin-right: 6px;
}
.bannerFv-money .span {
  font-size: 13px;
}
.bannerFv-money .text-decoration {
  text-decoration: line-through;
}
.bannerFv-sale {
  font-size: 16px;
  font-weight: bold;
  padding-right: 17px;
  position: relative;
}
.bannerFv-sale p span {
  font-family: "Brandon-Grotesque", sans-serif;
  color: #d1530e;
  font-size: 55px;
  font-weight: 400;
}
.bannerFv-sale-hangaku p span{
  font-size: 35px;
  padding-left: 20px;
}
.bannerFv-sale .sup {
  position: absolute;
  display: block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left top;
  top: 23px;
  left: 57%;
  line-height: 1.2;
}
.bannerFv-sale-hangaku .sup{
  left: 0;
  top: 8px;
  font-size: 18px;
}

.bannerFv-free {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-right: 7px;
  position: relative;
}
.bannerFv-free .sup {
  position: absolute;
  font-weight: normal;
  display: block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left top;
  top: 10px;
  right: -11px;
}
.bannerFv-free-hangaku .sup{
  top: -7px;
  right: -200px;
}
.bannerFv-InBody {
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}
.bannerFv-InBody span {
  font-size: 16px;
  color: #d1530e;
}
.bannerFv-shogetsu {
  position: relative;
}
.bannerFv-shogetsu .saidai {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 9px;
  font-weight: bold;
}
.bannerFv-shogetsu .ab {
  position: absolute;
  top: 50%;
  left: 47px;
}
.bannerFv-shogetsu-p {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 -5px 0;
}
.bannerFv-shogetsu-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bannerFv-shogetsu-red {
  color: #d1530e;
  font-weight: bold;
  font-size: 20px;
}

.bannerFv-shogetsu-font-red {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.bannerFv-shogetsu-font-red span {
  color: #d1530e;
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 26px;
}
.bannerFv-shogetsu-flex .sup {
  font-weight: normal;
  display: block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left top;
  margin-left: -17px;
}
.cv-btn-area {
  position: relative;
}
.cv-btn-area-div {
  background-color: #fdc556;
  border-radius: 60px;
  width: 300px;
  height: 60px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
  box-shadow: 0 7px 0 0 #e4b14d;
}
.cv-btn-area-div:active {
  box-shadow: none;
  position: relative;
  top: 10px;
}
.cv-btn-area-div p {
  text-align: center;
}
.cv-btn-area-div p span {
  font-size: 16px;
}
.cv-btn-area-point {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 26%;
  padding: 4px 0;
}
.cv-btn-area-point p {
  font-size: 13px;
}
.cv-btn-area-point p span {
  display: block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: center top;
}

.cv-area {
  background-color: #e5f0e0;
  padding: 45px 0;
}
.cv-area-text .first {
  font-size: 13px;
  text-align: center;
  color: #41a884;
  font-weight: bold;
}
.cv-area-text .second {
  font-size: 16px;
  color: #41a884;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.cv-area-text .second::before,
.cv-area-text .second::after {
  position: absolute;
  top: 0.5rem;
  height: 4rem;
  content: "";
}

.cv-area-text .second::before {
  border-left: solid 1px;
  left: 8%;
  transform: rotate(-30deg);
}

.cv-area-text .second::after {
  border-right: solid 1px;
  right: 8%;
  transform: rotate(30deg);
}

.center-title {
  padding: 100px 0 45px;
}

.center-title-en {
  font-family: "Brandon-Grotesque", sans-serif;
  font-weight: 300;
  color: #41a884;
  text-align: center;
  letter-spacing: 4px;
  font-size: 10px;
}

.center-title-ja {
  margin-top: 15px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}

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

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: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Work Sans", 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);
}

.section-title-left {
  margin-bottom: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #41a884;
  text-align: left;
  letter-spacing: 3px;
}

.section-title-left-text {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 5px;
}

.section-title-center {
  margin-bottom: 15px;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #41a884;
  text-align: center;
  letter-spacing: 3px;
}

.section-title-center-text {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 5px;
}

.kome {
  font-size: 10px;
  color: #6d6d6d;
  padding-left: 1em;
  text-indent: -1em;
}
.fv-kome {
  width: 90%;
  margin: 20px auto 0;
}
.voice-kome {
  margin-top: 20px;
}
.plan-kome {
  margin-top: 40px;
}
.plan-service-kome {
  margin-top: 27px;
}

.center-title {
  padding: 90px 0 60px;
}

.center-title-en {
  font-family: "Brandon-Grotesque", sans-serif;
  font-weight: 300;
  color: #41a884;
  text-align: center;
  letter-spacing: 4px;
}

.center-title-ja {
  margin-top: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}

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

.logo-container img {
  width: 100px;
  padding: 22px 0 18px 20%;
}
@media screen and (min-width: 414px) {
  .logo-container img {
    width: 115px;
    padding: 22px 0 18px 20%;
  }
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  max-width: 414px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.header-text {
  margin-left: 9px;
  padding: 22px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.header-btn {
  width: 120px;
  height: 35px;
  margin: 0 20px 0 auto;
  border-radius: 35px;
  background-color: #fdc556;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 5px 0 0 #e4b14d;
}

.header-btn p {
  font-weight: 500;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.header-btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

.header-btn {
  cursor: pointer;
}

/*アニメーション*/
.dokidoki {
  animation: dokundokun 2500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}

.header-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@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 {
  width: 100%;
  height: 64px;
  border-radius: 60px;
  background-color: #e4b14d;
  font-size: 17px;
  color: #333;
  letter-spacing: 0.04em;
}

.form-btn {
  position: relative;
}

.s-hukidashi {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 50%;
  background: #41a884;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.s-hukidashi-r {
  position: relative;
}

.s-hukidashi-a {
  position: absolute;
  top: -20px;
  left: 40px;
}

.s-hukidashi:before {
  position: absolute;
  z-index: 0;
  right: -5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-left: 7px solid #41a884;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(30deg);
}

.y-hukidashi {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
  border-radius: 9px;
  background: #41a884;
  font-size: 10px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.y-hukidashi-r {
  position: relative;
}

.y-hukidashi-a {
  position: absolute;
  top: 60px;
  left: 95px;
}

.y-hukidashi-b {
  position: absolute;
  top: 109px;
  left: 95px;
}

.y-hukidashi-y {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
  border-radius: 9px;
  background: #fbb730;
  font-size: 10px;
  line-height: 1.3;
  color: #333;
  text-align: center;
}

.y-hukidashi-y-c {
  position: absolute;
  top: 156px;
  left: 95px;
}

.yazirusi {
  position: absolute;
  top: 48%;
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.yazirusi {
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-cv {
  background-color: #e5f0e0;
  padding: 50px 0;
}
.contact-cv .contact-cv-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  letter-spacing: -0.5px;
}

.contact-cv .contact-cv-title::before,
.contact-cv .contact-cv-title::after {
  position: absolute;
  top: 0.5rem;
  height: 1.8rem;
  content: "";
}

.contact-cv .contact-cv-title::before {
  border-left: solid 1px;
  left: 10%;
  transform: rotate(-30deg);
}

.contact-cv .contact-cv-title::after {
  border-right: solid 1px;
  right: 10%;
  transform: rotate(30deg);
}

@media screen and (max-width: 400px) {
  .contact-cv .contact-cv-title {
    letter-spacing: -0.1px;
  }
  .contact-cv .contact-cv-title::before {
    left: 5%;
  }

  .contact-cv .contact-cv-title::after {
    right: 5%;
  }
}

.cv-ribon-area {
  text-align: center;
  margin: 20px 0 -4px;
}
.cv-ribon {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.cv-ribon:before {
  /*左側のリボン端*/
  content: "";
  position: absolute;
  width: 30px;
  bottom: 9px;
  left: -15px;
  z-index: 0;
  border: 15px solid #c14b0b;
  border-left-color: transparent; /*山形に切り抜き*/
  border-left-width: 10px;
}

.cv-ribon:after {
  /*右側のリボン端*/
  content: "";
  position: absolute;
  width: 30px;
  bottom: 9px;
  right: -15px;
  z-index: 0;
  border: 15px solid #c14b0b;
  border-right-color: transparent;
  border-right-width: 10px;
}

.cv-ribon p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 315px;
  z-index: 1;
  background: #d1530e; /*真ん中の背景色*/
  letter-spacing: 2px;
}
.cv-ribon p:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 15px #a73c02; /*左の折り返し部分*/
}
.cv-ribon p:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-left: solid 15px #a73c02; /*右の折り返し部分*/
}
.contact-cv-point {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-cv-point-top {
  background-color: #41a884;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contact-cv-point-ul {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.contact-cv-point-ul li {
  width: 165px;
  height: 90px;
}
.contact-cv-point-top span {
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 20px;
  padding-left: 2px;
}
.contact-cv-point-under {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 63px;
}
.contact-cv-point-under-menu {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.contact-cv-point-under-money {
  font-size: 13px;
  font-weight: bold;
}
.contact-cv-point-under-hangaku {
  font-weight: bold;
  font-size: 30px;
  color: #d1530e;
}
.contact-cv-point-under-money span {
  font-family: "Brandon-Grotesque", sans-serif;
  color: #d1530e;
  font-size: 42px;
  font-weight: 400;
}
.contact-cv-point-under-money-hangaku span{
  font-size: 35px;
}
.contact-cv-point-under-money-hangaku sup{
  position: relative;
  top: -21px;
}
@media screen and (min-width: 414px) {
  .y-hukidashi-a {
    left: 105px;
  }
  .y-hukidashi-b {
    left: 105px;
  }
  .y-hukidashi-y-c {
    left: 105px;
  }
}

.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-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-lead {
  line-height: 2;
}

.about-lead-inner {
  width: 85%;
  margin: 30px auto 0;
}

.about-lead-point {
  margin: 45px 0 0;
}
.about-lead-kome {
  margin-bottom: 100px;
}

.about-lead-point li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about-lead-point li p {
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.7;
}

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

.solution-text-area {
  margin-left: 10%;
  padding: 30px 0;
}

.solution-text-area-ja {
  font-weight: bold;
  letter-spacing: 2px;
}

.solution-text-area-en {
  margin-top: 10px;
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #41a884;
  letter-spacing: 2px;
}

.solution-text-area-ul {
  margin-top: 35px;
}

.solution-text-area-ul li {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
}

.solution-text-area-ul li:before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #41a884;
  content: "";
}

.solution-img {
  width: 170px;
  margin-left: auto;
}

.reason {
  padding: 90px 0 30px;
}

.reason-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 15px;
}
.reason-point li {
  width: 47%;
  height: 56px;
  background-color: #f3f1ee;
  font-weight: bold;
  text-align: center;
}
.reason-point li a {
  color: #41a884;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 56px;
}

.reason-point .trial-flow-triangle {
  margin-top: -15px;
}

.reason-inner {
  width: 85%;
  margin: 0 auto;
}

.reason-text-area {
  margin: 55px 0 40px 0;
}
.reason-links {
  width: 90%;
  margin: 0 auto;
}
.reason-links-li {
  margin-bottom: 100px;
}
.reason-link-number {
  text-align: center;
  color: #41a884;
  font-size: 24px;
  font-weight: bold;
  font-family: "Brandon-Grotesque", sans-serif;
  margin-top: 60px;
}
.reason-link-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 3px;
}
.reason-link-title sup {
  font-size: 10px;
}
.reason-link-img {
  margin: 30px 0;
}
.reason-link-img img {
  width: 100%;
}
.reason-link-minititle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.reason-link-text {
  line-height: 2;
  margin-bottom: 45px;
}
#reason-specialist .trainer-inner {
  width: 100%;
}
.reason-price-plan-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 75px;
}
.reason-price-plan-img {
  width: 75px;
  margin: 0 auto;
}
.reason-price-plan-text {
  line-height: 2;
  margin: 25px 0 30px;
}
.reason-price-table-title {
  font-weight: bold;
}
.reason-price-table {
  width: 100%;
  font-size: 12px;
  margin: 15px 0 20px;
}
.reason-price-table {
  border: solid 1px #ddd6cf;
  border-collapse: collapse;
}
.reason-price-table th {
  background-color: #f3f1ee;
  border: solid 1px #ddd6cf;
  height: 34px;
  text-align: center;
}
.reason-price-table td {
  border: solid 1px #ddd6cf;
  padding: 0 8px;
  height: 53px;
}
.reason-price-table .green {
  color: #41a884;
}
.reason-price-table .bg-green {
  background-color: #f8fbf7;
  text-align: center;
}
.reason-price-table .center {
  text-align: center;
}
.reason-price-table .bold {
  font-weight: bold;
}

/* タブ追加 */

/*タブのスタイル*/
.tab_item {
  width: calc((85% - 6px) / 2);
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  text-align: center;
  color: #9f9f9f;
  display: block;
  float: left;
  text-align: center;
  margin: 0 auto;
  background-color: #eeeeee;
  border-radius: 5px 5px 0 0 ;
  margin-left: 7.5%;
  position: relative;
  bottom: -2px;
}
.tab_item2{
  margin-left: 6px;
  margin-right: 7.5%;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

.tab_content table {
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
  padding: 30px 7.5% 0 7.5%;
  margin: 0 auto;
  border-top: solid 1.5px #19a78e;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  color: #19a78e;
  font-weight: bold;
  background-color: #fff;
  border: solid 1.5px #19a78e;
  border-bottom: none;
  height: 47px;
  position: relative;
  bottom: -2px;
}
.reason-logo {
  width: 210px;
  margin: 0 auto 30px;
}
.reason-links-li-kome {
  margin-top: -30px;
}
.meal-example {
  margin-top: 25px;
  background-color: #faf8f7;
  padding: 30px 0;
}
.meal-example-inner {
  width: 80%;
  margin: 0 auto;
}
.meal-example-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 24px;
}
.meal-example-member {
  background-color: #fff;
  display: flex;
  padding: 20px 15px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.meal-example-member-diet {
  display: flex;
  gap: 12px;
  align-items: center;
}
.meal-example-member-diet .left {
  background-color: #f3f1ee;
  font-size: 11px;
  text-align: center;
  width: 68px;
  height: 17px;
}
.normally-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.normally-ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.normally-ul-kome {
  text-align: center;
  margin-top: 10px;
}
.normally-ul li {
  width: 47%;
}
.normally-text {
  font-weight: bold;
}
.normally-text.nine::before {
  content: url(../img/about/icon9.png);
  position: relative;
  padding-right: 5px;
}
.normally-text.twelve::before {
  content: url(../img/about/icon12.png);
  position: relative;
  padding-right: 5px;
}
.normally-text.fifteen::before {
  content: url(../img/about/icon15.png);
  position: relative;
  padding-right: 5px;
}
.normally-text.twenty::before {
  content: url(../img/about/icon20.png);
  position: relative;
  padding-right: 5px;
}

.normally-text span {
  color: #41a884;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
}
@media (min-width: 767px) {
  .modal .modal-box {
    max-width: 330px;
  }
}
.modal .modal-box .modalClose {
  position: absolute;
  top: -15px;
  right: 10px;
}
.modal .modal-box .modalClose2 {
  position: initial;
  margin-top: 30px;
  display: block;
  margin: auto;
}
.modal .modal-box .modalClose::before,
.modal .modal-box .modalClose::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff;
}
.modal .modal-box .modalClose2::before,
.modal .modal-box .modalClose2::after {
  /* 共通設定 */
  content: "";
  position: initial;
}

.modal .modal-box .modalClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal-box .modalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modalOpen {
  border: #41a884 solid 1px;
  border-radius: 20px;
  width: 124px;
  height: 40px;
  margin: 5px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.modal-box-inner {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 35px;
}
.modal-box-title {
  background-color: #41a884;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  margin-bottom: 25px;
}
.modal-box-point {
  text-align: center;
  margin-bottom: 20px;
}
.modal-box-list-title {
  color: #41a884;
  font-weight: bold;
  margin-top: 24px;
}
.modal-box-list-text {
  font-weight: bold;
  margin-bottom: 75px;
}
.modal-box-list-text span {
  color: #41a884;
}
.modal-box-list {
  margin-top: 5px;
}
.modal-box-list li {
  font-weight: bold;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.modal-box-list li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #41a884;
  border-radius: 50%;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.modal-box-bg-inner {
  background-color: #f3f1ee;
  padding: 20px;
  margin: 15px 0 0 0;
  position: relative;
}
.modal-box-bg-inner .osusume {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}
.modal-box-bg-inner .text {
  color: #41a884;
  font-size: 11px;
}
.modal-box-bg-inner .text span {
  color: #333;
}
.modal-box-bg-inner-img {
  position: absolute;
  top: -137px;
  right: -5px;
}
.modal-box-bg-inner-img02 {
  position: absolute;
  bottom: 150px;
  right: 25px;
}
.modal-box-inner .kome {
  margin: 20px 0 30px 0;
}

.left-title {
  padding: 140px 0 95px;
}

.left-title-en {
  margin-bottom: 10px;
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #41a884;
  letter-spacing: 2px;
  line-height: 1.7;
}

.left-title-ja {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 2;
}

.ba {
  margin-top: 70px;
  padding: 70px 0 20px 0;
  background-color: #edf3f1;
}

.ba-inner {
  width: 85%;
  margin: 0 auto;
}

.ba-img {
  margin-bottom: 60px;
}

.ba-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ba-comment {
  margin-bottom: 25px;
  font-size: 15px;
}

.ba-kome {
  margin-top: -20px;
  padding-left: 1em;
  font-size: 10px;
  color: #6d6d6d;
  text-indent: -1em;
}

.ba-kome2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  padding-left: 1em;
  font-size: 10px;
  color: #6d6d6d;
  text-indent: -1em;
}

.ba-ending {
  margin: 70px 0 40px 0;
  font-size: 21px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 5px;
}

.ba-group-one {
  margin-top: 25px;
}

.ba-group-two {
  margin-top: 25px;
}

.ba-group-result {
  font-size: 16px;
}

.ba-green-circle {
  width: 85px;
  height: 85px;
  margin-top: 25px;
  padding: 11px 0;
  border-radius: 50%;
  background-color: #41a884;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.ba-green-circle p span {
  font-size: 23px;
}

.ba-green-circle p .tassei {
  font-size: 16px;
}

.ba-menu {
  font-size: 12px;
}

.ba-risou-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ba-risou-two {
  margin-left: auto;
}

.ba-risou-two img {
  margin-top: 45px;
}

.ba-risou-three {
  margin-top: -60px;
  margin-left: 20px;
}

.comment {
  width: 80%;
  margin: 110px auto 90px;
  line-height: 2;
}

.comment-title {
  margin-bottom: 50px;
  font-size: 21px;
  letter-spacing: 3px;
}

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

.counseling-reserve {
  padding: 0 0 32px;
}

.counseling-reserve__inner {
  width: 90%;
}

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

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

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

.counseling-form__text {
  font-size: 15px;
  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: 135px;
}

.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: -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: #41a884 !important;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

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

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

.counseling-form__note {
  font-size: 1.1rem;
  line-height: 1.4;
}

.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;
  font-size: 15px;
  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 {
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
}
.counseling-form__privacy-text a {
  color: #41a884;
  border-bottom: solid 1px #41a884;
}
.counseling-form__new-open {
  font-size: 12px;
  margin-top: 15px;
}
.calendar::placeholder {
  color: #333 !important;
}
.form-error {
  width: 90%;
  margin: 32px auto;
  padding: 30px;
  padding: 30px;
  border: 1px solid #d1530e;
  color: #41a884;
}

.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: 10px;
  font-size: 15px;
  color: #b6b6b6 !important;
}

.triangle01 {
  margin-bottom: 25px;
}

.hissu {
  display: inline-block;
  height: 20px;
  margin-left: 15px;
  padding: 0px 5px;
  border: #d1530e solid 1px;
  font-size: 12px;
  color: #d1530e;
}

.hukusuu,
.nini {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  padding: 0px 5px;
  background-color: #a2a2a2;
  font-size: 12px;
  color: #fff;
}

.sns {
  padding: 30px 0;
}

.sns-flex {
  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;
  gap: 17px;
}

.contact-sale {
  margin-left: 20px;
  margin-left: 28px;
  font-size: 13px;
  font-weight: 500;
  color: #41a884;
}

.label-green span {
  padding-left: 5px;
  color: #41a884;
}

.triangle {
  position: relative;
}

.arrow1 {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 0;
  height: 0;
  border-top: 7px solid #41a884;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.form-time-kome {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 12px;
}

.counseling-form__radios-menu input {
  width: 15px !important;
}

.form-push-area{
  margin-bottom: 60px;
  text-align: center;
}

.form-push-area .form-push{
  color: #d1530e;
  margin-bottom: 10px;
}

.contact-sale span {
  font-size: 10px;
}

.faq {
  margin-top: 70px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

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

.faq-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  -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;
  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: #333;
  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 {
  padding: 0 18px;
  background-color: #fff;
}

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

.faq-red {
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 18px;
  color: #41a884;
}

.faq-red-a {
  padding-top: 8px;
  color: #41a884;
}

.faq-answer {
  padding: 10px 0 20px 0;
  font-size: 14px;
  text-align: left;
}

.faq-question {
  font-size: 15px;
  line-height: 1.6;
}

.faq-border {
  position: relative;
  text-align: center;
  /* 文字の中央寄せ */
}

.faq-border::before {
  /* 線の中央寄せ */
  position: absolute;
  top: -5px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  width: 90%;
  height: 1px;
  /* 線の色 */
  border-radius: 5px;
  background-color: #e4e4e4;
  /* 線の両端を丸く */
  content: "";
  /* 線の位置 */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* 線の長さ */
}

.footer__copy {
  height: 30px;
  padding: 5px;
  background-color: #333;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.gallery-tap {
  font-size: 12px;
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin: 0 auto;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr) [3];
  grid-template-rows: repeat(3, 1fr);
}
.cell {
  border: solid #fff 3px;
}
#cell1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

#cell2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

#cell3 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

#cell4 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

#cell5 {
  grid-column: 1 / 2;
  grid-row: 4 / 3;
}

#cell6 {
  grid-column: 2 / 3;
  grid-row: 4 / 3;
}

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

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  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: 20px;
  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: 20px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.hp_pc {
  display: none !important;
}

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

.js_modalClose {
  top: -12px;
  width: 30px;
  height: 30px;
}

.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 {
  position: relative;
}

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

.main-visual__img {
  margin-left: auto;
  background-size: cover;
}

/* 表示領域全体 */
div.container.itmFade_2 {
  width: 100%;
  height: 487px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 385px) {
  div.container.itmFade_2 {
    height: 495px;
  }
}
@media screen and (min-width: 390px) {
  div.container.itmFade_2 {
    height: 505px;
  }
}
@media screen and (min-width: 395px) {
  div.container.itmFade_2 {
    height: 510px;
  }
}
@media screen and (min-width: 400px) {
  div.container.itmFade_2 {
    height: 515px;
  }
}
@media screen and (min-width: 405px) {
  div.container.itmFade_2 {
    height: 520px;
  }
}
@media screen and (min-width: 414px) {
  div.container.itmFade_2 {
    height: 530px;
  }
}
/* アニメーションの設定 */
div.container.itmFade_2 div.item {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  animation: itmFade2-chg-itm-anim 12s infinite; /* アニメーション : 下記「@keyframes chg-itm-anim の 0% から 100% まで」を「10秒」で「無限」に繰り返す */
}
/* 1つ目のアイテム */
div.container.itmFade_2 div.item:nth-of-type(1) {
  animation-delay: -2s; /* アニメーション(下記「@keyframes chg-itm-anim」)の開始を0秒遅らせる */
}
/* 2つ目のアイテム */
div.container.itmFade_2 div.item:nth-of-type(2) {
  animation-delay: 4s;
}

/* アニメーションの進行 */
@keyframes itmFade2-chg-itm-anim {
  0% {
    opacity: 0;
    /* z-index : 2; */
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    /* z-index : 1; */
  }
  100% {
    opacity: 0;
  }
}

.FV-ab {
  position: absolute;
  top: 27px;
  left: 7%;
}

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

.FV-ab-title {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 5px;
}

.FV-ab-title span {
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-top: 3px;
}

.FV-ab-list {
  display: flex;
  gap: 7px;
}
.FV-ab-list li {
  background-color: #41a884;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 0 5px;
}

.FV-ab-point {
  font-size: 12px;
}

.FV-ab-point-p {
  font-weight: bold;
  margin-bottom: -5px;
}

.FV-ab-point-p p {
  line-height: 1.3;
  border-bottom: #333 solid 1px;
  margin-bottom: 7px;
}
.FV-ab-point-p p .min {
  color: #41a884;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  padding: 0 4px;
}
.FV-ab-point-p p .text {
  font-size: 16px;
}

.FV-ab-point-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}

.FV-ab-point-flex-time {
  height: 31px;
  border: solid 0.5px;
  font-size: 10px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.FV-ab-point-flex-money {
  font-size: 17px;
  font-weight: bold;
}

.FV-ab-point-flex-money span {
  margin: 0 5px 0 0;
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #d1530e;
  letter-spacing: -1px;
}
.FV-ab-point-flex-money sup {
  font-size: 11px;
  font-weight: normal;
}

.FV-ab-point-flex-mini {
  position: absolute;
  right: 3%;
  top: 32px;
}

.FV-ab-point-flex-mini p {
  position: relative;
  top: 8px;
  left: -4px;
  display: block;
  width: 100%;
  font-size: 10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.FV-ab-text-p {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.4px;
}

.FV-ab2 {
  position: absolute;
  top: 410px;
  left: 5%;
  font-size: 13px;
}
@media screen and (min-width: 413px) {
  .FV-ab2 {
    top: 420px;
  }
  .main-visual {
    padding-top: 0;
  }
  .fade-text {
    top: 196px;
  }
}

.FV-ab2 p {
  display: inline-block;
  width: 108px;
  height: 108px;
  padding: 35px 0;
  border-radius: 50%;
  background-color: #fdc556;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.FV-ab2-diagnosis {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 80px;
  height: 21px;
  border-radius: 21px;
  background-color: #fff;
  font-size: 11px;
  line-height: 21px;
  color: #d1530e;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.FV-ab2-arrow {
  position: absolute;
  bottom: 20px;
  left: 48%;
  width: 5px;
  height: 5px;
  border: 0.5px solid;
  border-color: transparent transparent #333 #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.FV-ab2 img {
  position: absolute;
  top: -8px;
  right: -20px;
}

/* .yureru-updown {
	animation: yureru-updown 3s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
} */

.FV-ab4 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.FV-ab4-text {
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.FV-ab4-logo img {
  width: 90px;
  height: 23px;
}

.FV-ab4-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.FV-ab5 {
  position: absolute;
  bottom: 232px;
  right: 6%;
}

.mv-point {
  padding: 10px 0;
  background-color: #f3f1ee;
}

.mv-point-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-around;
  -ms-flex-align: end;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.mv-point-ul li {
  position: relative;
  width: 106px;
}
.mv-point-ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  display: block;
  width: 0;
  height: 85px;
  margin: auto;
  border-right: 0.8px solid #dfd9d3;
  content: "";
}
@media not screen and (max-width: 413px) {
  .mv-point-ul li::before {
    left: -16px;
  }
  .FV-ab5 {
    bottom: 255px;
    right: 9%;
  }
  .FV-ab4 {
    bottom: 5px;
  }
  .FV-ab {
    top: 45px;
  }
}
.mv-point-ul li:first-of-type::before {
  content: none;
}

.mv-point-ul li p {
  text-align: center;
  margin-top: -2px;
}

.mv-point-ul li .span {
  display: block;
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: center top;
  padding-top: 8px;
}
.mv-point-ul li .red {
  color: #d1530e;
  font-weight: bold;
}

.mv-point-ul li img {
  margin: 0 auto;
}

.fv-kome {
  width: 90%;
  margin: 15px auto 50px;
}
.fv-graph-title {
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 45px;
  letter-spacing: 2px;
  /* text-align: justify; */
  /* text-align-last: justify; */
}
.fv-graph-title span {
  color: #41a884;
}
.fv-graph {
  width: 315px;
  margin: 0 auto 25px;
}

.merit-bg-green {
  padding: 0 0 15px 0;
  background-color: #edf3f1;
}

.merit-bg-green2 {
  margin-top: 50px;
}

.merit-inner {
  width: 85%;
  margin: 0 auto;
}

.merit-inner-number {
  padding: 60px 0 10px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #41a884;
  letter-spacing: 2px;
}

.merit-inner-title {
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 1.7;
}

.merit-inner-text {
  margin: 25px 0 50px 0;
  font-size: 15px;
  line-height: 2;
}

.merit-inner-over {
  width: 90%;
  margin: 50px auto;
}

.merit-inner-ending {
  margin-bottom: 70px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.merit-inner-box-title {
  margin-bottom: 30px;
  font-size: 19px;
  color: #41a884;
  letter-spacing: 5px;
}

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

.merit-inner-box-flex li {
  width: 145px;
}

.merit-inner-box-first {
  margin: 15px 0 10px;
}

.merit-inner-box-second {
  font-size: 12px;
}

.merit-inner-box2 {
  width: 90%;
  margin: 0 auto;
}

.merit-inner-box2-text {
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 2;
  text-align: center;
}

.merit-inner-box2-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 11px;
}

.merit-inner-box2-flex p {
  text-align: center;
}

.merit-inner-box2-flex li {
  margin-bottom: 10px;
}

.service {
  width: 85%;
  margin: 0 auto;
}

.service-title {
  margin: 70px 0 45px 0;
  font-size: 19px;
  text-align: center;
}

.service-flex {
  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;
}

.service-flex li {
  width: 145px;
}

.service-flex p {
  padding: 15px 0 30px 0;
  font-size: 12px;
  text-align: center;
}

.service-flex p span {
  font-size: 15px;
}

.service-ending {
  margin-top: 40px;
  font-size: 21px;
  text-align: center;
}

.program {
  padding: 77px 0 115px;
  background-color: #f1f1f0;
}
.program-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.program-ul {
  width: 85%;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.program-ul li {
  width: 47%;
  position: relative;
}
.program-ul li img {
  width: 100%;
}
.program-box-text-box {
  background-color: #fff;
  padding: 0 0 35px;
  text-align: center;
  font-weight: bold;
}
.program-box-text-box p {
  margin-top: 15px;
}
.modalOpen.program-modalOpen {
  border: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
}

.program-modalOpen-icon {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 0.08em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.program-modalOpen-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.program-modal-li li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: -0px;
  line-height: 1.8;
}
.program-modal-title {
  font-size: 12px;
  margin: 15px 0 5px;
  font-weight: bold;
}
.program-example {
  font-size: 12px;
  color: #41a884;
  text-align: center;
}
.program-modal-li li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 3.5px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  z-index: 1;
}

.program-modal-li li:after {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fdc556;
}

.partner {
  width: 85%;
  margin: 0 auto;
  padding: 110px 0 40px 0;
}

.partner-p {
  font-size: 15px;
  line-height: 2;
}

.partner-graph-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 55px 0 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.partner-graph-flex p {
  margin-bottom: 20px;
  text-align: center;
}

.partner-graph-flex img {
  margin: 0 auto;
}

.partner-kome {
  padding-left: 1em;
  font-size: 10px;
  color: #6d6d6d;
  text-indent: -1em;
}

.partner-kome2 {
  margin-top: -20px;
  padding-left: 1em;
  font-size: 10px;
  color: #6d6d6d;
  text-indent: -1em;
}

.partner-tassei {
  margin: 70px 0 25px 0;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
}

.partner-tassei-kekka {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

.partner-tassei-kekka .margin-b {
  position: relative;
  top: -5px;
}

.partner-tassei-kekka .accent-color {
  padding-left: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 35px;
  color: #d1530e;
}

.partner-purpose-text {
  margin: 65px 0 35px 0;
  font-size: 19px;
  text-align: center;
}

.partner-purpose-flex {
  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;
}

.partner-purpose-flex li {
  width: 145px;
}

.partner-purpose-flex p {
  padding: 15px 0 30px 0;
  text-align: center;
}

.y-hukidashi-a {
  position: absolute;
}

.review {
  padding: 50px 0 90px;
}

.review-note{
  font-size: 10px;
  width: 90%;
  margin: 0 auto;
}

.review-phon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 80%;
  margin: 20px auto 0;
  gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.review-phon-flex .right img{
  padding: 0 0 10px 0;
}

.review-zone ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  width: 95%;
  margin-left: auto;
  gap: 15px;
}

.review-box {
  width: 250px;
  padding: 25px;
  background-color: #f0f0ef;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-box-human-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}

.review-box-human-flex p {
  font-size: 13px;
}

.review-box-human-flex p span {
  font-size: 10px;
}

.review-box-google-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 10px;
  gap: 10px;
}

.review-box-google-flex img{
  width: 20px;
}

.review-box-star-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.review-box-star-flex img{
  width: 23px;
  height: 23px;
}

.review-box-inner-p {
  font-size: 13px;
  line-height: 1.8;
}

.plan {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 85px;
}
.plan-block {
  position: relative;
  margin-bottom: 25px;
  border: solid 1px #ddd6cf;
}
.plan-block:last-child {
  margin-bottom: 40px;
}
.plan-block-top {
  background-color: #f1f0ee;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 75px;
  padding: 14px 0;
}
.plan-block-top span {
  font-size: 17px;
}
.plan-block-under {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 25px;
}
.plan-block-under span {
  color: #d1530e;
  font-size: 32px;
  font-weight: normal;
}
.plan-block-under .money {
  font-weight: normal;
}
.plan-block .red {
  background-color: #d1530e;
  color: #fff;
  left: -10%;
  top: -23px;
}
@media screen and (min-width: 414px) {
  .plan-block .red {
    left: -6%;
  }
}
.plan-block-batch {
  position: absolute;
  top: -20px;
  left: 5%;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  width: 50px;
  height: 50px;
  line-height: 1.3;
  font-weight: bold;
  padding: 12px 0;
}
.plan-block .yellow {
  background-color: #fdc760;
  line-height: 50px;
  padding: 0;
}
.plan-block-flex {
  display: flex;
  gap: 15px;
}
.plan-block-flex .plan-block {
  width: 100%;
  margin-bottom: 25px;
}
.plan-block-flex .plan-block-top {
  font-size: 10px;
}
.plan-block-flex .plan-block-top span {
  font-size: 15px;
}
.plan-block-flex .plan-block-under {
  font-size: 11px;
}
.plan-block-flex .plan-block-under span {
  font-size: 20px;
}
.plan-block-flex .plan-block-under .money {
  font-size: 10px;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.3em;
  height: 0.15em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.plan-plus {
  background-color: #faf8f7;
  padding: 30px 0;
  margin-top: 20px;
}
.plan-plus-inner {
  width: 80%;
  margin: 0 auto;
}
.plan-plus-inner-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 25px;
}
.plan-plus-inner-flex {
  display: flex;
  justify-content: space-between;
}
.plan-plus-inner-flex-text {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.2;
}
.plus {
  text-align: center;
  margin-bottom: 25px;
}
.plan-icon {
  display: flex;
  justify-content: space-between;
}
.plan-icon li p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0 15px 0;
}
.plan-icon li img {
  /* width: 90px;
  margin: 0 auto; */
}
.plan-icon-under {
  text-align: center;
  margin: 30px 0 0 0;
}
.plan-icon-under p {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 1px;
}
.plan-service-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 95px 0 30px;
  color: #41a884;
  position: relative;
}
.plan-service-title::before,
.plan-service-title::after {
  position: absolute;
  top: 0rem;
  height: 2.5rem;
  content: "";
}

.plan-service-title::before {
  border-left: solid 0.8px;
  left: 40px;
  transform: rotate(-20deg);
}

.plan-service-title::after {
  border-right: solid 0.8px;
  right: 40px;
  transform: rotate(20deg);
}
.plan-service-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
}
.plan-service-ul li {
  width: 46%;
}
.plan-service-ul li img {
  width: 100%;
}
.plan-service-ul p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0;
}
.plan-service-ul p span {
  font-size: 13px;
}

.studio {
  margin: 47px 0 0;
}
.studio-zone {
  width: 90%;
  margin: 0 auto;
}

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

.studio-map {
  width: 100%;
}

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

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

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

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

.studio-box h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
}

.studio-name {
  margin-bottom: 5px;
  padding-top: 15px;
  font-size: 15px;
}

.studio-name span {
  padding: 0 5px;
  font-size: 14px;
  color: #f25e46;
}

.studio-address {
  font-weight: 400;
}

.studio-address span{
  color: #41a884;
}

#shibuya,
#nagoya,
#umeda,
#hakata {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
.studio-cv-btn {
  margin: 20px;
}
.trial {
  padding-top: 187px;
  background-image: url(../img/trial/trial-2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.trial-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  background-color: #fff;
}

.trial-money {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.trial-money-sen {
  font-size: 16px;
  text-decoration: line-through;
}

.trial-money-zero {
  font-size: 40px;
  color: #d1530e;
  font-family: "Brandon-Grotesque", sans-serif;
  font-weight: 300;
}

.trial-money-zero span {
  font-size: 18px;
  color: #333;
}

.trial-p {
  margin-bottom: 35px;
  font-size: 13px;
  text-align: center;
}

.trial-p span {
  font-size: 10px;
}

.trial-service {
  width: 90%;
  margin: 0 auto;
}

.trial-service-title {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.trial-service-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
}

.trial-service-text {
  width: 65%;
  margin-top: -4px;
}

.trial-service-first {
  font-size: 14px;
  font-weight: bold;
}

.countdown {
  text-align: center;
  margin: 25px 0 -15px;
}
.countdown .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.countdown .title span {
  font-size: 20px;
}
.countdown .countTimer {
  font-size: 30px;
  color: #d1530e;
  font-family: "Brandon-Grotesque", sans-serif;
}
.countdown .countTimer span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 0 4px 0 3px;
  font-weight: bold;
}

.trial-triangle {
  width: 0;
  height: 0;
  margin: 0 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #41a884;
}
.trial-flow-triangle {
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #929292 #929292;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.trial-btn {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 1px;
  margin-top: 13px;
  margin-bottom: 7px;
}
.trial-btn-area {
  text-align: center;
}
.voice-inner {
  width: 85%;
  margin: 0 auto;
}
.voice-ba-area li {
  margin-bottom: 47px;
}
.voice-ba-area li:last-child {
  margin-bottom: 83px;
}
.voice-ba-area-comment {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.voice-ba-area-img {
  display: flex;
  justify-content: space-between;
}
.voice-ba-area-img .name {
  text-align: center;
}
.voice-ba-area-img .name span {
  font-size: 12px;
}
.voice-ba-area-img .circle {
  border: #41a884 solid 1px;
  border-radius: 50%;
  color: #41a884;
  width: 85px;
  height: 85px;
  text-align: center;
  font-size: 23px;
  font-family: "Brandon-Grotesque", sans-serif;
  line-height: 1.1;
  padding: 8px 0;
  margin-top: 45px;
}
.voice-ba-area-img .circle .first {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Work Sans", sans-serif;
}
.voice-ba-area-img .circle .second {
  font-size: 18px;
}
.voice-ba-area-before {
  width: 50%;
  background-color: #f3f1ee;
  text-align: center;
  height: 65px;
  padding: 11px 0;
}
.voice-ba-area-label {
  display: flex;
  position: relative;
}
.voice-ba-area-triangle {
  width: 0;
  height: 0;
  border-left: 5px solid #f3f1ee;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 45%;
  left: 50%;
}
.voice-ba-area-before .title,
.voice-ba-area-after .title {
  font-family: "Brandon-Grotesque", sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 3px;
}
.voice-ba-area-before .value,
.voice-ba-area-after .value {
  font-family: "Brandon-Grotesque", sans-serif;
  font-size: 21px;
  margin-top: -5px;
}
.voice-ba-area-before .value span,
.voice-ba-area-after .value span {
  font-size: 15px;
}
.voice-ba-area-after {
  width: 50%;
  background-color: #41a884;
  color: #fff;
  text-align: center;
  height: 65px;
  padding: 11px 0;
}
.voice-area {
  width: 92.5%;
  margin-left: auto;
}

.voice-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  gap: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.voice-flex::-webkit-scrollbar {
  display: none;
}

.voice-box {
  width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.voice-box:last-child {
  margin-right: 5%;
}

.voice-green {
  padding: 10px 0 5px;
}

.voice-text {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}

.trainer-inner {
  width: 85%;
  margin: 0 auto;
}
.trainer-inner .lead {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 45px;
  letter-spacing: 5px;
  line-height: 2;
}
.trainer-text-area {
  padding: 55px 0 47px;
}
.trainer-inner .license {
  background-color: #f2f0ec;
  padding: 25px 20px 30px;
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.trainer-inner .license span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

.trainer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.trainer-box-ul .title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #41a884;
}
.trainer-box li {
  width: 48%;
}
.trainer-box li .position {
  font-size: 10px;
  color: #41a884;
  margin: 10px 0 7px;
}
.trainer-box li .name {
  font-size: 13px;
  font-weight: bold;
}

.trainer-box li .name span {
  font-weight: normal;
  color: #818181;
  font-size: 11px;
  padding-left: 5px;
}

.trainer-inner .support {
  border: 1px solid #ddd6cf;
  margin: 60px 0 80px;
  padding: 35px 0 35px;
  position: relative;
}
.trainer-inner .support-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.trainer-inner .support-under {
  text-align: center;
}
.trainer-inner .support-under .red {
  color: #d1530e;
  font-weight: bold;
  border-bottom: 1px solid #d1530e;
  display: inline-block;
  padding-bottom: 1px;
  letter-spacing: 1px;
}
.trainer-inner .support-under .black {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}

.trainer-support-bg-area {
  position: absolute;
  background-image: url(../img/trainer/trainer-support.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 196px;
  height: 196px;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.trainer-support-bg {
  padding: 75px 0;
}
.support-box {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.support-box-li {
  width: 100px;
  font-size: 12px;
}
.support-box-li .top {
  background-color: #41a884;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.support-box-li .under {
  background-color: #f3f1ee;
  height: 85px;
  padding: 15px 7px;
}
.support-box-li .under-f {
  padding: 15px 20px;
}
.support-box-li .under-ul li:before {
  content: ""; /* 空の要素作成 */
  width: 3px; /* 幅指定 */
  height: 3px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #41a884; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative; /* 位置調整 */
  top: -3px; /* 位置調整 */
  margin-right: 5px; /* 余白指定 */
}

/* .trainer-end{
  width: 92.5%;
  margin-right: auto;
} */
.trainer-end-text-area {
  /* width: 85%; */
  margin: 30px auto 50px;
}
.trainer-end-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
}
.trainer-end-text {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.trainer-end-li {
  line-height: 2;
}
.trainer-end-li li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #41a884;
  border-radius: 50%;
  position: relative;
  top: -4px;
  margin-right: 5px;
}

.complete {
  margin-bottom: 70px;
  padding: 60px 0 0;
}

.complete-nagare {
  overflow: hidden;
  width: 90%;
  margin: 30px auto;
  border: 1px solid #41a884;
  border-radius: 7px;
}

.complete-nagare-title {
  padding: 5px;
  background-color: #41a884;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.complete-nagare-text {
  padding: 15px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}

.complete-line {
  color: #d1530e;
  text-align: center;
}

.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 h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #41a884;
  text-align: center;
}

.reserve-complete__txt {
  width: 80%;
  max-width: 336px;
  margin: 0 auto;
  line-height: 2;
}

.reserve-complete__txt span {
  color: #41a884;
  margin-top: 30px;
  font-size: 16px;
}

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

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

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

.p-complete__line-btn {
  margin-top: 20px;
}

.p-complete__line-btn a {
  background-color: #41a884;
  color: #fff;
}

.c-btn__body {
  position: relative;
  display: block;
  width: 275px;
  margin: auto;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.65;
  color: #41a884;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.thanks-box {
  background-color: #faf8f7;
  width: 90%;
  margin: 40px auto 0;
  padding: 40px 25px;
}
.thanks-box-note {
  font-size: 15px;
  color: #d1530e;
  text-align: center;
  font-weight: bold;
}
.thanks-box-text {
  color: #d1530e;
  text-align: center;
  margin: 15px 0 25px 0;
  font-size: 12px;
}

.thanks-line-btn:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 40px;
  background: url(../img/ico-line.svg) no-repeat center/contain;
  left: 16%;
}

html {
  scroll-behavior: smooth;
}

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