.relative {
  position: relative;
}

.outer {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .wrapper {
    min-width: inherit;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .outer {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wrapper {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .wrapper {
    max-width: none;
    width: 100vw;
  }
}

.bold {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FDE02E));
  background: linear-gradient(transparent 75%, #FDE02E 75%);
}

@media screen and (min-width: 750px) {
  .dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .6em;
    background-image: radial-gradient(0.1em 0.1em at center center, #EB5505, #EB5505 100%, transparent);
  }
}

@media screen and (max-width: 749px) {
  .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-pc {
  display: block;
}

@media screen and (max-width: 749px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-sp {
    display: block !important;
  }
}

.store-number {
  position: absolute;
  top: 56.6%;
  left: 26.7%;
  color: #0084cf;
  font-size: 1.7vw;
  font-weight: 700;
  letter-spacing: -0.06em;
}

@media screen and (max-width: 749px) {
  .store-number {
    font-size: 4.7vw;
    min-height: 0vw;
    top: 40.4%;
    left: 8%;
  }
}

.cv01_form {
  background: #0084CF;
}

.cv01_form_inner {
  background: #fff;
  max-width: 1000px;
  width: 92%;
  padding: 3% 2%;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.btn {
  width: 26.4%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  display: block;
}

.btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media screen and (max-width: 749px) {
  .btn {
    width: 88.9%;
  }
}

.fv {
  position: relative;
}

.fv_btn {
  position: absolute;
  bottom: 7.8%;
  left: 23.1%;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .fv_btn {
    left: 5.2%;
    bottom: 2.6%;
  }
}

.cv01 {
  position: relative;
}

.cv01_btn {
  position: absolute;
  bottom: 16.4%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cv01_btnarea {
  position: relative;
}

@media screen and (max-width: 749px) {
  .cv01_btn {
    bottom: 15.2%;
  }
}

.header_btn {
  width: 9.3%;
  position: absolute;
  top: 50%;
  right: 23.9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .header_btn {
    width: 38.5%;
    right: 4%;
  }
}
/*# sourceMappingURL=style.css.map */


/*ロゴスライダー*/
.logoslide_num{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding:20px 0 10px;
}
.logoslide_num span{
  font-size:2.5rem;
  color:#0084cf;
}
.logoslide {
  animation: logosl 46s linear infinite;
  background: url(../img/pc/logo-slide.webp) repeat-x 50%;
  background-size: auto 100px;
  height: 120px;
  width: 100%;
}

@keyframes logosl {
  0% {
      background-position: 0 0
  }
  to {
      background-position: -4239px 0
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 750px) {
  .sm_br {
    display: block;
  }
}

.lp_it_hojo {
  text-align: center;
  width: 100%;
  background: #f4fbfd;
  padding: 6rem 0;

  img {
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
  }
}

.li_timecard_pr {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #0084CF;
  padding: 20px 0 10px;

  p {
    font-size: 16px;
    font-weight: bold;

    u {
      text-decoration: underline;
    }

    span {
      font-size: 26px;
    }

    b {
      font-size: 10px;
      font-weight: normal !important;
      color: #777;
    }
  }

  img {
    width: 350px;
    height: auto;
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .li_timecard_pr {
    display: block;
    text-align: center;

    p {
      text-align: center;
      font-size: 4vw;

      span {
        font-size: 6vw;
      }
    }

    img {
      width: 60%;
      margin: 0 auto;
    }
  }
}