section .btn-group .btn {
  width: 608px;
}
.with-pink-underline {
  position: relative;
}
.with-pink-underline::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 28px;
  bottom: 0;
  left: 0;
  background-color: #FDF7F4;
  z-index: -1;
}
.hitori-title {
  margin-bottom: 140px;
}
.green-border-wrapper .second-green-line-title,
.green-border-wrapper .third-green-line-title {
  margin-bottom: 200px;
}

.with-ident{
	padding-top: 30px;
}
@media screen and (max-width: 991px) {
  section .btn-group .btn {
    width: 320px;
  }
  .green-border-wrapper .second-green-line-title {
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .green-border-wrapper .third-green-line-title {
    margin-top: 130px;
    margin-bottom: 80px;
  }
  .with-pink-underline {
    position: relative;
  }
  .with-pink-underline::before {
    height: 18px;
  }
  .with-pink-underline::after {
    position: absolute;
    content: "";
    width: 67%;
    height: 18px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FDF7F4;
    z-index: -1;
  }
  .hitori-title {
    margin-bottom: 60px;
  }
  .green-part-wrapper .big-green-title {
    margin-bottom: 80px;
  }
  .with-btn-top-title-1,
  .with-btn-top-title-2 {
    margin-top: 45px;
  }
  
  
    .with-ident{
        padding-top: 20px;
    }
}