.thanks {
  padding: 180px 0 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 100px 0 60px;
  }
}
.thanks .heading .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .thanks .heading .ttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 5%;
  }
}
.thanks .heading .ttl {
  font-weight: 500;
}
.thanks .heading .ttl-en {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .thanks .heading .ttl-en {
    font-size: 12px;
    line-height: 1.7;
  }
}
.thanks .heading .ttl-en {
  display: block;
  color: #888888;
  margin-top: 15px;
}
.thanks .card-glass {
  margin-top: 60px;
  display: block;
}
.thanks .card-glass__text {
  text-align: left;
}