.section-2-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;

  /* style */
  background-color: #eaf5ff;

  /* typography */
  text-align: center;
}

.section-2-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 68px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

.section-2-title {
  /* layout */
  margin-bottom: 14px;

  /* typography */
  color: var(--Black-Text, #343434);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-2-text-highlight {
  /* typography */
  color: #1c8ff8;
}

.section-2-inner-content-wrapper-1 {
  /* layout */
  display: flex;
  flex-direction: row;
  margin-bottom: 270px;
  width: 100%;
  justify-content: center;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.section-2-inner-content-wrapper-2 {
  /* layout */
  display: flex;
  flex-direction: row;
  margin-bottom: 270px;
  width: 100%;
  justify-content: center;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.section-2-inner-content-wrapper-3 {
  /* layout */
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.section-2-img-1 {
  /* layout */
  width: 674px;
  height: 812px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.section-2-img-2 {
  /* layout */
  width: 712px;
  height: 762px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.section-2-img-3 {
  /* layout */
  width: 670px;
  height: 584px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.section-2-img-1-mobile {
  /* layout */
  width: 350px;
  height: 420px;
  display: none;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: block;
  }
}

.section-2-img-2-mobile {
  /* layout */
  width: 350px;
  height: 370px;
  display: none;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: block;
  }
}

.section-2-img-3-mobile {
  /* layout */
  width: 345px;
  height: 298px;
  display: none;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: block;
  }
}

.section-2-img-1-wrapper {
  /* layout */
  width: 100%;
  max-width: 720px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.section-2-img-2-wrapper {
  /* layout */
  width: 100%;
  max-width: 720px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.section-2-img-2-wrapper-mobile {
  /* layout */
  display: none;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-2-img-3-wrapper {
  /* layout */
  width: 100%;
  max-width: 720px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-2-text-wrapper-1 {
  /* layout */
  margin-top: 423px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  padding-right: 20px;
  width: 100%;

  /* typography */
  word-break: break-all;
  text-align: start;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-left: 20px;
  }
}

.section-2-text-wrapper-2 {
  /* layout */
  margin-top: 374px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  padding-left: 20px;
  width: 100%;

  /* typography */
  word-break: break-all;
  text-align: end;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-right: 20px;
  }
}

.section-2-text-wrapper-3 {
  /* layout */
  margin-top: 230px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  padding-right: 20px;
  width: 100%;

  /* typography */
  word-break: break-all;
  text-align: start;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-left: 20px;
  }
}

.section-2-text-1 {
  /* typography */
  color: #758797;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 12px;
    line-height: 18px;
  }
}

.section-2-text-2 {
  /* layout */
  margin-top: 8px;

  /* typography */
  color: #758797;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-2-text-3 {
  /* typography */
  color: #343434;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.section-2-text-3-highlight {
  /* typography */
  color: #1c8ff8;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.section-2-text-4 {
  /* layout */
  margin-top: 30px;

  /* typography */
  color: #758797;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
}

.pc-break-line {
  /* layout */
  display: block;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}
