@charset "UTF-8";
/*
/rakurakucloud/mailmarketing/asset/css/object/module/m-cta.css
CTAモジュール用CSS
*/
.m-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--rmailmarketing-bg-main);
  &::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -132px;
    left: -101px;
    width: 410px;
    height: 380px;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/component/cta-back-component.svg) center / contain no-repeat;
    transform: rotate(-32deg);
    z-index: 0;
    @media screen and (max-width: 840px) {
      bottom: -190px;
      left: -140px;
    }
    @media screen and (max-width: 600px) {
      bottom: -50px;
      left: -55px;
      width: 150px;
      height: 211px;
      transform: rotate(-50deg);
    }
  }
  &::after {
    content: "";
    position: absolute;
    top: -132px;
    right: -64px;
    width: 410px;
    height: 380px;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/component/cta-back-component.svg) center / contain no-repeat;
    transform: rotate(-222deg);
    z-index: 0;
    @media screen and (max-width: 840px) {
      top: -210px;
      right: -140px;
    }
    @media screen and (max-width: 600px) {
      top: -61px;
      right: -33px;
      width: 150px;
      height: 211px;
      transform: rotate(-196deg);
    }
  }
}
.m-cta__inner {
  position: relative;
  width: 1200px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  padding: 40px 0 50px;
  @media screen and (max-width: 1280px) {
    width: 100%;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    padding: 35px 10px;
    min-height: auto;
  }
}
.m-cta-title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  z-index: 10;
  @media screen and (max-width: 1024px) {
    font-size: 28px;
  }
  @media screen and (max-width: 600px) {
    position: relative;
    text-align: center;
    font-size: 23px;
    z-index: 10;
    .m-cta__title-sp {
      display: block;
    }
  }
}
.m-cta__column {
  position: relative;
  display: grid;
  gap: 40px;
  place-items: center;
  padding: 30px 0 0;
  z-index: 10;
  @media screen and (max-width: 840px) {
    gap: 20px;
    margin: 0 auto;
    position: relative;
    width: 95%;
    z-index: 20;
  }
  @media screen and (max-width: 600px) {
    gap: 15px;
  }
  &.m-cta-content--2cta {
    gap: 25px;
    @media screen and (max-width: 840px) {
      gap: 10px;
    }
    @media screen and (max-width: 600px) {
      gap: 0;
    }
  }
}
/* 左タレント */
.m-cta__image1-wrap {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 350px;
  height: 345px;
  left: -10px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
/* 右タレント */
.m-cta__image2-wrap {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 370px;
  height: 321px;
  right: -40px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
/* グレーボックスCTA＿タレント二人ver */
.m-cta-content {
  position: relative;
  border-radius: 10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 70px;
  overflow: hidden;
  @media screen and (max-width: 1280px) {
    margin: 0 auto 70px;
    width: 95%;
  }
  @media screen and (max-width: 840px) {
    margin: 0 auto 50px;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
  }
}
/* 左タレント */
.m-cta-content__image1-wrap {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 350px;
  height: 345px;
  left: -10px;
  @media screen and (max-width: 1280px) {
    width: 290px;
    height: 285px;
  }
  @media screen and (max-width: 1024px) {
    display: none;
  }
  &.m-cta-content__image1-wrap--2cta {
    bottom: 21px;
    left: -23px;
  }
}
/* 右タレント */
.m-cta-content__image2-wrap {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 370px;
  height: 321px;
  right: -40px;
  @media screen and (max-width: 1280px) {
    width: 310px;
    height: 261px;
  }
  @media screen and (max-width: 1024px) {
    display: none;
  }
  &.m-cta-content__image2-wrap--2cta {
    bottom: 31px;
  }
}
.m-cta-content__inner {
  padding: 80px 20px 80px 0;
  max-width: 700px;
  margin: 0 auto;
  @media screen and (max-width: 840px) {
    padding: 40px 10px;
    width: 90%;
    margin: 0 auto;
  }
  &.m-cta-content__inner--2cta {
    padding: 50px 20px 50px 0;
    @media screen and (max-width: 840px) {
      padding: 40px 0;
      width: 93%;
      margin: 0 auto;
    }
  }
}
.m-cta-content__text {
  font-size: 28px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
  &.m-cta-content__text--2cta {
    margin: 0;
    font-size: 24px;
    @media screen and (max-width: 840px) {
      font-size: 18px;
    }
  }
}
.m-cta-content__text-large {
  font-size: 40px;
  font-weight: 700;
  @media screen and (max-width: 840px) {
    font-size: 24px;
  }
  &.m-cta-content__text-large--2cta {
    font-size: 36px;
    @media screen and (max-width: 840px) {
      font-size: 24px;
    }
  }
}
.m-cta-content__text-small {
  font-size: 24px;
  font-weight: normal;
  @media screen and (max-width: 840px) {
    font-size: 18px;
  }
}
.m-cta-content__box {
  display: flex;
  justify-content: center;
}

/* ボックスCTA＿シンプル1ボタンver */
.m-cta-simple-1button {
  padding: 30px 0 50px;
  @media screen and (max-width: 1280px) {
    padding: 50px 20px;
  }
  @media screen and (max-width: 840px) {
    padding: 50px 20px;
  }
  &.m-cta-simple-1button--no-side-padding {
    padding: 50px 0;
    @media screen and (max-width: 1280px) {
      padding: 50px 0;
    }
  }
}
.m-cta-simple-1button__wrap {
  border: 6px solid var(--gray-bg-01);
  padding: 50px 20px;
  background-color: var(--white);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  @media screen and (max-width: 1024px) {
    display: block;
    padding: 50px 20px 20px;
  }
  @media screen and (max-width: 840px) {
    padding: 20px 30px 10px;
  }
  &.m-cta-simple-1button__wrap--wide-padding {
    gap: 40px;
    padding: 50px 45px;
    @media screen and (max-width: 840px) {
      padding: 50px 20px 20px;
    }
  }
}
.m-cta-simple-1button__title {
  font-size: 22px;
  font-weight: bold;
  &.m-cta-simple-1button__title--left {
    text-align: left;
  }
}
.m-cta-simple-1button__text {
  font-size: 16px;
  margin: 20px 0 0;
  &.m-cta-simple-1button__text--left {
    text-align: left;
  }
}
.m-cta-simple-1button__spacing {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  @media screen and (max-width: 1024px) {
    padding: 0 0 30px;
  }
  .c-cta__link {
    @media screen and (max-width: 840px) {
      width: 300px;
    }
  }
}
/* ボックスCTA＿シンプル2ボタンver */
.m-cta-simple-2button {
  padding: 0 0 50px;
  @media screen and (max-width: 1280px) {
    padding: 0 20px 50px;
  }
}
.m-cta-simple-2button__wrap {
  border: 6px solid var(--gray-bg-01);
  padding: 50px 20px;
  background-color: var(--white);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  @media screen and (max-width: 1024px) {
    display: block;
  }
  @media screen and (max-width: 840px) {
    padding: 30px 20px;
  }
}
.m-cta-simple-2button__title {
  font-size: 22px;
  font-weight: bold;
}
.m-cta-simple-2button__text {
  font-size: 16px;
  margin: 20px 0 0;
}
.m-cta-simple-2button__line {
  border-right: 2px solid var(--gray-bg-01);
  @media screen and (max-width: 1024px) {
    border-right: none;
    border-bottom: 2px solid var(--gray-bg-01);
  }
}
.m-cta-simple-2button__spacing {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  @media screen and (max-width: 1024px) {
    padding: 0 0 30px;
  }
  .c-cta__link {
    @media screen and (max-width: 840px) {
      width: 300px;
    }
  }
}
.m-cta-simple-2button__right {
  @media screen and (max-width: 1024px) {
    margin: 30px 0 0;
  }
}
/* ボックスCTA＿3種類のCTAver */
.m-cta-service {
  padding: 70px 60px;
  border-radius: 10px;
  @media screen and (max-width: 840px) {
    padding: 20px;
  }
}
.m-cta-service-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  @media screen and (max-width: 840px) {
    font-size: 26px;
  }
}
.m-cta-service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px 0 0;
  @media screen and (max-width: 1024px) {
    display: block;
  }
}
.m-cta-service__item {
  text-align: center;
  background: var(--white);
  padding: 30px 20px;
  border-radius: 10px;
  width: 400px;
  min-height: 380px;
  @media screen and (max-width: 1024px) {
    width: 100%;
    margin: 20px 0 0;
    min-height: auto;
  }
  .c-button-link {
    min-width: 200px;
    @media screen and (max-width: 1024px) {
      min-width: auto;
    }
  }
}
.m-cta-service__icon-wrap {
  min-height: 80px;
  width: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-cta-service__title {
  min-height: 40px;
  color: var(--rmailmarketing-dark);
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 0;
}
.m-cta-service__text {
  min-height: 150px;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0;
  text-align: left;
  @media screen and (max-width: 1024px) {
    min-height: 50px;
  }
}

/* ドキュメント背景CTA */
.m-cta-document {
  @media screen and (max-width: 840px) {
    margin: 0 20px;
    padding: 0 0 50px;
  }
}
.m-cta-document__wrap {
  position: relative;
  border-radius: 10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 70px;
  overflow: hidden;
  @media screen and (max-width: 840px) {
    margin: 0 auto;
  }
}
.m-cta-document__inner {
  padding: 67px 69px 54px 22%;
  @media screen and (max-width: 1240px) {
    padding: 67px 30px 54px;
  }
  @media screen and (max-width: 840px) {
    padding: 50px 10px;
  }
}
.m-cta-document__content {
  max-width: 860px;
  @media screen and (max-width: 1240px) {
    margin: 0 auto;
  }
}
.m-cta-document__headline {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
  &.m-cta-document__headline--small {
    font-size: 24px;
    font-weight: normal;
    @media screen and (max-width: 840px) {
      font-size: 18px;
    }
    @media screen and (max-width: 600px) {
      font-size: 16px;
    }
  }
}
.m-cta-document__headline-wrap {
  position: relative;
  margin: 0 0 20px;
}
.m-cta-document__column {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  place-items: center;
  padding: 30px 0 0;
  z-index: 10;
  @media screen and (max-width: 840px) {
    grid-template-columns: 1fr;
  }
}
.m-cta-document__figure {
  position: absolute;
  max-width: 588px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
.m-cta-document__image {
  position: absolute;
  top: 52%;
  left: -56%;
  transform: translateY(-40%) scale(1.4);
}
.m-cta-document {
  &.m-cta-document--large {
    .m-cta-document__figure {
      max-width: 906px;
    }
    .m-cta-document__inner {
      padding: 55px 133px 55px 50%;
      @media screen and (max-width: 1240px) {
        padding: 67px 30px 54px;
      }
      @media screen and (max-width: 840px) {
        padding: 30px 15px;
      }
    }
    .m-cta-document__image {
      top: 76%;
      left: -39%;
      transform: translateY(-40%) scale(1.4);
    }
    @media screen and (max-width: 1024px) {
      .m-cta-document__figure {
        display: none;
      }
    }
    @media screen and (max-width: 600px) {
      .m-cta-document__figure {
        display: none;
      }
    }
    .m-cta-document {
      place-items: center;
      @media screen and (max-width: 600px) {
        margin: 0;
        padding: 0;
      }
    }
  }
}
