body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.05em;
  line-height: 160%;
}

.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.bodyIn {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 92.3vw;
  }
  .inWidth {
    width: 92.3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(92vw, 1200px);
  }
  .inWidth {
    width: min(88vw, 1080px);
  }
}
.secHeader {
  background: #e9e9e9;
  display: flex;
  align-items: center;
}
.secHeader .secHeaderIn {
  color: #000000;
}

@media only screen and (max-width: 1079px) {
  .secHeader {
    height: 56px;
  }
}
@media print, screen and (min-width: 1080px) {
  .secHeader {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent {
    min-height: calc(100vh - 56px - 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .mainContent {
    min-height: calc(100vh - 80px - 100px);
  }
}
.secFooter {
  background: #e9e9e9;
  display: flex;
  align-items: center;
}
.secFooter .secFooterIn {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    height: 100px;
  }
}
.secNav {
  position: fixed;
  z-index: 150;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.secNav .navBanner {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.secNav .navContact {
  background: #ffffff;
}
.secNav .navContact .navContactBtn {
  background: #46C55C;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  border-radius: 60px;
}

@media only screen and (max-width: 767px) {
  .secNav {
    width: 100%;
  }
  .secNav .navBanner {
    width: min(50%, 194px);
  }
  .secNav .navContact {
    width: calc(100% - min(50%, 194px));
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .secNav .navContact .navContactBtn {
    font-size: clamp(14px, 3.85vw, 15px);
    width: min(90%, 170px);
    margin: 0 auto;
    padding: 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secNav .navBanner {
    width: clamp(180px, 14.68vw, 282px);
  }
  .secNav .navContact {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */