@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 1.2em;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type='number'] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

/*
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
*/
address {
  font-style: normal;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

form {
  accent-color: #ff2a2e;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

[type='number'] {
  -moz-appearance: textfield;
}
[type='number']::-webkit-outer-spin-button,
[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type='radio'],
[type='checkbox'] {
  cursor: pointer;
}

button,
[type='submit'],
[type='reset'] {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  cursor: pointer;
}

body {
  padding-top: 83px;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  word-break: break-all;
}
@media (max-width: 1024px) {
  body {
    padding-top: 67px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

.l-inner {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.l-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 84px;
  padding-left: 62px;
}
@media (max-width: 1280px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
@media (max-width: 1080px) {
  .l-header__inner {
    height: 68px;
  }
}
@media (max-width: 640px) {
  .l-header__inner {
    padding-left: 16px;
  }
}

.l-header__logo {
  width: 177px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 137px;
  }
}
.l-header__logo a {
  display: block;
}

.l-header__nav {
  margin-left: auto;
  margin-right: 2em;
}
@media (max-width: 1080px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__cv-btn {
  height: 100%;
  margin-left: 32px;
}
@media (max-width: 1080px) {
  .l-header__cv-btn {
    display: none;
  }
}

.l-header__drawer-menu-btn {
  display: none;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .l-header__drawer-menu-btn {
    display: block;
    padding-right: 16px;
  }
}

.l-footer {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 80px;
  }
}

.l-footer__inner {
 /* max-width: 1242px;*/
  padding: 40px;
  margin: auto;
  font-size: 12px !important;
background: linear-gradient(to right,  #ff817c 0%,#ff364d 100%);
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 16px;
  }
}

.l-footer__main {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .l-footer__main {
    padding-bottom: 0px;
  }
}

.fclac {
  width : calc(100% / 2) ;
}

.l-index-voice {
  padding: 32px 0 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-index-voice {
    padding: 60px 0;
  }
}

.l-index-voice__heading {
  margin-top: 25px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .l-index-voice__heading {
    margin-top: 15px;
    font-size: 27px;
    letter-spacing: 0.06em;
  }
}

.l-index-reason {
  padding: 80px 0;
  background-color: #f6f6f6;
}
@media (max-width: 1080px) {
  .l-index-reason {
    padding: 70px 0;
    background-color: #ff2a2e;
  }
}

.l-index-reason__title {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .l-index-reason__title {
    margin-bottom: 100px;
  }
  .l-index-reason__title * {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .l-index-reason__title .c-heading-border-bottom--primary {
    font-size: 27px;
    line-height: 1.6;
  }
}

/* 料金セクション */

.price{
	text-align:center;
	background-color: white;
}

/* 見出しのスタイル */
.price-title {
  text-align: center;
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
  color: #000; /* 文字色を黒に設定 */
  margin-top: -0.5em;
}

.price-title::after {
  content: '';
  position: absolute;
  width: 160px; /* 下線の幅を長くする */
  height: 4px; /* 下線の高さ */
  background-color: #ff2241; /* 下線の色（赤） */
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px; /* 下線の位置調整 */
}

.l-index-price {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 80%;
  text-align: center; /* 中央揃えにする */
  margin: 0 auto;
}

.responsive-image {
  display: block;
  margin: 0 auto; /* 画像を中央に配置 */
  max-width: 100%; /* 画像の幅をコンテナに収める */
  height: auto; /* アスペクト比を維持する */
}

/* ryoukin.png 画像だけ半分のサイズにする */
.half-size {
  max-width: 50%; /* 画像の幅を50%に */
}

@media (max-width: 768px) {
  .l-index-price {
    padding-top: 60px;
  }
  .responsive-image {
    max-width: 100%; /* スマホでも中央揃えに */
  }
}



.l-index-comparison {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-index-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

.l-index-flow__card {
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
}
@media (max-width: 768px) {
  .l-index-flow__card {
    padding: 40px 20px;
  }
}

.l-index-flow__btn {
  max-width: 360px;
  margin: 40px auto 0;
}

.l-index-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .l-index-faq {
    padding-bottom: 0;
  }
}

.l-curriculum-lg-mv-sticky {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-curriculum-lg-mv-sticky__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  max-width: 555px;
  height: 100%;
  padding-bottom: 50px;
}
.l-curriculum-lg-mv-sticky__img img {
  position: sticky;
  top: 80px;
  right: 0;
  z-index: 1;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .l-curriculum-lg-mv-sticky__img img {
    display: none;
  }
}

.c-btn-normal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  color: #ff2a2e;
  background-color: #fff;
  border-radius: 100vmax;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
@media (max-width: 768px) {
  .c-btn-normal {
    padding: 14px 40px;
  }
}
@media (max-width: 640px) {
  .c-btn-normal {
    padding: 14px 20px;
  }
}
.c-btn-normal.__small {
  padding: 12px 60px;
}
@media (max-width: 768px) {
  .c-btn-normal.__small {
    padding: 10px 20px 11px;
  }
}
.c-btn-normal:hover {
  color: #fff;
  background-color: #ff2a2e;
}
.c-btn-normal span {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-btn-normal span {
    font-size: 20px;
  }
}
.c-btn-normal svg {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 10px;
  width: 20px;
}
.c-btn-normal svg path {
  transition: stroke 0.2s;
}
.c-btn-normal:hover svg path {
  stroke: #fff;
}

.c-btn-normal.__secondary {
  color: #fff;
  background: linear-gradient(to right, #0dd329 0%,#1ab8b4 100%);
}
.c-btn-normal.__secondary:hover {
  color: #fff;
  background: linear-gradient(to right, #0dd329 100%,#1ab8b4 0%);
}

.c-btn-normal.__secondary span {
  font-size: 20px;
}
.c-btn-normal.__secondary.__small span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-btn-normal.__secondary.__small span {
    font-size: 16px;
  }
}

.c-btn-normal.__secondary path {
  stroke: #fff;
  transition: stroke 0.2s;
}
.c-btn-normal.__secondary:hover svg path {
  stroke: #fff;
}

.c-btn-normal.__secondary-outline {
  border: solid 2px #fff;
}
.c-btn-normal.__secondary-outline span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-btn-normal.__secondary-outline span {
    font-size: 18px;
  }
}
.c-btn-normal.__secondary-outline.__small span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-btn-normal.__secondary-outline.__small span {
    font-size: 16px;
  }
}

.c-btn-normal.__outline-white {
  color: #fff;
  background-color: transparent;
  border: solid 2px #fff;
}
.c-btn-normal.__outline-white:hover {
  color: #ff2a2e;
  background-color: #fff;
}

.c-btn-normal.__outline-white span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-btn-normal.__outline-white span {
    font-size: 18px;
  }
}
.c-btn-normal.__outline-white.__small span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-btn-normal.__outline-white.__small span {
    font-size: 16px;
  }
}

.c-btn-normal.__outline-white path {
  stroke: #fff;
  transition: stroke 0.2s;
}
.c-btn-normal.__outline-white:hover svg path {
  stroke: #ff2a2e;
}

.c-btn-cv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  padding-right: 87px;
  padding-left: 140px;
  color: #ff2a2e;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
  transition: color 0.2s, background-color 0.2s;
}
@media (max-width: 768px) {
  .c-btn-cv {
    width: 100%;
    height: 88px;
    padding-right: 32px;
    padding-left: 80px;
  }
}
.c-btn-cv:hover {
  color: #fff;
  background-color: #ff2a2e;
}

.c-btn-cv__label {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .c-btn-cv__label {
    font-size: 18px;
  }
}

.c-btn-cv__badge {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #ff2a2e;
  border-radius: 100vmax;
  transition: color 0.2s, background-color 0.2s;
}
@media (max-width: 768px) {
  .c-btn-cv__badge {
    width: 64px;
    height: 64px;
    font-size: 12px;
  }
}
.c-btn-cv:hover .c-btn-cv__badge {
  color: #ff2a2e;
  background-color: #fff;
}

.c-btn-cv__icn {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 16px;
  width: 32px;
}
@media (max-width: 768px) {
  .c-btn-cv__icn {
    width: 24px;
  }
}
.c-btn-cv__icn ._bg {
  transition: fill 0.2s;
}
.c-btn-cv:hover .c-btn-cv__icn ._bg {
  fill: #fff;
}

.c-btn-cv__icn ._arrow {
  transition: stroke 0.2s;
}
.c-btn-cv:hover .c-btn-cv__icn ._arrow {
  stroke: #ff2a2e;
}

.c-btn-square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #ff2a2e;
  background-color: #fff;
  border: solid 2px #ff2a2e;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.c-btn-square:hover {
  color: #fff;
  background-color: #ff2a2e;
}
.c-btn-square span {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-btn-square span {
    font-size: 15px;
  }
}
.c-btn-square svg {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 14px;
}
.c-btn-square svg path {
  transition: stroke 0.2s;
}
.c-btn-square:hover svg path {
  stroke: #fff;
}

.c-heading-caption {
  font-size: 25px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 768px) {
  .c-heading-caption {
    font-size: 16px;
  }
}

.c-heading-slash,
.c-heading-slash--primary,
.c-heading-slash--white {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .c-heading-slash,
  .c-heading-slash--primary,
  .c-heading-slash--white {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
.c-heading-slash span,
.c-heading-slash--primary span,
.c-heading-slash--white span {
  position: relative;
  display: inline-block;
}
.c-heading-slash span::before,
.c-heading-slash--primary span::before,
.c-heading-slash--white span::before,
.c-heading-slash span::after,
.c-heading-slash--primary span::after,
.c-heading-slash--white span::after {
  position: absolute;
  top: 15px;
  width: 28px;
  height: 2px;
  content: '';
  background-color: #222;
}
@media (max-width: 768px) {
  .c-heading-slash span::before,
  .c-heading-slash--primary span::before,
  .c-heading-slash--white span::before,
  .c-heading-slash span::after,
  .c-heading-slash--primary span::after,
  .c-heading-slash--white span::after {
    top: 11px;
    width: 22px;
  }
}
.c-heading-slash span::before,
.c-heading-slash--primary span::before,
.c-heading-slash--white span::before {
  left: -38px;
  transform: rotate(60deg);
}
@media (max-width: 768px) {
  .c-heading-slash span::before,
  .c-heading-slash--primary span::before,
  .c-heading-slash--white span::before {
    left: -25px;
    transform: rotate(53deg);
  }
}
.c-heading-slash span::after,
.c-heading-slash--primary span::after,
.c-heading-slash--white span::after {
  right: -38px;
  transform: rotate(-60deg);
}
@media (max-width: 768px) {
  .c-heading-slash span::after,
  .c-heading-slash--primary span::after,
  .c-heading-slash--white span::after {
    right: -25px;
    transform: rotate(-53deg);
  }
}
.c-heading-slash--white {
  color: #fff;
}
.c-heading-slash--white span::before,
.c-heading-slash--white span::after {
  background-color: #fff;
}

.c-heading-slash--primary {
  color: #ff2a2e;
}
.c-heading-slash--primary span::before,
.c-heading-slash--primary span::after {
  background-color: #ff2a2e;
}

.c-heading-border-bottom,
.c-heading-border-bottom--primary-thin,
.c-heading-border-bottom--primary {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .c-heading-border-bottom,
  .c-heading-border-bottom--primary-thin,
  .c-heading-border-bottom--primary {
    font-size: 22px;
  }
}
.c-heading-border-bottom::after,
.c-heading-border-bottom--primary-thin::after,
.c-heading-border-bottom--primary::after {
  display: block;
  width: 56px;
  height: 4px;
  margin: 20px auto 0;
  content: '';
  background-color: #dddddd;
}
@media (max-width: 768px) {
  .c-heading-border-bottom::after,
  .c-heading-border-bottom--primary-thin::after,
  .c-heading-border-bottom--primary::after {
    width: 48px;
  }
}
.c-heading-border-bottom._non-border::after,
._non-border.c-heading-border-bottom--primary-thin::after,
._non-border.c-heading-border-bottom--primary::after {
  display: none;
}

.c-heading-border-bottom--primary::after {
  background-color: #ff2a2e;
}

.c-heading-border-bottom--primary-thin::after {
  background-color: #fad0d2;
}

.c-heading-decoration-line {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .c-heading-decoration-line {
    font-size: 22px;
  }
}
.c-heading-decoration-line > span {
  position: relative;
  display: inline-block;
}
.c-heading-decoration-line > span::before {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: 6px;
  display: block;
  width: 100%;
  height: 8px;
  content: '';
  background-color: #fad0d2;
}
.c-heading-decoration-line > span > span {
  position: relative;
  z-index: 1;
}

.c-scroll-line {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  transform: rotate(90deg);
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 768px) {
  .c-scroll-line {
    font-size: 10px;
  }
}
.c-scroll-line::before {
  position: absolute;
  bottom: 7px;
  left: calc(100% + 15px);
  display: block;
  width: 100px;
  height: 1px;
  content: '';
  background-color: #fff;
  animation: scroll_line_anima 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media (max-width: 768px) {
  .c-scroll-line::before {
    width: 100px;
  }
}
.c-scroll-line.__gray {
  color: #bbbbbb;
}
.c-scroll-line.__gray::before {
  background-color: #bbbbbb;
}
@media (max-width: 1080px) {
  .c-scroll-line.__sm-primary-line {
    color: transparent;
  }
  .c-scroll-line.__sm-primary-line::before {
    width: 80px;
    background-color: #ff2a2e;
  }
}

@keyframes scroll_line_anima {
  0% {
    transform: scale(0, 1);
    transform-origin: 0% 0%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0%;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0%;
  }
}
.c-fixed-bottom-btn {
  position: fixed;
  bottom: -84px;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  padding: 0 20px;
  transition: bottom 0.4s;
}
@media (max-width: 768px) {
  .c-fixed-bottom-btn {
    display: flex;
  }
}
.c-fixed-bottom-btn[data-scroll-active='true'] {
  bottom: 0;
}
.c-fixed-bottom-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}

.c-fixed-bottom-btn__link {
  position: relative;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #ff2a2e;
  border-radius: 40px;
  box-shadow: 0 3px 20px rgba(29, 102, 234, 0.1333333333);
}

.c-fixed-bottom-btn-scroll-trigger {
  position: absolute;
  top: 500px;
  left: 0;
}

.c-countdown-banner {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .c-countdown-banner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.c-countdown-banner__label {
  font-family: 'din-2014', sans-serif;
  position: absolute;
  bottom: 14%;
  left: 22.2%;
  font-size: 3vw;
  font-size: clamp(1px, 3vw, 34px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-countdown-banner__label {
    bottom: 11.7%;
    left: 18.4%;
    font-size: 4vw;
    font-size: clamp(1px, 4vw, 31px);
  }
}
.c-countdown-banner__label > * {
  letter-spacing: 0.36em;
}
@media (max-width: 768px) {
  .c-countdown-banner__label > * {
    letter-spacing: 0.53em;
  }
}
.c-countdown-banner__label > *._hours {
  padding-left: 0.96em;
}
@media (max-width: 768px) {
  .c-countdown-banner__label > *._hours {
    padding-left: 1.01em;
  }
}
.c-countdown-banner__label > *._minutes {
  padding-left: 0.11em;
}
@media (max-width: 768px) {
  .c-countdown-banner__label > *._minutes {
    padding-left: 0.18em;
  }
}
.c-countdown-banner__label > *._seconds {
  padding-left: 0.09em;
}
@media (max-width: 768px) {
  .c-countdown-banner__label > *._seconds {
    padding-left: 0.17em;
  }
}

.p-header-nav {
  display: flex;
}

.p-header-nav__item + * {
  margin-left: 32px;
}

.p-header-nav__link {
  display: block;
  text-align: center;
}

.p-header-nav__en {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: 'din-2014', sans-serif;
}

.p-header-nav__ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.p-header-cv-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 48px;
  color: #fff;
  background-color: #ff2a2e;
}
@media (max-width: 1280px) {
  .p-header-cv-btn {
    padding: 0 30px;
  }
}

.p-header-cv-btn__caption {
  font-size: 17px;
}
@media (max-width: 1280px) {
  .p-header-cv-btn__caption {
    font-size: 14px;
  }
}
.p-header-cv-btn__caption span {
  position: relative;
  display: inline-block;
}
.p-header-cv-btn__caption span::before,
.p-header-cv-btn__caption span::after {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 2px;
  content: '';
  background-color: #fff;
}
.p-header-cv-btn__caption span::before {
  left: -23px;
  transform: rotate(60deg);
}
.p-header-cv-btn__caption span::after {
  right: -23px;
  transform: rotate(-60deg);
}

.p-header-cv-btn__label {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .p-header-cv-btn__label {
    font-size: 19px;
  }
}

.p-header-cv-btn__icn {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 3px;
  width: 20px;
}

.p-header-hamburger-menu {
  position: relative;
  width: 40px;
  height: 40px;
}
.p-header-hamburger-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #999;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
.p-header-hamburger-menu span:nth-of-type(1) {
  margin-top: -10px;
}
.p-header-hamburger-menu span:nth-of-type(2) {
}
.p-header-hamburger-menu span:nth-of-type(3) {
  margin-top: 10px;
}

.p-drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-drawer-menu.is-active {
  display: block;
}

.p-drawer-menu__overlay {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.p-drawer-menu[aria-hidden='false'] .p-drawer-menu__overlay {
  animation: fadeIn 0.3s ease-in-out;
  animation-fill-mode: both;
}

.p-drawer-menu[aria-hidden='true'] .p-drawer-menu__overlay {
  animation: fadeOut 0.3s ease-in-out;
  animation-fill-mode: forwards;
}

.p-drawer-menu__container {
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  animation-fill-mode: forwards;
}
@media (max-width: 380px) {
  .p-drawer-menu__container {
    padding: 100px 30px;
  }
}
.p-drawer-menu[aria-hidden='false'] .p-drawer-menu__container {
  animation: fadeIn 0.3s ease-in-out;
}

.p-drawer-menu[aria-hidden='true'] .p-drawer-menu__container {
  animation: fadeOut 0.3s ease-in-out;
}

.p-drawer-menu__main {
  max-width: 500px;
  margin: auto;
}

.p-drawer-menu__menu-list li a {
  display: flex;
  align-items: center;
  padding: 22px 0;
  outline: none;
}
.p-drawer-menu__menu-list li a ._en {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.06em;
  font-family: 'din-2014', sans-serif;
}
.p-drawer-menu__menu-list li a ._ja {
  padding-left: 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.p-drawer-menu__menu-list li a ._icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  margin-left: auto;
}

.p-drawer-menu__cv-btn {
  margin-top: 48px;
}

.p-drawer-menu__close-btn {
  position: fixed;
  top: 18px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-footer-main {
  display: flex;
  color: #fff;
}
@media (max-width: 1080px) {
  .p-footer-main {
    display: block;
  }
}

.p-footer-main__lead {
 /* flex: 0 0 auto;*/
 text-align: center;
}
@media (max-width: 1080px) {
  .p-footer-main__lead {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-footer-main__lead {
    font-size: 24px;
  }
}

.p-footer-main__content {
  display: grid;
}
@media (max-width: 1080px) {
  .p-footer-main__content {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}

.p-footer-main__desc {
  grid-auto-flow: row;
  padding-top: 8px;
  padding-left: 46px;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  .p-footer-main__desc {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-footer-main__desc {
    font-size: 14px;
  }
}

.p-footer-main__desc li {
  display: inline-block;
  padding: 1em;
}

.p-footer-main__btn {
  grid-area: btn;
}
@media (max-width: 1080px) {
  .p-footer-main__btn {
    margin: 32px auto 0;
  }
}

.p-footer-main__nav {
  grid-area: nav;
}
@media (max-width: 1080px) {
  .p-footer-main__nav {
    width: calc(100% + 30px);
    padding-top: 10px;
    margin-left: -15px;
  }
}
@media (max-width: 1080px) {
  .p-footer-main__nav h4 {
  margin-top: 1em;
}
}
.p-footer-main__nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .p-footer-main__nav ul {
    justify-content: center;
  }
}
.p-footer-main__nav ul li {
  margin-right: 22px;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  .p-footer-main__nav ul li {
    margin: 10px 10px 0;
  }
}
.p-footer-main__nav ul li a {
  display: flex;
  align-items: center;
}
.p-footer-main__nav ul li a span {
  margin-right: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-footer-main__nav ul li a span {
    font-size: 12px;
  }
}
.p-footer-main__nav ul li a svg {
  width: 9px;
}

.p-footer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-footer-foot {
    display: block;
  }
}

.p-footer-foot__logo {
  width: 236px;
}
@media (max-width: 1080px) {
  .p-footer-foot__logo {
    width: 118px;
  }
}
.p-footer-foot__logo a {
  display: block;
}

.p-footer-foot__copyright {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 1080px) {
  .p-footer-foot__copyright {
    margin-top: 36px;
    font-size: 12px;
  }
}

.p-cv-1 {
  position: relative;
  padding: 54px 0 48px;
  background-color: #ff2a2e;
}
@media (max-width: 1080px) {
  .p-cv-1 {
    padding: 40px 0 46px;
  }
}

.p-cv-1__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .p-cv-1__inner {
    display: block;
  }
}

.p-cv-1__illust-1,
.p-cv-1__illust-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  position: absolute;
  margin: auto;
  inset: 0 auto;
}
@media (max-width: 1080px) {
  .p-cv-1__illust-1,
  .p-cv-1__illust-2 {
    display: none;
  }
}

.p-cv-1__illust-1 {
  left: 40px;
}

.p-cv-1__illust-2 {
  right: 40px;
}

.p-cv-1__main {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
}

.p-cv-1__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 1080px) {
  .p-cv-1__title {
    font-size: 24px;
  }
}

.p-cv-1__point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-cv-1__point-list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
  }
}
.p-cv-1__point-list li {
  padding: 6px 20px;
  margin: 0 6px 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #ff2a2e;
  border: solid 1px #fff;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .p-cv-1__point-list li {
    width: 250px;
    padding: 2px 22px;
    margin: 0 0 8px;
    font-size: 14px;
  }
}
.p-cv-1__point-list li:first-of-type {
  margin-left: 0;
}
.p-cv-1__point-list li:last-of-type {
  margin-right: 0;
}

