@charset "UTF-8";
.mv_ttl {
  margin-bottom: 5rem;
}
.mv_ttl .ttl_inr {
  color: #79C9D3;
}
.mv_ttl .ttl_inr::before {
  background: url(../../images/common/ttl_awa_4.png)no-repeat center center/contain;
}
.mv_ttl .ttl_inr::after {
  background: url(../../images/common/ttl_awa_3.png)no-repeat center center/contain;
}
.cvsbtn {
  max-width: 35rem;
}
.cvsbtn a {
  background: #FF3646;
  border: none;
  padding: 1rem;
  z-index: 0;
}
.cvsbtn a::before {
  content: "";
  position: absolute;
  left: 1rem;
  border-radius: 100vh;
  top: 1rem;
  border: 1px solid #fff;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}
.cvsbtn a::after {
  font-size: 4rem;
  color: #fff;
}
.cvsbtn a img {
  max-width: 23.6rem;
}
.term_ttl .inr {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .term_ttl .inr {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1367px) {}