/* Reset CSS */
/* * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} */

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
}
body {
  font-family: 'Noto Sans JP', 'Helvetica', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3d3d3d;
  padding: 0;
  margin: 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1088px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.main-title {
  font-size: 64px;
  font-weight: 300;
  text-align: center;
  font-family: 'Helvetica', 'Noto Sans JP', serif;
  color: #0e1324;
}
.main-title.white {
  color: #fff;
}

.gradient-title {
  text-align: center;
  font-size: 68px;
  line-height: 1.17;
  letter-spacing: -0.68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 300;
  margin-bottom: 48px;
}
.gradient-title span {
  padding: 8px 16px;
  color: #fff;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
}

.main-sub-title {
  text-align: center;
  line-height: 1.33;
  font-size: 24px;
  letter-spacing: -0.24px;
}

.text-center {
  text-align: center;
}

body.menu-open {
  overflow: hidden;
}

.request {
  background-color: #fafafa;
}

.document-button-area {
  text-align: center;
  padding: 40px 0;
}

.document-request-button {
  display: inline-block;
  padding: 16px 40px;
  background-color: #5b7eff;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.document-request-button:hover {
  background-color: #5b7eff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .document-request-button {
    font-size: 14px;
  }
}
.main-header {
  position: absolute;
  z-index: 99;
  padding: 24px 15px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
}
.main-header .site-logo {
  max-width: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.main-menu li a {
  color: #fff;
  line-height: 1.33;
  font-size: 24px;
  font-weight: 300;
}
.main-menu li a .text-en {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-size: 12px;
  margin-top: 2px;
}

.btn-header-contact {
  background-color: #fff;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-header-contact:hover {
  background-color: #f5f5f5;
}

.hero-banner {
  padding: 168px 76px 197px;
  position: relative;
}
.hero-banner .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  left: 0;
  top: 0;
}
.hero-banner .caption {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.hero-banner .caption .sub-title {
  padding: 16px 24px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.hero-banner .caption .title {
  font-size: 120px;
  letter-spacing: -1.2px;
  line-height: 1.3;
  font-weight: 300;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  margin-bottom: 16px;
}

.banner-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 16px;
}
.banner-tags .tag-item {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  padding: 16px 48px;
  background-color: #0e1324;
  color: #fff;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.18px;
}

.generative-ai-skills {
  background-image: url('../images/blue-bg.png');
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
  padding: 94px 0 76px;
}
.generative-ai-skills .main-title {
  color: #fff;
  margin-bottom: 101px;
}
.generative-ai-skills .list-items .item {
  margin-bottom: 82px;
}
.generative-ai-skills .list-items .item:last-child {
  margin-bottom: 0;
}
.generative-ai-skills .list-items .item .title {
  margin-bottom: 54px;
  line-height: 1.17;
  font-weight: 300;
  letter-spacing: -0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.generative-ai-skills .list-items .item .title span {
  font-size: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 16px 20px;
  background-color: #fff;
  color: #3a51a3;
}
@media (max-width: 1199px) {
  .generative-ai-skills .list-items .item .title span {
    font-size: 36px;
  }
}
.generative-ai-skills .list-items .item .desc {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.2px;
  font-weight: 300;
  color: #fff;
}

.challenges {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.challenges .main-title {
  margin-bottom: 48px;
}
.challenges .arrow-down {
  text-align: center;
  margin-bottom: 48px;
}
.challenges .arrow-down img {
  max-height: 30px;
  width: auto;
  margin: 0 auto;
}

.challenges-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
.challenges-wrap .man {
  width: 130px;
}
.challenges-wrap .man img {
  max-width: 100%;
  height: auto;
}
.challenges-wrap .list-items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.challenges-wrap .list-items .item {
  margin-bottom: 48px;
}
.challenges-wrap .list-items .item:last-child {
  margin-bottom: 0;
}
.challenges-wrap .list-items .item > * {
  padding: 24px 48px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
}

.solution-note {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: #0e1324;
  margin-bottom: 48px;
}

.importance {
  margin-bottom: 48px;
}
.importance .title {
  text-align: center;
  color: #5b7eff;
  font-size: 48px;
  line-height: 1.17;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  margin-bottom: 24px;
  font-weight: 300;
}
.importance .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.importance .list-items .item {
  width: 33.33%;
  position: relative;
}
.importance .list-items .item:nth-child(3n) {
  margin-left: -8px;
}
.importance .list-items .item:nth-child(3n + 1),
.importance .list-items .item:first-child {
  margin-right: -8px;
}
.importance .list-items .item::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  display: block;
}
.importance .list-items .item .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 24px;
  text-align: center;
}
.importance .list-items .item .item-title {
  color: #5b7eff;
  line-height: 1.33;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

.list-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-bottom: 136px;
}
.list-courses .course-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.list-courses .course-item::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  display: block;
}
.list-courses .course-item::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  border-radius: 50%;
  background: #f5f5f5;
}
.list-courses .course-item .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0 24px;
}
.list-courses .course-item .caption .num {
  font-size: 68px;
  margin-bottom: 16px;
  line-height: 1.17;
  display: block;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 300;
}
.list-courses .course-item .caption .line {
  height: 1px;
  width: 95px;
  margin: 0 auto;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  margin-bottom: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.list-courses .course-item .caption .desc {
  font-size: 32px;
  line-height: 1.25;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leading-experts {
  padding: 98px 0 87px;
  background-color: #f5f8ff;
}

.expert-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
}
.expert-box .avatar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 4px;
}
.expert-box .avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.expert-box .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.expert-box .content .position {
  padding-left: 12px;
  border-left: 4px solid #0e1324;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 8px;
  color: #0e1324;
}
.expert-box .content .name {
  color: #0e1324;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  margin-bottom: 8px;
}
.expert-box .content .name-romaji {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 8px;
}

