@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

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

:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

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

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

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

.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);
  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-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.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-css-mode.swiper-centered>.swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

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

.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-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translateZ(0);
  transition: 0.3s opacity;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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 {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

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

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

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-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%;
  white-space: nowrap;
  transform: translate(-50%);
}

.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 {
  transition:
    0.2s transform,
    0.2s right;
}

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

.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 25%));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}

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

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

.c-carousel {
  width: 100%;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

.c-carousel__slide {
  background-color: #fff;
}

@media (width <=767.98px) {
  .c-carousel__slide {
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__slide {
    border-radius: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .c-carousel__image img {
    border-radius: calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0 0;
  }
}

@media (width >=768px) {
  .c-carousel__image img {
    border-radius: calc(16 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10) 0 0;
  }
}

@media (width <=767.98px) {
  .c-carousel__body {
    padding: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__body {
    padding: calc(20 * var(--base-font, 1) / 10) calc(22 * var(--base-font, 1) / 10);
  }
}

.c-carousel__label-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (width <=767.98px) {
  .c-carousel__label-wrapper {
    gap: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__label-wrapper {
    gap: calc(8 * var(--base-font, 1) / 10);
  }
}

.c-carousel__label {
  font-weight: 700;
  line-height: 1;
}

@media (width <=767.98px) {
  .c-carousel__label {
    padding: calc(5 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    font-size: calc(13 * var(--base-font, 1) / 10);
    border-radius: calc(4 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__label {
    padding: calc(5 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
    border-radius: calc(4 * var(--base-font, 1) / 10);
  }
}

.c-carousel__label--01 {
  color: #4781d1;
  border: 1px solid #4781d1;
}

.c-carousel__label--02 {
  color: #fff;
  background-color: #4781d1;
  border: 1px solid #4781d1;
}

.c-carousel__title {
  font-weight: 700;
}

@media (width <=767.98px) {
  .c-carousel__title {
    margin-top: calc(15 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__title {
    margin-top: calc(15 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.c-carousel__description {
  font-weight: 500;
  line-height: 1.4;
}

@media (width <=767.98px) {
  .c-carousel__description {
    margin-bottom: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__description {
    margin-bottom: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.c-carousel__info-wrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eeeae2;
}

@media (width <=767.98px) {
  .c-carousel__info-wrapper {
    padding-top: calc(6 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__info-wrapper {
    padding-top: calc(6 * var(--base-font, 1) / 10);
  }
}

.c-carousel__info {
  line-height: 1.4;
}

.c-carousel__info-icon {
  display: inline-block;
  aspect-ratio: 1/1;
}

@media (width <=767.98px) {
  .c-carousel__info-icon {
    width: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__info-icon {
    width: calc(14 * var(--base-font, 1) / 10);
  }
}

.c-carousel__info-text {
  font-weight: 700;
}

@media (width <=767.98px) {
  .c-carousel__info-text {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__info-text {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .c-carousel__pagination {
    top: auto !important;
    bottom: auto !important;
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-carousel__pagination {
    top: auto !important;
    bottom: auto !important;
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}

.c-carousel__pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

@media (width <=767.98px) {
  .c-carousel__pagination .swiper-pagination-bullet {
    width: calc(8 * var(--base-font, 1) / 10);
    height: calc(8 * var(--base-font, 1) / 10);
    margin-inline: calc(8 * var(--base-font, 1) / 10) !important;
  }
}

@media (width >=768px) {
  .c-carousel__pagination .swiper-pagination-bullet {
    width: calc(16 * var(--base-font, 1) / 10);
    height: calc(16 * var(--base-font, 1) / 10);
    margin-inline: calc(8 * var(--base-font, 1) / 10) !important;
  }
}

.c-carousel__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.c-carousel__prev,
.c-carousel__next {
  aspect-ratio: 1/1;
}

@media (width <=767.98px) {

  .c-carousel__prev,
  .c-carousel__next {
    width: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {

  .c-carousel__prev,
  .c-carousel__next {
    width: calc(56 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .c-carousel__prev {
    left: 13%;
  }
}

@media (width >=768px) {
  .c-carousel__prev {
    left: 17%;
  }
}

@media (width <=767.98px) {
  .c-carousel__next {
    right: 13%;
  }
}

@media (width >=768px) {
  .c-carousel__next {
    right: 17%;
  }
}

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

.c-menu {
  z-index: 1010;
}

@media (width <=767.98px) {
  .c-menu {
    position: absolute;
    top: calc(69 * var(--base-font, 1) / 10);
    right: 0;
    left: 0;
    min-width: 160px;
    min-width: unset;
    background: #fff;
  }

  .c-menu[aria-hidden="false"] {
    display: block;
    width: 100%;
  }

  .c-menu[aria-hidden="true"] {
    display: none;
  }
}

.c-menu__hamburger {
  position: relative;
  z-index: 1001;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
}

@media (width <=767.98px) {
  .c-menu__hamburger {
    display: flex;
    width: calc(32 * var(--base-font, 1) / 10);
    height: calc(32 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-menu__hamburger {
    display: none;
    width: calc(40 * var(--base-font, 1) / 10);
    height: calc(40 * var(--base-font, 1) / 10);
  }
}

.c-menu__hamburger-bar {
  position: relative;
  width: 100%;
  margin: 4px 0;
  background: #333;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

@media (width <=767.98px) {
  .c-menu__hamburger-bar {
    height: 2px;
  }
}

@media (width >=768px) {
  .c-menu__hamburger-bar {
    height: 4px;
  }
}

.c-menu__hamburger[aria-expanded="true"] .c-menu__hamburger-bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.c-menu__hamburger[aria-expanded="true"] .c-menu__hamburger-bar:nth-child(2) {
  opacity: 0;
}

.c-menu__hamburger[aria-expanded="true"] .c-menu__hamburger-bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.c-menu__list {
  display: flex;
  font-weight: 700;
}

@media (width <=767.98px) {
  .c-menu__list {
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    margin: 0;
  }
}

@media (width >=768px) {
  .c-menu__list {
    flex-wrap: wrap;
    gap: calc(10 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
    justify-content: flex-end;
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.c-menu__item {
  line-height: 2.5;
}

@media (width <=767.98px) {
  .c-menu__item {
    padding: calc(8 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}

.c-menu__link {
  color: #333;
  text-decoration: none;
}

.c-menu__link--contact {
  color: #fff;
  background-color: #0d50ac;
}

@media (width <=767.98px) {
  .c-menu__link--contact {
    display: block;
    padding: calc(15 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-menu__link--contact {
    padding: calc(15 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    letter-spacing: 0.1em;
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100dvw;
  background: linear-gradient(90deg, #0c71fb, #3ddcff);
}

@media (width <=767.98px) {
  .c-header {
    padding: calc(8 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header {
    padding: calc(8 * var(--base-font, 1) / 10) calc(34 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
  }
}

.c-header__inner {
  max-width: calc(1400 * var(--base-font, 1) / 10);
  margin-inline: auto;
}

@media (width <=767.98px) {
  .c-header__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (width >=768px) {
  .c-header__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(4 * var(--base-font, 1) / 10);
  }
}

.c-header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: calc(20 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .c-header__contents {
    padding: calc(10 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__contents {
    gap: calc(16 * var(--base-font, 1) / 10);
    padding: calc(16 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
  }
}

.c-header__logo-link {
  display: inline-block;
  transition: opacity 0.8s ease;
}

@media (width <=767.98px) {
  .c-header__logo-link {
    width: calc(180 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__logo-link {
    width: calc(244 * var(--base-font, 1) / 10);
  }
}

@media (hover: hover) {
  .c-header__logo-link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.c-header__logo-link:active,
.c-header__logo-link:hover {
  cursor: pointer;
  opacity: 0.6;
}

.c-header__submenu {
  display: flex;
  align-items: center;
}

@media (width <=767.98px) {
  .c-header__submenu {
    flex-direction: column;
    gap: calc(10 * var(--base-font, 1) / 10);
    padding: calc(16 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    background: linear-gradient(90deg, #0c71fb, #3ddcff);
  }
}

@media (width >=768px) {
  .c-header__submenu {
    gap: calc(37 * var(--base-font, 1) / 10);
    justify-content: end;
  }
}

.c-header__tel {
  display: flex;
}

@media (width <=767.98px) {
  .c-header__tel {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__tel {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}

.c-header__tel-link {
  display: flex;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.c-header__tel-link:visited,
.c-header__tel-link:hover,
.c-header__tel-link:active,
.c-header__tel-link:focus {
  color: #fff;
  text-decoration: none;
}

@media (width <=767.98px) {
  .c-header__tel-link {
    gap: calc(4 * var(--base-font, 1) / 10);
    align-items: center;
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__tel-link {
    gap: calc(4 * var(--base-font, 1) / 10);
    align-items: center;
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.c-header__tel-icon {
  display: flex;
  align-content: center;
}

@media (width <=767.98px) {
  .c-header__tel-icon {
    width: calc(20 * var(--base-font, 1) / 10);
    aspect-ratio: 1/1;
  }
}

@media (width >=768px) {
  .c-header__tel-icon {
    width: calc(20 * var(--base-font, 1) / 10);
    aspect-ratio: 1/1;
  }
}

@media (width <=767.98px) {
  .c-header__tel-number {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.c-header__tel-info {
  display: flex;
  align-content: center;
  align-items: center;
}

@media (width <=767.98px) {
  .c-header__tel-info {
    gap: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__tel-info {
    gap: calc(8 * var(--base-font, 1) / 10);
  }
}

.c-header__tel-label {
  height: fit-content;
  font-weight: 500;
  line-height: 1;
  color: #4781d1;
  background-color: #fff;
}

@media (width <=767.98px) {
  .c-header__tel-label {
    padding: calc(3 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
    border-radius: calc(2 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__tel-label {
    padding: calc(3 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
    border-radius: calc(2 * var(--base-font, 1) / 10);
  }
}

.c-header__tel-time {
  font-weight: 500;
  color: #fff;
}

@media (width <=767.98px) {
  .c-header__tel-time {
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__tel-time {
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .c-header__email {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.c-header__email-link {
  font-weight: 700;
  color: #fff;
}

.c-header__email-link:visited,
.c-header__email-link:hover,
.c-header__email-link:active,
.c-header__email-link:focus {
  color: #fff;
  text-decoration: underline;
}

@media (width <=767.98px) {
  body {
    margin-top: calc(69 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  body {
    margin-top: calc(136 * var(--base-font, 1) / 10);
  }
}

.kv {
  width: 100%;
  overflow: hidden;
}

@media (width <=767.98px) {
  .kv {
    height: calc(360 * var(--base-font, 1) / 10);
  }
}

.kv__container {
  position: relative;
}

@media (width <=767.98px) {
  .kv__image {
    width: 100%;
    height: calc(360 * var(--base-font, 1) / 10);
    object-fit: cover;
  }

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

.kv__title-container {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  transform: translate(-50%);
}

@media (width <=767.98px) {
  .kv__title-container {
    bottom: 8%;
  }
}

@media (width >=768px) {
  .kv__title-container {
    bottom: 3%;
  }
}

.kv__title {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(4px 6px 4px rgb(0 0 0 / 40%));
  transform: translate(2.2%);
}

@media (width <=767.98px) {
  .kv__title {
    font-size: 9.3vw;
  }
}

@media (width >=768px) {
  .kv__title {
    font-size: 9.6vw;
  }
}

.kv__description {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.14em;
  background-color: #0552aab3;
  border: solid 4px #fff;
}

@media (width <=767.98px) {
  .kv__description {
    padding: calc(8 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
    line-height: 1.5;
    text-align: center;
  }
}

@media (width >=768px) {
  .kv__description {
    padding: calc(21 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10) calc(21 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.banner {
  transition: opacity 0.8s ease;
}

@media (width <=767.98px) {
  .banner {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .banner {
    padding-block: calc(40 * var(--base-font, 1) / 10);
  }
}





.company {
  background-color: #effaff;
}

@media (width <=767.98px) {
  .company {
    padding-block: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .company {
    padding-block: calc(62 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
  }
}

.company__list {
  display: grid;
}

@media (width <=767.98px) {
  .company__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 * var(--base-font, 1) / 10);
    margin-top: calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .company__list {
    grid-template-columns: repeat(5, 1fr);
    gap: calc(20 * var(--base-font, 1) / 10);
    margin-top: calc(50 * var(--base-font, 1) / 10);
  }
}

.company__item {
  background-color: #fff;
}

@media (width <=767.98px) {
  .company__item {
    padding-block: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .company__item {
    padding-block: calc(42 * var(--base-font, 1) / 10);
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

.recommend {
  position: relative;
}

@media (width <=767.98px) {
  .recommend {
    padding-block: calc(40 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .recommend {
    padding-block: calc(60 * var(--base-font, 1) / 10) calc(130 * var(--base-font, 1) / 10);
  }
}

.recommend::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 42%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, #0c71fb, #3ddcff);
}

@media (width <=767.98px) {
  .recommend .recommend__carousel {
    margin-top: calc(58 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .recommend .recommend__carousel {
    margin-top: calc(58 * var(--base-font, 1) / 10);
  }
}

.example {
  position: relative;
  background-color: #effaff;
}

@media (width <=767.98px) {
  .example {
    padding-block: calc(20 * var(--base-font, 1) / 10) calc(48 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example {
    padding-block: calc(36 * var(--base-font, 1) / 10) calc(48 * var(--base-font, 1) / 10);
  }
}

.example::before {
  position: absolute;
  right: 0;
  bottom: calc(-80 * var(--base-font, 1) / 10);
  left: 0;
  z-index: 0;
  display: block;
  height: calc(80 * var(--base-font, 1) / 10);
  pointer-events: none;
  content: "";
  background: #effaff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.example__heading {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #084496;
  border-radius: 999px;
}

@media (width <=767.98px) {
  .example__heading {
    padding: calc(8 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
    transform: translateY(calc(40 * var(--base-font, 1) / 10));
  }
}

@media (width >=768px) {
  .example__heading {
    padding: calc(14 * var(--base-font, 1) / 10) calc(46 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
    transform: translateY(calc(40 * var(--base-font, 1) / 10));
  }
}

.example__heading::before {
  position: absolute;
  right: 0;
  left: 50%;
  z-index: -1;
  display: block;
  content: "";
  background-color: #084496;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%);
}

@media (width <=767.98px) {
  .example__heading::before {
    bottom: calc(-14 * var(--base-font, 1) / 10);
    width: calc(35 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example__heading::before {
    bottom: calc(-24 * var(--base-font, 1) / 10);
    width: calc(70 * var(--base-font, 1) / 10);
    height: calc(37 * var(--base-font, 1) / 10);
  }
}

.example__contents {
  position: relative;
  z-index: 0;
  background-color: #fff;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .example__contents {
    padding: calc(60 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10) calc(26 * var(--base-font, 1) / 10);
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example__contents {
    padding: calc(80 * var(--base-font, 1) / 10) calc(56 * var(--base-font, 1) / 10) calc(56 * var(--base-font, 1) / 10);
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

.example__list {
  display: grid;
}

@media (width <=767.98px) {
  .example__list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(300 * var(--base-font, 1) / 10), 1fr));
    gap: calc(10 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example__list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(300 * var(--base-font, 1) / 10), 1fr));
    gap: calc(14 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

.example__item {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #4781d1;
  border-radius: 999px;
}

@media (width <=767.98px) {
  .example__item {
    gap: calc(8 * var(--base-font, 1) / 10);
    padding: calc(10 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example__item {
    gap: calc(12 * var(--base-font, 1) / 10);
    padding: calc(10 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.example__icon {
  display: inline-block;
  aspect-ratio: 1/1;
  background-color: #6ca2ec;
  border-radius: 999px;
}

@media (width <=767.98px) {
  .example__icon {
    width: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .example__icon {
    width: calc(20 * var(--base-font, 1) / 10);
  }
}

.appeal-01 {
  position: relative;
  overflow: hidden;
}

@media (width <=767.98px) {
  .appeal-01 {
    padding-block: calc(110 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01 {
    padding-block: calc(140 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
  }
}

.appeal-01::before {
  position: absolute;
  right: 0;
  bottom: calc(0 * var(--base-font, 1) / 10);
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  background: linear-gradient(90deg, #0c71fb, #3ddcff);
}

@media (width <=767.98px) {
  .appeal-01::before {
    height: calc(220 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01::before {
    height: calc(350 * var(--base-font, 1) / 10);
  }
}

.appeal-01__decoration {
  position: absolute;
  z-index: -1;
}

@media (width <=767.98px) {
  .appeal-01__decoration {
    right: -22%;
    bottom: calc(180 * var(--base-font, 1) / 10);
    width: calc(180 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01__decoration {
    right: -20%;
    bottom: calc(310 * var(--base-font, 1) / 10);
    width: calc(384 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .appeal-01__decoration {
    right: -3%;
    bottom: calc(310 * var(--base-font, 1) / 10);
    width: calc(384 * var(--base-font, 1) / 10);
  }
}

.appeal-01__heading {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

.appeal-01__heading span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .appeal-01__heading {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01__heading {
    font-size: calc(48 * var(--base-font, 1) / 10);
  }
}

.appeal-01__description {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  text-align: center;
  border: 2px solid #4781d1;
}

@media (width <=767.98px) {
  .appeal-01__description {
    padding: calc(10 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
    transform: translate(calc(-20 * var(--base-font, 1) / 10));
  }
}

@media (width >=768px) {
  .appeal-01__description {
    padding: calc(20 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
    margin-top: calc(114 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
    transform: translate(calc(-50 * var(--base-font, 1) / 10));
  }
}

@media (width >=1024px) {
  .appeal-01__description {
    transform: translate(calc(-10 * var(--base-font, 1) / 10));
  }
}

.appeal-01__image-wrapper {
  display: flex;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .appeal-01__image-wrapper {
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    margin-top: calc(30 * var(--base-font, 1) / 10);
    margin-right: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01__image-wrapper {
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    margin-top: calc(96 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .appeal-01__image-wrapper {
    margin-inline: calc(-100 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-01__image:first-child,
  .appeal-01__image:last-child {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {

  .appeal-01__image:first-child,
  .appeal-01__image:last-child {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-01__image:nth-child(2),
  .appeal-01__image:nth-child(4),
  .appeal-01__image:nth-child(6) {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {

  .appeal-01__image:nth-child(2),
  .appeal-01__image:nth-child(4),
  .appeal-01__image:nth-child(6) {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-01__image:first-child,
  .appeal-01__image:nth-child(2),
  .appeal-01__image:last-child {
    display: none;
  }
}

.appeal-01__text-item {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgb(0 0 0 / 25%);
}

@media (width <=767.98px) {
  .appeal-01__text-item {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01__text-item {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .appeal-01__text-item--large {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-01__text-item--large {
    font-size: calc(45 * var(--base-font, 1) / 10);
  }
}

.appeal-02 {
  position: relative;
  overflow: hidden;
}

@media (width <=767.98px) {
  .appeal-02 {
    padding-block: calc(40 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02 {
    padding-block: calc(80 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
  }
}

.appeal-02::before {
  position: absolute;
  right: 0;
  bottom: calc(0 * var(--base-font, 1) / 10);
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  background: linear-gradient(90deg, #0c71fb, #3ddcff);
}

@media (width <=767.98px) {
  .appeal-02::before {
    height: calc(220 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02::before {
    height: calc(350 * var(--base-font, 1) / 10);
  }
}

.appeal-02__decoration {
  position: absolute;
  z-index: -1;
}

@media (width <=767.98px) {
  .appeal-02__decoration {
    right: -12%;
    bottom: calc(180 * var(--base-font, 1) / 10);
    width: calc(180 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02__decoration {
    right: -3%;
    bottom: calc(340 * var(--base-font, 1) / 10);
    width: calc(400 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .appeal-02__decoration {
    right: 1%;
    bottom: calc(340 * var(--base-font, 1) / 10);
    width: calc(400 * var(--base-font, 1) / 10);
  }
}

.appeal-02__heading {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

.appeal-02__heading span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .appeal-02__heading {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02__heading {
    font-size: calc(48 * var(--base-font, 1) / 10);
  }
}

.appeal-02__description {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  text-align: center;
  border: 2px solid #4781d1;
}

.appeal-02__description span {
  color: #084496;
}

@media (width <=767.98px) {
  .appeal-02__description {
    padding: calc(10 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
    transform: translate(calc(-20 * var(--base-font, 1) / 10));
  }
}

@media (width >=768px) {
  .appeal-02__description {
    padding: calc(20 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
    margin-top: calc(54 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
    transform: translate(calc(-50 * var(--base-font, 1) / 10));
  }
}

@media (width >=1024px) {
  .appeal-02__description {
    padding: calc(20 * var(--base-font, 1) / 10) calc(90 * var(--base-font, 1) / 10);
    transform: translate(calc(-10 * var(--base-font, 1) / 10));
  }
}

.appeal-02__sub-description {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  text-align: center;
}

.appeal-02__sub-description span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .appeal-02__sub-description {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
    transform: translate(calc(-20 * var(--base-font, 1) / 10));
  }
}

@media (width >=768px) {
  .appeal-02__sub-description {
    margin-top: calc(40 * var(--base-font, 1) / 10);
    font-size: calc(30 * var(--base-font, 1) / 10);
  }
}

.appeal-02__image-wrapper {
  display: flex;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .appeal-02__image-wrapper {
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    margin-top: calc(30 * var(--base-font, 1) / 10);
    margin-right: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02__image-wrapper {
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    margin-top: calc(110 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .appeal-02__image-wrapper {
    margin-inline: calc(-100 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-02__image:first-child,
  .appeal-02__image:last-child {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {

  .appeal-02__image:first-child,
  .appeal-02__image:last-child {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-02__image:nth-child(2),
  .appeal-02__image:nth-child(4),
  .appeal-02__image:nth-child(6) {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {

  .appeal-02__image:nth-child(2),
  .appeal-02__image:nth-child(4),
  .appeal-02__image:nth-child(6) {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {

  .appeal-02__image:first-child,
  .appeal-02__image:nth-child(2),
  .appeal-02__image:last-child {
    display: none;
  }
}

.appeal-02__text-item {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgb(0 0 0 / 25%);
}

@media (width <=767.98px) {
  .appeal-02__text-item {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02__text-item {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .appeal-02__text-item--large {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .appeal-02__text-item--large {
    font-size: calc(45 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .number {
    padding-block: calc(30 * var(--base-font, 1) / 10) calc(131 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number {
    padding-block: calc(87 * var(--base-font, 1) / 10) calc(131 * var(--base-font, 1) / 10);
  }
}

.number__title-wrapper {
  display: flex;
}

@media (width <=767.98px) {
  .number__title-wrapper {
    flex-direction: column;
  }
}

@media (width >=768px) {
  .number__title-wrapper {
    justify-content: space-between;
  }
}

.number__description {
  font-weight: 500;
  line-height: 1.8;
}

.number__description span {
  font-weight: 700;
  color: #055aba;
}

@media (width <=767.98px) {
  .number__description {
    width: 100%;
    margin-top: calc(30 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__description {
    width: 50%;
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .number__list {
    display: flex;
    flex-direction: column;
    gap: calc(40 * var(--base-font, 1) / 10);
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 44% 51%);
    gap: calc(40 * var(--base-font, 1) / 10);
    margin-top: calc(105 * var(--base-font, 1) / 10);
  }
}

.number__title {
  font-weight: 700;
}

@media (width <=767.98px) {
  .number__title {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__title {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .number__image {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__image {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}

.number__note-wrapper {
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .number__note-wrapper {
    gap: calc(8 * var(--base-font, 1) / 10);
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__note-wrapper {
    gap: calc(8 * var(--base-font, 1) / 10);
    margin-top: calc(22 * var(--base-font, 1) / 10);
  }
}

.number__note {
  font-weight: 500;
}

@media (width <=767.98px) {
  .number__note {
    font-size: calc(11 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .number__note {
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}

.chance {
  position: relative;
  background-color: #effaff;
}

@media (width <=767.98px) {
  .chance {
    padding-block: calc(60 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance {
    padding-block: calc(72 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}

.chance__heading {
  position: absolute;
  left: 50%;
  width: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  transform: translate(-50%);
}

.chance__heading span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .chance__heading {
    top: calc(-100 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
    line-height: 1.4;
  }
}

@media (width >=768px) {
  .chance__heading {
    top: calc(-100 * var(--base-font, 1) / 10);
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .chance__list {
    display: flex;
    flex-direction: column;
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__list {
    display: grid;
    grid-template-columns: repeat(auto-fit,
        minmax(calc(450 * var(--base-font, 1) / 10), 1fr));
    gap: 4%;
  }
}

.chance__item {
  position: relative;
  width: 100%;
  background-color: #fff;
}

@media (width <=767.98px) {
  .chance__item {
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__item {
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .chance__decoration {
    margin-inline: auto;
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .chance__decoration--01 {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__decoration--01 {
    position: absolute;
    right: calc(30 * var(--base-font, 1) / 10);
    bottom: calc(18 * var(--base-font, 1) / 10);
    width: calc(111 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .chance__decoration--02 {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__decoration--02 {
    position: absolute;
    right: calc(16 * var(--base-font, 1) / 10);
    bottom: calc(50 * var(--base-font, 1) / 10);
    width: calc(123 * var(--base-font, 1) / 10);
  }
}

.chance__title {
  font-weight: 700;
  color: #084496;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (width <=767.98px) {
  .chance__title {
    padding: calc(16 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__title {
    padding: calc(20 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.chance__sub-list {
  display: flex;
  flex-direction: column;
  border-top: solid calc(1 * var(--base-font, 1) / 10) #4781d1;
}

@media (width <=767.98px) {
  .chance__sub-list {
    gap: calc(8 * var(--base-font, 1) / 10);
    padding: calc(16 * var(--base-font, 1) / 10) 0 calc(20 * var(--base-font, 1) / 10);
    margin: 0 calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__sub-list {
    gap: calc(10 * var(--base-font, 1) / 10);
    padding: calc(16 * var(--base-font, 1) / 10) 0 calc(40 * var(--base-font, 1) / 10);
    margin: 0 calc(48 * var(--base-font, 1) / 10);
  }
}

.chance__sub-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media (width <=767.98px) {
  .chance__sub-item {
    gap: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__sub-item {
    gap: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.chance__sub-icon {
  background-color: #4781d1;
  border-radius: 999px;
}

@media (width <=767.98px) {
  .chance__sub-icon {
    width: calc(16 * var(--base-font, 1) / 10);
    height: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__sub-icon {
    width: calc(16 * var(--base-font, 1) / 10);
    height: calc(16 * var(--base-font, 1) / 10);
  }
}

.chance__note {
  font-weight: 500;
}

@media (width <=767.98px) {
  .chance__note {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(11 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .chance__note {
    margin-top: calc(30 * var(--base-font, 1) / 10);
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .chance__note {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

.proud {
  position: relative;
  overflow-y: visible;
  background-repeat: no-repeat;
  background-position: right;
}

@media (width <=767.98px) {
  .proud {
    padding-block: 0;
    background-image: url("../images/img_proud_sm.png");
    background-size: cover;
  }
}

@media (width >=768px) {
  .proud {
    padding-block: calc(80 * var(--base-font, 1) / 10) 0;
    background-image: url("../images/img_proud_lg.png");
    background-size: contain;
  }
}

.proud__image {
  position: absolute;
}

.proud__decoration {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

@media (width <=767.98px) {
  .proud__decoration {
    bottom: calc(-50 * var(--base-font, 1) / 10);
    left: calc(-20 * var(--base-font, 1) / 10);
    width: calc(200 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .proud__decoration {
    bottom: calc(-100 * var(--base-font, 1) / 10);
    left: calc(-200 * var(--base-font, 1) / 10);
    width: calc(384 * var(--base-font, 1) / 10);
  }
}

.proud__heading {
  font-weight: 700;
}

.proud__heading span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .proud__heading {
    padding-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .proud__heading {
    font-size: calc(48 * var(--base-font, 1) / 10);
  }
}

.proud__text-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .proud__text-wrapper {
    gap: calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .proud__text-wrapper {
    gap: calc(34 * var(--base-font, 1) / 10);
    margin-top: calc(63 * var(--base-font, 1) / 10);
  }
}

.proud__text {
  font-weight: 700;
}

@media (width <=767.98px) {
  .proud__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .proud__text {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.proud__decoration-text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1;
  color: #4781d1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0.1;
}

@media (width <=767.98px) {
  .proud__decoration-text {
    font-size: 14vw;
    transform: translate(calc(-10 * var(--base-font, 1) / 10),
        calc(10 * var(--base-font, 1) / 10));
  }
}

@media (width >=768px) {
  .proud__decoration-text {
    font-size: 11vw;
    transform: translate(calc(-50 * var(--base-font, 1) / 10),
        calc(10 * var(--base-font, 1) / 10));
  }
}

@media (width <=767.98px) {
  .enjoyment {
    padding-block: calc(92 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment {
    padding-block: calc(92 * var(--base-font, 1) / 10) calc(120 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .enjoyment__contents {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__contents {
    margin-top: calc(70 * var(--base-font, 1) / 10);
  }
}

.enjoyment__list {
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(calc(230 * var(--base-font, 1) / 10), 1fr));
}

@media (width <=767.98px) {
  .enjoyment__list {
    gap: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__list {
    gap: 2.5%;
  }
}

.enjoyment__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .enjoyment__item {
    padding: calc(6 * var(--base-font, 1) / 10) calc(6 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__item {
    padding: calc(10 * var(--base-font, 1) / 10) calc(6 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
    border-radius: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .enjoyment__image {
    width: calc(148 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__image {
    width: calc(188 * var(--base-font, 1) / 10);
  }
}

.enjoyment__text {
  font-weight: 700;
  text-align: center;
}

@media (width <=767.98px) {
  .enjoyment__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__text {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.enjoyment__text span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .enjoyment__text span {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .enjoyment__text span {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .work-style {
    padding-block: calc(16 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
    background: linear-gradient(#fff 0,
        #fff calc(20 * var(--base-font, 1) / 10),
        #effaff calc(20 * var(--base-font, 1) / 10),
        #effaff);
  }
}

@media (width >=768px) {
  .work-style {
    padding-block: calc(16 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
    background: linear-gradient(#fff 0,
        #fff calc(20 * var(--base-font, 1) / 10),
        #effaff calc(20 * var(--base-font, 1) / 10),
        #effaff);
  }
}

@media (width <=767.98px) {
  .work-style__img {
    width: calc(320 * var(--base-font, 1) / 10);
    margin-top: calc(-30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__img {
    position: absolute;
    top: calc(-20 * var(--base-font, 1) / 10);
    left: calc(-40 * var(--base-font, 1) / 10);
    width: calc(400 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .work-style__img {
    top: calc(-20 * var(--base-font, 1) / 10);
    left: calc(-260 * var(--base-font, 1) / 10);
    width: calc(580 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .work-style__inner {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__inner {
    padding-left: calc(380 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .work-style__contents {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__contents {
    margin-top: calc(48 * var(--base-font, 1) / 10);
  }
}

.work-style__list {
  display: grid;
}

@media (width <=767.98px) {
  .work-style__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(180 * var(--base-font, 1) / 10), 1fr));
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

.work-style__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .work-style__item {
    padding: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__item {
    padding: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

.work-style__text {
  font-weight: 700;
}

@media (width <=767.98px) {
  .work-style__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.work-style__icon {
  background-color: #4781d1;
  border-radius: 999px;
}

@media (width <=767.98px) {
  .work-style__icon {
    width: calc(13 * var(--base-font, 1) / 10);
    height: calc(13 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .work-style__icon {
    width: calc(23 * var(--base-font, 1) / 10);
    height: calc(23 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .voice {
    padding-block: calc(30 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice {
    padding-block: calc(82 * var(--base-font, 1) / 10) calc(96 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .voice__contents {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__contents {
    margin-top: calc(84 * var(--base-font, 1) / 10);
  }
}

.voice__list {
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .voice__list {
    gap: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__list {
    gap: calc(48 * var(--base-font, 1) / 10);
  }
}

.voice__item {
  background-color: #fff;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .voice__item {
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__item {
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

.voice__title {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #0c71fb, #004bb2);
}

@media (width <=767.98px) {
  .voice__title {
    flex-direction: column;
    gap: calc(12 * var(--base-font, 1) / 10);
    padding-block: calc(14 * var(--base-font, 1) / 10);
    padding-inline: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0 0;
  }
}

@media (width >=768px) {
  .voice__title {
    gap: calc(33 * var(--base-font, 1) / 10);
    padding-block: calc(14 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
    border-radius: calc(12 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10) 0 0;
  }
}

.voice__title-age {
  position: relative;
}

.voice__title-age::before {
  position: absolute;
  content: "";
  background-color: #fff;
}

@media (width <=767.98px) {
  .voice__title-age::before {
    bottom: calc(-6 * var(--base-font, 1) / 10);
    width: 100%;
    height: 1px;
  }
}

@media (width >=768px) {
  .voice__title-age::before {
    top: 50%;
    right: calc(-16 * var(--base-font, 1) / 10);
    width: 1px;
    height: 86%;
    transform: translateY(-50%);
  }
}

.voice__item-contents {
  display: grid;
}

@media (width <=767.98px) {
  .voice__item-contents {
    grid-template-areas: "image" "before-after" "text";
    grid-template-columns: 1fr;
  }
}

@media (width >=768px) {
  .voice__item-contents {
    grid-template-areas: "image before-after" "image text";
    grid-template-columns: calc(195 * var(--base-font, 1) / 10) 1fr;
    gap: calc(20 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
    padding-right: calc(40 * var(--base-font, 1) / 10);
  }
}

.voice__image {
  grid-area: image;
  width: 100%;
  height: 100%;
}

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

@media (width >=768px) {
  img {
    border-radius: 0 0 0 calc(12 * var(--base-font, 1) / 10);
  }
}

.voice__before-after {
  display: flex;
  grid-area: before-after;
  align-items: center;
  justify-content: end;
}

@media (width <=767.98px) {
  .voice__before-after {
    flex-direction: column;
    gap: calc(8 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__before-after {
    flex-direction: column;
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .voice__before-after {
    flex-direction: row;
    gap: calc(12 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

.voice__before {
  display: flex;
  height: fit-content;
  background-color: #f3f3f3;
}

@media (width <=767.98px) {
  .voice__before {
    width: 80%;
    border-radius: calc(4 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__before {
    width: 80%;
    border-radius: calc(4 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .voice__before {
    width: calc((100% - 23 * var(--base-font, 1) / 10 - 12 * var(--base-font, 1) / 10 * 2) * 0.4);
  }
}

.voice__before-label {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #464556;
}

@media (width <=767.98px) {
  .voice__before-label {
    padding: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(4 * var(--base-font, 1) / 10) 0 0 calc(4 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__before-label {
    padding: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(4 * var(--base-font, 1) / 10) 0 0 calc(4 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .voice__before-label {
    padding: calc(20 * var(--base-font, 1) / 10) calc(28 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
    border-radius: calc(4 * var(--base-font, 1) / 10) 0 0 calc(4 * var(--base-font, 1) / 10);
  }
}

.voice__before-company {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media (width <=767.98px) {
  .voice__before-company {
    padding: calc(12 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__before-company {
    padding: calc(12 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.voice__icon {
  aspect-ratio: 1/1;
}

@media (width <=767.98px) {
  .voice__icon {
    width: calc(16 * var(--base-font, 1) / 10);
    transform: rotate(90deg);
  }
}

@media (width >=768px) {
  .voice__icon {
    width: calc(20 * var(--base-font, 1) / 10);
    transform: rotate(90deg);
  }
}

@media (width >=1024px) {
  .voice__icon {
    transform: rotate(0);
  }
}

.voice__after {
  display: flex;
  background-color: #fff9ed;
}

@media (width <=767.98px) {
  .voice__after {
    width: 90%;
    border-radius: 0 calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0;
  }
}

@media (width >=768px) {
  .voice__after {
    width: 90%;
    border-radius: 0 calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0;
  }
}

@media (width >=1024px) {
  .voice__after {
    width: calc((100% - 23 * var(--base-font, 1) / 10 - 12 * var(--base-font, 1) / 10 * 2) * 0.6);
  }
}

.voice__after-label {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(75deg, #4781d1, #1d30c0);
}

@media (width <=767.98px) {
  .voice__after-label {
    padding: calc(8 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10) 0 0 calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__after-label {
    padding: calc(10 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
    border-radius: calc(8 * var(--base-font, 1) / 10) 0 0 calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .voice__after-label {
    padding: calc(20 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}

.voice__after-company {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media (width <=767.98px) {
  .voice__after-company {
    padding: calc(16 * var(--base-font, 1) / 10) calc(34 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__after-company {
    padding: calc(16 * var(--base-font, 1) / 10) calc(34 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.voice__text {
  grid-area: text;
  font-weight: 500;
}

@media (width <=767.98px) {
  .voice__text {
    padding: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .voice__text {
    margin-bottom: calc(22 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.successful {
  position: relative;
  overflow: hidden;
  background-image: url("../images/img_successful.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (width <=767.98px) {
  .successful {
    height: calc(350 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .successful {
    height: calc(700 * var(--base-font, 1) / 10);
  }
}

.successful__scroll-list {
  position: absolute;
  bottom: 32%;
  display: flex;
  animation: infinity-scroll 150s infinite linear 0.2s both;
}

@media (width >=768px) {
  .successful__scroll-list {
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

@keyframes infinity-scroll {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-100%);
  }
}

.successful__scroll-item {
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-wrap: nowrap;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    0 -1px 0 #000,
    0 1px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000;
}

@media (width <=767.98px) {
  .successful__scroll-item {
    font-size: 4rem;
  }
}

@media (width >=768px) {
  .successful__scroll-item {
    font-size: 8rem;
  }
}

.form {
  background-color: #effaff;
}

@media (width <=767.98px) {
  .form {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form {
    padding-block: calc(96 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .form__inner {
    display: block;
  }
}

@media (width >=768px) {
  .form__inner {
    display: block;
  }
}

@media (width >=1024px) {
  .form__inner {
    display: grid;
    grid-template: "header contents" auto "mail contents" auto "support contents" auto/44% 50%;
    gap: 0 6%;
    align-items: end;
  }
}

.form__header {
  display: flex;
  flex-direction: column;
  grid-area: header;
}

@media (width <=767.98px) {
  .form__header {
    gap: calc(20 * var(--base-font, 1) / 10);
    text-align: center;
  }
}

@media (width >=768px) {
  .form__header {
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

.form__heading {
  font-weight: 700;
}

.form__sub-heading {
  display: block;
}

.form__sub-heading span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .form__sub-heading {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__sub-heading {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.form__main-heading {
  display: block;
}

@media (width <=767.98px) {
  .form__main-heading {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__main-heading {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

.form__lead {
  font-weight: 700;
}

@media (width <=767.98px) {
  .form__lead {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__lead {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.form__mail-block {
  grid-area: mail;
  background-color: #fff;
  will-change: filter;
}

@media (width <=767.98px) {
  .form__mail-block {
    padding: calc(16 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    margin-top: calc(22 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__mail-block {
    padding: calc(24 * var(--base-font, 1) / 10) calc(32 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(22 * var(--base-font, 1) / 10);
  }
}

.form__mail-text {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #bcad8a;
}

@media (width <=767.98px) {
  .form__mail-text {
    padding-bottom: calc(6 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__mail-text {
    padding-bottom: calc(6 * var(--base-font, 1) / 10);
    margin-inline: calc(-10 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.form__mail-address {
  font-weight: 700;
  color: #4781d1;
  text-align: center;
}

@media (width <=767.98px) {
  .form__mail-address {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__mail-address {
    margin-top: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.fom__support-block {
  grid-area: support;
  background-color: #fff;
  will-change: filter;
}

@media (width <=767.98px) {
  .fom__support-block {
    padding: calc(16 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .fom__support-block {
    padding: calc(22 * var(--base-font, 1) / 10) calc(32 * var(--base-font, 1) / 10) calc(28 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

.form__support-text {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #bcad8a;
}

@media (width <=767.98px) {
  .form__support-text {
    padding-bottom: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__support-text {
    padding-bottom: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .form__support-image {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__support-image {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

.form__contents {
  display: block;
  grid-area: contents;
  width: 100%;
  background-color: #fff;
}

@media (width <=767.98px) {
  .form__contents {
    padding: calc(24 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__contents {
    padding: calc(27 * var(--base-font, 1) / 10) calc(70 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .form__contents {
    padding: calc(27 * var(--base-font, 1) / 10) calc(70 * var(--base-font, 1) / 10);
    margin-top: 0;
  }
}

.form__title {
  margin-inline: auto;
  font-weight: 700;
}

@media (width <=767.98px) {
  .form__title {
    width: calc(258 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__title {
    width: calc(258 * var(--base-font, 1) / 10);
  }
}

.form__caption {
  font-weight: 700;
  text-align: center;
  border: 2px solid #4781d1;
}

.form__caption span {
  font-size: 30px;
}

.form__caption span a {
  color: #000;
  text-decoration: none;
}

@media (width <=767.98px) {
  .form__caption {
    padding: calc(9 * var(--base-font, 1) / 10);
    margin-top: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__caption {
    padding: calc(9 * var(--base-font, 1) / 10);
    margin-top: calc(26 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.form__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 76%;
  margin-inline: auto;
}

.form__list::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 0;
  height: 2px;
  content: "";
  background: #a9c1e3;
  transform: translateY(-50%);
}

@media (width <=767.98px) {
  .form__list {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__list {
    margin-top: calc(32 * var(--base-font, 1) / 10);
  }
}

.form__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-weight: 700;
  color: #fff;
  background-color: #a9c1e3;
  border-radius: 999px;
}

.form__item--active {
  background-color: #4781d1;
}

@media (width <=767.98px) {
  .form__item {
    width: calc(40 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__item {
    width: calc(40 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .form__form {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__form {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .form__group+.form__group {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__group+.form__group {
    margin-top: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .form__group+.form__group--checkbox {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__group+.form__group--checkbox {
    margin-top: calc(36 * var(--base-font, 1) / 10);
  }
}

.form__group--checkbox {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (width <=767.98px) {
  .form__group--checkbox {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__group--checkbox {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

.form__label {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.form__label span {
  padding: calc(1 * var(--base-font, 1) / 10) calc(4 * var(--base-font, 1) / 10);
  font-size: calc(11 * var(--base-font, 1) / 10);
  font-weight: 500;
  color: #f29d00;
  border: 1px solid #f29d00;
  border-radius: calc(2 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .form__label {
    gap: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__label {
    gap: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.form__input {
  padding: calc(5 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
  outline: none;
  border: 1px solid #ddd;
  border-radius: calc(4 * var(--base-font, 1) / 10);
  transition: border-color 0.2s;
}

.form__input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}

@media (width <=767.98px) {
  .form__input::placeholder {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.form__input:focus {
  border-color: #ddd;
}

.form__checkbox {
  width: calc(20 * var(--base-font, 1) / 10);
  aspect-ratio: 1/1;
  margin-right: 8px;
  vertical-align: middle;
  accent-color: #4781d1;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.form__checkbox-label {
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: 500;
}

.form__checkbox-link {
  color: #4781d1;
  text-decoration: underline;
  cursor: pointer;
}

.form__checkbox-link:visited,
.form__checkbox-link:hover,
.form__checkbox-link:active,
.form__checkbox-link:focus {
  color: #4781d1;
}

.form__submit-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: calc(320 * var(--base-font, 1) / 10);
  margin-inline: auto;
  font-weight: 700;
  color: #fff;
  background-color: #f29d00;
  border: none;
  border-radius: 999px;
}

.form__submit-button {
  text-decoration: none;
}

.form__submit-button:hover,
.c-menu__link.c-menu__link--contact:hover {
  opacity: .7;
}

.form__submit-button hover {
  opacity: .7;
}


@media (width <=767.98px) {
  .form__submit-button {
    padding: calc(10 * var(--base-font, 1) / 10);
    margin-top: calc(20 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .form__submit-button {
    padding: calc(12 * var(--base-font, 1) / 10);
    margin-top: calc(24 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.form__submit-icon {
  position: absolute;
  top: 50%;
  right: calc(20 * var(--base-font, 1) / 10);
  width: calc(10 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
}

.form__submit-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.about {
  overflow: hidden;
}

@media (width <=767.98px) {
  .about {
    padding: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about {
    padding: calc(110 * var(--base-font, 1) / 10) calc(96 * var(--base-font, 1) / 10);
  }
}

.about__title-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (width <=767.98px) {
  .about__title-wrapper {
    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__title-wrapper {
    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.about__title-deco {
  position: absolute;
  opacity: 0.05;
}

@media (width <=767.98px) {
  .about__title-deco {
    top: calc(-100 * var(--base-font, 1) / 10);
    left: calc(-160 * var(--base-font, 1) / 10);
    width: calc(204 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__title-deco {
    top: calc(-240 * var(--base-font, 1) / 10);
    left: calc(-200 * var(--base-font, 1) / 10);
    width: calc(384 * var(--base-font, 1) / 10);
  }
}


.about__heading .c-heading__title {
  margin-top: 0;
}

@media (width >=768px) {
  .about__lead {
    width: 100%;
  }
}

@media (width >=1024px) {
  .about__lead {
    width: 51%;
  }
}

.about__lead-catch {
  font-weight: 700;
  line-height: 1.4;
  color: #084496;
  letter-spacing: 0.01em;
}

@media (width <=767.98px) {
  .about__lead-catch {
    font-size: calc(18 * var(--base-font, 1) / 10);
    text-align: center;
  }
}

@media (width >=768px) {
  .about__lead-catch {
    font-size: calc(30 * var(--base-font, 1) / 10);
  }
}

.about__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .about__description-wrapper {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__description-wrapper {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .about__description {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}

@media (width >=768px) {
  .about__description {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}

.about__image-list {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  background-color: #effaff;
  border-radius: calc(24 * var(--base-font, 1) / 10);
  display: none;
}

@media (width <=767.98px) {
  .about__image-list {
    display: flex;
    flex-direction: column;
    gap: calc(20 * var(--base-font, 1) / 10);
    padding: calc(20 * var(--base-font, 1) / 10);
    margin-top: calc(30 * var(--base-font, 1) / 10);
    display: none;
  }
}

@media (width >=768px) {
  .about__image-list {
    display: grid;
    gap: calc(38 * var(--base-font, 1) / 10);
    padding: calc(30 * var(--base-font, 1) / 10);
    margin-top: calc(80 * var(--base-font, 1) / 10);
    display: none;
  }
}

@media (width >=1024px) {
  .about__image-list {
    padding: calc(64 * var(--base-font, 1) / 10);
    display: none;
  }
}

.about__image-deco {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}

@media (width <=767.98px) {
  .about__image-deco {
    right: calc(-120 * var(--base-font, 1) / 10);
    bottom: calc(-48 * var(--base-font, 1) / 10);
    width: calc(200 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__image-deco {
    right: calc(-302 * var(--base-font, 1) / 10);
    bottom: calc(-168 * var(--base-font, 1) / 10);
    width: calc(384 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .about__service {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service {
    margin-top: calc(96 * var(--base-font, 1) / 10);
  }
}

.about__service-header {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .about__service-header {
    gap: calc(26 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-header {
    gap: calc(26 * var(--base-font, 1) / 10);
  }
}

.about__service-title {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.about__service-title span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .about__service-title {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-title {
    font-size: calc(36 * var(--base-font, 1) / 10);
  }
}

.about__service-text {
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: 500;
}

@media (width <=767.98px) {
  .about__service-text {
    margin-bottom: calc(24 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-text {
    margin-bottom: calc(24 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.about__service-bg {
  position: absolute;
  z-index: -1;
}

@media (width <=767.98px) {
  .about__service-bg {
    top: -3%;
    right: calc(-120 * var(--base-font, 1) / 10);
    width: calc(280 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-bg {
    top: -25%;
    right: calc(-400 * var(--base-font, 1) / 10);
    width: calc(730 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .about__service-bg {
    top: -35%;
    right: calc(-200 * var(--base-font, 1) / 10);
    width: calc(769 * var(--base-font, 1) / 10);
  }
}

.about__service-list {
  display: grid;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .about__service-list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(240 * var(--base-font, 1) / 10), 1fr));
    gap: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(340 * var(--base-font, 1) / 10), 1fr));
    gap: calc(32 * var(--base-font, 1) / 10);
    margin-top: calc(54 * var(--base-font, 1) / 10);
  }
}

.about__service-item {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  background: #fff;
  border-radius: calc(8 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .about__service-item {
    gap: 10%;
    padding: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-item {
    gap: 10%;
    padding: calc(26 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
    font-size: calc(28 * var(--base-font, 1) / 10);
  }
}

.about__service-image {
  aspect-ratio: 1/1;
}

@media (width <=767.98px) {
  .about__service-image {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .about__service-image {
    width: calc(138 * var(--base-font, 1) / 10);
  }
}

.choose {
  background-color: #effaff;
}

@media (width <=767.98px) {
  .choose {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose {
    padding-block: calc(60 * var(--base-font, 1) / 10) calc(96 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .choose__contents {
    margin-top: calc(35 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__contents {
    margin-top: calc(70 * var(--base-font, 1) / 10);
  }
}

.choose__list {
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .choose__list {
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__list {
    gap: calc(50 * var(--base-font, 1) / 10);
  }
}

.choose__item {
  position: relative;
  display: flex;
  align-items: center;
}

.choose__item:not(:last-child) {
  border-bottom: 1px solid #4781d1;
}

@media (width <=767.98px) {
  .choose__item:not(:last-child) {
    padding-bottom: calc(46 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__item:not(:last-child) {
    padding-bottom: calc(46 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .choose__item {
    flex-direction: column;
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__item {
    flex-direction: column;
    gap: calc(30 * var(--base-font, 1) / 10);
    padding-left: calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .choose__item {
    flex-direction: row;
    gap: calc(30 * var(--base-font, 1) / 10);
    padding-left: calc(85 * var(--base-font, 1) / 10);
  }
}

.choose__text {
  display: flex;
  flex-direction: column;
}

@media (width <=767.98px) {
  .choose__text {
    gap: calc(15 * var(--base-font, 1) / 10);
    width: 100%;
  }
}

@media (width >=768px) {
  .choose__text {
    gap: calc(16 * var(--base-font, 1) / 10);
    width: 100%;
  }
}

@media (width >=1024px) {
  .choose__text {
    gap: calc(16 * var(--base-font, 1) / 10);
    width: 54%;
  }
}

@media (width <=767.98px) {
  .choose__text--narrow {
    width: 100%;
  }
}

@media (width >=768px) {
  .choose__text--narrow {
    width: 100%;
  }
}

@media (width >=1024px) {
  .choose__text--narrow {
    width: 43%;
  }
}

.choose__number {
  position: absolute;
  font-weight: 700;
  line-height: 1;
  color: #4781d1;
  letter-spacing: normal;
  opacity: 0.15;
}

@media (width <=767.98px) {
  .choose__number {
    top: calc(-16 * var(--base-font, 1) / 10);
    left: calc(-16 * var(--base-font, 1) / 10);
    font-size: calc(50 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__number {
    top: calc(-40 * var(--base-font, 1) / 10);
    left: calc(0 * var(--base-font, 1) / 10);
    font-size: calc(120 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .choose__number {
    top: calc(-20 * var(--base-font, 1) / 10);
    left: calc(-6 * var(--base-font, 1) / 10);
    font-size: calc(160 * var(--base-font, 1) / 10);
  }
}

.choose__title {
  font-weight: 700;
}

.choose__title span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .choose__title {
    font-size: calc(24 * var(--base-font, 1) / 10);
    text-align: center;
  }
}

@media (width >=768px) {
  .choose__title {
    font-size: calc(32 * var(--base-font, 1) / 10);
  }
}

.choose__description {
  font-weight: 500;
}

@media (width <=767.98px) {
  .choose__description {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__description {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .choose__image {
    width: auto;
    height: calc(120 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .choose__image {
    width: auto;
    height: calc(232 * var(--base-font, 1) / 10);
  }
}

.choose__image img {
  display: block;
  width: auto;
  height: 100%;
}

.passed {
  position: relative;
  overflow: hidden;
  background-image: url("../images/img_passed.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (width <=767.98px) {
  .passed {
    height: calc(260 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .passed {
    height: calc(560 * var(--base-font, 1) / 10);
  }
}

.passed__inner {
  height: 100%;
}

.passed__text-wrapper {
  position: absolute;
  flex-direction: column;
}

@media (width <=767.98px) {
  .passed__text-wrapper {
    bottom: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .passed__text-wrapper {
    bottom: calc(50 * var(--base-font, 1) / 10);
  }
}

.passed__text {
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.passed__text span {
  color: #4781d1;
}

@media (width <=767.98px) {
  .passed__text {
    padding: calc(6 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .passed__text {
    padding: calc(6 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
    font-size: calc(45 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .passed__text {
    font-size: calc(60 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .passed__text+.passed__text {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .passed__text+.passed__text {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .achievement {
    padding-block: calc(64 * var(--base-font, 1) / 10);
  }
}

.achievement__image {
  width: 100%;
}

.advisor {
  background-color: #effaff;
}

@media (width <=767.98px) {
  .advisor {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor {
    padding-block: calc(90 * var(--base-font, 1) / 10) calc(96 * var(--base-font, 1) / 10);
  }
}

.advisor__contents {
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .advisor__contents {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__contents {
    margin-top: calc(88 * var(--base-font, 1) / 10);
  }
}

.advisor__list {
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(calc(300 * var(--base-font, 1) / 10), 1fr));
}

@media (width <=767.98px) {
  .advisor__list {
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__list {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.advisor__item {
  overflow: hidden;
  background-color: #fff;
}

@media (width <=767.98px) {
  .advisor__item {
    border-radius: calc(8 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__item {
    border-radius: calc(12 * var(--base-font, 1) / 10);
  }
}

.advisor__image {
  width: 100%;
}

.advisor__image img {
  height: 350px;
  object-fit: cover;
  border-radius: initial;
}

@media (width <=767.98px) {
  .advisor__text {
    padding: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__text {
    padding: calc(32 * var(--base-font, 1) / 10);
  }
}

.advisor__title {
  font-weight: 700;
  color: #4781d1;
}

@media (width <=767.98px) {
  .advisor__title {
    font-size: 16px;
  }
}

@media (width >=768px) {
  .advisor__title {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.advisor__name {
  font-weight: 700;
}

.advisor__name span {
  padding-left: calc(8 * var(--base-font, 1) / 10);
  font-size: calc(15 * var(--base-font, 1) / 10);
  font-weight: 400;
  color: #4781d1;
}

@media (width <=767.98px) {
  .advisor__name {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__name {
    font-size: calc(28 * var(--base-font, 1) / 10);
  }
}

.advisor__description {
  margin-top: calc(8 * var(--base-font, 1) / 10);
  line-height: 1.4;
}

@media (width <=767.98px) {
  .advisor__description {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .advisor__description {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.flow {
  background-color: #fffbed;
}

@media (width <=767.98px) {
  .flow {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow {
    padding-block: calc(94 * var(--base-font, 1) / 10) calc(148 * var(--base-font, 1) / 10);
  }
}

.flow__header {
  display: grid;
}

@media (width <=767.98px) {
  .flow__header {
    display: block;
    gap: 0 calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__header {
    display: block;
    gap: 0 calc(32 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .flow__header {
    display: grid;
    grid-template: "heading image" auto "description image" auto "mail image" auto/1fr 1fr;
    gap: 0 calc(32 * var(--base-font, 1) / 10);
    justify-content: space-between;
  }
}

.flow__heading {
  grid-area: heading;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (width <=767.98px) {
  .flow__heading {
    font-size: calc(22 * var(--base-font, 1) / 10);
    text-align: center;
  }
}

@media (width >=768px) {
  .flow__heading {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .flow__heading {
    margin-right: calc(-110 * var(--base-font, 1) / 10);
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

.flow__heading span {
  display: block;
  color: #f29d00;
}

@media (width <=767.98px) {
  .flow__heading span {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__heading span {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.flow__description {
  grid-area: description;
  font-weight: 500;
  line-height: 1.5;
}

@media (width <=767.98px) {
  .flow__description {
    margin-top: calc(30 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__description {
    margin-top: calc(30 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.flow__mail-block {
  grid-area: mail;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f29d00;
  border-radius: calc(4 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .flow__mail-block {
    padding: calc(16 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
    margin-top: calc(48 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__mail-block {
    padding: calc(24 * var(--base-font, 1) / 10) calc(50 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(48 * var(--base-font, 1) / 10);
  }
}

.flow__mail-title {
  border-bottom: 1px solid #f29d00;
}

@media (width <=767.98px) {
  .flow__mail-title {
    padding-bottom: calc(6 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__mail-title {
    padding-bottom: calc(6 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.flow__mail-address {
  color: #f29d00;
}

@media (width <=767.98px) {
  .flow__mail-address {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__mail-address {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.flow__image {
  display: flex;
  grid-area: image;
  align-items: end;
}

@media (width <=767.98px) {
  .flow__image {
    width: calc(200 * var(--base-font, 1) / 10);
    margin-inline: auto;
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__image {
    width: calc(453 * var(--base-font, 1) / 10);
    margin-inline: auto;
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=1024px) {
  .flow__image {
    width: calc(453 * var(--base-font, 1) / 10);
    margin-top: 0;
    margin-left: auto;
  }
}

.flow__list {
  display: grid;
  filter: drop-shadow(0 0 calc(8 * var(--base-font, 1) / 10) rgb(0 0 0 / 15%));
  will-change: filter;
}

@media (width <=767.98px) {
  .flow__list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(250 * var(--base-font, 1) / 10), 1fr));
    gap: calc(32 * var(--base-font, 1) / 10);
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__list {
    grid-template-columns: repeat(auto-fit,
        minmax(calc(450 * var(--base-font, 1) / 10), 1fr));
    gap: calc(32 * var(--base-font, 1) / 10);
    margin-top: calc(60 * var(--base-font, 1) / 10);
  }
}

.flow__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(8 * var(--base-font, 1) / 10);
}

@media (width <=767.98px) {
  .flow__item {
    padding: calc(20 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__item {
    padding: calc(40 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}

.flow__number {
  position: absolute;
  font-weight: 700;
  color: #f29d00;
}

@media (width <=767.98px) {
  .flow__number {
    top: calc(-15 * var(--base-font, 1) / 10);
    left: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__number {
    top: calc(-15 * var(--base-font, 1) / 10);
    left: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.flow__title {
  font-weight: 700;
  border-bottom: 1px solid #f29d00;
}

@media (width <=767.98px) {
  .flow__title {
    padding-bottom: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__title {
    padding-bottom: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.flow__text {
  font-weight: 500;
}

@media (width <=767.98px) {
  .flow__text {
    margin-top: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .flow__text {
    margin-top: calc(16 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .qa {
    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (width >=768px) {
  .qa {
    padding-block: calc(72 * var(--base-font, 1) / 10) calc(96 * var(--base-font, 1) / 10);
  }
}

@media (width <=767.98px) {
  .qa__contents {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }

  .voice__title-text {
    font-size: 16px;
  }

}

@media (width >=768px) {
  .qa__contents {
    margin-top: calc(60 * var(--base-font, 1) / 10);
  }
}