.tri-sec-box-wrap {
  padding: 1rem;
  margin: 3rem auto 5rem;
  max-width: 1200px;
}

.tri-sec-box {
  position: relative;
  text-align: center;
  padding-left: 6rem;
  padding-top: 10rem;
}

.tri-sec-box h2 {
  font-size: 1.46rem;
  position: relative;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: .66rem;
  margin-bottom: .33rem;
}

.tri-sec-box h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12rem;
  height: 11rem;
  background: url(/assets/images/icon_trial.svg) no-repeat;
  background-size: contain;
  top: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tri-sec-box-text {
  text-align: justify;
}
.tri-sec-box-text p{
 margin-bottom: 2rem;
}

.tri-sec-box::before {
  position: absolute;
  top: -4rem;
  left: -7rem;
  content: "";
  display: inline-block;
  width: 20rem;
  height: 36rem;
  background: url(/assets/images/trial-img01.webp) no-repeat;
  background-size: contain;
}

@media screen and (min-width:1200px) {
  .tri-sec-box h2::before {
      width: 21rem;
      height: 16rem;
      top: 3rem;
      left: -49%;
  }

  .tri-sec-box h2 {
      display: inline-block;
      font-size: 2.46rem;
      margin-left: 26rem;
  }

  .tri-sec-box {
      max-width: 900px;
      margin: 0 auto;
  }

  .tri-sec-box-text {
      padding-left: 13rem;
      padding-right: 1rem;
  }

  .tri-sec-box-wrap {
      margin: 5rem auto;
      border-bottom: 1px solid;
      padding: 1rem 1rem 6rem;
  }
}
@media screen and (max-width:320px) {
  .tri-sec-box h2 {
    font-size: 1.2rem;
}
.tri-sec-box h2::before {
  width: 10rem;
  height: 10rem;
  top: -2rem;
}
}