@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/
.stepContents {

}
.stepContents-bottom {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
.stepContents-bottom-imgWrap {
  height: 7.1rem;
}
.stepContents-bottom-img {
  height: 100%;
  width: auto;
}
.stepContents-bottom-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(30 / 16);
  letter-spacing: .05em;
  /* width: calc(100% - 8.1rem - 3rem); */
}
.stepHead {
  display: flex;
  gap: 1.1rem;
}
.stepHead-numberWrap {
  align-items: center;
  background-color: #FAE24C;
  box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  height: 7.7rem;
  justify-content: center;
  position: relative;
  width: 8.4rem;
}
.stepHead-numberWrap::before,
.stepHead-numberWrap::after {
  background-color: #FFF;
  border-radius: 100vh;
  content: "";
  display: block;
  height: .2rem;
  left: .45rem;
  position: absolute;
  top: .55rem;
  width: 2rem;
}
.stepHead-numberWrap::before {
  left: .45rem;
}
.stepHead-numberWrap::after {
  transform: rotate(90deg);
  transform-origin: left;
  top: .45rem;
}
.stepHead-numberWrap-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: .5rem;
}
.stepHead-numberWrap-number {
  font-size: 4rem;
  font-weight: 700;
  margin-top: .5rem;
}
.stepHead-textWrap {
}
.stepHead-textWrap-head {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: left;
}
.stepHead-textWrap-en {
  color: #A16F4E;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0;
}


/**********************************************************/
/* SP */
/**********************************************************/
@media screen and (max-width:767px) {
  .stepContents-bottom {
    gap: .7rem;
    margin-top: 2rem;
  }
  .stepContents-bottom-imgWrap {
    height: 6rem;
  }
  .stepContents-bottom-text {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .stepHead {
    gap: .9rem;
  }
  .stepHead-numberWrap {

    box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .25);
    height: 6.6rem;
    width: 7.2rem;
  }
  .stepHead-numberWrap::before,
  .stepHead-numberWrap::after {
    height: .2rem;
    left: .6rem;
    top: .47rem;
    width: 1.7rem;
  }
  .stepHead-numberWrap::before {
    left: .47rem;
  }
  .stepHead-numberWrap::after {
    top: .6rem;
  }
  .stepHead-numberWrap-text {
    font-size: 1.3rem;
    margin-top: .5rem;
  }
  .stepHead-numberWrap-number {
    font-size: 3.3rem;
    margin-top: .5rem;
  }
  .stepHead-textWrap {
  }
  .stepHead-textWrap-head {
    font-size: 1.8rem;
  }
  .stepHead-textWrap-en {
    font-size: 4.2rem;
  }
}