/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@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.1 | 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;
  min-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: 0;
}

/* 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 {
  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: #333;
  word-break: break-all;
}
.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: 760px) {
  .l-header__logo {
    width: 137px;
  }
}
.l-header__logo a {
  display: block;
}

.l-header__nav {
  margin-left: auto;
}
@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;
  }
}

body.page-sub .l-footer {
  padding: 0 16px;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media (max-width: 760px) {
  body.page-sub .l-footer {
    margin-top: 80px;
    margin-bottom: 106px;
  }
}
body.page-sub .l-footer__inner {
  max-width: 1242px;
  padding: 80px 85px 40px;
  margin: auto;
  background-color: #ff2a2e;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 760px) {
  body.page-sub .l-footer__inner {
    padding: 32px;
    border-radius: 40px 40px 0 0;
  }
}
body.page-sub .l-footer__main {
  padding-bottom: 80px;
}
@media (max-width: 760px) {
  body.page-sub .l-footer__main {
    padding-bottom: 34px;
  }
}
body.page-sub .l-footer__foot {
  padding-top: 40px;
  border-top: solid 2px #fff;
}
@media (max-width: 760px) {
  body.page-sub .l-footer__foot {
    padding-top: 36px;
  }
}

.l-index-voice {
  padding: 32px 0 80px;
  background-color: #fff;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .l-index-reason__title .c-heading-border-bottom--primary {
    font-size: 27px;
    line-height: 1.6;
  }
}

.l-index-price {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 760px) {
  .l-index-price {
    padding-top: 60px;
  }
}

.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: 760px) {
  .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: 849px) {
  .l-index-faq {
    padding-top: 56px;
  }
}
@media (max-width: 760px) {
  .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;
  border: 1px solid #ff2a2e;
}
@media (max-width: 760px) {
  .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: 760px) {
  .c-btn-normal.__small {
    padding: 10px 20px 11px;
  }
}
.c-btn-normal:hover {
  color: #fff;
  background-color: #ff2a2e;
  border: 1px solid #fff;
}
.c-btn-normal span {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .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-color: #ff2a2e;
  border: solid 2px #ff2a2e;
}
.c-btn-normal.__secondary:hover {
  color: #ff2a2e;
  background-color: #fff;
}

.c-btn-normal.__secondary span {
  font-size: 20px;
  letter-spacing: 1px;
}
.c-btn-normal.__secondary.__small span {
  font-size: 18px;
}
@media (max-width: 760px) {
  .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: #ff2a2e;
}

.c-btn-normal.__secondary-outline {
  border: solid 2px #ff2a2e;
}
.c-btn-normal.__secondary-outline span {
  font-size: 20px;
}
@media (max-width: 760px) {
  .c-btn-normal.__secondary-outline span {
    font-size: 18px;
  }
}
.c-btn-normal.__secondary-outline.__small span {
  font-size: 18px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .c-btn-normal.__outline-white span {
    font-size: 18px;
  }
}
.c-btn-normal.__outline-white.__small span {
  font-size: 18px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .c-heading-caption {
    font-size: 16px;
  }
}

.c-heading-slash, .c-heading-slash--black, .c-heading-slash--primary, .c-heading-slash--white {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 760px) {
  .c-heading-slash, .c-heading-slash--black, .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--black span, .c-heading-slash--primary span, .c-heading-slash--white span {
  position: relative;
  display: inline-block;
}
.c-heading-slash span::before, .c-heading-slash--black span::before, .c-heading-slash--primary span::before, .c-heading-slash--white span::before, .c-heading-slash span::after, .c-heading-slash--black 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: #333;
}
@media (max-width: 760px) {
  .c-heading-slash span::before, .c-heading-slash--black span::before, .c-heading-slash--primary span::before, .c-heading-slash--white span::before, .c-heading-slash span::after, .c-heading-slash--black 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--black span::before, .c-heading-slash--primary span::before, .c-heading-slash--white span::before {
  left: -38px;
  transform: rotate(60deg);
}
@media (max-width: 760px) {
  .c-heading-slash span::before, .c-heading-slash--black 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--black span::after, .c-heading-slash--primary span::after, .c-heading-slash--white span::after {
  right: -38px;
  transform: rotate(-60deg);
}
@media (max-width: 760px) {
  .c-heading-slash span::after, .c-heading-slash--black 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-slash--black {
  color: #333;
}
.c-heading-slash--black span::before, .c-heading-slash--black span::after {
  background-color: #333;
}

.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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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-new-title {
  position: relative;
  margin-bottom: -6px;
  text-align: center;
}
@media (max-width: 760px) {
  .c-new-title {
    margin-bottom: 19px;
  }
}
.c-new-title__h2 {
  font-size: 143px;
  font-family: "din-2014", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
}
.c-new-title__h2--gray {
  color: #f6f6f6;
}
@media (max-width: 1080px) {
  .c-new-title__h2--gray {
    width: 100%;
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  .c-new-title__h2--gray {
    width: 144%;
    transform: translateX(-45px);
  }
}
.c-new-title__h2--gray-3 {
  color: #f6f6f6;
}
@media (max-width: 1080px) {
  .c-new-title__h2--gray-3 {
    width: 100%;
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  .c-new-title__h2--gray-3 {
    width: 127%;
    transform: translateX(-45px);
  }
}
.c-new-title__h2--gray-2 {
  color: #f6f6f6;
}
@media (max-width: 760px) {
  .c-new-title__h2 {
    font-size: 87px;
  }
}
.c-new-title__japanese {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.036em;
  color: #212121;
  width: 100%;
}
@media (max-width: 1080px) {
  .c-new-title__japanese {
    font-size: 30px;
    top: 79px;
  }
}
@media (max-width: 760px) {
  .c-new-title__japanese {
    font-size: 24px;
    top: 56px;
    width: 100%;
  }
}
.c-new-title__img {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 336px;
}
@media (max-width: 1080px) {
  .c-new-title__img {
    top: 59px;
  }
}
@media (max-width: 760px) {
  .c-new-title__img {
    top: 52px;
    width: 230px;
  }
}
.c-new-title__english {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #ff2a2e;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.03em;
}
.c-new-title__english--japanese {
  top: 68px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 1080px) {
  .c-new-title__english--japanese {
    top: 42px;
  }
}
@media (max-width: 1080px) {
  .c-new-title__english {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 760px) {
  .c-new-title__english {
    font-size: 14px;
    top: 35px;
    width: 100%;
  }
}

.c-new-button__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  width: 650px;
  height: 100px;
}
@media (max-width: 760px) {
  .c-new-button__button {
    width: 100%;
    height: 64px;
    margin-top: 30px !important;
  }
}
.c-new-button__button-next {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 480px;
  height: 100px;
}
@media (max-width: 760px) {
  .c-new-button__button-next {
    width: 100%;
    height: 77px;
    margin-top: 30px !important;
  }
}
.c-new-button__title {
  font-size: 32px;
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .c-new-button__title {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
.c-new-button__button-ico {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
@media (max-width: 760px) {
  .c-new-button__button-ico {
    width: 24px;
    height: 24px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .c-countdown-banner__label > * {
    letter-spacing: 0.53em;
  }
}
.c-countdown-banner__label > *._hours {
  padding-left: 0.96em;
}
@media (max-width: 760px) {
  .c-countdown-banner__label > *._hours {
    padding-left: 1.01em;
  }
}
.c-countdown-banner__label > *._minutes {
  padding-left: 0.11em;
}
@media (max-width: 760px) {
  .c-countdown-banner__label > *._minutes {
    padding-left: 0.18em;
  }
}
.c-countdown-banner__label > *._seconds {
  padding-left: 0.09em;
}
@media (max-width: 760px) {
  .c-countdown-banner__label > *._seconds {
    padding-left: 0.17em;
  }
}

body.page-sub .p-footer-main {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main {
    display: block;
  }
}
body.page-sub .p-footer-main__lead {
  flex: 0 0 auto;
  width: 30%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__lead {
    width: 100%;
  }
}
@media (max-width: 760px) {
  body.page-sub .p-footer-main__lead {
    font-size: 24px;
  }
}
body.page-sub .p-footer-main__content {
  display: grid;
  grid-template-areas: "desc btn" "nav nav";
  grid-template-columns: 50% 50%;
  align-items: flex-start;
  width: 65%;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__content {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}
body.page-sub .p-footer-main__desc {
  grid-area: desc;
  padding-top: 8px;
  padding-right: 46px;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media (max-width: 1280px) {
  body.page-sub .p-footer-main__desc {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__desc {
    padding: 0;
  }
}
@media (max-width: 760px) {
  body.page-sub .p-footer-main__desc {
    font-size: 14px;
  }
}
body.page-sub .p-footer-main__btn {
  grid-area: btn;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__btn {
    margin: 32px auto 0;
  }
}
@media (max-width: 1280px) {
  body.page-sub .p-footer-main__btn span {
    font-size: 17px;
  }
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__btn span {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  body.page-sub .p-footer-main__btn span {
    font-size: 20px;
  }
}
body.page-sub .p-footer-main__nav {
  grid-area: nav;
  padding-top: 30px;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__nav {
    width: calc(100% + 30px);
    padding-top: 10px;
    margin-left: -15px;
  }
}
body.page-sub .p-footer-main__nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__nav ul {
    justify-content: center;
  }
}
body.page-sub .p-footer-main__nav ul li {
  margin-right: 22px;
  letter-spacing: 0.04em;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-main__nav ul li {
    margin: 20px 10px 0;
  }
}
body.page-sub .p-footer-main__nav ul li a {
  display: flex;
  align-items: center;
}
body.page-sub .p-footer-main__nav ul li a span {
  margin-right: 8px;
  font-weight: bold;
}
@media (max-width: 760px) {
  body.page-sub .p-footer-main__nav ul li a span {
    font-size: 12px;
  }
}
body.page-sub .p-footer-main__nav ul li a svg {
  width: 9px;
}

body.page-sub .p-footer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-foot {
    display: block;
  }
}
body.page-sub .p-footer-foot__logo {
  width: 236px;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-foot__logo {
    width: 118px;
  }
}
body.page-sub .p-footer-foot__logo a {
  display: block;
}
body.page-sub .p-footer-foot__copyright {
  display: block;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1080px) {
  body.page-sub .p-footer-foot__copyright {
    margin-top: 36px;
    font-size: 12px;
  }
}

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

.p-solution {
  padding-bottom: 160px;
  margin-top: 90px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-solution__list {
    display: block;
    margin-top: 30px;
  }
}

.p-solution__item {
  width: 31%;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-solution__item img {
    flex: 0 0 auto;
    width: 100px;
  }
}

.p-about-us {
  position: relative;
  padding: 80px 0;
  background-color: #ff2a2e;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-about-us__heading {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-voice-slider .swiper-button-prev {
    left: 8px;
    margin: 0;
  }
}
.p-voice-slider .swiper-button-next {
  right: 50%;
  margin-right: -388px;
}
@media (max-width: 760px) {
  .p-voice-slider .swiper-button-next {
    right: 8px;
    margin: 0;
  }
}

.p-voice-slider-item {
  width: 660px;
  height: auto;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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-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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-price__caption small {
    text-align: left;
  }
}
.p-price__caption small + * {
  margin-top: 10px;
}

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

@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-comparison__caption small {
    text-align: left;
  }
}
.p-comparison__caption small + * {
  margin-top: 10px;
}

.p-price-new {
  width: 390px;
  background-color: #fff;
  position: relative;
  padding: 33px 0px 96px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1080px) {
  .p-price-new {
    width: 355px;
    padding: 25px 0px 96px;
  }
}
@media (max-width: 640px) {
  .p-price-new:not(:last-child) {
    margin-bottom: 45px;
  }
}
.p-price-new__yellow {
  position: absolute;
  top: -19px;
  right: 18px;
  width: 75px;
}
@media (max-width: 1080px) {
  .p-price-new__yellow {
    width: 81px;
  }
}
.p-price-new__title {
  margin-bottom: 32px;
  width: 295px;
}
@media (max-width: 1080px) {
  .p-price-new__title {
    width: 252px;
    margin-bottom: 25px;
  }
}
.p-price-new__title--2 {
  width: 260px;
}
@media (max-width: 1080px) {
  .p-price-new__title--2 {
    width: 220px;
  }
}
.p-price-new__logo {
  margin-bottom: 20px;
  width: 310px;
  margin-left: 26px;
}
@media (max-width: 1080px) {
  .p-price-new__logo {
    width: 295px;
    margin-left: 20px;
  }
}
.p-price-new__price-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 23px;
  margin-bottom: 30px;
  transform: translateX(4px);
}
@media (max-width: 1080px) {
  .p-price-new__price-group {
    column-gap: 18px;
    margin-bottom: 20px;
    transform: translateX(-3px);
  }
}
@media (max-width: 640px) {
  .p-price-new__price-group {
    transform: translateX(-4px);
  }
}
.p-price-new__price {
  width: 194px;
}
.p-price-new__price--special {
  width: 207px;
}
@media (max-width: 1080px) {
  .p-price-new__price {
    width: 177px;
  }
}
.p-price-new__price2 {
  width: 128px;
}
@media (max-width: 1080px) {
  .p-price-new__price2 {
    width: 111px;
  }
}
.p-price-new__description {
  background-color: #eeeeee;
  font-size: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: left;
  padding-right: 26px;
  padding-left: 26px;
  margin-bottom: 28px;
  line-height: 1.8;
}
@media (max-width: 1080px) {
  .p-price-new__description {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.p-price-new__weight {
  font-weight: 700;
}
.p-price-new__character-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 27px;
  margin-left: 27px;
}
@media (max-width: 1080px) {
  .p-price-new__character-box {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .p-price-new__character-box {
    margin-bottom: 20px;
    margin-left: 21px;
  }
}
.p-price-new__character {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  column-gap: 10px;
}
.p-price-new__check {
  width: 28px;
}
@media (max-width: 1080px) {
  .p-price-new__check {
    width: 24px;
  }
}
.p-price-new__character-letter {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 1080px) {
  .p-price-new__character-letter {
    font-size: 14px;
  }
}
.p-price-new__character-little {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .p-price-new__character-little {
    font-size: 12px;
  }
}
.p-price-new__red {
  color: #ff2a2e;
}
.p-price-new__obj {
  text-align: center;
  margin-bottom: 33px;
  width: 327px;
  margin-left: 25px;
}
@media (max-width: 1080px) {
  .p-price-new__obj {
    width: 308px;
  }
}
.p-price-new__obj--2 {
  margin-left: 39px;
  transform: translateY(43px);
}
@media (max-width: 1080px) {
  .p-price-new__obj--2 {
    margin-left: 31px;
  }
}
@media (max-width: 640px) {
  .p-price-new__obj--2 {
    transform: translateY(10px);
  }
}
@media (max-width: 640px) {
  .p-price-new__obj {
    display: none;
  }
}
.p-price-new__link {
  color: #ff2a2e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff2a2e;
  padding-top: 6.2px;
  padding-bottom: 8.8px;
  border-radius: 20px;
  width: 253px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  transition: all 0.3s;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-price-new__link:hover {
  background-color: #ff2a2e;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1080px) {
  .p-price-new__link {
    font-size: 18px;
  }
}
.p-price-new__arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 13px;
  width: 5px;
}

.p-price-april {
  width: min(47.9vw, 479px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.16);
}
@media (max-width: 760px) {
  .p-price-april {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0 !important;
  }
}
.p-price-april__new-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff2a2e;
  border-radius: 40px;
  width: min(48vw, 500px);
  height: min(8.25vw, 80px);
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: min(5vw, 46px);
  box-shadow: 3px 7px 15px rgba(255, 42, 46, 0.25);
}
@media (max-width: 760px) {
  .p-price-april__new-button {
    margin-top: 57px;
    height: 64px;
    width: 100%;
  }
}
.p-price-april__button-arrow-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(3vw, 32px);
  width: min(3vw, 32px);
  height: min(3vw, 32px);
}
@media (max-width: 760px) {
  .p-price-april__button-arrow-new {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}
.p-price-april__button-text-new {
  font-size: min(2.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .p-price-april__button-text-new {
    font-size: 18px;
  }
}
.p-price-april__wrapping {
  position: relative;
  padding-top: min(3.2vw, 32px);
  margin-bottom: min(2.3vw, 23px);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: min(3.2vw, 32px);
}
@media (max-width: 760px) {
  .p-price-april__wrapping {
    padding: 26px 17px 0;
    margin-bottom: 14px;
    font-size: 23px;
  }
}
.p-price-april__wrapping2 {
  position: relative;
  padding-left: min(3vw, 30px); /* 4vw of 1000px is 40px */
  padding-right: min(3vw, 30px); /* 4vw of 1000px is 40px */
}
@media (max-width: 760px) {
  .p-price-april__wrapping2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 760px) {
  .p-price-april__padding {
    padding: 0px 0 70px !important;
  }
}
.p-price-april__sp-button-group {
  display: none;
}
@media (max-width: 760px) {
  .p-price-april__sp-button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.p-price-april__popular-icon {
  position: absolute;
  right: min(2.3vw, 23px); /* 2.3vw of 1000px is 23px */
  top: min(-5vw, -50px); /* -5vw of 1000px is -50px */
  width: min(8.1vw, 81px); /* 8.1vw of 1000px is 81px */
}
@media (max-width: 760px) {
  .p-price-april__popular-icon {
    display: none;
  }
}
.p-price-april__sp-button {
  height: 39px;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #fff;
}
.p-price-april__sp-button--mini {
  background-color: #e5e5e5;
  color: #fff;
}
.p-price-april__sp-button--mini.actives {
  background-color: #ffaaa5;
  color: #333;
  z-index: 2;
}
.p-price-april__sp-button--pro {
  background-color: #e5e5e5;
  color: #fff;
}
.p-price-april__sp-button--pro.active {
  background-color: #ff2a2e;
  color: #fff;
  z-index: 2;
}
.p-price-april__sp-button.inactive {
  background-color: #d3d3d3;
  border-color: #f1f1f1;
}
@media (max-width: 760px) {
  .p-price-april__inner {
    max-width: initial !important;
    margin: 0 !important;
  }
}
.p-price-april__sp-logo {
  width: 121px;
}
.p-price-april__sp-title {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.p-price-april__sp-popular {
  position: absolute;
  top: -37px;
  right: -11px;
  z-index: 1;
  width: 56px;
}
.p-price-april__background-color {
  background-color: #fff !important;
}
.p-price-april__mini {
  border-top: 10px solid #ffaaa5;
  padding-bottom: min(13.6vw, 136px);
}
@media (max-width: 760px) {
  .p-price-april__mini {
    display: none;
    border-top: 2px solid #ffaaa5;
    padding-bottom: 30px;
  }
}
.p-price-april__pro {
  border-top: 10px solid #ff2a2e;
  padding-bottom: min(4.4vw, 44px);
  position: relative;
}
@media (max-width: 760px) {
  .p-price-april__pro {
    border-top: 2px solid #ff2a2e;
    padding-bottom: 30px;
  }
}
.p-price-april__logo {
  width: 100%;
}
.p-price-april__title-wrap {
  text-align: center;
}
.p-price-april__description {
  font-size: min(1.7vw, 17px);
  color: #1a1a1a;
  text-align: center;
  margin-bottom: min(3.9vw, 39px);
  font-weight: 400;
}
@media (max-width: 760px) {
  .p-price-april__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-price-april__price-reco {
  width: min(10vw, 100px);
  position: absolute;
  top: -10px;
  right: -1px;
}
@media (max-width: 760px) {
  .p-price-april__price-reco {
    width: 83px;
    top: 0;
    right: -1px;
  }
}
.p-price-april__price-group {
  width: min(23.3vw, 233px);
  margin: 0 auto;
  margin-bottom: min(4vw, 40px);
}
@media (max-width: 760px) {
  .p-price-april__price-group {
    margin-bottom: 23px;
    width: 195px;
  }
}
.p-price-april__price-group--pro {
  width: min(25.7vw, 257px);
}
@media (max-width: 760px) {
  .p-price-april__price-group--pro {
    width: 210px;
  }
}
@media (max-width: 760px) {
  .p-price-april__price-group--specials {
    width: 213px;
  }
}
.p-price-april__price {
  width: 100%;
}
.p-price-april__hatena {
  width: 15px;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: -26px;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .p-price-april__hatena {
    right: -26px;
  }
}
@media (max-width: 760px) {
  .p-price-april__hatena {
    right: -26px;
    top: 53%;
  }
}
.p-price-april__hatena--pro {
  right: -26px;
}
@media (max-width: 760px) {
  .p-price-april__hatena--pro {
    right: -26px;
  }
}
.p-price-april__hatena--d {
  right: -26px;
  top: 53%;
}
@media (max-width: 760px) {
  .p-price-april__hatena--d {
    right: -26px;
  }
}
.p-price-april__hatena--e {
  right: -26px;
  top: 53%;
}
@media (max-width: 760px) {
  .p-price-april__hatena--e {
    top: 53%;
    right: -26px;
  }
}
.p-price-april__answer {
  display: none;
  position: absolute;
  top: 71%;
  right: -3px;
  z-index: 1;
  width: 55%;
}
.p-price-april__answer--pro {
  right: -4px;
}
.p-price-april__answer--d {
  right: -12px;
  top: 102%;
  width: 61%;
}
.p-price-april__answer--e {
  top: 108%;
  right: -6px;
  width: 58%;
}
.p-price-april__dl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: min(1.4vw, 14px);
  display: flex;
  flex-direction: row;
  border-top: 1px solid #707070;
  align-items: center;
  height: min(6.7vw, 67px);
}
.p-price-april__dl:last-child {
  border-bottom: 1px solid #707070;
}
.p-price-april__dl--ash {
  background-color: #f6f6f6;
}
.p-price-april__dl--red {
  border-top: 1px solid #ff2a2e;
}
.p-price-april__dl--red:last-child {
  border-bottom: 1px solid #ff2a2e;
}
.p-price-april__dl--special {
  column-gap: min(4vw, 40px);
}
@media (max-width: 760px) {
  .p-price-april__dl {
    height: 57px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.p-price-april__dt {
  width: min(16.9vw, 169px);
  font-size: min(1.7vw, 17px);
  color: #707070;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .p-price-april__dt {
    font-size: 12px;
    letter-spacing: 0.05em;
    width: 40%;
  }
}
.p-price-april__dd {
  width: min(23.5vw, 235px);
  font-size: min(1.8vw, 18px);
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
}
@media (max-width: 760px) {
  .p-price-april__dd {
    font-size: 14px;
    width: 60%;
  }
}
.p-price-april__dd span {
  font-size: min(1.5vw, 15px); /* 3.4vw of 1000px is 34px */
  color: #959595;
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .p-price-april__dd span {
    font-size: 12px;
  }
}
.p-price-april__object-group {
  width: min(2vw, 20px);
  height: min(2vw, 20px);
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-3px);
}
@media (max-width: 760px) {
  .p-price-april__object-group {
    width: 14px;
    height: 14px;
    transform: translateY(-1px);
  }
}
.p-price-april__object {
  width: 100%;
  height: 100%;
}
.p-price-april__date-group {
  margin-bottom: min(2.1vw, 21px);
}
@media (max-width: 760px) {
  .p-price-april__date-group {
    margin-bottom: 21px;
  }
}
.p-price-april__content-group {
  padding: min(1.9vw, 19px) 0 min(2.4vw, 24px) min(1.1vw, 11px);
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: min(2.2vw, 22px);
}
@media (max-width: 760px) {
  .p-price-april__content-group {
    padding: 19px 0 24px 11px;
    margin-bottom: 22px;
  }
}
.p-price-april__content-title {
  font-size: min(1.6vw, 16px);
  font-weight: 300;
  color: #888888;
  line-height: 1;
  margin-bottom: min(2vw, 20px);
}
.p-price-april__content-title span {
  font-size: min(1.3vw, 13px);
}
@media (max-width: 760px) {
  .p-price-april__content-title span {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .p-price-april__content-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-price-april__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
}
.p-price-april__content-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: min(0.75vw, 7.5px);
  position: relative;
}
@media (max-width: 760px) {
  .p-price-april__content-child {
    column-gap: 7.5px;
  }
}
.p-price-april__check {
  width: min(2.2vw, 22px); /* 2.2vw of 1000px is 22px */
}
@media (max-width: 760px) {
  .p-price-april__check {
    width: 22px;
  }
}
.p-price-april__content {
  font-size: min(1.6vw, 16px); /* 1.6vw of 1000px is 16px */
  color: #1a1a1a;
  position: relative;
}
.p-price-april__content--gray {
  color: #cbcbcb;
}
.p-price-april__content span {
  color: #ff2a2e;
}
@media (max-width: 760px) {
  .p-price-april__content {
    font-size: 14px;
  }
}
.p-price-april__subject-title {
  font-size: min(1.6vw, 16px); /* 1.6vw of 1000px is 16px */
  font-weight: 300;
  color: #707070;
  line-height: 1;
  margin-left: min(0.6vw, 6px);
  margin-bottom: min(2.1vw, 21px); /* 2.8vw of 1000px is 28px */
  letter-spacing: 0.1em;
}
.p-price-april__subject-title span {
  font-size: min(1.3vw, 13px);
}
@media (max-width: 760px) {
  .p-price-april__subject-title span {
    font-size: 11px;
  }
}
@media (max-width: 760px) {
  .p-price-april__subject-title {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.p-price-april__subject-group {
  display: flex;
  flex-direction: column;
}
.p-price-april__subject-parent, .p-price-april__subject-parent--pro, .p-price-april__subject-parent--pro-intermediate, .p-price-april__subject-parent--pro-practical, .p-price-april__subject-parent--pro-archive {
  display: flex;
  flex-direction: column;
}
.p-price-april__subject-parent:not(:last-child), .p-price-april__subject-parent--pro:not(:last-child), .p-price-april__subject-parent--pro-intermediate:not(:last-child), .p-price-april__subject-parent--pro-practical:not(:last-child), .p-price-april__subject-parent--pro-archive:not(:last-child) {
  margin-bottom: min(0.8vw, 8px);
}
@media (max-width: 760px) {
  .p-price-april__subject-parent:not(:last-child), .p-price-april__subject-parent--pro:not(:last-child), .p-price-april__subject-parent--pro-intermediate:not(:last-child), .p-price-april__subject-parent--pro-practical:not(:last-child), .p-price-april__subject-parent--pro-archive:not(:last-child) {
    margin-bottom: 8px;
  }
}
.p-price-april__subject-button, .p-price-april__subject-button--pro, .p-price-april__subject-button--pro-archive, .p-price-april__subject-button--pro-intermediate, .p-price-april__subject-button--practical {
  font-size: min(1.8vw, 18px); /* 2vw of 1000px is 20px */
  color: #fff;
  padding: min(1.8vw, 18px) 0 min(1.8vw, 18px) min(2.1vw, 21px); /* 1.55vw of 1000px is 15.5px, 4vw of 1000px is 40px */
  background-color: #ffaaa5;
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-price-april__subject-button--red, .p-price-april__subject-button--pro--red, .p-price-april__subject-button--pro-archive--red, .p-price-april__subject-button--pro-intermediate--red, .p-price-april__subject-button--practical--red {
  background-color: #ff2a2e;
  color: #fff;
}
.p-price-april__subject-button::before, .p-price-april__subject-button::after, .p-price-april__subject-button--pro::before, .p-price-april__subject-button--pro::after, .p-price-april__subject-button--pro-archive::before, .p-price-april__subject-button--pro-archive::after, .p-price-april__subject-button--pro-intermediate::before, .p-price-april__subject-button--pro-intermediate::after, .p-price-april__subject-button--practical::before, .p-price-april__subject-button--practical::after {
  content: "";
  display: block;
  width: min(1vw, 10px); /* 1vw of 1000px is 10px */
  height: 1px; /* Keeping this fixed as it's very small */
  background: #fff;
  position: absolute;
  right: min(2vw, 20px); /* 2vw of 1000px is 20px */
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .p-price-april__subject-button::before, .p-price-april__subject-button::after, .p-price-april__subject-button--pro::before, .p-price-april__subject-button--pro::after, .p-price-april__subject-button--pro-archive::before, .p-price-april__subject-button--pro-archive::after, .p-price-april__subject-button--pro-intermediate::before, .p-price-april__subject-button--pro-intermediate::after, .p-price-april__subject-button--practical::before, .p-price-april__subject-button--practical::after {
    width: 10px;
    height: 1px;
    right: 20px;
  }
}
.p-price-april__subject-button::after, .p-price-april__subject-button--pro::after, .p-price-april__subject-button--pro-archive::after, .p-price-april__subject-button--pro-intermediate::after, .p-price-april__subject-button--practical::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.p-price-april__subject-button.is-active::after, .p-price-april__subject-button--pro.is-active::after, .p-price-april__subject-button--pro-archive.is-active::after, .p-price-april__subject-button--pro-intermediate.is-active::after, .p-price-april__subject-button--practical.is-active::after {
  transform: translateY(-50%) rotate(360deg);
}
.p-price-april__subject-button.is-active::before, .p-price-april__subject-button--pro.is-active::before, .p-price-april__subject-button--pro-archive.is-active::before, .p-price-april__subject-button--pro-intermediate.is-active::before, .p-price-april__subject-button--practical.is-active::before {
  transform: translateY(-50%) rotate(360deg);
}
@media (max-width: 760px) {
  .p-price-april__subject-button, .p-price-april__subject-button--pro, .p-price-april__subject-button--pro-archive, .p-price-april__subject-button--pro-intermediate, .p-price-april__subject-button--practical {
    font-size: 16px;
    padding: 15.5px 0 15.5px 20px; /* 1.55vw of 1000px is 15.5px, 4vw of 1000px is 40px */
  }
}
.p-price-april__subject-child, .p-price-april__subject-child--pro, .p-price-april__subject-child--pro-intermediate, .p-price-april__subject-child--practical, .p-price-april__subject-child--archive {
  display: none;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.p-price-april__subject-child.is-open, .p-price-april__subject-child--pro.is-open, .p-price-april__subject-child--pro-intermediate.is-open, .p-price-april__subject-child--practical.is-open, .p-price-april__subject-child--archive.is-open {
  display: block;
}
.p-price-april__subject-detail-group {
  transition: opacity 0.3s ease-out;
}
.p-price-april__subject-child:not(.is-open) .p-price-april__subject-detail-group, .p-price-april__subject-child--pro:not(.is-open) .p-price-april__subject-detail-group {
  opacity: 0;
}
.p-price-april__subject-detail {
  font-size: min(1.3vw, 13px); /* 1.3vw of 1000px is 13px */
  padding: min(0.8vw, 8px) min(1.4vw, 14px); /* 0.8vw of 1000px is 8px, 1.4vw of 1000px is 14px */
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
}
.p-price-april__subject-detail span {
  font-size: min(1.1vw, 11px); /* 1.1vw of 1000px is 11px */
  color: #888888;
}
@media (max-width: 1080px) {
  .p-price-april__subject-detail span {
    font-size: 11px;
  }
}
@media (max-width: 1080px) {
  .p-price-april__subject-detail {
    font-size: 12px;
    padding: 7px 14px;
  }
}
.p-price-april__consult {
  font-size: min(1.2vw, 12px); /* 1.2vw of 1000px is 12px */
  color: #1a1a1a;
  margin-top: min(4vw, 40px); /* 4vw of 1000px is 40px */
  letter-spacing: 0.1em;
  text-align: left;
}
@media (max-width: 760px) {
  .p-price-april__consult {
    text-align: left;
    margin-top: 21px;
    font-size: 12px;
  }
}

.plus-white::before, .plus-white::after {
  content: "";
  display: block;
  width: min(1vw, 10px); /* 1vw of 1000px is 10px */
  height: 1px; /* Keeping this fixed as it's very small */
  background: #fff !important;
  position: absolute;
  right: min(2vw, 20px); /* 2vw of 1000px is 20px */
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .plus-white::before, .plus-white::after {
    width: 10px;
    height: 1px;
    right: 20px;
  }
}
.plus-white::after {
  transform: translate(0, -50%) rotate(-90deg);
}

.feature-new:last-child {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .feature-new {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.feature-new__base {
  height: 431px;
  position: relative;
}
.feature-new__base:not(:last-child) {
  margin-bottom: 62px;
}
@media (max-width: 760px) {
  .feature-new__base:not(:last-child) {
    margin-bottom: 135px;
  }
}
@media (max-width: 760px) {
  .feature-new__base {
    height: initial;
  }
}
.feature-new__block {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}
.feature-new__block--1 {
  column-gap: 56px;
}
@media (max-width: 1080px) {
  .feature-new__block--1 {
    margin-left: 30px;
    column-gap: 25px;
  }
}
@media (max-width: 760px) {
  .feature-new__block--1 {
    column-gap: 0;
    margin-left: 0;
    row-gap: 35px;
  }
}
.feature-new__block--2 {
  column-gap: 103px;
}
@media (max-width: 1080px) {
  .feature-new__block--2 {
    margin-right: 30px;
    column-gap: 50px;
  }
}
@media (max-width: 760px) {
  .feature-new__block--2 {
    column-gap: 0;
    margin-right: 0;
    row-gap: 15px;
  }
}
.feature-new__block--3 {
  column-gap: 103px;
}
@media (max-width: 1080px) {
  .feature-new__block--3 {
    margin-left: 30px;
    column-gap: 50px;
  }
}
@media (max-width: 760px) {
  .feature-new__block--3 {
    column-gap: 0;
    margin-left: 0;
    row-gap: 15px;
  }
}
@media (max-width: 760px) {
  .feature-new__block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.feature-new__background {
  z-index: -1;
  background-color: #f8f8f8;
  width: 993px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
@media (max-width: 760px) {
  .feature-new__background--1 {
    height: 475px;
    top: 176px;
  }
}
.feature-new__background--2 {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  left: initial;
  right: 0;
}
@media (max-width: 760px) {
  .feature-new__background--2 {
    height: 494px;
    top: 191px;
  }
}
@media (max-width: 760px) {
  .feature-new__background--3 {
    height: 493px;
    top: 192px;
  }
}
.feature-new__background--4 {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  left: initial;
  right: 0;
}
@media (max-width: 760px) {
  .feature-new__background--4 {
    height: 518px;
    top: 207px;
  }
}
@media (max-width: 760px) {
  .feature-new__background {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    left: initial;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .feature-new__background {
    right: -20px;
    width: calc(100% + 20px);
  }
}
.feature-new__letter-group {
  width: 498px;
}
@media (max-width: 1080px) {
  .feature-new__letter-group {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .feature-new__letter-group {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .feature-new__letter-group {
    width: 92%;
  }
}
.feature-new__number {
  width: 60px;
}
@media (max-width: 760px) {
  .feature-new__number {
    position: absolute;
    top: -79px;
    left: -29px;
  }
}
@media (max-width: 760px) {
  .feature-new__number--2 {
    position: absolute;
    top: -69px;
    left: -29px;
  }
}
.feature-new__up {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 25px;
}
@media (max-width: 760px) {
  .feature-new__up {
    position: relative;
  }
}
.feature-new__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 1080px) {
  .feature-new__title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .feature-new__title {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.feature-new__stick {
  margin-bottom: 20px;
  width: 100%;
}
.feature-new__description {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 1080px) {
  .feature-new__description {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .feature-new__description {
    font-size: 14px;
  }
}
.feature-new__description span {
  color: #ff2a2e;
  font-weight: 700;
}
.feature-new__obj {
  width: 645px;
}
.feature-new__obj--2 {
  width: 569px;
  order: -1;
  transform: translateY(15px);
}
@media (max-width: 1080px) {
  .feature-new__obj--2 {
    order: initial;
  }
}
.feature-new__obj--3 {
  width: 565px;
  transform: translateY(15px);
}
@media (max-width: 1080px) {
  .feature-new__obj {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .feature-new__obj {
    width: 305px;
  }
}

.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: 760px) {
  .p-reason-section__kv.__curriculum img, .p-reason-section__kv.__curriculum picture {
    transform: translateY(0);
  }
}
@media (max-width: 760px) {
  .p-reason-section__kv.__support {
    padding-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .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: 760px) {
  .p-reason-section__btn {
    padding-top: 40px;
  }
}
.p-reason-section__btn > * {
  max-width: 314px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .p-reason-section__learning-environment-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    padding-right: 0;
    margin-top: 60px;
  }
}

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

@media (max-width: 760px) {
  .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: 760px) {
  .p-reason-list__list {
    display: flex;
    gap: normal;
    width: 860px;
  }
}

@media (max-width: 760px) {
  .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: 760px) {
  .p-reason-list__desc {
    display: none;
  }
}

.p-kasou-support-feature {
  padding-top: 85px;
  padding-bottom: 76px;
  position: relative;
}
@media (max-width: 760px) {
  .p-kasou-support-feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-kasou-support-feature__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-kasou-support-feature__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-kasou-support-feature__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-kasou-support-feature__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-kasou-support-feature__japanese {
  position: relative;
  letter-spacing: 0.03em;
  z-index: 4;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
}
@media (max-width: 1080px) {
  .p-kasou-support-feature__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-kasou-support-feature__japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}
.p-kasou-support-feature__japanese span {
  color: #ff2a2e;
}
.p-kasou-support-feature__text {
  width: 604px;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-kasou-support-feature__text {
    width: 372px;
    top: 60px;
  }
}
.p-kasou-support-feature__group {
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .p-kasou-support-feature__group {
    flex-direction: column;
    row-gap: 30px;
  }
}
.p-kasou-support-feature__child {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 16px 13px 24px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  width: calc((100% - 40px) / 3);
}
@media (max-width: 760px) {
  .p-kasou-support-feature__child {
    row-gap: 21px;
    border-radius: 5px;
    padding: 0 0 24px;
    width: 100%;
  }
}
.p-kasou-support-feature__img {
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .p-kasou-support-feature__img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 164px;
  }
}
.p-kasou-support-feature__p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .p-kasou-support-feature__p {
    font-size: 17px;
  }
}

.p-kasou-support-schedule {
  background-color: #ff2a2e;
  padding-top: 100px;
  padding-bottom: 109px;
  position: relative;
}
@media (max-width: 760px) {
  .p-kasou-support-schedule {
    padding-top: 60px;
    padding-bottom: 57px;
  }
}
.p-kasou-support-schedule__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #ff494d;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-kasou-support-schedule__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-kasou-support-schedule__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-kasou-support-schedule__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-kasou-support-schedule__japanese {
  position: relative;
  z-index: 4;
  color: #fff;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-kasou-support-schedule__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-kasou-support-schedule__japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}
.p-kasou-support-schedule__japanese span {
  color: #ff2a2e;
}
.p-kasou-support-schedule__text {
  width: 1166px;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-kasou-support-schedule__text {
    width: 380px;
    top: 59px;
  }
}
.p-kasou-support-schedule__img {
  width: 100%;
}

.p-kasou-support-voice {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .p-kasou-support-voice {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.p-kasou-support-voice__text-group {
  margin-bottom: 44px;
  text-align: center;
}
.p-kasou-support-voice__omg {
  display: block;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__omg {
    display: none;
  }
}
.p-kasou-support-voice__omg--sp {
  display: none;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__omg--sp {
    display: block;
  }
}
.p-kasou-support-voice__sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #ff2a2e;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__sub {
    font-size: 12px;
  }
}
.p-kasou-support-voice__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.p-kasou-support-voice__slick {
  margin-right: 24px;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__slick {
    margin-right: 14px;
    display: none !important;
  }
}
.p-kasou-support-voice__slick-sp {
  display: none !important;
}
@media (max-width: 760px) {
  .p-kasou-support-voice__slick-sp {
    margin-right: 14px;
    display: block !important;
  }
}

.p-kasou-support-support {
  background-color: #f6f6f6;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media (max-width: 760px) {
  .p-kasou-support-support {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-kasou-support-support--special {
  background-color: #fff;
  padding-top: 295px;
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .p-kasou-support-support--special {
    padding-top: 175px;
    padding-bottom: 0 !important;
  }
}
.p-kasou-support-support__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-kasou-support-support__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-kasou-support-support__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-kasou-support-support__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-kasou-support-support__japanese {
  position: relative;
  z-index: 4;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-kasou-support-support__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-kasou-support-support__japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}
.p-kasou-support-support__japanese span {
  color: #ff2a2e;
}
.p-kasou-support-support__text {
  width: 628px;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-kasou-support-support__text {
    width: 386px;
    top: 58px;
  }
}
.p-kasou-support-support__text--special {
  top: 120px;
}
.p-kasou-support-support__child {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #ff2a2e;
}
.p-kasou-support-support__child--special {
  margin-bottom: 144px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__child--special {
    margin-bottom: 60px;
  }
}
.p-kasou-support-support__child--special-2 {
  margin-bottom: 75px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__child--special-2 {
    margin-bottom: 40px;
  }
}
.p-kasou-support-support__up {
  background-color: #ff2a2e;
  position: relative;
  padding-top: 23px;
  padding-bottom: 21px;
  width: 100%;
  text-align: center;
}
@media (max-width: 760px) {
  .p-kasou-support-support__up {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.p-kasou-support-support__up-number {
  width: 107px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 60px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__up-number {
    width: 32px;
    left: 20px;
  }
}
.p-kasou-support-support__obj {
  width: 53px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__obj {
    display: none;
  }
}
.p-kasou-support-support__up-group {
  text-align: center;
}
@media (max-width: 760px) {
  .p-kasou-support-support__up-group {
    text-align: left;
    padding-left: 78px;
  }
}
.p-kasou-support-support__up-small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 760px) {
  .p-kasou-support-support__up-small {
    font-size: 12px;
  }
}
.p-kasou-support-support__up-big {
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .p-kasou-support-support__up-big {
    font-size: 20px;
  }
}
.p-kasou-support-support__down {
  text-align: center;
}
.p-kasou-support-support__down--1 {
  padding-top: 50px;
  padding-bottom: 110px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__down--1 {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}
.p-kasou-support-support__down--special-1 {
  padding-bottom: 44px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__down--special-1 {
    padding-bottom: 40px;
  }
}
.p-kasou-support-support__down--2 {
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 52px;
  padding-right: 52px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__down--2 {
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
.p-kasou-support-support__down--3 {
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 52px;
  padding-right: 52px;
}
@media (max-width: 760px) {
  .p-kasou-support-support__down--3 {
    padding-top: 38px;
    padding-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
.p-kasou-support-support__graph {
  width: 802px;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 1080px) {
  .p-kasou-support-support__graph {
    width: 700px;
  }
}
@media (max-width: 640px) {
  .p-kasou-support-support__graph {
    width: 309px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
}
.p-kasou-support-support__title-group {
  text-align: center;
  position: relative;
}
.p-kasou-support-support__title {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff2a2e;
  letter-spacing: 0.09em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
.p-kasou-support-support__title span {
  color: #ff2a2e;
}
@media (max-width: 640px) {
  .p-kasou-support-support__title {
    font-size: 18px;
    padding-bottom: 4px;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .p-kasou-support-support__title--2 {
    border-bottom: none;
  }
}
.p-kasou-support-support__title-red {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 273px;
  top: 32px;
}
.p-kasou-support-support__sub-title {
  letter-spacing: 0.09em;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .p-kasou-support-support__sub-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-kasou-support-support__ill-group {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 53px;
}
@media (max-width: 1080px) {
  .p-kasou-support-support__ill-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .p-kasou-support-support__ill-group {
    margin-top: 12px;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
    margin-bottom: 30px;
  }
}
.p-kasou-support-support__ill-child {
  width: 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 10px 22px;
  row-gap: 13px;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
}
@media (max-width: 640px) {
  .p-kasou-support-support__ill-child {
    width: 150px;
    padding: 18px 10px 17px;
    row-gap: 10px;
  }
}
.p-kasou-support-support__ill {
  width: 78px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .p-kasou-support-support__ill {
    width: 56px;
  }
}
.p-kasou-support-support__ill-text {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}
.p-kasou-support-support__ill-text span {
  color: #ff2a2e;
}
@media (max-width: 640px) {
  .p-kasou-support-support__ill-text {
    font-size: 10px;
  }
}
.p-kasou-support-support__movie-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 31px;
  margin-bottom: 103px;
}
@media (max-width: 640px) {
  .p-kasou-support-support__movie-group {
    row-gap: 29.5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.p-kasou-support-support__movie-group--special {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .p-kasou-support-support__movie-group--special {
    margin-bottom: 0;
  }
}
.p-kasou-support-support__movie-text {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.88;
  text-align: left;
  width: 431px;
}
.p-kasou-support-support__movie-text span {
  font-weight: 700;
}
@media (max-width: 1080px) {
  .p-kasou-support-support__movie-text {
    width: 300px;
  }
}
@media (max-width: 640px) {
  .p-kasou-support-support__movie-text {
    font-size: 14px;
  }
}
.p-kasou-support-support__video-container {
  position: relative;
  display: inline-block;
  width: 437px;
}
@media (max-width: 640px) {
  .p-kasou-support-support__video-container {
    width: 100%;
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}
.p-kasou-support-support__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1080px) {
  .p-kasou-support-support__thumbnail {
    object-fit: fill;
  }
}
@media (max-width: 640px) {
  .p-kasou-support-support__thumbnail {
    object-fit: cover;
  }
}
.p-kasou-support-support__play-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  font-size: 41px;
  color: white;
  border: none;
  cursor: pointer;
}
.p-kasou-support-support__video {
  display: none;
  width: 100%;
  height: auto;
}
.p-kasou-support-support__teacher-img {
  margin-top: 52px;
  padding-right: 67px;
  padding-left: 67px;
  width: 100%;
}
@media (max-width: 640px) {
  .p-kasou-support-support__teacher-img {
    margin-top: 29px;
    padding-right: 39px;
    padding-left: 39px;
  }
}
.p-kasou-support-support__sub {
  padding-top: 82px;
  padding-bottom: 204px;
}
@media (max-width: 640px) {
  .p-kasou-support-support__sub {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.p-kasou-support-support__sub--special {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  .p-kasou-support-support__sub--special {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-kasou-support-support__down-title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media (max-width: 640px) {
  .p-kasou-support-support__down-title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.p-kasou-support-support__center {
  margin-bottom: 56px;
  width: 684px;
}
@media (max-width: 640px) {
  .p-kasou-support-support__center {
    margin-bottom: 30px;
    margin-top: 15px;
    width: 100%;
  }
}
.p-kasou-support-support__detail-ex {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 640px) {
  .p-kasou-support-support__detail-ex {
    font-size: 14px;
    line-height: 1.75;
  }
}

.p-cari-strong {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow-x: hidden;
  background-color: #f6f6f6;
}
@media (max-width: 760px) {
  .p-cari-strong {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-cari-strong__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-cari-strong__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-cari-strong__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-cari-strong__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-cari-strong__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-cari-strong__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-cari-strong__japanese {
    font-size: 24px;
    margin-top: -9px;
  }
}
.p-cari-strong__japanese span {
  color: #ff2a2e;
}
.p-cari-strong__text {
  width: 892px;
  margin: 0 auto;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-cari-strong__text {
    width: 494px;
    top: 60px;
  }
}
.p-cari-strong__group {
  margin-bottom: 43px;
}
.p-cari-strong__child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 56px;
}
@media (max-width: 760px) {
  .p-cari-strong__child {
    position: relative;
  }
}
.p-cari-strong__child:not(:last-child) {
  margin-bottom: 95px;
}
@media (max-width: 760px) {
  .p-cari-strong__child:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-cari-strong__img {
  max-width: 464px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media (max-width: 760px) {
  .p-cari-strong__img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 132px;
  }
}
.p-cari-strong__text-block {
  max-width: 480px;
  text-align: left;
}
@media (max-width: 760px) {
  .p-cari-strong__text-block {
    text-align: center;
  }
}
.p-cari-strong__number {
  margin-bottom: 10px;
  color: #ff2a2e;
  font-family: "din-2014", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .p-cari-strong__number {
    font-size: 50px;
  }
}
.p-cari-strong__title {
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.428;
}
@media (max-width: 760px) {
  .p-cari-strong__title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.p-cari-strong__sub {
  margin-bottom: 20px;
  color: #ff2a2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media (max-width: 760px) {
  .p-cari-strong__sub {
    font-size: 15px;
    margin-bottom: 258px;
  }
}
.p-cari-strong__explain {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 760px) {
  .p-cari-strong__explain {
    font-size: 14px;
    text-align: left;
  }
}
.p-cari-strong__theme-group {
  display: flex;
  flex-direction: row;
  column-gap: 21px;
}
@media (max-width: 760px) {
  .p-cari-strong__theme-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 15px;
  }
}
.p-cari-strong__box {
  width: 145px;
  height: 44px;
  border: 1px solid #ff2a2e;
  background-color: #fff;
  color: #ff2a2e;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-cari-strong__diagram {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .p-cari-strong__diagram {
    width: 100%;
    line-height: 1.6;
  }
}

.p-cari-cari {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .p-cari-cari {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .p-cari-cari--special {
    padding-top: 68px !important;
  }
}
.p-cari-cari__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-cari-cari__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-cari-cari__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-cari-cari__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-cari-cari__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-cari-cari__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__japanese {
    font-size: 24px;
    margin-top: 4px;
  }
}
.p-cari-cari__japanese span {
  color: #ff2a2e;
}
.p-cari-cari__text {
  width: 892px;
  margin: 0 auto;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-cari-cari__text {
    width: 542px;
    top: 70px;
  }
}
.p-cari-cari__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.02em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .p-cari-cari__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.p-cari-cari__button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 19px;
  margin-bottom: 43px;
}
@media (max-width: 760px) {
  .p-cari-cari__button-group {
    margin-bottom: 28px;
    column-gap: 10px;
  }
}
.p-cari-cari__wrap {
  background-color: #ff2a2e;
  padding-top: 51px;
  padding-bottom: 40px;
}
@media (max-width: 760px) {
  .p-cari-cari__wrap {
    padding-top: 31px;
    padding-bottom: 13px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 15px;
  }
}
.p-cari-cari__swiper-wrap {
  padding-bottom: 75px;
  margin-left: -500px;
}
@media (max-width: 1400px) {
  .p-cari-cari__swiper-wrap {
    margin-left: -400px;
  }
}
@media (max-width: 1080px) {
  .p-cari-cari__swiper-wrap {
    margin-left: -200px;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper-wrap {
    padding-bottom: 56px;
    margin-left: 0;
  }
}
.p-cari-cari__button {
  border-radius: 55px;
  border: 1px solid #fff;
  background-color: #ff2a2e;
  color: #fff;
  transform: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding-right: 28px;
  padding-left: 28px;
}
@media (max-width: 760px) {
  .p-cari-cari__button span {
    display: none;
  }
}
.p-cari-cari__button:active {
  background-color: #fff;
  color: #ff2a2e;
}
.p-cari-cari__button:hover {
  opacity: 0.7;
  transform: all 0.3s;
}
@media (max-width: 760px) {
  .p-cari-cari__button {
    font-size: 13px;
    height: 31px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.p-cari-cari__swiper-scroll {
  display: none !important;
}
@media (max-width: 760px) {
  .p-cari-cari__swiper-scroll {
    display: block !important;
    bottom: 38px !important;
  }
}

.swiper-slide-hidden {
  display: none;
}

/* 前へ次への矢印カスタマイズ */
.p-cari-cari__swiper .swiper-button-prev3,
.p-cari-cari__swiper .swiper-button-next3 {
  height: 34px !important;
  width: 34px !important;
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-prev3,
  .p-cari-cari__swiper .swiper-button-next3 {
    height: 25px !important;
    width: 25px !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.p-cari-cari__swiper .swiper-button-prev3::after,
.p-cari-cari__swiper .swiper-button-next3::after {
  height: 34px !important;
  width: 34px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "" !important;
  display: inline-block;
  margin: auto !important;
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-prev3::after,
  .p-cari-cari__swiper .swiper-button-next3::after {
    height: 25px !important;
    width: 25px !important;
  }
}

/* 前への矢印カスタマイズ */
.p-cari-cari__swiper .swiper-button-prev3 {
  bottom: 0;
  right: 15% !important;
  left: initial !important;
  top: initial !important;
}
@media (max-width: 1400px) {
  .p-cari-cari__swiper .swiper-button-prev3 {
    right: 6% !important;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-prev3 {
    bottom: 15px !important;
    left: 10px !important;
  }
}

.p-cari-cari__swiper .swiper-button-next3 {
  bottom: 0;
  right: 10% !important;
  left: initial !important;
  top: initial !important;
}
@media (max-width: 1400px) {
  .p-cari-cari__swiper .swiper-button-next3 {
    right: 2% !important;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-next3 {
    bottom: 15px !important;
    right: 10px !important;
  }
}

.p-cari-cari__swiper .swiper-button-prev3::after {
  background-image: url("https://digital-hacks.jp/_assets/img/curriculum-new/cari/prev.svg") !important;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1080px) {
  .p-cari-cari__swiper .swiper-button-prev3::after {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-prev3::after {
    display: block !important;
  }
}

/* 次への矢印カスタマイズ */
.p-cari-cari__swiper .swiper-button-next3::after {
  background-image: url("https://digital-hacks.jp/_assets/img/curriculum-new/cari/next.svg") !important;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1080px) {
  .p-cari-cari__swiper .swiper-button-next3::after {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .swiper-button-next3::after {
    display: block !important;
  }
}

.p-cari-cari__swiper .p-cari-cari__swiper-scroll {
  background-color: #fff !important;
  height: 3px !important;
  max-width: 937px;
  width: 937px;
  display: block !important;
  left: 48% !important;
  bottom: 15px !important;
}
@media (max-width: 1080px) {
  .p-cari-cari__swiper .p-cari-cari__swiper-scroll {
    width: 700px;
    left: 50% !important;
  }
}
@media (max-width: 760px) {
  .p-cari-cari__swiper .p-cari-cari__swiper-scroll {
    max-width: 258px;
    width: 257px;
    left: 50% !important;
    bottom: 25px !important;
  }
}

.p-cari-cari__swiper .swiper-scrollbar-drag {
  background-color: #212121 !important;
}

.p-cari-point {
  padding-top: 80px;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  .p-cari-point {
    background-color: #212121;
  }
}
@media (max-width: 760px) {
  .p-cari-point {
    padding-top: 97.6px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.p-cari-point__bg {
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .p-cari-point__bg {
    display: none;
  }
}
.p-cari-point__title {
  margin-bottom: 74px;
  width: 606px;
}
@media (max-width: 1080px) {
  .p-cari-point__title {
    width: 478px;
  }
}
@media (max-width: 760px) {
  .p-cari-point__title {
    width: 316px;
    margin: 0 auto;
    margin-bottom: 43px;
  }
}
.p-cari-point__point {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 325px;
}
@media (max-width: 1080px) {
  .p-cari-point__point {
    width: 243px;
  }
}
@media (max-width: 760px) {
  .p-cari-point__point {
    top: 20px;
    width: 142px;
  }
}
.p-cari-point__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 71px;
}
@media (max-width: 1080px) {
  .p-cari-point__group {
    column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-cari-point__object {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.p-cari-point__left {
  max-width: 438px;
}
.p-cari-point__right {
  max-width: 536px;
}

.p-cari-skill__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-cari-skill__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-cari-skill__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-cari-skill__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-cari-skill__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-cari-skill__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-cari-skill__japanese {
    font-size: 24px;
    margin-top: 3px;
  }
}
.p-cari-skill__japanese span {
  color: #ff2a2e;
}
.p-cari-skill__description {
  margin-bottom: 130px !important;
  text-align: left !important;
}
@media (max-width: 760px) {
  .p-cari-skill__description {
    margin-bottom: 40px !important;
  }
}

.p-community-feature {
  position: relative;
  overflow-x: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .p-community-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-community-feature__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-community-feature__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-community-feature__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-community-feature__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-community-feature__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-community-feature__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-community-feature__japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}
.p-community-feature__japanese span {
  color: #ff2a2e;
}
@media (max-width: 1280px) {
  .p-community-feature__container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .p-community-feature__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.p-community-feature__wrap {
  margin-top: 30px;
}
.p-community-feature__child {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 66px;
  position: relative;
  justify-content: center;
}
.p-community-feature__child--1 {
  margin-bottom: 80px;
}
@media (max-width: 760px) {
  .p-community-feature__child--1 {
    margin-bottom: 30px;
  }
}
.p-community-feature__child--3 {
  margin-top: 119px;
}
@media (max-width: 760px) {
  .p-community-feature__child--3 {
    margin-top: 60px;
  }
}
@media (max-width: 1080px) {
  .p-community-feature__child {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-community-feature__red-carpet {
  max-height: 373px;
  height: 100%;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: -1;
  width: 37%;
}
.p-community-feature__red-carpet--special {
  top: 43px;
  right: 0;
  z-index: -1;
  width: 37%;
  left: initial;
}
.p-community-feature__red-carpet--3 {
  top: 43px;
}
@media (max-width: 1080px) {
  .p-community-feature__red-carpet {
    display: none;
  }
}
.p-community-feature__img--1 {
  width: 600px;
}
@media (max-width: 1280px) {
  .p-community-feature__img--1 {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .p-community-feature__img--1 {
    width: 350px;
  }
}
@media (max-width: 760px) {
  .p-community-feature__img--1 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-community-feature__img--2 {
  width: 600px;
}
@media (max-width: 1280px) {
  .p-community-feature__img--2 {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .p-community-feature__img--2 {
    width: 350px;
  }
}
@media (max-width: 760px) {
  .p-community-feature__img--2 {
    width: 100%;
    margin-bottom: 13px;
  }
}
.p-community-feature__letter-group {
  text-align: left;
  max-width: 574px;
}
.p-community-feature__letter-group--special {
  max-width: 586px;
}
@media (max-width: 760px) {
  .p-community-feature__letter-group {
    text-align: center;
  }
}
.p-community-feature__img-text {
  width: 550px;
  margin-bottom: 11px;
}
@media (max-width: 760px) {
  .p-community-feature__img-text {
    width: 310px;
    margin: 0 auto;
    margin-bottom: -7px;
  }
}
.p-community-feature__title {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
}
.p-community-feature__title--1 {
  margin-bottom: 24px;
}
.p-community-feature__title--2 {
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .p-community-feature__title {
    font-size: 18px;
    text-align: center;
  }
}
.p-community-feature__yellow {
  margin-bottom: 27px;
  font-size: 25px;
  font-weight: 700;
  color: #ffbe23;
}
@media (max-width: 760px) {
  .p-community-feature__yellow {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-community-feature__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
@media (max-width: 1280px) {
  .p-community-feature__description {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .p-community-feature__description {
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.community-swiper {
  height: 262px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1280px) {
  .community-swiper {
    height: 222px;
  }
}
@media (max-width: 760px) {
  .community-swiper {
    margin-bottom: 3px;
  }
}

.swiper-paginations {
  text-align: center;
  position: absolute;
  top: 230px !important;
}
@media (max-width: 1280px) {
  .swiper-paginations {
    top: 190px !important;
  }
}
@media (max-width: 760px) {
  .swiper-paginations {
    top: 165px !important;
  }
}

.swiper-paginations .swiper-pagination-bullet {
  background-color: #ffe6e6 !important;
}

.swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2a2e !important;
}

.p-community-community {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 760px) {
  .p-community-community {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 760px) {
  .p-community-community--special {
    padding-top: 208px;
  }
}
.p-community-community__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-community-community__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-community-community__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-community-community__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-community-community__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-community-community__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-community-community__japanese {
    font-size: 24px;
    margin-top: -6px;
  }
}
.p-community-community__japanese span {
  color: #ff2a2e;
}
.p-community-community__img {
  width: 329px;
}
@media (max-width: 1080px) {
  .p-community-community__img {
    width: 240px;
  }
}
@media (max-width: 760px) {
  .p-community-community__img {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .p-community-community__img--special {
    width: 100%;
    box-shadow: 5px 5px 8px rgba(193, 193, 193, 0.6);
    border-radius: 8px;
  }
}
.p-community-community__text {
  width: 802px;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-community-community__text {
    width: 376px;
    top: 83px;
  }
}
.p-community-community__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  margin-bottom: 76px;
}
@media (max-width: 760px) {
  .p-community-community__group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 760px) {
  .p-community-community__group--special {
    margin-bottom: 12px;
  }
}
.p-community-community__wrappers {
  text-align: right;
}
.p-community-community__kome {
  font-size: 12px;
  display: none;
}
@media (max-width: 760px) {
  .p-community-community__kome {
    display: block;
    line-height: 1.5;
    color: #212121;
  }
}
.p-community-community__bnr {
  width: 100%;
}
.p-community-community__bnr--special {
  margin-top: 20px;
  width: 100%;
  box-shadow: 5px 5px 8px rgba(193, 193, 193, 0.6);
}

.p-community-event {
  background-color: #f6f6f6;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
@media (max-width: 760px) {
  .p-community-event {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.p-community-event__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-community-event__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-community-event__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-community-event__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-community-event__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-community-event__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-community-event__japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}
.p-community-event__japanese span {
  color: #ff2a2e;
}
.p-community-event__text {
  width: 520px;
  margin: 0 auto;
  margin-bottom: 37px;
}
@media (max-width: 760px) {
  .p-community-event__text {
    width: 266px;
    margin-bottom: 33px;
  }
}
.p-community-event__swiper-img {
  max-width: 750px;
  width: 100%;
}
.p-community-event__swiper .swiper-wrapper {
  padding-bottom: 62px;
}

.swiper-paginationss {
  text-align: center;
  position: absolute;
  top: 1099px !important;
  height: 30px;
}
@media (max-width: 760px) {
  .swiper-paginationss {
    top: 368px !important;
  }
}

.swiper-paginationss .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.p-voice-interview {
  overflow-x: hidden;
  padding-top: 90px;
  padding-bottom: 89px;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 760px) {
  .p-voice-interview {
    padding-top: 80px;
    padding-bottom: 16px;
  }
}
.p-voice-interview__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-voice-interview__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-voice-interview__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-voice-interview__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-voice-interview__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-voice-interview__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-voice-interview__japanese {
    font-size: 24px;
    margin-top: 3px;
  }
}
.p-voice-interview__japanese span {
  color: #ff2a2e;
}
.p-voice-interview__text {
  width: 720px;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-voice-interview__text {
    width: 444px;
    top: 60px;
  }
}
.p-voice-interview__description {
  max-width: 1000px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .p-voice-interview__description {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.65;
    margin-bottom: 40px;
  }
}
.p-voice-interview__swiper-scroll {
  display: none !important;
}
@media (max-width: 760px) {
  .p-voice-interview__swiper-scroll {
    display: block !important;
    bottom: 38px !important;
  }
}
@media (max-width: 760px) {
  .p-voice-interview__swiper-wrap {
    padding-bottom: 76px;
  }
}
.p-voice-interview__swiper-slide {
  transition: all 0.3s;
}
.p-voice-interview__swiper-slide:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-voice-interview__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  column-gap: 20px;
  margin-top: 16px;
  transition: all 0.3s;
}
.p-voice-interview__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .p-voice-interview__button {
    display: none;
  }
}
.p-voice-interview__letter {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #707070;
}
.p-voice-interview__arrow {
  width: 8.32px;
}

.p-voice-review {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 760px) {
  .p-voice-review {
    padding-top: 80px;
    padding-bottom: 62px;
  }
}
.p-voice-review__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: min(186px, 18.6vw);
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap; /* 改行を防ぐ */
  text-align: center; /* 中央寄せ */
  overflow: visible; /* はみ出しても表示 */
  line-height: 1; /* 高さ調整 */
  margin: 0 auto; /* 水平中央寄せ */
  position: absolute; /* 中央揃えのため */
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  transform: translate(-50%, -50%); /* 完全に中央へ移動 */
  z-index: 0;
}
@media (max-width: 760px) {
  .p-voice-review__h2 {
    font-family: adobe-arabic, sans-serif;
    font-size: 108px;
  }
}
.p-voice-review__title-group {
  position: relative;
  text-align: center; /* 子要素の中央揃え */
  overflow: hidden; /* スクロールを防止 */
  height: 125px;
  margin-bottom: min(28px, 2.8vw);
}
@media (max-width: 760px) {
  .p-voice-review__title-group {
    margin-bottom: 33px;
    height: 70px;
  }
}
.p-voice-review__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: min(8px, 0.8vw);
  font-size: min(40px, 4vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .p-voice-review__japanese {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .p-voice-review__japanese {
    font-size: 24px;
    margin-top: 3px;
  }
}
.p-voice-review__japanese span {
  color: #ff2a2e;
}
.p-voice-review__text {
  width: 512px;
  top: 173px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 760px) {
  .p-voice-review__text {
    width: 316px;
    top: 60px;
  }
}
.p-voice-review__mouth {
  width: 100%;
}
.p-voice-review__mouth:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .p-voice-review__mouth:not(:last-child) {
    margin-bottom: 30px;
  }
}
.swiper-scrollbar {
  background-color: #fff !important;
  height: 3px !important;
  max-width: 258px;
  width: 258px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: initial !important;
}

.swiper-scrollbar-drag {
  background-color: #ff2a2e !important;
}

/* 前へ次への矢印カスタマイズ */
.p-voice-interview__swiper .swiper-button-prev2,
.p-voice-interview__swiper .swiper-button-next2 {
  height: 25px !important;
  width: 25px !important;
  display: none !important;
}
@media (max-width: 760px) {
  .p-voice-interview__swiper .swiper-button-prev2,
  .p-voice-interview__swiper .swiper-button-next2 {
    display: block !important;
  }
}

/* 前へ次への矢印カスタマイズ */
@media (max-width: 760px) {
  .p-voice-interview__swiper .swiper-button-prev2::after,
  .p-voice-interview__swiper .swiper-button-next2::after {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    height: 25px !important;
    margin: auto !important;
    width: 25px !important;
    display: inline-block;
  }
}

/* 前への矢印カスタマイズ */
@media (max-width: 760px) {
  .p-voice-interview__swiper .swiper-button-prev2::after {
    background-image: url("https://digital-hacks.jp/_assets/img/voice-new/interview/next.svg") !important;
    bottom: -144px;
    position: absolute;
  }
}

/* 次への矢印カスタマイズ */
@media (max-width: 760px) {
  .p-voice-interview__swiper .swiper-button-next2::after {
    background-image: url("https://digital-hacks.jp/_assets/img/voice-new/interview/prev.svg") !important;
    bottom: -144px;
    position: absolute;
  }
}

.kasou {
  padding-top: 85px;
}
@media (max-width: 760px) {
  .kasou {
    padding-top: 49px;
  }
}
.kasou__container {
  max-width: 1030px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.kasou__container2 {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.kasou__top {
  padding-top: 98px;
  padding-bottom: 106px;
}
@media (max-width: 760px) {
  .kasou__top {
    padding-top: 123px;
    padding-bottom: 123px;
  }
}
.kasou__top--support {
  background: url(https://digital-hacks.jp/_assets/img/kasou/top-support.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .kasou__top--support {
    background: url(https://digital-hacks.jp/_assets/img/kasou/top-support-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
}
.kasou__top--community {
  background: url(https://digital-hacks.jp/_assets/img/kasou/top-community.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .kasou__top--community {
    background: url(https://digital-hacks.jp/_assets/img/kasou/top-community-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
}
.kasou__top--voice {
  background: url(https://digital-hacks.jp/_assets/img/kasou/top-voice.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .kasou__top--voice {
    background: url(https://digital-hacks.jp/_assets/img/kasou/top-voice-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
}
.kasou__top--cari {
  background: url(https://digital-hacks.jp/_assets/img/kasou/top-cari.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .kasou__top--cari {
    background: url(https://digital-hacks.jp/_assets/img/kasou/top-cari-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
}
.kasou__group {
  text-align: center;
}
.kasou__japanese {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 21px;
}
@media (max-width: 760px) {
  .kasou__japanese {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.kasou__english {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "din-2014", sans-serif;
}
@media (max-width: 760px) {
  .kasou__english {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1px;
  }
}

.p-kasou-ctr3 {
  background: url(https://digital-hacks.jp/_assets/img/kasou/bg-reservation.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 760px) {
  .p-kasou-ctr3 {
    background: url(https://digital-hacks.jp/_assets/img/kasou/bg-reservation-sp.png);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.p-kasou-ctr3__wrap {
  text-align: center;
}
.p-kasou-ctr3__up {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 760px) {
  .p-kasou-ctr3__up {
    display: none;
  }
}
.p-kasou-ctr3__text-sp {
  width: 283px;
  margin: 0 auto;
  margin-bottom: 27px;
}
@media (max-width: 760px) {
  .p-kasou-ctr3__text-sp {
    display: none !important;
  }
}
.p-kasou-ctr3__h3 {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 760px) {
  .p-kasou-ctr3__h3 {
    font-size: 28px;
    text-align: center;
    max-width: 314px;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.p-kasou-ctr3__img {
  width: 283px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .p-kasou-ctr3__img {
    width: 238px;
    display: none;
  }
}

.p-kasou-contact {
  padding-top: 94px;
  padding-bottom: 89px;
  position: relative;
  background: url(https://digital-hacks.jp/_assets/img/kasou/bg.png);
  background-size: cover;
  background-image: center;
  background-repeat: none;
  margin-bottom: -100px;
}
@media (max-width: 1080px) {
  .p-kasou-contact {
    background: none;
  }
}
@media (max-width: 760px) {
  .p-kasou-contact {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}
.p-kasou-contact__text {
  width: 571px;
  margin: 0 auto;
  margin-bottom: 55px;
}
@media (max-width: 760px) {
  .p-kasou-contact__text {
    margin-bottom: 44px;
    width: 96px;
  }
}
.p-kasou-contact__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 35px;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .p-kasou-contact__arrow {
    width: 20px;
    top: -40px;
  }
}
.p-kasou-contact__icon {
  width: 19px;
  height: 19px;
  transform: translateY(3px);
}
.p-kasou-contact__icon--special {
  height: 19px;
  transform: translateY(3px);
}
.p-kasou-contact__sp-group {
  flex-direction: column;
  justify-content: center;
  row-gap: 14px;
  display: none;
}
@media (max-width: 760px) {
  .p-kasou-contact__sp-group {
    display: flex;
    margin-bottom: 34px;
  }
}
.p-kasou-contact__li {
  display: flex;
  flex-direction: row;
  column-gap: 7.8px;
}
.p-kasou-contact__texts {
  line-height: 1.45;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
}
.p-kasou-contact__group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 29px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .p-kasou-contact__group {
    display: none !important;
  }
}
.p-kasou-contact__img-sp-only {
  display: none;
}
@media (max-width: 1080px) {
  .p-kasou-contact__img-sp-only {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 22px;
    display: block;
  }
}
.p-kasou-contact__child {
  text-align: center;
}
.p-kasou-contact__img {
  width: 314px;
  margin-bottom: 18px;
  height: 196px;
  border-radius: 11px;
}
.p-kasou-contact__number {
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  color: #ff2a2e;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  font-weight: 700;
}
.p-kasou-contact__title {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-kasou-contact__description {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.02em;
  max-width: 290px;
  margin: 0 auto;
}
.p-kasou-contact__container {
  text-align: center;
}

.is-md-show2 {
  display: none !important;
}
@media (max-width: 1080px) {
  .is-md-show2 {
    display: flex !important;
  }
}

@media (max-width: 1080px) {
  .strong-hide {
    display: none !important;
  }
}

.strong-display {
  display: none !important;
}
@media (max-width: 1080px) {
  .strong-display {
    display: block !important;
  }
}

.p-new-plan {
  background-color: #fff;
  padding-top: min(10vw, 110px); /* 11vw of 1000px is 110px */
  padding-bottom: min(13.8vw, 155px); /* 15.5vw of 1000px is 155px */
}
@media (max-width: 849px) {
  .p-new-plan {
    padding-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .p-new-plan {
    padding-top: 58px;
    padding-bottom: 61px;
  }
}
.p-new-plan__title-group {
  text-align: center;
  width: min(35.8vw, 358px); /* 35.8vw of 1000px is 358px */
  margin: 0 auto;
  margin-bottom: min(4.7vw, 47px); /* 4.7vw of 1000px is 47px */
}
@media (max-width: 760px) {
  .p-new-plan__title-group {
    width: 238px;
    margin-bottom: 22px;
  }
}
.p-new-plan__logo {
  width: 100%;
}

body.page-sub .new-container-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 849px) {
  body.page-sub .new-container-1 {
    max-width: 640px;
  }
}
@media (max-width: 760px) {
  body.page-sub .new-container-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-sub .new-container-11 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  width: 100%;
  color: #212121 !important;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-sub .new-container-15 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-sub .new-container-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-sub .new-container-155 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-sub .new-container-155 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 760px) {
  body.page-sub .new-container-155 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-sub .new-container-16 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-sub .new-container-16 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 760px) {
  body.page-sub .new-container-16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 380px) {
  body.page-sub .new-container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-sub .new-container-151 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-sub .new-container-151 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-sub .new-container-152 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-left: 55px;
  padding-right: 55px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 849px) {
  body.page-sub .new-container-152 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 760px) {
  body.page-sub .new-container-152 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-sub .new-container-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1202px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 760px) {
  body.page-sub .new-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-sub .new-container-25 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1202px;
  width: 100%;
  color: #212121 !important;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-sub .new-container-3 {
  margin-left: auto;
  width: 100%;
  color: #212121 !important;
  max-width: 1000px;
  margin-right: auto;
}
body.page-sub .new-container-3.is-scrolling {
  max-width: none;
}
@media (max-width: 760px) {
  body.page-sub .new-container-3 {
    padding-left: 15px;
    padding-right: 0;
  }
}
body.page-sub .animation-button {
  animation: button-anime 2s linear infinite;
}
@keyframes button-anime {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body.page-sub .text-decoration-underline {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.p-new-ctr-2 {
  overflow-x: hidden;
  background: url(https://digital-hacks.jp/_assets/img/index-new/ctr2/bg-reservation.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  padding-top: 136px;
  padding-bottom: 64.3px;
  position: relative;
}
@media (max-width: 760px) {
  .p-new-ctr-2 {
    background: url(https://digital-hacks.jp/_assets/img/index-new/ctr2/bg-reservation-sp.png);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    width: 100%;
    padding-top: 101px;
    padding-bottom: 49px;
    overflow-x: hidden;
  }
}
.p-new-ctr-2__title-group {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 846px;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media (max-width: 760px) {
  .p-new-ctr-2__title-group {
    width: 352px;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-new-ctr-2__logo {
  width: 100%;
}
.p-new-ctr-2__upper {
  position: relative;
  text-align: center;
}
.p-new-ctr-2__reservation {
  width: 918px;
  height: 102px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .p-new-ctr-2__reservation {
    width: 424px;
    height: 53px;
  }
}
.p-new-ctr-2__30 {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .p-new-ctr-2__30 {
    top: 18px;
    font-size: 16px;
  }
}
.p-new-ctr-2__button {
  margin: 0 auto;
  transition: all 0.3s;
}
.p-new-ctr-2__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .p-new-ctr-2__button {
    margin-top: 0 !important;
  }
}

.p-new-skill {
  padding-top: 118px;
  padding-bottom: 121px;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .p-new-skill {
    padding-top: 159px;
    padding-bottom: 80px;
  }
}
.p-new-skill__title-group {
  text-align: center;
  width: 376px;
  margin: 0 auto;
  margin-bottom: 23px;
}
@media (max-width: 760px) {
  .p-new-skill__title-group {
    width: 232px;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 21.6px;
  }
}
.p-new-skill__logo {
  width: 100%;
}
.p-new-skill__description {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .p-new-skill__description {
    font-size: 14px;
    margin-bottom: 40.4px;
    text-align: left;
    margin-top: -10px;
    letter-spacing: 0.05em;
  }
}
.p-new-skill__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .p-new-skill__group {
    justify-content: center;
    column-gap: 10px;
  }
}
@media (max-width: 760px) {
  .p-new-skill__group {
    justify-content: space-between;
    row-gap: 13px;
    margin-bottom: 40px;
  }
}
.p-new-skill__child {
  width: 320px;
  height: 78px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.07);
  padding-left: 37px;
  font-weight: 500;
  font-size: 20px;
}
.p-new-skill__child--pink {
  border-left: 12px solid #ffaaa5;
}
@media (max-width: 760px) {
  .p-new-skill__child--pink {
    border-left: 7px solid #ffaaa5;
  }
}
.p-new-skill__child--yellow {
  border-left: 12px solid #ffbe23;
}
@media (max-width: 760px) {
  .p-new-skill__child--yellow {
    border-left: 7px solid #ffbe23;
  }
}
.p-new-skill__child--red {
  border-left: 12px solid #ff2a2e;
}
@media (max-width: 760px) {
  .p-new-skill__child--red {
    border-left: 7px solid #ff2a2e;
  }
}
@media (max-width: 1080px) {
  .p-new-skill__child {
    font-size: 15px;
    width: 300px;
  }
}
@media (max-width: 760px) {
  .p-new-skill__child {
    width: 48%;
    padding-left: 11px;
    font-size: 11px;
    height: 40px;
    min-width: 160px;
    border-radius: 5px;
  }
}
.p-new-skill__category-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
@media (max-width: 760px) {
  .p-new-skill__category-group {
    column-gap: 30px;
  }
}
.p-new-skill__category-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 760px) {
  .p-new-skill__category-child {
    column-gap: 7px;
  }
}
.p-new-skill__category-block {
  content: "";
  height: 20px;
  width: 20px;
}
.p-new-skill__category-block--pink {
  background-color: #ffaaa5;
}
.p-new-skill__category-block--yellow {
  background-color: #ffbe23;
}
.p-new-skill__category-block--red {
  background-color: #ff2a2e;
}
@media (max-width: 760px) {
  .p-new-skill__category-block {
    height: 12px;
    width: 12px;
  }
}
.p-new-skill__category-tool {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .p-new-skill__category-tool {
    font-size: 10px;
  }
}

.p-new-about {
  padding-top: min(11vw, 118px);
  padding-bottom: min(14vw, 164px);
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .p-new-about {
    padding-top: 165px;
    padding-bottom: 98px;
    overflow-x: hidden;
  }
}
.p-new-about__title-group {
  text-align: center;
  width: min(54vw, 678px);
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 760px) {
  .p-new-about__title-group {
    width: 418px;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-new-about__logo {
  width: 100%;
}
.p-new-about__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(9.6vw, 96px);
}
@media (max-width: 760px) {
  .p-new-about__group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
  }
}
.p-new-about__img {
  width: min(37vw, 482px);
}
@media (max-width: 760px) {
  .p-new-about__img {
    position: absolute;
    top: 302px;
    width: 286px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-new-about__right {
  text-align: left;
  width: min(40vw, 590px);
}
@media (max-width: 760px) {
  .p-new-about__right {
    text-align: center;
    width: 100%;
  }
}
.p-new-about__h3 {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: min(2.1vw, 34px);
  line-height: 1.72;
}
@media (max-width: 760px) {
  .p-new-about__h3 {
    margin-bottom: 370px;
    line-height: 1.75;
    font-size: 24px;
    letter-spacing: 0;
  }
}
.p-new-about__h3 span {
  color: #fff;
  background-color: #ff2a2e;
  padding-right: min(0.8vw, 8px);
  padding-left: min(0.8vw, 8px);
  padding-bottom: min(0.4vw, 3.5px);
  margin-right: min(1vw, 10px);
  font-size: min(3.3vw, 45px);
}
@media (max-width: 760px) {
  .p-new-about__h3 span {
    margin-right: 3px;
    font-size: 29px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 3.5px;
  }
}
.p-new-about__description {
  line-height: 1.77;
  letter-spacing: 0.05em;
  font-size: min(1.45vw, 18px);
  font-weight: 400;
  margin-top: min(1.6vw, 19px);
}
@media (max-width: 760px) {
  .p-new-about__description {
    line-height: 1.9;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-new-about__description-underline {
  text-decoration: underline !important;
  font-weight: 600;
}
.p-new-about__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff2a2e;
  border-radius: 40px;
  width: min(40vw, 500px);
  height: min(6.25vw, 80px);
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: min(5vw, 46px);
  box-shadow: 3px 7px 15px rgba(255, 42, 46, 0.25);
}
@media (max-width: 760px) {
  .p-new-about__button {
    width: 100%;
    height: 64px;
  }
}
.p-new-about__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-about__button--2 {
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 3px 7px 15px rgba(251, 153, 8, 0.25) !important;
}
.p-new-about__button-text {
  color: #fff;
  font-size: min(2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .p-new-about__button-text {
    font-size: 18px;
  }
}
.p-new-about__button-text--2 {
  color: #212121 !important;
}
.p-new-about__button-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(2.5vw, 32px);
  width: min(2.5vw, 32px);
  height: min(2.5vw, 32px);
}
@media (max-width: 760px) {
  .p-new-about__button-arrow {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}

.p-new-image {
  padding-top: min(23vw, 287px); /* 23.92vw of 1200px is 287px */
  padding-bottom: min(8vw, 110px); /* 9.17vw of 1200px is 110px */
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .p-new-image {
    padding-top: 176px;
    padding-bottom: 50px;
    overflow-x: hidden;
  }
}
.p-new-image__title-group {
  position: absolute;
  top: min(7.25vw, 87px); /* 7.25vw of 1200px is 87px */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: min(75.17vw, 902px); /* 75.17vw of 1200px is 902px */
  margin: 0 auto;
  margin-bottom: 0px;
}
@media (max-width: 760px) {
  .p-new-image__title-group {
    width: 416px;
    position: absolute;
    top: 72.1px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 42px;
  }
}
.p-new-image__logo {
  width: 100%;
}
.p-new-image__wrap {
  height: 696px;
  width: 100%;
  overflow: auto;
}
@media (max-width: 760px) {
  .p-new-image__wrap {
    height: 560px;
    margin-top: 0;
  }
}
.p-new-image__image {
  height: 100%;
  width: 3183px;
}
@media (max-width: 760px) {
  .p-new-image__image {
    width: 2400px;
  }
}

.p-new-flow {
  background: url(https://digital-hacks.jp/_assets/img/index-new/flow/bg-flow.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  padding-top: min(10vw, 110px); /* 11vw of 1000px is 110px */
  padding-bottom: min(7.7vw, 87px); /* 8.7vw of 1000px is 87px */
}
@media (max-width: 849px) {
  .p-new-flow {
    margin-bottom: 70px;
    padding-top: 62px;
  }
}
@media (max-width: 760px) {
  .p-new-flow {
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/flow/bg-flow-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
  }
}
.p-new-flow__title-group {
  margin-bottom: min(8.3vw, 83px);
  text-align: center;
}
@media (max-width: 760px) {
  .p-new-flow__title-group {
    margin-bottom: 58px;
  }
}
.p-new-flow__japanese {
  font-size: min(3.6vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 849px) {
  .p-new-flow__japanese {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .p-new-flow__japanese {
    display: none;
  }
}
.p-new-flow__japanese-sp {
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  display: none;
  letter-spacing: 0.03em;
}
@media (max-width: 760px) {
  .p-new-flow__japanese-sp {
    display: block;
    font-size: 24px;
  }
}
.p-new-flow__english {
  font-size: min(2vw, 20px);
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  margin-bottom: min(0.6vw, 6px);
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 849px) {
  .p-new-flow__english {
    font-size: 130px;
  }
}
@media (max-width: 760px) {
  .p-new-flow__english {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-new-flow__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 760px) {
  .p-new-flow__group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 18.5px;
  }
}
.p-new-flow__child {
  background-color: #f6f6f6;
  border-radius: 15px;
  border: 1px solid #ff2a2e;
  opacity: 0.85;
  width: min(30vw, 300px); /* 30vw of 1000px is 300px */
  height: min(19.6vw, 196px); /* 19.6vw of 1000px is 196px */
  position: relative;
  padding-top: min(5.5vw, 55px); /* 5.5vw of 1000px is 55px */
  text-align: center;
}
@media (max-width: 760px) {
  .p-new-flow__child {
    height: 156px;
    width: 300px;
    padding-top: 44px;
  }
  .p-new-flow__child:not(:first-child) {
    margin-top: 32px;
  }
}
.p-new-flow__step {
  position: absolute;
  top: min(-3.5vw, -35px); /* -3.5vw of 1000px is -35px */
  left: 50%;
  transform: translateX(-50%);
  width: min(7vw, 70px); /* 7vw of 1000px is 70px */
  height: min(7vw, 70px); /* 7vw of 1000px is 70px */
  opacity: 1 !important;
}
@media (max-width: 760px) {
  .p-new-flow__step {
    width: 56px;
    height: 56px;
    top: -27px;
  }
}
.p-new-flow__arrow {
  width: min(1.104vw, 11.04px);
}
@media (max-width: 760px) {
  .p-new-flow__arrow {
    display: none;
  }
}
.p-new-flow__arrow-sp {
  display: none;
}
@media (max-width: 760px) {
  .p-new-flow__arrow-sp {
    display: block;
    width: 20.82px;
  }
}
.p-new-flow__title {
  background-color: #ff2a2e;
  padding: 3px 0 3px;
  font-size: min(2.2vw, 22px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.07em;
  opacity: 1 !important;
}
@media (max-width: 760px) {
  .p-new-flow__title {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
.p-new-flow__description {
  margin-top: min(2.4vw, 24px); /* 2.4vw of 1000px is 24px */
  opacity: 1 !important;
  font-size: min(1.4vw, 14px); /* 1.4vw of 1000px is 14px */
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.57;
}
@media (max-width: 760px) {
  .p-new-flow__description {
    margin-top: 16px;
    font-size: 14px;
  }
}
.p-new-flow__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff2a2e;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: min(6vw, 60px); /* 6vw of 1000px is 60px */
  width: min(50vw, 500px); /* 50vw of 1000px is 500px */
  height: min(8vw, 80px); /* 8vw of 1000px is 80px */
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .p-new-flow__button {
    width: 100%;
    height: 64px;
    margin-top: 40px;
  }
}
.p-new-flow__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-flow__button--2 {
  background: linear-gradient(to bottom, #ffe100, #fb9908);
}
.p-new-flow__button-text {
  color: #fff;
  font-size: min(2.4vw, 24px); /* 2.4vw of 1000px is 24px */
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .p-new-flow__button-text {
    font-size: 16px;
  }
}
.p-new-flow__button-text--2 {
  color: #212121 !important;
}
.p-new-flow__button-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(2.5vw, 32px);
  width: min(2.5vw, 32px);
  height: min(2.5vw, 32px);
}
@media (max-width: 760px) {
  .p-new-flow__button-arrow {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}

.p-new-support {
  padding-bottom: min(10vw, 120px);
}
@media (max-width: 760px) {
  .p-new-support {
    position: relative;
    padding-top: 131px;
    padding-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .p-new-support__upgrade {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 80px;
  }
}
.p-new-support--special {
  padding-top: min(10vw, 120px);
}
@media (max-width: 760px) {
  .p-new-support--special {
    position: relative;
    padding-top: 185px;
    padding-bottom: 80px;
  }
}
.p-new-support__title-group {
  text-align: center;
  width: min(52.33vw, 628px);
  margin: 0 auto;
  margin-bottom: min(7.58vw, 91px);
}
@media (max-width: 760px) {
  .p-new-support__title-group {
    width: 386px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
.p-new-support__title-group--special {
  text-align: center;
  width: min(46.33vw, 556px);
  margin: 0 auto;
  margin-bottom: min(5.42vw, 65px);
}
@media (max-width: 760px) {
  .p-new-support__title-group--special {
    width: 342px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
.p-new-support__logo {
  width: 100%;
}
@media (max-width: 1143px) {
  .p-new-support__group {
    text-align: center;
  }
}
.p-new-support__child {
  padding: min(2.33vw, 28px);
  background-color: #f6f6f6;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
}
.p-new-support__child--upgrade {
  background-color: #ffeeee !important;
  border: 1px solid #ff2a2e;
}
.p-new-support__child:not(:last-child) {
  margin-bottom: min(7vw, 84px);
}
@media (max-width: 760px) {
  .p-new-support__child:not(:last-child) {
    margin-bottom: 62px;
  }
}
.p-new-support__child--1 {
  padding-left: min(5vw, 60px);
}
.p-new-support__child--x {
  padding-left: min(5vw, 60px) !important;
  padding-top: min(5vw, 60px) !important;
  padding-bottom: min(5.25vw, 63px) !important;
}
.p-new-support__child--2 {
  padding-right: min(5vw, 60px);
  padding-left: min(0.42vw, 5px);
}
.p-new-support__child--3 {
  padding-left: min(5vw, 60px);
  padding-right: min(2.33vw, 28px);
  padding-top: 0;
  padding-bottom: min(10.75vw, 129px);
  position: relative;
}
.p-new-support__child--4 {
  padding-right: min(5vw, 60px);
  padding-left: min(2.33vw, 28px);
}
@media (max-width: 760px) {
  .p-new-support__child--4 {
    padding-bottom: 30px !important;
  }
}
.p-new-support__child--a {
  padding: min(3.75vw, 45px) min(2.17vw, 26px) min(4.17vw, 50px) min(5vw, 60px);
}
@media (max-width: 760px) {
  .p-new-support__child--a {
    box-shadow: none;
  }
}
.p-new-support__child--b {
  padding: min(6vw, 72px) min(5vw, 60px) min(4.33vw, 52px) min(3.58vw, 43px);
}
@media (max-width: 760px) {
  .p-new-support__child--b {
    box-shadow: none;
  }
}
.p-new-support__child--c {
  padding: min(2.25vw, 27px) min(3.75vw, 45px) min(2.58vw, 31px) min(5vw, 60px);
}
@media (max-width: 760px) {
  .p-new-support__child--c {
    box-shadow: none;
  }
}
@media (max-width: 760px) {
  .p-new-support__child {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 43px !important;
    padding-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.p-new-support__letter-group {
  position: relative;
}
.p-new-support__letter-group--1 {
  padding-top: min(4.33vw, 52px); /* 4.33vw of 1200px is 52px */
}
.p-new-support__letter-group--2 {
  padding-top: min(4.33vw, 52px); /* 4.33vw of 1200px is 52px */
}
.p-new-support__letter-group--3 {
  padding-top: min(6.67vw, 80px); /* 6.67vw of 1200px is 80px */
}
.p-new-support__letter-group--4 {
  padding-top: min(2.58vw, 31px); /* 2.58vw of 1200px is 31px */
}
.p-new-support__letter-group--b {
  padding-top: min(1vw, 12px); /* 1vw of 1200px is 12px */
}
.p-new-support__letter-group--x {
  padding-top: min(0.83vw, 10px); /* 0.83vw of 1200px is 10px */
}
.p-new-support__letter-group--c {
  padding-top: min(4.5vw, 54px); /* 4.5vw of 1200px is 54px */
}
.p-new-support__letter-group--xx {
  padding-top: min(2.67vw, 10px); /* 2.67vw of 1200px is 32px */
}
@media (max-width: 1143px) {
  .p-new-support__letter-group {
    text-align: left;
  }
}
.p-new-support__number {
  width: min(11.08vw, 133px); /* 11.08vw of 1200px is 133px */
  top: min(-2.83vw, -34px); /* -2.83vw of 1200px is -34px */
  left: min(3.33vw, 40px); /* 3.33vw of 1200px is 40px */
  position: absolute;
}
.p-new-support__number--1 {
  top: min(-2.83vw, -34px); /* -2.83vw of 1200px is -34px */
  left: min(3.33vw, 40px); /* 3.33vw of 1200px is 40px */
}
.p-new-support__number--2 {
  top: min(-2.83vw, -34px); /* -2.83vw of 1200px is -34px */
  right: min(3.33vw, 40px); /* 3.33vw of 1200px is 40px */
  left: initial;
}
.p-new-support__number--special {
  width: min(8.58vw, 103px) !important; /* 8.58vw of 1200px is 103px */
}
@media (max-width: 760px) {
  .p-new-support__number {
    width: 66px;
    top: -20px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}
.p-new-support__h3 {
  line-height: 1.5;
  font-size: min(2.92vw, 35px) !important; /* 2.92vw of 1200px is 35px */
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: min(0.58vw, 7px); /* 0.58vw of 1200px is 7px */
}
@media (max-width: 760px) {
  .p-new-support__h3 {
    font-size: 23px !important;
    margin-bottom: 0;
    text-align: center;
  }
}
.p-new-support__h3--special {
  font-size: min(2.83vw, 34px);
}
@media (max-width: 760px) {
  .p-new-support__h3--special {
    font-size: 24px;
    text-align: center;
  }
}
.p-new-support__sub {
  color: #ff2a2e;
  line-height: 1.5;
  font-size: min(2.08vw, 25px); /* 2.08vw of 1200px is 25px */
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: min(2vw, 24px); /* 2vw of 1200px is 24px */
}
@media (max-width: 760px) {
  .p-new-support__sub--2 {
    margin-bottom: 257px !important;
  }
}
@media (max-width: 760px) {
  .p-new-support__sub {
    font-size: 16px;
    margin-bottom: 246px;
    text-align: center;
  }
}
.p-new-support__sub--a {
  font-size: min(1.92vw, 23px);
}
@media (max-width: 760px) {
  .p-new-support__sub--a {
    font-size: 16px;
    margin-bottom: 25px !important;
  }
}
.p-new-support__sub--b {
  font-size: min(1.92vw, 23px);
}
@media (max-width: 760px) {
  .p-new-support__sub--b {
    font-size: 16px;
    margin-bottom: 218px !important;
  }
}
.p-new-support__sub--c {
  font-size: min(1.92vw, 23px);
}
@media (max-width: 760px) {
  .p-new-support__sub--c {
    font-size: 16px;
    margin-bottom: 262px !important;
  }
}
.p-new-support__sub--red {
  color: #ff2a2e;
}
.p-new-support__description {
  font-size: min(1.5vw, 18px);
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.05em;
  width: min(41.75vw, 501px);
}
.p-new-support__description span {
  font-weight: 500;
}
@media (max-width: 760px) {
  .p-new-support__description {
    text-align: left;
    font-size: 14px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
.p-new-support__description--a {
  width: min(40.75vw, 489px);
}
@media (max-width: 760px) {
  .p-new-support__description--a {
    text-align: left;
    font-size: 14px;
    width: 290px;
    margin: 0 auto;
  }
}
.p-new-support__img {
  object-fit: cover;
}
.p-new-support__img--1 {
  width: min(45.83vw, 550px);
}
.p-new-support__img--2 {
  width: min(48.33vw, 580px);
}
@media (max-width: 760px) {
  .p-new-support__img--2 {
    top: 147px !important;
    position: absolute;
  }
}
@media (max-width: 640px) {
  .p-new-support__img--2 {
    top: 128px !important;
    position: absolute;
  }
}
.p-new-support__img--4 {
  width: min(44.5vw, 550px);
}
@media (max-width: 760px) {
  .p-new-support__img--4 {
    top: 145px !important;
    position: absolute;
  }
}
@media (max-width: 400px) {
  .p-new-support__img--4 {
    top: 130px !important;
    position: absolute;
  }
}
.p-new-support__img--3 {
  width: min(50.75vw, 609px); /* 50.75vw of 1200px is 609px */
  position: absolute;
  bottom: 0;
  right: min(2.33vw, 28px); /* 2.33vw of 1200px is 28px */
}
@media (max-width: 760px) {
  .p-new-support__img--3 {
    top: 168px !important;
    bottom: initial;
  }
}
@media (max-width: 400px) {
  .p-new-support__img--3 {
    width: 93% !important;
    top: 146px !important;
  }
}
@media (max-width: 760px) {
  .p-new-support__img {
    top: 123px;
    left: 50%;
    transform: translateX(-50%);
    width: 335px;
    position: absolute;
  }
}
@media (max-width: 400px) {
  .p-new-support__img {
    width: 100%;
  }
}
.p-new-support__img--a {
  width: min(49.08vw, 589px);
}
@media (max-width: 760px) {
  .p-new-support__img--a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    position: static;
    transform: none;
  }
}
.p-new-support__img--b {
  width: min(44.17vw, 530px);
}
@media (max-width: 760px) {
  .p-new-support__img--b {
    top: 123px;
    left: 50%;
    transform: translateX(-50%);
    width: 307px;
    position: absolute;
  }
}
.p-new-support__img--c {
  width: min(43vw, 516px);
}
@media (max-width: 760px) {
  .p-new-support__img--c {
    top: 123px;
    left: 50%;
    transform: translateX(-50%);
    width: 309px;
    position: absolute;
  }
}
@media (max-width: 760px) {
  .p-new-support__img--x {
    width: 320px !important;
  }
}
@media (max-width: 760px) {
  .p-new-support__img--xx {
    width: 335px !important;
    top: 142px;
  }
}
.p-new-support__special-heading {
  width: 100%;
  margin-bottom: min(10.5vw, 126px);
}
@media (max-width: 760px) {
  .p-new-support__special-heading {
    margin-bottom: 56px;
  }
}
.p-new-support__a-letter {
  font-size: min(1.5vw, 18px);
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .p-new-support__a-letter {
    font-size: 12px;
  }
}
.p-new-support__a-letter-upgrade {
  font-size: min(1.5vw, 18px);
  color: #fff;
  letter-spacing: 0.04em;
  padding-left: min(3.5vw, 42px);
}
@media (max-width: 760px) {
  .p-new-support__a-letter-upgrade {
    font-size: 16px;
    padding-left: 8px;
  }
}
.p-new-support__arrow {
  width: min(0.69vw, 8.32px);
}
.p-new-support__arrow-2 {
  width: min(0.53vw, 6.32px);
}
.p-new-support__a-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  height: min(3.33vw, 40px); /* 3.33vw of 1200px is 40px */
  width: min(16.67vw, 200px); /* 16.67vw of 1200px is 200px */
  border-radius: 50px;
  background-color: #ff2a2e;
  column-gap: min(0.72vw, 8.67px); /* 0.72vw of 1200px is approximately 8.67px */
  position: absolute;
  transition: all 0.3s;
}
.p-new-support__a-2:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-support__a-2--1 {
  bottom: 0;
  left: 0;
}
.p-new-support__a-2--x {
  bottom: min(-0.83vw, -10px); /* -0.83vw of 1200px is -10px */
  left: 0;
}
.p-new-support__a-2--2 {
  bottom: min(2.08vw, 25px); /* 2.08vw of 1200px is 25px */
  left: 0;
}
.p-new-support__a-2--3 {
  bottom: min(-6.67vw, -80px); /* -6.67vw of 1200px is -80px */
  left: 0;
}
.p-new-support__a-2--4 {
  bottom: 0;
  left: 0;
}
@media (max-width: 760px) {
  .p-new-support__a-2 {
    text-align: center;
    position: static;
    justify-content: center;
    column-gap: 10px;
    margin: 0 auto;
    margin-top: 16px;
  }
}
.p-new-support__a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #707070;
  font-weight: 700;
  column-gap: min(1.67vw, 20px);
  position: absolute;
  transition: all 0.3s;
}
.p-new-support__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-support__a--1 {
  bottom: 0;
  left: 0;
}
.p-new-support__a--2 {
  bottom: min(2.08vw, 25px);
  left: 0;
}
.p-new-support__a--3 {
  bottom: min(-5vw, -60px);
  left: 0;
}
.p-new-support__a--4 {
  bottom: min(-2.67vw, -32px);
  left: 0;
}
@media (max-width: 760px) {
  .p-new-support__a {
    justify-content: center;
    position: static;
    text-align: center;
    column-gap: 10px;
  }
}

.support-swiper {
  overflow: hidden;
  width: 100%;
}

.support-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-showcase {
  background-color: #fff4f5;
  overflow-x: hidden;
  position: relative;
  padding-top: min(25.5vw, 265px); /* 26.5vw of 1000px is 265px */
  padding-bottom: min(13vw, 150px); /* 12vw of 1000px is 120px */
}
@media (max-width: 760px) {
  .p-showcase {
    padding-top: 94px;
    padding-bottom: 96px;
  }
}
.p-showcase--special {
  padding-top: min(19.5vw, 130px);
}
@media (max-width: 760px) {
  .p-showcase--special {
    padding-top: 94px;
    padding-bottom: 96px;
  }
}
.p-showcase__sub-title {
  font-size: min(2.6vw, 26px);
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
}
@media (max-width: 760px) {
  .p-showcase__sub-title {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.p-showcase__title {
  font-size: min(3.7vw, 30px);
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .p-showcase__title {
    font-size: 18px;
  }
}
.p-showcase__description {
  font-size: min(2vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  margin-bottom: min(6.4vw, 64px);
}
@media (max-width: 760px) {
  .p-showcase__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 27px;
  }
}
.p-showcase__title-group {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: min(10vw, 100px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .p-showcase__title-group {
    top: 62px;
  }
}
.p-showcase__title-group-2 {
  text-align: center;
  width: min(76.6vw, 766px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .p-showcase__title-group-2 {
    width: 353px;
    top: 0px;
  }
}
.p-showcase__logo {
  width: 100%;
}
.p-showcase__swiper-container {
  position: relative;
  text-align: center;
}
.p-showcase__h3 {
  color: #ff2a2e;
  font-weight: 700;
  margin: 0;
  font-size: min(1.8vw, 18px); /* 1.8vw of 1000px is 18px */
  margin-bottom: min(0.8vw, 8px); /* 0.8vw of 1000px is 8px */
}
@media (max-width: 760px) {
  .p-showcase__h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-showcase__movie {
  width: 100%;
  margin-bottom: 16px;
}
.p-showcase__left {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}
.p-showcase__x {
  width: 20px;
}
.p-showcase__link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #212121;
}
.p-showcase__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4px;
}
.p-showcase__video {
  width: 100%;
}
.p-showcase__profession-title {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 24px;
}
.p-showcase__profession {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .p-showcase__profession {
    font-size: 12px;
  }
}
.p-showcase__profession-childs {
  font-size: 12px;
  font-weight: 500;
  background-color: #ffeeee;
  padding: 2px 8px;
  border-radius: 4px;
  color: #ff2a2e;
}
@media (max-width: 760px) {
  .p-showcase__profession-childs {
    font-size: 10px;
  }
}
.p-showcase__profession-2 {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
}
.p-showcase__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.p-showcase__slide {
  border: 1px solid #ff2a2e;
  background-color: #fff;
  padding: 16px;
  border-radius: 20px;
  text-align: center;
}

.swiper-pagination3 {
  position: absolute;
  z-index: 200;
  height: 20px;
  bottom: -56px !important;
}
@media (max-width: 760px) {
  .swiper-pagination3 {
    bottom: -32px !important;
  }
}
.swiper-pagination3 .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background-color: #fff !important;
  opacity: 1 !important;
  margin-right: 12px !important;
}
@media (max-width: 760px) {
  .swiper-pagination3 .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin-right: 8px !important;
  }
}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2a2e !important;
}

.swiper-button-next3 {
  position: absolute;
  top: 40%;
  right: 16px;
  z-index: 20;
}

.swiper-button-prev3 {
  position: absolute;
  top: 40%;
  left: 16px;
  z-index: 20;
}

.swiper-button-prev3::after {
  background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/arrow-left.png);
}
@media (max-width: 760px) {
  .swiper-button-prev3::after {
    background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/arrow-left-sp.png);
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next3::after {
  background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/arrow-right.png);
}
@media (max-width: 760px) {
  .swiper-button-next3::after {
    background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/arrow-right-sp.png);
  }
}

.swiper-button-prev3::after,
.swiper-button-next3::after {
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  margin: auto !important;
}
@media (max-width: 760px) {
  .swiper-button-prev3::after,
  .swiper-button-next3::after {
    display: block;
    height: 40px !important;
    width: 16px !important;
  }
}

.p-showcase-2 {
  background-color: #fff4f5;
  padding-top: 40px;
  width: 100%;
}

.p-new-cari {
  overflow-x: hidden;
  background: url(https://digital-hacks.jp/_assets/img/index-new/cari/bg-curriculum.png);
  padding-top: min(27vw, 280px) !important;
  padding-bottom: min(11.3vw, 123px);
  position: relative;
  background-repeat: repeat;
  background-size: cover;
}
@media (max-width: 760px) {
  .p-new-cari {
    padding-top: 182px !important;
    padding-bottom: 60px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/cari/bg-curriculum-sp.png);
    background-repeat: repeat;
    background-size: contain;
  }
}
.p-new-cari__special {
  padding-bottom: 0px !important;
}
@media (max-width: 760px) {
  .p-new-cari__special {
    padding-bottom: 13px !important;
  }
}
.p-new-cari__second-section {
  background-color: #ffeeee;
  padding-bottom: min(11.3vw, 123px);
  padding-top: min(9vw, 100px);
  position: relative;
}
@media (max-width: 760px) {
  .p-new-cari__second-section {
    padding-bottom: 60px;
    padding-top: 57px;
  }
}
.p-new-cari__special-mouth {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(-2.1vw, -40px);
  width: min(54.6vw, 546px);
}
@media (max-width: 760px) {
  .p-new-cari__special-mouth {
    top: -28px;
    width: 350px;
  }
}
.p-new-cari__title-group {
  position: absolute;
  top: min(10.8vw, 118px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: min(87vw, 880px);
  margin: 0 auto;
}
@media (max-width: 760px) {
  .p-new-cari__title-group {
    width: 434px;
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-new-cari__logo {
  width: 100%;
}
.p-new-cari__plus {
  width: min(3.2vw, 32px);
}
@media (max-width: 760px) {
  .p-new-cari__plus {
    width: 25px;
  }
}
.p-new-cari__description {
  margin-bottom: min(8.3vw, 83px);
  font-size: min(2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 760px) {
  .p-new-cari__description {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.p-new-cari__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(4vw, 40px);
}
@media (max-width: 760px) {
  .p-new-cari__group {
    row-gap: 25px;
  }
}
.p-new-cari__child {
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: 5px 5px 10px rgba(255, 42, 46, 0.25);
  border: 1px solid #ff2a2e;
}
.p-new-cari__child--special {
  box-shadow: 5px 5px 10px rgba(255, 189, 36, 0.25);
  border: 1px solid #ffbd24;
}
@media (max-width: 760px) {
  .p-new-cari__child {
    height: 276px;
  }
}
.p-new-cari__arrow {
  width: min(3.494vw, 34.94px);
}
@media (max-width: 760px) {
  .p-new-cari__arrow {
    width: 20.77px;
  }
}
.p-new-cari__text-group {
  padding: min(3.3vw, 33px) min(4.4vw, 44px) min(3.2vw, 32px) min(7.2vw, 72px);
  background-color: #fff;
  width: 50%;
}
@media (max-width: 760px) {
  .p-new-cari__text-group {
    padding: 33px 12px 32px 37px;
  }
}
.p-new-cari__step {
  left: min(-2.3vw, -23px);
  top: 0;
  width: min(4.6vw, 46px);
  position: absolute;
}
@media (max-width: 760px) {
  .p-new-cari__step {
    display: none;
  }
}
.p-new-cari__banner {
  letter-spacing: 0.5em;
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #ff2a2e;
  height: min(4vw, 40px);
  width: min(20vw, 200px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: min(1.2vw, 12px);
}
.p-new-cari__banner--special {
  background-color: #ffbd24;
}
@media (max-width: 760px) {
  .p-new-cari__banner {
    font-size: 24px;
    height: 40px;
    width: 200px;
    margin-bottom: 12px;
  }
}
.p-new-cari__title {
  font-size: min(2.6vw, 27px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: min(1.2vw, 12px);
  font-weight: 700;
}
@media (max-width: 1080px) {
  .p-new-cari__title {
    font-size: min(2.4vw, 27px);
  }
}
@media (max-width: 760px) {
  .p-new-cari__title {
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.p-new-cari__descriptions {
  letter-spacing: 0.05em;
  font-size: min(1.5vw, 14.5px);
  font-weight: 400;
  line-height: 1.66;
}
@media (max-width: 1080px) {
  .p-new-cari__descriptions {
    font-size: min(1.3vw, 15px);
  }
}
@media (max-width: 760px) {
  .p-new-cari__descriptions {
    line-height: 1.71;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
.p-new-cari__video-container {
  position: relative;
  display: inline-block;
  width: min(50vw, 500px);
}
@media (max-width: 760px) {
  .p-new-cari__video-container {
    width: 100%;
    margin-bottom: 23px;
  }
}
.p-new-cari__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 760px) {
  .p-new-cari__thumbnail {
    object-fit: cover;
  }
}
.p-new-cari__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: min(1vw, 10px) min(2vw, 20px);
  font-size: min(4.1vw, 41px);
  color: white;
  border: none;
}
@media (max-width: 760px) {
  .p-new-cari__play-button {
    padding: 10px 20px;
    font-size: 41px;
  }
}
.p-new-cari__play-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: min(1vw, 10px) min(2vw, 20px);
  font-size: min(4.1vw, 41px);
  color: white;
  border: none;
  cursor: pointer;
}
@media (max-width: 760px) {
  .p-new-cari__play-buttons {
    padding: 10px 20px;
    font-size: 41px;
  }
}
.p-new-cari__video {
  display: none;
  width: 100%;
  height: auto;
}
.p-new-cari__child-sp {
  text-align: center;
  padding-bottom: 33px;
  border: 1px solid #ff2a2e;
  background-color: #fff;
}
.p-new-cari__child-sp--special {
  border: 1px solid #ffbd24;
}
.p-new-cari__top-sp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ff2a2e;
  width: 100%;
}
.p-new-cari__top-sp--special {
  background-color: #ffbd24;
}
.p-new-cari__step-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 15px;
  color: #fff;
  font-family: "din-2014", sans-serif;
  width: 56px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.p-new-cari__step-japanese {
  letter-spacing: 0.5em;
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .p-new-cari__step-japanese {
    font-size: 24px;
  }
}
.p-new-cari__title-sp {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.p-new-cari__description-sp {
  line-height: 1.71;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 23px;
  padding-right: 23px;
  text-align: left;
}
.p-new-cari__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff2a2e;
  border-radius: 40px;
  width: min(50vw, 500px);
  height: min(8vw, 80px);
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: min(7.2vw, 72px);
  box-shadow: 3px 7px 15px rgba(255, 42, 46, 0.25);
}
@media (max-width: 760px) {
  .p-new-cari__button {
    width: 100%;
    height: 64px;
    margin-top: 72px;
  }
}
.p-new-cari__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-cari__button--2 {
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 3px 7px 15px rgba(251, 153, 8, 0.25) !important;
}
.p-new-cari__button-text {
  color: #fff;
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .p-new-cari__button-text {
    font-size: 18px;
  }
}
.p-new-cari__button-text--2 {
  color: #212121 !important;
}
.p-new-cari__button-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(3.2vw, 32px);
  width: min(3.2vw, 32px);
  height: min(3.2vw, 32px);
}
@media (max-width: 760px) {
  .p-new-cari__button-arrow {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}

.p-new-fv-2 {
  padding-top: 55px;
  padding-bottom: 74px;
  background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-2.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1080px) {
  .p-new-fv-2 {
    padding-top: 66px;
    padding-bottom: 66px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-2-ip.png);
    background-size: cover;
  }
}
@media (max-width: 760px) {
  .p-new-fv-2 {
    padding-top: 181px;
    padding-bottom: 123px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-2-sp.png);
    background-size: cover;
    background-position-x: center;
  }
}
.p-new-fv-2__wrap {
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .p-new-fv-2__wrap {
    text-align: center;
  }
}
.p-new-fv-2__prize {
  width: 631px;
  margin-bottom: 43px;
}
@media (max-width: 1080px) {
  .p-new-fv-2__prize {
    width: 409px;
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .p-new-fv-2__prize {
    width: 241px;
  }
}
.p-new-fv-2__first-words {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 38px;
}
@media (max-width: 1080px) {
  .p-new-fv-2__first-words {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-2__first-words {
    font-size: 16px;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
.p-new-fv-2__first-words span {
  color: #ff2a2e;
  font-size: 28px;
}
@media (max-width: 1080px) {
  .p-new-fv-2__first-words span {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-2__first-words span {
    font-size: 24px;
  }
}
.p-new-fv-2__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 383px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 4px 4px 0 #3c3c3c;
  height: 67px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .p-new-fv-2__button {
    display: none;
  }
}
.p-new-fv-2__another {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #fdaf04;
  font-weight: 700;
  color: #212121;
  letter-spacing: 0.04em;
  width: 236px;
  height: 28px;
  font-size: 12px;
  top: -12.5px;
  border-radius: 17px;
  padding-bottom: 1px;
}
.p-new-fv-2__text {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 60.5px;
  color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.p-new-fv-2__arrow {
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 60px;
}

.p-new-fv-3 {
  padding-top: 91px;
  padding-bottom: 91px;
  background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-3.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1080px) {
  .p-new-fv-3 {
    padding-top: 89px;
    padding-bottom: 89px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-3-ip.png);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3 {
    padding-top: 24px;
    padding-bottom: 421px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/fv-ab/fv-3-sp.png);
    background-size: cover;
    background-position: center;
  }
}
.p-new-fv-3__wrap {
  position: relative;
}
@media (max-width: 760px) {
  .p-new-fv-3__wrap {
    text-align: center;
  }
}
.p-new-fv-3__first-words {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-new-fv-3__first-words {
    margin-bottom: 23.5px;
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__first-words {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
.p-new-fv-3__important-words {
  margin-bottom: 13px;
  font-size: 48px;
  font-weight: 700;
  color: #212121;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .p-new-fv-3__important-words {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.95;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__important-words {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__important-words--2 {
    margin-bottom: 17px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
.p-new-fv-3__prize {
  width: 504px;
  margin-bottom: 53px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__prize {
    width: 328px;
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__prize {
    width: 100%;
  }
}
.p-new-fv-3__object {
  position: absolute;
}
.p-new-fv-3__object--1 {
  top: -53px;
  right: 124px;
  width: 279px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__object--1 {
    width: 178px;
    right: 79px;
    top: -38;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__object--1 {
    width: 189px;
    top: 254px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-new-fv-3__object--2 {
  z-index: 3;
  bottom: -23px;
  right: 273px;
  width: 252px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__object--2 {
    width: 160px;
    bottom: -62px;
    right: 174px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__object--2 {
    width: 170px;
    top: 450px;
    bottom: initial;
    right: initial;
    left: 0;
  }
}
.p-new-fv-3__object--3 {
  bottom: 57px;
  right: 0;
  width: 307px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__object--3 {
    width: 196px;
    bottom: 11px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__object--3 {
    width: 208px;
    right: 0;
    top: 383px;
    bottom: initial;
  }
}
.p-new-fv-3__span--big-words {
  font-size: 64px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__span--big-words {
    font-size: 45px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__span--big-words {
    font-size: 36px;
  }
}
.p-new-fv-3__span--important {
  font-size: 72px;
  color: #fff;
  background-color: #ff2a2e;
  box-shadow: 5px 5px 0 black;
  margin-right: 20px;
  padding-bottom: 4px;
  padding-right: 18px;
  padding-left: 18px;
  line-height: 1;
}
@media (max-width: 1080px) {
  .p-new-fv-3__span--important {
    font-size: 48px;
    box-shadow: 4px 4px 0 black;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__span--important {
    font-size: 40px;
    margin-right: 10px;
    padding-bottom: 1px;
  }
}
.p-new-fv-3__span--important--2 {
  padding-right: 13px;
  padding-left: 13px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__span--important--2 {
    font-size: 48px;
    box-shadow: 4px 4px 0 black;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__span--important--2 {
    font-size: 40px;
    margin-right: 10px;
    padding-bottom: 1px;
  }
}
.p-new-fv-3__span--percent {
  color: #ff2a2e;
}
.p-new-fv-3__span--1 {
  color: #ff2a2e;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__span--1 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__span--1 {
    font-size: 28px;
  }
}
.p-new-fv-3__span--2 {
  color: #ff2a2e;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__span--2 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__span--2 {
    font-size: 28px;
  }
}
.p-new-fv-3__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 383px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 4px 4px 0 #3c3c3c;
  height: 67px;
}
@media (max-width: 1080px) {
  .p-new-fv-3__button {
    display: none;
  }
}
.p-new-fv-3__credit {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 8px;
  font-weight: 500;
  color: #212121;
  text-align: right;
}
@media (max-width: 1080px) {
  .p-new-fv-3__credit {
    bottom: 8px;
  }
}
@media (max-width: 760px) {
  .p-new-fv-3__credit {
    bottom: 8px;
    right: 12px;
    font-size: 6px;
  }
}
.p-new-fv-3__another {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #fdaf04;
  font-weight: 700;
  color: #212121;
  letter-spacing: 0.04em;
  width: 236px;
  height: 28px;
  font-size: 12px;
  top: -12.5px;
  border-radius: 17px;
  padding-bottom: 1px;
}
.p-new-fv-3__text {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 60.5px;
  color: #212121;
}
.p-new-fv-3__arrow {
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 60px;
}

.p-new-fv {
  padding-top: min(8.8vw, 98px);
  padding-bottom: min(4.5vw, 54px);
  background: url(https://digital-hacks.jp/_assets/img/index-new/fv/bg.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 760px) {
  .p-new-fv {
    padding-top: 116px;
    padding-bottom: 6px;
    background: url(https://digital-hacks.jp/_assets/img/index-new/fv/bg-sp.png);
    background-size: cover;
  }
}
.p-new-fv__70 {
  font-size: min(6vw, 66px);
}
@media (max-width: 760px) {
  .p-new-fv__70 {
    font-size: 31px;
  }
}
@media (max-width: 760px) {
  .p-new-fv__70--vol2 {
    font-size: 26px;
  }
}
.p-new-fv__a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(44.6vw, 446px);
}
@media (max-width: 760px) {
  .p-new-fv__a {
    width: 446px;
  }
}
.p-new-fv__text {
  width: min(44.6vw, 446px);
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: min(2.6vw, 26px);
  padding-bottom: min(2.6vw, 26px);
  background-color: #ff2a2e;
  border-radius: 7px;
  box-shadow: 6px 6px 0px #c40d10;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .p-new-fv__text {
    width: 446px;
    font-size: 24px;
    letter-spacing: 0.04em;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-new-fv__description {
  font-size: min(2.5vw, 25px);
  font-weight: 700;
  color: #fff;
  line-height: 1.52;
  letter-spacing: 0.1em;
  margin-bottom: min(3vw, 30px);
}
@media (max-width: 760px) {
  .p-new-fv__description {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
.p-new-fv__h1 {
  margin: 0;
  font-size: min(6vw, 60px);
  color: #212121;
  background-color: #fff;
  font-weight: 800;
  margin-bottom: min(2.7vw, 27px);
  line-height: 1;
  display: inline-block;
  padding: min(1vw, 10px) min(1.7vw, 17px) min(1.7vw, 17px);
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .p-new-fv__h1 {
    margin-bottom: 10px;
    font-size: 26px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 2px;
  }
}
.p-new-fv__h1 span {
  font-size: min(6vw, 66px);
  color: #ff2a2e;
}
@media (max-width: 760px) {
  .p-new-fv__h1 span {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .p-new-fv__h1--vol2 {
    padding-top: 7px;
  }
}
@media (max-width: 760px) {
  .p-new-fv__h1--vol2 span {
    font-size: 27px;
  }
}
.p-new-fv__h2 {
  line-height: 1;
  margin: 0;
  display: inline-block;
  font-size: min(6vw, 60px);
  color: #212121;
  background-color: #fff;
  margin-bottom: min(7.2vw, 72px);
  padding: min(1vw, 10px) min(1.7vw, 17px) min(1.7vw, 17px);
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .p-new-fv__h2 {
    margin-bottom: 32.7px;
    font-size: 26px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 2px;
  }
}
@media (max-width: 760px) {
  .p-new-fv__h2--vol2 {
    padding-top: 7px;
  }
}
.p-new-fv__certification {
  width: min(16.75vw, 167.5px);
  margin-bottom: min(3.73vw, 37.3px);
}
@media (max-width: 760px) {
  .p-new-fv__certification {
    width: 167.5px;
    margin-bottom: 37.3px;
  }
}
.p-new-fv__kome {
  width: min(31.7vw, 317px);
}
@media (max-width: 760px) {
  .p-new-fv__kome {
    width: 317px;
  }
}
.p-new-fv__another {
  background-color: #fff;
  border: 1px solid #ff2a2e;
  width: min(32vw, 320px);
  height: min(3.4vw, 34px);
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(-1.75vw, -17.5px);
  border-radius: 19px;
  padding-bottom: min(0.4vw, 4px);
}
@media (max-width: 760px) {
  .p-new-fv__another {
    width: 320px;
    height: 34px;
    font-size: 18px;
    padding-bottom: 4px;
    top: -17.5px;
  }
}
.p-new-fv__arrow {
  width: min(1vw, 10px);
  top: 50%;
  transform: translateY(-50%);
  right: min(3.37vw, 33.7px);
  position: absolute;
}
@media (max-width: 760px) {
  .p-new-fv__arrow {
    width: 10px;
    right: 33.7px;
  }
}

.p-new-black {
  padding-top: min(2.7vw, 32px);
  padding-bottom: min(3.8vw, 44px);
  text-align: center;
  background-color: #212121;
}
@media (max-width: 760px) {
  .p-new-black {
    display: none;
  }
}
.p-new-black__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(1.45vw, 14.5px);
}
.p-new-black__img--1 {
  width: min(32.6vw, 326px);
}
@media (max-width: 760px) {
  .p-new-black__img--1 {
    width: 246px;
  }
}
.p-new-black__img--2 {
  width: min(29.6vw, 296px);
}
@media (max-width: 760px) {
  .p-new-black__img--2 {
    width: 216px;
  }
}
.p-new-black__img--3 {
  width: min(32.5vw, 325px);
}
@media (max-width: 760px) {
  .p-new-black__img--3 {
    width: 245px;
  }
}
.p-new-black__text {
  width: min(58.3vw, 583px);
}

.p-new-button {
  padding-top: min(3.2vw, 37px);
  padding-bottom: min(2.6vw, 30px);
  background-color: #212121;
}
@media (max-width: 760px) {
  .p-new-button {
    padding-top: 37px;
    padding-bottom: 30px;
  }
}
.p-new-button__a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-new-button__a-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(48vw, 480px);
  margin: 0 auto;
}
@media (max-width: 760px) {
  .p-new-button__a-2 {
    width: 320px;
  }
}
.p-new-button__another {
  background-color: #fff;
  border: 1px solid #ff2a2e;
  width: min(24.1vw, 241px);
  height: min(2.5vw, 25px);
  font-size: min(1.3vw, 13px);
  font-weight: 700;
  color: #ff2a2e;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(-1.25vw, -12.5px);
  padding-bottom: min(0.4vw, 4px);
  border-radius: 17px;
}
@media (max-width: 760px) {
  .p-new-button__another {
    width: 241px;
    height: 25px;
    font-size: 13px;
    top: -12.5px;
    padding-bottom: 4px;
  }
}
.p-new-button__another-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #fdaf04;
  font-weight: 700;
  color: #212121;
  letter-spacing: 0.04em;
  width: min(23.6vw, 236px);
  height: min(2.8vw, 28px);
  font-size: min(1.2vw, 12px);
  top: min(-1.25vw, -12.5px);
  border-radius: min(1.7vw, 17px);
  padding-bottom: min(0.1vw, 1px);
}
@media (max-width: 760px) {
  .p-new-button__another-2 {
    width: 236px;
    height: 28px;
    font-size: 12px;
    top: -12.5px;
    border-radius: 17px;
    padding-bottom: 1px;
  }
}
.p-new-button__text {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #ff2a2e;
  font-size: min(1.7vw, 17px);
  padding-top: min(2vw, 20px);
  padding-bottom: min(2vw, 20px);
  border-radius: min(0.7vw, 7px);
  box-shadow: 0px 5px 0px #c40d10;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .p-new-button__text {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
    font-size: 17px;
  }
}
.p-new-button__text-2 {
  width: 100%;
  font-size: min(2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: min(2vw, 20px);
  padding-left: min(10.9vw, 109px);
  padding-bottom: min(2vw, 20px);
  color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: min(0.8vw, 8px);
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 4px 4px 0 #3c3c3c;
}
@media (max-width: 760px) {
  .p-new-button__text-2 {
    padding-left: 29px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
    border-radius: 8px;
  }
}
.p-new-button__arrow {
  width: min(0.744vw, 7.44px);
  top: 50%;
  transform: translateY(-50%);
  right: min(2.52vw, 25.2px);
  position: absolute;
}
@media (max-width: 760px) {
  .p-new-button__arrow {
    width: 7.44px;
    top: 50%;
    transform: translateY(-50%);
    right: 25.2px;
  }
}
.p-new-button__arrow-2 {
  width: min(2vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: min(10.9vw, 109px);
}
@media (max-width: 760px) {
  .p-new-button__arrow-2 {
    right: 29px;
    width: 20px;
  }
}

.p-new-mouth {
  background-color: #f6f6f6;
  padding-top: 68px;
  padding-bottom: 68px;
  position: relative;
}
@media (max-width: 760px) {
  .p-new-mouth {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.p-new-mouth__swiper {
  overflow: hidden;
}
.p-new-mouth__text-pc {
  width: 650px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1080px) {
  .p-new-mouth__text-pc {
    display: none;
  }
}
.p-new-mouth__text-sp {
  width: 263px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.p-new-mouth__swiper-wrpper {
  transition-timing-function: linear;
}
.p-new-mouth__swiper-slide {
  width: auto;
  height: 123px;
}
.p-new-mouth__person {
  height: 100%;
}
.p-new-mouth__img {
  width: 51px;
  height: 51px;
  margin-bottom: 2px;
}
.p-new-mouth__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-new-mouth__name {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-new-mouth__name span {
  font-size: 13px;
}
.p-new-mouth__twitter {
  font-size: 8px;
  color: #8e8e8e;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-new-mouth__right {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
}
.p-new-mouth__test {
  height: 147px;
  width: 93%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1800px) {
  .p-new-mouth__test {
    height: 140px;
  }
}
@media (max-width: 1600px) {
  .p-new-mouth__test {
    height: 123px;
  }
}
@media (max-width: 1280px) {
  .p-new-mouth__test {
    height: 108px;
  }
}
@media (max-width: 1080px) {
  .p-new-mouth__test {
    height: 123px;
  }
}
@media (max-width: 760px) {
  .p-new-mouth__test {
    height: 123px;
  }
}
.p-new-mouth__box {
  padding-top: 17px;
  padding-right: 17px;
  padding-left: 17px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 17px;
  height: 123px;
  border-radius: 6px;
}
@media (max-width: 760px) {
  .p-new-mouth__box {
    height: 123px;
  }
}
.p-new-mouth__sub-slick {
  margin: 0px 10px;
}
.p-new-mouth__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-new-mouth__box-left {
  height: 87px;
  width: 51px;
  object-fit: contain;
}

.is-ip-show {
  display: none;
}
@media (max-width: 1080px) {
  .is-ip-show {
    display: block;
  }
}

body.page-sub .l-index {
  padding-top: 85px;
}
@media (max-width: 760px) {
  body.page-sub .l-index {
    padding-top: 60px;
  }
}
body.page-sub .l-new-header {
  background-color: #fff;
  z-index: 210;
  width: 100%;
  height: 85px;
  position: fixed;
  padding-left: 62.2px;
  padding-right: 28px;
  line-height: 85px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  body.page-sub .l-new-header {
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  body.page-sub .l-new-header {
    height: 49px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 49px;
  }
}
body.page-sub .l-new-header__logo-anker {
  display: inline-block;
  width: 184px;
}
@media (max-width: 760px) {
  body.page-sub .l-new-header__logo-anker {
    width: 123px;
  }
}
body.page-sub .l-new-header__logo {
  width: 100%;
}
body.page-sub .l-new-header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  body.page-sub .l-new-header__right {
    display: none;
  }
}
body.page-sub .l-new-header__ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
  margin-right: 31px;
}
body.page-sub .l-new-header__li {
  text-align: center;
}
body.page-sub .l-new-header__japanese {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1;
}
body.page-sub .l-new-header__english {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #ff2a2e;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  line-height: 1;
}
body.page-sub .l-new-header__button {
  width: 284px;
  background-color: #ff2a2e;
  border-radius: 28px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
body.page-sub .l-new-header__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
body.page-sub .l-new-header__button--2 {
  background: linear-gradient(to right, #ffbd24, #fa8b39);
}
body.page-sub .l-new-header__text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
body.page-sub .l-new-header__text--2 {
  color: #212121 !important;
}
body.page-sub .l-new-header__arrow {
  width: 7.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
body.page-sub .l-hamburger {
  display: none;
  text-align: center;
  z-index: 950;
  position: relative;
}
@media (max-width: 1280px) {
  body.page-sub .l-hamburger {
    display: block;
  }
}
body.page-sub .l-hamburger__30-box {
  text-align: center;
}
body.page-sub .l-hamburger__space {
  height: 85px;
  background-color: #fff;
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__space {
    height: 49px;
  }
}
body.page-sub .l-hamburger__30 {
  color: #fff;
  position: relative;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20.5px;
  margin-top: 70px;
  text-align: center;
  display: inline-block;
}
body.page-sub .l-hamburger__30::before {
  position: absolute;
  left: -19.4px;
  content: "";
  background-color: #ffe6e6;
  width: 2px;
  height: 21px;
  transform: rotate(-30deg);
  top: 4px;
  border-radius: 10px;
}
body.page-sub .l-hamburger__30::after {
  position: absolute;
  right: -19.4px;
  content: "";
  background-color: #ffe6e6;
  width: 2px;
  height: 21px;
  transform: rotate(30deg);
  border-radius: 10px;
  top: 4px;
}
body.page-sub .l-hamburger__contact {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  width: 289px;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body.page-sub .l-hamburger__contact-text {
  color: #ff2a2e;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
}
body.page-sub .l-hamburger__contact-ico {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17.7px;
}
body.page-sub .l-hamburger__contact-p {
  margin: 0 auto;
  font-size: 20px;
}
body.page-sub .l-hamburger__nav {
  position: fixed;
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  top: -1500px;
  transition: all 0.7s;
  z-index: 800;
}
body.page-sub .l-hamburger__ul {
  text-align: left;
  position: relative;
}
body.page-sub .l-hamburger__p {
  font-weight: 500;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}
body.page-sub .l-hamburger__japanese {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
body.page-sub .l-hamburger__li {
  position: relative;
  border-top: 1px solid #f6f6f6;
  padding-left: 40px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  border-color: rgba(246, 246, 246, 0.3);
}
body.page-sub .l-hamburger__li--special {
  border-bottom: 1px solid #f6f6f6;
  border-color: rgba(246, 246, 246, 0.3);
}
body.page-sub .l-hamburger__li.is-open .l-hamburger__submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
body.page-sub .l-hamburger__li.is-open .l-hamburger__arrow {
  transform: rotate(180deg);
}
body.page-sub .l-hamburger__a {
  color: #333;
  position: relative;
  font-size: 1.8px;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  body.page-sub .l-hamburger__a {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__a {
    font-size: 2.5px;
  }
}
body.page-sub .l-hamburger__arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  transform-origin: center 3px;
}
body.page-sub .l-hamburger__button {
  display: none;
  cursor: pointer;
  width: 85px;
  height: 85px;
  border: none;
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 950;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  body.page-sub .l-hamburger__button {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__button {
    width: 49px;
    height: 49px;
  }
}
body.page-sub .l-hamburger__hum {
  display: none;
  height: 2px;
  width: 30px;
  background-color: #ff2a2e;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 950;
  border-radius: 10px;
  margin-top: 24px;
  margin-left: 5px;
}
body.page-sub .l-hamburger__hum::before, body.page-sub .l-hamburger__hum::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #ff2a2e;
  position: absolute;
  top: -10px;
  left: 0;
  transition: all 0.25s;
  border-radius: 3px;
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__hum::before, body.page-sub .l-hamburger__hum::after {
    height: 1.5px;
    width: 18px;
    top: -6px;
  }
}
body.page-sub .l-hamburger__hum::after {
  top: 10px;
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__hum::after {
    top: 6px;
  }
}
@media (max-width: 1280px) {
  body.page-sub .l-hamburger__hum {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  body.page-sub .l-hamburger__hum {
    height: 1.5px;
    width: 18px;
    margin-top: 23px;
  }
}
body.page-sub .open .l-hamburger__nav {
  top: 0;
  opacity: 1;
  background-color: #ff2a2e;
}
body.page-sub .open .l-hamburger__button span {
  background-color: transparent;
}
body.page-sub .open .l-hamburger__button span::before {
  transform: translateY(9px) rotate(-315deg);
}
@media (max-width: 760px) {
  body.page-sub .open .l-hamburger__button span::before {
    transform: translateY(7px) rotate(-315deg);
  }
}
body.page-sub .open .l-hamburger__button span::after {
  transform: translateY(-11px) rotate(315deg);
}
@media (max-width: 760px) {
  body.page-sub .open .l-hamburger__button span::after {
    transform: translateY(-5px) rotate(315deg);
  }
}

.page-thanks {
  margin-top: 0 !important;
  padding-top: 85px;
}
@media (max-width: 760px) {
  .page-thanks {
    margin-top: 0 !important;
    padding-top: 60px;
  }
}
.page-thanks__line-block {
  margin-top: 35px;
  text-align: center;
}
.page-thanks__line-link {
  height: 100%;
  display: inline-block;
  transition: all 0.3s;
}
.page-thanks__line-link:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.page-thanks__line-img {
  max-width: 300px;
  width: 100%;
}

.l-support {
  padding-top: 85px;
}
@media (max-width: 760px) {
  .l-support {
    padding-top: 60px;
  }
}

.l-curriculum {
  padding-top: 85px;
}
@media (max-width: 760px) {
  .l-curriculum {
    padding-top: 60px;
  }
}

.tokusho {
  padding-top: 85px;
}
@media (max-width: 760px) {
  .tokusho {
    padding-top: 60px !important;
  }
}

.privacy {
  padding-top: 85px;
}
@media (max-width: 760px) {
  .privacy {
    padding-top: 60px !important;
  }
}

body.page-sub .container-renew-fv {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
body.page-sub .container-renew-about {
  max-width: 1439px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-sub .container-renew-about {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.page-sub .container-renew-reason {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-sub .container-renew-method {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-sub .container-renew-point {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-sub .container-renew-point-2 {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-sub .container-renew-price {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-sub .container-renew-price {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body.page-sub .container-renew-price-sp {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-sub .container-renew-price-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.page-sub .container-renew-price-sp {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-sub .container-renew-price-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.page-sub .container-renew-flow {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 849px) {
  body.page-sub .container-renew-flow {
    max-width: 670px;
  }
}
body.page-sub .is-ipad-show {
  display: none;
}
@media (max-width: 849px) {
  body.page-sub .is-ipad-show {
    display: block;
  }
}
@media (max-width: 849px) {
  body.page-sub .is-ipad-hide {
    display: none;
  }
}

/*リンクの形状*/
#page-top a {
  text-orientation: upright; /* 文字を立てる */
  transition: all 0.3s;
}

#page-top a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  left: 25px;
  top: 20%;
  z-index: 2;
  background-color: #fff;
  padding: 7px;
  border-radius: 34px;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(0px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(-100px);
  }
}
.p-page-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  width: 40px;
}
.p-page-top__text {
  width: 16px;
  line-height: 1.1;
  font-size: 15px;
  color: #333;
}
.p-page-top__text span {
  color: #ff2a2e;
}
.p-page-top__red {
  font-size: 13px;
  width: 25px;
  padding: 7px;
  color: #fff;
  background-color: #ff2a2e;
  border-radius: 10px;
  line-height: 1.2;
}
.p-page-top__img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 760px) {
  #page-top {
    display: none;
  }
}
@font-face {
  font-family: "Century";
  src: url("https://digital-hacks.jp/_assets/font/century.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century";
  src: url("https://digital-hacks.jp/_assets/font/century-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Century Schoolbook";
  src: url("https://digital-hacks.jp/_assets/font/century-schoolbook.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Century Schoolbook";
  src: url("https://digital-hacks.jp/_assets/font/century-schoolbook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.p-renew-thanks {
  padding: 40px 15px 20px 15px;
}
@media (max-width: 760px) {
  .p-renew-thanks {
    padding: 33px 15px 10px 15px;
  }
}
.p-renew-thanks__background {
  background-color: #f5f5f5;
}
.p-renew-thanks__title {
  width: 448px;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 760px) {
  .p-renew-thanks__title {
    margin-bottom: 16px;
    width: 315px;
  }
}
.p-renew-thanks__wrap {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .p-renew-thanks__wrap {
    margin-bottom: 24px;
  }
}
.p-renew-thanks__white-wrap {
  margin: 0 auto;
  display: block;
  width: 870px;
  padding: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  .p-renew-thanks__white-wrap {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .p-renew-thanks__white-wrap {
    width: 300px;
    margin-bottom: 24px;
    padding: 12px 16px;
  }
}
.p-renew-thanks__attend-text {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #4397ff;
}
@media (max-width: 760px) {
  .p-renew-thanks__attend-text {
    font-size: 12px;
  }
}
.p-renew-thanks__book-date {
  color: #212121;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .p-renew-thanks__book-date {
    font-size: 25px;
  }
}
.p-renew-thanks__url-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .p-renew-thanks__url-group {
    flex-direction: column;
  }
}
.p-renew-thanks__attend-url {
  font-size: 14px;
  font-weight: 700;
  color: #4397ff;
}
.p-renew-thanks__book-text {
  font-size: 16px;
  font-weight: 700;
  color: #747474;
}
@media (max-width: 760px) {
  .p-renew-thanks__book-text {
    font-size: 12px;
  }
}
.p-renew-thanks__blue-text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #4397ff;
  letter-spacing: 0.2em;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .p-renew-thanks__blue-text {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
.p-renew-thanks__flex {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
}
@media (max-width: 760px) {
  .p-renew-thanks__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
  }
}
.p-renew-thanks__detail {
  text-align: center;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #747474;
  letter-spacing: 0.2em;
}
@media (max-width: 760px) {
  .p-renew-thanks__detail {
    margin-bottom: 4px;
    font-size: 10px;
  }
}
.p-renew-thanks__small-button {
  width: 300px;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .p-renew-thanks__small-button {
    width: 280px;
  }
}
.p-renew-thanks__small-button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-renew-thanks__cale {
  width: 100%;
}
.p-renew-thanks__line-button {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 456px;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 760px) {
  .p-renew-thanks__line-button {
    margin-bottom: 24px;
    width: 300px;
  }
}
.p-renew-thanks__line-button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-renew-thanks__line-img {
  width: 100%;
}
.p-renew-thanks__banner {
  width: 870px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1080px) {
  .p-renew-thanks__banner {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .p-renew-thanks__banner {
    width: 300px;
  }
}

body.page-index .l-index,
body.page-index .container-renew-fv,
body.page-index .container-renew-about,
body.page-index .container-renew-method,
body.page-index .container-renew-point,
body.page-index .container-renew-point-2,
body.page-index .container-renew-flow,
body.page-index .new-container-1,
body.page-index .new-container-2,
body.page-index .new-container-11,
body.page-index .new-container-15,
body.page-index .new-container-152 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-index-spmain::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

body.page-index .l-new-header,
body.page-index #navArea {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 950;
}

body.page-index .full-width-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
  body.page-index .l-index,
  body.page-index .container-renew-fv,
  body.page-index .container-renew-about,
  body.page-index .container-renew-method,
  body.page-index .container-renew-point,
  body.page-index .container-renew-point-2,
  body.page-index .container-renew-flow,
  body.page-index .new-container-1,
  body.page-index .new-container-2,
  body.page-index .new-container-11,
  body.page-index .new-container-15,
  body.page-index .new-container-152,
  body.page-index .l-new-header,
  body.page-index #navArea {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    box-sizing: border-box;
  }
  .l-index-spmain {
    background-color: #fff;
  }
  .l-index-spmain::before {
    display: none;
  }
}
.l-index {
  padding-top: 49px !important;
}

.container-renew-fv {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

body.page-index .l-wrapper {
  background-image: url("https://digital-hacks.jp/_assets/img/spmain/fv/bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.p-renew-fv {
  background-color: #fff5f5;
  padding-top: min(116px, 24.1025641026vw);
  padding-bottom: min(377px, 78.4615384615vw);
  position: relative;
  overflow: hidden;
}
.p-renew-fv__content-wrapper {
  width: min(480px, 100vw);
  margin: 0 auto;
  background-color: #fff5f5;
}
.p-renew-fv__wrap {
  position: relative;
  text-align: center;
}
.p-renew-fv__sub-title {
  text-decoration: underline;
  font-size: min(21px, 4.358974359vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: min(16px, 3.3333333333vw);
}
.p-renew-fv__h1 {
  margin-bottom: min(27px, 5.641025641vw);
  font-size: min(46px, 9.4871794872vw);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #ff2a2e;
}
.p-renew-fv__h1--sub {
  color: #ff2a2e;
}
.p-renew-fv__font-small {
  font-size: min(32px, 6.6666666667vw);
}
.p-renew-fv__font-medium {
  font-size: min(41px, 8.4615384615vw);
}
.p-renew-fv__down-title {
  font-size: min(23px, 4.8717948718vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: min(43px, 8.9743589744vw);
}
.p-renew-fv__down-title span {
  background-color: transparent;
  color: #ff2a2e;
  margin-right: 0;
  padding: 2px 4px;
  text-decoration: underline !important;
}
.p-renew-fv__color-black {
  color: #333;
}
.p-renew-fv__yellow-line {
  background: linear-gradient(transparent 68%, #ffbd24 68%, #ffbd24 90%, transparent 90%);
  color: #333;
}
.p-renew-fv__box {
  width: 100%;
  display: none;
}
.p-renew-fv__obj {
  width: min(515px, 107.1794871795vw);
  position: absolute;
  left: 50%;
  transform: translateX(-52%);
  bottom: -415px;
}
@media (max-width: 480px) {
  .p-renew-fv__obj {
    bottom: -86.4102564103vw;
  }
}

.p-renew-black {
  background-color: initial;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: min(23px, 4.8717948718vw);
  padding-bottom: 0;
  margin-bottom: -25px;
}
.p-renew-black__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-renew-black__letter {
  display: none;
}
.p-renew-black__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: min(83px, 17.1794871795vw);
}
.p-renew-black__arrow {
  width: min(25px, 5.1282051282vw);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: min(25px, 5.1282051282vw);
}
.p-renew-black__button-img {
  width: 100%;
}

.p-fv-spmain__logo {
  width: min(max(20.8333333333vw, 226.875px), 20.8333333333vw);
  position: fixed;
  top: 50%;
  left: calc(19% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1850px) {
  .p-fv-spmain__logo {
    left: calc(18% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1550px) {
  .p-fv-spmain__logo {
    left: calc(17% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1300px) {
  .p-fv-spmain__logo {
    left: calc(15.2% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1200px) {
  .p-fv-spmain__logo {
    left: calc(14.5% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1089px) {
  .p-fv-spmain__logo {
    display: none;
  }
}
.p-fv-spmain__index {
  margin-bottom: 1.25vw;
  width: 6.5277777778vw;
}
.p-fv-spmain__box {
  width: 21.5277777778vw;
  position: fixed;
  top: 50%;
  right: calc(19% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1850px) {
  .p-fv-spmain__box {
    right: calc(17% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1550px) {
  .p-fv-spmain__box {
    right: calc(16% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1300px) {
  .p-fv-spmain__box {
    right: calc(14.2% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1200px) {
  .p-fv-spmain__box {
    right: calc(13.5% - min(max(20.8333333333vw, 226.875px), 20.8333333333vw) / 2);
  }
}
@media (max-width: 1089px) {
  .p-fv-spmain__box {
    display: none;
  }
}
.p-fv-spmain__ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.9027777778vw;
  margin-bottom: 2.0833333333vw;
}
.p-fv-spmain__li {
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.26);
  border-radius: 0.6944444444vw;
  padding-right: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  width: 100%;
  height: 3.75vw;
  position: relative;
}
.p-fv-spmain__anker {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  color: #ff2a2e !important;
  height: 100%;
  transition: all 0.3s;
}
.p-fv-spmain__anker:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-fv-spmain__anker-text {
  color: #ff2a2e !important;
  font-size: 1.3194444444vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-fv-spmain__anker-icon {
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1805555556vw;
}
.p-fv-spmain__button {
  width: 100%;
  height: 4.6527777778vw;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2.3611111111vw;
  background-color: #fec000;
}
.p-fv-spmain__button-text {
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
}
.p-fv-spmain__button-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5680555556vw;
  right: 1.3611111111vw;
}

body.page-index .new-container-1 {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-new-campaign {
  background-color: #ffffff;
  padding-top: min(81px, 16.9230769231vw);
}
.p-new-campaign__img {
  width: 100%;
}
.p-new-campaign__wrap {
  width: 100%;
}

.new-container-2 {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-renew-campaign {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background-color: #ff2a2e;
  padding-bottom: min(62px, 12.8205128205vw);
  position: relative;
  padding-top: 19px;
}
@media (max-width: 480px) {
  .p-renew-campaign {
    padding-top: 3.9564102564vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-renew-campaign__a {
  transition: all 0.3s;
}
.p-renew-campaign__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-renew-campaign__container {
  width: 100% !important;
}

.p-new-ctr-1__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-new-ctr-1__img-c {
  width: 100%;
}
.p-new-ctr-1__right {
  text-align: center;
  width: 100%;
}
.p-new-ctr-1__up {
  margin-bottom: min(16px, 3.3333333333vw);
}
.p-new-ctr-1__title-img {
  width: min(426px, 88.7179487179vw);
  margin-top: 30px;
}
.p-new-ctr-1__middle {
  display: none !important;
}
.p-new-ctr-1__flex-middle {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(17px, 3.5897435897vw);
  margin-bottom: min(17px, 3.5897435897vw);
}
.p-new-ctr-1__logo {
  width: min(123px, 25.641025641vw);
  transform: translateY(min(-5px, -1.0256410256vw));
}
.p-new-ctr-1__middle {
  font-size: min(25px, 5.1282051282vw);
  font-weight: 600;
  color: #ff2a2e;
  background-color: #fff;
  border-radius: min(6px, 1.2820512821vw);
  padding: min(4px, 0.7692307692vw) min(9px, 1.7948717949vw) min(10px, 2.0512820513vw) min(9px, 1.7948717949vw);
  line-height: 1;
}
.p-new-ctr-1__middle span {
  font-size: min(33px, 6.9230769231vw);
}
.p-new-ctr-1__down {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(17px, 3.5897435897vw);
  margin-bottom: min(27px, 5.641025641vw);
}
.p-new-ctr-1__hosi-icon {
  width: min(111px, 23.0769230769vw);
  object-fit: cover;
}
.p-new-ctr-1__down-p {
  color: #fff;
  font-weight: 700;
  font-size: min(24px, 4.8717948718vw);
  text-align: left;
}
.p-new-ctr-1__button-gold {
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  width: 100%;
  height: min(79px, 16.4102564103vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: min(62px, 12.8205128205vw);
  transition: all 0.3s;
}
.p-new-ctr-1__button-gold:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-new-ctr-1__button-text-gold {
  color: #212121;
  font-size: min(20px, 4.1025641026vw);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-new-ctr-1__ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(25px, 5.1282051282vw);
  width: min(30px, 6.1538461538vw);
  height: min(30px, 6.1538461538vw);
}
.p-new-ctr-1__detail {
  margin-top: min(25px, 5.1282051282vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(10px, 2.0512820513vw);
}
.p-new-ctr-1__limit-icon {
  width: 100%;
  max-width: 316px;
}

.container-renew-about {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-renew-about {
  padding-top: min(82px, 19.2307692308vw);
  padding-bottom: min(74px, 15.3846153846vw);
  background: linear-gradient(to bottom, #fff, #fff5f5);
}
.p-renew-about__wrap {
  text-align: center;
}
.p-renew-about__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: min(42px, 8.7179487179vw);
  height: min(86px, 17.9487179487vw);
}
.p-renew-about__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: min(123px, 25.641025641vw);
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-renew-about__japanese-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(6px, 1.3333333333vw);
  width: 100%;
  margin-top: -19px;
  top: 33%;
  position: relative;
  z-index: 4;
}
@media (max-width: 480px) {
  .p-renew-about__japanese-group {
    margin-top: -4.358974359vw;
  }
}
.p-renew-about__logo {
  width: min(197px, 41.0256410256vw);
}
.p-renew-about__japanese {
  font-size: min(30px, 6.1538461538vw);
  font-weight: 700;
}
.p-renew-about__sub-text {
  width: min(409px, 85.1282051282vw);
  margin: 0 auto;
  margin-bottom: min(37px, 7.6923076923vw);
}
.p-renew-about__down {
  display: flex;
  flex-direction: column-reverse;
  row-gap: min(37px, 7.6923076923vw);
  column-gap: min(49px, 10.2564102564vw);
}
.p-renew-about__text-group {
  max-width: min(615px, 128.2051282051vw);
  width: 100%;
}
.p-renew-about__text {
  font-size: min(18px, 3.8461538462vw);
  letter-spacing: 0.04em;
  text-align: left;
}
.p-renew-about__text:not(:last-child) {
  margin-bottom: min(37px, 7.6923076923vw);
}
.p-renew-about__text span {
  font-weight: 700;
  color: #ff2a2e;
}
.p-renew-about__button {
  width: 100%;
  margin-top: min(49px, 10.2564102564vw);
  display: block;
}
.p-renew-about__button-img {
  width: 100%;
}
.p-renew-about__img {
  width: 100%;
  border-radius: min(12px, 2.5641025641vw);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}
.p-renew-about__img--pc {
  display: none;
}
.p-renew-about__img--sp {
  display: block;
}

.new-container-152 {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-new-voice {
  overflow-x: hidden;
  background: url(https://digital-hacks.jp/_assets/img/renew/voice/bg-spmain.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  padding-top: min(68px, 14.1025641026vw);
  padding-bottom: min(74px, 15.3846153846vw);
}
.p-new-voice .swiper-img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.p-new-voice__renew-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(12px, 2.5128205128vw);
  margin-top: min(25px, 5.1282051282vw);
  width: min(480px, 100vw);
  margin-left: auto;
  margin-right: auto;
}
.p-new-voice__renew-button-text {
  font-weight: 700;
  font-size: min(22px, 4.6153846154vw);
  letter-spacing: 0.02em;
  color: #fff;
}
.p-new-voice__renew-arrow {
  width: min(12px, 2.5641025641vw);
  margin-top: min(5px, 1.0256410256vw);
}
.p-new-voice__wrappings {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: min(4px, 0.7692307692vw);
}
.p-new-voice__wrappings--sp {
  display: flex;
}
.p-new-voice__title-ups {
  width: min(337px, 70.2564102564vw);
}
.p-new-voice__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(22px, 4.6153846154vw);
  margin-bottom: min(31px, 6.4102564103vw);
}
.p-new-voice__letter-1 {
  font-size: min(26px, 5.3846153846vw);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
.p-new-voice__letter-2 {
  font-size: min(26px, 5.3846153846vw);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ff2a2e;
  background-color: #fff;
  line-height: 1;
  padding: min(5px, 1.0256410256vw) min(4px, 0.7692307692vw) min(7px, 1.5384615385vw) min(4px, 0.7692307692vw);
}
.p-new-voice__swiper-container {
  max-width: min(480px, 100vw);
  margin: 0 auto;
  padding-right: min(43px, 8.9743589744vw);
  padding-left: min(43px, 8.9743589744vw);
}
.p-new-voice__swiper-container--pc {
  display: none !important;
}
.p-new-voice__swiper-container--sp {
  display: block !important;
}
.p-new-voice__button {
  width: min(394px, 82.0512820513vw);
  margin: 0 auto;
  margin-top: min(22px, 4.6153846154vw);
  display: block;
}
.p-new-voice__button-img {
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: min(33px, 6.9230769231vw) !important;
  width: min(21px, 4.358974359vw) !important;
}

.swiper-button-prev {
  left: min(11px, 2.3076923077vw) !important;
  top: 50% !important;
}

.swiper-container {
  position: relative;
}

.swiper-button-next {
  right: min(7px, 1.5384615385vw) !important;
  left: initial !important;
  top: 50% !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: min(38px, 7.9487179487vw) !important;
  margin: auto !important;
  width: min(27px, 5.641025641vw) !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/left-button-sp.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(https://digital-hacks.jp/_assets/img/index-new/voice/right-button-sp.svg);
}

.swiper-pagination {
  display: block;
  bottom: min(-36px, -7.4358974359vw) !important;
}

.swiper-pagination-spp {
  display: block;
  bottom: min(-36px, -7.4358974359vw) !important;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #ffaaa5 !important;
  width: min(9px, 1.9230769231vw) !important;
  height: min(9px, 1.9230769231vw) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.swiper-pagination-spp-bullet {
  background: #ffaaa5 !important;
  width: min(9px, 1.9230769231vw) !important;
  height: min(9px, 1.9230769231vw) !important;
  opacity: 1 !important;
}

.swiper-pagination-spp-bullet-active {
  background: #ffffff !important;
}

.container-renew-reason {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-new-reason {
  padding-top: min(80px, 16.6666666667vw);
  padding-bottom: min(136px, 25.641025641vw);
  background-color: #f6f6f6;
  text-align: center;
}
@media (max-width: 480px) {
  .p-new-reason {
    padding-bottom: 28.3333333333vw;
  }
}
.p-new-reason__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: min(32px, 6.6666666667vw);
  height: min(91px, 18.9743589744vw);
  max-width: min(480px, 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-new-reason__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: min(123px, 25.641025641vw);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-new-reason__title-p {
  font-size: min(30px, 6.1538461538vw);
  font-weight: 700;
  position: relative;
  letter-spacing: 0.04em;
  z-index: 1;
  line-height: 1.4;
  margin-top: -7px;
}
@media (max-width: 480px) {
  .p-new-reason__title-p {
    margin: -1.2820512821vw;
  }
}
.p-new-reason__title-p span {
  color: #ff2a2e;
}
.p-new-reason__down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(49px, 10.2564102564vw);
}
.p-new-reason__reco-img {
  width: 100%;
}
.p-new-reason__list-groups {
  width: 100%;
}
.p-new-reason__arrow {
  width: min(37px, 7.6923076923vw);
  text-align: center;
  margin-top: min(43px, 8.9743589744vw);
}

.container-renew-method {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-method {
  padding-top: 69px;
  padding-bottom: 169px;
  position: relative;
  background: url(https://digital-hacks.jp/_assets/img/renew/method/bg.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.p-method__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  height: 105px;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.p-method__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.05em;
  font-size: 108px;
  line-height: 1;
  color: #4b4b4b;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-method__japanese {
  position: relative;
  z-index: 4;
  margin-top: 3px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.p-method__sub-title {
  color: #b9a67e;
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #b9a67e;
  border-bottom: 1px solid #b9a67e;
  margin-bottom: 29px;
  display: inline-block;
  line-height: 1.65;
}
.p-method__boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.p-method__icon {
  width: 16px;
  height: 16px;
}
.p-method__img {
  width: 100%;
}
.p-method__left {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  text-align: left;
}
.p-method__right {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 2;
}
.p-method__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 23px;
  margin-bottom: 42px;
}

.p-point__white-box {
  text-align: center;
  position: absolute;
  transform: translateX(-50%) !important;
  left: 50%;
  bottom: -972px;
  z-index: 3;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.p-point__white-title {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-point__white-title span {
  color: #ff2a2e;
}

.p-point__white-up {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.p-point__white-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.p-point__kakko {
  display: none;
}

.p-point__black-arrow {
  width: 66px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-point__teacher-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 37px;
  row-gap: 25px;
}

.p-point__teacher {
  width: 132px;
}

.p-point__person {
  max-width: 130px;
  width: 100%;
  margin-bottom: 6px;
}

.p-point__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.p-point__profession-group {
  font-weight: 400;
  font-size: 10px;
}
.p-point__profession-group span {
  font-weight: 700;
  color: #fff;
  background-color: #ff2a2e;
  line-height: 1;
  padding-right: 1.5px;
  padding-left: 1.5px;
}

.container-renew-point,
.container-renew-point-2 {
  width: min(480px, 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-point {
  padding-top: 82px;
  padding-bottom: 74px;
  overflow: hidden;
  background-color: #fff4f5;
  position: relative;
}
@media (max-width: 480px) {
  .p-point {
    padding-top: 17.1794871795vw;
    padding-bottom: 15.3846153846vw;
  }
}
.p-point--3 {
  font-size: 42px;
}
@media (max-width: 480px) {
  .p-point--3 {
    font-size: 8.7179487179vw;
  }
}
.p-point--red {
  color: #ff2a2e;
}
.p-point__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 31px;
  height: 86px;
}
@media (max-width: 480px) {
  .p-point__title-group {
    margin-bottom: 6.4102564103vw;
    height: 17.9487179487vw;
  }
}
.p-point__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: 123px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 480px) {
  .p-point__h2 {
    font-size: 25.641025641vw;
  }
}
.p-point__japanese {
  position: relative;
  z-index: 4;
  margin-top: -6px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .p-point__japanese {
    margin-top: -1.2820512821vw;
    font-size: 6.1538461538vw;
  }
}
.p-point__group {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  position: static;
  transform: initial;
}
@media (max-width: 480px) {
  .p-point__group {
    row-gap: 5.1282051282vw;
  }
}
.p-point__child {
  cursor: pointer;
  position: relative;
  border-radius: 31px;
  width: 100%;
  max-width: 418px;
  box-shadow: 0px 0px 20px rgba(255, 42, 46, 0.2);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .p-point__child {
    border-radius: 6.4102564103vw;
    max-width: 84.6153846154vw;
  }
}
.p-point__child:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-point__child-img {
  border-radius: 31px;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .p-point__child-img {
    border-radius: 6.4102564103vw;
  }
}
.p-point__child-svg {
  animation: arrowBounceSP 2s ease-in-out infinite;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  width: 20px;
}
@media (max-width: 480px) {
  .p-point__child-svg {
    right: 6.4102564103vw;
    width: 4.1025641026vw;
  }
}

.p-point-four {
  padding-top: 74px;
  padding-bottom: 74px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 480px) {
  .p-point-four {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
}
.p-point-four__detail {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}
@media (max-width: 480px) {
  .p-point-four__detail {
    font-size: 3.8461538462vw;
  }
}
.p-point-four__left {
  max-width: 554px;
  text-align: center;
}
@media (max-width: 480px) {
  .p-point-four__left {
    max-width: 115.3846153846vw;
  }
}
.p-point-four__right {
  max-width: 554px;
  margin-bottom: 28px;
  width: 100%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 37px;
}
@media (max-width: 480px) {
  .p-point-four__right {
    max-width: 115.3846153846vw;
    margin-bottom: 5.8974358974vw;
    border-radius: 7.6923076923vw;
  }
}
.p-point-four__more {
  width: 283px;
  margin: 0 auto;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-point-four__more {
    width: 58.9743589744vw;
    margin-bottom: 1.5384615385vw;
  }
}
.p-point-four__more-img {
  width: 100%;
}
.p-point-four__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 480px) {
  .p-point-four__title {
    font-size: 5.3846153846vw;
  }
}
.p-point-four__title span {
  color: #ff2a2e;
}
.p-point-four__first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .p-point-four__first {
    row-gap: 3.3333333333vw;
    margin-bottom: 7.6923076923vw;
  }
}
.p-point-four__down {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .p-point-four__down {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}

.community-swipers {
  max-width: min(480px, 100vw);
  margin: 0 auto;
}

.p-community__swiper-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .p-community__swiper-img {
    border-radius: 2.5641025641vw;
  }
}

.swiper-paginations5 {
  text-align: center;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .swiper-paginations5 {
    margin-top: 3.5897435897vw;
  }
}
.swiper-paginations5 .swiper-pagination-bullet {
  background-color: #e8e8e8 !important;
  color: #e8e8e8 !important;
  width: 9px !important;
  height: 9px !important;
}
@media (max-width: 480px) {
  .swiper-paginations5 .swiper-pagination-bullet {
    width: 1.7948717949vw !important;
    height: 1.7948717949vw !important;
  }
}
.swiper-paginations5 .swiper-pagination-bullet-active {
  background-color: #ffaaa5 !important;
  color: #ffaaa5 !important;
  width: 9px !important;
  height: 9px !important;
}
@media (max-width: 480px) {
  .swiper-paginations5 .swiper-pagination-bullet-active {
    width: 1.7948717949vw !important;
    height: 1.7948717949vw !important;
  }
}

@keyframes arrowBounceSP {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%) translateY(5px);
  }
  100% {
    transform: translateY(-50%);
  }
}
.p-point-spmain {
  background-color: #fff4f5;
}
.p-point-spmain__child {
  box-shadow: 0px 0px 15px rgba(255, 42, 46, 0.2);
  background-color: #fff;
}
.p-point-spmain__child:not(:last-child) {
  margin-bottom: 74px;
}
@media (max-width: 480px) {
  .p-point-spmain__child:not(:last-child) {
    margin-bottom: 15.3846153846vw;
  }
}
.p-point-spmain__number {
  font-family: adobe-arabic, sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  border-radius: 0px 0px 6px 6px;
  background-color: #ff2a2e;
  margin-bottom: 36px;
  text-align: center;
  width: 145px;
  display: inline-block;
  line-height: 1;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6px;
}
@media (max-width: 480px) {
  .p-point-spmain__number {
    font-size: 7.6923076923vw;
    border-radius: 0px 0px 1.2820512821vw 1.2820512821vw;
    margin-bottom: 7.4358974359vw;
    width: 30.2564102564vw;
    padding-right: 3.0769230769vw;
    padding-left: 3.0769230769vw;
    padding-top: 1.2820512821vw;
  }
}
.p-point-spmain__h2 {
  font-size: 27px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p-point-spmain__h2 {
    font-size: 5.641025641vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-point-spmain__h2 span {
  color: #ff2a2e;
}
.p-point-spmain__container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  text-align: center;
}
@media (max-width: 480px) {
  .p-point-spmain__container {
    padding-right: 3.8461538462vw;
    padding-left: 3.8461538462vw;
  }
}
.p-point-spmain__hr {
  width: 100%;
  margin-bottom: 37px;
  color: #bababa;
}
@media (max-width: 480px) {
  .p-point-spmain__hr {
    margin-bottom: 7.6923076923vw;
  }
}
.p-point-spmain__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.9;
}
@media (max-width: 480px) {
  .p-point-spmain__description {
    font-size: 3.8461538462vw;
  }
}
.p-point-spmain__first-img {
  margin-top: 37px;
  margin-bottom: 43px;
  width: 100%;
}
@media (max-width: 480px) {
  .p-point-spmain__first-img {
    margin-top: 7.6923076923vw;
    margin-bottom: 8.9743589744vw;
  }
}
.p-point-spmain__middle-text {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .p-point-spmain__middle-text {
    margin-bottom: 7.6923076923vw;
    font-size: 4.8717948718vw;
  }
}
.p-point-spmain__first-graph {
  width: 100%;
  padding-bottom: 62px;
}
@media (max-width: 480px) {
  .p-point-spmain__first-graph {
    padding-bottom: 12.8205128205vw;
  }
}
.p-point-spmain__span-back-red {
  font-size: 28px;
  color: #fff;
  background-color: #ff2a2e;
  margin-right: 6px;
  padding-right: 4px;
  padding-left: 4px;
}
@media (max-width: 480px) {
  .p-point-spmain__span-back-red {
    font-size: 5.8974358974vw;
    margin-right: 1.2820512821vw;
    padding-right: 0.7692307692vw;
    padding-left: 0.7692307692vw;
  }
}
.p-point-spmain__span-back-black {
  font-size: 28px;
  color: #fff;
  background-color: #414141;
  margin-right: 6px;
  padding-right: 4px;
  padding-left: 4px;
}
@media (max-width: 480px) {
  .p-point-spmain__span-back-black {
    font-size: 5.8974358974vw;
    margin-right: 1.2820512821vw;
    padding-right: 0.7692307692vw;
    padding-left: 0.7692307692vw;
  }
}
.p-point-spmain__span-black {
  color: #212121;
  font-size: 28px;
}
@media (max-width: 480px) {
  .p-point-spmain__span-black {
    font-size: 5.8974358974vw;
  }
}
.p-point-spmain__span-red {
  color: #ff2a2e;
  font-size: 28px;
}
@media (max-width: 480px) {
  .p-point-spmain__span-red {
    font-size: 5.8974358974vw;
  }
}
.p-point-spmain__sub-title {
  margin-top: 49px;
  width: 100%;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .p-point-spmain__sub-title {
    margin-top: 10.2564102564vw;
    margin-bottom: 7.6923076923vw;
  }
}
.p-point-spmain__groups {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 21px;
  column-gap: 20px;
  padding-bottom: 62px;
}
@media (max-width: 480px) {
  .p-point-spmain__groups {
    row-gap: 4.358974359vw;
    column-gap: 4.1025641026vw;
    padding-bottom: 12.8205128205vw;
  }
}
.p-point-spmain__img {
  width: calc((100% - 20px) / 2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
@media (max-width: 480px) {
  .p-point-spmain__img {
    width: calc((100% - 4.1025641026vw) / 2);
  }
}
.p-point-spmain__img-5 {
  margin-top: 37px;
  width: 100%;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .p-point-spmain__img-5 {
    margin-top: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.p-point-spmain__swiper {
  padding-bottom: 62px;
}
@media (max-width: 480px) {
  .p-point-spmain__swiper {
    padding-bottom: 12.8205128205vw;
  }
}
.p-point-spmain__more-text {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.04em;
  color: #212121;
  text-align: center;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .p-point-spmain__more-text {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
.p-point-spmain__more-text span {
  color: #ff2a2e;
}
.p-point-spmain__more-sub {
  width: 283px;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .p-point-spmain__more-sub {
    width: 58.9743589744vw;
    margin-bottom: 2.5641025641vw;
  }
}

.p-renew-price {
  background-color: #fff;
  padding-top: 71px;
  padding-bottom: 74px;
  text-align: center;
}
@media (max-width: 480px) {
  .p-renew-price {
    padding-top: 14.8717948718vw;
    padding-bottom: 15.3846153846vw;
  }
}
.p-renew-price__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: 123px;
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 480px) {
  .p-renew-price__h2 {
    font-size: 25.641025641vw;
  }
}
.p-renew-price__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 86px;
  margin-bottom: 21px;
}
@media (max-width: 480px) {
  .p-renew-price__title-group {
    height: 17.9487179487vw;
    margin-bottom: 4.358974359vw;
  }
}
.p-renew-price__japanese {
  position: relative;
  z-index: 4;
  font-weight: 700;
  font-size: 30px;
  margin-top: 9px;
}
@media (max-width: 480px) {
  .p-renew-price__japanese {
    font-size: 6.1538461538vw;
    margin-top: 1.7948717949vw;
  }
}
.p-renew-price__japanese span {
  color: #ff2a2e;
}
.p-renew-price__kome {
  margin-top: 25px;
  font-size: 14px;
  color: #212121;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 480px) {
  .p-renew-price__kome {
    margin-top: 5.1282051282vw;
    font-size: 2.8205128205vw;
  }
}

.p-price-may {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.1);
  width: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 480px) {
  .p-price-may {
    border-radius: 2.5641025641vw;
  }
}
.p-price-may__new-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff2a2e;
  border-radius: 49px;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 70px;
  box-shadow: 3px 7px 15px rgba(255, 42, 46, 0.25);
  height: 79px;
  width: 100%;
}
@media (max-width: 480px) {
  .p-price-may__new-button {
    border-radius: 10.2564102564vw;
    margin-top: 14.6153846154vw;
    height: 16.4102564103vw;
  }
}
.p-price-may__button-arrow-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 30px;
  height: 30px;
}
@media (max-width: 480px) {
  .p-price-may__button-arrow-new {
    right: 5.641025641vw;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.p-price-may__button-text-new {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .p-price-may__button-text-new {
    font-size: 4.6153846154vw;
  }
}
.p-price-may__wrapping {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 32px 21px 0;
  margin-bottom: 27px;
  width: 369px;
}
@media (max-width: 480px) {
  .p-price-may__wrapping {
    padding: 6.6666666667vw 4.358974359vw 0;
    margin-bottom: 5.641025641vw;
    width: 76.9230769231vw;
  }
}
.p-price-may__wrapping2 {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 480px) {
  .p-price-may__wrapping2 {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
.p-price-may__padding {
  padding: 0px 0 86px !important;
}
@media (max-width: 480px) {
  .p-price-may__padding {
    padding: 0px 0 17.9487179487vw !important;
  }
}
.p-price-may__sp-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-price-may__popular-icon {
  display: none;
}
.p-price-may__sp-button {
  height: 48px;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #fff;
}
@media (max-width: 480px) {
  .p-price-may__sp-button {
    height: 10vw;
    border-top-left-radius: 2.0512820513vw;
    border-top-right-radius: 2.0512820513vw;
  }
}
.p-price-may__sp-button--mini {
  background-color: #e5e5e5;
  color: #fff;
}
.p-price-may__sp-button--mini.actives {
  background-color: #ffe6e6;
  color: #333;
  z-index: 2;
}
.p-price-may__sp-button--pro {
  background-color: #e5e5e5;
  color: #fff;
}
.p-price-may__sp-button--pro.active {
  background-color: #ff2a2e;
  color: #fff;
  z-index: 2;
}
.p-price-may__sp-button.inactive {
  background-color: #bababa;
  border-color: #bababa;
}
.p-price-may__inner {
  max-width: initial !important;
  margin: 0 !important;
}
.p-price-may__sp-logo {
  width: 149px;
}
@media (max-width: 480px) {
  .p-price-may__sp-logo {
    width: 31.0256410256vw;
  }
}
.p-price-may__sp-title {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 480px) {
  .p-price-may__sp-title {
    font-size: 3.0769230769vw;
  }
}
.p-price-may__sp-popular {
  position: absolute;
  top: -46px;
  right: -14px;
  z-index: 1;
  width: 69px;
}
@media (max-width: 480px) {
  .p-price-may__sp-popular {
    top: -9.4871794872vw;
    right: -2.8205128205vw;
    width: 14.358974359vw;
  }
}
.p-price-may__background-color {
  background-color: #fff !important;
}
.p-price-may__mini {
  display: none;
  border: 1px solid #ffe6e6;
  padding-bottom: 37px;
}
@media (max-width: 480px) {
  .p-price-may__mini {
    padding-bottom: 7.6923076923vw;
  }
}
.p-price-may__pro {
  border: 1px solid #ff2a2e;
  padding-bottom: 37px;
  position: relative;
}
@media (max-width: 480px) {
  .p-price-may__pro {
    padding-bottom: 7.6923076923vw;
  }
}
.p-price-may__logo {
  width: 100%;
}
.p-price-may__title-wrap {
  text-align: center;
}
.p-price-may__description {
  font-size: 17px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f6f6f6;
}
@media (max-width: 480px) {
  .p-price-may__description {
    font-size: 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
    padding-top: 2.8205128205vw;
    padding-bottom: 2.8205128205vw;
  }
}
.p-price-may__price-reco {
  position: absolute;
  width: 102px;
  top: 0;
  right: -1px;
}
@media (max-width: 480px) {
  .p-price-may__price-reco {
    width: 21.2820512821vw;
  }
}
.p-price-may__price-group {
  margin: 0 auto;
  margin-bottom: 28px;
  width: 240px;
}
@media (max-width: 480px) {
  .p-price-may__price-group {
    margin-bottom: 5.8974358974vw;
    width: 50vw;
  }
}
.p-price-may__price-group--pro {
  width: 258px;
}
@media (max-width: 480px) {
  .p-price-may__price-group--pro {
    width: 53.8461538462vw;
  }
}
.p-price-may__price-group--specials {
  width: 262px;
}
@media (max-width: 480px) {
  .p-price-may__price-group--specials {
    width: 54.6153846154vw;
  }
}
.p-price-may__price {
  width: 100%;
}
.p-price-may__hatena {
  width: 18px;
  position: absolute;
  transform: translateY(-50%);
  right: -32px;
  top: 53%;
  cursor: pointer;
}
@media (max-width: 480px) {
  .p-price-may__hatena {
    width: 3.8461538462vw;
    right: -6.6666666667vw;
  }
}
.p-price-may__hatena--pro {
  right: -32px;
}
@media (max-width: 480px) {
  .p-price-may__hatena--pro {
    right: -6.6666666667vw;
  }
}
.p-price-may__hatena--d {
  right: -32px;
  top: 53%;
}
@media (max-width: 480px) {
  .p-price-may__hatena--d {
    right: -6.6666666667vw;
  }
}
.p-price-may__hatena--e {
  top: 53%;
  right: -32px;
}
@media (max-width: 480px) {
  .p-price-may__hatena--e {
    right: -6.6666666667vw;
  }
}
.p-price-may__answer {
  display: none;
  position: absolute;
  top: 71%;
  right: -4px;
  z-index: 1;
  width: 55%;
}
@media (max-width: 480px) {
  .p-price-may__answer {
    right: -0.7692307692vw;
  }
}
.p-price-may__answer--pro {
  right: -5px;
}
@media (max-width: 480px) {
  .p-price-may__answer--pro {
    right: -1.0256410256vw;
  }
}
.p-price-may__answer--d {
  right: -15px;
  top: 102%;
  width: 61%;
}
@media (max-width: 480px) {
  .p-price-may__answer--d {
    right: -3.0769230769vw;
  }
}
.p-price-may__answer--e {
  top: 108%;
  right: -7px;
  width: 58%;
}
@media (max-width: 480px) {
  .p-price-may__answer--e {
    right: -1.5384615385vw;
  }
}
.p-price-may__dl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #ffe6e6;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 480px) {
  .p-price-may__dl {
    height: 14.6153846154vw;
    padding-right: 2.0512820513vw;
    padding-left: 2.0512820513vw;
  }
}
.p-price-may__dl--ash {
  background-color: #f6f6f6;
}
.p-price-may__dl:last-child {
  border-bottom: 1px solid #ffe6e6;
}
.p-price-may__dl--red {
  border-top: 1px solid #ff2a2e;
}
.p-price-may__dl--red:last-child {
  border-bottom: 1px solid #ff2a2e;
}
.p-price-may__dl--special {
  column-gap: min(4vw, 49px);
}
@media (max-width: 480px) {
  .p-price-may__dl--special {
    column-gap: 10.2564102564vw;
  }
}
.p-price-may__dt {
  width: 80%;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .p-price-may__dt {
    font-size: 3.0769230769vw;
  }
}
.p-price-may__dd {
  font-size: 17px;
  width: 60%;
  color: #333;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media (max-width: 480px) {
  .p-price-may__dd {
    font-size: 3.5897435897vw;
  }
}
.p-price-may__dd span {
  font-family: "din-2014", sans-serif;
  font-size: 31px;
  transform: translateY(1px);
  letter-spacing: -0.02em;
  margin-right: min(0.4vw, 5px);
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-price-may__dd span {
    font-size: 6.4102564103vw;
    margin-right: 1.0256410256vw;
  }
}
.p-price-may__object-group {
  width: 17px;
  height: 17px;
  transform: translateY(-1px);
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 480px) {
  .p-price-may__object-group {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-right: 1.2820512821vw;
  }
}
.p-price-may__object {
  width: 100%;
  height: 100%;
}
.p-price-may__date-group {
  margin-bottom: 26px;
}
@media (max-width: 480px) {
  .p-price-may__date-group {
    margin-bottom: 5.3846153846vw;
  }
}
.p-price-may__content-group {
  padding: 23px 0 30px 14px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #c9c9c9;
}
@media (max-width: 480px) {
  .p-price-may__content-group {
    padding: 4.8717948718vw 0 6.1538461538vw 2.8205128205vw;
    margin-bottom: 5.641025641vw;
  }
}
.p-price-may__content-title {
  font-size: 17px;
  margin-bottom: 25px;
  font-weight: 300;
  color: #888888;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-price-may__content-title {
    font-size: 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-price-may__content-title span {
  font-size: 16px;
}
@media (max-width: 480px) {
  .p-price-may__content-title span {
    font-size: 3.3333333333vw;
  }
}
.p-price-may__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 480px) {
  .p-price-may__wrap {
    row-gap: 4.1025641026vw;
  }
}
.p-price-may__content-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 9px;
  position: relative;
}
@media (max-width: 480px) {
  .p-price-may__content-child {
    column-gap: 1.9230769231vw;
  }
}
.p-price-may__check {
  width: 27px;
}
@media (max-width: 480px) {
  .p-price-may__check {
    width: 5.641025641vw;
  }
}
.p-price-may__content {
  font-size: 17px;
  color: #1a1a1a;
  position: relative;
}
@media (max-width: 480px) {
  .p-price-may__content {
    font-size: 3.5897435897vw;
  }
}
.p-price-may__content--gray {
  color: #cbcbcb;
}
.p-price-may__content span {
  color: #ff2a2e;
}
.p-price-may__subject-title {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: 300;
  color: #333;
  line-height: 1;
  margin-left: min(0.6vw, 7px);
}
@media (max-width: 480px) {
  .p-price-may__subject-title {
    font-size: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
    margin-left: 1.5384615385vw;
  }
}
.p-price-may__subject-title span {
  font-size: 14px;
}
@media (max-width: 480px) {
  .p-price-may__subject-title span {
    font-size: 2.8205128205vw;
  }
}
.p-price-may__subject-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.p-price-may__subject-parent, .p-price-may__subject-parent--pro, .p-price-may__subject-parent--pro-intermediate, .p-price-may__subject-parent--pro-practical, .p-price-may__subject-parent--pro-archive {
  display: flex;
  flex-direction: column;
}
.p-price-may__subject-parent:not(:last-child), .p-price-may__subject-parent--pro:not(:last-child), .p-price-may__subject-parent--pro-intermediate:not(:last-child), .p-price-may__subject-parent--pro-practical:not(:last-child), .p-price-may__subject-parent--pro-archive:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .p-price-may__subject-parent:not(:last-child), .p-price-may__subject-parent--pro:not(:last-child), .p-price-may__subject-parent--pro-intermediate:not(:last-child), .p-price-may__subject-parent--pro-practical:not(:last-child), .p-price-may__subject-parent--pro-archive:not(:last-child) {
    margin-bottom: 2.0512820513vw;
  }
}
.p-price-may__subject-button, .p-price-may__subject-button--pro, .p-price-may__subject-button--pro-archive, .p-price-may__subject-button--pro-intermediate, .p-price-may__subject-button--practical {
  color: #333;
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 6px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 20px;
  padding: 19px 0 19px 25px;
  background-color: #ffe6e6;
}
@media (max-width: 480px) {
  .p-price-may__subject-button, .p-price-may__subject-button--pro, .p-price-may__subject-button--pro-archive, .p-price-may__subject-button--pro-intermediate, .p-price-may__subject-button--practical {
    border-radius: 1.2820512821vw;
    font-size: 4.1025641026vw;
    padding: 3.9743589744vw 0 3.9743589744vw 5.1282051282vw;
  }
}
.p-price-may__subject-button::before, .p-price-may__subject-button::after, .p-price-may__subject-button--pro::before, .p-price-may__subject-button--pro::after, .p-price-may__subject-button--pro-archive::before, .p-price-may__subject-button--pro-archive::after, .p-price-may__subject-button--pro-intermediate::before, .p-price-may__subject-button--pro-intermediate::after, .p-price-may__subject-button--practical::before, .p-price-may__subject-button--practical::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  right: 25px;
  background: #333;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .p-price-may__subject-button::before, .p-price-may__subject-button::after, .p-price-may__subject-button--pro::before, .p-price-may__subject-button--pro::after, .p-price-may__subject-button--pro-archive::before, .p-price-may__subject-button--pro-archive::after, .p-price-may__subject-button--pro-intermediate::before, .p-price-may__subject-button--pro-intermediate::after, .p-price-may__subject-button--practical::before, .p-price-may__subject-button--practical::after {
    width: 2.5641025641vw;
    right: 5.1282051282vw;
  }
}
.p-price-may__subject-button::after, .p-price-may__subject-button--pro::after, .p-price-may__subject-button--pro-archive::after, .p-price-may__subject-button--pro-intermediate::after, .p-price-may__subject-button--practical::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.p-price-may__subject-button.is-active::after, .p-price-may__subject-button--pro.is-active::after, .p-price-may__subject-button--pro-archive.is-active::after, .p-price-may__subject-button--pro-intermediate.is-active::after, .p-price-may__subject-button--practical.is-active::after {
  transform: translateY(-50%) rotate(360deg);
}
.p-price-may__subject-button.is-active::before, .p-price-may__subject-button--pro.is-active::before, .p-price-may__subject-button--pro-archive.is-active::before, .p-price-may__subject-button--pro-intermediate.is-active::before, .p-price-may__subject-button--practical.is-active::before {
  transform: translateY(-50%) rotate(360deg);
}
.p-price-may__subject-button--red, .p-price-may__subject-button--pro--red, .p-price-may__subject-button--pro-archive--red, .p-price-may__subject-button--pro-intermediate--red, .p-price-may__subject-button--practical--red {
  background-color: #ff2a2e;
  color: #fff;
}
.p-price-may__subject-child, .p-price-may__subject-child--pro, .p-price-may__subject-child--pro-intermediate, .p-price-may__subject-child--practical, .p-price-may__subject-child--archive {
  display: none;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.p-price-may__subject-child.is-open, .p-price-may__subject-child--pro.is-open, .p-price-may__subject-child--pro-intermediate.is-open, .p-price-may__subject-child--practical.is-open, .p-price-may__subject-child--archive.is-open {
  display: block;
}
.p-price-may__subject-detail-group {
  transition: opacity 0.3s ease-out;
}
.p-price-may__subject-child:not(.is-open) .p-price-may__subject-detail-group, .p-price-may__subject-child--pro:not(.is-open) .p-price-may__subject-detail-group {
  opacity: 0;
}
.p-price-may__subject-detail {
  font-size: 15px;
  padding: 9px 17px;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
}
@media (max-width: 480px) {
  .p-price-may__subject-detail {
    font-size: 3.0769230769vw;
    padding: 1.7948717949vw 3.5897435897vw;
  }
}
.p-price-may__subject-detail span {
  font-size: 14px;
  color: #888888;
}
@media (max-width: 480px) {
  .p-price-may__subject-detail span {
    font-size: 2.8205128205vw;
  }
}
.p-price-may__consult {
  font-size: 15px;
  color: #1a1a1a;
  margin-top: 26px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (max-width: 480px) {
  .p-price-may__consult {
    font-size: 3.0769230769vw;
    margin-top: 5.3846153846vw;
  }
}

.plus-white::before, .plus-white::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  right: 25px;
  background: #fff !important;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .plus-white::before, .plus-white::after {
    width: 2.5641025641vw;
    right: 5.1282051282vw;
  }
}
.plus-white::after {
  transform: translate(0, -50%) rotate(-90deg);
}

.container-renew-flow {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-renew-flow {
  background-color: #f6f6f6;
  padding-top: 75px;
  padding-bottom: 63px;
}
.p-renew-flow__wrap {
  position: relative;
}
.p-renew-flow__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-renew-flow__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 70px;
  margin-bottom: 38px;
}
.p-renew-flow__japanese {
  position: relative;
  z-index: 4;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
}
.p-renew-flow__japanese span {
  color: #ff2a2e;
}
.p-renew-flow__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 19px;
}
.p-renew-flow__stepping {
  width: 82px;
}
.p-renew-flow__right {
  max-width: 259px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 22.5px;
  align-items: flex-start;
  justify-content: center;
  margin-top: -6px;
}
.p-renew-flow__h3 {
  margin-bottom: 9px;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}
.p-renew-flow__content {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #333;
  border-radius: 20px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(255, 42, 46, 0.16);
  min-height: 97px;
}

body.page-index .new-container-15 {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-new-ctr-4 {
  padding-top: 61px;
  padding-bottom: 60px;
  background-color: #ff2a2e;
}
.p-new-ctr-4__conversation {
  display: none;
}
.p-new-ctr-4__img {
  display: none;
}
.p-new-ctr-4__container {
  text-align: center;
}
.p-new-ctr-4__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-new-ctr-4__left {
  text-align: center;
  width: 100%;
}
.p-new-ctr-4__text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.p-new-ctr-4__special {
  font-size: 18px;
}
.p-new-ctr-4__special-2 {
  font-size: 36px;
}
.p-new-ctr-4__sp-img {
  width: 100%;
  margin-bottom: 44px;
  display: block;
}
.p-new-ctr-4__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
  height: 77px;
}
.p-new-ctr-4__buttons-img {
  width: 100%;
}
.p-new-ctr-4__kome {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.p-youtube {
  background-color: #f6f6f6;
  padding-top: 92px;
  padding-bottom: 107px;
}
@media (max-width: 480px) {
  .p-youtube {
    padding-top: 19.2307692308vw;
    padding-bottom: 22.3076923077vw;
  }
}
.p-youtube__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 57px;
  height: 86px;
  max-width: min(480px, 100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .p-youtube__title-group {
    margin-bottom: 11.7948717949vw;
    height: 17.9487179487vw;
  }
}
.p-youtube__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: 123px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 480px) {
  .p-youtube__h2 {
    font-size: 25.641025641vw;
  }
}
.p-youtube__japanese {
  position: relative;
  z-index: 4;
  margin-top: 7px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .p-youtube__japanese {
    margin-top: 1.5384615385vw;
    font-size: 6.1538461538vw;
  }
}
.p-youtube__japanese span {
  color: #ff2a2e;
}
.p-youtube__swiper-container {
  position: relative;
  text-align: center;
  max-width: min(480px, 100vw);
  width: 100%;
  margin: 0 auto;
}
.p-youtube__slide {
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 18px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .p-youtube__slide {
    row-gap: 3.8461538462vw;
  }
}
.p-youtube__img {
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .p-youtube__img {
    margin-bottom: 3.8461538462vw;
  }
}
.p-youtube__explain {
  margin-left: 17px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 480px) {
  .p-youtube__explain {
    margin-left: 3.5897435897vw;
    font-size: 3.8461538462vw;
  }
}
.p-youtube__explain::before {
  background-color: #ff2a2e;
  width: 6px;
  height: 91px;
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
}
@media (max-width: 480px) {
  .p-youtube__explain::before {
    width: 1.2820512821vw;
    height: 18.9743589744vw;
    left: -3.5897435897vw;
  }
}

.swiper-pagination4 {
  position: absolute;
  z-index: 200;
  height: 25px;
  bottom: -34px !important;
}
@media (max-width: 480px) {
  .swiper-pagination4 {
    height: 5.1282051282vw;
    bottom: -7.1794871795vw !important;
  }
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  background-color: #fff !important;
  opacity: 1 !important;
  margin-right: 10px !important;
}
@media (max-width: 480px) {
  .swiper-pagination4 .swiper-pagination-bullet {
    width: 1.7948717949vw !important;
    height: 1.7948717949vw !important;
    margin-right: 2.0512820513vw !important;
  }
}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2a2e !important;
}

.p-youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.p-youtube-modal.is-active {
  display: block;
}
.p-youtube-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-youtube-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 853px;
  background-color: transparent;
}
.p-youtube-modal__content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-youtube-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-youtube-modal #youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.p-youtube-modal__close-btn {
  position: absolute;
  top: -49px;
  right: 0;
  width: 37px;
  height: 37px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .p-youtube-modal__close-btn {
    top: -10.2564102564vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.p-youtube-modal__close-btn:before, .p-youtube-modal__close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.p-youtube-modal__close-btn:before {
  transform: rotate(45deg);
}
.p-youtube-modal__close-btn:after {
  transform: rotate(-45deg);
}

.p-always-cta {
  background-color: rgba(34, 34, 34, 0.9176470588);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: -271px;
  z-index: 1000;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 27px;
  padding-bottom: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  color: #ffffff;
  transition: bottom 1s ease-in-out;
}
@media (max-width: 480px) {
  .p-always-cta {
    bottom: -56.4102564103vw;
    padding: 3.0769230769vw;
    padding-top: 5.641025641vw;
    padding-bottom: 2.8205128205vw;
    gap: 2.0512820513vw 0;
  }
}
.p-always-cta--spmain {
  max-width: min(480px, 100vw);
}
.p-always-cta__p {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0 5px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-always-cta__p {
    font-size: 4.1025641026vw;
    gap: 0 1.0256410256vw;
  }
}
.p-always-cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  position: relative;
  width: 372px;
  max-width: 90%;
  margin: 0 auto;
  height: 58px;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to bottom, #ffe100, #fb9908);
  box-shadow: 0px 6px 0px #c95f11;
}
@media (max-width: 480px) {
  .p-always-cta__button {
    column-gap: 2.5641025641vw;
    width: 77.4358974359vw;
    height: 12.0512820513vw;
    border-radius: 2.0512820513vw;
    box-shadow: 0px 1.2820512821vw 0px #c95f11;
  }
}
.p-always-cta__button::before {
  display: block;
  position: absolute;
  top: -50%;
  left: -30%;
  transform: rotate(30deg);
  width: 86px;
  height: 123px;
  content: "";
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
  animation: animation-button-10 2s infinite linear;
}
@media (max-width: 480px) {
  .p-always-cta__button::before {
    width: 17.9487179487vw;
    height: 25.641025641vw;
  }
}
.p-always-cta__button-text {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}
@media (max-width: 480px) {
  .p-always-cta__button-text {
    font-size: 4.6153846154vw;
  }
}
.p-always-cta__arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
@media (max-width: 480px) {
  .p-always-cta__arrow {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 3.8461538462vw;
  }
}
.p-always-cta__positions {
  position: absolute;
  width: 197px;
  height: 34px;
  left: 50%;
  transform: translateX(-50%);
  top: 7px;
  z-index: 10;
}
@media (max-width: 480px) {
  .p-always-cta__positions {
    width: 41.0256410256vw;
    height: 7.1794871795vw;
    top: 1.5384615385vw;
  }
}

@keyframes animation-button-10 {
  17% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
body.page-index .l-index {
  padding-top: 60px;
}
body.page-index .l-new-header {
  background-color: #fff;
  z-index: 210;
  width: 100%;
  height: 49px;
  position: fixed;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  z-index: 950;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.page-index .l-new-header__logo-anker {
  display: inline-block;
  width: 123px;
}
body.page-index .l-new-header__logo {
  width: 100%;
}
body.page-index .l-new-header__right {
  display: none;
}
body.page-index .l-hamburger {
  display: block;
  text-align: center;
}
body.page-index .l-hamburger__30-box {
  text-align: center;
}
body.page-index .l-hamburger__space {
  height: 98px;
  background-color: #fff;
}
body.page-index .l-hamburger__30 {
  color: #fff;
  position: relative;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20.5px;
  margin-top: 70px;
  text-align: center;
  display: inline-block;
}
body.page-index .l-hamburger__30::before {
  position: absolute;
  left: -19.4px;
  content: "";
  background-color: #ffe6e6;
  width: 2px;
  height: 21px;
  transform: rotate(-30deg);
  top: 4px;
  border-radius: 10px;
}
body.page-index .l-hamburger__30::after {
  position: absolute;
  right: -19.4px;
  content: "";
  background-color: #ffe6e6;
  width: 2px;
  height: 21px;
  transform: rotate(30deg);
  border-radius: 10px;
  top: 4px;
}
body.page-index .l-hamburger__contact {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  width: 289px;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body.page-index .l-hamburger__contact-text {
  color: #ff2a2e;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
}
body.page-index .l-hamburger__contact-ico {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17.7px;
}
body.page-index .l-hamburger__nav {
  position: fixed;
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  top: -1500px;
  transition: all 0.7s;
  z-index: 800;
}
body.page-index .l-hamburger__ul {
  text-align: left;
  position: relative;
}
body.page-index .l-hamburger__p {
  font-weight: 500;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}
body.page-index .l-hamburger__japanese {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
body.page-index .l-hamburger__li {
  position: relative;
  border-top: 1px solid #f6f6f6;
  padding-left: 40px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  border-color: rgba(246, 246, 246, 0.3);
}
body.page-index .l-hamburger__li--special {
  border-bottom: 1px solid #f6f6f6;
  border-color: rgba(246, 246, 246, 0.3);
}
body.page-index .l-hamburger__li.is-open .l-hamburger__submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
body.page-index .l-hamburger__li.is-open .l-hamburger__arrow {
  transform: rotate(180deg);
}
body.page-index .l-hamburger__a {
  color: #333;
  position: relative;
  font-size: 2.5px;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
  text-transform: uppercase;
}
body.page-index .l-hamburger__arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  transform-origin: center 3px;
}
body.page-index .l-hamburger__button {
  display: inline-block;
  cursor: pointer;
  width: 49px;
  height: 49px;
  border: none;
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 900;
  transition: all 0.5s;
}
body.page-index .l-hamburger__button--renewal {
  display: inline-block !important;
}
@media (max-width: 1089px) {
  body.page-index .l-hamburger__button--renewal {
    display: inline-block !important;
  }
}
body.page-index .l-hamburger__hum {
  height: 1.5px;
  width: 18.75px;
  background-color: #ff2a2e;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 900;
  border-radius: 10px;
  margin-top: 24px;
  margin-left: 13px;
}
body.page-index .l-hamburger__hum::before, body.page-index .l-hamburger__hum::after {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 18.75px;
  background-color: #ff2a2e;
  position: absolute;
  top: -6px;
  left: 0;
  transition: all 0.25s;
  border-radius: 3px;
}
body.page-index .l-hamburger__hum::after {
  top: 6px;
}
body.page-index .l-new-header.open .l-hamburger__button span,
body.page-index .open .l-hamburger__button span {
  background-color: transparent;
}
body.page-index .l-new-header.open .l-hamburger__button span::before,
body.page-index .open .l-hamburger__button span::before {
  transform: translateY(6px) rotate(-315deg);
}
body.page-index .l-new-header.open .l-hamburger__button span::after,
body.page-index .open .l-hamburger__button span::after {
  transform: translateY(-6px) rotate(315deg);
}
body.page-index .open .l-hamburger__nav {
  top: 0;
  opacity: 1;
  background-color: #ff2a2e;
}

body.page-index .l-footer {
  padding: 0 16px;
  margin-top: 80px;
  max-width: 480px;
  z-index: 0;
  position: relative;
  margin: 0 auto;
  padding-top: 170px;
  margin-top: 0px;
  transform: translateY(-98px);
}
@media (max-width: 480px) {
  body.page-index .l-footer {
    background-color: #fff;
    transform: translateY(-20.5128205128vw);
  }
}
body.page-index .l-footer__inner {
  max-width: 1242px;
  margin: auto;
  background-color: #ff2a2e;
  padding: 32px;
  border-radius: 40px 40px 0 0;
}
body.page-index .l-footer__main {
  padding-bottom: 34px;
}
body.page-index .l-footer__foot {
  padding-top: 36px;
  border-top: solid 2px #fff;
}
body.page-index .p-footer-foot__sns-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 22px;
  transform: translateX(0px);
  margin-top: 36px;
}
body.page-index .p-footer-foot__sns-link {
  width: 22px;
  transition: all 0.3s;
}
body.page-index .p-footer-foot__sns-link:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
body.page-index .p-footer-foot__sns-link--x {
  transform: translateX(5px) translateY(-3px);
}
body.page-index .p-footer-foot__sns-link--note {
  width: 100px;
}
body.page-index .p-footer-foot__sns-img {
  width: 100%;
  object-fit: cover;
}
body.page-index .p-footer-foot__sns-link--instagram {
  transform: translateY(-3px);
}
body.page-index .p-footer-foot__sns-link--note {
  width: 94px;
}
body.page-index .p-footer-foot__sns-link svg {
  transform: translateY(3px);
}
body.page-index .p-footer-main {
  display: block;
  justify-content: space-between;
  color: #fff;
}
body.page-index .p-footer-main__lead {
  flex: 0 0 auto;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
body.page-index .p-footer-main__content {
  display: block;
  grid-template-areas: "desc btn" "nav nav";
  grid-template-columns: 50% 50%;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
}
body.page-index .p-footer-main__desc {
  grid-area: desc;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
body.page-index .p-footer-main__btn {
  grid-area: btn;
  margin: 32px auto 0;
}
body.page-index .p-footer-main__btn span {
  font-size: 20px;
}
body.page-index .p-footer-main__nav {
  grid-area: nav;
  padding-top: 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
body.page-index .p-footer-main__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-index .p-footer-main__nav ul li {
  margin: 20px 10px 0;
  letter-spacing: 0.04em;
}
body.page-index .p-footer-main__nav ul li a {
  display: flex;
  align-items: center;
}
body.page-index .p-footer-main__nav ul li a span {
  margin-right: 8px;
  font-weight: bold;
  font-size: 12px;
}
body.page-index .p-footer-main__nav ul li a svg {
  width: 9px;
}
body.page-index .p-footer-foot {
  display: block;
}
body.page-index .p-footer-foot__logo {
  width: 118px;
}
body.page-index .p-footer-foot__logo a {
  display: block;
}
body.page-index .p-footer-foot__copyright {
  display: block;
  color: #fff;
  margin-top: 36px;
  font-size: 12px;
}

.p-faq__section + * {
  margin-top: 48px;
}

.p-faq__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-faq__title b {
  font-size: 22px;
  color: #ff2a2e;
}

.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: 23px 12px;
  padding-right: 34px;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.p-faq__question > div span {
  padding-right: 12px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  color: #ff2a2e;
  font-size: 22px;
}
.p-faq__question > div::before, .p-faq__question > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 2px;
  background-color: #dddddd;
  transition: transform 0.2s, opacity 0.2s;
}
.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: 17px 12px 24px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-faq__answer > div a {
  color: #ff2a2e;
  text-decoration: underline;
}
.p-faq__answer > div a:hover {
  text-decoration: none;
}

.p-renew-faq {
  padding-top: 62px !important;
}
@media (max-width: 480px) {
  .p-renew-faq {
    padding-top: 12.8205128205vw !important;
  }
}
.p-renew-faq__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 37px;
  height: 129px;
}
@media (max-width: 480px) {
  .p-renew-faq__title-group {
    margin-bottom: 7.6923076923vw;
    height: 26.9230769231vw;
  }
}
.p-renew-faq__h2 {
  font-family: adobe-arabic, sans-serif;
  letter-spacing: 0.03em;
  font-size: 123px;
  line-height: 1;
  color: #f6f6f6;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 480px) {
  .p-renew-faq__h2 {
    font-size: 25.641025641vw;
  }
}
.p-renew-faq__japanese {
  position: relative;
  z-index: 4;
  margin-top: 28px;
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 480px) {
  .p-renew-faq__japanese {
    margin-top: 5.8974358974vw;
    font-size: 6.1538461538vw;
  }
}

.l-inner {
  max-width: 480px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-countdown {
  z-index: 1000;
  background: url(https://digital-hacks.jp/_assets/img/spmain/countdown/countdown.webp) no-repeat;
  background-position: center;
  background-size: cover;
  height: 49px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.p-countdown__finished {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-countdown__finished-text {
  color: #ff2a2e;
  font-size: 16px;
  font-weight: 700;
}
.p-countdown.hidden {
  display: none;
}
.p-countdown__content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.p-countdown__text {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
}
.p-countdown__text span {
  color: #ff2a2e;
}
.p-countdown__timer {
  column-gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-countdown__time-unit {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  column-gap: 3px;
}
.p-countdown__number {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  padding: 2px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-countdown__label {
  color: #707070;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
}

body.page-index .new-container-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 849px) {
  body.page-index .new-container-1 {
    max-width: 640px;
  }
}
body.page-index .new-container-11 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  width: 100%;
  color: #212121 !important;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-index .new-container-15 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-index .new-container-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-index .new-container-155 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-index .new-container-155 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 760px) {
  body.page-index .new-container-155 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-index .new-container-16 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-index .new-container-16 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 760px) {
  body.page-index .new-container-16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 380px) {
  body.page-index .new-container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-index .new-container-151 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 1080px) {
  body.page-index .new-container-151 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-index .new-container-152 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 760px) {
  body.page-index .new-container-152 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-index .new-container-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1202px;
  width: 100%;
  color: #212121 !important;
}
@media (max-width: 760px) {
  body.page-index .new-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-index .new-container-25 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1202px;
  width: 100%;
  color: #212121 !important;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-index .new-container-3 {
  margin-left: auto;
  width: 100%;
  color: #212121 !important;
  max-width: 1000px;
  margin-right: auto;
}
body.page-index .new-container-3.is-scrolling {
  max-width: none;
}
@media (max-width: 760px) {
  body.page-index .new-container-3 {
    padding-left: 15px;
    padding-right: 0;
  }
}
body.page-index .animation-button {
  animation: button-anime 2s linear infinite;
}
@keyframes button-anime {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body.page-index .text-decoration-underline {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

body.page-index .container-renew-fv {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
body.page-index .container-renew-about {
  max-width: 1439px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-index .container-renew-reason {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-index .container-renew-method {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-index .container-renew-point {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-index .container-renew-point-2 {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-index .container-renew-price {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-index .container-renew-price {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body.page-index .container-renew-price-sp {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-index .container-renew-price-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.page-index .container-renew-price-sp {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 760px) {
  body.page-index .container-renew-price-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.page-index .container-renew-flow {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 849px) {
  body.page-index .container-renew-flow {
    max-width: 670px;
  }
}
body.page-index .is-ipad-show {
  display: none;
}
@media (max-width: 849px) {
  body.page-index .is-ipad-show {
    display: block;
  }
}
@media (max-width: 849px) {
  body.page-index .is-ipad-hide {
    display: none;
  }
}

.p-ctr-5 {
  padding-top: 46px;
  padding-bottom: 45px;
  background: url(https://digital-hacks.jp/_assets/img/spmain/ctr/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.p-ctr-5__container {
  padding-right: 15px;
  padding-left: 15px;
}
.p-ctr-5__sub-text {
  width: 236px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.p-ctr-5__h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.p-ctr-5__photo {
  width: 100%;
  margin-bottom: 20px;
}
.p-ctr-5__ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 11px;
  margin-left: 23px;
  margin-bottom: 25px;
}
.p-ctr-5__li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 6px;
}
.p-ctr-5__icon {
  width: 21px;
}
.p-ctr-5__text {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.p-ctr-5__button {
  width: 100%;
  margin-bottom: 7px;
  height: 100%;
  display: inline-block;
}
.p-ctr-5__button-img {
  width: 100%;
}
.p-ctr-5__kome {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.p-cari-cari-spmain {
  background-color: #fff4f5;
  padding-top: 90px;
  padding-bottom: 0;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain {
    padding-top: 18.7179487179vw;
  }
}
.p-cari-cari-spmain__h2 {
  font-family: adobe-arabic, sans-serif;
  font-size: 123px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  letter-spacing: 0.03em;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__h2 {
    font-size: 25.641025641vw;
  }
}
.p-cari-cari-spmain__title-group {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 92px;
  margin-bottom: 43px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__title-group {
    height: 19.2307692308vw;
    margin-bottom: 8.9743589744vw;
  }
}
.p-cari-cari-spmain__japanese {
  position: relative;
  z-index: 4;
  color: #333;
  margin-top: -6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__japanese {
    margin-top: -1.2820512821vw;
    font-size: 6.1538461538vw;
  }
}
.p-cari-cari-spmain__japanese span {
  color: #ff2a2e;
}
.p-cari-cari-spmain__text {
  width: 667px;
  margin: 0 auto;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__text {
    width: 138.9743589744vw;
    top: 17.9487179487vw;
  }
}
.p-cari-cari-spmain__title {
  display: none;
  color: #212121;
  font-size: 27px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__title {
    font-size: 5.641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-cari-cari-spmain__title span {
  color: #ff2a2e;
}
.p-cari-cari-spmain__title--visible {
  display: block;
}
.p-cari-cari-spmain__button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__button-group {
    column-gap: 1.7948717949vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-cari-cari-spmain__wrap {
  padding-bottom: 52px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__wrap {
    padding-bottom: 10.7692307692vw;
  }
}
.p-cari-cari-spmain__swiper-wrap {
  padding-bottom: 74px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper-wrap {
    padding-bottom: 15.3846153846vw;
  }
}
.p-cari-cari-spmain__button {
  border-radius: 68px;
  border: 1px solid #ff2a2e;
  background-color: #fff;
  color: #ff2a2e;
  transform: all 0.3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__button {
    border-radius: 14.1025641026vw;
    font-size: 3.5897435897vw;
    height: 7.6923076923vw;
    padding-right: 4.1025641026vw;
    padding-left: 4.1025641026vw;
  }
}
.p-cari-cari-spmain__button span {
  display: none;
}
.p-cari-cari-spmain__button:hover {
  transform: all 0.3s;
  opacity: 0.8;
}
.p-cari-cari-spmain__button:active {
  background-color: #ff2a2e;
  color: #fff;
  opacity: 1;
}
.p-cari-cari-spmain__swiper-scroll {
  display: block !important;
  bottom: 47px !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper-scroll {
    bottom: 9.7435897436vw !important;
  }
}
.p-cari-cari-spmain__swiper-img {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper-img {
    border-radius: 2.5641025641vw;
  }
}

.swiper-slide-hidden {
  display: none;
}

/* 前へ次への矢印カスタマイズ */
.p-cari-cari-spmain__swiper .swiper-button-prev3,
.p-cari-cari-spmain__swiper .swiper-button-next3 {
  height: 31px !important;
  width: 31px !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-prev3,
  .p-cari-cari-spmain__swiper .swiper-button-next3 {
    height: 6.4102564103vw !important;
    width: 6.4102564103vw !important;
  }
}

.p-cari-cari-spmain__swiper .swiper-button-prev3::after,
.p-cari-cari-spmain__swiper .swiper-button-next3::after {
  height: 31px !important;
  width: 31px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "" !important;
  display: inline-block;
  margin: auto !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-prev3::after,
  .p-cari-cari-spmain__swiper .swiper-button-next3::after {
    height: 6.4102564103vw !important;
    width: 6.4102564103vw !important;
  }
}

.p-cari-cari-spmain__swiper .swiper-button-prev3 {
  bottom: 18px !important;
  left: 12px !important;
  right: initial !important;
  top: initial !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-prev3 {
    bottom: 3.8461538462vw !important;
    left: 2.5641025641vw !important;
  }
}

.p-cari-cari-spmain__swiper .swiper-button-next3 {
  bottom: 18px !important;
  right: 12px !important;
  left: initial !important;
  top: initial !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-next3 {
    bottom: 3.8461538462vw !important;
    right: 2.5641025641vw !important;
  }
}

.p-cari-cari-spmain__swiper .swiper-button-prev3::after {
  background-image: url("https://digital-hacks.jp/_assets/img/spmain/cari/before.svg") !important;
  position: absolute;
  z-index: 1;
  display: block !important;
  left: 18px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-prev3::after {
    left: 3.8461538462vw;
  }
}

.p-cari-cari-spmain__swiper .swiper-button-next3::after {
  background-image: url("https://digital-hacks.jp/_assets/img/spmain/cari/next.svg") !important;
  position: absolute;
  z-index: 1;
  display: block !important;
  right: 16px;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .swiper-button-next3::after {
    right: 3.3333333333vw;
  }
}

.p-cari-cari-spmain__swiper .p-cari-cari-spmain__swiper-scroll {
  background-color: #d6d6d6 !important;
  height: 4px !important;
  max-width: 318px;
  width: 316px;
  display: block !important;
  left: 50% !important;
  bottom: 31px !important;
}
@media (max-width: 480px) {
  .p-cari-cari-spmain__swiper .p-cari-cari-spmain__swiper-scroll {
    height: 0.7692307692vw !important;
    max-width: 66.1538461538vw;
    width: 65.8974358974vw;
    bottom: 6.4102564103vw !important;
  }
}

.p-cari-cari-spmain__swiper .swiper-scrollbar-drag {
  background-color: #212121 !important;
}

.p-support-spmain {
  padding-top: 543px;
  padding-bottom: 0px;
  background: url(https://digital-hacks.jp/_assets/img/spmain/support/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -78px;
  margin-bottom: -345px;
}
@media (max-width: 480px) {
  .p-support-spmain {
    padding-top: 113.125vw;
    margin-top: -16.25vw;
    margin-bottom: -71.875vw;
  }
}
.p-support-spmain__container {
  padding-right: min(18px, 3.8461538462vw);
  padding-left: min(18px, 3.8461538462vw);
  width: 100%;
  text-align: center;
}
.p-support-spmain__transport {
  transform: translateY(-416px);
  text-align: center;
}
@media (max-width: 480px) {
  .p-support-spmain__transport {
    transform: translateY(-86.6666666667vw);
  }
}
.p-support-spmain__wrap {
  text-align: center;
}
.p-support-spmain__sub-text {
  margin-bottom: min(5px, 1.0256410256vw);
  width: min(337px, 70.2564102564vw);
}
.p-support-spmain__title {
  margin-bottom: min(50px, 10.5128205128vw);
  font-size: min(30px, 6.1538461538vw);
  font-weight: 700;
  color: #fff;
}
.p-support-spmain__h3 {
  margin-bottom: min(63px, 13.0769230769vw);
  color: #ffbd24;
  font-size: min(27px, 5.641025641vw);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: min(6px, 1.2820512821vw) min(12px, 2.5641025641vw);
  border-top: 1px solid #ffbd24;
  border-bottom: 1px solid #ffbd24;
  display: inline-block;
  line-height: 1.75;
}
.p-support-spmain__group {
  margin-bottom: min(30px, 6.1538461538vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: min(17px, 3.5897435897vw);
  row-gap: min(21px, 4.358974359vw);
  flex-wrap: wrap;
}
.p-support-spmain__img {
  width: calc((100% - min(17px, 3.5897435897vw)) / 2);
}
.p-support-spmain__arrow {
  margin: 0 auto;
  margin-bottom: min(22px, 4.6153846154vw);
  width: min(37px, 7.6923076923vw);
}
.p-support-spmain__middle-title {
  margin-bottom: min(37px, 7.6923076923vw);
  font-size: min(27px, 5.641025641vw);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.75;
}
.p-support-spmain__middle-title span {
  background-color: #ff2a2e;
  color: #fff;
  padding: 0px min(4px, 0.7692307692vw) min(2px, 0.5128205128vw) min(4px, 0.7692307692vw);
  line-height: 1;
  margin-right: min(6px, 1.2820512821vw);
}
.p-support-spmain__obj {
  width: min(415px, 86.4102564103vw);
  margin: 0 auto;
  margin-top: min(37px, 7.6923076923vw);
}
.p-support-spmain__slider-parent .slide {
  margin-right: min(25px, 5.1282051282vw);
}
.p-support-spmain__slider-parent--2 {
  margin-top: min(25px, 5.1282051282vw);
}

.container {
  width: calc(100% - 30px) !important;
  max-width: 375px !important;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .container {
    max-width: 680px !important;
  }
}
@media screen and (min-width: 1121px) {
  .container {
    max-width: 1070px !important;
  }
}
.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;
  font-family: "Josefin Sans";
}
@media screen and (min-width: 681px) {
  .com-orgn-sec-heading__label {
    font-size: 75px;
  }
}

.com-orgn-sec-heading__main {
  margin-top: -10px;
  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: url("../img/index/_old/mv/kv_sp.jpg") center/cover no-repeat;
}

@media screen and (min-width: 767px) {
  .p-index-mv-old__content {
    padding-top: 65px;
    background: url("../img/index/_old/mv/kv_pc.jpg") 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;
  margin-top: 45px;
  font-size: 52px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.15em;
}

@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__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: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #ff2a2e;
  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-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;
}

.mv-info {
  display: none;
}

@media screen and (min-width: 767px) {
  .mv-info {
    display: block;
    height: 44px;
    padding: 0 20px;
    background-color: #ff2a2e;
  }
  .mv-info__inner {
    display: flex;
    align-items: center;
    max-width: 1270px;
    height: 100%;
    padding: 0 80px;
    margin: auto;
    color: #fff;
  }
  .mv-info__inner h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .mv-info__inner p {
    padding-left: 14px;
    margin-left: 14px;
    font-size: 14px;
    line-height: 1.2;
    border-left: solid 1px #fff;
  }
}
.p-media-slider {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.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);
  display: none !important;
}

@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 75px !important;
  background: #fef6f5;
  background: linear-gradient(180deg, #fff 20%, #fef6f5 100%);
}

@media screen and (min-width: 681px) {
  .catch_second {
    position: relative;
    padding: 47px 0 110px 0 !important;
  }
  .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: -41px !important;
  left: calc(50% - 12px);
  width: 19px !important;
  height: 70px;
}

@media screen and (min-width: 681px) {
  .catch_second_arrow {
    bottom: -69px !important;
    left: calc(50% - 16px);
    width: 32px !important;
    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: 6px !important;
    left: -41px;
    width: 26px;
    height: 24px;
  }
}
.catch_second_txt {
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 14px !important;
  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 !important;
  }
}
.catch_second_balloon {
  position: relative;
  width: fit-content;
  padding: 6px 12px;
  background-color: white;
  border: solid 1px #ff2a2e;
  border-radius: 6px;
  width: 100% !important;
}

@media screen and (min-width: 681px) {
  .catch_second_balloon {
    padding: 8px 14px !important;
    border: solid 2px #ff2a2e;
    border-radius: 10px;
  }
}
.catch_second_balloon::before {
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -14px !important;
  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: -30px !important;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
  }
  .catch_second_balloon--special::before {
    top: -15px;
    left: 50%;
    margin-left: -25px !important;
    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 !important;
  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: -32px !important;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff2a2e;
  }
  .catch_second_balloon--special::after {
    top: -20px;
    left: 50%;
    margin-left: -27px !important;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff2a2e;
  }
}
.catch_second_balloon p {
  margin: 0;
  font-size: 12px !important;
  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 !important;
  }
}
.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_heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.catch_third_heading span {
  width: 132px;
  display: inline-block;
}

@media screen and (min-width: 681px) {
  .catch_third_heading span {
    width: 230px;
    display: inline-block;
  }
}
.catch_third_title p {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.14em;
  transform: translateY(5px);
}

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

@media screen and (min-width: 681px) {
  .catch_third_heading::before,
  .catch_third_heading::after {
    display: none;
  }
}
@media screen and (min-width: 1110px) {
  .catch_third_heading::before,
  .catch_third_heading::after {
    display: inline-block;
    top: -4px;
    left: 255px;
    width: 2px;
    height: 50px;
  }
}
.catch_third_heading::after {
  right: 12px;
  left: auto;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

@media screen and (min-width: 681px) {
  .catch_third_heading::after {
    right: 270px;
  }
}
.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;
}

.catch_second-renew {
  position: relative;
}
.catch_second-renew__img {
  width: 274px;
  position: absolute;
  left: 50%;
  top: 124px;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .catch_second-renew__img {
    width: 249px;
    top: 140px;
  }
}
@media (max-width: 640px) {
  .catch_second-renew__img {
    width: 249px;
    top: 299px;
  }
}
.catch_second-renew__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
@media (max-width: 640px) {
  .catch_second-renew__flex {
    column-gap: 11px;
    row-gap: 11px;
    flex-wrap: wrap;
  }
}
.catch_second-renew__box {
  border-radius: 50%;
  width: 174px;
  height: 174px;
  border: 4px solid #ddd;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.catch_second-renew__box:nth-child(2) {
  margin-right: 31px;
}
@media (max-width: 760px) {
  .catch_second-renew__box:nth-child(2) {
    margin-right: 0;
  }
}
.catch_second-renew__box--down {
  margin-top: 111px;
}
@media (max-width: 760px) {
  .catch_second-renew__box--down {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .catch_second-renew__box {
    font-size: 13px;
    height: 162px;
    width: 162px;
  }
}
.catch_second-renew__box p span {
  background: linear-gradient(transparent 60%, #ffcb3f 66% 89%, transparent 80%);
}

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

@media screen and (min-width: 681px) {
  .about_tit {
    margin-bottom: 50px;
  }
}
.about_tit__shining {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  top: -37px;
  left: -45px;
}

.about_tit__human {
  position: absolute;
  top: -61px;
  width: 132px;
  left: 79px;
}
@media (max-width: 760px) {
  .about_tit__human {
    width: 110px;
    left: 41px;
    top: 123px;
  }
}
.about_tit__human--boy {
  width: 179px;
  left: initial;
  right: 43px;
}
@media (max-width: 760px) {
  .about_tit__human--boy {
    width: 149px;
    top: 114px;
    right: 15px;
    left: initial;
  }
}

.about_tit_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  margin: 0 auto 12px;
  background-color: white;
  position: relative;
}
.about_tit_wrap--special::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #ffcb3f;
  height: 15px;
  width: 55%;
  bottom: 10px;
  left: 15px;
}
@media (max-width: 640px) {
  .about_tit_wrap--special::before {
    left: 6px;
    width: 57%;
    height: 10px;
    bottom: 6px;
  }
}

@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: #333;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

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

.voice-section__red {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 61px;
  z-index: 2;
}

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

.feature__fukidasi-title {
  margin-top: 30px;
  margin-bottom: 114px;
}
@media (min-width: 760px) {
  .feature__fukidasi-title {
    margin-top: 45px;
    margin-bottom: 72px;
  }
}

.feature__fukidasi-title--2 {
  margin-top: 70px;
  margin-bottom: 114px;
}
@media (min-width: 760px) {
  .feature__fukidasi-title--2 {
    margin-top: 75px;
    margin-bottom: 70px;
  }
}

.feature__main {
  margin-top: 40px;
}
@media (min-width: 760px) {
  .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: 760px) {
  .feature-section + * {
    border-top: none;
  }
}

@media (min-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 12px 0;
    border-radius: 34px;
    max-width: 872px;
    margin: 0 auto;
  }
}
.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 (max-width: 1143px) {
  .support_intro_txt {
    transform: translateY(20px);
  }
}
@media (max-width: 640px) {
  .support_intro_txt {
    transform: translateY(0px);
  }
}

@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: 40px 0 70px;
  background-color: #fff5f4;
}

@media screen and (min-width: 681px) {
  .price {
    padding: 102px 0 100px;
  }
}
.price_title {
  margin-bottom: 25px;
}
@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: 1080px;
  }
}
.price_inner {
  max-width: 355px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 380px) {
  .price_inner {
    margin: auto;
  }
}
@media screen and (min-width: 760px) {
  .price_inner {
    display: flex;
    justify-content: center;
    max-width: 670px;
  }
}
@media screen and (min-width: 850px) {
  .price_inner {
    display: flex;
    justify-content: center;
    max-width: 1080px;
  }
}
.price_inner > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .price_inner > * + * {
    margin-top: 0;
    margin-left: min(4.2vw, 42px);
  }
}

.price_caption {
  margin-top: 20px;
  font-size: 10px;
  line-height: 16px;
  color: #333333;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 681px) {
  .price_caption {
    margin-top: min(3.3vw, 33px); /* 3.3vw of 1000px is 33px */
    font-size: min(1.4vw, 14px); /* 1.4vw of 1000px is 14px */
    line-height: min(3vw, 30px); /* 3vw of 1000px is 30px */
    text-align: center;
  }
}
@media screen and (min-width: 760px) {
  .price_caption {
    font-size: 12px;
  }
}

.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: 760px) {
  .study-list {
    padding: 100px 20px;
  }
}

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

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

@media (min-width: 760px) {
  .study-list__item {
    width: 31%;
  }
}
.study-list__item + * {
  margin-top: 60px;
}
@media (min-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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;
}
.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;
}
.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: 760px) {
  .comparison {
    padding: 100px 0;
  }
}
.comparison__attention-group {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 640px) {
  .comparison__attention-group {
    margin-top: 40px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.comparison__p {
  font-size: 14px;
}
.comparison__p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .comparison__p:not(:last-child) {
    margin-bottom: 8px;
  }
}

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

.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: 95px 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 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 130px;
}
@media (max-width: 1080px) {
  .step_list {
    column-gap: 68px;
  }
}
@media (max-width: 760px) {
  .step_list {
    flex-direction: column;
    column-gap: 0;
    row-gap: 80px;
  }
}

.step_list__item {
  position: relative;
}

.step_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}
@media (max-width: 760px) {
  .step_flex {
    column-gap: 20px;
    flex-direction: row;
  }
}

.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 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .step_list__title {
    font-size: 24px;
  }
}

.step_list__thumb img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1080px) {
  .step_list__thumb img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 760px) {
  .step_list__thumb img {
    width: 112px;
    height: 112px;
  }
}

.step_list__desc {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.01em;
}
@media (max-width: 1080px) {
  .step_list__desc {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .step_list__desc {
    font-size: 14px;
  }
}

@media screen and (min-width: 681px) {
  .step_list__desc {
    line-height: 1.7;
  }
}
.step_svg {
  position: absolute;
  width: 44px;
  top: 50%;
  transform: translateY(-50%);
  right: -97px;
}
@media (max-width: 1080px) {
  .step_svg {
    width: 38px;
    right: -46px;
  }
}
@media (max-width: 760px) {
  .step_svg {
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    right: initial;
    width: 32px;
    bottom: -162px;
    top: initial;
  }
}
@media (max-width: 760px) {
  .step_btn_sm {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
  }
}

@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;
}
@media (max-width: 760px) {
  .step_btn-pc a {
    padding: 20px 41px;
  }
}
.step_btn-pc a span {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 760px) {
  .step_btn-pc a span {
    font-size: 16px;
    line-height: 0;
  }
}
.step_btn-pc a svg {
  position: absolute;
  inset: 0 auto;
  right: 18px;
  margin: auto;
}

.step_title {
  margin-bottom: 84px;
}
@media (max-width: 640px) {
  .step_title {
    margin-bottom: 42px;
  }
}

.step_flow-group {
  position: relative;
}
.step_flow-group::after {
  content: "";
  background-color: #ff2a2e;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
}
@media (max-width: 640px) {
  .step_flow-group::after {
    width: 48px;
    height: 4px;
  }
}

.step_flow {
  font-size: 16px;
  margin-bottom: 16px;
}

.step_flow-title {
  font-size: 40px;
}
@media (max-width: 760px) {
  .step_flow-title {
    margin-bottom: 27px;
  }
}
@media (max-width: 640px) {
  .step_flow-title {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

.step_flow-br {
  display: none;
}
@media (max-width: 640px) {
  .step_flow-br {
    display: block;
  }
}

.step_flow-br_ {
  display: block;
}
@media (max-width: 640px) {
  .step_flow-br_ {
    display: none;
  }
}

.step_white-back {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(46, 36, 36, 0.16);
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 71px;
}
@media (max-width: 640px) {
  .step_white-back {
    padding: 40px 19px;
  }
}

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

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

.footer-old__btn {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .footer-old__btn a svg {
    right: 20px;
  }
}

.footer-old__link-list {
  margin-top: 19px;
}
@media (min-width: 760px) {
  .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: 760px) {
  .footer-old__link-list li {
    font-size: 17px;
    text-align: left;
  }
}
.footer-old__link-list li + * {
  margin-top: 1em;
}
@media (min-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-twitter-review {
    padding: 60px 0;
  }
}

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

.p-twitter-review__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 760px) {
  .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__content span {
  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-twitter-review-slider__home-measure {
  font-size: 12px;
  color: #666 !important;
}

.p-page-links__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-page-links__lead {
    margin-top: 5px;
    font-size: 14px;
  }
}

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

.p-crm-environ {
  padding: 130px 0;
  background-color: #ff2a2e;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-crm-features {
    padding: 64px 0 0;
  }
}

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

.p-crm-features__body {
  margin-top: 60px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .p-crm-features-section {
    flex-direction: column-reverse !important;
  }
}
.p-crm-features-section + * {
  margin-top: 150px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .p-crm-features-section__mv {
    width: 100%;
    margin-top: 30px;
  }
}

.p-crm-features-section__content {
  width: 44%;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-crm-skill {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.p-crm-skill__inner {
  position: relative;
  max-width: 980px;
  padding: 0 40px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-crm-skill__desc {
    font-size: 14px;
    text-align: left;
  }
}

.p-crm-skill__hukidashi {
  display: flex;
  justify-content: center;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: #333;
  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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-spt-support-section {
    display: block;
  }
}
.p-spt-support-section + .p-spt-support-section {
  margin-top: 60px;
}
@media (max-width: 760px) {
  .p-spt-support-section + .p-spt-support-section {
    margin-top: 40px;
  }
}

.p-spt-support-section__mv {
  width: 34%;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-spt-schedule {
    padding: 60px 0;
  }
}

.p-spt-schedule__inner {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: 760px) {
  .p-spt-schedule-list__title {
    font-size: 16px;
  }
}

.p-spt-schedule-list__body {
  margin-top: 12px;
}
@media (max-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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-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: 760px) {
  .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: 35px;
  }
  .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: 760px) {
  .is-md-show {
    display: block;
  }
}

.is-sm-show {
  display: none;
}
@media (max-width: 640px) {
  .is-sm-show {
    display: block;
  }
}

@media (max-width: 760px) {
  .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;
}

@keyframes button-anime {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.p-index-mv-old__btn-pc a {
  animation: button-anime 2s linear infinite;
}

.p-index-mv-old__btn-sp a {
  animation: button-anime 2s linear infinite;
}

.is-md-show a {
  animation: button-anime 2s linear infinite;
}

.is-md-hide a {
  animation: button-anime 2s linear infinite;
}

.cv-2__btn-pc a {
  animation: button-anime 2s linear infinite;
}

.cv-2__btn-sp.show_sp a {
  animation: button-anime 2s linear infinite;
}

.step_btn-pc {
  animation: button-anime 2s linear infinite;
}

.p-footer-main__btn a {
  animation: button-anime 2s linear infinite;
}

.c-fixed-bottom-btn__link {
  animation: button-anime 2s linear infinite;
}

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