/* base
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
.inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* mixin
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: unset;
}

/* 
=========================================== */
@media (min-width: 769px) {
  .career_img {
    width: 50%;
    margin: 0 auto;
  }
}

.imgbox {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .imgbox {
    margin-top: 2rem;
  }
}
.imgbox img {
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .scroll_img {
    overflow: scroll;
  }
  .scroll_img img {
    width: 150%;
  }
}/*# sourceMappingURL=page.css.map */