.bl_education_subTtl {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 16px;
}

.bl_education_subTtl h3 {
  font-size: clamp(1.5rem, 1.0714rem + 2.1429vw, 3rem);
}

.bl_education_subTtl h3 span {
  font-size: clamp(2rem, 1.4286rem + 2.8571vw, 4rem);
}

.ly_educationSystem {
  padding: 160px 20px;
}

.bl_educationSystem {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.bl_educationSystem_content {
  padding: 32px 20px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 8px;
  font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.125rem);
}

.bl_educationSystem_contentTop {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
}

.bl_educationSystem_contentTop h3 {
  font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
}

.bl_educationSystem_contentBottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_educationSystem_contentBottom_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.bl_educationSystem_contentBottom_itemImg {
  aspect-ratio: 295 / 196;
}

.ly_education {
  background: #f5f5f5;
  padding: 128px 20px 64px;
}

.bl_educationItem:not(:first-child) {
  margin-top: 160px;
}

/* Education-specific: large background number */
.bl_educationItem_ttl span {
  font-size: clamp(10rem, 7.1429rem + 14.2857vw, 20rem);
  color: #251b131f;
  font-weight: 900;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-80%);
  left: -20px;
  pointer-events: none;
}

/* Education-specific: note styling */
.bl_educationItem_txt .el_edu_note {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 4px;
}

.bl_educationItem_txt .el_edu_note strong {
  display: flex;
  font-size: 18px;
  align-items: center;
  gap: 8px;
}

.bl_educationItem_steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_educationItem_steps_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px #d9d9d9 solid;
  position: relative;
}

.bl_educationItem_steps_item:not(:last-child)::after {
  background: url(../../img/education/step-after.svg) no-repeat center bottom;
  background-size: contain;
  height: 24px;
  width: 58px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.bl_educationItem_steps_itemNum {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-accent);
}

.bl_educationItem_steps_itemImg {
  aspect-ratio: 280 / 190;
}

.bl_educationItem_steps_itemTxt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_educationItem_steps_itemTxt span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--color-accent);
  padding: 4px 12px;
  width: fit-content;
}

.bl_educationItem_steps_itemTxt p {
  font-size: 16px;
  font-weight: 500;
}

.bl_educationItem_steps_itemTxt strong {
  font-size: clamp(1rem, 0.8214rem + 0.8929vw, 1.25rem);
}

.bl_educationItem_steps_itemContent {
  display: contents;
}

.ly_educationCareer {
  padding: 160px 20px;
  position: relative;
}

.bl_educationCareer {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

#career .bl_educationItem_steps_itemNum {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#career .bl_educationItem_steps_itemNum .bl_educationItem_steps_itemTxt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#career .bl_educationItem_steps_itemNum .bl_educationItem_steps_itemTxt p {
  font-weight: 900;
  font-size: 24px;
}

#career .bl_educationItem_steps_itemTxt strong {
  font-size: 20px;
}

#career .el_edu_note {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

#career .el_edu_note strong {
  font-size: 16px;
}

#career .bl_educationItem_txt {
  gap: 16px;
}

#career .el_edu_note b {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .ly_educationSystem {
    padding-inline: 20px;
  }

  .bl_educationSystem {
    max-width: 1040px;
    margin: 0 auto;
  }

  .bl_educationSystem_content {
    gap: 40px;
    padding: min(40px, 2.7vw) min(4.4vw, 64px);
  }

  .bl_educationSystem_contentTop {
    flex-direction: row;
    gap: min(5.5vw, 80px);
  }

  .bl_educationSystem_contentTop h3 {
    flex-shrink: 0;
  }

  .bl_educationSystem_contentBottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  /* Education-specific: large background number positioning */
  .bl_educationItem_ttl span {
    top: 0;
    transform: translate(-10%, -25%);
    line-height: 1;
  }

  .bl_educationItem_steps {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_educationItem_steps_item {
    flex-direction: row;
    padding: min(32px, 2vw);
    gap: min(40px, 3vw);
  }

  .bl_educationItem_steps_itemImg {
    flex-shrink: 0;
    height: auto;
    max-width: 240px;
    max-height: 160px;
    align-self: center;
  }

  .bl_educationItem_steps_itemNum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid var(--color-accent);
    padding-right: min(40px, 3vw);
    font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3rem);
    line-height: 1;
    text-align: center;
  }

  .bl_educationItem_steps_itemNum span:last-child {
    font-size: clamp(1.25rem, -0.1071rem + 6.7857vw, 6rem);
  }

  .bl_educationCareer {
    max-width: 1040px;
    margin: 0 auto;
  }

  #career .bl_educationItem_steps_itemNum {
    max-width: 185px;
    width: 100%;
    align-items: center;
  }

  #career .bl_educationItem_steps_itemNum .bl_educationItem_steps_itemTxt {
    display: contents;
  }

  #career .bl_educationItem_steps_itemNum span:last-child {
    font-size: 16px;
  }

  .bl_educationItem_steps_itemContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #career .bl_educationItem_steps .bl_educationItem_txt {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  #career.ly_education {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .bl_educationItem_ttl span {
    top: 0;
    transform: translate(-50%, -25%);
    line-height: 1;
  }
}
