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

/*トップ画像部分*/
.pagetop-img {
  background-image: url("../images/about/about_img2.JPG");
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 170px;
  margin-bottom: 60px;
}

@media(min-width: 600px) {
  .pagetop-img {
    height: 30vh;
    background-position: 50% 35%;
    background-size: cover;
    margin-bottom: 100px;
  }
}

/*PCのみ　stepbone-cut イントロ部分*/
.pc_stepbone-cut-introduce {
  display: none;
}

@media(min-width:600px) {
  .pc_stepbone-cut-introduce {
    margin: 70px 0;
    display: block;
    background-image: url("../images/stepbone-cut/stepbone-cut_img1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    padding: 10%;
    letter-spacing: 0.4rem;
  }
  
  .stepbone-cut_lead1 {
  display: block;
  margin: 48px 0 0;
  width: 45%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 4.2rem;
  text-align: left;
  padding-left: 15px;
}
  .stepbone-cut_lead2 {
  display: block;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 3.2rem;
  text-align: left;
}
.right {
  margin: 5px 0 48px 0;
  padding-right: 15px;
  padding-left: 0px;
  text-align: right;
  }
  
  .pc_stepbone-cut-introduce p {
    color: #fff;
  }
  .stepbone-cut_text {
    width: 45%;
    font-size: 1.6rem;
    text-align: left;
  }
}





/*stepbone-cut メイン部分*/
.stepbone-cut-img-wrapper {
  margin-top: 40px;
  padding: 0 14px;
}
.stepbone-cut-img-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin-bottom: 20px;
}
.stepbone-cut-content-wrapper {
  padding: 50px 14px;
  background-color: #f4efec;
  margin-bottom: 60px;
}
.stepbone-cut-content-wrapper .section-title {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.stepbone-cut-features-list {
  counter-reset: number 0;
}
.stepbone-cut-features {
  list-style: none;
  background-color: #fff;
  padding: 20px 26px 30px 30px;
  margin-bottom: 30px;
  position: relative;
}
.features-title {
  font-size: 2.0rem;
  font-weight: 400;
  padding: 50px 47px 20px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.features-title::before {
  counter-increment: number;
  content: counter(number,decimal-leading-zero);
  font-size: 2.2rem;
  text-combine-upright: all;
  position: absolute;
  margin-top: 10px;
  top: 20px;
  left: 45%;
}
.features-text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.stepbone-cut-features img {
  width: 60%;
  margin-top: 10px;
}
.mist {
  font-size: 1.2rem;
}

@media(min-width: 600px) {
  .stepbone-cut-img-wrapper {
    padding: 0 14%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .stepbone-cut-img-wrapper img {
    width: 47%;
  }
  .stepbone-cut-content-wrapper {
    padding: 6%;
  }
  .stepbone-cut-features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .stepbone-cut-features {
    width: 25%;
  }
}




.stepbone-cut .more-button {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0 auto 60px;
}