@charset "UTF-8";
/*body以下
=======================================================*/
body {
  height: 100vh;
  position: relative;
  z-index: 1;
}
body::before {
  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: 180px;
  position: fixed;
  top: 0;
  right: 72.4%;
  transition: 0.4s;
}
.sub-contents .sub-logo {
  width: 100px;
  margin: 25px auto;
}
.sub-contents .com-tel {
  margin: 15px 0;
}
.sub-contents .com-tel .tel {
  font-size: 22px;
}
.sub-contents .com-tel .tel span {
  font-size: 18px;
}
.sub-contents .btn-01 {
  width: 100%;
}
.sub-contents .btn-01__link {
  width: 100%;
  aspect-ratio: inherit;
  height: 60px;
  font-size: 18px;
}
.sub-contents .ic-ig-20::before {
  width: 20px;
  left: 15px;
}
.sub-contents .ic-tab-wht::after {
  width: 11px;
  top: 50%;
  right: 15px;
}

.header-nav__list {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.header-nav__item {
  padding: 20px 10px;
  border-top: dotted 1px #333;
}
.header-nav__item:last-child {
  border-bottom: dotted 1px #333;
}
.header-nav__link {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header-nav__link::after {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arrow-blk.png");
  background-size: 100%;
}

.main-contents-container {
  background: #fff;
  width: 375px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  .main-contents-container {
    transform: translateX(-30%);
  }
}

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

#side-bar {
  display: none;
}/*# sourceMappingURL=style_pc.css.map */