@charset "utf-8";

/*----- mi -----*/
#mi {
  background: url(../img/mi/bg.webp) no-repeat center top;
  background-size: cover;
  height: 99.6rem;
}

/*----- cta -----*/
.cta01 {
  background: url(../img/cta/bg02.webp) no-repeat center top;
  background-size: cover;
  height: 187.0rem;
}
.cta01 .box {
  padding-top: 7.5rem;
}
.cta_ttl01 {
  margin-bottom: 54.5rem;
}
.cta01 .fs14 {
  width: 59rem;
  margin: 0 auto;
}

.cta02 {
  background: url(../img/cta/bg02.webp) no-repeat center top;
  background-size: cover;
  height: 187.0rem;
}
.cta02 .box {
  padding-top: 7.5rem;
}
.cta_ttl02 {
  margin-bottom: 54.5rem;
}
.cta02 .fs14 {
  width: 59rem;
  margin: 0 auto;
}

.cta03 {
  background: url(../img/cta/bg03.webp) no-repeat center top;
  background-size: cover;
  height: 191.1rem;
}
.cta03 .box {
  padding-top: 7.5rem;
}
.cta_ttl03 {
  margin-bottom: 54.5rem;
}
.cta03 .fs14 {
  width: 59rem;
  margin: 0 auto;
}

/*----- conversion -----*/
#conversion {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  padding: 1.5rem 0;
  background: #ffffffb3;
}
.btn_box {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15rem;
  position: relative;
}