/* --------------------------------
 * otoiasase > cta
 * -------------------------------- */
 .cta_btn {
  margin: 40px 0 60px;
}

.cta_btn:before {
  content: url("../images/cta/bear.png");
  display: block;
  margin-bottom: -1.4rem;
  position: relative;
  z-index: 100;
}

.cta_btn a {
  position: relative;
  width: 95%;
  max-width: 960px;
  display: block;
  background: #ed6ca2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff096;
  text-align: center;
  margin: 0 auto;
  padding: 74px 80px 68px 40px;
}

.cta_btn a:after {
  content: "";
  background: url("../images/cta/arrow.svg") no-repeat center right;
  background-size: 32px 48px;
  width: 32px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 54px;
  bottom: 0;
  margin: auto 0;
}

.cta_btn:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}

.cta_btn .cta_btn a span {
  position: relative;
  margin: 0 0 0 40px;
}

.cta_btn .cta_btn a span:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 959px) {
  .cta_btn {
    margin: 30PX 20px 50px;
  }
  .cta_btn:before {
    content: url("../images/cta/bear_sp.png");
    margin-bottom: -0.6rem;
  }

  .cta_btn a {
    position: relative;
    width: 95%;
    max-width: 900px;
    border-radius: 14px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    color: #fff096;
    text-align: center;
    margin: 0 auto;
    padding: 20px 50px 18px 20px;
  }
  .cta_btn a:after {
    content: "";
    background: url("../images/cta/arrow.svg") no-repeat center right;
    background-size: 16px 24px;
    width: 16px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto 0;
  }
  .cta_btn .cta_btn a span {
    position: relative;
    margin: 0 0 0 20px;
  }
  .cta_btn .cta_btn a span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto 0;
  }
}

/* --------------------------------
 * otoiasase > cta2
 * -------------------------------- */
.cta_btn2 {
  margin: -20px 0 100px;
}

.cta_btn2:before {
  display: block;
  margin-bottom: 44rem;
  position: relative;
  z-index: 100;
}

.cta_btn2 a {
  position: relative;
  width: 95%;
  max-width: 1006px;
  display: block;
  background: #ed6ca2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff096;
  text-align: center;
  margin: 0 auto;
  padding: 74px 80px 68px 40px;
}

.cta_btn2 a:after {
  content: "";
  background: url("../images/cta/arrow.svg") no-repeat center right;
  background-size: 32px 48px;
  width: 32px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 54px;
  bottom: 0;
  margin: auto 0;
}

.cta_btn2:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}

.cta_btn2 .cta_btn a span {
  position: relative;
  margin: 0 0 0 40px;
}

.cta_btn2 .cta_btn a span:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 959px) {
  .cta_bt2n {
    margin: 0 0 20px;
  }
  .cta_btn2:before {
    margin-bottom: -0.6rem;
  }

  .cta_btn2 a {
    position: relative;
    width: 95%;
    max-width: 900px;
    border-radius: 14px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    color: #fff096;
    text-align: center;
    margin: 0 auto;
    padding: 20px 50px 18px 20px;
  }
  .cta_btn2 a:after {
    content: "";
    background: url("../images/cta/arrow.svg") no-repeat center right;
    background-size: 16px 24px;
    width: 16px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto 0;
  }
  .cta_btn2 .cta_btn a span {
    position: relative;
    margin: 0 0 0 20px;
  }
  .cta_btn2 .cta_btn a span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto 0;
  }
}


.cta_tel {
  margin: 5rem auto 1rem;
}

.cta_tel:before {
  content: url("../images/cta/bear_mini.png");
  display: block;
  margin-bottom: -1rem;
  position: relative;
  z-index: 110;
}

.cta_tel .call {
  width: 80%;
  max-width: 598px;
  display: block;
  background: #e5e5e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  padding: 20px 18px 8px;
}

.cta_tel p {
  font-size: 2.5rem;
  letter-spacing: normal;
  color: #ed6ca2;
  font-weight: bold;
}

.cta_tel a {
  position: relative;
  text-align: center;
  color: #231815;
  font-family: sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
}
.cta_tel a span{
 font-size: 3.8rem;
 font-weight: 600;
}

.cta_tel a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 959px) {
  .cta_tel {
    margin: 2rem auto 1rem;
  }
  .cta_tel:before {
    content: url("../images/cta/bear_sp.png");
    display: block;
    margin-bottom: -0.6rem;
    position: relative;
    z-index: 120;
  }
  .cta_tel .call {
    width: 90%;
    max-width: 598px;
    display: block;
    border-radius: 10px;
  }
  .cta_tel p {
    font-size: 1.5rem;
  line-height: 2rem;
  }
  .cta_tel a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .cta_tel a span{
 font-size: 2rem;
}
}
/*# sourceMappingURL=cta.css.map */