.curriculum {
  background-image: url('../images/blue-bg.png');
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
  padding: 96px 0;
}
.curriculum .main-sub-title {
  color: #fff;
}

.step-item-box {
  margin-top: 48px;
  background-color: #fff;
  padding: 98px 96px;
  border-radius: 24px;
}
.step-item-box .step-header {
  margin-bottom: 48px;
}
.step-item-box .step-header .step-num {
  text-align: center;
  font-size: 24px;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.24px;
}
.step-item-box .step-header .main-title {
  margin-bottom: 24px;
}
.step-item-box .step-header .desc {
  text-align: center;
  font-size: 18px;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
}
.step-item-box .step-body .course-name {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}
.step-item-box .step-body .duration {
  text-align: center;
  font-size: 18px;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.55;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
}
.step-item-box .step-footer {
  margin-top: 48px;
}
.step-item-box .step-footer .statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 48px;
}
.step-item-box .step-footer .statistics .statistics-icon-left img,
.step-item-box .step-footer .statistics .statistics-icon-right img {
  width: 118px;
  height: auto;
}
.step-item-box .step-footer .statistics .statistics-center {
  text-align: center;
  max-width: 401px;
}
.step-item-box .step-footer .statistics .statistics-center .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #008484;
  margin-bottom: 16px;
}
.step-item-box .step-footer .statistics .statistics-center .count {
  color: #008484;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.step-item-box .step-footer .statistics .statistics-center .count .number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.28px;
}
.step-item-box .step-footer .statistics .statistics-center .count .init {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
}
.step-item-box .step-footer .statistics-note {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.33;
  text-align: left;
}
.step-item-box .step-footer .point {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step-item-box .step-footer .point .content-left {
  width: 49%;
}
.step-item-box .step-footer .point .content-left .point-title {
  background-color: #008484;
  padding: 8px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.33;
  margin-bottom: 16px;
}
.step-item-box .step-footer .point .content-left .title {
  color: #008484;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 300;
  margin-bottom: 16px;
}
.step-item-box .step-footer .point .content-left .title b,
.step-item-box .step-footer .point .content-left .title strong {
  font-weight: 700;
}
.step-item-box .step-footer .point .content-left .desc {
  font-size: 14px;
  line-height: 1.43;
}
.step-item-box .step-footer .point .content-right {
  width: 51%;
  padding-left: 48px;
}
.step-item-box .step-footer .results .result-title {
  color: #5b7eff;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  text-align: center;
  margin-bottom: 48px;
}
.step-item-box .step-footer .results .list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.step-item-box .step-footer .results .list-items .item .title {
  background-color: #5b7eff;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 24px;
}
.step-item-box .step-footer .results .list-items .item .desc {
  font-size: 18px;
  color: #5b7eff;
  line-height: 1.55;
}
.step-item-box .step-footer .dx-skills-enhancement {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  font-weight: 700;
  margin-top: 48px;
}
.step-item-box .step-footer .dx-skills-enhancement span {
  color: #5b7eff;
}
.step-item-box .step-footer .dx-skills .skill-item {
  border: 1px solid #5b7eff;
  border-radius: 24px;
  overflow: hidden;
}
.step-item-box .step-footer .dx-skills .skill-item:not(:last-child) {
  margin-bottom: 48px;
}
.step-item-box .step-footer .dx-skills .skill-item .title {
  text-align: center;
  font-size: 24px;
  padding: 16px;
  line-height: 1.33;
  font-weight: 700;
  color: #ffffff;
  background-color: #5b7eff;
  letter-spacing: 0;
}
.step-item-box .step-footer .dx-skills .skill-item .content {
  padding: 24px;
  font-size: 18px;
  line-height: 1.55;
}
.step-item-box .step-footer .dx-skills .skill-item .content p:not(:last-child) {
  margin-bottom: 16px;
}
.step-item-box .step-footer .dx-skills .skill-item .content .tt {
  margin-bottom: 0;
  color: #5b7eff;
  font-weight: bold;
}

.list-chapters {
  max-width: 725px;
  margin: 24px auto 0;
}

.chapter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(159, 191, 255, 0.2);
}
.chapter-item:first-child {
  border-top: 2px solid rgba(159, 191, 255, 0.2);
}
.chapter-item .chapter-left {
  width: 42%;
  background-color: rgb(245, 245, 245);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.chapter-item .chapter-left .chapter-num {
  padding: 16px;
}
.chapter-item .chapter-left .chapter-title {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.chapter-item .chapter-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 16px;
  font-weight: 400;
}
.chapter-item.no-num .chapter-left {
  width: 32.14%;
}

.arrow-blue-bottom {
  padding-top: 32px;
  margin-bottom: 48px;
}

.arrow-blue-bottom svg {
  margin: 0 auto;
}

.flow {
  padding: 98px 0;
  background-color: #f5f8ff;
}

.list-flows {
  margin-top: 48px;
  padding: 48px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 96px;
}
.list-flows .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  position: relative;
}
.list-flows .flow-item:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-flows .flow-item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 68px;
  left: 34px;
  top: calc(100% + 16px);
  background-color: #bfbfbf;
}
.list-flows .flow-item .flow-num {
  font-family: 'Clash Display', 'Helvetica', sans-serif;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 69px;
  text-align: center;
}
.list-flows .flow-item .flow-num .label {
  font-size: 19px;
  letter-spacing: 0.95px;
}
.list-flows .flow-item .flow-num .num {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 2.4px;
}
.list-flows .flow-item .flow-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-flows .flow-item .flow-desc .title {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
}
.list-flows .flow-item .flow-desc .desc {
  font-weight: 400;
  background: linear-gradient(269.85deg, #5b7eff -94.55%, #0e1324 99.88%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.faq {
  background-color: #fafafa;
  padding: 98px 0 120px;
}

.list-faqs {
  margin-top: 48px;
}
.list-faqs .faq-item:not(:last-child) {
  margin-bottom: 24px;
}
.list-faqs .faq-item .question {
  background-color: #e0e9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 48px 16px 16px;
  position: relative;
  cursor: pointer;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-faqs .faq-item .question::before,
.list-faqs .faq-item .question::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #343330;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-faqs .faq-item .question::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.list-faqs .faq-item .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 16px;
  color: #000;
  border-right: 1px solid #181818;
  min-width: 28px;
}
.list-faqs .faq-item .answer {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.list-faqs .faq-item .answer .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-faqs .faq-item.active .question::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.main-footer {
  padding: 50px 0;
  background-image: url('../images/blue-bg.png');
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
}
.main-footer .container {
  position: relative;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap .logo {
  width: 49.5%;
}
.footer-wrap .logo img {
  max-height: 81px;
  width: auto;
}
.footer-wrap .menu-right {
  width: 50.5%;
}

.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 24px;
}
.footer-menu li a {
  color: #fff;
  position: relative;
  display: block;
  padding-left: 20px;
}
.footer-menu li a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-menu li a .text-en {
  display: block;
}

.btn-footer-contact {
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  min-width: 306px;
  position: relative;
  text-align: center;
}
.btn-footer-contact .arrow-right {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-footer-contact:hover {
  background-color: #f5f5f5;
}
.btn-footer-contact:hover .arrow-right {
  right: 16px;
}

.btn-back-to-top {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btn-back-to-top .icon {
  height: 18px;
  width: auto;
  margin-bottom: 3px;
}
.btn-back-to-top span {
  font-size: 12px;
  line-height: 1.33;
}

@media (min-width: 767px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-title {
    font-size: 48px;
  }
  .hero-banner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-banner.banner-v2 .caption .title {
    font-size: 46px;
  }
  .hero-banner .caption .title {
    font-size: 80px;
  }
  .hero-banner .caption .sub-title {
    font-size: 24px;
  }
  .solution-note {
    font-size: 24px;
  }
  .importance .title {
    font-size: 36px;
  }
  .importance .list-items .item .item-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .importance .list-items .item .caption .item-desc {
    font-size: 14px;
  }
  .gradient-title {
    font-size: 48px;
  }
  .list-courses .course-item .caption .num {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .list-courses .course-item .caption .desc {
    font-size: 24px;
    min-height: 60px;
  }
  .list-courses .course-item .caption .line {
    margin-bottom: 16px;
  }
  .step-item-box {
    padding-left: 32px;
    padding-right: 32px;
  }
  .step-item-box .step-footer .statistics .statistics-center .count .number {
    font-size: 48px;
  }
  .step-item-box .step-footer .statistics .statistics-center .count,
  .step-item-box .step-footer .statistics .statistics-center .count .init {
    font-size: 28px;
  }
  .step-item-box .step-footer .point .content-left .title {
    font-size: 18px;
  }
  .step-item-box .step-footer .results .result-title {
    font-size: 24px;
  }
  .step-item-box .step-footer .results .list-items .item .desc {
    font-size: 16px;
  }
  .step-item-box .step-footer .results .list-items {
    gap: 24px;
  }
  .btn-back-to-top {
    right: 29px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.32px;
  }
  .sp-none {
    display: none;
  }
  .main-header {
    padding: 24px;
  }
  .main-header .header-right {
    visibility: hidden;
  }
  .hero-banner {
    padding: 87px 24px 54px;
  }
  .footer-wrap .logo {
    width: 100%;
  }
  .footer-wrap .menu-right {
    width: 100%;
  }
  .banner-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-banner .caption .sub-title {
    font-size: 16px;
    padding: 16px 0;
    margin-bottom: 16px;
  }
  .hero-banner .caption .title {
    font-size: 48px;
    letter-spacing: -0.48px;
  }
  .banner-tags .tag-item {
    padding: 8px 24px;
    min-width: 122px;
    text-align: center;
  }
  .generative-ai-skills {
    background-image: url(../images/blue-bg-sp.png);
  }
  .generative-ai-skills .main-title {
    margin-bottom: 48px;
  }
  .generative-ai-skills .list-items .item .title span {
    font-size: 24px;
    padding: 16px;
  }
  .generative-ai-skills .list-items .item .title {
    margin-bottom: 24px;
  }
  .generative-ai-skills .list-items .item:nth-of-type(2) .title {
    margin-bottom: 48px;
  }
  .generative-ai-skills .list-items .item .desc {
    font-size: 12px;
  }
  .generative-ai-skills .list-items .item {
    margin-bottom: 24px;
  }
  .challenges-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .challenges-wrap .list-items .item {
    margin-bottom: 16px;
  }
  .challenges-wrap .list-items .item span {
    padding: 16px 24px;
  }
  .challenges-wrap .man {
    width: 66px;
  }
  .solution-note {
    font-size: 16px;
  }
  .importance .title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .importance .list-items .item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 300px;
  }
  .importance .list-items .item:not(:first-child) {
    margin-top: -33px;
  }
  .importance .list-items .item .item-title {
    margin-bottom: 16px;
  }
  .importance .list-items .item .caption .item-desc {
    font-size: 16px;
  }
  .gradient-title span {
    font-size: 32px;
    padding: 8px 24px;
  }
  .list-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 120px;
  }
  .list-courses .course-item {
    width: 100%;
    max-width: 319px;
    margin-top: -24px;
  }
  .list-courses .course-item::before {
    background-image: none;
    border: 1px solid rgb(14, 19, 36);
  }
  .list-courses .course-item::after {
    display: none;
  }
  .list-courses .course-item .caption .num {
    margin-bottom: 16px;
  }
  .list-courses .course-item .caption .line {
    margin-bottom: 24px;
  }
  .gradient-title {
    gap: 8px;
  }
  .expert-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 48px;
  }
  .expert-box .avatar {
    padding-right: 0;
  }
  .expert-box .avatar img {
    border-radius: 0;
  }
  .curriculum {
    padding: 48px 0;
    background-image: url(../images/blue-bg-sp.png);
  }
  .main-sub-title {
    font-size: 12px;
  }
  .step-item-box {
    padding: 98px 24px;
  }
  .step-item-box .step-header .main-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .chapter-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #bfbfbf;
  }
  .chapter-item:first-child {
    border-top: 1px solid #bfbfbf;
  }
  .chapter-item .chapter-left {
    width: 100%;
    padding: 16px;
    display: block;
    border-bottom: 1px solid #bfbfbf;
  }
  .chapter-item .chapter-desc {
    width: 100%;
  }
  .chapter-item .chapter-left .chapter-num,
  .chapter-item .chapter-left .chapter-title {
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 400;
  }
  .chapter-item .chapter-desc {
    padding: 16px;
    font-weight: 400;
  }
  .step-item-box .step-footer .statistics {
    gap: 0;
    width: calc(100% + 28px);
    left: -14px;
    position: relative;
  }
  .step-item-box .step-footer .statistics .statistics-center .name {
    font-size: 12px;
  }
  .step-item-box .step-footer .statistics .statistics-center .count {
    display: block;
    font-size: 12px;
    letter-spacing: -0.12px;
  }
  .step-item-box .step-footer .statistics .statistics-center .count .number {
    font-size: 32px;
    margin-top: 5px;
    display: block;
  }
  .step-item-box .step-footer .statistics .statistics-center .count .init {
    font-size: 12px;
  }
  .step-item-box .step-footer .statistics .statistics-icon-left img,
  .step-item-box .step-footer .statistics .statistics-icon-right img {
    width: 70px;
  }
  .step-item-box .step-footer .point .content-left {
    width: 100%;
  }
  .step-item-box .step-footer .point .content-left .point-title {
    font-weight: bold;
  }
  .step-item-box .step-footer .point .content-left .title {
    font-size: 16px;
  }
  .step-item-box .step-footer .point .content-left .desc {
    font-size: 12px;
    margin-top: 16px;
  }
  .step-item-box .step-body .course-name {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .step-item-box .step-footer .results .result-title {
    font-size: 18px;
  }
  .step-item-box .step-footer .results .list-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .step-item-box {
    border-radius: 8px;
  }
  .list-flows {
    padding: 48px 0;
  }
  .list-flows .flow-item .flow-desc .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .flow {
    padding-bottom: 112px;
  }
  .main-footer {
    padding: 47px 0 46px;
    background-image: url(../images/blue-bg-sp.png);
  }
  .footer-wrap .logo {
    padding: 30px 13px;
  }
  .footer-wrap .logo img {
    max-height: 36px;
  }
  .footer-menu li a {
    font-size: 24px;
  }
  .footer-menu li a .text-en {
    font-size: 12px;
    color: #bfbfbf;
  }
  .btn-back-to-top {
    top: 41px;
    right: 29px;
  }
  .humberger-menu {
    background-color: transparent;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .humberger-menu svg {
    width: 28px;
    height: 28px;
  }
  .main-header .header-right {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    background-color: #0e1324;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 48px 24px 24px;
    overflow-y: auto;
  }
  .main-header.active .header-right {
    right: 0;
  }
  .main-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
  }
  .main-menu li {
    width: 100%;
  }
  .btn-header-contact {
    min-width: 250px;
    text-align: center;
  }
  .humberger-close {
    position: absolute;
    right: 8px;
    top: 8px;
    line-height: 1;
    padding: 16px;
    background-color: transparent;
  }
  .humberger-close svg {
    width: 28px;
    height: 28px;
  }
  .chapter-item.no-num .chapter-left {
    width: 100%;
  }
  .arrow-blue-bottom svg {
    max-height: 50px;
    width: auto;
  }
  .arrow-blue-bottom {
    padding-top: 16px;
  }
  .step-item-box .step-footer .dx-skills-enhancement {
    font-size: 24px;
  }
  .btn-footer-contact {
    width: 100%;
  }
} /*# sourceMappingURL=main.css.map */
