/*
  /rakurakucloud/mailmarketing/asset/css/page/p-scene-salesagency-fv.css
  scene/salesagencyページFV＋次セクション用CSS
*/
.c-heading-h2--small {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.p-scene-salesagency-fv {
  overflow: hidden;
  padding: 108px 0;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 1024px) {
    height: 550px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    height: 470px;
  }
}
.p-scene-salesagency-fv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  width: 1200px;
  gap: 40px;
  @media screen and (max-width: 1280px) {
    width: 100%;
    padding: 0 60px;
  }
  @media screen and (max-width: 1024px) {
    display: block;
    padding: 0;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -344px;
    right: -276px;
    width: 612px;
    height: 682px;
    background-image: url(/rakurakucloud/mailmarketing/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1280px) {
      right: -194px;
      transform: rotate(-93deg);
    }
    @media screen and (max-width: 1024px) {
      right: -37px;
      bottom: -496px;
      width: 350px;
      height: 500px;
      transform: rotate(-7deg);
    }
    @media screen and (max-width: 600px) {
      transform: rotate(-36deg);
      bottom: -420px;
      right: -125px;
      width: 320px;
      height: 448px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -196px;
    left: -346px;
    width: 312px;
    height: 382px;
    background-image: url(/rakurakucloud/mailmarketing/asset/image/common/component/fv-back-component-sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
}
.p-scene-salesagency-fv__title {
  @media screen and (max-width: 1024px) {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.p-scene-salesagency-fv__image-wrap {
  position: absolute;
  right: 82px;
  top: -79px;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1280px) {
    right: 0;
  }
  @media screen and (max-width: 1024px) {
    width: 100%;
    top: 200px;
    right: 0;
    text-align: center;
  }
  @media screen and (max-width: 600px) {
    top: 157px;
  }
}
.p-scene-salesagency-fv__image {
  @media screen and (max-width: 1024px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.p-scene-salesagency-fv-h1 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  @media screen and (max-width: 1024px) {
    font-size: 28px;
  }
  @media screen and (max-width: 600px) {
    font-size: 20px;
  }
}
.p-scene-salesagency-fv-h1__large {
  font-size: 46px;
  line-height: 130%;
  @media screen and (max-width: 1024px) {
    font-size: 38px;
  }
  @media screen and (max-width: 600px) {
    font-size: 26px;
  }
}
.p-scene-salesagency-fv-h1__strong {
  font-size: 56px;
  line-height: 130%;
  @media screen and (max-width: 1024px) {
    font-size: 45px;
  }
  @media screen and (max-width: 600px) {
    font-size: 35px;
  }
}
.p-scene-salesagency-fv-h1__catch {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  @media screen and (max-width: 1280px) {
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-scene-salesagency-fv__logp-wrap {
  width: 340px;
  height: auto;
  padding: 20px 0;
  @media screen and (max-width: 840px) {
    width: 300px;
    padding: 20px;
    margin: 0 auto;
  }
  @media screen and (max-width: 600px) {
  }
}
.p-scene-salesagency-fv-cta {
  top: -42px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto -42px;
  position: relative;
  width: 940px;
  z-index: 30;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: 98px;
    margin: -138px 0 0;
  }
}
.p-scene-salesagency .c-cta {
  &.c-cta--border {
    margin: 0;
  }
  & .c-cta__link {
    padding: 29px 25px 27px;
    @media screen and (max-width: 600px) {
      width: 310px;
      padding: 24px 15px;
    }
  }
}
/* エンブレムの上のテキスト */
.p-scene-salesagency-fv-lead {
  margin: 40px auto 50px;
  text-align: center;
  @media screen and (max-width: 840px) {
    margin: 130px auto 40px;
  }
}
.p-scene-salesagency-fv-lead__large {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 170%;
  @media screen and (max-width: 840px) {
    font-size: 22px;
    line-height: 1.3;
  }
}
.p-scene-salesagency-fv-lead__small {
  font-size: 18px;
  line-height: 1.7;
  @media screen and (max-width: 840px) {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }
}
/* 導入企業 */
.p-scene-salesagency-fv-contract-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px auto;
  border-radius: 10px;
  padding: 15px;
  @media screen and (max-width: 1280px) {
    display: block;
    text-align: center;
  }
}
.p-scene-salesagency-fv-contract__heading {
  display: grid;
  place-items: center;
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 1280px) {
    margin: 0 auto 12px;
    width: 100%;
  }
}
.p-scene-salesagency-fv-contract-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  @media screen and (max-width: 1024px) {
    flex-wrap: wrap;
  }
}
.p-scene-salesagency-fv-contract-item {
  width: 180px;
  height: 40px;
  display: grid;
  place-items: center;
  max-width: 180px;
  flex: 1 1 180px;
  font-size: 16px;
  line-height: 1.3;
  background-color: var(--white);
  border-radius: 5px;
  @media screen and (max-width: 600px) {
    max-width: 150px;
  }
}
.p-scene-salesagency-fv-company__text {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  font-family: "Roboto", sans-serif;
  @media screen and (max-width: 1280px) {
    display: block;
    text-align: center;
  }
}
.p-scene-salesagency-fv-company__laurel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  @media screen and (max-width: 1280px) {
    gap: 20px;
  }
  @media screen and (max-width: 600px) {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-scene-salesagency-fv-company__laurel {
  position: relative;
  padding: 0 25px;
  text-align: center;
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 600px) {
    height: 85px;
    padding: 0 10px;
  }
  &::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 100px;
    top: 0%;
    left: 0;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/figure/figure-laurel-left.svg) center / contain no-repeat;
    z-index: -10;
    @media screen and (max-width: 600px) {
      width: 30px;
      height: 85px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 100px;
    top: 0%;
    right: 0;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/figure/figure-laurel-right.svg) center / contain no-repeat;
    z-index: -10;
    @media screen and (max-width: 600px) {
      width: 30px;
    }
  }
  &.p-scene-salesagency-fv-company__laurel--large {
    width: 250px;
    @media screen and (max-width: 600px) {
      width: 250px;
    }
  }
  .u-text-annotation {
    color: var(--gray-03);
  }
}
.p-scene-salesagency-fv-company__laurel:nth-child(3) {
  @media screen and (max-width: 600px) {
    flex: 0 0 70%;
  }
}

.p-scene-salesagency-fv-company__text-xl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  @media screen and (max-width: 840px) {
    font-size: 33px;
    line-height: 1.1;
  }
  &.p-scene-salesagency-fv-company__text-xl--position {
    position: relative;
    top: -5px;
  }
}
.p-scene-salesagency-fv-company__text-l {
  font-size: 24px;
  font-weight: 700;
}
.p-scene-salesagency-fv-company__text-normal {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  @media screen and (max-width: 840px) {
    font-size: 14px;
  }
}
.p-scene-salesagency-fv-company__text-small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-scene-salesagency-fv-company__text-company {
  letter-spacing: -0.05em;
}
.p-scene-salesagency-fv-contract {
  margin: 0 auto 70px;
}
.p-scene-salesagency-fv-contract-note {
  line-height: 1.3;
}