.p-cv-1__btn {
  max-width: 465px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-cv-1__btn .c-btn-cv__label {
    padding-right: 3px;
    font-size: 19px;
  }
}

.p-cv-1__caption {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .p-cv-1__caption {
    font-size: 12px;
  }
}

.p-cv-2 {
  position: relative;
  padding: 54px 0 48px;
}
@media (max-width: 768px) {
  .p-cv-2 {
    padding: 40px 0 46px;
  }
}

.p-cv-2__inner {
  position: relative;
  z-index: 1;
}

.p-cv-2__body {
  text-align: center;
}

.p-cv-2__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-cv-2__title {
    font-size: 24px;
  }
}

.p-cv-2__point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-cv-2__point-list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
  }
}
.p-cv-2__point-list li {
  padding: 6px 20px;
  margin: 0 6px 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #283c5a;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .p-cv-2__point-list li {
    width: 250px;
    padding: 2px 22px;
    margin: 0 0 8px;
    font-size: 14px;
  }
}
.p-cv-2__point-list li:first-of-type {
  margin-left: 0;
}
.p-cv-2__point-list li:last-of-type {
  margin-right: 0;
}

.p-cv-2__btn {
  max-width: 465px;
  margin: auto;
}

.p-cv-2__caption {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cv-2__caption {
    font-size: 12px;
  }
}

.p-cv-2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cv-2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-cv-2__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(270deg, rgba(83, 99, 123, 0.8) 0%, rgba(83, 99, 123, 0.7) 35.94%, rgba(83, 99, 123, 0.4) 57.81%, rgba(83, 99, 123, 0.2) 100%);
}

.p-cv-3 {
  position: relative;
}

.p-cv-3__inner {
  position: relative;
  z-index: 1;
  padding: 47px 27px 53px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-cv-3__inner {
    padding: 50px 27px 46px;
  }
}

.p-cv-3__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-cv-3__title {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-cv-3__title span {
    text-decoration: underline;
  }
}

.p-cv-3__label {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-cv-3__label {
    margin-top: 25px;
  }
}

.p-cv-3__btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-cv-3__btn {
    display: block;
  }
}
.p-cv-3__btn > * {
  width: 423px;
}
@media (max-width: 768px) {
  .p-cv-3__btn > * {
    width: 100%;
  }
}

.p-cv-3__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cv-3__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-cv-3__bg img {
    object-fit-position: right 50px;
  }
}

.p-cv-4 {
  position: relative;
}

.p-cv-4__inner {
  position: relative;
  z-index: 1;
  padding: 47px 27px 53px;
}
@media (max-width: 768px) {
  .p-cv-4__inner {
    padding: 40px 27px 31px;
  }
}

.p-cv-4__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-cv-4__title {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-cv-4__title span {
    text-decoration: underline;
  }
}

.p-cv-4__label {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-cv-4__label {
    margin-top: 25px;
  }
}

.p-cv-4__btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-cv-4__btn {
    display: block;
    margin-top: 25px;
  }
}
.p-cv-4__btn > * {
  width: 423px;
}
@media (max-width: 768px) {
  .p-cv-4__btn > * {
    width: 100%;
  }
}

.p-cv-4__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cv-4__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-cv-4__bg img {
    object-fit-position: right 50px;
  }
}

.p-scroll-contact-modal {
  position: fixed;
  bottom: 5px;
  left: -500px;
  width: 358px;
  transition: left 0.6s;
}
.p-scroll-contact-modal[data-scroll-active='true'] {
  left: 5px;
}
@media (max-width: 768px) {
  .p-scroll-contact-modal {
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .p-scroll-contact-modal[data-scroll-active='true'] {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .p-scroll-contact-modal__bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: rgba(34, 34, 34, 0.4);
  }
}

.p-scroll-contact-modal__card {
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-scroll-contact-modal__card {
    max-width: 358px;
  }
}

.p-scroll-contact-modal-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 112px;
  color: #fff;
  text-align: center;
  background-color: #283c5a;
}
.p-scroll-contact-modal-header .c-heading-slash--white {
  font-size: 16px;
}
.p-scroll-contact-modal-header .c-heading-slash--white span::before,
.p-scroll-contact-modal-header .c-heading-slash--white span::after {
  top: 13px;
  width: 22px;
}
.p-scroll-contact-modal-header .c-heading-slash--white span::before {
  left: -30px;
  transform: rotate(53deg);
}
.p-scroll-contact-modal-header .c-heading-slash--white span::after {
  right: -30px;
  transform: rotate(-53deg);
}

.p-scroll-contact-modal-header__title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-scroll-contact-modal-header__close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  cursor: pointer;
}

.p-scroll-contact-modal-body {
  padding: 20px 16px 38px;
}

.p-scroll-contact-modal-body__caption {
  margin-top: 40px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-scroll-contact-modal-body__link-btn {
  margin-top: 16px;
}
.p-scroll-contact-modal-body__link-btn a {
  position: relative;
  display: block;
  width: 312px;
  padding: 16px 30px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #283c5a;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .p-scroll-contact-modal-body__link-btn a {
    width: 100%;
    white-space: nowrap;
  }
}
.p-scroll-contact-modal-body__link-btn a svg {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 12px;
}


.p-escape-prevention-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-escape-prevention-modal[data-active='true'] {
  visibility: visible;
  opacity: 1;
}

.p-escape-prevention-modal__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background-color: rgba(34, 34, 34, 0.4);
}

.p-escape-prevention-modal__card {
  max-width: 358px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.p-escape-prevention-modal-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  text-align: center;
  background-color: #ff2a2e;
}
.p-escape-prevention-modal-header .c-heading-slash--white {
  font-size: 16px;
}
.p-escape-prevention-modal-header .c-heading-slash--white span::before,
.p-escape-prevention-modal-header .c-heading-slash--white span::after {
  top: 13px;
  width: 22px;
}
.p-escape-prevention-modal-header .c-heading-slash--white span::before {
  left: -30px;
  transform: rotate(53deg);
}
.p-escape-prevention-modal-header .c-heading-slash--white span::after {
  right: -30px;
  transform: rotate(-53deg);
}

.p-escape-prevention-modal-header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.p-escape-prevention-modal-header__title img {
  width: 48px;
  margin-right: 8px;
}

.p-escape-prevention-modal-header__close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  cursor: pointer;
}

.p-escape-prevention-modal-body {
  padding: 20px 16px 10px;
  background-color: #f6f6f6;
}

.p-escape-prevention-modal-foot {
  padding: 16px 23px;
}

.p-escape-prevention-modal-foot__link-btn button {
  position: relative;
  display: block;
  width: 312px;
  padding: 16px 30px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #ff2a2e;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .p-escape-prevention-modal-foot__link-btn button {
    width: 100%;
    white-space: nowrap;
  }
}
.p-escape-prevention-modal-foot__link-btn button svg {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 12px;
}

[data-scroll-trigger] {
  opacity: 0;
  transition: opacity 0.99s ease-out;
}
[data-scroll-trigger].is-scrolled {
  opacity: 1;
}

.p-media-slider {
  padding: 40px 0 32px;
}
@media (max-width: 768px) {
  .p-media-slider {
    padding: 38px 0 13px;
  }
}

.p-media-slider__title {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-media-slider__title {
    padding-bottom: 22px;
  }
}
.p-media-slider__title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-media-slider__title span {
    font-size: 16px;
  }
}
.p-media-slider__title img {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: 0;
  width: 297px;
}
@media (max-width: 768px) {
  .p-media-slider__title img {
    width: 234px;
  }
}

.p-media-slider__fukidashi {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  margin: 0 auto 10px;
  background-color: #fff;
  border: 2px solid #222;
}
@media (max-width: 768px) {
  .p-media-slider__fukidashi {
    font-size: 14px;
    text-align: center;
  }
}
.p-media-slider__fukidashi::before,
.p-media-slider__fukidashi::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  border: solid transparent;
  border-width: 15px;
  border-top-color: #222;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-media-slider__fukidashi::before,
  .p-media-slider__fukidashi::after {
    border-width: 10px;
  }
}
.p-media-slider__fukidashi::after {
  margin-top: -3px;
  border-top-color: #fff;
}
.p-media-slider__fukidashi span {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-media-slider__logo-list {
    margin-top: -7px;
  }
}
.p-media-slider__logo-list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-travel {
  position: relative;
  padding: 80px 0 90px;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .p-travel {
    padding: 40px 0 50px;
  }
}

.p-travel__inner {
  position: relative;
  z-index: 1;
}

.p-travel__title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-travel__title {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.p-travel__title span {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-travel__title span {
    margin-top: 8px;
    font-size: 20px;
  }
}
.p-travel__title span b {
  color: #ff2a2e;
}

.p-travel__mv {
  max-width: 1062px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-travel__mv {
    margin-top: 35px;
  }
}

.p-travel__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 167px;
  transform: translateX(-50%);
}
.p-travel__bg img,
.p-travel__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.p-travel__arrow {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: -54px;
  width: 31px;
}
@media (max-width: 768px) {
  .p-travel__arrow {
    bottom: -33px;
    width: 20px;
  }
}

.p-solution {
  padding-bottom: 160px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .p-solution {
    padding-bottom: 100px;
    margin-top: 80px;
  }
}

.p-solution__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.p-solution__title {
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-solution__title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
.p-solution__title span {
  color: #ff2a2e;
  text-decoration: underline;
}

.p-solution__list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-solution__list {
    display: block;
    margin-top: 30px;
  }
}

.p-solution__item {
  width: 31%;
}
@media (max-width: 768px) {
  .p-solution__item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .p-solution__item + * {
    padding-top: 22px;
    margin-top: 22px;
    border-top: solid 1px #dddddd;
  }
}
.p-solution__item p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-solution__item p {
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.04em;
  }
}
.p-solution__item p span {
  color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-solution__item img {
    flex: 0 0 auto;
    width: 100px;
  }
}

.p-about-us {
  position: relative;
  padding: 80px 0;
  background-color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-about-us {
    padding: 60px 0;
  }
}

.p-about-us__inner {
  position: relative;
  z-index: 1;
  width: 92%;
  max-width: 1246px;
  margin: auto;
}

.p-about-us__title {
  font-family: 'Josefin Sans', sans-serif;
  margin-top: -158px;
  font-size: 80px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-about-us__title {
    margin-top: -104px;
    font-size: 45px;
  }
}

.p-about-us__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-us__header {
    margin-top: 30px;
  }
  .p-about-us__header .c-heading-slash--white {
    font-weight: 400;
  }
  .p-about-us__header .c-heading-slash--white span::before,
  .p-about-us__header .c-heading-slash--white span::after {
    height: 1px;
  }
}

.p-about-us__heading {
  margin-top: 12px;
  font-size: 38px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0.14em;
}
@media (max-width: 768px) {
  .p-about-us__heading {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 768px) {
  .p-about-us__body {
    display: flex;
    flex-direction: column;
  }
}

.p-about-us__mv {
  position: relative;
  max-width: 854px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .p-about-us__mv {
    order: -1;
    margin-top: 40px;
  }
}
.p-about-us__mv img {
  position: relative;
  z-index: 1;
}
.p-about-us__mv::before {
  position: absolute;
  bottom: -81px;
  left: 50%;
  display: block;
  width: 100vw;
  height: 414px;
  clip-path: polygon(0 62%, 100% 0%, 100% 100%, 0% 100%);
  content: '';
  background-color: #fff;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about-us__mv::before {
    display: none;
  }
}

.p-about-us__desc {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-about-us__desc {
    margin-top: 36px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.06em;
  }
}
.p-about-us__desc span {
  text-decoration: underline;
}

