.content-title {
  margin-bottom: 42px;
  color: var(--color-main);
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.content-tag {
  width: fit-content;
  margin: -25px auto 40px;
  padding: 2px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-main);
  font-size: 18px;
  font-weight: 800;
}

.concerns {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: #f5f5f5;
}

.concerns__background {
  position: absolute;
  top: -38.43px;
  left: calc(50% - 654.5px);
  width: 1287.49px;
  height: 858.43px;
}

.concerns__background img {
  width: 100%;
  height: 100%;
  max-width: none;
  transform: scaleX(-1);
}

.concerns__mark {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: calc(50% + 170px);
  width: 84px;
}

.concerns__mark img {
  width: 100%;
  transform: rotate(12.14deg) scaleX(-1);
  transform-origin: center;
}

.concerns__inner {
  position: relative;
  z-index: 1;
  padding-top: 126px;
}

.concerns__lead-wrap {
  width: 667.38px;
}

.concerns__lead {
  font-size: 26.34px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.concerns__lead-wrap picture,
.concerns__lead-wrap img {
  display: block;
  width: 100%;
}

.concerns__lead-wrap picture {
  margin-top: 10.58px;
}

.concerns h2 {
  position: relative;
  top: 8.86px;
  margin: 4px 0 64.95px -7px;
  font-size: 51.74px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.concerns ul {
  display: flex;
  width: 712px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.concerns li {
  display: flex;
  width: 543px;
  height: 42px;
  align-items: flex-start;
  padding: 0 18px;
  color: #fff;
  background: #636363;
  font-size: 31.98px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.concerns li:nth-child(2) {
  width: 520px;
  height: 84px;
  margin-top: 27px;
}

.concerns li:nth-child(3) {
  width: 712px;
  margin-top: 24px;
}

.concerns li:nth-child(4) {
  width: 705px;
  margin-top: 29px;
}

.concerns li img {
  width: 34px;
  height: 34px;
  margin-top: 4px;
  margin-right: 12px;
  flex: 0 0 auto;
}

.only-sp {
  display: none;
}

.solution {
  position: relative;
  height: 1067px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.solution .layout-container {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.solution__arrow {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 340px;
  height: 62px;
  transform: translateX(-50%) scaleY(-1);
}

.solution__title {
  position: absolute;
  top: 137px;
  left: 50%;
  width: 760px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 61.141px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.668px;
  text-align: center;
  white-space: nowrap;
}

.solution__title strong {
  color: var(--color-main);
  font-size: inherit;
  text-decoration: underline;
  text-decoration-thickness: 3.7px;
  text-underline-offset: 8px;
}

.solution-grid {
  position: absolute;
  top: 331px;
  left: 50%;
  display: grid;
  width: 1129px;
  height: 485px;
  padding: 57px 47px 0;
  transform: translateX(-50%);
  grid-template-columns: repeat(3, 320px);
  align-items: start;
  gap: 37px;
  background: #fdffec;
}

.solution-grid article {
  text-align: center;
}

.solution-grid img {
  width: 320px;
  height: 226px;
  object-fit: fill;
}

.solution-grid h3 {
  margin: 17px 0 0;
  font-size: 26.338px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.58px;
}

.solution-grid h3 strong {
  color: var(--color-main);
}

.solution__cta,
.discount-cta__button {
  width: min(685px, 100%);
  margin: 0;
}

.solution__cta {
  position: absolute;
  top: 854px;
  left: 50%;
  width: 685px;
  transform: translateX(-50%);
}

.discount-cta__button {
  position: absolute;
  top: 524px;
  left: calc(50% - 17px);
  width: 685px;
  margin: 0;
  transform: translateX(-50%);
}

.reasons {
  position: relative;
  height: 1894px;
  padding: 0;
  overflow: hidden;
  background: var(--color-main);
}

.reasons__container {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.reasons__title {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 550px;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3.1px;
  text-align: center;
}

.reasons__title span {
  display: block;
  font-size: 42.328px;
  white-space: nowrap;
}

.reasons__title span em {
  font-style: normal;
}

.reasons__title strong {
  display: block;
  font-size: 70.547px;
  font-weight: 700;
}

.reasons__title strong b {
  font-size: 84.656px;
  font-weight: 700;
}

.reasons-panel {
  position: absolute;
  top: 286px;
  left: 50%;
  width: 1129px;
  height: 1514px;
  padding: 56px 66px 84px 81px;
  transform: translateX(-50%);
  border-radius: 0;
  background: #fff;
}

.instructors {
  padding-top: 100px;
  padding-bottom: 105px;
}

.instructors .content-title {
  margin-bottom: 79px;
  color: var(--color-text);
  font-size: 50px;
  line-height: 1.1;
}

.instructor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 33px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.curriculum {
  position: relative;
  height: 1112px;
  padding-top: 102px;
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
}

.curriculum::before {
  position: absolute;
  inset: 0;
  background-image: url("../img/curriculum-grid.webp");
  background-position: center top;
  background-size: 1024px 768px;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
}

.curriculum .layout-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.curriculum .content-title {
  margin: 0;
  color: var(--color-text);
  font-size: 50px;
  line-height: 1.1;
}

.curriculum .content-tag {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 310px;
  height: 47px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-text);
  border-radius: 0;
  color: var(--color-text);
  background: transparent;
  font-size: 28.22px;
  font-weight: 400;
  line-height: 1.6;
  transform: translateX(-50%);
}

.curriculum .content-tag__number {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
}

.curriculum-list {
  position: absolute;
  top: 171px;
  left: 0;
  width: 100%;
  display: grid;
  gap: 40px;
}

.curriculum-card {
  --curriculum-card-bg: #fff;
  --curriculum-title-mask-shift: -9px;

  position: relative;
  height: 216px;
  border: 3px solid var(--color-main);
  border-radius: 10px;
  background: var(--curriculum-card-bg);
}

.curriculum-card h3 {
  position: absolute;
  z-index: 2;
  top: -17px;
  left: calc(50% + 0.5px);
  width: 259px;
  margin: 0;
  padding: 0;
  color: var(--color-main);
  font-size: 33.86px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.curriculum-card h3::before {
  position: absolute;
  top: 12px;
  left: calc(50% + var(--curriculum-title-mask-shift));
  z-index: -1;
  width: 259px;
  height: 19px;
  background: var(--curriculum-card-bg);
  content: "";
  transform: translateX(-50%);
}

.curriculum-card h3 small {
  font-size: 24.46px;
  letter-spacing: 0.02em;
}

.curriculum-card ul {
  display: flex;
  margin: 0;
  padding: 43px 325px 20px 48px;
  flex-direction: column;
  gap: 3px;
  font-size: 26.34px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.06em;
  list-style: none;
}

.curriculum-card li {
  position: relative;
  padding-left: 38px;
}

.curriculum-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-main);
  content: "";
}

.curriculum-card li small {
  display: block;
  font-size: 19.75px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.curriculum-card__image {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 282px;
  height: 174px;
  overflow: hidden;
}

.curriculum-card__image img {
  position: absolute;
  top: -40px;
  left: -179px;
  width: 487px;
  height: 325px;
  max-width: none;
  object-fit: cover;
}

.curriculum-card--practice .curriculum-card__image img {
  top: -39px;
  width: 494px;
  height: 329px;
}

.curriculum-card--ongoing .curriculum-card__image img {
  top: -26px;
  left: -60px;
  width: 404px;
  height: 269px;
}

.curriculum-card--practice {
  --curriculum-card-bg: var(--color-main-pale);
  --curriculum-title-mask-shift: -7px;
}

.curriculum-card--ongoing {
  --curriculum-card-bg: var(--color-main);
  --curriculum-title-mask-shift: -14px;

  color: #fff;
  border: 0;
  background-clip: border-box;
}

.curriculum-card--ongoing {
  margin-top: 8px;
}

.curriculum-card--ongoing h3 {
  top: -19px;
  width: 169px;
  color: #fff;
  background: transparent;
  -webkit-text-stroke: 4px var(--color-main);
  paint-order: stroke fill;
  text-shadow:
    2px 0 var(--color-main),
    -2px 0 var(--color-main),
    0 2px var(--color-main),
    0 -2px var(--color-main),
    2px 2px var(--color-main),
    -2px 2px var(--color-main),
    2px -2px var(--color-main),
    -2px -2px var(--color-main);
}

.curriculum-card--ongoing h3::before {
  content: none;
}

.curriculum-card--practice h3 {
  top: -17px;
}

.curriculum-card--ongoing ul {
  padding-top: 57px;
  color: #fff;
}

.curriculum-card--ongoing li::before {
  background: #fff;
}

.skills {
  height: 1013px;
  padding-top: 102px;
  padding-bottom: 0;
}

.skills .layout-container {
  width: 855px;
  transform: translateX(4px);
}

.skills .content-title {
  margin-bottom: 14px;
  color: var(--color-text);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3.5px;
  white-space: nowrap;
}

.skills .content-tag {
  display: flex;
  width: 166px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 38px;
  padding: 0;
  border: 1px solid var(--color-text);
  border-radius: 0;
  color: var(--color-text);
  background: transparent;
  font-size: 28.22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.693px;
  white-space: nowrap;
}

.skill-groups {
  display: grid;
  gap: 78px;
}

.skill-group {
  --skill-color: var(--color-main);
}

.skill-group h3 {
  margin: 0 0 28px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--skill-color);
  color: var(--skill-color);
  font-size: 31.98px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.skill-group ul {
  position: relative;
  top: 3px;
  display: flex;
  margin: 0;
  padding: 0 2px;
  flex-wrap: wrap;
  gap: 19px 18px;
  list-style: none;
}

.skill-group li {
  display: flex;
  height: 47px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--skill-color);
  color: var(--skill-color);
  background: #fff;
  font-size: 28.22px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.skill-group--tool { --skill-color: #b572e8; }
.skill-group--business { --skill-color: #3a93c3; }
.skill-group--tool li:nth-child(1) { width: 226px; }
.skill-group--tool li:nth-child(2) { width: 238px; }
.skill-group--edit li:nth-child(1) { width: 120px; }
.skill-group--edit li:nth-child(2) { width: 150px; }
.skill-group--edit li:nth-child(3) { width: 236px; }
.skill-group--edit li:nth-child(4) { width: 150px; }
.skill-group--edit li:nth-child(5) { width: 166px; }
.skill-group--edit li:nth-child(6) { width: 179px; }
.skill-group--business ul { padding-left: 8px; }
.skill-group--business li:nth-child(1) { width: 208px; }
.skill-group--business li:nth-child(2) { width: 354px; }
.skill-group--business li:nth-child(3) { width: 237px; }
.skill-group--business li:nth-child(4) { width: 293px; }
.skill-group--business li:nth-child(5) { width: 179px; }

.skill-group--tool li:nth-child(2) {
  font-size: 0;
}

.skill-group--tool li:nth-child(2)::before {
  font-size: 28.22px;
  content: "Vrew";
}

.skill-group--tool li:nth-child(2)::after {
  font-size: 18.81px;
  content: "(AI文字起こし)";
}

.support {
  position: relative;
  height: 928px;
  padding: 0;
  overflow: hidden;
  background: #fdffec;
}

.support .layout-container--wide {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.support .section-title {
  position: absolute;
  top: 94px;
  left: 50%;
  width: 827px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 5.5px;
  white-space: nowrap;
}

.support-list {
  position: absolute;
  top: 189px;
  left: 50%;
  width: 1124px;
  height: 639px;
  transform: translateX(-50%);
}

.support-item {
  position: absolute;
  left: 0;
  display: grid;
  width: 1124px;
  height: 103px;
  grid-template-columns: 434px 690px;
  align-items: center;
  min-height: 0;
  overflow: hidden;
  border-radius: 6.584px;
}

.support-item:nth-of-type(1) { top: 0; }
.support-item:nth-of-type(2) { top: 178px; }
.support-item:nth-of-type(3) { top: 357px; }
.support-item:nth-of-type(4) { top: 536px; }

.support-item > div {
  display: grid;
  height: 100%;
  align-content: center;
  padding: 12px 57px;
  color: #fff;
  background: var(--color-main);
}

.support-item strong {
  font-size: 28.219px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.104px;
  white-space: nowrap;
}

.support-item__number {
  font-family: Helvetica, Arial, sans-serif;
}

.support-item small {
  font-size: 18.813px;
  line-height: 1.5;
  letter-spacing: 3.104px;
  white-space: nowrap;
}

.support-item p {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px 27px;
  border: 1px solid var(--color-accent);
  border-left: 0;
  border-radius: 0 6.584px 6.584px 0;
  background: #fff;
  font-size: 26.338px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.897px;
  white-space: nowrap;
}

.support-item__arrow {
  position: absolute;
  left: 50%;
  width: 0;
  margin: 0;
  border-top: 30px solid var(--color-main);
  border-right: 32.5px solid transparent;
  border-left: 32.5px solid transparent;
  transform: translateX(-50%);
}

.support-item__arrow:nth-of-type(1) { top: 120px; }
.support-item__arrow:nth-of-type(2) { top: 299px; }
.support-item__arrow:nth-of-type(3) { top: 476px; }

@media (max-width: 899px) {
  .content-title {
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 1.45;
  }

  .content-tag {
    margin: -17px auto 28px;
    padding: 1px 13px;
    font-size: 12px;
  }

  .concerns {
    height: 400.5px;
    min-height: 0;
    background: #eaebed;
  }

  .concerns__background {
    top: 155px;
    left: 30.5px;
    width: 420.5px;
    height: 244.96px;
  }

  .concerns::before,
  .concerns::after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    pointer-events: none;
  }

  .concerns::before {
    top: 0;
    height: 188px;
    background: linear-gradient(180deg, #eaebed 81.376%, rgb(234 235 237 / 0%) 100.68%);
  }

  .concerns::after {
    top: 139px;
    height: 261.5px;
    background: linear-gradient(90deg, #eaebed 13.575%, rgb(234 235 237 / 0%) 33.493%);
  }

  .concerns__mark {
    z-index: 2;
    top: 127px;
    left: calc(50% + 115px);
    width: 48px;
  }

  .concerns__inner {
    z-index: 3;
    width: calc(100% - 42px);
    padding-top: 49px;
  }

  .concerns__lead-wrap {
    width: 333.69px;
  }

  .concerns__lead-wrap picture {
    position: relative;
    top: 3.63px;
    margin-top: 0;
  }

  .concerns__lead {
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .concerns h2 {
    top: 7.3px;
    margin: 3px 0 27px -4px;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .concerns ul {
    width: 273.5px;
  }

  .concerns li {
    width: 271.5px;
    height: 21px;
    padding: 0 9px;
    font-size: 15.99px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }

  .concerns li:nth-child(2) {
    width: 271.5px;
    height: 42px;
    margin-top: 15px;
  }

  .concerns li:nth-child(3) {
    width: 271.5px;
    height: 42px;
    margin-top: 15px;
  }

  .concerns li:nth-child(4) {
    width: 273.5px;
    height: 42px;
    margin-top: 15px;
  }

  .concerns li img {
    width: 16.93px;
    height: 16.93px;
    margin-top: 2px;
    margin-right: 6px;
  }

  .only-sp {
    display: inline;
  }

  .solution {
    height: 1158px;
    padding: 0;
  }

  .solution__arrow {
    top: 22.5px;
    width: 170px;
    height: 31px;
  }

  .solution__title {
    top: 76.5px;
    width: 340px;
    font-size: 27.5px;
    letter-spacing: 1.65px;
  }

  .solution__title strong {
    font-size: inherit;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .solution-grid {
    top: 159.5px;
    width: 325px;
    height: 861px;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 25px 32px 0;
  }

  .solution-grid img {
    width: 261px;
    height: 184px;
  }

  .solution-grid h3 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 1.26px;
  }

  .solution__cta {
    top: 1045.5px;
    width: 342.5px;
  }

  .reasons {
    height: 1638.5px;
    padding: 0;
  }

  .reasons__title {
    top: 50px;
    width: 345px;
    letter-spacing: 2px;
  }

  .reasons__title span {
    font-size: 27.5px;
    letter-spacing: 2.2px;
  }

  .reasons__title span em {
    font-size: 29px;
    letter-spacing: 1.45px;
  }

  .reasons__title strong {
    font-size: 45px;
  }

  .reasons__title strong b {
    font-size: 54.5px;
  }

  .reasons-panel {
    top: 151.5px;
    width: 345px;
    height: 1437px;
    padding: 23px 14.5px 25px;
    border-radius: 0;
  }

  .instructors,
  .curriculum,
  .skills,
  .support,
  .achievements,
  .courses,
  .comparison,
  .discount-cta,
  .flow,
  .faq {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .instructors {
    padding-top: 50px;
  }

  .instructors .content-title {
    max-width: 300px;
    margin: 0 auto 41px;
    font-size: 25px;
    line-height: 1.1;
  }

  .instructors .instructor-grid {
    width: 290px;
    margin-inline: auto;
    transform: translateX(8px);
  }

  .instructor-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .courses {
    height: 1387.5px;
    padding: 0;
  }

  .courses .layout-container--medium {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .courses .content-title {
    top: 50px;
    width: 289px;
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .course-grid {
    top: 100px;
    width: 315px;
    height: 908px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .curriculum-list {
    gap: 37px;
  }

  .curriculum {
    height: 1209px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .curriculum::before {
    background-size: 512px 384px;
  }

  .curriculum .layout-container {
    width: 325px;
  }

  .curriculum .content-title {
    width: 281px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.3;
  }

  .curriculum .content-tag {
    top: 66px;
    width: 155px;
    height: 23.5px;
    margin: 0;
    padding: 0;
    font-size: 14.11px;
    line-height: 22.5px;
  }

  .curriculum-card {
    --curriculum-title-mask-shift: -4.5px;

    height: 298.5px;
    border-width: 2px;
    border-radius: 5px;
  }

  .curriculum-card--practice {
    --curriculum-title-mask-shift: -3.5px;
  }

  .curriculum-card--ongoing {
    --curriculum-title-mask-shift: -7px;
  }

  .curriculum-card--practice,
  .curriculum-card--ongoing {
    height: 306.5px;
  }

  .curriculum-card--ongoing {
    margin-top: 0;
  }

  .curriculum-card h3 {
    top: -10px;
    left: calc(50% + 3.5px);
    width: 160px;
    padding: 0 8px;
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  .curriculum-card h3 small {
    font-size: 14px;
  }

  .curriculum-card h3::before {
    top: 6px;
    width: 160px;
    height: 9.5px;
  }

  .curriculum-card--ongoing h3 {
    top: -9px;
    left: 50%;
    width: 85px;
    -webkit-text-stroke-width: 2px;
  }

  .curriculum-card--ongoing h3::before {
    content: none;
  }

  .curriculum-card--practice h3 {
    top: -9px;
    left: calc(50% + 4px);
  }

  .curriculum-card ul {
    padding: 22px 20px 0 23px;
    gap: 1px;
    font-size: 16px;
    line-height: 1.7;
  }

  .curriculum-card li {
    padding-left: 20px;
  }

  .curriculum-card li::before {
    top: 6.6px;
    width: 14px;
    height: 14px;
  }

  .curriculum-card li small {
    font-size: 12px;
    line-height: 1.1;
  }

  .curriculum-card__portfolio {
    display: inline-block;
    font-size: 11.5px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .curriculum-card--ongoing ul {
    padding-top: 23.5px;
    gap: 0;
  }

  .curriculum-card--practice ul {
    padding-top: 23.5px;
  }

  .curriculum-list {
    top: 122.5px;
  }

  .curriculum-card__image {
    top: 117.5px;
    right: 32px;
    width: 257.5px;
    height: 159px;
  }

  .curriculum-card__image img {
    top: -36.5px;
    left: -163.5px;
    width: 444.5px;
    height: 297px;
  }

  .curriculum-card--practice .curriculum-card__image {
    top: 125.5px;
    right: 31.5px;
  }

  .curriculum-card--practice .curriculum-card__image img {
    top: -36px;
    width: 451px;
    height: 300.5px;
  }

  .curriculum-card--ongoing .curriculum-card__image {
    top: 118.5px;
    right: 31.5px;
  }

  .curriculum-card--ongoing .curriculum-card__image img {
    top: -24px;
    left: -55px;
    width: 369px;
    height: 245.5px;
  }

  .skills {
    height: 595px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .skills .layout-container {
    width: 349px;
    transform: none;
  }

  .skills .content-title {
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 1.75px;
  }

  .skills .content-tag {
    width: 83px;
    height: 23.5px;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 14.11px;
    line-height: 1;
    letter-spacing: 0.8465px;
  }

  .skill-groups {
    gap: 39.5px;
  }

  .skill-group {
    display: block;
  }

  .skill-group h3 {
    min-height: 0;
    margin-bottom: 15px;
    padding-bottom: 10.5px;
    font-size: 17px;
  }

  .skill-group ul {
    top: -0.8px;
    padding: 0;
    gap: 10px 7.5px;
  }

  .skill-group li {
    height: 28.57px;
    padding: 0 10px;
    font-size: 17px;
  }

  .skill-group--tool li:nth-child(1) { width: 137.37px; }
  .skill-group--tool li:nth-child(2) { width: 144.67px; }
  .skill-group--edit li:nth-child(1) { width: 80.5px; }
  .skill-group--edit li:nth-child(2) { width: 93.5px; }
  .skill-group--edit li:nth-child(3) { width: 149.5px; }
  .skill-group--edit li:nth-child(4) { width: 101.5px; }
  .skill-group--edit li:nth-child(5) { width: 113.5px; }
  .skill-group--edit li:nth-child(6) { width: 119px; }
  .skill-group--business ul { padding-left: 0; }
  .skill-group--business li:nth-child(1) { width: 126.5px; }
  .skill-group--business li:nth-child(2) { width: 215px; }
  .skill-group--business li:nth-child(3) { width: 155px; }
  .skill-group--business li:nth-child(4) { width: 186px; }
  .skill-group--business li:nth-child(5) { width: 126.5px; }

  .skill-group--tool li:nth-child(2)::before {
    font-size: 17px;
  }

  .skill-group--tool li:nth-child(2)::after {
    font-size: 11px;
  }

  .support-item {
    grid-template-columns: 1fr;
  }

  .support-item > div {
    min-height: 70px;
    padding: 13px 20px;
  }

  .support-item strong {
    font-size: 19px;
  }

  .support-item p {
    padding: 17px 20px;
    font-size: 14px;
  }

  .achievement-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 15px;
  }

  .achievement-grid article {
    padding: 15px;
  }

  .achievement-grid h3 {
    font-size: 16px;
  }

  .income__note,
  .course-note {
    font-size: 9px;
  }

  .course-note {
    top: 1018px;
    width: 317.5px;
    margin: 0;
    font-size: 8px;
    line-height: 1.6;
  }

  .roadmap {
    top: 1107px;
    width: 356.5px;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .roadmap > h3 {
    width: 254px;
    margin-bottom: 20px;
    padding: 3px 0;
    border-width: 1.5px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.7;
    white-space: nowrap;
  }

  .roadmap__steps {
    height: 135px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .roadmap__steps article {
    min-width: 0;
    padding: 10px 8px 7px;
  }

  .roadmap__steps span {
    width: 91px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 19px;
  }

  .roadmap__icon {
    width: 70px;
    height: 54px;
    margin: 8px 0 3px;
  }

  .roadmap__steps strong {
    font-size: 12px;
    line-height: 1.2;
  }

  .roadmap__steps article:not(:last-child)::after {
    top: 0;
    right: -11px;
    bottom: auto;
    width: 11px;
    height: 100%;
    content: "";
  }

  .roadmap__payment {
    grid-template-columns: 65px 1fr;
    width: 100%;
    height: 26px;
    margin-top: 10px;
    font-size: 8px;
    text-align: left;
  }

  .roadmap__payment strong,
  .roadmap__payment span {
    padding: 4px 5px;
    white-space: nowrap;
  }

  .comparison-table {
    top: 135px;
    width: 336.5px;
    height: 297.5px;
    overflow: hidden;
    border-width: 0.5px;
  }

  .comparison-table__row {
    grid-template-columns: 106.5px 115px 115px;
    width: 336.5px;
    height: 52.5px;
  }

  .comparison-table__row > div {
    min-height: 0;
    padding: 3px;
    border-width: 0.5px;
  }

  .comparison-table__row:not(.comparison-table__head) > div:nth-child(n + 2) {
    gap: 4px;
  }

  .comparison {
    height: 482.5px;
    padding: 0;
  }

  .comparison .layout-container--medium {
    width: 100%;
    height: 100%;
  }

  .comparison .content-title {
    top: 50px;
    width: 310px;
    max-width: none;
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    white-space: normal;
  }

  .comparison .content-title span {
    display: block;
  }

  .comparison .content-title em {
    letter-spacing: 2.5px;
  }

  .comparison-table__head {
    height: 35px;
  }

  .comparison-table__head > div {
    height: 35px;
    min-height: 0;
    font-size: 16px;
  }

  .comparison-table__head > div:last-child {
    font-size: 9px;
    letter-spacing: -0.03em;
  }

  .comparison-table__row:not(.comparison-table__head) > div:first-child {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }

  .comparison-table__row b {
    font-size: 16px;
    line-height: 1.1;
  }

  .comparison-table__row span {
    max-width: 100%;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .comparison-table__row:nth-child(3) > div:last-child span,
  .comparison-table__row:nth-child(4) > div:nth-child(2) span {
    font-size: 7px;
  }

  .discount-card {
    top: 50px;
    width: 345px;
    height: 211px;
    padding: 0;
    border: 0;
    border-radius: 0 14.11px 0 14.11px;
    box-shadow: 1.882px 1.882px 1.882px rgb(0 0 0 / 10%);
  }

  .discount-card h2 {
    top: 32.5px;
    height: 94px;
    padding-top: 15px;
    background: linear-gradient(-39.796deg, var(--color-main) 81.392%, var(--color-main-pale) 106.45%);
  }

  .discount-card__headline-image {
    width: 300px;
    height: 66px;
  }

  .discount-card__price {
    top: 141.5px;
    left: 26px;
    height: 20px;
  }

  .discount-card__price > span {
    width: 56.5px;
    height: 20px;
    margin-right: 9.5px;
    font-size: 12.5px;
  }

  .discount-card__price b {
    font-size: 17px;
    letter-spacing: 0.03em;
  }

  .discount-card__price small {
    font-size: 12px;
  }

  .discount-card__note {
    top: 171px;
    left: 37.5px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .discount-cta {
    height: 393.5px;
    padding: 0;
  }

  .discount-cta__button {
    top: 281px;
    left: 50%;
    width: 342.5px;
    margin: 0;
  }

  .flow-list {
    position: absolute;
    inset: 0;
    width: 100%;
  }

  .flow {
    height: 567.5px;
    padding: 0;
  }

  .flow__inner {
    width: 100%;
    height: 100%;
  }

  .flow .section-title {
    top: 50px;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 25px;
    line-height: 0.9;
  }

  .flow-step {
    left: 15px;
    z-index: 1;
    width: 345px;
    height: 84.5px;
  }

  .flow-step:nth-of-type(1) {
    top: 92.5px;
  }

  .flow-step:nth-of-type(2) {
    top: 192px;
  }

  .flow-step:nth-of-type(3) {
    top: 291.5px;
  }

  .flow-step:nth-of-type(4) {
    top: 391px;
    height: 101px;
  }

  .flow-step::before {
    inset: 0 0 0 19px;
    box-shadow: 0 0 18.813px rgb(0 0 0 / 7%);
  }

  .flow-step > span {
    top: 17px;
    width: 37.5px;
    height: 37.5px;
    font-size: 19.753px;
    line-height: 0.9;
  }

  .flow-step > span small {
    margin-bottom: 1px;
    font-size: 7.055px;
  }

  .flow-step > div {
    top: 21px;
    left: 51.5px;
    max-width: 275px;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }

  .flow-step h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .flow-step p {
    font-size: 12px;
    line-height: 1.5;
  }

  .flow-step:nth-of-type(4) > div {
    max-width: 168.5px;
  }

  .flow-step:nth-of-type(2) > div {
    top: 13.5px;
  }

  .flow-list > i {
    width: 28px;
    height: 17.5px;
  }

  .flow-list > i:nth-of-type(1) {
    top: 177px;
  }

  .flow-list > i:nth-of-type(2) {
    top: 276.5px;
  }

  .flow-list > i:nth-of-type(3) {
    top: 376px;
  }

  .flow__illustration {
    position: absolute;
    top: 402px;
    left: 243px;
    z-index: 3;
    width: 124.925px;
    max-width: none;
    margin: 0;
  }

  .final-cta {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .final-cta h2 {
    margin-bottom: 25px;
    font-size: 27px;
  }

  .final-cta__badges {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
    gap: 10px;
  }

  .final-cta__badges p {
    padding: 10px;
  }

  .final-cta__badges strong {
    font-size: 19px;
  }

  .site-footer {
    padding: 40px 20px 34px;
  }

  .site-footer nav {
    flex-direction: column;
    gap: 10px;
  }
}
