.main-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 8.75vw);
}

.hp-process {
  width: 62.5vw;
  margin: 2.08vw 0 5.2vw;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.hp-process__steps {
  display: flex;
  padding: 0.625vw;
  justify-content: center;
  align-items: center;
  gap: 0.625vw;
  align-self: stretch;
  border-radius: 10px;
  background: #F4F4F4;
}

.hp-process__step {
  display: flex;
  gap: 0.416vw;
  align-items: center;
  min-width: 0;
  width: fit-content;
}

.hp-process__step-arrow {
  width: 0.833vw;
  height: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-process__step-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hp-process__step--empty {
  width: 100%;
  min-height: 6.5vw;
  color: #64748b;
  justify-content: center;
}

.hp-process__step--empty p {
  margin: 0;
}

.hp-process__step-icon {
  width: 0.833vw;
  height: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hp-process__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hp-process__step-title {
  margin: 0;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  flex: 0 1 auto;
  font-size: 0.625vw;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  word-break: normal;
  white-space: normal;
  min-width: 0;
  overflow-wrap: break-word;
}

.hp-process__body{
  font-size: 0.625vw;
  line-height: 1.4;
}
.hp-process__body h4 {
  margin: 0 0 0.8vw;
}


.hp-process__body ul,
.hp-process__body ol {
  margin: 0.5vw 0 1vw;
  padding-left: 1.5em;
}

.hp-process__body .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 2vw auto;
}

/* Match admin editor blank line spacing (Enter). */
.hp-process__body .hp-content__blank-line,
.hp-process__body .hp-editor__blank-line {
  margin: 0;
  height: 0.416vw;
  min-height: 0.416vw;
  line-height: 0.416vw;
}
.top-area{
  padding: 3.33vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100vw;
}
.top-area img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;  
}
.top-area h1{
  position: absolute;
  top: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 1.875vw;
  line-height: 1.4;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.top-area h2{
  position: absolute;
  top: 10.83vw;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 0.625vw;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1201px) {

    .top-area{
      padding: 8.59vw 0 0;
      height: 40.08vw;
    }
    .top-area img{
      object-fit: cover;  
      object-position: center center;
    }
    .top-area h1{
      top: 21.74vw;
      font-size: 3.22vw;
      width: 46.04vw;
      line-height: 1.4;
    }
    .top-area h2{
      top: 31.4vw;
      font-size: 2.14vw;
      line-height: 1;
      font-weight: normal;
    }

    .hp-process {
      width: 95.72vw;
      margin: 5.36vw 0 13.42vw;
      gap: 5.36vw;
    }

    .hp-process__steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 2.14vw;
      padding: 2.14vw 19vw;
      border-radius: 1.34vw;
      background: #f4f4f4;
    }

    .hp-process__step-arrow {
      display: flex;
      width: 2.14vw;
      height: 2.14vw;
      min-width: 14px;
      min-height: 14px;
    }

    .hp-process__step {
      min-height: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      gap: 0.8vw;
      flex: 0 0 auto;
    }

    .hp-process__step-icon {
      width: 2.14vw;
      height: 2.14vw;
      min-width: 14px;
      min-height: 14px;
      border: 0;
      border-radius: 0;
      background: transparent;
    }

    .hp-process__step-title {
      font-size: 2.14vw;
      line-height: 1;
      font-weight: 700;
    }

    .hp-process__body {
      border: 0;
      border-radius: 0;
      padding: 0;
      background: transparent;
      font-size: 2.14vw;
      line-height: 1;
      color: #000;
    }

    .hp-process__body h4 {
      margin: 0 0 2.14vw;
      font-size: 3.22vw;
      line-height: 1.5;
      font-weight: 700;
    }

    .hp-process__body ul,
    .hp-process__body ol {
      margin: 0 0 4.29vw;
      padding-left: 2.7vw;
    }


    .hp-process__body .line {
      margin: 4.29vw auto;
    }

    .hp-process__body .hp-content__blank-line,
    .hp-process__body .hp-editor__blank-line {
      height: 1.07vw;
      min-height: 1.07vw;
      line-height: 1.07vw;
    }
}
@media (max-width: 744px) {

    .top-area{
      padding: 17.06vw 0 0;
      height: 81.06vw;
    }

    .top-area h1{
      top: 43.2vw;
      font-size: 8.52vw;
      width: 91.46vw;
    }

    .top-area h2{
      top: 62.4vw;
      font-size: 3.73vw;
      line-height: 1.3;
    }

    .hp-process {
      width: 91.46vw;
      margin: 10.66vw 0 21.33vw;
      gap: 10.66vw;
    }

    .hp-process__steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 3.73vw;
      padding: 3.73vw;
      border-radius: 2.66vw;
      background: #f4f4f4;
    }

    .hp-process__step-arrow {
      display: flex;
      width: 3.73vw;
      height: 3.73vw;
      min-width: 14px;
      min-height: 14px;
    }

    .hp-process__step {
      min-height: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background: transparent;
      gap: 1.6vw;
      flex: 0 0 auto;
    }

    .hp-process__step-icon {
      width: 3.73vw;
      height: 3.73vw;
      min-width: 14px;
      min-height: 14px;
      border: 0;
      border-radius: 0;
      background: transparent;
    }

    .hp-process__step-title {
      font-size: 3.73vw;
      line-height: 1.3;
      font-weight: 700;
    }

    .hp-process__body {
      border: 0;
      border-radius: 0;
      padding: 0;
      background: transparent;
      font-size: 3.73vw;
      line-height: 1.3;
      color: #000;
    }

    .hp-process__body h4 {
      margin: 0 0 3.2vw;
      font-size: 5.33vw;
      line-height: 1.3;
      font-weight: 700;
    }

    .hp-process__body ul,
    .hp-process__body ol {
      margin: 0 0 5.33vw;
      padding-left: 4.8vw;
    }


    .hp-process__body .line {
      margin: 5.33vw auto;
    }

    
    .hp-process__body .hp-content__blank-line,
    .hp-process__body .hp-editor__blank-line {
      height: 3.73vw;
      min-height: 3.73vw;
      line-height: 3.73vw;
    }
}