.p-voice-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.p-voice-slider .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .p-voice-slider .swiper-wrapper {
    padding-top: 40px;
  }
}
.p-voice-slider .swiper-pagination {
  bottom: 0;
}
.p-voice-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fad0d2;
  opacity: 0.5;
}
.p-voice-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2a2e;
  opacity: 1;
}
.p-voice-slider .swiper-button-prev,
.p-voice-slider .swiper-button-next {
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .p-voice-slider .swiper-button-prev,
  .p-voice-slider .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.p-voice-slider .swiper-button-prev::after,
.p-voice-slider .swiper-button-next::after {
  display: none;
}
.p-voice-slider .swiper-button-prev {
  left: 50%;
  margin-left: -388px;
}
@media (max-width: 768px) {
  .p-voice-slider .swiper-button-prev {
    left: 8px;
    margin: 0;
  }
}
.p-voice-slider .swiper-button-next {
  right: 50%;
  margin-right: -388px;
}
@media (max-width: 768px) {
  .p-voice-slider .swiper-button-next {
    right: 8px;
    margin: 0;
  }
}

.p-voice-slider-item {
  width: 660px;
  height: auto;
}
@media (max-width: 768px) {
  .p-voice-slider-item {
    width: 81%;
  }
}

.p-voice-slider-item__card {
  position: relative;
  display: grid;
  grid-template-areas: 'person title' 'person desc' 'person more_btn' 'before_after before_after';
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 140px 1fr;
  gap: 0 30px;
  align-items: flex-start;
  height: 100%;
  padding-top: 22px;
  background-color: #f6f6f6;
  border-radius: 8px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-voice-slider-item__card {
    display: block;
    padding-top: 0;
  }
}

.p-voice-slider-item__title {
  grid-area: title;
}
.p-voice-slider-item__title span {
  position: relative;
  display: block;
  width: calc(100% + 1px);
  padding: 15px 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #ff2a2e;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
}
@media (max-width: 768px) {
  .p-voice-slider-item__title span {
    width: calc(100% + 13px);
    padding: 10px 10px;
    margin-left: -12px;
    font-size: 18px;
    text-align: center;
  }
}
.p-voice-slider-item__title span::before {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 16px;
  height: calc(100% + 32px);
  content: '';
  background-color: #ff2a2e;
  border-radius: 0 16px 16px 0;
}
.p-voice-slider-item__title span::after {
  position: absolute;
  right: -15px;
  bottom: -32px;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  background: linear-gradient(to left, #bf2124 50%, transparent 50%);
  border-radius: 50%;
}

.p-voice-slider-item__person {
  grid-area: person;
  padding-top: 20px;
  padding-left: 31px;
}
@media (max-width: 768px) {
  .p-voice-slider-item__person {
    padding-left: 0;
  }
}
.p-voice-slider-item__person a {
  position: relative;
  display: block;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-voice-slider-item__person a {
    width: 140px;
    margin: auto;
  }
}
.p-voice-slider-item__person a:hover {
  opacity: 0.8;
}
.p-voice-slider-item__person ._himself {
  width: 100%;
  border-radius: 100vmax;
}
.p-voice-slider-item__person ._sns {
  position: absolute;
  top: 11px;
  right: 0;
  width: 32px;
}
.p-voice-slider-item__person ._label {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-voice-slider-item__person ._label {
    margin-top: 12px;
  }
}
.p-voice-slider-item__person ._label ._name {
  font-size: 16px;
}
.p-voice-slider-item__person ._label ._age {
  padding-left: 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-voice-slider-item__person ._label ._age {
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

.p-voice-slider-item__before-after {
  display: flex;
  grid-area: before_after;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .p-voice-slider-item__before-after {
    height: auto;
  }
}
.p-voice-slider-item__before-after > div {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .p-voice-slider-item__before-after > div {
    margin-top: 20px;
    border-radius: 0;
  }
}
.p-voice-slider-item__before-after > div ._before,
.p-voice-slider-item__before-after > div ._after {
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-voice-slider-item__before-after > div ._before,
  .p-voice-slider-item__before-after > div ._after {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.p-voice-slider-item__before-after > div ._before {
  width: 49%;
}
.p-voice-slider-item__before-after > div ._after {
  width: 51%;
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #fff;
  background-color: #ff2a2e;
}
.p-voice-slider-item__before-after > div ._arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.p-voice-slider-item__desc {
  grid-area: desc;
  padding-top: 16px;
  padding-right: 38px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-voice-slider-item__desc {
    padding: 24px 26px 0;
  }
}

.p-voice-slider-item__more-btn {
  grid-area: more_btn;
  padding-top: 2px;
  padding-right: 38px;
  padding-bottom: 15px;
  text-align: right;
}
@media (max-width: 768px) {
  .p-voice-slider-item__more-btn {
    padding: 24px 26px 33px;
  }
}
.p-voice-slider-item__more-btn a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-voice-slider-item__more-btn a {
    font-size: 14px;
  }
}
.p-voice-slider-item__more-btn a span {
  padding-right: 4px;
  font-weight: bold;
}

.p-attention {
  padding-top: 150px;
  margin-bottom: -50px;
}
@media (max-width: 600px) {
  .p-attention {
    padding-top: 0;
  }
}
.p-attention__inner {
  background-color: #ff2a2e;
  margin-top: -18px;
  padding-bottom: 70px;
}
@media (max-width: 600px) {
  .p-attention__inner {
    margin-top: -10px;
  }
}
.p-attention__bnr {
  padding-top: 32px;
  margin-bottom: 51px;
  transform: translateX(-8px);
}
@media (max-width: 1400px) {
  .p-attention__bnr {
    transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .p-attention__bnr {
    margin-bottom: 31px;
  }
}
@media (max-width: 1100px) {
  .p-attention__bnr-img {
    object-fit: cover;
    height: 37px;
  }
}
.p-attention__container {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1110px;
  border-radius: 23px;
}
.p-attention__container-inner {
  display: flex;
  flex-direction: row;
  padding-top: 44px;
  column-gap: 30px;
  padding-right: 28px;
  padding-left: 28px;
}
@media (max-width: 1100px) {
  .p-attention__container-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 33px;
    row-gap: 15px;
  }
}
@media (max-width: 600px) {
  .p-attention__container-inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.p-attention__price {
  object-fit: cover;
  width: 479px;
}
@media (max-width: 600px) {
  .p-attention__price {
    width: 350px;
  }
}
.p-attention__small-title {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
}
@media (max-width: 1100px) {
  .p-attention__small-title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-attention__small-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.p-attention__br {
  display: none;
}
@media (max-width: 900px) {
  .p-attention__br {
    display: block;
  }
}
.p-attention__price-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 21px;
  margin-bottom: 38px;
}
@media (max-width: 1100px) {
  .p-attention__price-list {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .p-attention__price-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}
.p-attention__before-price {
  width: 200px;
}
.p-attention__red-color {
  color: #ff2a2e;
}
.p-attention__arrow {
  width: 24px;
}
@media (max-width: 600px) {
  .p-attention__arrow {
    transform: rotate(90deg);
  }
}
.p-attention__talk-block {
  margin: 0 auto;
  width: 448px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  .p-attention__talk-block {
    width: 378px;
  }
}
@media (max-width: 600px) {
  .p-attention__talk-block {
    width: 300px;
  }
}
.p-attention__talk {
  width: 100%;
}
.p-attention__price-now {
  font-size: 32px;
  font-weight: 700;
}
.p-attention__price-future {
  width: 251px;
}
.p-attention__button {
  border-radius: 10px;
  border: 2px solid #ff2a2e;
  position: relative;
  text-align: center;
  display: block;
  padding-top: 28px;
  padding-bottom: 28px;
  transform: translateY(-8px);
  transition: all 0.3s;
}
.p-attention__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .p-attention__button {
    width: 100%;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.p-attention__button-text {
  color: #ff2a2e;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .p-attention__button-text {
    font-size: 22px;
  }
}
.p-attention__arrow-button {
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.8px;
}
@media (max-width: 600px) {
  .p-attention__arrow-button {
    width: 11.8px;
    right: 11px;
  }
}
.p-attention__price-red {
  font-size: 53px;
  color: #ff2a2e;
}

.p-price {
  max-width: 1112px;
  padding: 0 40px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-price {
    padding: 0 16px;
  }
}

.p-price__figure {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-price__figure {
    display: block;
  }
}
@media (max-width: 500px) {
  .p-price__figure {
    width: 104%;
    margin-left: -2%;
  }
}
.p-price__figure > div {
  width: 50%;
}
.p-price__figure > div + * {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .p-price__figure > div {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-price__figure > div + * {
    margin-top: 48px;
  }
}

.p-price__caption {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-price__caption {
    margin-top: 30px;
  }
}
.p-price__caption small {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-price__caption small {
    text-align: left;
  }
}
.p-price__caption small + * {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .p-comparison {
    width: 100vw;
    padding: 0;
    margin: 0 calc(50% - 50vw);
  }
}

@media (max-width: 768px) {
  .p-comparison__figure {
    overflow-x: auto;
  }
  .p-comparison__figure::-webkit-scrollbar {
    display: none;
  }
  .p-comparison__figure img,
  .p-comparison__figure picture {
    min-width: 672px;
  }
}

.p-comparison__caption {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-comparison__caption {
    padding: 0 16px;
    margin-top: 30px;
  }
}
.p-comparison__caption small {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-comparison__caption small {
    text-align: left;
  }
}
.p-comparison__caption small + * {
  margin-top: 10px;
}

.p-flow-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-flow-list {
    display: block;
  }
}

.p-flow-list__item {
  position: relative;
  width: 27%;
}
@media (max-width: 1080px) {
  .p-flow-list__item {
    display: grid;
    grid-template-areas: 'title title' 'img desc';
    grid-template-columns: 112px 1fr;
    align-items: center;
    width: 100%;
  }
  .p-flow-list__item + * {
    margin-top: 80px;
  }
}

.p-flow-list__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  .p-flow-list__title {
    grid-area: title;
    padding-bottom: 24px;
  }
}

.p-flow-list__img {
  max-width: 220px;
  margin: 24px auto 0;
}
@media (max-width: 1080px) {
  .p-flow-list__img {
    grid-area: img;
    max-width: 100%;
    margin-top: 0;
  }
}

.p-flow-list__desc {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .p-flow-list__desc {
    grid-area: desc;
    padding-left: 20px;
    margin-top: 0;
    text-align: left;
  }
  .p-flow-list__desc br {
    display: none;
  }
}

.p-flow-list__arrow {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: -25%;
  height: 341px;
}
@media (max-width: 1080px) {
  .p-flow-list__arrow {
    position: absolute;
    margin: auto;
    inset: auto 0;
    bottom: -60px;
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.p-faq__section + * {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-faq__section + * {
    margin-top: 48px;
  }
}

.p-faq__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-faq__title {
    font-size: 18px;
  }
}
.p-faq__title b {
  font-size: 28px;
  color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-faq__title b {
    font-size: 22px;
  }
}

.p-faq__body {
  margin-top: 30px;
}

.p-faq__item {
  border-top: solid 1px #dddddd;
}
.p-faq__item:last-of-type {
  border-bottom: solid 1px #dddddd;
}

.p-faq__question {
  display: block;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__question > div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 20px;
  padding-right: 40px;
  font-size: 22px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-faq__question > div {
    padding: 23px 12px;
    padding-right: 34px;
    font-size: 16px;
  }
}
.p-faq__question > div span {
  padding-right: 20px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: bold;
  color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-faq__question > div span {
    padding-right: 12px;
    font-size: 22px;
  }
}
.p-faq__question > div::before,
.p-faq__question > div::after {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 20px;
  display: block;
  width: 18px;
  height: 2px;
  content: '';
  background-color: #dddddd;
  transition: transform 0.2s, opacity 0.2s;
}
@media (max-width: 768px) {
  .p-faq__question > div::before,
  .p-faq__question > div::after {
    right: 12px;
  }
}
.p-faq__question > div::before {
  transform: rotate(90deg);
}
.p-faq__item.is-opened .p-faq__question > div::before {
  opacity: 0;
  transform: rotate(270deg);
}

.p-faq__item.is-opened .p-faq__question > div::after {
  transform: rotate(180deg);
}

.p-faq__answer {
  overflow: hidden;
}
.p-faq__answer > div {
  padding: 10px 20px 32px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-faq__answer > div {
    padding: 17px 12px 24px;
    font-size: 14px;
  }
}
.p-faq__answer > div a {
  color: #ff2a2e;
  text-decoration: underline;
}
.p-faq__answer > div a:hover {
  text-decoration: none;
}

.p-index-mv {
  position: relative;
  background-color: #ff2a2e;
}

.p-index-mv__scroll {
  position: absolute;
  bottom: 177px;
  left: -3px;
}
@media (max-width: 1280px) {
  .p-index-mv__scroll {
    bottom: 160px;
    left: -7px;
    transform: scale(0.8);
  }
}
@media (max-width: 900px) {
  .p-index-mv__scroll {
    display: none;
  }
}

.p-index-mv-main {
  position: relative;
}

.p-index-mv-main__inner {
  max-width: 1200px;
  padding: 86px 33px 39px;
  margin: auto;
}
@media (max-width: 900px) {
  .p-index-mv-main__inner {
    padding: 200px 20px 60px;
  }
}
@media (max-width: 640px) {
  .p-index-mv-main__inner {
    padding: 22px 20px 60px;
  }
}

.p-index-mv-main__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-index-mv-main__header {
  display: flex;
  flex-direction: column;
}

.p-index-mv-main__title {
  margin-top: 13px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.126em;
}
@media (max-width: 900px) {
  .p-index-mv-main__title {
    font-size: 30px;
  }
}
.p-index-mv-main__title b {
  color: #ff2a2e;
}
@media (max-width: 900px) {
  .p-index-mv-main__title.__lg {
    display: none;
  }
}
.p-index-mv-main__title.__sm {
  display: none;
}
@media (max-width: 900px) {
  .p-index-mv-main__title.__sm {
    display: block;
  }
}

.p-index-mv-main__desc {
  order: -1;
  margin-top: 17px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .p-index-mv-main__desc {
    display: none;
  }
}

.p-index-mv-main__check-list {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .p-index-mv-main__check-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 8px;
  }
}
.p-index-mv-main__check-list li {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  margin-right: 12px;
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .p-index-mv-main__check-list li {
    padding: 5px 10px;
    margin: 0;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 8px;
  }
  .p-index-mv-main__check-list li:nth-of-type(1) {
    order: 2;
  }
  .p-index-mv-main__check-list li:nth-of-type(2) {
    order: 3;
  }
  .p-index-mv-main__check-list li:nth-of-type(3) {
    order: 1;
  }
  .p-index-mv-main__check-list li:nth-of-type(4) {
    order: 4;
  }
}
.p-index-mv-main__check-list li img {
  width: 18px;
}
@media (max-width: 900px) {
  .p-index-mv-main__check-list li img {
    width: 14px;
  }
}
.p-index-mv-main__check-list li span {
  padding-left: 7px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .p-index-mv-main__check-list li span {
    padding-left: 4px;
    font-size: 14px;
  }
}

.p-index-mv-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 160px;
}
@media (max-width: 1280px) {
  .p-index-mv-main__bg {
    border-radius: 0 0 0 100px;
  }
}
@media (max-width: 900px) {
  .p-index-mv-main__bg {
    overflow: hidden;
    border-radius: 0;
  }
  .p-index-mv-main__bg::before {
    background-image: url('./img/index/mv/kv-musk-sm.svg');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    left: -1%;
    display: block;
    width: 102%;
    height: 100%;
    content: '';
    background-position: center bottom;
    background-size: contain;
  }
}
.p-index-mv-main__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-index-mv-bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1320px;
  padding: 28px 20px 40px;
  padding-left: 5.3%;
  margin: auto;
}
@media (max-width: 900px) {
  .p-index-mv-bottom {
    display: block;
    padding: 23px 20px 30px;
  }
}

.p-index-mv-bottom__cv {
  flex: 0 0 auto;
  width: 38%;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 1000px) {
  .p-index-mv-bottom__cv {
    width: 43%;
  }
}
@media (max-width: 900px) {
  .p-index-mv-bottom__cv {
    width: 100%;
    padding-left: 0;
  }
}
.p-index-mv-bottom__cv .c-heading-slash--white {
  font-size: 18px;
}
.p-index-mv-bottom__cv .c-heading-slash--white span::before,
.p-index-mv-bottom__cv .c-heading-slash--white span::after {
  top: 15px;
  width: 21px;
  height: 1px;
}
@media (max-width: 900px) {
  .p-index-mv-bottom__cv .c-heading-slash--white span::before,
  .p-index-mv-bottom__cv .c-heading-slash--white span::after {
    top: 12px;
  }
}
.p-index-mv-bottom__cv .c-heading-slash--white span::before {
  left: -22px;
  transform: rotate(53deg);
}
.p-index-mv-bottom__cv .c-heading-slash--white span::after {
  right: -22px;
  transform: rotate(-53deg);
}
@media (max-width: 1080px) {
  .p-index-mv-bottom__cv .c-heading-slash--white {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .p-index-mv-bottom__cv .c-heading-slash--white {
    font-size: 15px;
  }
}

.p-index-mv-bottom__btn {
  margin-top: 19px;
}
@media (max-width: 900px) {
  .p-index-mv-bottom__btn {
    margin-top: 9px;
  }
}
.p-index-mv-bottom__btn .c-btn-normal {
  padding: 20px 30px;
}
@media (max-width: 900px) {
  .p-index-mv-bottom__btn .c-btn-normal {
    padding: 13px 30px;
  }
}
@media (max-width: 1080px) {
  .p-index-mv-bottom__btn .c-btn-normal span {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .p-index-mv-bottom__btn .c-btn-normal span {
    font-size: 19px;
  }
}
.p-index-mv-bottom__btn .c-btn-normal svg {
  right: 22px;
}
@media (max-width: 900px) {
  .p-index-mv-bottom__btn .c-btn-normal svg {
    right: 9px;
  }
}
.p-index-mv-bottom__btn .c-btn-normal svg path {
  stroke-width: 3;
}

.p-index-mv-bottom__review {
  width: 100%;
  padding-left: 10.7%;
}
@media (max-width: 1000px) {
  .p-index-mv-bottom__review {
    padding-left: 5%;
  }
}
@media (max-width: 900px) {
  .p-index-mv-bottom__review {
    width: 100%;
    padding: 0;
    margin-top: 26px;
  }
}
.p-index-mv-bottom__review img {
  display: block;
  margin-left: auto;
}
.p-index-mv-bottom__review small {
  display: block;
  margin-top: 19px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}
@media (max-width: 900px) {
  .p-index-mv-bottom__review small {
    display: flex;
    flex-direction: column;
    width: 110%;
    margin-top: 12px;
    margin-left: -6%;
    text-align: left;
    white-space: nowrap;
    transform: scale(0.9);
  }
}
.p-index-mv-bottom__review small span {
  display: inline-block;
}
.p-index-mv-bottom__review a {
  text-decoration: underline;
}
.p-index-mv-bottom__review a:hover {
  text-decoration: none;
}

.p-reason-section {
  padding: 50px 0 63px;
  padding-left: 56px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1080px) {
  .p-reason-section {
    position: relative;
    padding: 40px 20px;
  }
}
.p-reason-section + * {
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .p-reason-section + * {
    margin-top: 80px;
  }
}

.p-reason-section__grid {
  display: grid;
  grid-template-areas: 'num kv' 'title kv' 'desc kv' 'btn kv';
  grid-template-columns: 1fr 53%;
  gap: 0 25px;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .p-reason-section__grid {
    display: block;
  }
}

.p-reason-section__num {
  grid-area: num;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: #ff2a2e;
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 1080px) {
  .p-reason-section__num {
    position: absolute;
    inset: auto 0;
    top: -45px;
    margin: auto;
    font-size: 55px;
    color: #fff;
    text-align: center;
  }
}

.p-reason-section__title {
  grid-area: title;
  padding-top: 20px;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  .p-reason-section__title {
    padding-top: 0;
    font-size: 22px;
    text-align: center;
  }
}
.p-reason-section__title span {
  color: #ff2a2e;
}

.p-reason-section__desc {
  grid-area: desc;
  padding-top: 20px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  .p-reason-section__desc {
    padding-top: 25px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.p-reason-section__desc b {
  font-weight: bold;
}

.p-reason-section__kv {
  grid-area: kv;
}
@media (max-width: 1080px) {
  .p-reason-section__kv {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.p-reason-section__kv.__curriculum img,
.p-reason-section__kv.__curriculum picture {
  transform: translateY(18px);
}
@media (max-width: 768px) {
  .p-reason-section__kv.__curriculum img,
  .p-reason-section__kv.__curriculum picture {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .p-reason-section__kv.__support {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-reason-section__kv.__support img,
  .p-reason-section__kv.__support picture {
    transform: scale(1.13);
  }
}

.p-reason-section__btn {
  grid-area: btn;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-reason-section__btn {
    padding-top: 40px;
  }
}
.p-reason-section__btn > * {
  max-width: 314px;
}
@media (max-width: 768px) {
  .p-reason-section__btn > * {
    margin: auto;
  }
}

.p-reason-section__learning-environment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  padding-right: 56px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-reason-section__learning-environment-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    padding-right: 0;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .p-reason-list {
    width: 100vw;
    height: 220px;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .p-reason-list__wrapper {
    height: 300px;
    overflow-x: auto;
  }
}

.p-reason-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 768px) {
  .p-reason-list__list {
    display: flex;
    gap: normal;
    width: 860px;
  }
}

@media (max-width: 768px) {
  .p-reason-list__item {
    margin-left: 40px;
  }
  .p-reason-list__item:last-of-type {
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .p-reason-list__item:first-of-type {
    margin-left: 20px;
  }
  .p-reason-list__item:last-of-type {
    margin-right: 20px;
  }
}

.p-reason-list__thumb {
  overflow: hidden;
  border-radius: 10px;
}

.p-reason-list__title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-reason-list__title b {
  color: #ff2a2e;
}

.p-reason-list__desc {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-reason-list__desc {
    display: none;
  }
}

.container {
  width: calc(100% - 40px);
  max-width: 334px;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .container {
    max-width: 680px;
    max-width: 94%;
  }
}
@media screen and (min-width: 1121px) {
  .container {
    max-width: 1070px;
  }
}
.show_sp {
  display: initial;
}

@media screen and (min-width: 681px) {
  .show_sp {
    display: none;
  }
}
.show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .show_pc {
    display: initial;
  }
}
.section_en {
  position: absolute;
  top: -60px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .section_en {
    top: -102px;
  }
}
.section_en h3 {
  /* font-family: "Century Gothic","futura-pt-bold","CenturyGothic","游ゴシック","YuGothic", -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', 'Helvetica Neue', 'HelveticaNeue', 'Verdana', 'Meiryo', sans-serif; */
  font-size: 50px;
  font-weight: 900;
  color: #ff2a2e;
  letter-spacing: 0.05em;
  transform: translateY(3px);
}

@media screen and (min-width: 681px) {
  .section_en h3 {
    font-size: 80px;
    transform: translateY(10px);
  }
}
.section_sub {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .section_sub {
    margin-bottom: 46px;
  }
}
.section_sub h4 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .section_sub h4 {
    font-size: 30px;
  }
}
.section_sub::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 14px);
  width: 28px;
  height: 3px;
  content: '';
  background-color: white;
}

@media screen and (min-width: 681px) {
  .section_sub::before {
    top: -23px;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
  }
}
.fukidashi-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.fukidashi-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .fukidashi-btn a {
    width: auto;
  }
}
.fukidashi-btn__hukidashi {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.fukidashi-btn__hukidashi::before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-color: #ff2a2e transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
}

@media screen and (min-width: 681px) {
  .fukidashi-btn__hukidashi::before {
    bottom: -12px;
    border-width: 13px 12px 0 12px;
  }
}
.fukidashi-btn__hukidashi span {
  position: relative;
  display: block;
  padding: 9px 26px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #ff2a2e;
  border-radius: 55px;
}

@media screen and (min-width: 681px) {
  .fukidashi-btn__hukidashi span {
    padding: 13px 26px;
    font-size: 18px;
  }
}
/* beforeが常時アニメーション、afterがhover時 */
.fukidashi-btn__hukidashi span::before,
.fukidashi-btn__hukidashi span::after {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.fukidashi-btn__hukidashi span::before {
  animation: shine 2s infinite;
}

.fukidashi-btn a:hover .fukidashi-btn__hukidashi span::after {
  animation: shine_hover 1s;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine_hover {
  100% {
    left: 125%;
  }
}
.fukidashi-btn__link {
  position: relative;
  width: 100%;
  padding: 20px 35px;
  margin-top: -18px;
  overflow: hidden;
  font-size: 17px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  border: solid 2px #ff2a2e;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(51, 51, 51, 0.16);
  transition: opacity 0.2s;
}

.fukidashi-btn__link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 681px) {
  .fukidashi-btn__link {
    width: auto;
    min-width: 515px;
    padding: 24px 65px;
    margin-top: -18px;
    font-size: 27px;
  }
}
.fukidashi-btn__link::before {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  content: '';
  background: url('./img/index/_old/_common/icn-arrow-right.svg') no-repeat;
  background-size: 6px 11px;
}

@media screen and (min-width: 681px) {
  .fukidashi-btn__link::before {
    right: 30px;
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
  }
}
.com-orgn-header {
  text-align: center;
}

.com-orgn-header__slash {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  margin: auto;
  font-size: 17px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 681px) {
  .com-orgn-header__slash {
    display: block;
    padding-bottom: 15px;
    font-size: 25px;
  }
}
.com-orgn-header__slash::before,
.com-orgn-header__slash::after {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 26px;
  content: '';
  background-color: #333333;
}
@media screen and (min-width: 681px) {
  .com-orgn-header__slash::before,
  .com-orgn-header__slash::after {
    top: 3px;
    width: 2px;
    height: 34px;
  }
}
.com-orgn-header__slash::before {
  left: -12px;
  transform: rotate(-37deg);
}
@media screen and (min-width: 681px) {
  .com-orgn-header__slash::before {
    left: -20px;
  }
}
.com-orgn-header__slash::after {
  right: -12px;
  transform: rotate(37deg);
}
@media screen and (min-width: 681px) {
  .com-orgn-header__slash::after {
    right: -20px;
  }
}

.com-orgn-header__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 681px) {
  .com-orgn-header__title {
    font-size: 32px;
  }
}
.com-orgn-header__title span {
  color: #ff2a2e;
  text-decoration: underline;
}

.com-orgn-sec-heading {
  text-align: center;
}

.com-orgn-sec-heading__label {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  color: #ff2a2e;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 681px) {
  .com-orgn-sec-heading__label {
    font-size: 75px;
  }
}

.com-orgn-sec-heading__main {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 681px) {
  .com-orgn-sec-heading__main {
    font-size: 28px;
  }
}
.com-orgn-sec-heading__main span {
  color: #ff2a2e;
}

.p-index-mv-old__content {
  position: relative;
  padding: 77px 0 13px;
  background: #fdfffe url('./img/kv_sp.jpg') center/cover no-repeat;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__content {
    padding-top: 65px;
    background: #fdfffe url('./img/kv_pc.png') right bottom/1048px 684px no-repeat;
  }
  .p-index-mv-old__content::before {
    position: absolute;
    top: -84px;
    left: 0;
    width: 100%;
    height: 84px;
    content: '';
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
.p-index-mv-old__inner {
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__inner {
    display: grid;
    grid-template-areas: 'point' 'title' 'desc';
    grid-template-columns: 100%;
    max-width: 1270px;
    padding: 0 80px;
    margin: auto;
  }
}
.p-index-mv-old__title {
  grid-area: title;
}

.p-index-mv-old__title > span > span {
  font-weight: bold;
  color: #ff2a2e;
}

.p-index-mv-old__title .__pc {
  display: none;
  font-size: 52px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.15em;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0-3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__title .__pc {
    display: block;
  }
}
.p-index-mv-old__title .__sp {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__title .__sp {
    display: none;
  }
}
.p-index-mv-old__desc {
  grid-area: desc;
}

.p-index-mv-old__desc .__pc {
  display: none;
  margin-top: 30px;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__desc .__pc {
    display: block;
  }
}
.p-index-mv-old__desc .__sp {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__desc .__sp {
    display: none;
  }
}
.p-index-mv-old__desc .__sp span {
  display: inline-block;
  padding: 6px 8px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.18em;
  background-color: #ff2a2e;
}

.p-index-mv-old__point {
  grid-area: point;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__point {
    display: flex;
    margin-top: 0;
  }
}


.p-index-mv-old__point02 {
  position: absolute;
  right: 3em;
  top: 1em;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__point02 {
    display: flex;
    margin-top: 0;
  }
}



/*
.p-index-mv-old__point img {
  display: block;
  width: 188px;
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__point img {
    width: 315px;
    margin-top: 0;
    margin-right: 30px;
  }
}
*/
.p-index-mv-old__caption {
  padding: 0 20px;
  margin-top: 68px;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__caption {
    display: flex;
    margin-top: 97px;
    font-size: 12px;
    color: #838383;
    text-shadow: none;
  }
}
.p-index-mv-old__caption small {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__caption small {
    margin-right: 1em;
  }
}
.p-index-mv-old__btn-pc {
  display: none;
  margin-top: 50px;
}

.p-index-mv-old__btn-pc a {
  position: relative;
  display: inline-block;
  padding: 12px 67px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right,  #0dd329 0%,#1ab8b4 100%); 
  border-radius: 40px;
}
.p-index-mv-old__btn-pc a svg {
  position: absolute;
  inset: 0 auto;
  right: 18px;
  width: 20px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__btn-pc {
    display: block;
  }
}

.p-index-mv-old__btn-pc a:hover {
  background: linear-gradient(to right,#1ab8b4 0%,#0dd329 100%);
  color: #fff;
  transition: all 0.3s;
  box-shadow: none;
}

.p-index-mv-old__btn-pc a {
  transition: all 0.3s;
  box-shadow: none;
}

.p-index-mv-old__btn-pc a path {
  stroke: #fff;
   transition: all 0.3s;
}

.p-index-mv-old__btn-pc a:hover path {
 stroke: #fff;
 transition: all 0.3s;
}

.p-index-mv-old__btn-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 20px 20px;
  background-color: #ff2a2e;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__btn-sp {
    display: none;
  }
}
.p-index-mv-old__btn-sp > span {
  display: block;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

.p-index-mv-old__btn-sp > span > span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.p-index-mv-old__btn-sp > span > span::before,
.p-index-mv-old__btn-sp > span > span::after {
  position: absolute;
  top: 4px;
  width: 2px;
  height: 20px;
  content: '';
  background-color: #fff;
  border-radius: 4px;
}

.p-index-mv-old__btn-sp > span > span::before {
  left: -15px;
  transform: rotate(-37deg);
}

.p-index-mv-old__btn-sp > span > span::after {
  right: -15px;
  transform: rotate(37deg);
}

.p-index-mv-old__btn-sp a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 440px;
  padding: 16px 40px 18px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 3px 4px 0 #ba1616;
}
.p-index-mv-old__btn-sp a svg {
  position: absolute;
  inset: 0 auto;
  right: 11px;
  width: 16px;
  margin: auto;
}

.p-index-mv-old__btn-pc p,
.p-index-mv-old__btn-sp p {
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.mv-info {
  display: block;
  height: 14px;
  background: linear-gradient(to right,  #ff817c 0%,#ff364d 100%);
}

.catch_first {
  position: relative;
  z-index: 1;
}

.catch_first .container {
  position: relative;
  z-index: 1;
  padding: 50px 0 24px;
  text-align: center;
}
.catch_first .container::before {
  position: absolute;
  top: -42px;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 40px;
  margin: 0 calc(50% - 50vw);
  content: '';
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 681px) {
  .catch_first .container {
    padding: 38px 0 0;
  }
}
.catch_first .container p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .catch_first .container p {
    margin-bottom: 24px;
    font-size: 25px;
  }
}
.catch_first .container h5 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.14em;
}

.catch_first .container h5 strong {
  font-weight: 700;
  color: #ff2a2e;
}

.catch_first .container h5 span {
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .catch_first .container h5 span {
    display: inline;
  }
}
@media screen and (min-width: 681px) {
  .catch_first .container h5 {
    font-size: 30px;
  }
}
.catch_second {
  position: relative;
  padding: 24px 0 44px;
  background: #fef6f5;
  background: linear-gradient(180deg, #fff 20%, #fef6f5 100%);
}

@media screen and (min-width: 681px) {
  .catch_second {
    position: relative;
    padding: 74px 0;
  }
  .catch_second::before {
    position: absolute;
    right: 0;
    bottom: 55px;
    left: 0;
    display: block;
    width: 835px;
    max-width: 100%;
    height: 434px;
    margin: auto;
    content: '';
    background: url('./img/index/_old/catch/bg_01.png') center/cover no-repeat;
  }
}
.catch_second ul {
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .catch_second ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 42px;
  }
}
.catch_second ul li {
  position: relative;
  margin-bottom: 30px;
}

.catch_second ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 681px) {
  .catch_second ul li {
    margin-bottom: 40px;
  }
}
.catch_second_arrow {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 12px);
  width: 24px;
  height: 70px;
}

@media screen and (min-width: 681px) {
  .catch_second_arrow {
    bottom: -69px;
    left: calc(50% - 16px);
    width: 32px;
    height: 94px;
  }
}
.catch_second_list {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 16px;
}

@media screen and (min-width: 681px) {
  .catch_second_list {
    top: 0;
    left: -41px;
    width: 26px;
    height: 24px;
  }
}
.catch_second_txt {
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.14em;
}

.catch_second_txt span {
  font-weight: 700;
  border-bottom: solid 1px #333333;
}

@media screen and (min-width: 681px) {
  .catch_second_txt {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.catch_second_balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background-color: white;
  border: solid 1px #ff2a2e;
  border-radius: 6px;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon {
    padding: 10px 14px;
    border: solid 2px #ff2a2e;
    border-radius: 10px;
  }
}
.catch_second_balloon::before {
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -14px;
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid white;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon::before {
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
  }
}
.catch_second_balloon::after {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 1;
  margin-left: -15px;
  content: '';
  border: 9px solid transparent;
  border-bottom: 9px solid #ff2a2e;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon::after {
    top: -20px;
    left: 50%;
    margin-left: -17px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff2a2e;
  }
}
.catch_second_balloon p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.06em;
}

.catch_second_balloon p strong {
  font-weight: 700;
  color: #ff2a2e;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon p {
    font-size: 18px;
  }
}
.catch_third .container {
  padding: 70px 0 96px;
}

@media screen and (min-width: 681px) {
  .catch_third .container {
    padding: 116px 0 164px;
  }
}
.catch_third_title {
  margin-bottom: 46px;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .catch_third_title {
    margin-bottom: 72px;
  }
}
.catch_third_title p {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .catch_third_title p {
    margin-bottom: 26px;
    font-size: 25px;
  }
}
.catch_third_title p::before,
.catch_third_title p::after {
  position: absolute;
  top: 4px;
  left: -10px;
  width: 1px;
  height: 20px;
  content: '';
  background-color: #333333;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

@media screen and (min-width: 681px) {
  .catch_third_title p::before,
  .catch_third_title p::after {
    left: -18px;
    width: 2px;
    height: 32px;
  }
}
.catch_third_title p::after {
  right: -10px;
  left: auto;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

@media screen and (min-width: 681px) {
  .catch_third_title p::after {
    right: -18px;
  }
}
.catch_third_title h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  color: #333333;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 681px) {
  .catch_third_title h5 {
    font-size: 30px;
  }
}
.catch_third_title h5 strong {
  font-weight: 700;
  color: #ff2a2e;
  border-bottom: solid 2px #ff2a2e;
}

.catch_third_title h5 span {
  display: inline;
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .catch_third_title h5 span {
    display: none;
  }
}
.catch_third_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 681px) {
  .catch_third_inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.catch_third_inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px dashed #878787;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.catch_third_inner_content:last-child {
  border-bottom: none;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content {
    display: block;
    width: 30%;
    padding: 0;
    border-bottom: none;
  }
}
.catch_third_inner_content_img {
  width: 90px;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content_img {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
    box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
  }
}
.catch_third_inner_content_txt {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4583;
  color: #333333;
  text-align: left;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 681px) {
  .catch_third_inner_content_txt {
    margin-left: 0;
    font-size: 23px;
    text-align: center;
  }
}
.catch_third_inner_content_txt span {
  display: block;
  font-weight: 700;
  color: #ff2a2e;
}

.about {
  position: relative;
  padding: 40px 0 60px;
  background-color: #ff2a2e;
}

@media screen and (min-width: 681px) {
  .about {
    padding: 64px 0 84px;
  }
}
.about_tit {
  margin-bottom: 32px;
}

@media screen and (min-width: 681px) {
  .about_tit {
    margin-bottom: 50px;
  }
}
.about_tit_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  margin: 0 auto 12px;
  background-color: white;
}

@media screen and (min-width: 681px) {
  .about_tit_wrap {
    padding: 6px 16px;
    margin-bottom: 16px;
  }
}
.about_tit_wrap h5 {
  font-size: 22px;
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .about_tit_wrap h5 {
    font-size: 34px;
    letter-spacing: 0.14em;
  }
}
.about_loop {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}

.about_loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

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

.about_loop_item {
  width: 140px;
  height: 116px;
  padding: 0 12px;
}
.about_loop_item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 681px) {
  .about_loop_item {
    width: 220px;
    height: 182px;
    padding: 0 19px;
  }
}
.about_loop_item_img {
  width: 100%;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 681px) {
  .about_loop_item_img {
    width: 21.0526315789vw;
    height: 180px;
  }
}
.about_loop_left {
  -webkit-animation: infinity-scroll-left 75s infinite linear 0.5s both;
  animation: infinity-scroll-left 75s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.about_bottom_txt {
  margin-top: 34px;
  text-align: left;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt {
    margin-top: 50px;
    text-align: center;
  }
}
.about_bottom_txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.375;
  color: white;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt p {
    font-size: 16px;
  }
}
.about_bottom_txt p .u_line {
  font-weight: 700;
  color: white;
  text-decoration: underline;
}

.about_bottom_txt p .fl {
  color: white;
}

@media screen and (min-width: 681px) {
  .about_bottom_txt p .fl {
    font-size: 18px;
  }
}
.about_bottom_txt p span {
  font-weight: 700;
  color: white;
}

.voice-section {
  position: relative;
}

.voice-section__main {
  position: relative;
  z-index: 1;
  padding-top: 10%;
  padding-bottom: 7%;
}

.voice-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voice-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.voice-slider {
  max-width: 1100px;
  margin: auto;
}

.voice-slider__wrapper {
  padding-bottom: 50px;
}
.voice-slider__wrapper .swiper-button-next,
.voice-slider__wrapper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transform: translateY(-46px);
}
@media screen and (min-width: 767px) {
  .voice-slider__wrapper .swiper-button-next,
  .voice-slider__wrapper .swiper-button-prev {
    display: none;
  }
}
.voice-slider__wrapper .swiper-button-next::after,
.voice-slider__wrapper .swiper-button-prev::after {
  display: none;
}
.voice-slider__wrapper .swiper-button-next {
  margin-right: -3px;
}
.voice-slider__wrapper .swiper-button-prev {
  margin-left: -3px;
}
.voice-slider__wrapper .swiper-pagination {
  bottom: 20px;
}
.voice-slider__wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffd9d8;
  opacity: 1;
}
.voice-slider__wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2a2e;
}

