@charset "UTF-8";
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff ;
}

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

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

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

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

.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 {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  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 {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.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 {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.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 {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

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

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

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

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

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

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.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 {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

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

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

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

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

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

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

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

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

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

.keyvisual {
  width: 100%;
  position: relative;
  background-color: #DEEDF8;
  height: 133.3333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    background-color: #E3F5FF;
    height: auto;
    aspect-ratio: 1440/640;
  }
}
.keyvisual__img {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 47.5%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .keyvisual__img {
    height: 100%;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}
.keyvisual__img img {
  width: 100%;
  height: auto;
}
.keyvisual__container {
  position: absolute;
  z-index: 1;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .keyvisual__container {
    top: 2.7777777778vw;
    width: 85%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__container {
    width: 96%;
    top: 10%;
  }
}
.keyvisual__title {
  line-height: 1.25;
  letter-spacing: 0.07em;
  color: #00438D;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    line-height: 1.3;
    font-size: 2.2rem;
    margin-bottom: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title {
    margin-bottom: 17px;
  }
}
.keyvisual__title .keyvisual__big {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .keyvisual__title .keyvisual__big {
    font-size: 5.1rem;
  }
}
.keyvisual__title .keyvisual__blue {
  display: inline-block;
  background-color: #00438D;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 1.3333333333vw;
  padding: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title .keyvisual__blue {
    font-size: 2.6rem;
    border-radius: 0.3472222222vw;
    padding: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title .keyvisual__blue {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.keyvisual__btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20.8vw;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #ffffff;
  box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  background: linear-gradient(to right, #F76213 0%, #FF9021 100%);
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a {
    height: 5.4166666667vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a {
    height: 78px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.42);
  }
}
.keyvisual__btn a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.keyvisual__btn a span {
  font-size: 2.2rem;
}
.keyvisual__btn a::before {
  position: absolute;
  content: "";
  background-image: url(../img/module/arrow_down_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 8vw;
  width: 4.2666666667vw;
  height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a::before {
    right: 2.0833333333vw;
    width: 1.1111111111vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a::before {
    right: 30px;
    width: 16px;
    height: 14px;
  }
}
.keyvisual__btn a {
  width: 43.2vw;
  height: 11.7333333333vw;
  font-size: 1.1rem;
  padding-right: 2.6666666667vw;
  box-shadow: none;
  margin-bottom: 10.6666666667vw;
}
.keyvisual__btn a::before {
  background-image: url(../img/module/arrow_down_white_icon2.svg);
  right: 1.6vw;
  width: 2.6666666667vw;
  height: 1.8666666667vw;
}
.keyvisual__banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .keyvisual__banner {
    margin: 0;
    width: 37.5277777778vw;
    margin-left: -2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__banner {
    width: 540.4px;
    margin-left: -30px;
  }
}
.keyvisual__banner a {
  width: 100%;
  height: 100%;
}
.keyvisual__banner a img {
  width: 100%;
  height: auto;
}
.keyvisual__banner a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.lead {
  width: 100%;
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
}
.lead__inner {
  opacity: 0;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead__inner {
    flex-direction: row;
    justify-content: right;
    width: 96%;
    max-width: 63.9583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__inner {
    max-width: 921px;
  }
}
.lead__img {
  position: static;
  width: 40.2666666667vw;
}
@media screen and (min-width: 768px) {
  .lead__img {
    position: absolute;
    left: 0;
    top: -2.4305555556vw;
    width: 17.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__img {
    top: -35px;
    width: 252px;
  }
}
.lead__img img {
  width: 100%;
  height: auto;
}
.lead__container {
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .lead__container {
    padding: 2.5694444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead__container {
    padding: 37px 0;
  }
}
.lead__title {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .lead__title {
    font-size: 3.2rem;
    text-align: right;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__title {
    margin-bottom: 15px;
  }
}
.lead__title span {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .lead__title span {
    font-size: 4rem;
  }
}
.lead__text {
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead__text {
    line-height: 2;
    text-align: left;
    font-size: 1.4rem;
  }
}
.lead__text em {
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .lead__text em {
    font-size: 1.8rem;
  }
}

.environment {
  width: 100%;
  background-color: #F7FCFF;
}
.environment__inner {
  opacity: 0;
  position: relative;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .environment__inner {
    width: 96%;
    max-width: 54.1666666667vw;
    padding: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .environment__inner {
    padding: 60px 0;
    max-width: 780px;
  }
}
.environment__title {
  color: #0F63C1;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .environment__title {
    font-size: 3.7rem;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__title {
    margin-bottom: 15px;
  }
}
.environment__title span {
  background-image: radial-gradient(circle at center, #0F63C1 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  padding-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .environment__title span {
    background-size: 1em 0.3em;
    padding-top: 0.2em;
  }
}
.environment__subtitle {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0 auto 4vw;
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
}
@media screen and (min-width: 768px) {
  .environment__subtitle {
    width: fit-content;
    font-size: 2.4rem;
    margin: 0 auto 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__subtitle {
    margin: 0 auto 30px;
  }
}
.environment__subtitle--square {
  font-size: 2.1rem;
  padding: 1.8666666667vw 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .environment__subtitle--square {
    font-size: 2.9rem;
    padding: 0.4861111111vw 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__subtitle--square {
    padding: 7px 25px;
  }
}
.environment__subtitle--round {
  font-size: 1.9rem;
  border-radius: 13.3333333333vw;
  padding: 3.2vw 8vw;
}
@media screen and (min-width: 768px) {
  .environment__subtitle--round {
    font-size: 2.9rem;
    border-radius: 3.4722222222vw;
    padding: 0.8333333333vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__subtitle--round {
    border-radius: 50px;
    padding: 12px 40px;
  }
}
.environment__text {
  line-height: 2;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .environment__text {
    font-size: 1.9rem;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__text {
    margin-bottom: 45px;
  }
}
.environment__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .environment__img {
    width: 49.5576388889vw;
  }
}
@media screen and (min-width: 1440px) {
  .environment__img {
    width: 713.63px;
  }
}
.environment__img img {
  width: 100%;
  height: auto;
}

.recommended__container {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  background-color: #E3F5FF;
  border: 0.2666666667vw solid #063F80;
  border-radius: 2.1333333333vw;
  box-shadow: 0.8vw 0.8vw 0 0 #063F80;
  padding: 1.8666666667vw 4vw 4vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__container {
    width: 96%;
    max-width: 52.8472222222vw;
    padding: 1.1111111111vw 3.4722222222vw 2.0138888889vw;
    border: 0.1388888889vw solid #063F80;
    border-radius: 1.1805555556vw;
    box-shadow: 0.4166666667vw 0.4166666667vw 0 0 #063F80;
    margin: 0 auto 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__container {
    max-width: 761px;
    padding: 16px 50px 29px;
    border: 2px solid #063F80;
    border-radius: 17px;
    box-shadow: 6px 6px 0 0 #063F80;
    margin: 0 auto 50px;
  }
}
.recommended__title {
  color: #0F4B90;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 768px) {
  .recommended__title {
    font-size: 1.6rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__title {
    margin-bottom: 10px;
  }
}
.recommended__title span {
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__title span {
    font-size: 3.4rem;
    margin: 0 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__title span {
    margin: 0 5px;
  }
}
.recommended__group {
  max-width: 148.576vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recommended__group {
    max-width: 38.6916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__group {
    max-width: 557.16px;
  }
}
.recommended__check {
  position: relative;
  color: #0F63C1;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-image: repeating-linear-gradient(90deg, #104b90, #104b90 1.3333333333vw, transparent 1.3333333333vw, transparent 2.9333333333vw);
  background-size: 100% 0.2666666667vw;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0 0 1.3333333333vw 5.8666666667vw;
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__check {
    font-size: 1.8rem;
    background-image: repeating-linear-gradient(90deg, #104b90, #104b90 0.3472222222vw, transparent 0.3472222222vw, transparent 0.7638888889vw);
    background-size: 100% 0.0694444444vw;
    margin: 0 0 0.8333333333vw 2.2222222222vw;
    padding-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__check {
    background-image: repeating-linear-gradient(90deg, #104b90, #104b90 5px, transparent 5px, transparent 11px);
    background-size: 100% 1px;
    margin: 0 0 12px 32px;
    padding-bottom: 5px;
  }
}
.recommended__check:last-child {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .recommended__check:last-child {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__check:last-child {
    margin-bottom: 20px;
  }
}
.recommended__check::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -4vw;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/recommended_check_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}
.recommended__check::before {
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .recommended__check::before {
    left: -2.2222222222vw;
    content: "";
    position: absolute;
    background-image: url("../img/index/recommended_check_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    background-size: contain;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__check::before {
    left: -32px;
    content: "";
    position: absolute;
    background-image: url("../img/index/recommended_check_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
  }
}
.recommended__check span {
  background-image: radial-gradient(circle at center, #FF9121 15%, transparent 19%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1.15em 0.25em;
  padding-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .recommended__check span {
    background-size: 1.15em 0.35em;
    padding-top: 0.2em;
  }
}
.recommended__wrapper {
  display: flex;
  justify-content: center;
  gap: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__wrapper {
    gap: 0.625vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__wrapper {
    gap: 9px;
    margin-bottom: 12px;
  }
}
.recommended__wrapper img {
  display: block;
  height: auto;
}
.recommended__wrapper img:nth-child(1) {
  width: 54.9333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__wrapper img:nth-child(1) {
    width: 24.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__wrapper img:nth-child(1) {
    width: 358px;
  }
}
.recommended__wrapper img:nth-child(2) {
  width: 29.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__wrapper img:nth-child(2) {
    width: 13.4027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__wrapper img:nth-child(2) {
    width: 193px;
  }
}
.recommended__text {
  color: #0F4B90;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .recommended__text {
    font-size: 1.6rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__text {
    margin-bottom: 10px;
  }
}
.recommended__text span {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 500;
  background-image: linear-gradient(transparent calc(100% - 1.6vw), #FFFA7C calc(100% - 1.6vw));
  background-repeat: no-repeat;
  padding: 0 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommended__text span {
    font-size: 2.1rem;
    font-weight: 600;
    background-image: linear-gradient(transparent calc(100% - 0.9027777778vw), #FFFA7C calc(100% - 0.9027777778vw));
    padding: 0 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__text span {
    background-image: linear-gradient(transparent calc(100% - 13px), #FFFA7C calc(100% - 13px));
    padding: 0 5px;
  }
}
.recommended__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 8.2666666667vw;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-weight: 500;
  background: linear-gradient(to right, #F76213 0%, #FF9021 100%);
  border: 0.2666666667vw solid #ffffff;
  margin: 0 auto;
  padding: 1.3333333333vw 0 1.3333333333vw 1.3333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .recommended__label {
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    width: 42.3611111111vw;
    height: 4.1666666667vw;
    border: 0.2083333333vw solid #ffffff;
    padding: 0.6944444444vw 0 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .recommended__label {
    width: 610px;
    height: 60px;
    border: 3px solid #ffffff;
    padding: 10px 0 10px 10px;
  }
}

.support {
  position: relative;
  width: 100%;
  background-color: #ECF8FF;
}
.support::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 10.6666666667vw;
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
}
@media screen and (min-width: 768px) {
  .support::after {
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .support::after {
    height: 50px;
  }
}
.support__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0 24vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .support__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 3.4722222222vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__inner {
    max-width: 880px;
    padding: 50px 0 100px;
  }
}
.support__title {
  position: relative;
  color: #0F63C1;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #0F63C1;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .support__title {
    font-size: 3.2rem;
    padding-bottom: 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
    border-bottom: 0.0694444444vw solid #0F63C1;
  }
}
@media screen and (min-width: 1440px) {
  .support__title {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #0F63C1;
  }
}
.support__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.5333333333vw;
  width: 77.7333333333vw;
  height: 0.8vw;
  background-color: #0E5FBA;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .support__title::before {
    bottom: -0.1388888889vw;
    width: 29.2361111111vw;
    height: 0.2083333333vw;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__title::before {
    bottom: -2px;
    width: 421px;
    height: 3px;
    border-radius: 5px;
  }
}
.support__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .support__item {
    flex-direction: row;
    gap: 2.9861111111vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__item {
    gap: 43px;
    margin-bottom: 30px;
  }
}
.support__item:last-child {
  margin-bottom: 0;
}
.support__img {
  flex-shrink: 0;
  width: 100%;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .support__img {
    width: 22.2222222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__img {
    width: 320px;
    border-radius: 10px;
  }
}
.support__img img {
  width: 100%;
  height: auto;
}
.support__subtitle {
  color: #0058BA;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__subtitle {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__subtitle {
    margin-bottom: 13px;
  }
}
.support__text {
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .support__text {
    line-height: 2;
    font-size: 1.6rem;
  }
}

.wrapper {
  position: relative;
  width: 100%;
}
.wrapper__confetti {
  position: absolute;
  top: 26.6666666667vw;
  width: 20.5946666667vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .wrapper__confetti {
    top: 8.8888888889vw;
    width: 13.68125vw;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper__confetti {
    top: 128px;
    width: 197.01px;
  }
}
.wrapper__confetti img {
  width: 100%;
  height: auto;
}
.wrapper__confetti--left {
  left: 0;
}
@media screen and (min-width: 768px) {
  .wrapper__confetti--left {
    left: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper__confetti--left {
    left: 5vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapper__confetti--left {
    left: 14vw;
  }
}
.wrapper__confetti--right {
  right: 0;
}
@media screen and (min-width: 768px) {
  .wrapper__confetti--right {
    right: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper__confetti--right {
    right: 5vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapper__confetti--right {
    right: 14vw;
  }
}

.project {
  background: url(../img/index/project_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.project__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .project__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 3.4722222222vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__inner {
    max-width: 880px;
    padding: 50px 0 100px;
  }
}
.project__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .project__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__title {
    padding-bottom: 10px;
  }
}
.project__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .project__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__title::before {
    width: 110px;
    height: 5px;
  }
}
.project__title {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .project__title {
    font-size: 3.2rem;
    margin-bottom: 6.9444444444vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__title {
    margin-bottom: 100px;
    padding-bottom: 20px;
  }
}
.project__container {
  position: relative;
  background-color: #ffffff;
  border-radius: 4vw;
  box-shadow: 0.8vw 0.8vw 3.7333333333vw rgba(15, 99, 193, 0.4);
  padding: 6.6666666667vw 4vw 3.4666666667vw;
  margin-bottom: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .project__container {
    border-radius: 1.0416666667vw;
    box-shadow: 0.2083333333vw 0.2083333333vw 0.9722222222vw rgba(15, 99, 193, 0.4);
    padding: 3.4722222222vw 6.9444444444vw 4.1666666667vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__container {
    border-radius: 15px;
    box-shadow: 3px 3px 14px rgba(15, 99, 193, 0.4);
    padding: 50px 100px 60px;
    margin-bottom: 40px;
  }
}
.project__balloon {
  position: absolute;
  top: -8vw;
  left: 0;
  width: 17.232vw;
}
@media screen and (min-width: 768px) {
  .project__balloon {
    top: -4.8611111111vw;
    width: 11.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__balloon {
    top: -70px;
    width: 162px;
  }
}
.project__balloon img {
  width: 100%;
  height: auto;
}
.project__subtitle {
  width: 67.4666666667vw;
  margin: 0 auto;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .project__subtitle {
    width: 44.0277777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__subtitle {
    width: 634px;
    margin-bottom: 40px;
  }
}
.project__subtitle img {
  width: 100%;
  height: auto;
}
.project__text {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .project__text {
    font-size: 1.9rem;
  }
}
.project__text small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .project__text small {
    font-size: 1.6rem;
  }
}
.project__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .project__list {
    gap: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .project__list {
    gap: 28px;
  }
}
.project__item {
  position: relative;
  width: 100%;
  z-index: 1;
}
.project__item img {
  width: 100%;
  height: auto;
}

.student {
  width: 100%;
  background-color: #0F63C1;
}
.student__inner {
  opacity: 0;
  width: calc(100% - 13.3333333333vw);
  padding: 4.2666666667vw 0 8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .student__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 2.0833333333vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .student__inner {
    max-width: 880px;
    padding: 30px 0 60px;
  }
}
.student__title {
  position: relative;
  color: #FFF500;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .student__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .student__title {
    padding-bottom: 10px;
  }
}
.student__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #FFF500;
}
@media screen and (min-width: 768px) {
  .student__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .student__title::before {
    width: 110px;
    height: 5px;
  }
}
.student__title {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .student__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .student__title {
    margin-bottom: 20px;
  }
}
.student__container {
  position: relative;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 5.3333333333vw;
  padding: 5.3333333333vw 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .student__container {
    font-size: 1.6rem;
    border-radius: 6.9444444444vw;
    padding: 2.0833333333vw 3.4722222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .student__container {
    border-radius: 100px;
    padding: 30px 50px;
    margin-bottom: 40px;
  }
}
.student__container .student__blue {
  font-weight: 700;
  font-size: 1.7rem;
  color: #0058BA;
}
@media screen and (min-width: 768px) {
  .student__container .student__blue {
    font-size: 2.1rem;
  }
}
.student__container .student__red {
  font-weight: 700;
  font-size: 1.7rem;
  color: #C31919;
}
@media screen and (min-width: 768px) {
  .student__container .student__red {
    font-size: 2.1rem;
  }
}
.student__text {
  line-height: 1.7;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .student__text {
    line-height: 2;
    font-size: 1.6rem;
  }
}

.background {
  background: url(../img/index/background_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.flow {
  width: 100%;
}
.flow__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 4vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__inner {
    max-width: 1200px;
    padding: 50px 0 100px;
  }
}
.flow__contaier {
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
  border-radius: 5.3333333333vw;
  padding: 6.6666666667vw 3.2vw;
}
@media screen and (min-width: 768px) {
  .flow__contaier {
    border-radius: 1.3888888889vw;
    padding: 4.4444444444vw 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__contaier {
    border-radius: 20px;
    padding: 64px 160px;
  }
}
.flow__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 4.3rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__title {
    margin-bottom: 20px;
  }
}
.flow__item {
  position: relative;
  border-radius: 2.6666666667vw;
  border: 0.2666666667vw solid #ffffff;
  padding: 2.6666666667vw;
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .flow__item {
    display: flex;
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #ffffff;
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 0;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__item {
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 15px 15px 15px 0;
    margin-bottom: 36px;
  }
}
.flow__item::after {
  position: absolute;
  content: "";
  background-image: url(../img/index/flow_item_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 14.9333333333vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__item::after {
    width: 3.8888888889vw;
    height: 1.3888888889vw;
    bottom: -1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__item::after {
    width: 56px;
    height: 20px;
    bottom: -28px;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item:last-child::after {
  display: none;
}
.flow__count {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border-bottom: 0.2666666667vw solid #ffffff;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__count {
    font-size: 1.8rem;
    border-right: 0.0694444444vw solid #ffffff;
    border-bottom: none;
    padding: 2.4305555556vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__count {
    border-right: 1px solid #ffffff;
    padding: 35px 40px;
  }
}
.flow__count span {
  font-size: 5.3rem;
}
@media screen and (min-width: 768px) {
  .flow__count span {
    font-size: 5.3rem;
  }
}
.flow__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__group {
    padding-top: 0;
    padding-left: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__group {
    padding-left: 50px;
  }
}
.flow__subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__subtitle {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__subtitle {
    margin-bottom: 10px;
  }
}
.flow__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .flow__text {
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__text {
    margin-bottom: 10px;
  }
}
.flow__supplement small {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .flow__supplement small {
    font-size: 1.4rem;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__supplement small {
    margin-bottom: 40px;
  }
}
.flow__btn {
  width: fit-content;
  margin: 2.6666666667vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__btn {
    margin: auto 0 0 auto;
  }
}
.flow__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22.6666666667vw;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FC7D1A;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #FC7D1A;
  box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(../img/module/arrow_down_orange_icon1.svg);
  background-repeat: no-repeat;
  background-size: 4.5333333333vw 4vw;
  background-position: right 6.6666666667vw center;
}
@media screen and (min-width: 768px) {
  .flow__btn a {
    font-size: 2.2rem;
    height: 5.9027777778vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #FC7D1A;
    box-shadow: 0 0 1.1111111111vw rgba(0, 0, 0, 0.42);
    background-size: 1.1805555556vw 1.0416666667vw;
    background-position: right 2.4305555556vw center;
  }
}
@media screen and (min-width: 1440px) {
  .flow__btn a {
    height: 85px;
    border-radius: 50px;
    border: 1px solid #FC7D1A;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.42);
    background-size: 17px 15px;
    background-position: right 35px center;
  }
}
.flow__btn a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.flow__btn a span {
  font-size: 1.2rem;
}
.flow__btn a {
  font-size: 1.1rem;
  font-weight: 500;
  width: 44vw;
  height: 9.8666666667vw;
  background-size: 2.9333333333vw 2.1333333333vw;
  background-position: right 3.2vw center;
  border: none;
}
@media screen and (min-width: 768px) {
  .flow__btn a {
    width: 15.3472222222vw;
    height: 3.4722222222vw;
    background-size: 0.9722222222vw 0.7638888889vw;
    background-position: right 1.0416666667vw center;
  }
}
@media screen and (min-width: 1440px) {
  .flow__btn a {
    width: 221px;
    height: 50px;
    background-size: 14px 11px;
    background-position: right 15px center;
  }
}

.detail {
  width: 100%;
}
.detail__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 0 0 4vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .detail__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 0 0 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__inner {
    max-width: 880px;
    padding: 0 0 30px;
  }
}
.detail__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .detail__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__title {
    padding-bottom: 10px;
  }
}
.detail__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .detail__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__title::before {
    width: 110px;
    height: 5px;
  }
}
.detail__title {
  font-size: 2rem;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .detail__title {
    font-size: 4.3rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__title {
    margin-bottom: 20px;
  }
}
.detail__subtitle--h3 {
  color: #0058BA;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .detail__subtitle--h3 {
    font-size: 4.3rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__subtitle--h3 {
    margin-bottom: 20px;
  }
}
.detail__subtitle--h4 {
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #0058BA;
  text-align: center;
  padding: 2.6666666667vw;
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 768px) {
  .detail__subtitle--h4 {
    font-size: 2.2rem;
    padding: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__subtitle--h4 {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.detail__text {
  line-height: 2;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .detail__text {
    font-size: 1.9rem;
    margin-bottom: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__text {
    margin-bottom: 46px;
  }
}
.detail__supplement small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .detail__supplement small {
    font-size: 1.3rem;
  }
}
.detail__container {
  position: relative;
  border-radius: 5.3333333333vw;
  z-index: 0;
  background-color: #EDF8FF;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .detail__container {
    border-radius: 1.3888888889vw;
    margin-bottom: 1.25vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__container {
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 10px;
  }
}
.detail__container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.6666666667vw;
  border-radius: inherit;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .detail__container::before {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__container::before {
    padding: 10px;
  }
}
.detail__container--left {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .detail__container--left {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__container--left {
    margin-bottom: 20px;
  }
}
.detail__container--left::before {
  background: linear-gradient(to right, #2F8AD3 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.detail__container--right::before {
  background: linear-gradient(to left, #2F8AD3 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.detail__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 6.6666666667vw;
  padding: 5.3333333333vw 4vw 0;
}
@media screen and (min-width: 768px) {
  .detail__wrapper {
    margin-bottom: 0;
    flex-direction: row;
    gap: 1.7361111111vw;
    padding: 0.9027777778vw 1.7361111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .detail__wrapper {
    gap: 25px;
    padding: 13px 25px 0;
  }
}
.detail__wrapper--right {
  flex-direction: column-reverse;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .detail__wrapper--right {
    align-items: center;
    justify-content: right;
    flex-direction: row-reverse;
  }
}
.detail__img {
  margin-top: auto;
}
.detail__img--left {
  width: 81.0666666667vw;
}
@media screen and (min-width: 768px) {
  .detail__img--left {
    width: 22.4673611111vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__img--left {
    width: 323.53px;
  }
}
.detail__img--right {
  width: 70.8186666667vw;
}
@media screen and (min-width: 768px) {
  .detail__img--right {
    width: 22.2451388889vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__img--right {
    width: 320.33px;
  }
}
.detail__img img {
  width: 100%;
  height: auto;
}
.detail__group {
  margin: 3.4666666667vw 0 7.2vw;
}
@media screen and (min-width: 768px) {
  .detail__group {
    margin: 0.9027777778vw 0 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__group {
    margin: 13px 0 27px;
  }
}
.detail__group--left {
  width: 66.4vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .detail__group--left {
    width: 17.2916666667vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__group--left {
    width: 249px;
    margin-bottom: 20px;
  }
}
.detail__group--right {
  width: 74.2533333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .detail__group--right {
    margin-bottom: 1.3888888889vw;
    width: 22.1208333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__group--right {
    width: 318.54px;
    margin-bottom: 20px;
  }
}
.detail__item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0058BA;
  line-height: 1.308;
  letter-spacing: 0.1em;
  padding: 1.8666666667vw 0 1.8666666667vw 8vw;
  border-bottom: 0.2666666667vw solid #ACACAC;
}
@media screen and (min-width: 768px) {
  .detail__item {
    line-height: 2;
    font-size: 1.5rem;
    padding: 0 0 0 2.0833333333vw;
    border-bottom: 0.0694444444vw solid #ACACAC;
  }
}
@media screen and (min-width: 1440px) {
  .detail__item {
    padding: 0 0 0 30px;
    border-bottom: 1px solid #ACACAC;
  }
}
.detail__item:last-child {
  border-bottom: none;
}
.detail__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.3333333333vw;
  transform: translateY(-50%);
  width: 5.5146666667vw;
  height: 4.8026666667vw;
  background-image: url(../img/index/detail_item_icon1.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .detail__item::before {
    left: 0.3472222222vw;
    width: 1.4361111111vw;
    height: 1.2506944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .detail__item::before {
    left: 5px;
    width: 20.68px;
    height: 18.01px;
  }
}

.course__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 4vw 0 6.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .course__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 2.0833333333vw 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__inner {
    max-width: 880px;
    padding: 30px 0 40px;
  }
}
.course__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .course__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__title {
    padding-bottom: 10px;
  }
}
.course__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .course__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__title::before {
    width: 110px;
    height: 5px;
  }
}
.course__title {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .course__title {
    font-size: 4.3rem;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__title {
    margin-bottom: 45px;
  }
}
.course__wrapper {
  display: flex;
  flex-direction: column;
  gap: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__wrapper {
    flex-direction: row;
    gap: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__wrapper {
    gap: 32px;
  }
}
.course__container {
  flex-grow: 1;
  position: relative;
  background-color: #ffffff;
  border-radius: 4vw;
  padding: 10.6666666667vw 5.3333333333vw;
  box-shadow: 0 0 5.3333333333vw rgba(6, 68, 137, 0.24);
}
@media screen and (min-width: 768px) {
  .course__container {
    border-radius: 1.0416666667vw;
    padding: 2.7777777778vw 1.3888888889vw;
    box-shadow: 0 0 1.3888888889vw rgba(6, 68, 137, 0.24);
  }
}
@media screen and (min-width: 1440px) {
  .course__container {
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 0 20px rgba(6, 68, 137, 0.24);
  }
}
.course__container--left {
  color: #2F8AD3;
}
.course__container--right {
  color: #0158BA;
}
.course__container--right .course__btn--square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 19.7333333333vw;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  border-radius: 2.6666666667vw;
  box-sizing: border-box;
  background-color: #2F8AD3;
}
@media screen and (min-width: 768px) {
  .course__container--right .course__btn--square {
    font-size: 2rem;
    height: 5.1388888889vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__container--right .course__btn--square {
    height: 74px;
    border-radius: 10px;
  }
}
.course__container--right .course__btn--square:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.course__container--right .course__btn--square {
  background-color: #0158BA;
}
.course__container--right .course__btn--square:hover {
  filter: brightness(1);
}
.course__subtitle--left, .course__subtitle--right {
  font-size: 2.7rem;
  line-height: 0.7;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .course__subtitle--left, .course__subtitle--right {
    font-size: 2.7rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__subtitle--left, .course__subtitle--right {
    margin-bottom: 30px;
  }
}
.course__subtitle--left span, .course__subtitle--right span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__subtitle--left span, .course__subtitle--right span {
    font-size: 1.5rem;
    gap: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__subtitle--left span, .course__subtitle--right span {
    gap: 5px;
  }
}
.course__subtitle--left span::before, .course__subtitle--left span::after, .course__subtitle--right span::before, .course__subtitle--right span::after {
  content: "";
  display: inline-block;
  width: 6.6666666667vw;
  height: 0.2666666667vw;
  background-color: #2F8AD3;
}
@media screen and (min-width: 768px) {
  .course__subtitle--left span::before, .course__subtitle--left span::after, .course__subtitle--right span::before, .course__subtitle--right span::after {
    width: 1.7361111111vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__subtitle--left span::before, .course__subtitle--left span::after, .course__subtitle--right span::before, .course__subtitle--right span::after {
    width: 25px;
    height: 1px;
  }
}
.course__subtitle--left span::before, .course__subtitle--right span::before {
  transform: rotate(45deg);
}
.course__subtitle--left span::after, .course__subtitle--right span::after {
  transform: rotate(-45deg);
}
.course__subtitle--h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.6666666667vw 0 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__subtitle--h4 {
    font-size: 1.6rem;
    margin: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 768px) {
  .course__subtitle--h4 {
    margin: 10px 0;
  }
}
.course__subtitle--h5 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .course__subtitle--h5 {
    font-size: 1.6rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) {
  .course__subtitle--h5 {
    margin-bottom: 10px;
  }
}
.course__subtitle--h6 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .course__subtitle--h6 {
    font-size: 1.6rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) {
  .course__subtitle--h6 {
    margin-bottom: 10px;
  }
}
.course__baloon {
  position: absolute;
  z-index: 1;
  top: -16vw;
  left: 0;
  width: 22.9333333333vw;
}
@media screen and (min-width: 768px) {
  .course__baloon {
    top: -4.1666666667vw;
    left: 1.3888888889vw;
    width: 5.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__baloon {
    top: -60px;
    left: 20px;
    width: 86px;
  }
}
.course__baloon img {
  width: 100%;
  height: auto;
}
.course__baloon--right {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .course__baloon--right {
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__baloon--right {
    right: 20px;
  }
}
.course__list {
  width: 100%;
}
.course__list--lightblue {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: none;
}
@media screen and (min-width: 768px) {
  .course__list--lightblue {
    display: block;
  }
}
.course__item {
  display: flex;
  justify-content: space-between;
  padding: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #ACACAC;
}
@media screen and (min-width: 768px) {
  .course__item {
    padding: 0.6944444444vw;
    border-bottom: 0.0694444444vw solid #ACACAC;
  }
}
@media screen and (min-width: 1440px) {
  .course__item {
    padding: 10px;
    border-bottom: 1px solid #ACACAC;
  }
}
.course__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.course__item--lightblue {
  color: #393939;
  font-size: 1.1rem;
  font-weight: 400;
  list-style-type: disc;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .course__item--lightblue {
    font-size: 1.2rem;
  }
}
.course__item--block {
  display: block;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .course__item--block {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__item--block {
    padding: 10px;
  }
}
.course__item--right .course__item--lightblue::before {
  color: #2F8AD3;
}
.course__item--flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .course__item--flex {
    align-items: center;
    flex-direction: row;
  }
}
.course__text {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 600;
  color: #393939;
}
@media screen and (min-width: 768px) {
  .course__text {
    font-size: 1.4rem;
  }
}
.course__text span {
  font-size: 1.6rem;
  font-weight: 700;
}
.course__text small {
  font-size: 1.1rem;
}
.course__text--left {
  text-align: left;
  font-size: 1.6rem;
  color: #2F8AD3;
}
@media screen and (min-width: 768px) {
  .course__text--left {
    font-size: 1.6rem;
  }
}
.course__text--right {
  text-align: left;
  color: #0158BA;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .course__text--right {
    font-size: 1.6rem;
  }
}
.course__block {
  flex-shrink: 0;
}
.course__label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5333333333vw 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__label {
    font-size: 1.2rem;
    padding: 0.1388888889vw 0.3472222222vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__label {
    padding: 2px 5px;
    margin-bottom: 5px;
  }
}
.course__label--left {
  background-color: #2F8AD3;
}
.course__label--right {
  background-color: #0158BA;
}
.course__fee {
  font-size: 1.2rem;
  font-weight: 500;
  color: #393939;
  position: relative;
}
.course__fee::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.75px;
  background-color: #C31918;
  transform: rotate(-5deg);
}
.course__way {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .course__way {
    width: 19.0972222222vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__way {
    width: 275px;
    margin-top: 10px;
  }
}
.course__way img {
  width: 100%;
  height: auto;
}
.course__supplement small {
  display: block;
  color: #393939;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .course__supplement small {
    font-size: 1.4rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__supplement small {
    margin-bottom: 10px;
  }
}
.course__btn--square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 19.7333333333vw;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  border-radius: 2.6666666667vw;
  box-sizing: border-box;
  background-color: #2F8AD3;
}
@media screen and (min-width: 768px) {
  .course__btn--square {
    font-size: 2rem;
    height: 5.1388888889vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__btn--square {
    height: 74px;
    border-radius: 10px;
  }
}
.course__btn--square:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.course__btn--square {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .course__btn--square {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__btn--square {
    margin-bottom: 16px;
  }
}
.course__btn--square:hover {
  filter: brightness(1);
}
.course__btn--square:last-child {
  margin-bottom: 0;
}
.course__btn--round {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16.2666666667vw;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #3B9CDE;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #3B9CDE;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(../img/module/plus_icon1.svg);
  background-repeat: no-repeat;
  background-size: 5.0666666667vw 5.0666666667vw;
  background-position: right 6.9333333333vw center;
}
@media screen and (min-width: 768px) {
  .course__btn--round {
    font-size: 1.6rem;
    height: 4.2361111111vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #3B9CDE;
    background-size: 1.3194444444vw 1.3194444444vw;
    background-position: right 1.8055555556vw center;
  }
}
@media screen and (min-width: 1440px) {
  .course__btn--round {
    height: 61px;
    border-radius: 50px;
    border: 1px solid #3B9CDE;
    background-size: 19px 19px;
    background-position: right 26px center;
  }
}
.course__btn--round:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.course__btn--round span {
  font-size: 1.2rem;
}
.course__btn--round {
  cursor: pointer;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .course__btn--round {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__btn--round {
    margin-top: 24px;
  }
}
.course__group {
  display: flex;
}
.course__group img {
  flex-shrink: 0;
  display: block;
  width: 18.6666666667vw;
  height: auto;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__group img {
    width: 4.8611111111vw;
    margin-left: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__group img {
    width: 70px;
    margin-left: 5px;
  }
}
.course__flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .course__flex {
    gap: 0.7638888889vw;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .course__flex {
    gap: 11px;
  }
}
.course__lightblue {
  width: 100%;
  flex-grow: 1;
  background-color: rgba(60, 155, 221, 0.14);
  border-radius: 1.6vw;
  padding: 2.6666666667vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__lightblue {
    width: 13.6111111111vw;
    border-radius: 0.4166666667vw;
    padding: 1.0416666667vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__lightblue {
    width: 196px;
    border-radius: 6px;
    padding: 15px 10px;
  }
}
.course__lightblue--wide {
  width: 100%;
  padding: 2.6666666667vw 8vw 4vw 8vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .course__lightblue--wide {
    padding: 0.6944444444vw 2.0833333333vw 1.1805555556vw 2.0833333333vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__lightblue--wide {
    padding: 10px 30px 17px 30px;
    margin-bottom: 10px;
  }
}
.course__lightblue--wide:last-child {
  margin-bottom: 0;
}
.course__lightblue--wide .course__list--lightblue {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .course__lightblue--wide .course__list--lightblue {
    gap: 0.3472222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__lightblue--wide .course__list--lightblue {
    gap: 5px 20px;
  }
}
.course__lightblue--wide .course__item--lightblue {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2em;
}
.course__lightblue--wide .course__item--lightblue::before {
  position: absolute;
  content: "●";
  left: 0;
  color: #5DB3F7;
}
.course__lightblue--wide .course__item--color::before {
  color: #2F8AD3;
}
.course__annotation {
  position: absolute;
  font-size: 1.4rem;
  color: #393939;
  left: 5.3333333333vw;
  bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .course__annotation {
    left: 2.0833333333vw;
    bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .course__annotation {
    left: 30px;
    bottom: 15px;
  }
}

.voice {
  width: 100%;
  overflow: hidden;
  display: none;
}
.voice__background--graduation {
  background-color: #EFF8FF;
}
.voice__background--company {
  background-color: #2F8AD3;
}
.voice__inner {
  opacity: 0;
  position: relative;
  width: calc(100% - 5.3333333333vw);
  padding: 4vw 0 8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    width: 96%;
    max-width: 61.1111111111vw;
    padding: 2.0833333333vw 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__inner {
    max-width: 880px;
    padding: 30px 0 40px;
  }
}
.voice__inner::before {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  left: -2.6666666667vw;
  width: 38.9333333333vw;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, #eff8ff 0%, #eff8ff 40.39%, rgba(239, 248, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .voice__inner::before {
    display: block;
    left: -0.6944444444vw;
    width: 10.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__inner::before {
    left: -10px;
    width: 146px;
  }
}
.voice__inner--company::before {
  background: linear-gradient(to right, #2f8ad3 0%, #2f8ad3 40.39%, rgba(47, 138, 211, 0) 100%);
}
.voice__container {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .voice__container {
    width: 90vw;
    margin-right: calc(50% - 45vw);
  }
}
@media screen and (min-width: 1440px) {
  .voice__container {
    width: 80vw;
    margin-right: calc(50% - 40vw);
  }
}
.voice__swiper {
  padding: 6.6666666667vw 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .voice__swiper {
    padding: 2.7777777778vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .voice__swiper {
    padding: 40px 0;
  }
}
.voice__list {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-bottom: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__list {
    margin-bottom: 46px;
  }
}
.voice__scroll {
  width: calc(100% - 13.3333333333vw);
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .voice__scroll {
    width: 96%;
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__scroll {
    max-width: 1200px;
  }
}
.voice__scrollbar {
  position: relative !important;
  background-color: #E3E3E3;
  width: 87.4666666667vw !important;
  height: 1.3333333333vw !important;
  left: auto !important;
  right: 0 !important;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .voice__scrollbar {
    width: 22.7777777778vw !important;
    height: 0.3472222222vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .voice__scrollbar {
    width: 328px !important;
    height: 5px !important;
  }
}
.voice__scrollbar .swiper-scrollbar-drag {
  top: -0.8vw !important;
  width: 42.1333333333vw !important;
  height: 2.9333333333vw !important;
  border-radius: 1.3333333333vw;
  background-color: #2F8AD3;
}
@media screen and (min-width: 768px) {
  .voice__scrollbar .swiper-scrollbar-drag {
    top: -0.2083333333vw !important;
    width: 10.9722222222vw !important;
    height: 0.7638888889vw !important;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__scrollbar .swiper-scrollbar-drag {
    top: -3px !important;
    width: 158px !important;
    height: 11px !important;
    border-radius: 5px;
  }
}
.voice__scrollbar--company .swiper-scrollbar-drag {
  background-color: #91CEFF;
}
.voice__title {
  color: #0058BA;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice__title {
    position: absolute;
    left: -13.8888888889vw;
    font-size: 1.6rem;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title {
    left: -200px;
    margin-bottom: 40px;
  }
}
.voice__title span {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .voice__title span {
    font-size: 4.2rem;
  }
}
.voice__title--white {
  color: #ffffff;
}
.voice__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  height: 106.6666666667vw;
  padding: 4vw;
  transition: 0.3s ease;
  cursor: pointer;
  filter: drop-shadow(0 0 1.3333333333vw rgba(15, 99, 193, 0.4));
}
@media screen and (min-width: 768px) {
  .voice__item {
    border-radius: 0.6944444444vw;
    height: auto;
    padding: 1.0416666667vw;
    filter: drop-shadow(0 0 1.3888888889vw rgba(15, 99, 193, 0.4));
  }
}
@media screen and (min-width: 1440px) {
  .voice__item {
    border-radius: 10px;
    padding: 15px;
    filter: drop-shadow(0 0 20px rgba(15, 99, 193, 0.4));
  }
}
.voice__wrapper {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__wrapper {
    gap: 1.1805555556vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__wrapper {
    gap: 17px;
    margin-bottom: 20px;
  }
}
.voice__wrapper--modal {
  align-items: start;
  flex-direction: column;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .voice__wrapper--modal {
    flex-direction: row;
    align-items: center;
  }
}
.voice__img {
  width: 29.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__img {
    width: 7.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__img {
    width: 110px;
  }
}
.voice__img img {
  width: 100%;
  height: auto;
}
.voice__name {
  color: #0058BA;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .voice__name {
    font-size: 1.4rem;
  }
}
.voice__name span {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .voice__name span {
    font-size: 2.1rem;
  }
}
.voice__text {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  color: #393939;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__text {
    margin-bottom: 10px;
  }
}
.voice__btn {
  margin: auto auto 0 auto;
}
.voice__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16.2666666667vw;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #3B9CDE;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #3B9CDE;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(../img/module/plus_icon1.svg);
  background-repeat: no-repeat;
  background-size: 5.0666666667vw 5.0666666667vw;
  background-position: right 6.9333333333vw center;
}
@media screen and (min-width: 768px) {
  .voice__btn a {
    font-size: 1.6rem;
    height: 4.2361111111vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #3B9CDE;
    background-size: 1.3194444444vw 1.3194444444vw;
    background-position: right 1.8055555556vw center;
  }
}
@media screen and (min-width: 1440px) {
  .voice__btn a {
    height: 61px;
    border-radius: 50px;
    border: 1px solid #3B9CDE;
    background-size: 19px 19px;
    background-position: right 26px center;
  }
}
.voice__btn a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.voice__btn a span {
  font-size: 1.2rem;
}
.voice__btn a {
  border-color: #0F63C1;
  color: #0F63C1;
  font-size: 1.4rem;
  width: 64vw;
  height: 14.9333333333vw;
  font-weight: 400;
  background-image: url(../img/module/plus_icon2.svg);
  background-size: 4.8vw 4.8vw;
  background-position: right 5.3333333333vw center;
}
@media screen and (min-width: 768px) {
  .voice__btn a {
    width: 16.6666666667vw;
    font-size: 1.4rem;
    height: 3.8888888889vw;
    background-size: 1.25vw 1.25vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .voice__btn a {
    width: 240px;
    height: 56px;
    background-size: 18px 18px;
    background-position: right 20px center;
  }
}
.voice__btn a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.voice__modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 100;
  opacity: 0;
  transition: 0.8s;
}
.voice__modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.8);
  mix-blend-mode: multiply;
}
.voice__modal--active {
  display: flex;
  opacity: 1;
  transition: 0.8s;
}
.voice__box {
  position: relative;
  width: calc(100% - 4vw);
  background-color: #ffffff;
  padding: 8vw 4vw;
  border-radius: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__box {
    width: 69.4444444444vw;
    padding: 2.4305555556vw 4.8611111111vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__box {
    width: 1000px;
    padding: 35px 70px;
    border-radius: 30px;
  }
}
.voice__box--blue {
  color: #0F4B90;
}
.voice__box--blue .voice__unit {
  border-color: #0F4B90;
}
.voice__box--blue .voice__label {
  background-color: #0F4B90;
}
.voice__box--lightblue {
  color: #0F4B90;
}
.voice__box--lightblue .voice__unit {
  border-color: #0F4B90;
}
.voice__box--lightblue .voice__label {
  background-color: #0F4B90;
}
.voice__group {
  display: flex;
  align-items: center;
  gap: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__group {
    gap: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__group {
    gap: 17px;
  }
}
.voice__unit {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .voice__unit {
    padding-left: 1.3888888889vw;
    border-left: 0.1388888889vw solid;
  }
}
@media screen and (min-width: 1440px) {
  .voice__unit {
    padding-left: 20px;
    border-left: 2px solid;
  }
}
.voice__profile {
  display: flex;
  gap: 6.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__profile {
    gap: 1.7361111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__profile {
    gap: 25px;
    margin-bottom: 10px;
  }
}
.voice__age, .voice__job, .voice__style {
  font-size: 1.4rem;
  font-weight: 500;
}
.voice__assign {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__assign {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__assign {
    margin-bottom: 20px;
  }
}
.voice__label {
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  margin-right: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
  padding: 0.8vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__label {
    font-weight: 700;
    margin-right: 0.3472222222vw;
    margin-bottom: 0.3472222222vw;
    padding: 0.2083333333vw 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__label {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 5px;
  }
}
.voice__close {
  position: absolute;
  width: 13.3333333333vw;
  top: 3.2vw;
  right: 3.2vw;
  z-index: 102;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .voice__close {
    width: 4.9305555556vw;
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__close {
    width: 71px;
    top: 20px;
    right: 20px;
  }
}
.voice__close img {
  width: 100%;
  height: auto;
}

.company__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0 13.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__inner {
    max-width: 1200px;
    padding: 50px 0 70px;
  }
}
.company__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__title {
    padding-bottom: 10px;
  }
}
.company__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .company__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__title::before {
    width: 110px;
    height: 5px;
  }
}
.company__title {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 4.3rem;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__title {
    margin-bottom: 45px;
  }
}
.company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .company__list {
    gap: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .company__list {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.company__item {
  width: auto;
}
@media screen and (min-width: 768px) {
  .company__item {
    width: 19.9305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__item {
    width: 287px;
  }
}
.company__item:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.company__item img {
  width: 100%;
  height: auto;
}
.company__text {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .company__text {
    font-size: 1.6rem;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__text {
    gap: 10px;
  }
}
.company__text span {
  display: block;
  width: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__text span {
    width: 4.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__text span {
    width: 68px;
  }
}
.company__text span img {
  width: 100%;
  height: auto;
}

.industry {
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .industry {
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .industry {
    border-radius: 20px 20px 0 0;
  }
}
.industry__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0 10.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .industry__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__inner {
    max-width: 1200px;
    padding: 50px 0 80px;
  }
}
.industry__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .industry__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__title {
    padding-bottom: 10px;
  }
}
.industry__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .industry__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__title::before {
    width: 110px;
    height: 5px;
  }
}
.industry__title {
  color: #ffffff;
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .industry__title {
    font-size: 4.3rem;
    margin-bottom: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__title {
    margin-bottom: 55px;
  }
}
.industry__title::before {
  background-color: #ffffff;
}
.industry__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .industry__list {
    gap: 1.7361111111vw;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .industry__list {
    gap: 25px;
  }
}
.industry__item {
  background-color: #ffffff;
  width: auto;
  height: 48vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0 4vw rgba(6, 68, 137, 0.83);
  padding: 5.3333333333vw 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .industry__item {
    width: 26.5972222222vw;
    height: 12.5vw;
    border-radius: 0.6944444444vw;
    box-shadow: 0 0 1.0416666667vw rgba(6, 68, 137, 0.83);
    padding: 1.3888888889vw 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__item {
    width: 383px;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(6, 68, 137, 0.83);
    padding: 20px 17px;
  }
}
.industry__subtitle {
  color: #0F4B90;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.2666666667vw solid #0F4B90;
  padding-bottom: 4.8vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .industry__subtitle {
    font-size: 2.2rem;
    border-bottom: 0.0694444444vw solid #0F4B90;
    padding-bottom: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .industry__subtitle {
    border-bottom: 1px solid #0F4B90;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.industry__text {
  color: #0F4B90;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .industry__text {
    font-size: 1.6rem;
  }
}

.benefit {
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .benefit {
    background: url(../img/index/benefit_bg1.png), url(../img/index/benefit_bg2.png), #EFF8FF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right, bottom left, center;
  }
}
.benefit__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0 8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .benefit__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__inner {
    max-width: 1200px;
    padding: 50px 0 60px;
  }
}
.benefit__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .benefit__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__title {
    padding-bottom: 10px;
  }
}
.benefit__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .benefit__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__title::before {
    width: 110px;
    height: 5px;
  }
}
.benefit__title {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .benefit__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__title {
    margin-bottom: 45px;
  }
}
.benefit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8vw;
}
@media screen and (min-width: 768px) {
  .benefit__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__list {
    gap: 3px;
  }
}
.benefit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2F8AD3;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
  height: 20.8vw;
  border: 0.2666666667vw solid #2F8AD3;
}
@media screen and (min-width: 768px) {
  .benefit__item {
    font-size: 1.8rem;
    height: 8.4027777778vw;
    border: 0.0694444444vw solid #2F8AD3;
  }
}
@media screen and (min-width: 1440px) {
  .benefit__item {
    height: 121px;
    border: 1px solid #2F8AD3;
  }
}
.benefit__item:nth-child(4n+1), .benefit__item:nth-child(4n+4) {
  background-color: #ffffff;
  color: #0058BA;
}
@media screen and (min-width: 768px) {
  .benefit__item:nth-child(4n+1), .benefit__item:nth-child(4n+4) {
    background-color: #2F8AD3;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .benefit__item:nth-child(8n+1), .benefit__item:nth-child(8n+3), .benefit__item:nth-child(8n+6), .benefit__item:nth-child(8n+8) {
    background-color: #ffffff;
    color: #0058BA;
  }
}
.benefit__item span {
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit__item span {
    font-size: 1.4rem;
  }
}

.faq__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__inner {
    max-width: 1200px;
    padding: 50px 0 70px;
  }
}
.faq__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__title {
    padding-bottom: 10px;
  }
}
.faq__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .faq__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__title::before {
    width: 110px;
    height: 5px;
  }
}
.faq__title {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .faq__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__title {
    margin-bottom: 45px;
  }
}
.faq__item {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .faq__item {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__item {
    margin-bottom: 25px;
  }
}
.faq__question {
  position: relative;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0058BA;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 12vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 2.2rem;
    padding: 1.3888888889vw 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__question {
    padding: 20px 100px;
  }
}
.faq__question::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 2.6666666667vw;
  transform: translateY(-50%);
  background-image: url(../img/index/faq_question_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .faq__question::before {
    left: 1.8055555556vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__question::before {
    left: 26px;
    width: 46px;
    height: 46px;
  }
}
.faq__question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  background-image: url(../img/index/faq_question_icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.6666666667vw;
  height: 2.4vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq__question::after {
    right: 1.8055555556vw;
    width: 1.875vw;
    height: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__question::after {
    right: 26px;
    width: 27px;
    height: 23px;
  }
}
.faq__question--active::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease;
}
.faq__answer {
  position: relative;
  font-size: 1.2rem;
  height: 0;
  padding: 0 2.6666666667vw 0 12vw;
  margin-bottom: 4vw;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 1.6rem;
    padding: 0 6.9444444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__answer {
    padding: 0 100px;
    margin-bottom: 15px;
  }
}
.faq__answer--active {
  transition: 0.3s ease;
  height: auto;
  padding: 2.6666666667vw 2.6666666667vw 4vw 12vw;
}
@media screen and (min-width: 768px) {
  .faq__answer--active {
    padding: 1.7361111111vw 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__answer--active {
    padding: 25px 100px;
  }
}
.faq__answer small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__answer small {
    font-size: 1.4rem;
  }
}
.faq__answer span {
  text-decoration: underline;
  color: #0058BA;
  cursor: pointer;
}
.faq__answer span:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.faq__answer:last-child {
  margin-bottom: 0;
}
.faq__answer::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 2.6666666667vw;
  transform: translateY(-50%);
  background-image: url(../img/index/faq_anwser_icon1.svg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .faq__answer::before {
    left: 1.8055555556vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__answer::before {
    left: 26px;
    width: 46px;
    height: 46px;
  }
}
.faq__link {
  text-decoration: underline;
  color: #0058BA;
}
.faq__link:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.faq__modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 100;
  opacity: 0;
  transition: 0.8s;
}
.faq__modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.8);
  mix-blend-mode: multiply;
}
.faq__modal--active {
  display: flex;
  opacity: 1;
  transition: 0.8s;
}
.faq__container {
  position: relative;
  width: calc(100% - 4vw);
  background-color: #ffffff;
  padding: 18.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  border-radius: 8vw;
}
@media screen and (min-width: 768px) {
  .faq__container {
    width: 69.4444444444vw;
    padding: 5.5555555556vw 0;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__container {
    width: 1000px;
    padding: 80px 0;
    border-radius: 30px;
  }
}
.faq__map {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faq__map {
    width: 49.0972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__map {
    width: 707px;
  }
}
.faq__map img {
  width: 100%;
  height: auto;
}
.faq__close {
  position: absolute;
  width: 13.3333333333vw;
  top: 3.2vw;
  right: 3.2vw;
  z-index: 102;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__close {
    width: 4.9305555556vw;
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .faq__close {
    width: 71px;
    top: 20px;
    right: 20px;
  }
}
.faq__close img {
  width: 100%;
  height: auto;
}

.contact {
  background-color: #F9F9F9;
}
.contact__inner {
  opacity: 0;
  width: calc(100% - 5.3333333333vw);
  padding: 6.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: 96%;
    max-width: 83.3333333333vw;
    padding: 3.4722222222vw 0 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__inner {
    max-width: 1200px;
    padding: 50px 0 85px;
  }
}
.contact__inner--confirm {
  opacity: 1;
}
.contact__inner--thanks {
  opacity: 1;
  height: 65vh;
}
.contact__title {
  position: relative;
  color: #0058BA;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 4.3rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    padding-bottom: 10px;
  }
}
.contact__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 29.3333333333vw;
  height: 1.0666666667vw;
  background-color: #0058BA;
}
@media screen and (min-width: 768px) {
  .contact__title::before {
    width: 7.6388888889vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title::before {
    width: 110px;
    height: 5px;
  }
}
.contact__title {
  color: #393939;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin-bottom: 20px;
  }
}
.contact__title::before {
  background-color: #393939;
}
.contact__text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__text {
    line-height: 2;
    font-size: 1.7rem;
    margin-bottom: 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__text {
    margin-bottom: 62px;
  }
}
.contact__text a {
  text-decoration: underline;
  color: #0058BA;
}
.contact__text a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.contact__btn {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    width: fit-content;
    margin: 1.3888888889vw auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn {
    margin: 20px auto 0;
  }
}
.contact__btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 18.6666666667vw;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 600;
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn a {
    font-size: 1.2rem;
    font-weight: 700;
    width: 26.7361111111vw;
    height: 4.8611111111vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a {
    width: 385px;
    height: 70px;
    border-radius: 8px;
  }
}
.contact__btn a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.contact__btn a span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .contact__btn a span {
    font-size: 1.6rem;
  }
}
.contact__btn a::before {
  position: absolute;
  content: "";
  right: 4vw;
  bottom: 50%;
  transform: translateY(50%);
  background: url(../img/module/arrow_right_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn a::before {
    right: 2.7777777778vw;
    width: 1.1111111111vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a::before {
    right: 40px;
    width: 16px;
    height: 14px;
  }
}
.contact__btn a:before {
  bottom: 50%;
  transform: translateY(50%);
}

.form {
  width: 100%;
}
.form .error,
.form .error__message {
  font-size: 1.6rem;
  color: #D71718;
  font-weight: fon-weight(bold);
}
@media screen and (min-width: 768px) {
  .form .error,
  .form .error__message {
    font-size: 1.8rem;
  }
}
.form__table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__table--confirm {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__table--confirm {
    margin-bottom: 20px;
  }
}
.form__subtitle {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle {
    margin-bottom: 5px;
  }
}
.form__subtitle span {
  display: inline-block;
  background-color: #0058BA;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 0.8vw;
  padding: 0.8vw 1.8666666667vw;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__subtitle span {
    border-radius: 0.2083333333vw;
    padding: 0.2083333333vw 0.4861111111vw;
    margin-left: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle span {
    border-radius: 3px;
    padding: 3px 7px;
    margin-left: 5px;
  }
}
.form__subtitle .form__required {
  background-color: #0058BA;
}
.form__subtitle .form__optional {
  background-color: #B2B2B2;
}
.form__subtitle--policy {
  font-size: 1.6rem;
  font-weight: 500;
}
.form__subtitle--bold {
  font-size: 1.8rem;
  font-weight: 700;
}
.form__td {
  width: 100%;
  font-weight: 600;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__td {
    padding-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__td {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .form__td--padding {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__td--padding {
    padding-bottom: 20px;
  }
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper {
    align-items: center;
    flex-direction: row;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper {
    gap: 20px;
  }
}
.form__wrapper--confirm {
  display: block;
}
.form__wrapper--date {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper--date {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper--date {
    gap: 20px;
  }
}
.form__wrapper--btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper--btn {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper--btn {
    gap: 20px;
  }
}
.form__group {
  display: flex;
  align-items: center;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .form__group {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__group {
    gap: 20px;
  }
}
.form__group--confirm {
  display: block;
}
.form__unit {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__unit {
    width: 50%;
  }
}
.form__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 1.8rem;
  }
}
.form__label--radio {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form__label--radio {
    font-size: 1.8rem;
  }
}
.form__label--flex {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .form__label--flex {
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label--flex {
    gap: 15px;
  }
}
.form__label--date {
  display: flex;
  flex-direction: column;
  gap: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .form__label--date {
    align-items: center;
    white-space: nowrap;
    flex-direction: row;
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label--date {
    gap: 15px;
  }
}
.form__radio {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  border: 0.2666666667vw solid #393939;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__radio {
    font-size: 1.6rem;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    border: 0.0694444444vw solid #393939;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio {
    width: 16px;
    height: 16px;
    border: 1px solid #393939;
  }
}
.form__radio::after {
  content: "";
  background: #0058BA;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease;
  width: 3.2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .form__radio::after {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio::after {
    width: 12px;
    height: 12px;
  }
}
.form__radio:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.form__input {
  width: 100%;
  height: 14.9333333333vw;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 1.6vw;
  border: 0.2666666667vw solid #AAAAAA;
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .form__input {
    font-size: 1.6rem;
    height: 3.8888888889vw;
    border-radius: 0.4166666667vw;
    border: 0.0694444444vw solid #AAAAAA;
    padding: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input {
    height: 56px;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    padding: 15px;
  }
}
.form__input::placeholder {
  color: #CECECE;
}
.form__input--date {
  position: relative;
}
.form__input--date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form__input--date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form__input--date::-webkit-clear-button {
  -webkit-appearance: none;
}
.form__input--date::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/index/form_input_icon1.svg);
  background-repeat: no-repeat;
  background-size: 5.8666666667vw 5.8666666667vw;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form__input--date::after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    background-size: 1.5277777778vw 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input--date::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
.form__select {
  width: 100%;
}
.form__select select {
  width: 100%;
  height: 14.9333333333vw;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 1.6vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/index/form_select_icon1.svg), #ffffff;
  background-repeat: no-repeat;
  background-position: right 5.8666666667vw center;
  background-size: 5.8666666667vw 5.8666666667vw;
  border: 0.2666666667vw solid #AAAAAA;
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .form__select select {
    height: 3.8888888889vw;
    border-radius: 0.4166666667vw;
    border: 0.0694444444vw solid #AAAAAA;
    background-position: right 1.5277777778vw center;
    background-size: 1.5277777778vw 1.5277777778vw;
    min-width: 29.2361111111vw;
    padding: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__select select {
    height: 56px;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    background-position: right 22px center;
    background-size: 22px 22px;
    min-width: 421px;
    padding: 15px;
  }
}
.form__select select::placeholder {
  color: #CECECE;
}
.form__textarea {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  min-height: 26.6666666667vw;
  border-radius: 1.6vw;
  border: 0.2666666667vw solid #AAAAAA;
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    min-height: 6.9444444444vw;
    border-radius: 0.4166666667vw;
    border: 0.0694444444vw solid #AAAAAA;
    padding: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__textarea {
    min-height: 100px;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    padding: 15px;
  }
}
.form__textarea::placeholder {
  color: #CECECE;
}
.form__btn {
  width: 100%;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .form__btn {
    width: fit-content;
    margin-bottom: 0;
  }
}
.form__btn button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 18.6666666667vw;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 600;
  background: linear-gradient(to right, #0E5FBA 0%, #46A8E5 100%);
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .form__btn button {
    font-size: 1.2rem;
    font-weight: 700;
    width: 26.7361111111vw;
    height: 4.8611111111vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button {
    width: 385px;
    height: 70px;
    border-radius: 8px;
  }
}
.form__btn button:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.form__btn button span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .form__btn button span {
    font-size: 1.6rem;
  }
}
.form__btn button::before {
  position: absolute;
  content: "";
  right: 4vw;
  bottom: 50%;
  transform: translateY(50%);
  background: url(../img/module/arrow_right_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .form__btn button::before {
    right: 2.7777777778vw;
    width: 1.1111111111vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button::before {
    right: 40px;
    width: 16px;
    height: 14px;
  }
}
.form__btn button:before {
  bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .form__btn button:before {
    bottom: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button:before {
    bottom: 22px;
  }
}
.form__btn--back {
  margin-bottom: 0;
}
.form__btn--back button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0058BA;
  width: 100%;
  height: 18.6666666667vw;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 600;
  background: #ffffff;
  border-radius: 2.1333333333vw;
  border: 0.2666666667vw solid #0058BA;
}
@media screen and (min-width: 768px) {
  .form__btn--back button {
    font-size: 1.2rem;
    font-weight: 700;
    width: 26.7361111111vw;
    height: 4.8611111111vw;
    border-radius: 0.5555555556vw;
    border: 0.0694444444vw solid #0058BA;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--back button {
    width: 385px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #0058BA;
  }
}
.form__btn--back button:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.form__btn--back button span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .form__btn--back button span {
    font-size: 1.6rem;
  }
}
.form__btn--back button::before {
  position: absolute;
  content: "";
  right: 4vw;
  bottom: 50%;
  transform: translateY(50%);
  background: url(../img/module/arrow_right_blue_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .form__btn--back button::before {
    right: 2.7777777778vw;
    width: 1.1111111111vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--back button::before {
    right: 40px;
    width: 16px;
    height: 14px;
  }
}
.form__btn--send {
  margin-bottom: 0;
}
.form__btn--send button:before {
  bottom: 50%;
  transform: translateY(50%);
}
.form__policy {
  height: 46.4vw;
  border-radius: 1.6vw;
  border: 0.2666666667vw solid #AAAAAA;
  background: #ffffff;
  overflow-y: scroll;
  padding: 4vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__policy {
    height: 15.4166666667vw;
    padding: 1.0416666667vw;
    border-radius: 0.4166666667vw;
    border: 0.0694444444vw solid #AAAAAA;
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__policy {
    padding: 15px;
    height: 222px;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    margin-bottom: 35px;
  }
}
.form__policy::-webkit-scrollbar {
  width: 15px;
  border-radius: 0 6px 6px 0;
  background-color: #FAFAFA;
}
.form__policy::-webkit-scrollbar-thumb {
  width: 8px;
  height: 44px;
  background-color: #AAAAAA;
  border-radius: 20px;
  border: 4px solid #FAFAFA;
}
.form__policy::-webkit-scrollbar-button {
  display: none;
}
.form__policy* {
  scrollbar-width: thin;
  scrollbar-color: #AAAAAA #FAFAFA;
}
.form__text--policy {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .form__text--policy {
    line-height: 1.5;
  }
}
.form__text--confirm {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 400;
}
.form__border {
  display: block;
  padding-bottom: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .form__border {
    padding-bottom: 0.6944444444vw;
    border-bottom: 0.0694444444vw solid #AAAAAA;
  }
}
@media screen and (min-width: 1440px) {
  .form__border {
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
  }
}