.parent-frame-a-child {
  width: 1038px;
  height: 521px;
  position: relative;
  border-radius: var(--br-base);
  background-color: var(--color-white);
  display: none;
  max-width: 100%;
}
.div {
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.vector-pair-child {
  height: 31px;
  width: 61px;
  position: relative;
  border-radius: var(--br-base-5);
  background-color: var(--color-whitesmoke);
  display: none;
}
.vector-vector-icon {
  height: auto;
  width: 40px;
  position: relative;
}
.vector-a-icon {
  align-self: stretch;
  width: 7px;
  position: relative;
  max-height: 100%;
  min-height: 14px;
}
.vector-vector-icon1 {
  height: 12px;
  width: 8px;
  position: relative;
}
.vector-pair,
.vector-pair-wrapper {
  display: flex;
  justify-content: flex-start;
}
.vector-pair {
  border-radius: var(--br-base-5);
  background-color: var(--color-whitesmoke);
  flex-direction: row;
  align-items: center;
  padding: 9px 16px;
  gap: 2px;
}
.vector-pair-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-5xs) 0 0;
}
.frame-d,
.frame-d-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
.frame-d {
  flex: 1;
  justify-content: space-between;
  gap: 20px;
}
.frame-d-wrapper {
  align-self: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
}
.h1 {
  margin: 0;
  width: 495px;
  position: relative;
  font-size: 45px;
  font-weight: 900;
  font-family: inherit;
  color: var(--color-black);
  display: inline-block;
  max-width: 100%;
  margin-left: -1.8vw;
}
.sub-frame-b {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 5px;
  max-width: 100%;
}
.ellipse-pair {
  height: 21px;
  width: 21px;
  position: relative;
  border-radius: 50%;
  background-color: var(--color-royalblue);
}
.vector-icon {
  width: 20px;
  flex-shrink: 0;
}
.parent-frame-h,
.text-reflection {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.parent-frame-h {
  flex-direction: row;
  position: relative;
  gap: var(--gap-5xs);
  height: 21px;
  width: 21px;
  z-index: 1;
}
.text-reflection {
  flex-direction: column;
  padding: var(--padding-7xs) 0 0;
}
.div1 {
  flex: grow;
  font-weight: 600;
}
.text-reflection-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  max-width: 100%;
}
.frame-child {
  height: 21px;
  width: 21px;
  position: relative;
  border-radius: 50%;
  background-color: var(--color-royalblue);
}
.vector-icon1 {
  height: 44.76%;
  width: 57.14%;
  position: absolute;
  margin: 0 !important;
  top: 28.57%;
  right: 19.05%;
  bottom: 26.67%;
  left: 23.81%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}
.ellipse-parent,
.frame-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ellipse-parent {
  flex-direction: row;
  position: relative;
  gap: var(--gap-5xs);
  height: 21px;
  width: 21px;
  z-index: 1;
}
.frame-wrapper {
  flex-direction: column;
  padding: 4px 0 0;
}
.div2 {
  height: 58px;
  flex: 1;
  position: relative;
  font-weight: 600;
  display: inline-block;
  min-width: 578px;
  max-width: 100%;
  z-index: 1;
}
.ellipse-shape,
.frame-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.frame-parent {
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-5xs);
}
.ellipse-shape {
  flex-direction: column;
  gap: 7px;
}
.free-floating-ellipse {
  height: 21px;
  width: 21px;
  position: relative;
  border-radius: 50%;
  background-color: var(--color-royalblue);
}
.moving-vector-icon {
  height: 44.76%;
  width: 57.14%;
  position: absolute;
  margin: 0 !important;
  top: 28.57%;
  right: 19.05%;
  bottom: 26.67%;
  left: 23.81%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}
.frame-of-reflection,
.nested-frames {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.nested-frames {
  flex-direction: row;
  position: relative;
  gap: var(--gap-5xs);
  height: 21px;
  width: 21px;
  z-index: 1;
}
.frame-of-reflection {
  flex-direction: column;
  padding: var(--padding-7xs) 0 0;
}
.div3 {
  flex: 1;
  position: relative;
  font-weight: 600;
  display: inline-block;
  min-width: 583px;
  max-width: 100%;
  z-index: 1;
}
.frame-g,
.next-button {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.next-button {
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-5xs);
}
.frame-g {
  flex-direction: column;
  gap: 9px;
}
.next-step-label-child {
  height: 76px;
  width: 926px;
  position: relative;
  border-radius: var(--br-5xs);
  background-color: var(--color-royalblue);
  border: 3px solid var(--color-royalblue);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}
.b {
  height: 42px;
  position: relative;
  font-size: 29px;
  display: inline-block;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-white);
  text-align: left;
  z-index: 2;
  text-decoration: none;
}
.next-step-label {
  cursor: pointer;
  border: 3px solid var(--color-royalblue);
  padding: 15px 23px var(--padding-base) var(--padding-xl);
  background-color: var(--color-royalblue);
  align-self: stretch;
  border-radius: var(--br-5xs);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  z-index: 1;
}
.next-step-label:hover {
  background-color: var(--color-dodgerblue);
  border: 3px solid var(--color-dodgerblue);
  box-sizing: border-box;
}
.parent-frame-f,
.sub-frame-e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.parent-frame-f {
  flex: 1;
  flex-direction: column;
  gap: 19px;
}
.sub-frame-e {
  align-self: stretch;
  flex-direction: row;
  box-sizing: border-box;
  font-size: var(--font-size-xl);
  color: var(--color-black);
}
.div4 {
  width: 30px;
  height: 16px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.desktop-2,
.parent-frame-a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.parent-frame-a {
  width: 1038px;
  border-radius: var(--br-base);
  background-color: var(--color-white);
  flex-direction: column;
  justify-content: flex-start;
  padding: 70px 50px;
  gap: var(--gap-17xl);
  max-width: 100%;
  text-align: left;
  font-size: 21px;
  color: var(--color-royalblue);
  font-family: var(--font-noto-sans-jp);
}
.desktop-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;

  letter-spacing: normal;
  transform: scale(0.8);
}
.body {
  background-color: gray;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .h1 {
    font-size: 6.5vw;
    margin-left: -3.8vw;
  }
  .parent-frame-a {
    padding: 30px 20px;
  }
  .sub-frame-e {
    font-size: 13px;
  }
  .vector-icon {
    width: 14px;
  }
  .next-step-label {
    padding: 4px 10px;
  }
  .b {
    font-size: 18px;
    height: auto;
  }
  .text-reflection-parent {
    padding: 6px 0;
  }
}
