body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
body.recruit {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 520px) {
  body:not(.recruit) {
    background: #1A1A1A;
  }
}

a {
  text-decoration: none;
}

h4 {
  margin-bottom: 12px;
}

section {
  margin-bottom: 30px;
}

br.sp {
  display: none;
}
@media (max-width: 520px) {
  br.sp {
    display: block;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 520px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.pageInner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .pageInner {
    max-width: 100%;
    padding: 0 5%;
  }
}

.headerLogo {
  width: 320px;
  margin-left: auto;
  margin-right: 40px;
  padding-top: 16px;
}
@media (max-width: 520px) {
  .headerLogo {
    width: 140px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (max-width: 520px) {
  .headerWrap {
    height: 320px;
    background: url("/images/rightImage.jpg");
    background-position: center;
    background-size: cover;
  }
}
.leftcontents {
  color: #FFF;
}
.leftcontents::before {
  content: "";
  background: #1A1A1A;
  width: 50vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.leftcontents h1 {
  font-size: 5rem;
  color: #fff;
}
.leftcontents h2 {
  line-height: 1.5;
  font-size: 2.5rem;
  font-family: "Yu Mincho Pr6N";
}
@media (max-width: 520px) {
  .leftcontents::before {
    display: none;
  }
  .leftcontents h1 {
    font-size: 2.1875rem;
    margin: 0;
    padding-top: 30px;
  }
  .leftcontents h2 {
    font-size: 1.875rem;
  }
}

.bgImage {
  max-width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.bgImage img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 520px) {
  .bgImage {
    display: none;
  }
}

.button {
  margin-top: 2.5rem;
  display: flex;
}
.button a {
  padding: 8px 20px;
  border: 1px solid #FFF;
  font-weight: 600;
}

.recruit .button a {
  width: 250px;
  height: 60px;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #FFF;
  font-size: 24px;
}

.socialLink {
  display: flex;
  margin-top: 30px;
}
.socialLink p {
  margin-right: 16px;
}
.socialLink a {
  font-size: 2.25rem;
}

.pageHeader {
  height: 500px;
  background: url("/images/pageHeader.jpg");
  background-position: center center;
  filter: blur(0);
}
.pageHeader::before {
  content: "";
  background: inherit;
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.pageHeader .pageTitle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column;
}
.pageHeader .pageTitle h2 {
  margin: 0;
  font-size: 5rem;
}
.pageHeader .pageTitle .subpageTitle {
  font-size: 1.875rem;
  margin-top: 15px;
}
@media (max-width: 520px) {
  .pageHeader {
    height: 200px;
  }
  .pageHeader .pageTitle h2 {
    font-size: 2.1875rem;
  }
  .pageHeader .pageTitle .subpageTitle {
    font-size: 1.25rem;
  }
}

article.pageInner {
  margin: 100px auto;
}
@media (max-width: 520px) {
  article.pageInner {
    margin: 60px auto;
  }
}

.recruit h2 {
  font-size: 35px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media (max-width: 520px) {
  .recruit h2 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */