@charset "UTF-8";

/* ==========================================================================
   cta_demo.css
   ========================================================================== */

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

.o-m__cta-wrap_inner_demo {
  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_demo_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
  @media screen and (max-width: 1024px) {
    font-size: 28px;
  }
  @media screen and (max-width: 768px) {
    text-align: center;
    font-size: 25px;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    z-index: 100;
  }
}

.o-m__cta-wrap_inner_demo_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_demo_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_demo_list-box {
  display: flex;
  justify-content: center;
  width: 430px;
  margin: 5px auto 0;
  padding-left: 40px;
  @media screen and (max-width: 768px) {
    margin: 5px auto 15px 8px;
    width: 100%;
    padding-left: 0;
  }
}

.o-m__cta-wrap_inner_demo_list-box li {
  position: relative;
  padding: 6px 20px 0 30px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 20px;
  color: #fff;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    padding: 6px 15px 0 25px;
  }
  &:last-child {
    @media screen and (max-width: 768px) {
      padding: 6px 0 0 25px;
    }
  }
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
    @media screen and (max-width: 768px) {
      width: 18px;
      height: 18px;
      top: 16px;
    }
  }
  &:after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: block;
    position: absolute;
    left: 6px;
    top: 13px;
    transform: rotate(135deg);
    @media screen and (max-width: 768px) {
      width: 9px;
      height: 7px;
      left: 5px;
      top: 11px;
    }
  }
}

.o-m__cta-wrap_inner_demo_talent {
  z-index: 1;
  position: relative;
}

.o-m__cta-wrap_inner_demo_talent_left {
  width: 254px;
  height: 153px;
  position: absolute;
  z-index: 200;
  left: -60px;
  bottom: 80px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

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

.o-m__cta-wrap_inner_demo_talent_right {
  width: 230px;
  height: 315px;
  position: absolute;
  z-index: 200;
  right: 0;
  bottom: 5px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

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

.o-m__cta-wrap_inner_demo_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: 330px;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
