@charset "utf-8";

@font-face{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src:
  local("Noto Sans CJK JP"),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff2)format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff)format('woff'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.otf)format('opentype');
}
html{
  font-size: 62.5%;
}
body{
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
ul {
  list-style: none;
}
a{
  color: #333;
  text-decoration: none;
}
.page-title{
  display: block;
  color: #222;
  font-size: 2.4rem;
  letter-spacing: normal;
  padding: 80px 0 42px;
  text-align: center;
  border-bottom: solid 3px #333;
  margin-bottom: 64px;
}
.container{
  padding: 0 24px 64px;
  max-width: 327px;
  margin: 0 auto;
  line-height: 1.5;
}
.recruit__pc{
  display: none;
}
@media (min-width: 768px){
  .container{
    max-width:1000px;
  }
  .recruit__sp{
    display: none;
  }
  .recruit__pc{
    display: block;
    box-sizing: border-box;
    max-width: 100%;
  }
}