.voice-slider-item {
  height: auto;
  padding-bottom: 30px;
}

.voice-slider-item__card {
  width: 76%;
  width: 290px;
  height: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .voice-slider-item__card {
    width: 90%;
    overflow: hidden;
    border-radius: 10px;
  }
}

.voice-slider-item__before-after {
  position: relative;
  display: flex;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .voice-slider-item__before-after {
    height: 40px;
  }
}
.voice-slider-item__before-after ._before,
.voice-slider-item__before-after ._after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .voice-slider-item__before-after ._before,
  .voice-slider-item__before-after ._after {
    font-size: 14px;
  }
}
.voice-slider-item__before-after ._before {
  width: 49%;
}
.voice-slider-item__before-after ._after {
  width: 51%;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #fff;
  background-color: #ff2a2e;
}
.voice-slider-item__before-after ._arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 18px;
  margin-left: 6px;
  transform: translate(-50%, -50%);
}

.voice-slider-item__meta {
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .voice-slider-item__meta {
    padding: 16px 18px;
  }
}

.voice-slider-item__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.voice-slider-item__title span {
  color: #ff2a2e;
  text-decoration: underline;
}

.voice-slider-item__name {
  margin-top: 7px;
  font-size: 15px;
  color: #808080;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .voice-slider-item__name {
    font-size: 14px;
  }
}

.voice-slider-item__desc {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .voice-slider-item__desc {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}

.feature {
  padding: 60px 0 70px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .feature {
    padding: 100px 0 0;
  }
}

.feature__fukidasi-title {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature__fukidasi-title {
    margin-top: 45px;
  }
}

.feature__main {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .feature__main {
    margin-top: 80px;
  }
}

.feature__btn {
  margin-top: 50px;
}

.feature-section + * {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #e6e6e6;
}
@media (min-width: 768px) {
  .feature-section + * {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .feature-section__inner {
    display: flex;
  }
}

.feature-section__mv {
  width: calc(100vw - 22px);
  margin: 0 calc(50% - 50vw);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  transform: translateX(11px);
}
@media (min-width: 768px) {
  .feature-section__mv {
    width: 50vw;
    margin: auto;
    margin-left: calc((50vw - 50%) * -1);
    opacity: 0;
  }
  .feature-section__mv.is-left {
    transform: translateX(-100px);
  }
  .feature-section__mv.is-right {
    transform: translateX(100px);
  }
  .feature-section.is-scrolled .feature-section__mv {
    opacity: 1;
    transform: translateX(0);
  }
  .feature-section.__reverse .feature-section__mv {
    order: 2;
    margin-right: -50vw;
    margin-left: 0;
  }
}

.feature-section__meta {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .feature-section__meta {
    width: 50%;
  }
}

.feature-section__title {
  display: flex;
}
.feature-section__title img {
  width: 36px;
}
@media (min-width: 1080px) {
  .feature-section__title img {
    width: 54px;
  }
}
.feature-section__title span {
  padding-top: 7px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 1080px) {
  .feature-section__title span {
    font-size: 30px;
  }
}

.feature-section__desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 1080px) {
  .feature-section__desc {
    font-size: 16px;
  }
}
.feature-section__desc b {
  font-weight: bold;
}
.feature-section__desc span {
  font-weight: bold;
  color: #ff2a2e;
  text-decoration: underline;
}

.support {
  padding-top: 10px;
}

@media screen and (min-width: 681px) {
  .support {
    padding-top: 90px;
  }
}
.support_top {
  position: relative;
  padding: 8px 0 10px;
  text-align: center;
  background-color: #ff2a2e;
}

@media screen and (min-width: 681px) {
  .support_top {
    padding: 25px 0;
  }
}
.support_top::after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 22.5px);
  z-index: 2;
  width: 0;
  height: 0;
  content: '';
  border-color: #ff2a2e transparent transparent transparent;
  border-style: solid;
  border-width: 15px 22.5px 0 22.5px;
}

.support_top_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: white;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .support_top_txt {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.14em;
  }
}
.support_top_txt span {
  display: inline-block;
  font-weight: bold;
}

.support_intro {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .support_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media screen and (min-width: 681px) {
  .support_intro_img {
    width: 30%;
    max-width: 408px;
  }
}
.support_intro_txt {
  position: relative;
  width: calc(100% - 40px);
  max-width: 498px;
  margin: 34px auto 0;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .support_intro_txt {
    margin-top: 0;
  }
}
.support_intro_txt_top {
  margin-bottom: 30px;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_top {
    margin-bottom: 106px;
  }
}
.support_intro_txt_top h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5238;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_top h5 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.support_intro_txt_top h5 span {
  font-weight: 700;
  color: #ff2a2e;
}

.support_intro_txt_bottom {
  text-align: left;
}

.support_intro_txt_bottom p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1333;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 681px) {
  .support_intro_txt_bottom p {
    font-size: 16px;
    line-height: 2;
  }
}
.support_intro_txt_bottom p .fw_bold {
  font-weight: 700;
}

.support_intro_txt_bottom p .red {
  color: #ff2a2e;
}

.support_intro_txt_bottom p .u_line {
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .support_intro::before {
    position: absolute;
    top: calc(50% - 60px);
    right: 0;
    left: 0;
    width: 552px;
    height: 53px;
    margin: auto;
    content: '';
    background-image: url('./img/index/_old/support/support_line.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.support_inner_top {
  position: relative;
  padding: 8px 0 10px;
  text-align: center;
  background-color: #ff2a2e;
}

.support_inner_top h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: white;
  letter-spacing: 0.08em;
}

.support_inner_top h5 span {
  font-weight: 700;
  color: white;
}

.support_inner_top::after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 22.5px);
  z-index: 2;
  width: 0;
  height: 0;
  content: '';
  border-color: #ff2a2e transparent transparent transparent;
  border-style: solid;
  border-width: 15px 22.5px 0 22.5px;
}

@media screen and (min-width: 681px) {
  .support_inner_top {
    padding: 0;
    margin-bottom: 70px;
    background: none;
  }
  .support_inner_top h6 {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.14em;
  }
  .support_inner_top h6::before,
  .support_inner_top h6::after {
    position: absolute;
    top: 0;
    left: -8px;
    width: 2px;
    height: 18px;
    content: '';
    background-color: #333333;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
  }
}
@media screen and (min-width: 681px) and (min-width: 681px) {
  .support_inner_top h6::before,
  .support_inner_top h6::after {
    left: -18px;
    width: 2px;
    height: 32px;
  }
}
@media screen and (min-width: 681px) {
  .support_inner_top h6::after {
    right: -8px;
    left: auto;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
  }
}
@media screen and (min-width: 681px) and (min-width: 681px) {
  .support_inner_top h6::after {
    right: -18px;
  }
}
@media screen and (min-width: 681px) {
  .support_inner_top h5 {
    font-size: 34px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.14em;
  }
  .support_inner_top h5 span {
    font-weight: 700;
    color: #ff2a2e;
    text-decoration: underline;
  }
  .support_inner_top::after {
    display: none;
  }
}
.support_inner_content {
  padding-bottom: 100px;
}

@media screen and (min-width: 681px) {
  .support_inner_content {
    padding-bottom: 180px;
    background: none;
  }
}
.support_inner_content .container {
  max-width: 950px;
}

.support_inner_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 54px;
  margin-bottom: -26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (min-width: 681px) {
  .support_inner_content ul {
    padding-top: 0;
    margin-bottom: -44px;
  }
}
.support_inner_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-bottom: 26px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.16);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (min-width: 681px) {
  .support_inner_content ul li {
    width: 453px;
    margin-bottom: 44px;
  }
}
.support_inner_content_img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 681px) {
  .support_inner_content_img {
    width: 102px;
    height: 102px;
  }
}
.support_inner_content_txt {
  padding-left: 17px;
}

