<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.header_menu {
  font-family: "Midashi Go MB1", sans-serif;
}
.header_menu a {
  color: #001230;
}
.toTop {
  text-align: center;  
}
.toTop.recruitment {
  margin-bottom: 40px;
}
.toTop.info {
  max-width: 740px;
  margin: 0 auto;
  border-top: 1px solid #001230;
  padding: 40px 0;    
}
.toTop a {
  display: inline-block;
}
.toTop img {
  width: 171px;
}  
@media (min-width: 600px) {
  .header_menu {
      width: calc(18.2em + 4.8rem);
  }
  .toTop img {
    width: 223px;
  }  
  .toTop.recruitment {
    margin-bottom: 84px;
  }  
  .toTop.info {
    padding: 70px 0;    
  }
}</pre></body></html>