@charset "UTF-8";

/* ==========================================================================
   cta_price_new.css
   ========================================================================== */

/*========================================================================= */
/*CTA module */
/*========================================================================== */

.o-m__cta-wrap_inner_price {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}

.o-m__cta-wrap_inner_price_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
  @media screen and (max-width: 1024px) {
    font-size: 28px;
  }
  @media screen and (max-width: 768px) {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin-bottom: 12px;
    position: relative;
    z-index: 100;
  }
}

.o-m__cta-wrap_inner_price_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
  &:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
  }
  &:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
  }
}

.o-m__cta-wrap_inner_price_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.o-m__cta-wrap_inner_price_talent_left {
  width: 280px;
  height: 300px;
  position: absolute;
  z-index: 200;
  left: -30px;
  bottom: -10px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.o-m__cta-wrap_inner_price_talent_left img {
  width: 100%;
  height: auto;
}

.o-m__cta-wrap_inner_price_talent_right {
  width: 250px;
  height: 400px;
  position: absolute;
  z-index: 200;
  right: -20px;
  bottom: -110px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.o-m__cta-wrap_inner_price_talent_right img {
  width: 100%;
  height: auto;
}

.o-m__cta-wrap_inner_price_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
  @media screen and (max-width: 768px) {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
  }
}

.o-m__cta-wrap_inner_price_button .o-c__cta-link_orange._common {
  padding: 20px 50px 15px 15px;
  letter-spacing: -1px;
  @media screen and (max-width: 768px) {
    padding: 22px 15px 0 0;
    letter-spacing: 0px;
    font-size: 16px;
  }
}

.o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
  padding: 30px 25px 24px;
  width: 400px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    padding: 19px 15px 14px;
  }
}

.o-m__cta-wrap_inner_price_button._balloon {
  @media screen and (max-width: 576px) {
    max-width: 85%;
  }
}

.o-m__cta-wrap_inner_price .o-c__cta-link_orange_free {
  @media screen and (min-width: 769px) {
    margin-right: 5px;
  }
}

.o-m__cta-wrap_inner_price_button .o-c__cta-link_orange_free {
  @media screen and (max-width: 768px) {
    display: inline-block;
    margin-right: 7px;
    vertical-align: -3px;
    padding: 6px 6px 3px;
  }
}

.o-m__cta-wrap_inner_price._onlytop {
  padding: 60px 0 0;
}
