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: 120px;
    margin-bottom: 30px;
  }
  .green-border-wrapper .third-green-line-title {
    margin-top: 150px;
    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;
    }
}



.anime-bottom-line::after {
  width: 0% !important;
  transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}
.line-active::after {
  width: 100% !important;
}


.kan-info .line-active::after {
  width: 110% !important;
}


@media screen and (max-width: 991px) {
    .works-circle .line-active::after {
        width: 80% !important;
    }
}