.pageSubTitleRecruit {
  text-align: center;
  padding: 0 25px 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 2px solid #ff3e6d;
  position: relative;
  margin: 0 0 20px;
  font-weight: normal;
  display: block;
}
.pageSubTitleRecruit::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #ff3e6d;
  right: 0;
  bottom: -2px;
  transform-origin: right top;
  rotate: 15deg;
}

html::-webkit-scrollbar-thumb {
  background-color: #ff4678;
}

::selection {
  background-color: #f35781;
}

@media (min-width: 960px) {
  .pageSubTitleRecruit {
    padding: 0 25px 20px;
    font-size: 3.5rem;
    margin: 0 0 65px;
  }
}

/*# sourceMappingURL=common.css.map*/