<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  padding-bottom: 50px; }

.recruit-btn {
  width: 1040px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .recruit-btn li a {
    display: block;
    width: 240px;
    margin: 30px 0;
    padding: 10px 0;
    text-align: center;
    background: #0068b7;
    color: #fff;
    font-size: 1.75rem; }

 @media (max-width: 768px) {
 .recruit-btn {
	width: auto;
 }
}

/*# sourceMappingURL=recruit.css.map */
</pre></body></html>