body {
  font-family: "Noto Sans JP";
}
.cta {
  width: 97.8%;
  /* height: 484px; */
  margin: 16px auto;
  position: relative;
}
.cta-bg__img {
  height: 484px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.cta__inner {
  /* width: 446px; */
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-align: center;
}
.cta__title {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
.cta__description {
  padding-top: 24px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  font-weight: 300;
}
.btn--0302H-cta {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.btn__link-cta {
  background-color: #fff;
}
.btn__link-text-cta {
  color: #4a6ffe;
}
.btn__link-arrow-inner-cta {
  padding: 11px 5px 10px 10px;
}
@media (max-width: 1024px) {
  .cta__title {
    font-size: 3.12vw;
  }
  .cta__description {
    font-size: 1.46vw;
  }
}
@media (max-width: 768px) {
  .cta {
    width: 95.7%;
  }
  .cta__title {
    font-size: 20px;
    width: 279px;
    margin: 0 auto;
  }
  .cta__description {
    font-size: 14px;
    width: 311px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cta {
    margin: 8px auto;
  }
  .cta-bg__img {
    height: 335px;
  }
  .cta__title {
    line-height: 1.6;
  }
  .cta__inner {
    top: 32px;
  }
  .cta__description {
    padding-top: 12px;
  }
  .btn--0302H-cta {
    margin-top: 21px;
  }
}
@media (max-width: 375px) {
  .cta__title {
    font-size: 5.33vw;
  }
  .cta__description {
    font-size: 3.73vw;
    width: 290px;
  }
}
