@keyframes slidein-bound-right {
  0% {
    transform: translateX(500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-right-sp {
  0% {
    transform: translateX(300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left {
  0% {
    transform: translateX(-500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left-sp {
  0% {
    transform: translateX(-300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-bottom {
  0% {
    transform: translateY(250px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidein-bound-bottom-sp {
  0% {
    transform: translateY(150px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-row {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-row-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.subpage_fv_people {
  top: 50px;
  max-width: 450px;
  min-width: 300px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .subpage_fv_people {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .subpage_fv_people {
    width: 70%;
    max-width: 300px;
    min-width: auto;
  }
}

.section_title-mainMargin {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section_title-mainMargin {
    margin-bottom: 30px;
  }
}

.systemPage_holiday_section-main {
  text-align: center;
  font-size: clamp(26px, 0.958rem + 2.85vw, 70px);
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_section-main {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_section-main {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_section-main span {
    display: inline-block;
  }
}
.systemPage_holiday_section-main-info {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_section-main-info {
    text-align: left;
  }
}

.systemPage_welcome {
  padding: 80px 0;
  background-color: #44BEC7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome {
    padding: 50px 0;
  }
}
.systemPage_welcome_top {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_top {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top {
    flex-direction: column;
    gap: 0;
  }
}
.systemPage_welcome_top_img {
  width: 37%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top_img {
    order: 2;
    width: 100%;
    border-radius: 5px;
  }
}
.systemPage_welcome_top_contents {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top_contents {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_top .section_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top .section_title {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.systemPage_welcome_top_main {
  font-size: clamp(38px, 1.8rem + 2.3vw, 75px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_top_main br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top_main {
    order: 3;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_top_info {
    order: 4;
  }
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_top_info br {
    display: none;
  }
}
.systemPage_welcome_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_list {
    flex-direction: column;
    margin-top: 30px;
    gap: 25px;
  }
}
.systemPage_welcome_list_item {
  width: calc((100% - 60px) / 3);
  color: #262626;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_list_item {
    width: calc((100% - 40px) / 3);
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_list_item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    padding-bottom: 15px;
  }
}
.systemPage_welcome_list_item-num {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #E63C66;
  color: #fff;
  padding: 10px;
  padding-bottom: 13px;
  font-size: clamp(14px, 0.723rem + 0.65vw, 24px);
  font-weight: 600;
  line-height: 1;
  border-radius: 0 0 20px 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_list_item-num {
    padding: 8px;
    padding-bottom: 10px;
    border-radius: 0 0 15px 0;
  }
}
.systemPage_welcome_list_item-name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  flex-wrap: wrap;
  text-align: center;
  font-size: clamp(18px, 1.064rem + 0.26vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px;
}
.systemPage_welcome_list_item-name strong {
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  color: #E63C66;
  font-weight: 600;
}
.systemPage_welcome_list_item-info {
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  line-height: 1.3;
  border-top: 1px solid #DDDDDD;
  padding-top: 8px;
  margin-top: 8px;
}
.systemPage_welcome_list_item-info small {
  display: block;
  font-size: clamp(12px, 0.72rem + 0.13vw, 14px);
  line-height: 1.3;
  margin-top: 10px;
}
.systemPage_welcome_list_item:nth-child(2) .systemPage_welcome_list_item-num {
  background-color: #5163C9;
}
.systemPage_welcome_list_item:nth-child(2) .systemPage_welcome_list_item-name strong {
  color: #5163C9;
}
.systemPage_welcome_list_item:nth-child(3) .systemPage_welcome_list_item-num {
  background-color: #93B82E;
}
.systemPage_welcome_list_item:nth-child(3) .systemPage_welcome_list_item-name strong {
  color: #78991F;
}
.systemPage_welcome_flow {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  color: #222D73;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_flow {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_flow {
    padding: 20px 8px;
    border-radius: 5px;
    margin-top: 30px;
  }
}
.systemPage_welcome_flow-title {
  position: relative;
  color: #E63C66;
  padding: 2px 10px;
}
.systemPage_welcome_flow-title::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #E63C66;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.systemPage_welcome_flow-table {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_flow-table {
    margin-top: 5px;
  }
}
.systemPage_welcome_flow-table table {
  width: 100%;
  table-layout: fixed;
}
.systemPage_welcome_flow-table table th {
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .systemPage_welcome_flow-table table th {
    padding-bottom: 20px;
  }
}
.systemPage_welcome_flow-table table td {
  padding: 25px 5px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_flow-table table td {
    padding: 20px 3px;
  }
}
.systemPage_welcome_flow-table table thead tr th {
  padding-left: 0;
  padding-right: 0;
}
.systemPage_welcome_flow-table table thead tr th:first-child {
  width: 20%;
  min-width: 150px;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(2) {
  width: auto;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(2) .systemPage_welcome_flow-table-name {
  background-color: #E63C66;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(2) .systemPage_welcome_flow-table-name::after {
  border-top: 20px solid #E63C66;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(3) {
  width: auto;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(3) .systemPage_welcome_flow-table-name {
  background-color: #5163C9;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(3) .systemPage_welcome_flow-table-name::after {
  border-top: 20px solid #5163C9;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(4) {
  width: auto;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(4) .systemPage_welcome_flow-table-name {
  background-color: #93B82E;
}
.systemPage_welcome_flow-table table thead tr th:nth-child(4) .systemPage_welcome_flow-table-name::after {
  border-top: 20px solid #93B82E;
}
.systemPage_welcome_flow-table table tbody tr td {
  border-bottom: 1px solid #707070;
}
.systemPage_welcome_flow-table table tbody tr td:nth-child(2) {
  color: #E63C66;
}
.systemPage_welcome_flow-table table tbody tr td:nth-child(3) {
  color: #5163C9;
}
.systemPage_welcome_flow-table table tbody tr td:nth-child(4) {
  color: #78991F;
}
.systemPage_welcome_flow-table-name {
  display: block;
  width: 90%;
  margin: 0 auto;
  background-color: #222D73;
  color: #fff;
  padding: 15px 5px;
  font-size: clamp(11px, 0.49rem + 0.84vw, 24px);
  line-height: 1.3;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .systemPage_welcome_flow-table-name {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 2px;
    vertical-align: middle;
  }
}
.systemPage_welcome_flow-table-name::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 20px solid #222D73;
  border-bottom: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.systemPage_holiday {
  padding: 80px 0;
  background-color: #5163C9;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday {
    padding: 50px 0;
  }
}
.systemPage_holiday_main-info {
  width: 58%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_main-info {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_main-info {
    width: 100%;
  }
}
.systemPage_holiday_contents {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_contents {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_contents {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: clamp(80px, 3.211rem + 7.63vw, 110px);
  }
}
.systemPage_holiday_item {
  position: relative;
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_item {
    width: calc((100% - 30px) / 3);
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_item {
    width: 100%;
    border-radius: 5px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_item + .systemPage_holiday_item {
    margin-top: 30px;
  }
}
.systemPage_holiday_item-point {
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
  font-weight: 600;
  color: #E63C66;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 3px;
}
.systemPage_holiday_item-main {
  font-size: clamp(15px, 0.862rem + 0.32vw, 20px);
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}
.systemPage_holiday_item-info {
  text-align: left;
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  line-height: 1.5;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_item-info {
    line-height: 1.6;
  }
}
.systemPage_holiday_bg {
  position: absolute;
  width: 14%;
  max-width: 180px;
  top: -45%;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_bg {
    width: 13%;
    top: -38%;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_bg {
    width: 24%;
    top: -85px;
  }
}
.systemPage_holiday_bg-left {
  left: 1%;
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_bg-left {
    left: auto;
    right: 0;
    max-width: 100px;
  }
}
.systemPage_holiday_bg-right {
  right: -2%;
  width: 20%;
  top: -42%;
  max-width: 270px;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_bg-right {
    width: 18%;
    top: -35%;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_bg-right {
    max-width: 130px;
    top: -80px;
    width: 32%;
    right: 25%;
  }
}
.systemPage_holiday_bg-car {
  position: absolute;
  top: -5%;
  right: -7%;
  max-width: 600px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .systemPage_holiday_bg-car {
    top: -3%;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_holiday_bg-car {
    width: 40%;
    min-width: 200px;
    right: -13%;
    top: -2.5%;
  }
}
.systemPage_education {
  padding: 80px 0;
  background-color: #93B82E;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_education {
    padding: 50px 0;
  }
}
.systemPage_education_inner {
  position: relative;
}
.systemPage_education_contents {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_education_contents {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_contents {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: clamp(80px, 3.211rem + 7.63vw, 110px);
  }
}
.systemPage_education_item {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_education_item {
    width: calc((100% - 30px) / 3);
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_item {
    width: 100%;
    border-radius: 5px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_item + .systemPage_education_item {
    margin-top: 30px;
  }
}
.systemPage_education_item-big {
  width: 100% !important;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .systemPage_education_item-big {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-big {
    display: block;
  }
}
.systemPage_education_item-big .systemPage_education_item-main {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-big .systemPage_education_item-main {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
.systemPage_education_item-big .systemPage_education_item-icon {
  max-width: 170px;
}
@media screen and (max-width: 1024px) {
  .systemPage_education_item-big .systemPage_education_item-icon {
    max-width: 150px;
  }
}
.systemPage_education_item-icon {
  display: block;
  max-width: 196px;
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-icon {
    width: 35%;
  }
}
.systemPage_education_item-main {
  font-size: clamp(18px, 1.034rem + 0.39vw, 24px);
  text-align: center;
  font-weight: 600;
  color: #E63C66;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-main {
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
.systemPage_education_item-info {
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-info {
    line-height: 1.6;
  }
}
.systemPage_education_item-example {
  background-color: #FAF2F4;
  padding: 10px 14px;
  border-radius: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-example {
    border-radius: 5px;
    padding: 5px;
  }
}
.systemPage_education_item-example-main {
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .systemPage_education_item-example-main {
    margin-bottom: 3px;
  }
}
.systemPage_education_item-example-main::before {
  content: "";
  width: 4px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E63C66;
}
.systemPage_education_item-example-info {
  font-size: clamp(12px, 0.689rem + 0.26vw, 16px);
  line-height: 1.5;
}
.systemPage_education_bg {
  position: absolute;
  width: 11%;
  max-width: 140px;
  top: calc(-1 * (190px - 2.7%));
}
@media screen and (max-width: 1024px) {
  .systemPage_education_bg {
    top: calc(-1 * (150px - 2.7%));
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_bg {
    width: 18%;
    max-width: 80px;
    top: calc(-1 * (120px - 2.7%));
  }
}
@media screen and (max-width: 768px) {
  .systemPage_education_bg-left {
    left: auto;
    right: 24%;
  }
}
.systemPage_education_bg-right {
  width: 14%;
  max-width: 190px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .systemPage_education_bg-right {
    width: 24%;
    max-width: 100px;
  }
}
.systemPage_careerstep {
  padding: 80px 0;
  background-color: #FFC547;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep {
    padding: 50px 0;
  }
}
.systemPage_careerstep .section_title {
  margin-top: -140px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep .section_title {
    margin-top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep .section_title {
    font-size: clamp(45px, 2.09rem + 3.08vw, 65px);
    margin-top: -75px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep .section_title-ja {
    font-size: clamp(18px, 0.836rem + 1.23vw, 26px);
  }
}
.systemPage_careerstep_step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-end;
  gap: 5px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step {
    margin-bottom: 30px;
    gap: 3px;
  }
}
.systemPage_careerstep_step_item:first-child .systemPage_careerstep_step_name {
  height: 96.6666666667px;
  background-color: #44BEC7;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_step_item:first-child .systemPage_careerstep_step_name {
    height: 66.6666666667px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step_item:first-child .systemPage_careerstep_step_name {
    height: 50px;
  }
}
.systemPage_careerstep_step_item:first-child .systemPage_careerstep_step_num {
  color: #44BEC7;
}
.systemPage_careerstep_step_item:nth-child(2) .systemPage_careerstep_step_name {
  height: 193.3333333333px;
  background-color: #5163C9;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_step_item:nth-child(2) .systemPage_careerstep_step_name {
    height: 133.3333333333px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step_item:nth-child(2) .systemPage_careerstep_step_name {
    height: 100px;
  }
}
.systemPage_careerstep_step_item:nth-child(2) .systemPage_careerstep_step_num {
  color: #5163C9;
}
.systemPage_careerstep_step_num {
  font-size: clamp(22px, 1.314rem + 0.26vw, 26px);
  font-weight: 600;
  color: #F2446F;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step_num {
    font-size: 16px;
  }
}
.systemPage_careerstep_step_num strong {
  font-size: clamp(24px, 1.288rem + 0.91vw, 38px);
  font-weight: 600 !important;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step_num strong {
    font-size: 22px;
    margin-left: 2px;
  }
}
.systemPage_careerstep_step_name {
  background-color: #F2446F;
  color: #fff;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 1.4rem + 0.3vw, 30px);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_step_name {
    font-size: clamp(16px, 0.848rem + 0.65vw, 26px);
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_step_name {
    font-size: clamp(14px, 0.803rem + 0.31vw, 16px);
    height: 150px;
  }
}
.systemPage_careerstep_table {
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table table,
  .systemPage_careerstep_table tbody {
    display: flex !important;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item {
    display: flex;
    flex-direction: column;
  }
}
.systemPage_careerstep_table_item + .systemPage_careerstep_table_item td {
  border-top: 1.5px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item + .systemPage_careerstep_table_item td {
    border-top: none;
  }
}
.systemPage_careerstep_table_item:nth-child(2) .systemPage_careerstep_table_item-name {
  background-color: #5163C9;
}
.systemPage_careerstep_table_item:nth-child(3) .systemPage_careerstep_table_item-name {
  background-color: #F2446F;
}
.systemPage_careerstep_table_item td {
  padding: 20px 25px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_table_item td {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item td {
    padding: 10px 10px;
  }
}
.systemPage_careerstep_table_item td:nth-child(2) {
  border-right: 1.5px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item td:nth-child(2) {
    border-right: none;
  }
}
.systemPage_careerstep_table_item-name {
  width: 20%;
  max-width: 350px;
  background-color: #44BEC7;
  color: #fff;
  text-align: center;
  border-color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px) !important;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item-name {
    width: 100%;
    max-width: none;
  }
}
.systemPage_careerstep_table_item-model {
  width: 30%;
  max-width: 435px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item-model {
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
.systemPage_careerstep_table_item-model li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_table_item-model li {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item-model li {
    padding: 15px 10px;
  }
}
.systemPage_careerstep_table_item-model li span {
  min-width: 4rem;
}
.systemPage_careerstep_table_item-model li + li {
  border-top: 1.5px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item-model li + li {
    border-width: 1px;
  }
}
.systemPage_careerstep_table_item-info {
  width: auto;
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_table_item-info {
    width: 100%;
  }
}
.systemPage_careerstep_table_item-info strong {
  display: inline-block;
  font-weight: 600 !important;
  margin-bottom: 5px;
  margin-left: -0.5rem;
}
.systemPage_careerstep_bg {
  position: absolute;
  max-width: 530px;
  width: 28%;
  left: -6%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .systemPage_careerstep_bg {
    top: 3%;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_careerstep_bg {
    top: 4.5%;
    left: -7%;
    width: 40%;
    max-width: 240px;
  }
}
.systemPage_evaluation {
  padding: 80px 0;
  background-color: #FF8B4D;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_evaluation {
    padding: 50px 0;
  }
}
.systemPage_evaluation_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation .section_title {
    text-align: left;
  }
}
.systemPage_evaluation_bg {
  position: absolute;
  width: 23%;
  min-width: 230px;
  max-width: 357px;
  right: 0;
  top: 1%;
}
@media screen and (max-width: 1024px) {
  .systemPage_evaluation_bg {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_bg {
    width: 26%;
    min-width: 160px;
    top: 1%;
  }
}
.systemPage_evaluation_table {
  position: relative;
  padding-bottom: 50px;
  background-color: #FF8B4D;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .systemPage_evaluation_table {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_table {
    margin-top: 40px;
  }
}
.systemPage_evaluation_table img {
  display: block;
  position: relative;
}
.systemPage_evaluation_info {
  background-color: #fff;
  color: #262626;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .systemPage_evaluation_info {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_info {
    border-radius: 5px;
    padding: 15px 10px;
  }
}
.systemPage_evaluation_info-title {
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
  font-weight: 600;
  color: #E63C66;
  position: relative;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_info-title {
    padding-left: 8px;
  }
}
.systemPage_evaluation_info-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #E63C66;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_info-title::after {
    width: 4px;
  }
}
.systemPage_evaluation_info_definition {
  background-color: #FAF2F4;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -3em;
  padding-left: calc(15px + 3em);
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_info_definition {
    padding: 5px;
    padding-left: calc(5px + 3em);
  }
}
.systemPage_evaluation_info_list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .systemPage_evaluation_info_list {
    margin-top: 15px;
    margin-left: -5px;
  }
}
.systemPage_evaluation_info_list_item {
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.3;
}
.systemPage_evaluation_info_list_item + .systemPage_evaluation_info_list_item {
  margin-top: 15px;
}
.systemPage_evaluation_info_list_item strong {
  color: #E63C66;
  font-weight: 600;
}