.support_inner_content_txt h6 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ff2a2e;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 681px) {
  .support_inner_content_txt h6 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.support_inner_content_txt h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .support_inner_content_txt h5 {
    font-size: 26px;
  }
}
.support_image {
  padding: 0 20px 70px;
}

@media screen and (min-width: 681px) {
  .support_image {
    padding: 0 20px 104px;
  }
}
.support_image_title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
.support_image_title .com-orgn-header__slash::before,
.support_image_title .com-orgn-header__slash::after {
  top: 28px;
  left: -15px;
}
@media screen and (min-width: 681px) {
  .support_image_title .com-orgn-header__slash::before,
  .support_image_title .com-orgn-header__slash::after {
    top: 3px;
    left: -20px;
  }
}
.support_image_title .com-orgn-header__slash::after {
  right: -15px;
  left: auto;
}

.support_image_title span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 17px;
}

.support_image_list_item {
  display: flex;
  margin-top: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}
.support_image_list_item + .support_image_list_item {
  margin-top: 25px;
}

.support_image_list_thumb {
  flex: 0 0 107px;
}

.support_image_list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support_image_list_content {
  padding: 10px 15px;
}

.support_image_list_head {
  font-size: 14px;
  font-weight: bold;
  color: #ff2a2e;
  letter-spacing: 0.05em;
}

.support_image_list_desc {
  margin-top: 1px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 681px) {
  .support_image_title span {
    font-size: 25px;
  }
  .support_image_list_thumb {
    flex: 0 0 160px;
  }
  .support_image_list_content {
    padding: 18px 22px;
  }
  .support_image_list_head {
    font-size: 19px;
    line-height: 1.35;
  }
  .support_image_list_desc {
    margin-top: 4px;
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 900px) {
  .support_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1030px;
    margin: 10px auto 0;
  }
  .support_image_list_item {
    width: 48%;
    margin-top: 30px;
  }
}
.support_btn {
  margin-top: 70px;
}
@media screen and (min-width: 681px) {
  .support_btn {
    margin-top: 94px;
  }
}

.price {
  position: relative;
  padding: -20px 0 70px;
  background-color: white;
}

@media screen and (min-width: 681px) {
  .price {
    padding: 102px 0 100px;
  }
}
.price_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 681px) {
  .price_title {
    margin-bottom: 40px;
  }
}

.price_container {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 681px) {
  .price .container {
    max-width: 950px;
  }
}
.price_inner {
  max-width: 420px;
  margin: auto;
}
@media screen and (min-width: 681px) {
  .price_inner {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
  }
}
.price_inner > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 681px) {
  .price_inner > * + * {
    margin-top: 0;
    margin-left: 30px;
  }
}

.price_caption {
  padding: 0 20px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 23px;
}
@media screen and (min-width: 681px) {
  .price_caption {
    margin-top: 20px;
    font-size: 15px;
    line-height: 31px;
    text-align: center;
  }
}

.cv {
  padding-top: 18px;
  margin-top: 58px;
  text-align: center;
  background: url('./img/index/_old/cv/cv_bg_sp.png') center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  border-top: 6px solid #ff2a2e;
}

@media screen and (min-width: 681px) {
  .cv {
    padding-top: 50px;
    background-image: url('./img/index/_old/cv/cv_bg.png');
    background-position: center;
    background-size: cover;
  }
}
.cv.show_sp {
  display: block;
}

@media screen and (min-width: 681px) {
  .cv.show_sp {
    display: none;
  }
}
.cv.show_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .cv.show_pc {
    display: block;
  }
}
.cv h6 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 681px) {
  .cv h6 {
    margin-bottom: 12px;
    font-size: 26px;
  }
}
.cv h5 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cv h5 span {
  font-weight: 700;
}

@media screen and (min-width: 681px) {
  .cv h5 {
    margin-bottom: 0;
    font-size: 40px;
  }
}
.cv p {
  font-size: 16px;
  color: #ff2a2e;
  letter-spacing: 0.04em;
}

.cv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 681px) {
  .cv ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 17px 0;
  }
}
.cv ul li {
  width: 220px;
  padding: 4px 8px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-align: center;
  background-color: #ff2a2e;
  border-radius: 10px;
}

.cv ul li:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (min-width: 681px) {
  .cv ul li {
    width: auto;
    padding: 0 35px;
    margin: initial;
    font-size: 20px;
    line-height: 1.5;
    border-right: 2px solid white;
    border-radius: 0;
  }
  .cv ul li:last-child {
    border-right: none;
  }
}
.cv_btn {
  width: 300px;
  height: 42px;
  margin: 0 auto;
  background-color: white;
  border-radius: 22px;
  -webkit-box-shadow: 3px 4px 0 #ba1616;
  box-shadow: 3px 4px 0 #ba1616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cv_btn svg {
  position: absolute;
  inset: 0 auto;
  right: 10px;
  width: 15px;
  margin: auto;
}

@media screen and (min-width: 681px) {
  .cv_btn {
    width: 424px;
    height: 60px;
    margin: 20px auto 24px;
    background-color: #ff2a2e;
    border-radius: 32px;
    -webkit-box-shadow: 3.5px 5px 0 #ba1616;
    box-shadow: 3.5px 5px 0 #ba1616;
  }
}
.cv_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.cv_btn a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  color: #ff2a2e;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 681px) {
  .cv_btn a p {
    font-size: 24px;
    line-height: 60px;
    color: white;
  }
}
.cv_btn a i {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  color: #ff2a2e;
}

.cv_btn a i.size {
  font-size: 14px;
}

@media screen and (min-width: 681px) {
  .cv_btn a i {
    top: calc(50% - 10.5px);
    right: 24px;
    color: white;
  }
  .cv_btn a i.size {
    font-size: 21px;
  }
}
.cv_btn:hover {
  -webkit-box-shadow: 0px 0px 0 #ba1616;
  box-shadow: 0px 0px 0 #ba1616;
  -webkit-transform: translateY(5px) translateX(3.5px);
  transform: translateY(5px) translateX(3.5px);
}

.cv_bottom {
  padding: 15px 0 19px;
  margin-top: 24px;
  background-color: #ff2a2e;
}

.cv_bottom .container {
  max-width: 920px;
}

@media screen and (min-width: 681px) {
  .cv_bottom {
    padding: 0;
  }
  .cv_bottom .container {
    max-width: none;
  }
}
.study-list {
  padding: 70px 20px;
}
@media (min-width: 768px) {
  .study-list {
    padding: 100px 20px;
  }
}

@media (min-width: 768px) {
  .study-list__header .com-orgn-header__title {
    font-size: 35px;
  }
}

.study-list__list {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .study-list__list {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
  }
}

@media (min-width: 768px) {
  .study-list__item {
    width: 31%;
  }
}
.study-list__item + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .study-list__item + * {
    margin-top: 0;
  }
}

.study-list__thumb {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.study-list__title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .study-list__title {
    font-size: 24px;
  }
}
.study-list__title span {
  color: #ff2a2e;
}

.study-list__desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .study-list__desc {
    margin-top: 20px;
  }
}

.cv-2 {
  border-top: solid 6px #ff2a2e;
}

.cv-2__main {
  padding: 30px 0;
  background-position: center;
  background-size: cover;
  background-image: url('./img/index/_old/cv/cv_bg_sp.png');
  background-repeat: no-repeat;
}
@media screen and (min-width: 681px) {
  .cv-2__main {
    padding: 50px 0 25px;
    background-image: url('./img/index/_old/cv/cv_bg.png');
    background-repeat: no-repeat;
  }
}

.cv-2__header {
  text-align: center;
}

.cv-2__label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  color: #ff2a2e;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 681px) {
  .cv-2__label {
    font-size: 26px;
  }
}
.cv-2__label::before,
.cv-2__label::after {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 26px;
  content: '';
  background-color: #ff2a2e;
}
@media screen and (min-width: 681px) {
  .cv-2__label::before,
  .cv-2__label::after {
    top: 3px;
    width: 2px;
    height: 34px;
  }
}
.cv-2__label::before {
  left: -12px;
  transform: rotate(-37deg);
}
@media screen and (min-width: 681px) {
  .cv-2__label::before {
    left: -20px;
  }
}
.cv-2__label::after {
  right: -12px;
  transform: rotate(37deg);
}
@media screen and (min-width: 681px) {
  .cv-2__label::after {
    right: -20px;
  }
}

.cv-2__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 681px) {
  .cv-2__title {
    font-size: 40px;
  }
}

.cv-2__btn-pc {
  display: none;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 681px) {
  .cv-2__btn-pc {
    display: flex;
  }
}
.cv-2__btn-pc a {
  position: relative;
  min-width: 424px;
  padding: 9px 10px 12px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #ff2a2e;
  border-radius: 100vmax;
  box-shadow: 3px 4px 0 #ba1616;
}
@media screen and (min-width: 681px) {
  .cv-2__btn-pc a {
    box-shadow: 5px 6px 0 #ba1616;
  }
}
.cv-2__btn-pc a svg {
  position: absolute;
  inset: 0 auto;
  right: 10px;
  width: 20px;
  margin: auto;
}

.cv-2__caption-pc {
  margin-top: 25px;
  font-size: 16px;
  color: #ff2a2e;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 681px) {
  .cv-2__caption-pc {
    display: block;
  }
}

.cv-2__point-sp {
  padding-top: 16px;
}
.cv-2__point-sp li {
  width: 220px;
  padding: 2px 10px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #ff2a2e;
  border-radius: 40px;
}
.cv-2__point-sp li + li {
  margin-top: 10px;
}

.cv-2__btn-sp {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 10px 19px;
  background-color: #ff2a2e;
}
@media screen and (min-width: 681px) {
  .cv-2__btn-sp {
    display: none;
  }
}
.cv-2__btn-sp a {
  position: relative;
  min-width: 307px;
  padding: 7px 10px 10px;
  margin: auto;
  font-size: 17px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 100vmax;
  box-shadow: 3px 4px 0 #ba1616;
}
.cv-2__btn-sp a svg {
  position: absolute;
  inset: 0 auto;
  right: 10px;
  width: 15px;
  margin: auto;
}

.cv-2__point-pc {
  display: none;
  justify-content: center;
  padding: 12px 0;
  background-color: #ff2a2e;
}
@media screen and (min-width: 681px) {
  .cv-2__point-pc {
    display: flex;
    margin-top: -6px;
  }
}
.cv-2__point-pc li {
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.cv-2__point-pc li + li {
  border-left: solid 1px #fff;
}

.comparison {
  padding: 42px 0 60px;
}
@media (min-width: 768px) {
  .comparison {
    padding: 100px 0;
  }
}

.comparison__header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .comparison__header {
    margin-bottom: 74px;
  }
}

.comparison__figure {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.comparison__figure::-webkit-scrollbar {
  display: none;
}
.comparison__figure img {
  display: block;
  width: 610px;
  margin: 0 20px;
}
@media (min-width: 650px) {
  .comparison__figure img {
    width: 100%;
    max-width: 963px;
    padding: 0 20px;
    margin: auto;
  }
}

.step {
  padding: 60px 20px;
  background-color: #f8f8f8;
}
.step .btn_border {
  position: relative;
  display: block;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
  border: solid 2px #ff2a2e;
  border-radius: 40px;
  transition: opacity 0.2s;
}
.step .btn_border:hover {
  opacity: 0.7;
}
@media screen and (min-width: 681px) {
  .step .btn_border {
    padding: 8px 40px;
  }
}
.step .btn_border::before {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  content: '';
  background: url('./img/index/_old/_common/icn-arrow-right.svg') no-repeat;
  background-size: 6px 11px;
}

.step_list {
  max-width: 1111px;
  margin: 42px auto 0;
}

@media screen and (min-width: 681px) {
  .step_list {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }
}
.step_list__item {
  position: relative;
  margin-top: 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 681px) {
  .step_list__item {
    width: 30%;
  }
}
.step_list__item:not(:first-of-type)::before {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 31px;
  height: 16px;
  margin: auto;
  content: '';
  background: url('./img/index/_old/_common/icn_arrow_down.svg') center/31px 16px no-repeat;
}

@media screen and (min-width: 681px) {
  .step_list__item:not(:first-of-type)::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -13%;
    transform: rotate(-90deg);
  }
}
.step_list__num {
  display: flex;
  justify-content: center;
}

.step_list__num span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.07em;
  background-color: #ff2a2e;
}

@media screen and (min-width: 681px) {
  .step_list__num span {
    font-size: 15px;
  }
}
.step_list__title {
  padding: 0 8px;
  margin-top: 7px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 681px) {
  .step_list__title {
    margin-top: 10px;
    font-size: 20px;
  }
}
.step_list__thumb {
  margin-top: 14px;
}

.step_list__thumb img {
  width: 100%;
  height: auto;
}

.step_list__desc {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 681px) {
  .step_list__desc {
    line-height: 1.7;
  }
}
.step_btn-pc {
  display: none;
}
@media screen and (min-width: 681px) {
  .step_btn-pc {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
.step_btn-pc a {
  position: relative;
  padding: 18px 64px;
  background-color: #ff2a2e;
  border-radius: 38px;
}
.step_btn-pc a span {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
.step_btn-pc a svg {
  position: absolute;
  inset: 0 auto;
  right: 18px;
  margin: auto;
}

.footer-old {
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 30px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .footer-old {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 60px;
  }
}

.footer-old__logo {
  width: 116px;
  margin: auto;
}
@media (min-width: 768px) {
  .footer-old__logo {
    width: 210px;
  }
}

.footer-old__btn {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .footer-old__btn {
    margin-top: 40px;
  }
}
.footer-old__btn a {
  position: relative;
  min-width: 224px;
  padding: 10px 20px;
  background-color: #ff2a2e;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .footer-old__btn a {
    padding: 15px 70px;
  }
}
.footer-old__btn a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .footer-old__btn a span {
    font-size: 22px;
    letter-spacing: 0.06em;
  }
}
.footer-old__btn a svg {
  position: absolute;
  inset: 0 auto;
  right: 13px;
  margin: auto;
}
@media (min-width: 768px) {
  .footer-old__btn a svg {
    right: 20px;
  }
}

.footer-old__link-list {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .footer-old__link-list {
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }
}
.footer-old__link-list li {
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-old__link-list li {
    font-size: 17px;
    text-align: left;
  }
}
.footer-old__link-list li + * {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer-old__link-list li + * {
    margin-top: 0;
    margin-left: 2em;
  }
}

.footer-old__copyright {
  padding: 8px 5px;
  margin-top: 23px;
  background-color: #ff2a2e;
}
@media (min-width: 768px) {
  .footer-old__copyright {
    padding: 15px 10px;
    margin-top: 52px;
  }
}
.footer-old__copyright small {
  display: block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .footer-old__copyright small {
    font-size: 16px;
  }
}

.p-under-page-mv {
  position: relative;
  width: 100%;
  height: 470px;
}
@media (max-width: 1080px) {
  .p-under-page-mv {
    height: 392px;
    padding-bottom: 12px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1080px) {
  .p-under-page-mv.__lg-mb-big {
    margin-bottom: 292px;
  }
}

.p-under-page-mv__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1080px) {
  .p-under-page-mv__content {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1080px) {
  .p-under-page-mv__content {
    align-items: center;
    justify-content: flex-end;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.p-under-page-mv__title {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #ff2a2e;
  letter-spacing: 0.08em;
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 1080px) {
  .p-under-page-mv__title {
    font-size: 48px;
    white-space: nowrap;
  }
}

.p-under-page-mv__lead {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 1080px) {
  .p-under-page-mv__lead {
    margin-top: 10px;
    font-size: 16px;
    white-space: nowrap;
  }
}

.p-under-page-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-under-page-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1080px) {
  .p-under-page-mv__bg img {
    object-position: bottom;
  }
}

.p-under-page-mv__scroll {
  position: absolute;
  bottom: 200px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 1080px) {
  .p-under-page-mv__scroll {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-twitter-review {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-twitter-review {
    padding: 60px 0;
  }
}

.p-twitter-review__header {
  text-align: center;
}

.p-twitter-review__title {
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-twitter-review__title {
    margin-top: 20px;
    font-size: 22px;
  }
}
.p-twitter-review__title span {
  color: #66a8ff;
}

.p-twitter-review__body {
  overflow: hidden;
}

.p-twitter-review-slider {
  width: 140%;
  margin-left: -20%;
}
.p-twitter-review-slider .splide__track {
  padding-top: 60px;
}

@media (max-width: 500px) {
  .p-twitter-review-slider__item {
    padding: 0 20px;
  }
}

.p-twitter-review-slider__content {
  position: relative;
  padding: 16px;
  letter-spacing: 0.02em;
  background-color: #fff;
  filter: drop-shadow(0px 2px 12px rgba(46, 36, 36, 0.16));
  border-radius: 20px;
}
.p-twitter-review-slider__content::before {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: -30px;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid transparent;
  border-top-color: #fff;
}
.p-twitter-review-slider__content a {
  color: #66a8ff;
}

.p-twitter-review-slider__icn {
  position: relative;
  display: block;
  width: 100px;
  margin: 24px auto 0;
  filter: drop-shadow(0px 2px 12px rgba(46, 36, 36, 0.16));
  border: solid 4px #fff;
  border-radius: 100vmax;
  transition: opacity 0.2s;
}
.p-twitter-review-slider__icn:hover {
  opacity: 0.8;
}
.p-twitter-review-slider__icn ._twitter {
  position: absolute;
  top: 5px;
  right: 1px;
  width: 24px;
}
.p-twitter-review-slider__icn ._icn {
  border-radius: 100vmax;
}

.p-twitter-review-slider__name {
  margin-top: 13px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.p-twitter-review-slider__name span {
  font-size: 16px;
}

.p-twitter-review-slider__id {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #bbbbbb;
  text-align: center;
}

.p-page-links__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-page-links__inner {
    display: block;
  }
}

.p-page-links__link {
  display: block;
  width: calc(50% - 12px);
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1080px) {
  .p-page-links__link {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .p-page-links__link {
    width: 100%;
    padding: 20px 20px 32px;
  }
}
.p-page-links__link.__fill {
  color: #fff;
  background-color: #ff2a2e;
}
.p-page-links__link.__outline {
  color: #ff2a2e;
  border: solid 2px #ff2a2e;
}
.p-page-links__link.__fill-gray {
  color: #fff;
  background-color: #dddddd;
}
.p-page-links__link.__fill-gray .c-btn-normal {
  color: #bbbbbb !important;
  background-color: #fff !important;
  border-color: #dddddd !important;
  box-shadow: none !important;
}
.p-page-links__link.__fill-gray .c-btn-normal path {
  stroke: #dddddd !important;
}
@media (max-width: 768px) {
  .p-page-links__link.__fill-gray {
    display: none;
  }
}
.p-page-links__link.__outline-gray {
  color: #bbbbbb;
  background-color: #fff;
  border: solid 2px #bbbbbb;
}
.p-page-links__link.__outline-gray .c-btn-normal {
  color: #bbbbbb !important;
  background-color: #fff !important;
  border-color: #dddddd !important;
  box-shadow: none !important;
}
.p-page-links__link.__outline-gray .c-btn-normal path {
  stroke: #dddddd !important;
}
@media (max-width: 768px) {
  .p-page-links__link.__outline-gray {
    display: none;
  }
}

.p-page-links__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-page-links__title {
    font-size: 26px;
  }
}

.p-page-links__lead {
  margin-top: 10px;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-page-links__lead {
    margin-top: 5px;
    font-size: 14px;
  }
}

.p-page-links__btn {
  max-width: 320px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .p-page-links__btn {
    max-width: 266px;
  }
}

.p-crm-environ {
  padding: 130px 0;
  background-color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-crm-environ {
    padding-bottom: 72px;
  }
}

.p-crm-environ__inner {
  max-width: 1320px;
  padding: 0 80px;
  margin: auto;
}
@media (max-width: 1080px) {
  .p-crm-environ__inner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .p-crm-environ__inner {
    padding: 0 16px;
  }
}

.p-crm-environ__mv-sm {
  display: none;
}
@media (max-width: 1080px) {
  .p-crm-environ__mv-sm {
    display: block;
    width: 400px;
    margin: -330px auto 0;
  }
}
@media (max-width: 640px) {
  .p-crm-environ__mv-sm {
    width: 295px;
    margin-top: -312px;
  }
}

.p-crm-environ__content {
  width: 50%;
}
@media (max-width: 1080px) {
  .p-crm-environ__content {
    width: 100%;
  }
}

.p-crm-environ__header {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1080px) {
  .p-crm-environ__header {
    margin-top: 53px;
  }
}

.p-crm-environ__title {
  margin-top: 40px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-crm-environ__title {
    margin-top: 15px;
    font-size: 22px;
    letter-spacing: 0.06em;
  }
}
.p-crm-environ__title span {
  display: inline-block;
}

.p-crm-environ-point-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  width: calc(100% - 24px);
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-crm-environ-point-list {
    gap: 44px;
    width: 100%;
    padding-left: 0;
  }
}

.p-crm-environ-point-list__item {
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-crm-environ-point-list__item {
    padding: 36px 20px 20px;
  }
}

.p-crm-environ-point-list__num {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  left: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-family: 'din-2014', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #fdb9be;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .p-crm-environ-point-list__num {
    position: absolute;
    margin: auto;
    inset: auto 0;
    top: -24px;
  }
}

.p-crm-environ-point-list__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-crm-environ-point-list__title {
    font-size: 18px;
    text-align: center;
  }
}
.p-crm-environ-point-list__title span {
  color: #ff2a2e;
}

.p-crm-environ-point-list__desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.p-crm-features {
  position: relative;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .p-crm-features {
    padding: 64px 0 0;
  }
}

.p-crm-features__inner {
  position: relative;
}

.p-crm-features__body {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-crm-features__body {
    margin-top: 30px;
  }
}

.p-crm-features__bottom-bg {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: -228px;
  height: 230px;
}

.p-crm-features-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-crm-features-section {
    flex-direction: column-reverse !important;
  }
}
.p-crm-features-section + * {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .p-crm-features-section + * {
    margin-top: 110px;
  }
}
.p-crm-features-section.__reverse {
  flex-direction: row-reverse;
}

.p-crm-features-section__mv {
  width: 48%;
}
@media (max-width: 768px) {
  .p-crm-features-section__mv {
    width: 100%;
    margin-top: 30px;
  }
}

.p-crm-features-section__content {
  width: 44%;
}
@media (max-width: 768px) {
  .p-crm-features-section__content {
    width: 100%;
  }
}

.p-crm-features-section__num {
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  color: #ddd;
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 768px) {
  .p-crm-features-section__num {
    font-size: 32px;
  }
}

.p-crm-features-section__title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-crm-features-section__title {
    margin-top: 10px;
    font-size: 20px;
  }
}
.p-crm-features-section__title b {
  color: #ff2a2e;
}

