@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #494949;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  letter-spacing: 0.03em;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("/media/assets/lp/images/kv_base.png");
  background-size: calc(110% + 60px) auto;
  background-position: calc(50% - 30px) 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1250px) {
  .hero::before {
    background-size: auto calc(100% + 60px);
  }
}
@media (orientation: landscape) and (max-height: 450px) {
  .hero::before {
    background-size: calc(110% + 60px) auto;
    background-position: calc(50% - 30px) 50%;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  width: 140%;
  height: 140%;
  background-image: url("/media/assets/lp/images/kv_top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: 2;
  opacity: 0;
  animation: lightEffect 2s ease-out 0.2s forwards;
}
@media (max-width: 599px) {
  .hero::after {
    width: 160%;
    height: 160%;
  }
}
.hero__container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero__subtitle {
  position: absolute;
  top: -0.3%;
  left: 24.7%;
  width: 78.5%;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: clamp(48px, 6.7vw, 96px);
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  text-shadow: 4px -4px 20px rgba(66, 133, 197, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50px);
  animation: slideInFromTop 0.6s ease-out 0.2s forwards;
  white-space: nowrap;
}
.hero__main-title {
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 69.9%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(48px, 6.7vw, 96px);
  font-weight: 700;
  line-height: 1.25em;
  color: #ffffff;
  text-shadow: 4px -4px 20px rgba(66, 133, 197, 0.5);
  text-align: left;
  z-index: 4;
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInFromLeft 0.6s ease-out 0.8s forwards;
}
.hero__logo {
  position: absolute;
  top: 1.7%;
  left: 1.25%;
  width: 180px;
  height: 45px;
  z-index: 5;
}
.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}
.hero__note {
  position: absolute;
  bottom: 2.7%;
  right: 2.1%;
  width: 16.3%;
  height: 5.1%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  line-height: 1.6;
  color: #fbfbfb;
  text-align: left;
  z-index: 5;
}

.companies {
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 599px) {
  .companies {
    padding: 60px 0;
  }
}
.companies__container {
  position: relative;
}
.companies__inner {
  max-width: 809px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1401px) {
  .companies__inner {
    max-width: none;
    width: calc(89vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .companies__inner {
    max-width: none;
    width: calc(98vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .companies__inner {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .companies__inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.companies__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #494949;
  margin-bottom: 60px;
  position: relative;
  letter-spacing: 0.08em;
}
.companies__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 217px;
  height: 6px;
  background: #283f8d;
}
.companies__grid {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.companies__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.companies__row:first-child {
  gap: 3px;
}
.companies__row:nth-child(2) {
  gap: 3px;
}
.companies__row:last-child {
  gap: 3px;
}
.companies__item {
  width: 200px;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.companies__item img {
  max-width: 160px;
  max-height: 64px;
  object-fit: contain;
  background: transparent;
}

.about {
  padding: 80px 0;
  background: rgba(66, 133, 197, 0.9);
  width: 100%;
}
@media (max-width: 599px) {
  .about {
    padding: 50px 0;
  }
}
.about__container {
  position: relative;
}
.about__inner {
  max-width: 749px;
  margin: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 1401px) {
  .about__inner {
    max-width: none;
    width: calc(89vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .about__inner {
    max-width: none;
    width: calc(98vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .about__inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.about__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 80px;
  position: relative;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .about__title {
    font-size: 24px;
  }
}
.about__title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 559px;
  height: 8px;
  background: linear-gradient(90deg, #b18231 0%, #cbab74 49%, #b18231 100%);
}
.about__description {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  color: #ffffff;
  margin: 50px 0 0 0;
}

.salary {
  padding: 80px 0 40px;
  width: 100%;
}
.salary__container {
  position: relative;
}
@media (min-width: 1401px) {
  .salary__inner {
    max-width: none;
    width: calc(89vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .salary__inner {
    max-width: none;
    width: calc(98vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .salary__inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.salary__wrapper {
  width: 750px;
  margin: 0 auto;
  position: relative;
  height: 662px;
  background-image: url("/media/assets/lp/images/salary-background-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 1200px) {
  .salary__wrapper {
    max-width: 749px;
    width: 100%;
    background-position: 281px 0;
  }
}
.salary__title {
  font-family: "YuGothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #494949;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
  position: relative;
}
.salary__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 299px;
  height: 6px;
  background-color: #283f8d;
}
.salary__item {
  position: absolute;
}
.salary__item--first {
  top: 202px;
  left: 5%;
  width: 252px;
  height: 40px;
}
.salary__item--second {
  top: 312px;
  left: 79px;
  width: 254px;
  height: 40px;
}
.salary__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #494949;
  line-height: 1em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  z-index: 2;
  transition: none;
}
@media (max-width: 599px) {
  .salary__text .salary__text-desktop {
    display: none;
  }
}
@media (min-width: 600px) {
  .salary__text .salary__text-mobile {
    display: none;
  }
}
.salary__text.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.salary__line {
  position: absolute;
  height: 6px;
  background: linear-gradient(90deg, #b18231 0%, #cbab74 50%, #b18231 100%);
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
  transition: none;
}
.salary__line.animate {
  transform: scaleX(1);
  transition: transform 0.8s ease-out;
}
.salary__line--first {
  bottom: -22px;
  left: 0;
  width: 410px;
}
.salary__line--second {
  bottom: -22px;
  left: 1px;
  width: 287px;
}
.salary__note {
  position: absolute;
  top: 520px;
  left: 50px;
  width: 276px;
  height: 46px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: #494949;
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: none;
}
.salary__note.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.case-studies {
  padding: 0 0 80px 0;
  width: 100%;
}
@media (max-width: 599px) {
  .case-studies {
    padding: 60px 0;
  }
}
.case-studies__container {
  position: relative;
}
.case-studies__inner {
  max-width: 810px;
  margin: 0;
  position: relative;
}
@media (min-width: 1401px) {
  .case-studies__inner {
    max-width: none;
    width: calc(89vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .case-studies__inner {
    max-width: none;
    width: calc(98vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .case-studies__inner {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.case-studies__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #494949;
  margin-bottom: 70px;
  position: relative;
  letter-spacing: 0.08em;
}
.case-studies__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 256px;
  height: 6px;
  background-color: #283f8d;
}
.case-studies__description {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  color: #494949;
  text-align: center;
  margin-bottom: 40px;
}
.case-studies__tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 68px;
}
@media (max-width: 599px) {
  .case-studies__tabs {
    width: 380px;
  }
}
.case-studies__tab {
  margin-top: 8px;
  width: 215px;
  height: 68px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  z-index: 1;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 215px 68px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.case-studies__tab:not(:first-child) {
  margin-left: -55px;
}
@media (max-width: 599px) {
  .case-studies__tab:not(:first-child) {
    margin-left: -35px;
  }
}
.case-studies__tab:hover {
  transform: translateY(-5px);
}
.case-studies__tab--20s {
  margin-left: -3px;
  position: relative;
}
@media (max-width: 599px) {
  .case-studies__tab--20s {
    width: 35%;
    margin-left: -2px;
  }
}
.case-studies__tab--20s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/media/assets/lp/images/tab-20s.png");
  background-size: 215px 68px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  z-index: -1;
  transition: filter 0.3s ease;
}
@media (max-width: 599px) {
  .case-studies__tab--20s::before {
    background-size: cover;
  }
}
.case-studies__tab--20s:not(.active)::before {
  filter: brightness(0.8);
}
.case-studies__tab--20s.active {
  z-index: 3;
  opacity: 1;
}
.case-studies__tab--20s:hover:not(.active)::before {
  filter: brightness(0.9);
}
.case-studies__tab--30s {
  position: relative;
}
@media (max-width: 599px) {
  .case-studies__tab--30s {
    width: 40%;
  }
}
.case-studies__tab--30s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/png;base64,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");
  background-size: 215px 68px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  z-index: -1;
  transition: filter 0.3s ease;
}
@media (max-width: 599px) {
  .case-studies__tab--30s::before {
    background-size: cover;
  }
}
.case-studies__tab--30s:not(.active)::before {
  filter: brightness(0.8);
}
.case-studies__tab--30s.active {
  z-index: 3;
  opacity: 1;
}
.case-studies__tab--30s:hover:not(.active)::before {
  filter: brightness(0.9);
}
.case-studies__slider-wrapper {
  background: #6290c5;
  border-radius: 0 20px 20px 20px;
  padding: 30px 20px 20px;
  overflow: hidden;
  position: relative;
  width: 810px;
  margin: 0;
  transition: background-color 0.3s ease;
  margin-top: -5px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .case-studies__slider-wrapper {
    width: 100%;
  }
}
.case-studies__slider-wrapper.bg-20s {
  background: #6290c5;
}
.case-studies__slider-wrapper.bg-20s::before {
  background: linear-gradient(to right, #6290c5 0%, rgba(184, 134, 11, 0) 100%);
}
.case-studies__slider-wrapper.bg-20s::after {
  background: linear-gradient(to left, #6290c5 0%, rgba(184, 134, 11, 0) 100%);
}
.case-studies__slider-wrapper.bg-30s {
  background: #b18231;
}
.case-studies__slider-wrapper.bg-30s::before {
  background: linear-gradient(to right, #b18231 0%, rgba(98, 144, 197, 0) 100%);
}
.case-studies__slider-wrapper.bg-30s::after {
  background: linear-gradient(to left, #b18231 0%, rgba(98, 144, 197, 0) 100%);
}
.case-studies__slider-wrapper::before, .case-studies__slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  z-index: 10;
  pointer-events: none;
  transition: background 0.3s ease;
}
@media (max-width: 599px) {
  .case-studies__slider-wrapper::before, .case-studies__slider-wrapper::after {
    width: 8%;
  }
}
.case-studies__slider-wrapper::before {
  left: 0;
}
.case-studies__slider-wrapper::after {
  right: 0;
}
.case-studies__slider {
  overflow: visible;
}
.case-studies__slider .swiper-wrapper {
  align-items: stretch;
  padding: 10px 0;
}
.case-studies__slider .swiper-slide {
  width: auto;
  height: auto;
}

.case-study {
  background: #ffffff;
  padding: 0 25px 25px;
  height: 450px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px) {
  .case-study {
    height: 480px;
  }
}
.case-study__profile {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
  position: relative;
}
.case-study__profile img {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  top: -15px;
  z-index: 2;
}
@media (max-width: 599px) {
  .case-study__profile img {
    width: 42%;
    height: auto;
  }
}
.case-study__tags {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 28px;
}
.case-study__tags-row {
  display: flex;
  gap: 6px;
  align-items: center;
}
.case-study__tag {
  padding: 4px 10px;
  background: transparent;
  border: 1px solid #949494;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  white-space: nowrap;
}
.case-study__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 599px) {
  .case-study__content {
    font-size: 14px;
  }
}
.case-study__transition {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  padding: 20px 0;
  border-bottom: 2px dotted #999;
  border-top: 2px dotted #999;
  position: relative;
}
.case-study__transition::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #999 0px, #999 2px, transparent 2px, transparent 4px);
  transform: translateX(-50%);
}
.case-study__before, .case-study__after {
  flex: 1;
  text-align: left;
}
.case-study__before p, .case-study__after p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media (max-width: 599px) {
  .case-study__before p, .case-study__after p {
    font-size: 14px;
  }
}
.case-study__label {
  font-weight: 700;
}
.case-study__arrow {
  display: none;
}
.case-study__salary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border-bottom: 2px dotted #999;
}
@media (max-width: 599px) {
  .case-study__salary {
    gap: 7px;
    font-size: 14px;
  }
}
.case-study__arrow-small {
  display: flex;
  align-items: center;
  gap: 0;
}
.case-study__comment p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin: 0;
}
@media (max-width: 599px) {
  .case-study__comment p {
    font-size: 14px;
    line-height: 2;
  }
}
.case-study__comment p span.highlight-text {
  padding: 2px 0;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.case-study__comment p span.highlight-text .highlight-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(224, 255, 130, 0.6);
  z-index: -1;
  transition: width 0.8s ease-out;
}

.case-studies__slide.center-active .case-study__comment span.highlight-text .highlight-bg {
  width: 100%;
}

.arrow-chevron {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-right: 3px solid #0671af;
  border-bottom: 3px solid #0671af;
  transform: rotate(-45deg);
}
@media (max-width: 599px) {
  .arrow-chevron {
    width: 10px;
    height: 10px;
  }
}
.arrow-chevron:not(:first-child) {
  margin-left: -8px;
}
@media (max-width: 599px) {
  .arrow-chevron:not(:first-child) {
    margin-left: -2px;
  }
}

.steps {
  padding: 40px 0 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .steps {
    padding: 0 0 60px 0;
  }
}
.steps__container {
  position: relative;
}
.steps__inner {
  max-width: 810px;
  margin: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 1401px) {
  .steps__inner {
    max-width: none;
    width: calc(89vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .steps__inner {
    max-width: none;
    width: calc(98vw - 390px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .steps__inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.steps__title {
  font-size: 40px;
  font-weight: 700;
  color: #494949;
  margin-bottom: 20px;
  margin-bottom: 70px;
  position: relative;
  letter-spacing: 0.08em;
}
.steps__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 428px;
  height: 6px;
  background-color: #283f8d;
}
.steps__description {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  color: #494949;
  margin-bottom: 80px;
}
.steps__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 80px;
}
.steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transform: translateX(-30px);
  transition: none;
}
.steps__item.animate {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.steps__number {
  background: #494949;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 0;
}
.steps__name {
  font-size: 30px;
  font-weight: 700;
  color: #494949;
  margin: 0;
}
.steps__icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4285c5 43%, #bdc9e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps__icon img {
  width: 90px;
  height: 90px;
  filter: brightness(0) invert(1);
}
.steps__arrow {
  font-size: 30px;
  color: #494949;
  align-self: center;
  margin-top: 140px;
  opacity: 0;
  transform: translateX(-30px);
  transition: none;
}
.steps__arrow.animate {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.steps__details {
  margin-bottom: 60px;
}
.steps__detail {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  color: #494949;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}
.steps__detail.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.steps__detail:last-child {
  margin-bottom: 0;
}
.steps__cta {
  margin-top: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}
.steps__cta.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
@media (max-width: 599px) {
  .steps__cta.animate {
    display: none;
  }
}
@media (min-width: 600px) {
  .steps__cta--fixed {
    display: none;
  }
}
@media (max-width: 599px) {
  .steps__cta.fixed-mobile, .steps__cta--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 15px 20px;
    background: transparent;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100%);
    animation: slideUpFadeIn 0.6s ease-out 0.2s forwards;
  }
}
.steps__button {
  background: #0671af;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 60px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 1201px) {
  .steps__button {
    width: 810px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .steps__button {
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px;
  }
  .steps__button::after {
    content: "";
    position: absolute;
    right: 35px;
    width: 0;
    height: 0;
    border-left: 16px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    animation: sway 2s ease-in-out infinite;
  }
}
.steps__button:hover {
  background: rgb(4.3093922652, 81.1602209945, 125.6906077348);
  transform: translateY(-2px);
}

.registration-form {
  position: fixed;
  top: 15%;
  right: 11%;
  width: 390px;
  height: min(560px, 100vh - 100px);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: brightness(0.7);
  border-radius: 20px;
  z-index: 100;
  padding: 30px;
}
.registration-form.shake {
  animation: shake 1s ease-in-out;
}
.registration-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}
.registration-form__header {
  display: flex;
  align-items: center;
  gap: 30px;
}
.registration-form__content {
  width: 330px;
  height: 440px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .registration-form__content {
    width: 100%;
  }
}
.registration-form__badge {
  width: 80px;
  height: 30px;
  background: #0671af;
  border-radius: 15px;
  color: #ffffff;
  font-family: "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration-form__title {
  color: #ffffff;
  font-family: "YuGothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.registration-form__content .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.registration-form__content .question-header .question-number {
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #494949;
}
.registration-form__content .question-header .question-count {
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #494949;
}
.registration-form__content .progress-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}
.registration-form__content .progress-bar__item {
  flex: 1;
  height: 4px;
  background: rgba(6, 113, 175, 0.3);
  border-radius: 2px;
}
.registration-form__content .progress-bar__item.active {
  background: #0671af;
}
.registration-form__content .form-slide {
  display: none;
}
.registration-form__content .form-slide.active {
  display: block;
}
.registration-form__content .question-title {
  font-family: "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #494949;
  margin: 0 0 15px 0;
}
.registration-form__content .question-input {
  margin-bottom: 50px;
}
.registration-form__content .form-slide[data-question="6"] .question-input {
  margin-bottom: 50px;
}
.registration-form__content .nav-btn {
  width: 50%;
  height: 40px;
  border: none;
  border-radius: 5px;
  font-family: "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.registration-form__content .nav-btn--next, .registration-form__content .nav-btn--submit {
  background: #cc5300;
  color: #ffffff;
  font-weight: 700;
}
.registration-form__content .nav-btn--next:disabled, .registration-form__content .nav-btn--submit:disabled {
  background: #999999;
  cursor: default !important;
  opacity: 0.6;
}

.form-select {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid rgba(133, 133, 133, 0.7);
  border-radius: 5px;
  padding: 0 14px;
  font-family: "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #494949;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L2 5H12L7 10Z' fill='%23494949'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.form-select:focus {
  outline: none;
  border-color: #0671af;
}
.form-select option[value=""] {
  color: #999;
}

.form-input {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid rgba(133, 133, 133, 0.7);
  border-radius: 5px;
  padding: 0 14px;
  font-family: "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #494949;
}
.form-input:focus {
  outline: none;
  border-color: #0671af;
}
.form-input::placeholder {
  color: #999;
}

.registration-form__navigation {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
}

.nav-btn {
  width: 50%;
  height: 45px;
  border: none;
  border-radius: 5px;
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-btn--back {
  background: #858585;
  border: none;
  color: #ffffff;
  margin-right: 10px;
}
.nav-btn--back.disabled {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  cursor: not-allowed;
}
.nav-btn--back:hover:not(.disabled) {
  background: #707070;
}
.nav-btn--next, .nav-btn--submit {
  background: #cc5300;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.nav-btn--next:hover:not(:disabled), .nav-btn--submit:hover:not(:disabled) {
  background: rgb(153, 62.25, 0);
}
.nav-btn--next:disabled, .nav-btn--submit:disabled {
  background: #999999 !important;
  cursor: default !important;
  opacity: 0.6;
}

.footer {
  padding: 54px 0 40px 0;
  width: 100%;
}
@media (max-width: 599px) {
  .footer {
    padding: 0 0 100px 0;
  }
}
.footer__container {
  position: relative;
}
.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1440px;
}
@media (max-width: 599px) {
  .footer__inner {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
.footer__links a {
  color: rgba(73, 73, 73, 0.3);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .footer__links a {
    font-size: 10px;
  }
}
.footer__links a:hover {
  color: #494949;
}
.footer__links span {
  color: rgba(73, 73, 73, 0.3);
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .footer__links span {
    font-size: 10px;
  }
}
.footer__copyright {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
}
@media (max-width: 599px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  border-radius: 50% !important;
  z-index: 100 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}

.swiper-button-prev {
  left: 10px !important;
  background-image: url("/media/assets/lp/images/profile1.png") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.swiper-button-next {
  right: 10px !important;
  background-image: url("/media/assets/lp/images/profile2.png") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.case-studies__slider-wrapper {
  position: relative;
}
.case-studies__slider-wrapper .swiper-pagination {
  position: static !important;
  margin-top: 10px;
  text-align: center;
}
.case-studies__slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  margin: 0 6px;
  opacity: 1;
}
.case-studies__slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #858585;
}

.slider-nav-area {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 50;
  cursor: pointer;
}
.slider-nav-area--left {
  left: 0;
}
.slider-nav-area--right {
  right: 0;
}

@media (max-width: 1400px) {
  .registration-form {
    position: fixed;
    right: 2%;
    left: auto;
  }
}
@media (max-width: 1200px) {
  .registration-form {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .footer {
    margin-right: 0;
  }
  .companies__container,
  .salary__container,
  .case-studies__container,
  .steps__container,
  .cta__container {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .registration-form {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .companies__title,
  .salary__title,
  .case-studies__title,
  .steps__title {
    font-size: 28px;
  }
  .about__description,
  .case-studies__description,
  .steps__description {
    font-size: 20px;
  }
  .companies__row {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .companies__row img {
    width: 150px;
    height: 60px;
  }
  .steps__list::before {
    display: none;
  }
  .steps__list .steps__item::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .hero {
    height: 80vh;
    min-height: 760px;
  }
  .hero__subtitle {
    top: 6.7%;
    left: 0.8%;
    right: 0%;
    width: auto;
    font-size: 13.1vw;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
    display: block;
    justify-content: flex-end;
  }
  .hero__subtitle-second {
    margin-right: -5vw;
  }
  .hero__main-title {
    top: auto;
    bottom: 7%;
    left: 0;
    right: 0;
    width: auto;
    font-size: 13.1vw;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
  }
  .mobile-br {
    display: inline;
  }
  .hero__logo {
    top: 2.1%;
    left: 5.4%;
    width: 102px;
    height: 26px;
  }
  .hero__note {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: right;
    font-size: 10px;
    white-space: pre-line;
    width: 100%;
    padding: 20px;
  }
}
.mobile-br {
  display: none;
}

.desktop-br {
  display: inline;
}

@media (max-width: 599px) {
  .mobile-br {
    display: inline;
  }
  .desktop-br {
    display: none;
  }
  .companies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .companies__row {
    display: contents;
  }
  .companies__item {
    width: 100%;
    height: 60px;
  }
  .companies__item img {
    max-width: 100%;
    max-height: 48px;
  }
  .salary {
    padding: 60px 0 0 0;
  }
  .salary__inner {
    height: auto;
    background-image: url("/media/assets/lp/images/salary-background-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    position: relative;
    min-height: 692px;
  }
  .salary__title {
    font-size: 28px;
    font-weight: 700;
    color: #494949;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    position: relative;
  }
  .salary__title::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 6px;
    background-color: #283f8d;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
  .salary__item--first {
    position: absolute;
    top: 75px;
    left: 29px;
    width: 115px;
    height: 112px;
  }
}
@media (max-width: 599px) and (max-width: 1300px) {
  .salary__item--first {
    margin-left: 20px;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .salary__item--first {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .salary__item--second {
    position: absolute;
    top: auto;
    bottom: 95px;
    right: 29px;
    left: auto;
    width: 115px;
    height: 112px;
    text-align: right;
  }
  .salary__text {
    font-size: 28px;
    font-weight: 700;
    line-height: 2em;
    color: #494949;
    width: auto;
    display: inline-block;
  }
  .salary__line--first {
    width: 112px;
    height: 6px;
    bottom: 60px;
    left: 1px;
    background: linear-gradient(90deg, #dba260 0%, #dba260 100%);
  }
  .salary__line--first:after {
    content: "";
    position: absolute;
    width: 193px;
    height: 6px;
    background: linear-gradient(90deg, #dba260 0%, #dba260 100%);
    bottom: -57px;
    left: 0;
  }
  .salary__line--second {
    width: 112px;
    height: 6px;
    bottom: 60px;
    left: 1px;
    background: linear-gradient(90deg, #dba260 0%, #dba260 100%);
  }
  .salary__line--second:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 6px;
    background: linear-gradient(90deg, #dba260 0%, #dba260 100%);
    bottom: -57px;
    right: 0;
    left: auto;
  }
  .salary__note {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 29px;
    width: 170px;
    height: 28px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
    color: #494949;
    text-align: left;
  }
}
@media (max-width: 599px) and (max-width: 1300px) {
  .salary__note {
    margin-left: 20px;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .salary__note {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .steps__inner {
    padding: 0 20px;
  }
  .steps__title {
    font-size: 28px;
    font-weight: 700;
    color: #494949;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1em;
  }
  .steps__title::after {
    width: 301px;
    height: 6px;
    background-color: #0671af;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }
  .steps__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: #494949;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
  }
  .steps__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    gap: 10px;
  }
  .steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 1;
    max-width: 90px;
  }
  .steps__number {
    background: #494949;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .steps__name {
    font-size: 16px;
    font-weight: 700;
    color: #494949;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .steps__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4285c5 43%, #bdc9e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .steps__icon img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
  }
  .steps__arrow {
    font-size: 12px;
    color: #494949;
    align-self: center;
    margin-top: 0;
    margin: 70px 5px 0;
    opacity: 1;
    transform: translateX(0);
  }
  .steps__details {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .steps__detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: #494949;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .steps__detail:last-child {
    margin-bottom: 0;
  }
  .about__title::after {
    width: 90%;
    max-width: 350px;
  }
}
.complete {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .complete {
    min-height: 100vh;
  }
}
.complete #timerex_calendar {
  margin: 40px 0;
  height: 600px;
}
.complete__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/media/assets/lp/images/complete-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.complete__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 600px) {
  .complete__container {
    min-height: 100vh;
  }
}
.complete__card {
  position: relative;
  width: 880px;
  background: rgba(183, 183, 183, 0.3);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .complete__card {
    width: 90%;
    max-width: 880px;
    height: auto;
    min-height: 640px;
    margin: 0 20px;
  }
}
@media (max-width: 599px) {
  .complete__card {
    width: 95%;
    padding: 20px;
    min-height: auto;
  }
}
.complete__badge {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 112px;
  height: 30px;
  background: #0671af;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .complete__badge {
    top: 20px;
    left: 20px;
    width: 80px;
    height: 25px;
  }
}
.complete__badge-text {
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .complete__badge-text {
    font-size: 14px;
  }
}
.complete__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin: 40px 0 36px 0;
  text-align: center;
}
@media (max-width: 599px) {
  .complete__title {
    font-size: 22px;
    margin: 30px 0 25px 0;
  }
}
.complete__message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.65;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 auto 0;
  max-width: 577px;
}
@media (max-width: 599px) {
  .complete__message {
    font-size: 14px;
    line-height: 1.7;
  }
}
.complete__cta {
  margin-top: auto;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .complete__cta {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.complete__button {
  width: 200px;
  height: 45px;
  background: #cc5300;
  border: none;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.complete__button:hover {
  background: rgb(153, 62.25, 0);
  transform: translateY(-2px);
}
@media (max-width: 599px) {
  .complete__button {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lightEffect {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  40% {
    opacity: 0.6;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-6px);
  }
  40%, 80% {
    transform: translateX(6px);
  }
}
.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.form-field-container {
  margin-bottom: 8px;
}
.form-field-container--last {
  margin-bottom: 5px;
}

.form-field-label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #494949;
  margin-bottom: 5px;
}

.privacy-text {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 5px 0 0 0;
  line-height: 1.1;
}
.privacy-text .privacy-link {
  color: #000000;
  text-decoration: underline;
}

@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}