.lp-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}

.p-header {
  background-color: #fff;
}
.p-header .c-btn {
  color: #fff;
  height: 50px;
  width: 100%;
  max-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-header .c-btn--tel {
  background-color: var(--page-main-color);
}
.p-header .c-btn--web {
  background-color: var(--page-sub-color);
}
.p-header .c-btn__sub-text {
  color: var(--page-accent-color);
}
.p-header__border {
  height: 10px;
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
}

#first_view {
  background-size: 100% auto;
  background-position: top center;
  height: 160vw;
  max-height: 1200px;
}

#apply-btn {
  display: none;
}

.ctaFixed {
  z-index: 10;
}

#pagetop {
  bottom: 120px !important;
}

.bg_pc {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pc-logoArea {
  position: fixed;
  top: 10%;
  right: calc(50vw + 375px);
  left: 0;
  margin: auto;
  width: clamp(200px, 15vw, 250px);
  z-index: -1;
}
.pc-logoArea__logo {
  width: 100%;
  height: auto;
}
.pc-logoArea__text {
  color: var(--page-main-color);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 150px #fff;
}
.pc-logoArea__text--tel {
  font-family: din-2014, sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  margin-top: 15px;
}
.pc-logoArea__text--info {
  margin-top: 8px;
}

.pc-ctaArea {
  position: fixed;
  top: 7%;
  left: calc(50vw + 375px);
  right: 0;
  margin: auto;
  width: clamp(200px, 17vw, 350px);
  z-index: 5;
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

.loopSlider {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.loopSlider .loopSliderWrap {
  position: relative;
  display: flex;
  height: 100%;
}
.loopSlider__list {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.loopSlider__item {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  padding: 0 40px;
}
.loopSlider__img {
  height: 80%;
  width: auto;
  display: block;
  margin: 10px 0;
}/*# sourceMappingURL=lp_common.css.map */