@charset "UTF-8";

.fixed-content {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  padding: 0 10px;
  width: 100%;
  padding-bottom: 10px;
}

.fixed-content > .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 846px;
}

.fixed-content > .container > .deco.bg {
  margin-left: auto;
  width: 98%;
}

.fixed-content > .container > .deco.bg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.fixed-content > .container > .inner {
  position: absolute;
  top: 28%;
  left: 0;
  margin: 0 auto;
  width: 98%;
}

.fixed-content > .container > .inner > .deco {
  position: absolute;
}

.fixed-content > .container > .inner > .deco.person {
  width: 12%;
  left: 50px;
  bottom: 0;
}

.fixed-content > .container > .inner > .deco.txt-1 {
  width: 46%;
  left: 18%;
  bottom: 98%;
}

.fixed-content > .container > .inner > .deco.txt-2 {
  width: 32%;
  left: 64%;
  bottom: 98%;
}

.fixed-content > .container > .inner > .deco.bg {
  left: 0;
  right: 0;
  margin-right: 20px;
  top: 0;
  width: 100%;
}

.fixed-content > .container > .inner > .deco img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.fixed-content > .container > .inner > .btns {
  position: relative;
  z-index: 1;
  display: flex;
  margin-left: auto;
  width: 90%;
  justify-content: space-around;
  margin-top: 12px;
}

.fixed-content > .container > .inner > .btns > .btn {
  display: block;
}

.fixed-content > .container > .inner > .btns > .btn.tel {
  width: 66%;
}

.fixed-content > .container > .inner > .btns > .btn.line,
.fixed-content > .container > .inner > .btns > .btn.email {
  width: 15%;
}

.fixed-content > .container > .inner > .btns > .btn img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.l-footer {
  margin-bottom: 220px;
}

@media screen and (max-width: 768px) {
  .fixed-content > .container > .inner {
    top: 22%;
  }
  .fixed-content > .container > .inner > .deco.txt-2 {
    display: none;
  }

  .fixed-content > .container > .inner > .deco.person {
    width: 18%;
    left: 0;
    bottom: -10%;
  }

  .fixed-content > .container > .inner > .deco.txt-1 {
    left: 35%;
    bottom: 90%;
  }

  .fixed-content > .container > .inner > .btns {
    flex-wrap: wrap;
    gap: 5px 0;
    width: 80%;
    margin-top: 18px;
  }

  .fixed-content > .container > .inner > .btns > .btn.tel {
    width: 100%;
  }

  .fixed-content > .container > .inner > .btns > .btn.line,
  .fixed-content > .container > .inner > .btns > .btn.email {
    width: 49%;
  }

  .l-footer {
    margin-bottom: 35vw;
  }
}





