@media screen and (min-width: 767px){
  .p-top__recruitment-wrap .btn-container {
    margin-bottom: min(3.724vw, 7.15rem);
  }
}

.c-3col__box-ttl {
  align-items: flex-end !important;
}

@media screen and (max-width: 767px) {
  .p-top__service-wrap {
    padding-bottom: 24vw;
  }

  .p-top__about-img {
    margin-top: 5vw;
  }

  .p-top__about-text {
    font-size: 3.8vw;
  }
}