.p-crm-features-section__desc {
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-crm-features-section__desc {
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-crm-skill {
  padding-top: 270px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .p-crm-skill {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.p-crm-skill__inner {
  position: relative;
  max-width: 980px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .p-crm-skill__inner {
    padding: 0 16px;
  }
}
.p-crm-skill__inner::before,
.p-crm-skill__inner::after {
  position: absolute;
  display: block;
  content: '';
  width: 268px;
  height: 148px;
  background: url('./img/curriculum/skill-bg.png') center/268px 148px no-repeat;
}
@media (max-width: 768px) {
  .p-crm-skill__inner::before,
  .p-crm-skill__inner::after {
    display: none;
  }
}
.p-crm-skill__inner::before {
  top: -60px;
  left: -150px;
}
.p-crm-skill__inner::after {
  top: 60px;
  right: -150px;
}

.p-crm-skill__desc {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-crm-skill__desc {
    font-size: 14px;
    text-align: left;
  }
}

.p-crm-skill__hukidashi {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-crm-skill__hukidashi {
    display: block;
  }
}
.p-crm-skill__hukidashi span {
  position: relative;
  display: block;
  padding: 13px 40px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #ff2a2e;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .p-crm-skill__hukidashi span {
    padding: 15px 15px;
    font-size: 18px;
  }
}
.p-crm-skill__hukidashi span::before {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: -11px;
  display: block;
  width: 24px;
  height: 12px;
  content: '';
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M24%200H0L12%2012L24%200Z%22%20fill%3D%22%23FF2A2E%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
}

.p-crm-skill-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.p-crm-skill-list__item {
  width: calc(50% - 12px);
  background-color: #fff;
  border: solid 1px #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-crm-skill-list__item {
    width: 100%;
    margin-top: 16px !important;
  }
}
.p-crm-skill-list__item:not(:nth-of-type(-n + 2)) {
  margin-top: 20px;
}

.p-crm-skill-list__title {
  position: relative;
  display: block;
  padding: 9px 12px;
  padding-right: 30px;
  cursor: pointer;
}
.p-crm-skill-list__title::-webkit-details-marker {
  display: none;
}
.p-crm-skill-list__title > div {
  display: flex;
  align-items: center;
}
.p-crm-skill-list__title > div::before,
.p-crm-skill-list__title > div::after {
  position: absolute;
  margin: auto;
  inset: 0 auto;
  right: 12px;
  display: block;
  width: 15px;
  height: 1px;
  content: '';
  background-color: #222;
  transition: transform 0.2s, opacity 0.2s;
}
.p-crm-skill-list__title > div::before {
  transform: rotate(90deg);
}
.p-crm-skill-list__item.is-opened .p-crm-skill-list__title > div::before {
  opacity: 0;
  transform: rotate(270deg);
}

.p-crm-skill-list__item.is-opened .p-crm-skill-list__title > div::after {
  transform: rotate(180deg);
}

.p-crm-skill-list__title > div img {
  width: 24px;
}
.p-crm-skill-list__title > div span {
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-crm-skill-list__content {
  overflow: hidden;
}
.p-crm-skill-list__content > div {
  padding: 10px 20px 20px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-crm-skill-list__content > div {
    font-size: 14px;
  }
}

.p-spt-intro {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  background-color: #ff2a2e;
}

.p-spt-intro__inner {
  position: relative;
  z-index: 1;
  max-width: 778px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 640px) {
  .p-spt-intro__inner {
    padding: 0 17px;
  }
}

.p-spt-intro__header {
  text-align: center;
}

.p-spt-intro__title {
  margin-top: 40px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-spt-intro__title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.8;
  }
}

.p-spt-intro__desc {
  margin-top: 50px;
  margin-bottom: 48px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-spt-intro__desc {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .p-spt-intro__desc {
    padding: 0 15px;
  }
}

.p-spt-intro-teacher__bottom-bg {
  position: absolute;
  top: 520px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1080px) {
  .p-spt-intro-teacher__bottom-bg {
    top: 520px;
    width: 1366px;
  }
}
@media (max-width: 640px) {
  .p-spt-intro-teacher__bottom-bg {
    top: auto;
    bottom: -1px;
    width: 640px;
  }
}
@media (max-width: 500px) {
  .p-spt-intro-teacher__bottom-bg {
    bottom: -1px;
    width: 500px;
  }
}

.p-spt-intro-teacher {
  display: flex;
  justify-content: space-between;
}

.p-spt-intro-teacher__item {
  width: 27%;
}
@media (max-width: 768px) {
  .p-spt-intro-teacher__item {
    width: 31%;
  }
}
@media (max-width: 400px) {
  .p-spt-intro-teacher__item {
    width: 100px;
  }
}

.p-spt-intro-teacher__link {
  display: block;
}

.p-spt-intro-teacher__head {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: 'din-2014', sans-serif;
}
@media (max-width: 768px) {
  .p-spt-intro-teacher__head {
    font-size: 16px;
  }
}
.p-spt-intro-teacher__head svg {
  position: absolute;
  margin: auto;
  inset: auto 0;
  bottom: -6px;
  width: 12px;
}

.p-spt-intro-teacher__thumb {
  margin-top: 20px;
  border: solid 4px #fff;
  border-radius: 100vmax;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
  transition: box-shadow 0.2s;
}
.p-spt-intro-teacher__link:hover .p-spt-intro-teacher__thumb {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
}

.p-spt-intro-teacher__job {
  display: flex;
  justify-content: center;
  margin-top: -24px;
}
@media (max-width: 768px) {
  .p-spt-intro-teacher__job {
    margin-top: -12px;
  }
}
.p-spt-intro-teacher__job span {
  padding: 6px 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #ff2a2e;
}
@media (max-width: 768px) {
  .p-spt-intro-teacher__job span {
    padding: 2px 12px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.p-spt-intro-teacher__item:nth-of-type(2) .p-spt-intro-teacher__job span {
  background-color: #283c5a;
}

.p-spt-intro-teacher__item:nth-of-type(3) .p-spt-intro-teacher__job span {
  background-color: #fec000;
}

.p-spt-support-section {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
}
@media (max-width: 768px) {
  .p-spt-support-section {
    display: block;
  }
}
.p-spt-support-section + .p-spt-support-section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-spt-support-section + .p-spt-support-section {
    margin-top: 40px;
  }
}

.p-spt-support-section__mv {
  width: 34%;
}
@media (max-width: 768px) {
  .p-spt-support-section__mv {
    width: 100%;
  }
}
.p-spt-support-section__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-spt-support-section__content {
  position: relative;
  width: 66%;
  padding: 50px 60px;
  padding-right: 50px;
}
@media (max-width: 1080px) {
  .p-spt-support-section__content {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .p-spt-support-section__content {
    width: 100%;
    padding: 30px 16px 18px;
  }
}

.p-spt-support-section__header {
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border: solid 1px #ff2a2e;
}
@media (max-width: 1080px) {
  .p-spt-support-section__header {
    font-size: 16px;
  }
}
.p-spt-support-section:nth-of-type(2) .p-spt-support-section__header {
  border: solid 1px #283c5a;
}

.p-spt-support-section:nth-of-type(3) .p-spt-support-section__header {
  border: solid 1px #fec000;
}

.p-spt-support-section__header span {
  padding: 2px 8px;
}
@media (max-width: 768px) {
  .p-spt-support-section__header span {
    padding: 5px 8px;
  }
}
.p-spt-support-section__header span:nth-of-type(1) {
  color: #ff2a2e;
}
.p-spt-support-section:nth-of-type(2) .p-spt-support-section__header span:nth-of-type(1) {
  color: #283c5a;
}

.p-spt-support-section:nth-of-type(3) .p-spt-support-section__header span:nth-of-type(1) {
  color: #fec000;
}

.p-spt-support-section__header span:nth-of-type(2) {
  color: #fff;
  background-color: #ff2a2e;
}
.p-spt-support-section:nth-of-type(2) .p-spt-support-section__header span:nth-of-type(2) {
  background-color: #283c5a;
}

.p-spt-support-section:nth-of-type(3) .p-spt-support-section__header span:nth-of-type(2) {
  background-color: #fec000;
}

.p-spt-support-section__title {
  margin-top: 30px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 1080px) {
  .p-spt-support-section__title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .p-spt-support-section__title {
    margin-top: 20px;
    font-size: 22px;
  }
}
.p-spt-support-section__title b {
  font-weight: bold;
  color: #ff2a2e;
}
.p-spt-support-section:nth-of-type(2) .p-spt-support-section__title b {
  color: #283c5a;
}

.p-spt-support-section:nth-of-type(3) .p-spt-support-section__title b {
  color: #fec000;
}

.p-spt-support-section__desc {
  margin-top: 25px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .p-spt-support-section__desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-spt-support-section__desc {
    margin-top: 15px;
    font-size: 14px;
  }
}

.p-spt-support-section__point {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 70px;
}
@media (max-width: 1080px) {
  .p-spt-support-section__point {
    height: 50px;
  }
}
.p-spt-support-section__point img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .p-spt-support-section__point {
    position: static;
    display: flex;
    justify-content: flex-end;
    height: 60px;
    margin-top: 10px;
  }
}

.p-spt-schedule {
  padding: 80px 0;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .p-spt-schedule {
    padding: 60px 0;
  }
}

.p-spt-schedule__inner {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-spt-schedule__inner {
    margin-top: 50px;
  }
}

.p-spt-schedule-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.p-spt-schedule-list::before {
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 50px;
  height: 100%;
  content: '';
  background-color: #ff2a2e;
}

.p-spt-schedule-list__item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 30px 28px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 12px rgba(46, 36, 36, 0.16);
}
@media (max-width: 768px) {
  .p-spt-schedule-list__item {
    padding: 20px;
  }
}

.p-spt-schedule-list__month {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-weight: bold;
  color: #ff2a2e;
  text-align: center;
}
.p-spt-schedule-list__month ._num {
  font-family: 'din-2014', sans-serif;
  font-size: 48px;
  line-height: 1;
}
.p-spt-schedule-list__month ._unit {
  letter-spacing: 0.04em;
}

.p-spt-schedule-list__content {
  width: 100%;
  padding-left: 28px;
  margin-left: 28px;
  border-left: dashed 1px #e9ebee;
}
@media (max-width: 768px) {
  .p-spt-schedule-list__content {
    padding-left: 12px;
    margin-left: 12px;
  }
}

.p-spt-schedule-list__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-spt-schedule-list__title {
    font-size: 16px;
  }
}

.p-spt-schedule-list__body {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .p-spt-schedule-list__body {
    margin-top: 8px;
  }
}
.p-spt-schedule-list__body ul {
  display: flex;
  flex-wrap: wrap;
}
.p-spt-schedule-list__body ul li {
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-spt-schedule-list__body ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-spt-schedule-list__body ul li::before {
    display: inline-block;
    content: '・';
  }
}
.p-spt-schedule-list__body ul li:not(:last-of-type)::after {
  display: inline-block;
  margin: 0 1em;
  content: '/';
}
@media (max-width: 768px) {
  .p-spt-schedule-list__body ul li:not(:last-of-type)::after {
    display: none;
  }
}

.u-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.u-text-center {
  text-align: center;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mx5 {
  margin: 0 5px;
}

.u-mx10 {
  margin: 0 10px;
}

.u-mx15 {
  margin: 0 15px;
}

.u-mx20 {
  margin: 0 20px;
}

.u-mx25 {
  margin: 0 25px;
}

.u-mx30 {
  margin: 0 30px;
}

.u-mx35 {
  margin: 0 35px;
}

.u-mx40 {
  margin: 0 40px;
}

.u-mx45 {
  margin: 0 45px;
}

.u-mx50 {
  margin: 0 50px;
}

.u-mx55 {
  margin: 0 55px;
}

.u-mx60 {
  margin: 0 60px;
}

.u-mx65 {
  margin: 0 65px;
}

.u-mx70 {
  margin: 0 70px;
}

.u-mx75 {
  margin: 0 75px;
}

.u-mx80 {
  margin: 0 80px;
}

.u-mx85 {
  margin: 0 85px;
}

.u-mx90 {
  margin: 0 90px;
}

.u-mx95 {
  margin: 0 95px;
}

.u-mx100 {
  margin: 0 100px;
}

.u-my5 {
  margin: 5px 0;
}

.u-my10 {
  margin: 10px 0;
}

.u-my15 {
  margin: 15px 0;
}

.u-my20 {
  margin: 20px 0;
}

.u-my25 {
  margin: 25px 0;
}

.u-my30 {
  margin: 30px 0;
}

.u-my35 {
  margin: 35px 0;
}

.u-my40 {
  margin: 40px 0;
}

.u-my45 {
  margin: 45px 0;
}

.u-my50 {
  margin: 50px 0;
}

.u-my55 {
  margin: 55px 0;
}

.u-my60 {
  margin: 60px 0;
}

.u-my65 {
  margin: 65px 0;
}

.u-my70 {
  margin: 70px 0;
}

.u-my75 {
  margin: 75px 0;
}

.u-my80 {
  margin: 80px 0;
}

.u-my85 {
  margin: 85px 0;
}

.u-my90 {
  margin: 90px 0;
}

.u-my95 {
  margin: 95px 0;
}

.u-my100 {
  margin: 100px 0;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}
.u-pt200 {
  padding-top: 200px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-px5 {
  padding: 0 5px;
}

.u-px10 {
  padding: 0 10px;
}

.u-px15 {
  padding: 0 15px;
}

.u-px20 {
  padding: 0 20px;
}

.u-px25 {
  padding: 0 25px;
}

.u-px30 {
  padding: 0 30px;
}

.u-px35 {
  padding: 0 35px;
}

.u-px40 {
  padding: 0 40px;
}

.u-px45 {
  padding: 0 45px;
}

.u-px50 {
  padding: 0 50px;
}

.u-px55 {
  padding: 0 55px;
}

.u-px60 {
  padding: 0 60px;
}

.u-px65 {
  padding: 0 65px;
}

.u-px70 {
  padding: 0 70px;
}

.u-px75 {
  padding: 0 75px;
}

.u-px80 {
  padding: 0 80px;
}

.u-px85 {
  padding: 0 85px;
}

.u-px90 {
  padding: 0 90px;
}

.u-px95 {
  padding: 0 95px;
}

.u-px100 {
  padding: 0 100px;
}

.u-py5 {
  padding: 5px 0;
}

.u-py10 {
  padding: 10px 0;
}

.u-py15 {
  padding: 15px 0;
}

.u-py20 {
  padding: 20px 0;
}

.u-py25 {
  padding: 25px 0;
}

.u-py30 {
  padding: 30px 0;
}

.u-py35 {
  padding: 35px 0;
}

.u-py40 {
  padding: 40px 0;
}

.u-py45 {
  padding: 45px 0;
}

.u-py50 {
  padding: 50px 0;
}

.u-py55 {
  padding: 55px 0;
}

.u-py60 {
  padding: 60px 0;
}

.u-py65 {
  padding: 65px 0;
}

.u-py70 {
  padding: 70px 0;
}

.u-py75 {
  padding: 75px 0;
}

.u-py80 {
  padding: 80px 0;
}

.u-py85 {
  padding: 85px 0;
}

.u-py90 {
  padding: 90px 0;
}

.u-py95 {
  padding: 95px 0;
}

.u-py100 {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .u-md-mt0 {
    margin-top: 0px;
  }
  .u-md-mt5 {
    margin-top: 5px;
  }
  .u-md-mt10 {
    margin-top: 10px;
  }
  .u-md-mt15 {
    margin-top: 15px;
  }
  .u-md-mt20 {
    margin-top: 20px;
  }
  .u-md-mt25 {
    margin-top: 25px;
  }
  .u-md-mt30 {
    margin-top: 30px;
  }
  .u-md-mt35 {
    margin-top: 35px;
  }
  .u-md-mt40 {
    margin-top: 40px;
  }
  .u-md-mt45 {
    margin-top: 45px;
  }
  .u-md-mt50 {
    margin-top: 50px;
  }
  .u-md-mt55 {
    margin-top: 55px;
  }
  .u-md-mt60 {
    margin-top: 60px;
  }
  .u-md-mt65 {
    margin-top: 65px;
  }
  .u-md-mt70 {
    margin-top: 70px;
  }
  .u-md-mt75 {
    margin-top: 75px;
  }
  .u-md-mt80 {
    margin-top: 80px;
  }
  .u-md-mt85 {
    margin-top: 85px;
  }
  .u-md-mt90 {
    margin-top: 90px;
  }
  .u-md-mt95 {
    margin-top: 95px;
  }
  .u-md-mt100 {
    margin-top: 100px;
  }
  .u-md-ml0 {
    margin-left: 0px;
  }
  .u-md-ml5 {
    margin-left: 5px;
  }
  .u-md-ml10 {
    margin-left: 10px;
  }
  .u-md-ml15 {
    margin-left: 15px;
  }
  .u-md-ml20 {
    margin-left: 20px;
  }
  .u-md-ml25 {
    margin-left: 25px;
  }
  .u-md-ml30 {
    margin-left: 30px;
  }
  .u-md-ml35 {
    margin-left: 35px;
  }
  .u-md-ml40 {
    margin-left: 40px;
  }
  .u-md-ml45 {
    margin-left: 45px;
  }
  .u-md-ml50 {
    margin-left: 50px;
  }
  .u-md-ml55 {
    margin-left: 55px;
  }
  .u-md-ml60 {
    margin-left: 60px;
  }
  .u-md-ml65 {
    margin-left: 65px;
  }
  .u-md-ml70 {
    margin-left: 70px;
  }
  .u-md-ml75 {
    margin-left: 75px;
  }
  .u-md-ml80 {
    margin-left: 80px;
  }
  .u-md-ml85 {
    margin-left: 85px;
  }
  .u-md-ml90 {
    margin-left: 90px;
  }
  .u-md-ml95 {
    margin-left: 95px;
  }
  .u-md-ml100 {
    margin-left: 100px;
  }
  .u-md-mr0 {
    margin-right: 0px;
  }
  .u-md-mr5 {
    margin-right: 5px;
  }
  .u-md-mr10 {
    margin-right: 10px;
  }
  .u-md-mr15 {
    margin-right: 15px;
  }
  .u-md-mr20 {
    margin-right: 20px;
  }
  .u-md-mr25 {
    margin-right: 25px;
  }
  .u-md-mr30 {
    margin-right: 30px;
  }
  .u-md-mr35 {
    margin-right: 35px;
  }
  .u-md-mr40 {
    margin-right: 40px;
  }
  .u-md-mr45 {
    margin-right: 45px;
  }
  .u-md-mr50 {
    margin-right: 50px;
  }
  .u-md-mr55 {
    margin-right: 55px;
  }
  .u-md-mr60 {
    margin-right: 60px;
  }
  .u-md-mr65 {
    margin-right: 65px;
  }
  .u-md-mr70 {
    margin-right: 70px;
  }
  .u-md-mr75 {
    margin-right: 75px;
  }
  .u-md-mr80 {
    margin-right: 80px;
  }
  .u-md-mr85 {
    margin-right: 85px;
  }
  .u-md-mr90 {
    margin-right: 90px;
  }
  .u-md-mr95 {
    margin-right: 95px;
  }
  .u-md-mr100 {
    margin-right: 100px;
  }
  .u-md-mb0 {
    margin-bottom: 0px;
  }
  .u-md-mb5 {
    margin-bottom: 5px;
  }
  .u-md-mb10 {
    margin-bottom: 10px;
  }
  .u-md-mb15 {
    margin-bottom: 15px;
  }
  .u-md-mb20 {
    margin-bottom: 20px;
  }
  .u-md-mb25 {
    margin-bottom: 25px;
  }
  .u-md-mb30 {
    margin-bottom: 30px;
  }
  .u-md-mb35 {
    margin-bottom: 35px;
  }
  .u-md-mb40 {
    margin-bottom: 40px;
  }
  .u-md-mb45 {
    margin-bottom: 45px;
  }
  .u-md-mb50 {
    margin-bottom: 50px;
  }
  .u-md-mb55 {
    margin-bottom: 55px;
  }
  .u-md-mb60 {
    margin-bottom: 60px;
  }
  .u-md-mb65 {
    margin-bottom: 65px;
  }
  .u-md-mb70 {
    margin-bottom: 70px;
  }
  .u-md-mb75 {
    margin-bottom: 75px;
  }
  .u-md-mb80 {
    margin-bottom: 80px;
  }
  .u-md-mb85 {
    margin-bottom: 85px;
  }
  .u-md-mb90 {
    margin-bottom: 90px;
  }
  .u-md-mb95 {
    margin-bottom: 95px;
  }
  .u-md-mb100 {
    margin-bottom: 100px;
  }
  .u-md-mx5 {
    margin: 0 5px;
  }
  .u-md-mx10 {
    margin: 0 10px;
  }
  .u-md-mx15 {
    margin: 0 15px;
  }
  .u-md-mx20 {
    margin: 0 20px;
  }
  .u-md-mx25 {
    margin: 0 25px;
  }
  .u-md-mx30 {
    margin: 0 30px;
  }
  .u-md-mx35 {
    margin: 0 35px;
  }
  .u-md-mx40 {
    margin: 0 40px;
  }
  .u-md-mx45 {
    margin: 0 45px;
  }
  .u-md-mx50 {
    margin: 0 50px;
  }
  .u-md-mx55 {
    margin: 0 55px;
  }
  .u-md-mx60 {
    margin: 0 60px;
  }
  .u-md-mx65 {
    margin: 0 65px;
  }
  .u-md-mx70 {
    margin: 0 70px;
  }
  .u-md-mx75 {
    margin: 0 75px;
  }
  .u-md-mx80 {
    margin: 0 80px;
  }
  .u-md-mx85 {
    margin: 0 85px;
  }
  .u-md-mx90 {
    margin: 0 90px;
  }
  .u-md-mx95 {
    margin: 0 95px;
  }
  .u-md-mx100 {
    margin: 0 100px;
  }
  .u-md-my5 {
    margin: 5px 0;
  }
  .u-md-my10 {
    margin: 10px 0;
  }
  .u-md-my15 {
    margin: 15px 0;
  }
  .u-md-my20 {
    margin: 20px 0;
  }
  .u-md-my25 {
    margin: 25px 0;
  }
  .u-md-my30 {
    margin: 30px 0;
  }
  .u-md-my35 {
    margin: 35px 0;
  }
  .u-md-my40 {
    margin: 40px 0;
  }
  .u-md-my45 {
    margin: 45px 0;
  }
  .u-md-my50 {
    margin: 50px 0;
  }
  .u-md-my55 {
    margin: 55px 0;
  }
  .u-md-my60 {
    margin: 60px 0;
  }
  .u-md-my65 {
    margin: 65px 0;
  }
  .u-md-my70 {
    margin: 70px 0;
  }
  .u-md-my75 {
    margin: 75px 0;
  }
  .u-md-my80 {
    margin: 80px 0;
  }
  .u-md-my85 {
    margin: 85px 0;
  }
  .u-md-my90 {
    margin: 90px 0;
  }
  .u-md-my95 {
    margin: 95px 0;
  }
  .u-md-my100 {
    margin: 100px 0;
  }
  .u-md-pt0 {
    padding-top: 0px;
  }
  .u-md-pt5 {
    padding-top: 5px;
  }
  .u-md-pt10 {
    padding-top: 10px;
  }
  .u-md-pt15 {
    padding-top: 15px;
  }
  .u-md-pt20 {
    padding-top: 20px;
  }
  .u-md-pt25 {
    padding-top: 25px;
  }
  .u-md-pt30 {
    padding-top: 30px;
  }
  .u-md-pt35 {
    padding-top: 0px;
  }
  .u-md-pt40 {
    padding-top: 40px;
  }
  .u-md-pt45 {
    padding-top: 45px;
  }
  .u-md-pt50 {
    padding-top: 50px;
  }
  .u-md-pt55 {
    padding-top: 55px;
  }
  .u-md-pt60 {
    padding-top: 60px;
  }
  .u-md-pt65 {
    padding-top: 65px;
  }
  .u-md-pt70 {
    padding-top: 70px;
  }
  .u-md-pt75 {
    padding-top: 75px;
  }
  .u-md-pt80 {
    padding-top: 80px;
  }
  .u-md-pt85 {
    padding-top: 85px;
  }
  .u-md-pt90 {
    padding-top: 90px;
  }
  .u-md-pt95 {
    padding-top: 95px;
  }
  .u-md-pt100 {
    padding-top: 100px;
  }
  .u-md-pl0 {
    padding-left: 0px;
  }
  .u-md-pl5 {
    padding-left: 5px;
  }
  .u-md-pl10 {
    padding-left: 10px;
  }
  .u-md-pl15 {
    padding-left: 15px;
  }
  .u-md-pl20 {
    padding-left: 20px;
  }
  .u-md-pl25 {
    padding-left: 25px;
  }
  .u-md-pl30 {
    padding-left: 30px;
  }
  .u-md-pl35 {
    padding-left: 35px;
  }
  .u-md-pl40 {
    padding-left: 40px;
  }
  .u-md-pl45 {
    padding-left: 45px;
  }
  .u-md-pl50 {
    padding-left: 50px;
  }
  .u-md-pl55 {
    padding-left: 55px;
  }
  .u-md-pl60 {
    padding-left: 60px;
  }
  .u-md-pl65 {
    padding-left: 65px;
  }
  .u-md-pl70 {
    padding-left: 70px;
  }
  .u-md-pl75 {
    padding-left: 75px;
  }
  .u-md-pl80 {
    padding-left: 80px;
  }
  .u-md-pl85 {
    padding-left: 85px;
  }
  .u-md-pl90 {
    padding-left: 90px;
  }
  .u-md-pl95 {
    padding-left: 95px;
  }
  .u-md-pl100 {
    padding-left: 100px;
  }
  .u-md-pr0 {
    padding-right: 0px;
  }
  .u-md-pr5 {
    padding-right: 5px;
  }
  .u-md-pr10 {
    padding-right: 10px;
  }
  .u-md-pr15 {
    padding-right: 15px;
  }
  .u-md-pr20 {
    padding-right: 20px;
  }
  .u-md-pr25 {
    padding-right: 25px;
  }
  .u-md-pr30 {
    padding-right: 30px;
  }
  .u-md-pr35 {
    padding-right: 35px;
  }
  .u-md-pr40 {
    padding-right: 40px;
  }
  .u-md-pr45 {
    padding-right: 45px;
  }
  .u-md-pr50 {
    padding-right: 50px;
  }
  .u-md-pr55 {
    padding-right: 55px;
  }
  .u-md-pr60 {
    padding-right: 60px;
  }
  .u-md-pr65 {
    padding-right: 65px;
  }
  .u-md-pr70 {
    padding-right: 70px;
  }
  .u-md-pr75 {
    padding-right: 75px;
  }
  .u-md-pr80 {
    padding-right: 80px;
  }
  .u-md-pr85 {
    padding-right: 85px;
  }
  .u-md-pr90 {
    padding-right: 90px;
  }
  .u-md-pr95 {
    padding-right: 95px;
  }
  .u-md-pr100 {
    padding-right: 100px;
  }
  .u-md-pb0 {
    padding-bottom: 0px;
  }
  .u-md-pb5 {
    padding-bottom: 5px;
  }
  .u-md-pb10 {
    padding-bottom: 10px;
  }
  .u-md-pb15 {
    padding-bottom: 15px;
  }
  .u-md-pb20 {
    padding-bottom: 20px;
  }
  .u-md-pb25 {
    padding-bottom: 25px;
  }
  .u-md-pb30 {
    padding-bottom: 30px;
  }
  .u-md-pb35 {
    padding-bottom: 35px;
  }
  .u-md-pb40 {
    padding-bottom: 40px;
  }
  .u-md-pb45 {
    padding-bottom: 45px;
  }
  .u-md-pb50 {
    padding-bottom: 50px;
  }
  .u-md-pb55 {
    padding-bottom: 55px;
  }
  .u-md-pb60 {
    padding-bottom: 60px;
  }
  .u-md-pb65 {
    padding-bottom: 65px;
  }
  .u-md-pb70 {
    padding-bottom: 70px;
  }
  .u-md-pb75 {
    padding-bottom: 75px;
  }
  .u-md-pb80 {
    padding-bottom: 80px;
  }
  .u-md-pb85 {
    padding-bottom: 85px;
  }
  .u-md-pb90 {
    padding-bottom: 90px;
  }
  .u-md-pb95 {
    padding-bottom: 95px;
  }
  .u-md-pb100 {
    padding-bottom: 100px;
  }
  .u-md-px5 {
    padding: 0 5px;
  }
  .u-md-px10 {
    padding: 0 10px;
  }
  .u-md-px15 {
    padding: 0 15px;
  }
  .u-md-px20 {
    padding: 0 20px;
  }
  .u-md-px25 {
    padding: 0 25px;
  }
  .u-md-px30 {
    padding: 0 30px;
  }
  .u-md-px35 {
    padding: 0 35px;
  }
  .u-md-px40 {
    padding: 0 40px;
  }
  .u-md-px45 {
    padding: 0 45px;
  }
  .u-md-px50 {
    padding: 0 50px;
  }
  .u-md-px55 {
    padding: 0 55px;
  }
  .u-md-px60 {
    padding: 0 60px;
  }
  .u-md-px65 {
    padding: 0 65px;
  }
  .u-md-px70 {
    padding: 0 70px;
  }
  .u-md-px75 {
    padding: 0 75px;
  }
  .u-md-px80 {
    padding: 0 80px;
  }
  .u-md-px85 {
    padding: 0 85px;
  }
  .u-md-px90 {
    padding: 0 90px;
  }
  .u-md-px95 {
    padding: 0 95px;
  }
  .u-md-px100 {
    padding: 0 100px;
  }
  .u-md-py5 {
    padding: 5px 0;
  }
  .u-md-py10 {
    padding: 10px 0;
  }
  .u-md-py15 {
    padding: 15px 0;
  }
  .u-md-py20 {
    padding: 20px 0;
  }
  .u-md-py25 {
    padding: 25px 0;
  }
  .u-md-py30 {
    padding: 30px 0;
  }
  .u-md-py35 {
    padding: 35px 0;
  }
  .u-md-py40 {
    padding: 40px 0;
  }
  .u-md-py45 {
    padding: 45px 0;
  }
  .u-md-py50 {
    padding: 50px 0;
  }
  .u-md-py55 {
    padding: 55px 0;
  }
  .u-md-py60 {
    padding: 60px 0;
  }
  .u-md-py65 {
    padding: 65px 0;
  }
  .u-md-py70 {
    padding: 70px 0;
  }
  .u-md-py75 {
    padding: 75px 0;
  }
  .u-md-py80 {
    padding: 80px 0;
  }
  .u-md-py85 {
    padding: 85px 0;
  }
  .u-md-py90 {
    padding: 90px 0;
  }
  .u-md-py95 {
    padding: 95px 0;
  }
  .u-md-py100 {
    padding: 100px 0;
  }
}
.is-md-show {
  display: none;
}
@media (max-width: 768px) {
  .is-md-show {
    display: block;
  }
}

.is-sm-show {
  display: none;
}
@media (max-width: 640px) {
  .is-sm-show {
    display: block;
  }
}

@media (max-width: 768px) {
  .is-md-hide {
    display: none;
  }
}

.l-header,
.p-scroll-contact-modal,
.p-escape-prevention-modal {
  z-index: 100;
}

.p-drawer-menu {
  z-index: 90;
}

.c-fixed-bottom-btn {
  z-index: 80;
}

/*******************************************/
.__pc {
  display: block;
}
.__sp {
  display: none;
}

@media (max-width: 768px) {
  .__pc {
    display: none;
  }
  .__sp {
    display: block;
  }
} 

.__sp img {
  width: 100%;
}
.ilArea {
  text-align: center;
  width: 100%;
}
.line {
  display: flex;
  justify-content: center;
}
.line li {
  padding: 50px;
}
@media (max-width: 768px) {
  .line {
    display: inline;
    justify-content: center;
  }
  .line li {
    padding: 50px 20px;
  }
  .line li img {
    width: 100%;
  }
  .p-footer-main {
    text-align: center;
  }
}

#pagewrap {
	width: 80%;
	margin: 6em auto;
}
#pagewrap h2 {
	text-align:center;
}
#main02 {
	margin: 3em auto;
}
h2.wp-block-heading{
	margin: 0em 0 1em 0;
	font-size:18px;
	text-align: left !important;
}
#main02 p {
	font-size:15px;
	line-height: 2em;
}
/***************************************2024/01/06****/
section {
  margin: 4em auto 4em;
  text-align: center;
  width: 80%;
}
@media (max-width: 768px) {
  section {
    margin: 2em auto 0em;
    width: 100%;
  }
}
h2 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
h2 span {
  font-size: 55px;
  font-weight: bold;
  display: inline-block;
  background: #ff2241;
  background: -moz-linear-gradient(left, #ff9185 0%, #ff2241 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ff9185), to(#ff2241));
  background: -webkit-linear-gradient(left, #ff9185 0%, #ff2241 100%);
  background: -o-linear-gradient(left, #ff9185 0%, #ff2241 100%);
  background: linear-gradient(to right, #ff9185 0%, #ff2241 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 em {
  display: block;
  font-style: normal;
  font-size: 24px;
}
@media (max-width: 768px) {
  h2 {
    margin: 0.5em 0.6em;
  }
  h2 span {
    font-size: 25px;
  }
  h2 em {
    font-size: 21px;
  }
}
/***************************************2024/01/06 FAQ****/
.faq-title {
  color: #000; /* 文字の色を黒に設定 */
  font-size: 3em; /* PCサイズでの文字サイズ */
  text-align: center;
  position: relative;
  display: block; /* display: block に変更 */
  margin: 0 auto; /* 中央揃え */
  width: fit-content; /* 文字幅に合わせる */
}

/* 下線を追加 */
.faq-title::after {
  content: '';
  position: absolute;
  bottom: -0.2em; /* 文字と下線の間隔を調整 */
  left: 50%;
  transform: translateX(-50%); /* 下線を中央揃えにする */
  width: 110%; /* 文字より少し長い下線 */
  height: 4px; /* 下線の太さ */
  background-color: #FD203F; /* 下線の色 */
}

/* スマホサイズ対応 */
@media (max-width: 768px) {
  .faq-title {
    font-size: 1.75em; /* スマホサイズで文字をさらに小さく調整 */
  }
  .faq-title::after {
    width: 120%; /* スマホでの下線の幅調整 */
  }
}


.FaqAllArea {
  text-align: left;
}
.FaqAllArea dl {
  border: 1px solid #ff2241;
  margin-bottom: 1em;
  padding: 1.6em;
　cursor: pointer; /* カーソルをポインタに設定 */
  position: relative; /* アイコンを右側に配置するために相対位置 */
}
.FaqAllArea dt {
  color: #ff2241;
  margin-bottom: .6em;
  cursor: pointer; /* 質問にカーソルを表示 */
}
.FaqAllArea dd {
  padding-left: 1.2em;
  display: none; /* 初期状態では答えを非表示に */
}
.toggle-icon {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; /* アイコンにもカーソルを表示 */
  font-size: 1.2em;
  color: #ff2241;
　cursor: pointer;
}

/***************************************2024/01/06 BTN****/
.btnArea {
  padding: 2em auto;
  display: flex; /* 子要素の配置を柔軟にする */
  justify-content: center; /* 横方向に中央揃え */
  align-items: center; /* 縦方向に中央揃え */
  height: 100px; /* ボタンエリアの高さを設定（必要に応じて調整） */
  white-space: nowrap; /* テキストが1行で収まるようにする */
}

.contactBtn {
  position: relative;
}

.contactBtn a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  padding: 0.5em 1em;
  letter-spacing: 5px;
  border-radius: 100px;
  text-align: center;
  background: #21BA4E;
  white-space: nowrap; /* テキストを折り返さない */
  box-sizing: border-box;
  overflow: hidden;
}

.contactDiscription {
  display: block;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .contactBtn a {
    font-size: 24px;
    padding: .6em 1em;
    letter-spacing: 0px;
  }

  .contactDiscription {
    font-size: 13px;
  }
}

.smallBtn {
  position: absolute;
  top: -25%; /* 上方向に配置 */
  left: 5%;
  background-color: #ffd700;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 0px;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .smallBtn {
    font-size: 18px;
    padding: 3px 14px;
    top: -32%;
    left: 5%;
  }
}

.small-text {
  font-size: 0.7em;
}

/* ドクンドクンのアニメーション */
@keyframes pulse {
  0% {
    transform: scale(1); /* 通常のサイズ */
  }
  50% {
    transform: scale(1.05); /* 少し大きくなる */
  }
  100% {
    transform: scale(1); /* 元のサイズに戻る */
  }
}

.pulse-animation {
  display: inline-block;
  animation: pulse 1s infinite; /* 1秒間で1回のアニメーションを繰り返す */
}

/* 「今すぐ無料説明会を予約」のボタン */
.contactBtn a {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  padding: 0.5em 1em;
  letter-spacing: 5px;
  border-radius: 100px;
  text-align: center;
  background: #21BA4E;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}

/* 「簡単30秒」の小さなボタン */
.smallBtn {
  position: absolute;
  top: -25%; /* 上方向に配置 */
  left: 5%; /* 左から5%の位置に調整 */
  background-color: #ffd700;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 0px;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .contactBtn a {
    font-size: 24px;
    padding: 0.6em 1em;
    letter-spacing: 0px;
  }

  .smallBtn {
    font-size: 18px;
    padding: 3px 14px;
    top: -32%;
    left: 5%;
  }
}

/*TOPの下のバナー*/

.centered-image {
  display: block; /* ブロック要素にして中央揃えが適用されるように */
  margin: 20px auto; /* 上下に20pxの隙間を入れて中央揃え */
}


/***************************************2024/01/07****/
/* HP紹介文 */
.osusume{
	background-color: #F8F8F8;
	padding-bottom: 10px;
}

.osusume dt {
  font-size: 60px;
  font-weight: bold;
  line-height: 3em;
}

.osusume dd {
  background: url(../img/ico01.png) no-repeat 20% center;
  font-size: 19px;
  text-align: left;
  text-indent: 2.4em;
  line-height: 3.5em;
  padding-left: 20%;
  margin-bottom: 2em; /* 初期のマージン設定 */
}

.osusume dd strong {
  color: #ff2644;
  font-weight: bold;
  font-size: 36px;
}

@media (max-width: 768px) {
  .osusume dt {
    font-size: 3em;
    line-height: 3em;
  }
  .osusume dd {
    background: url(../img/ico01.png) no-repeat 5em center;
    background-size: 30px auto;
    font-size: 1.25em;
    line-height: 2.5em;
    text-indent: 3em;
    margin-bottom: 1.5em; /* スマホサイズ時のマージンを少し狭く */
  }
  .osusume dd strong {
    color: #ff2644;
    font-weight: bold;
    font-size: 1.1em;
  }

  /* 映像編集の後で改行を強制 */
  .osusume .break {
    display: block; /* ブロック表示で強制的に改行 */
    margin-top: -1em; /* 上の余白をさらに詰める */
    margin-bottom: -1em; /* 下の余白もさらに詰める */
  }
}

@media (max-width: 425px) {
  .osusume dt {
    font-size: 1.5em;
    line-height: 2em;
  }
  .osusume dd {
    background: url(../img/ico01.png) no-repeat left 7px;
    background-size: 26px auto;
    font-size: 0.85em;
    line-height: 2.5em;
    padding-left: 2em;
    text-indent: 0em;
    margin-bottom: 1em; /* スマホサイズ時のマージンをさらに狭く */
  }
  .osusume dd strong {
    color: #ff2644;
    font-weight: bold;
    font-size: 1.1em;
  }

  /* 映像編集の後で改行を強制 */
  .osusume .break {
    display: block; /* ブロック表示で強制的に改行 */
    margin-top: -1em; /* 上の余白をさらに詰める */
    margin-bottom: -1em; /* 下の余白もさらに詰める */
  }
}

/***************************************2024/01/08****/
.cont01 dl {
  margin: 8em auto 4em;
  overflow: hidden;
}
.cont01 dt {
  float: left;
  padding-right: 2em;
  padding-bottom: 2em;
  text-align: right;
    width: 50%;
}
.cont01 dd {
  display: grid;
}

.cont01 strong {
  display: block;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .cont01 dl {
    width: 80%;
  }
  .cont01 dt {
    float: none;
    padding-right: 0em;
  }
}
@media (max-width: 425px) {
.cont01 dl {
  width: 100%;
  margin: 4em auto;
 }
.cont01 dt {
    float: none;
    padding-right: 0em;
    width: 100%;
     }
.cont01 dt img {
  width: 100%;
}
.cont01 dd {
  text-align: left;
  font-size: .8em;
  }
.cont01 strong {
    font-size: 1.4em;
  }
}
.cont01 .box {
  width: 100%;
  border: 2px solid #ff334c;
  border-radius: 10px;
  padding: 2em;
  text-align: left;
}
.cont01 .box h3 {
  color: #fff;
  font-weight: bold;
  background: #ff334c;
  border-radius: 10px;
  padding: 0.4em 1em;
  margin-top: -2.5em;
  display: table;
}
.cont01 .box p {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .cont01 .box h3 {
    text-align: center;
    display: block;
  }
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: -20px;
    z-index: 99;
}
.slick-prev {
     left: -15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
    margin-top: 0em;
}

.slider img,
.slider video,
.sliderBox iframe{
    width: 100%;
    height: auto;
}

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


.slick-slide iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-arrow:before {
  content: ""!important;
  width: 60%!important; /* 幅を60%に縮小 */
  height: 60%!important; /* 高さを60%に縮小 */
  position: absolute;
  top: 50%; /* 縦方向中央に寄せる */
  left: 50%; /* 横方向中央に寄せる */
  transform: translate(-50%, -50%); /* 正確に中央に配置するために追加 */
}

.slick-next:before{
  background: url(../img/arrowR.png)!important;
  background-size: contain!important;
}

.slick-prev:before{
  background: url(../img/arrowL.png)!important;
  background-size: contain!important;
}
.slick-arrow{
  width:57px!important;
  height:85px!important;
}





.sakuhin h3 {
  padding: 1em 0 2em;
  font-size: 2em;
　text-align:center;
}
@media (max-width: 425px) {
.sakuhin h3 {
  padding: 0 0 1em;
  font-size: 2em;
}
}
.sakuhin .slick-slide {
  margin: 0 5px;
}

.cont02 {
 width: 80%;
 margin: 0 auto;
 overflow: hidden;
}
.cont02 dl {
  width: 40%;
  float: left;
  text-align: left;
  margin: 0 5%;
}
.cont02 strong {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em 0;
  display: block;
}
@media (max-width: 425px) {
  .cont02 dl {
    width: 100%;
    float: none;
    margin: 4em 0 0;
  }
}

.cont03,
.cont04 {
  text-align: left;
}
.cont03 img,
.cont04 img {
  margin: 0 auto 0em;
  display: block;
}


/*受けられる特典*/

/* PCサイズ */
.cont05 {
  text-align: center;
}

.cont05 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 画像を中央揃え */
  gap: 30px; /* 画像間のスペース */
  width: 100%;
  margin: 0 auto;
}

.cont05 ul {
  width: calc(33.3333% - 30px); /* PCサイズで3列表示 */
  margin-bottom: 50px; /* 下の余白 */
}

.cont05 li img {
  width: 100%;
  height: auto;
}

.txtR {
    text-align: right;
    font-size: 10px;
}


/* スマホサイズ */
@media (max-width: 768px) {
  .cont05 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 中央揃え */
  }

  .cont05 ul {
    width: calc(50% - 15px); /* 2列にする */
    margin-bottom: 0.5em !important; /* 強制的に余白を設定 */
  }
  
  .cont05 li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* 画像を中央揃えに */
  }
	
