/*body
=======================================================*/
body {
  height: 100vh;
  position: relative;
  z-index: 1;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/pc/bg.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.pc-max-bx {
  width: 100%;
  height: 100vh;
}

.sub-contents {
  width: 233px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 10%;
  padding: 40px 10px;
  transition: 0.4s;
}
@media screen and (max-width: 1210px) {
  .sub-contents {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  .sub-contents {
    display: none;
  }
}
.sub-contents .com-logo {
  width: 194px;
  margin: 0 auto;
}
.sub-contents .com-info .tel {
  font-size: 24px;
}
.sub-contents .com-info .tel span {
  font-size: 15px;
}
.sub-contents .com-info .btn a {
  aspect-ratio: inherit !important;
  padding: 0 !important;
  font-size: 15px;
}
.sub-contents .com-info .btn-01__link {
  height: 30px !important;
}
.sub-contents .com-info .btn-02__link {
  height: 60px !important;
  border-width: 1px;
  border-radius: 6px;
}

.main-contents-container {
  width: 450px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}

.main-contents-bx {
  height: 100%;
}

.nav-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 15px;
}
.nav-menu__item {
  line-height: 1;
}
.nav-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nav-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #222;
  transition: 0.3s;
}

@media screen and (max-width: 1210px) {
  .drawer {
    display: block;
  }
  .sp-menu-btn-wrp {
    top: 20px !important;
    right: 5% !important;
  }
  #drawer-nav {
    background: url("/img/pc/bg.jpg") center center no-repeat;
    background-size: cover;
    max-width: 450px;
  }
}/*# sourceMappingURL=style_pc.css.map */