body {
  background-color: #f1f3f7;
}

.page-header {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-bottom: 2.4rem;
  }
}

main section {
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 768px) {
  main section {
    padding-bottom: 5.6rem;
  }
}
main section .section-title-vertical {
  font-size: 2.6rem;
}
main section .section-title-vertical::after {
  letter-spacing: 0;
}
main section .lead {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  main section .lead {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.training {
    padding-bottom: 6.4rem;
  }
}
main section.training .training-content .steps {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  margin-top: 4rem;
  counter-reset: step-counter;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.training .training-content .steps {
    gap: 4.8rem;
    margin-top: 3.2rem;
  }
}
main section.training .training-content .steps::before {
  content: "";
  position: absolute;
  left: 20rem;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  background: rgba(200, 205, 223, 0.6980392157);
  z-index: 90;
}
@media screen and (max-width: 768px) {
  main section.training .training-content .steps::before {
    left: 1.4rem;
    width: 0.5rem;
    bottom: -3rem;
  }
}
main section.training .training-content .steps .step {
  display: flex;
  gap: 4.8rem;
  counter-increment: step-counter;
}
@media screen and (max-width: 768px) {
  main section.training .training-content .steps .step {
    flex-direction: column;
  }
}
main section.training .training-content .steps .step .image-wrapper {
  z-index: 99;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
main section.training .training-content .steps .step .image-wrapper img {
  width: 40rem;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
}
main section.training .training-content .steps .step .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.training .training-content .steps .step .text {
    padding-left: 4rem;
  }
}
main section.training .training-content .steps .step .text > h3 {
  position: relative;
  padding-top: 5.5rem;
  color: #1d1d1d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2.4rem;
  height: 9.4rem;
}
main section.training .training-content .steps .step .text > h3::before {
  content: "STEP 0" counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  background: linear-gradient(to right, #1488cc, #2b32b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main section.training .training-content .steps .step .text > h3 {
    margin-bottom: 1.6rem;
  }
}
main section.training .training-content .steps .step .text > p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08;
}
main section.roadmap {
  position: relative;
  background-color: #fff;
  padding-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap {
    padding-top: 4.8rem;
    padding-bottom: 8.4rem;
  }
}
main section.roadmap .section-title-vertical {
  position: relative;
  z-index: 99;
}
main section.roadmap .roadmap-content {
  position: relative;
  z-index: 99;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content {
    margin-top: 1.3rem;
  }
}
main section.roadmap .roadmap-content p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content p {
    font-weight: 500;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table {
    overflow-x: auto;
    align-items: stretch;
    width: 100%;
    margin-right: -2rem;
    gap: 0.8rem;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner {
  width: calc(100% + 5rem);
  position: relative;
  height: 4.5rem;
  left: 5rem;
  background: linear-gradient(90deg, #929ffa 0%, #567bcd 50%, #12bdc7 75%, #32efd9 90%, rgba(18, 189, 199, 0) 100%);
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28.5rem;
  color: #fff;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner {
    display: grid;
    grid-template-columns: 10.2rem 1fr 1fr 1fr;
    left: 0;
    gap: 0;
    width: 78rem;
    height: 4.5rem;
    background: linear-gradient(90deg, transparent 0%, transparent 10.2rem, #929ffa 10.2rem, #567bcd, #12bdc7, #32efd9 100%);
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner > div:first-child {
  display: none;
  width: 10.2rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner > div:first-child {
    display: block;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner .step-text {
  position: relative;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  left: -6rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-steps-banner .step-text {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table {
  width: calc(100% + 5rem);
  background: #fff;
  border-radius: 0.23rem;
  overflow: hidden;
  border-collapse: collapse;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table {
    min-width: 60rem;
    margin-left: 0;
    width: 78rem;
    table-layout: fixed;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  border-radius: 0.23rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table::after {
    display: none;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tr > *:first-child {
  display: none;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tr > *:first-child {
    display: table-cell;
    width: 10rem;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles {
  height: 5rem;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles > *:last-child {
    display: none;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th {
  border-left: 0.8rem solid #fff;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th:first-child {
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th:first-child {
    border-right: 0.4rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th {
    border-left: none;
    border-bottom: 0.4rem solid #fff;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title {
  padding: 1.4rem 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title {
    font-size: 1.6rem;
    padding: 1.7rem 0;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step1 {
  background: #929ffa;
  border-left: none;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step2 {
  background: #567bcd;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step3 {
  background: #12bdc7;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step4 {
  background: #32efd9;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr {
  border-bottom: 0.4rem solid #fff;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr:last-child {
  border-bottom: none;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr:nth-child(n+2) {
  display: none;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr:nth-child(n+2) {
    display: table-row;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr th {
  background: #f4f4f6;
  border-right: 0.4rem solid #fff;
  font-weight: 500;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr th.row-label {
  background: #f4f4f6;
  padding: 2.4rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #444454;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: 0.8rem solid #fff;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr th.row-label {
    border-right: none;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content {
  padding: 4.2rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  border-right: 0.8rem solid #fff;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content {
    font-size: 1.6rem;
    border-right: none;
    padding: 2.1rem 0;
    font-size: 1.6rem;
  }
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step1 {
  color: #2839bc;
  background: #f5f6ff;
  border-left: none;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step2 {
  color: #1141ad;
  background: #f0f5ff;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step3 {
  color: #007a81;
  background: #f0feff;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step4 {
  color: #007a81;
  background: #f0feff;
}
main section.roadmap .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content:last-child {
  border-right: none;
}
main section.skill-stage {
  padding-bottom: 12.8rem;
  margin-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  main section.skill-stage {
    padding-bottom: 5.4rem;
    margin-top: 4.8rem;
  }
}
main section.skill-stage .wrapper .lead {
  line-height: 1.7;
  font-weight: 500;
}
main section.skill-stage .skill-stage-image {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.skill-stage .skill-stage-image {
    margin-top: 3.2rem;
  }
}
main section.skill-stage .skill-stage-image img {
  width: 100%;
}
main section.career-path-chart {
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 768px) {
  main section.career-path-chart {
    padding-bottom: 5.6rem;
  }
}
main section.career-path-chart .wrapper .section-title-vertical {
  font-size: 2.4rem;
}
main section.career-path-chart .wrapper > h3 {
  font-size: 2.4rem;
  color: #243678;
  margin: 3.2rem 0 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main section.career-path-chart .wrapper > h3 {
    margin-top: 3rem;
  }
}
main section.career-path-chart .wrapper > p {
  line-height: 1.7;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  main section.career-path-chart .wrapper > p {
    font-weight: 500;
  }
}
main section.career-path-chart .career-path-chart-image {
  margin: 6.4rem 0 10.4rem;
}
@media screen and (max-width: 768px) {
  main section.career-path-chart .career-path-chart-image {
    margin: 3.2rem 0 4.8rem;
  }
}
main section.career-path-chart .career-path-chart-image:last-child {
  margin-bottom: 0;
}
main .career-path-diversity {
  padding-bottom: 12.8rem;
}
main .career-path-diversity .wrapper > p {
  line-height: 1.7;
  color: #1d1d1d;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity .wrapper > p {
    margin-top: 1.3rem;
  }
}
main .career-path-diversity ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 5.6rem;
  margin-top: 4.8rem;
  counter-reset: diversity-counter;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity ul {
    margin-top: 3.2rem;
    gap: 5rem;
  }
}
main .career-path-diversity ul > li {
  display: grid;
  grid-template-columns: 14.5rem 1fr;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity ul > li {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}
main .career-path-diversity ul > li::before {
  content: "";
  display: block;
  width: 14.5rem;
  height: 14.5rem;
  background: url("../img/career/diversity_1.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity ul > li::before {
    justify-self: center;
  }
}
main .career-path-diversity ul > li:nth-child(2)::before {
  background: url("../img/career/diversity_2.svg") no-repeat center center/contain;
}
main .career-path-diversity ul > li:nth-child(3)::before {
  background: url("../img/career/diversity_3.svg") no-repeat center center/contain;
}
main .career-path-diversity ul > li .text h3 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  counter-increment: diversity-counter;
  color: #243678;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity ul > li .text h3 {
    align-items: start;
    gap: 2.4rem;
    line-height: 1.7;
  }
}
main .career-path-diversity ul > li .text h3::before {
  content: "0" counter(diversity-counter);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 2.6rem;
  padding-top: 0.1rem;
  line-height: 1.7;
  letter-spacing: 0;
}
main .career-path-diversity ul > li .text p {
  margin-top: 1.6rem;
  line-height: 1.7;
  color: #1d1d1d;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .career-path-diversity ul > li .text p {
    font-weight: 500;
  }
}

/*# sourceMappingURL=career.css.map */