.txtR {
    text-align: right;
    font-size: 10px;
  }
}





.cont06 div {
  margin-top: 3em;
  background: #f3fcf3;
}
.fs50 {
  font-size: 50px !important;
}
@media (max-width: 768px) {
.fs50 {
    font-size: 34px !important;
  }
}

.copy {
  display: block;
  text-align: center;
  padding: 3em 1em;
  color: #ffffff;
}

@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
/* slider1の画像のスタイル */
.slider img {
    width: auto; /* 幅は自動 */
    height: 100px; /* 高さを固定 */
    object-fit: cover; /* 画像のフィットを調整 */
}

/* slider1のスライド間の余白 */
.slider .slick-slide {
    margin: 0; /* 画像間のスペースを完全になくす */
    padding: 0; /* パディングもゼロにして画像を詰める */
}

/* slider2の画像のスタイル */
.slider2 img {
    width: auto; /* 幅は自動 */
    height: 100px; /* 高さを固定 */
    object-fit: cover; /* 画像のフィットを調整 */
}

/* slider2のスライド間の余白 */
.slider2 .slick-slide {
    margin: 0; /* 画像間のスペースを完全になくす */
    padding: 0; /* パディングもゼロにして画像を詰める */
}


/*========= section title　レイアウトのためのCSS ===============*/

