<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media  only screen and (max-width: 768px) {
  .header .logoBlock h1 {
    max-width: 200px;
    height: auto;
  }

  .recruitInfoBlock ul.result1ColumnBox li.result1Column .result1ColumnData p.recruitCategory{
    min-width: 3.2em;
  }
}

@media  only screen and (max-width: 810px) and (min-width: 500px) {
  .visualBlock {
    background-attachment: unset;
  }
}
</pre></body></html>