@charset "UTF-8";
.toppan {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.objektiv {
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 900;
  font-style: normal;
}

html.fixed {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    width: calc(100% - 164px);
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  body {
    width: calc(100% - 100px);
  }
}

.header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    width: 164px;
    height: 100vh;
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
  }
}
.header[aria-expanded=true] .header__menuhr_t {
  opacity: 0;
}
.header[aria-expanded=true] .header__menuhr_m {
  transform: rotate(225deg);
}
@media (min-width: 768px) {
  .header[aria-expanded=true] .header__menuhr_b {
    transform: translateY(-23.5px) rotate(135deg);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header[aria-expanded=true] .header__menuhr_b {
    transform: translateY(-16.5px) rotate(135deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .header__menuhr_b {
    transform: translateY(-6.5px) rotate(135deg);
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 50px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 247px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .header__logoimg {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header__logoimg {
    width: 247px;
  }
}
.header__menubtn {
  background-color: #008e66;
  color: #fff;
}
@media (min-width: 768px) {
  .header__menubtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 164px;
    height: 164px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header__menubtn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header__menubtn {
    width: 60px;
    height: 60px;
  }
}
.header__menuhr {
  background-color: #fff;
  border: none;
  display: block;
  transform-origin: center;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .header__menuhr {
    width: 80px;
    height: 6px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header__menuhr {
    width: 60px;
    height: 4px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .header__menuhr {
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
  }
}
.header__menuhr:last-of-type {
  margin-bottom: 0;
}
.header__menuhr_m {
  transition-delay: 0.03s;
}
.header__menuhr_b {
  transition-delay: 0.06s;
}
.header__menutx {
  line-height: 1;
}
@media (min-width: 768px) {
  .header__menutx {
    display: block;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .header__menutx {
    width: 60px;
  }
}

@media (min-width: 768px) {
  .nav {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
  }
}
.nav__ul {
  list-style: none;
}
.nav__li {
  line-height: 46px;
}
.nav__li + .nav__li {
  margin-left: 30px;
}
.nav__recruit a {
  background-color: #ec6b61;
  color: #fff;
  width: 140px;
  height: 46px;
  border-radius: 100px;
}
.nav__contact {
  margin-left: 10px !important;
}
.nav__contact a {
  background-color: #008e66;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 1;
}
.nav__contact img {
  width: 20px;
  height: 16px;
}

.footer {
  line-height: 30px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .footer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 10px;
  }
}/*# sourceMappingURL=common.css.map */