.guide__wrapper {
  margin-bottom: 140px;
}
@media (max-width: 900px) {
  .guide__wrapper {
    margin-bottom: 160px;
  }
}
.guide__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .guide__step {
    gap: 16px;
  }
}
.guide__step:not(:last-child) .guide__step--line {
  position: relative;
}
.guide__step:not(:last-child) .guide__step--line::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 100%;
  background-color: #e5efff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .guide__step:last-child .guide__contents {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .guide__step--image {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }
}
.guide__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 46px;
}
.guide__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .guide__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.guide__header--stepText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 9px;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
  background-color: #0064cf;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .guide__header--stepText {
    height: 31px;
    line-height: normal;
  }
}
.guide__header--stepText::before {
  content: "";
  position: absolute;
  left: -40px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 1px;
  background-color: #cee6fe;
}
.guide__header--text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .guide__header--text {
    font-size: 22px;
  }
}
.guide__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.guide__spSmallText {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #50617a;
}
.guide__requiredTime {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px 8px 42px;
  background-color: #f5faff;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .guide__requiredTime {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px 8px 8px 30px;
    margin-right: 25px;
  }
}
@media (max-width: 379px) {
  .guide__requiredTime.regist {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 420px) {
  .guide__requiredTime.introduce {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 452px) {
  .guide__requiredTime.start {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.guide__requiredTime::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 19.25C5.66738 19.25 1.75 15.3326 1.75 10.5C1.75 5.66738 5.66738 1.75 10.5 1.75C15.3326 1.75 19.25 5.66738 19.25 10.5C19.25 15.3326 15.3326 19.25 10.5 19.25ZM10.5 17.5C12.3565 17.5 14.137 16.7625 15.4497 15.4497C16.7625 14.137 17.5 12.3565 17.5 10.5C17.5 8.64348 16.7625 6.86301 15.4497 5.55025C14.137 4.2375 12.3565 3.5 10.5 3.5C8.64348 3.5 6.86301 4.2375 5.55025 5.55025C4.2375 6.86301 3.5 8.64348 3.5 10.5C3.5 12.3565 4.2375 14.137 5.55025 15.4497C6.86301 16.7625 8.64348 17.5 10.5 17.5ZM11.375 10.5H14.875V12.25H9.625V6.125H11.375V10.5Z" fill="%230064CF"/></svg>');
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .guide__requiredTime::before {
    top: 8px;
    left: 8px;
  }
}
@media (max-width: 900px) {
  .guide__requiredTime--text, .guide__requiredTime--value {
    margin-left: 4px;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.guide__requiredTime--text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .guide__requiredTime--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guide__requiredTime--value {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: #f97930;
}
@media (max-width: 900px) {
  .guide__requiredTime--value {
    line-height: 130%;
  }
}

.try__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
  background-color: #f5faff;
}
.try__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 14px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .try__text {
    font-size: 26px;
  }
}
.try__text--wrapper {
  position: absolute;
  top: -23px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  word-break: keep-all;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .try__text--wrapper {
    top: 64px;
    margin-left: -20px;
  }
}
.try__buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 128px 0 96px;
  margin: auto;
}
@media (max-width: 900px) {
  .try__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    min-width: auto;
    padding: 140px 0 96px;
  }
}
.try__buttons--wrapper {
  width: 100%;
  margin: auto;
}
.try__englishText {
  position: absolute;
  top: -22px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .try__englishText {
    top: 10px;
    right: 0;
    height: 49px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}