@charset "UTF-8";
@media screen and (min-width: 768px) {
  .lp-chat {
    padding-top: calc(clamp(0px, 6.588579795vw, 90px) * 1);
    margin-bottom: calc(clamp(0px, 3.6603221083vw, 50px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .lp-chat {
    margin-top: calc(clamp(0px, 13.3333333333vw, 13.3333333333vw) * 1);
    margin-bottom: calc(clamp(0px, 8vw, 8vw) * 1);
  }
}
.lp-chat .chat__card--wrap {
  display: grid;
  justify-items: center;
}
.lp-chat .chat__card {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__card {
    gap: calc(clamp(0px, 3.6603221083vw, 50px) * 1);
    grid-template-columns: calc(clamp(0px, 24.8901903367vw, 340px) * 1) 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp-chat .chat__card {
    width: calc(clamp(0px, 89.3333333333vw, 89.3333333333vw) * 1);
    margin: auto;
  }
}
.lp-chat .chat__card .chat__card--title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__card .chat__card--title {
    font-size: calc(clamp(0px, 2.0497803807vw, 28px) * 1);
    margin-top: calc(clamp(0px, 1.4641288433vw, 20px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .lp-chat .chat__card .chat__card--title {
    font-size: calc(clamp(0px, 5.6vw, 5.6vw) * 1);
    text-align: center;
    margin-top: calc(clamp(0px, 5.0666666667vw, 5.0666666667vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__card .chat__card--text {
    font-size: calc(clamp(0px, 1.0980966325vw, 15px) * 1);
    margin-top: calc(clamp(0px, 0.5856515373vw, 8px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .lp-chat .chat__card .chat__card--text {
    font-size: calc(clamp(0px, 4vw, 4vw) * 1);
    text-align: center;
    margin-top: calc(clamp(0px, 2.4vw, 2.4vw) * 1);
  }
}
.lp-chat .chat__card .chat__card--cta {
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__card .chat__card--cta {
    font-size: calc(clamp(0px, 1.0980966325vw, 15px) * 1);
    margin-top: calc(clamp(0px, 1.3909224012vw, 19px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .lp-chat .chat__card .chat__card--cta {
    text-align: center;
    font-size: calc(clamp(0px, 4vw, 4vw) * 1);
    margin-top: calc(clamp(0px, 2.9333333333vw, 2.9333333333vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__button {
    width: calc(clamp(0px, 18.3016105417vw, 250px) * 1);
    height: calc(clamp(0px, 2.9282576867vw, 40px) * 1);
    margin-top: calc(clamp(0px, 1.4641288433vw, 20px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .lp-chat .chat__button {
    width: calc(clamp(0px, 78.6666666667vw, 78.6666666667vw) * 1);
    height: calc(clamp(0px, 10.6666666667vw, 10.6666666667vw) * 1);
    font-size: calc(clamp(0px, 3.2vw, 3.2vw) * 1);
    letter-spacing: 0;
    margin-top: calc(clamp(0px, 5.3333333333vw, 5.3333333333vw) * 1);
    margin-inline: auto;
  }
}
.lp-chat .chat__button .LPMcontainer.LPMoverlay {
  width: 100%;
  height: 100%;
  line-height: unset;
}
.lp-chat .chat__button .LPMcontainer.LPMoverlay a {
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .lp-chat .chat__button .LPMcontainer.LPMoverlay a {
    font-size: calc(clamp(0px, 0.878477306vw, 12px) * 1);
  }
}