body{
  background:#FFFFFF;
}

/*jisseki-title{
	padding-bottom: 0.5rem;
	padding-top: 0.7rem;
	font-size: 2rem;
}*/

/* タイトルスタイル */
.section-title {
  color: #000; /* 文字の色を黒に設定 */
  font-size: 3em; /* PCサイズでの文字サイズ */
  text-align: center; /* タイトルを中央に配置 */
  position: relative;
  display: inline-block;
}

/* 下線を追加 */
.section-title::after {
  content: '';
  position: absolute;
  bottom: -0.15em; /* 文字と下線の間をさらに詰める */
  left: -25%; /* 左に25%のスペースを追加して線を伸ばす */
  width: 150%; /* 文字の長さより50%長い下線を設定 */
  height: 4px; /* 下線の太さ */
  background-color: #FD203F; /* FD203Fのカラーコードで下線を追加 */
}

/* スマホサイズ対応 */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.5em; /* スマホサイズで文字をさらに小さく調整 */
  }
}

/*========= 制作実績　レイアウトのためのCSS ===============*/

.seisakujisseki{
	background-color: #F9F9F9;
	padding-bottom: 2.5em;/* 制作実績画像下の余白 */
}

/* タイトルスタイル */
.jisseki-title {
  color: #000; /* 文字の色を黒に設定 */
  font-size: 3em; /* PCサイズでの文字サイズ */
  text-align: center; /* タイトルを中央に配置 */
  position: relative;
  display: inline-block;
}

/* 上線を追加 */
.jisseki-title::before {
  content: '';
  position: absolute;
  top: -0.15em; /* 文字と上線の間を詰める */
  left: -25%; /* 左に25%のスペースを追加して線を伸ばす */
  width: 150%; /* 文字の長さより50%長い上線を設定 */
  height: 4px; /* 上線の太さ */
  background-color: #FD203F; /* FD203Fのカラーコードで上線を追加 */
}


/* 下線を追加 */
.jisseki-title::after {
  content: '';
  position: absolute;
  bottom: -0.15em; /* 文字と下線の間をさらに詰める */
  left: -25%; /* 左に25%のスペースを追加して線を伸ばす */
  width: 150%; /* 文字の長さより50%長い下線を設定 */
  height: 4px; /* 下線の太さ */
  background-color: #FD203F; /* FD203Fのカラーコードで下線を追加 */
}

/* スマホサイズ対応 */
@media (max-width: 768px) {
  .jisseki-title {
    font-size: 1.5em; /* スマホサイズで文字をさらに小さく調整 */
  }
}


/* 制作実績スライダーの画像スタイル (PCサイズ) */
.slider img, .slider2 img {
  width: 40%; /* 画像の幅をn%に設定して変更する */
  height: auto; /* 高さは自動 */
  object-fit: cover; /* 画像が親要素にしっかり収まるように調整 */
  display: block; /* ブロック要素として扱い、余白を除去 */
  margin: 0; /* 余白をゼロに */
  padding: 0; /* パディングもゼロに */
}

/* スライド間の余白をなくす */
.slider .slick-slide, .slider2 .slick-slide {
  margin: 0; /* 画像間のスペースをゼロに設定 */
  padding: 0; /* パディングをゼロに設定 */
  width: 40%; /* スライドの幅を画像に合わせて50%に設定 */
  margin-right: 5px; /* 画像同士の間隔を詰める */
}

/* 制作実績スマホサイズの調整 */
@media (max-width: 768px) {
  .slider img, .slider2 img {
    width: 80%; /* スマホサイズでは画像の幅をn%に設定 */
    height: auto; /* 高さは自動 */
    object-fit: cover; /* 親要素に画像をフィット */
    display: block;
    margin: 0; /* 左右の余白をなくす */
  }
  .slider .slick-slide, .slider2 .slick-slide {
    width: 40%; /* スライドの幅を画像に合わせて60%に設定 */
    margin: 0; /* 画像間のスペースを完全にゼロに */
    padding: 0; /* パディングをゼロに */
  }
}

/* 全体の上下マージンをさらに狭く */
.slider, .slider2 {
  margin: 0; /* 上下のマージンを完全にゼロに設定 */
  padding: 0; /* パディングもゼロに */
}



/* HP紹介文 */
.syoukai {
  text-align: center;
  /*border: 2px solid #21BA4E;  枠線を追加 */
  padding: 1vw 2vw; /* 上下の余白を詰めて調整 */
  background-color: #F8F8F8; /* 背景色をつけて読みやすく */
  /* border-radius: 10px; 角を丸くして柔らかい印象に */
  /* margin: 2vw auto; コンテンツ全体に余白をつける */
  max-width: 100%; /* コンテンツの最大幅を設定 */
}

.syoukai-title {
  font-size: 2.5vw; /* タイトルの文字サイズを少し小さめに調整 */
  margin: 0; /* デフォルトのマージンをリセット */
  padding: 0.5vw 0; /* 上下の余白を均等に設定 */
  color: #21BA4E; /* 文字色を枠に合わせて調整 */
}

.syoukai-text {
  font-size: 1.2vw; /* テキストのフォントサイズをさらに小さく */
  line-height: 1.6; /* 行間を調整して読みやすく */
  color: #333; /* テキストを少し暗い色に */
}

@media (max-width: 768px) {
  .syoukai {
    padding: 1vw; /* スマホ用に余白を調整 */
    max-width: 100%; /* スマホ用に最大幅を設定 */
  }

  .syoukai-title {
    font-size: 6vw; /* スマホ用にタイトルを大きめに */
    padding: 1vw 0; /* 上下の余白をスマホ用に調整 */
  }

  .syoukai-text {
    font-size: 4vw; /* スマホ用にテキストサイズを調整 */
  }
}


/* 5つの理由 */

/* 画像を中央に表示し、レスポンシブに対応 */
.riyuu {
  text-align: center;
  margin: 0 auto;
  max-width: 100%; /* コンテナの幅を100%に設定 */
}

.riyuu img {
  width: 60%; /* PCサイズ時は60%の幅で表示 */
  height: auto; /* 画像の縦横比を保つ */
}

@media (max-width: 768px) {
  .riyuu img {
    width: 80%; /* スマホサイズ時は画像幅を80%に変更 */
  }
}

@media (max-width: 425px) {
  .riyuu img {
    width: 90%; /* より小さい画面時に幅90%に調整 */
  }
}


/* 受講生の声 */

.voice .slick-prev, .voice .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1; /* 矢印が他の要素に隠れないように設定 */
    top: 50%; /* 垂直方向の中央に配置 */
    transform: translateY(-50%); /* 矢印の高さを中央揃え */
}

.voice .slick-prev {
    left: -50px; /* 左側の矢印を画像の外に配置 */
}

.voice .slick-next {
    right: -50px; /* 右側の矢印を画像の外に配置 */
}

.voice-title {
	text-align: center; /* タイトルを中央揃え */
	margin-bottom: 20px; /* タイトル下に余白を追加 */
	color: #333; /* テキストカラーを指定 */
	font-size: 25px;
}

.voice {
	width: 80%; /* スライダーの幅を調整 */
	margin: 0 auto; /* 中央寄せ */
}

.voice img {
	width: 100%; /* 画像がスライド内で全て表示されるように幅を100%に設定 */
	height: auto; /* 高さは自動調整 */
	object-fit: cover; /* 画像が枠に収まるように調整 */
	padding: 0 5px; /* 両端に少し余白を追加 */
}


/* カリキュラム */

.schedule__inner {
    max-width: 1000px;
}

.schedule__main {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .schedule__main {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 42px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    .schedule__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.5%; /* 2つのschedule__wrapperの間隔を狭くする */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .schedule__container {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .schedule__wrapper {
        width: 48%;
        box-sizing: border-box; /* パディングを含めた幅の計算を行う */
    }
}

@media screen and (max-width: 767px) {
    .schedule__wrapper:nth-of-type(n + 2) {
        margin-top: 30px;
    }
}

.schedule__day-heading-box {
    margin-bottom: 10px;
    text-align: center;
}

.schedule__day-heading {
    font-family: 'Futura', 'Arial', sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #f94142;
}

@media screen and (max-width: 767px) {
    .schedule__day-heading {
        font-size: 24px; /* 文字の大きさを調整 */
    }
}

.schedule__day-heading::before,
.schedule__day-heading::after {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 15px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.schedule__day-heading::before {
    left: 0;
    background: transparent url(./../image/object_2.svg) no-repeat top center/cover;
}

.schedule__day-heading::after {
    right: 3px;
    background: transparent url(./../image/object_3.svg) no-repeat top center/cover;
}

.schedule__lists {
    max-width: 440px;
    margin: 0 auto;
    padding-left: 38px;
}

@media screen and (max-width: 767px) {
    .schedule__lists {
        max-width: 330px;
        padding-left: 23px;
    }
}

.schedule__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1px; /* 間隔を狭くする */
}

.schedule__list::before,
.schedule__list::after {
    position: absolute;
    content: '';
}

.schedule__list::before {
    top: 3px;
    left: -20px;
    width: 12px;
    height: 15px;
    background: transparent url(./../image/object_2.svg) no-repeat top center/cover;
}

.schedule__list::after {
    top: 15px; /* 間隔を狭くする */
    left: -15px;
    width: 1px;
    height: calc(100% - 20px); /* 間隔を狭くする */
    background-color: #ffe6e7;
}

.schedule__list:nth-last-of-type(1) {
    padding-bottom: 0;
}

.schedule__list:nth-last-of-type(1)::after {
    display: none;
}

.schedule__time {
    font-family: 'DINAlternate', sans-serif;
    width: 114px;
    text-decoration: underline;
    letter-spacing: .04em;
    color: #f94142;
    text-align: left; /* 左揃えにする */
}

@media screen and (max-width: 767px) {
    .schedule__time {
        font-size: 12px; /* 文字の大きさを調整 */
    }
}

.schedule__list-title {
    font-weight: 700;
    width: calc(100% - 114px);
    letter-spacing: .04em;
    text-align: left; /* 左揃えにする */
}

@media screen and (max-width: 767px) {
    .schedule__list-title {
        font-size: 12px; /* 文字の大きさを調整 */
    }
}

.schedule__comment {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    max-width: 345px;
    margin-top: 34px;
    margin-left: auto;
    padding: 32px 0 74px 13px;
    border-radius: 5px;
    background: transparent url(./../image/comment-bg.png) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
    .schedule__comment {
        display: none;
    }
}

.schedule__comment-sp {
    display: none;
}


/*講師陣*/
.onabuta img{
	margin-top: 10px;
}


/*身につくスキル*/

.skill-title {
  text-align: center;
  position: relative;
  font-size: 25px;
  margin-bottom: 20px;
  color: #000; /* 文字色を黒に設定 */
}

.skill-title::after {
  content: '';
  position: absolute;
  width: 230px; /* 下線の幅を長くする */
  height: 4px; /* 下線の高さ */
  background-color: #ff2241; /* 下線の色（赤） */
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; /* 下線の位置調整 */
  margin-bottom: 10px;
}

/* スマホサイズの調整 */
@media (max-width: 640px) {
  .softList {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2つずつ横並び */
    gap: 0.5em; /* 間隔をさらに狭く */
    padding-right: 16px;
    padding-left: 16px;
  }
  .softList li {
    display: flex;
    align-items: center; /* 画像とテキストを縦の中央に揃える */
    margin-bottom: 0.5em; /* 上下の隙間を詰める */
    font-size: 12px; /* テキストサイズはそのまま */
  }
  .softList img {
    width: 40px; /* 画像をさらに小さく */
    margin-right: 8px; /* テキストとの間を少し開ける */
  }
}

/* PCサイズの調整 */
@media (min-width: 641px) {
  .softList {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4つ横並び */
    gap: 1.5em; /* 間隔を詰める */
  }
  .softList li {
    display: flex;
    align-items: center; /* 画像とテキストを縦の中央に揃える */
    margin-bottom: 0.5em; /* 上下の隙間を詰める */
    font-size: 16px;
  }
  .softList img {
    width: 60px; /* PCサイズの画像も小さく */
    margin-right: 8px; /* テキストとの間を少し開ける */
  }
}



/* 受講生の作品 */
.sakuhin {
    width: 80%;
    margin: 0 auto;
}

.sakuhin h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
    color: #333;
}

.sakuhinlist {
    display: flex;
    align-items: center;
}

.sakuhinlist .slick-slide {
    margin: 0 10px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 アスペクト比を維持するためのパディング */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}


/*キャンペーンPOP*/

.campaign-img {
  margin-bottom: 40px; /* 下に20pxの余白を追加 */
  margin-top: 20px;
}


/*推薦者の声*/

.suisen dl {
  margin: 0 0 20px; /* 下に20pxの余白を追加 */
  padding: 0;
}

.suisen dt {
  margin: 0; /* 画像の上の余白を削除 */
  padding: 0; /* 画像の上の内部余白を削除 */
}

.suisen img {
  display: block; /* 画像の下の余白を削除 */
  margin: 0; /* 画像の上下左右の余白を削除 */
  padding: 0; /* 画像の内部余白を削除 */
}

.suisen dl:last-child {
  margin-bottom: 0; /* 最後の要素の下の余白を削除 */
}
