@charset "UTF-8";
/*
  /rakurakucloud/mailmarketing/asset/css/page/p-top-fv.css
  topページFV＋次セクション用CSS
*/
.p-top-fv {
  overflow: hidden;
  padding: 15px 0 60px;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 840px) {
    height: 570px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    height: 510px;
    padding: 25px 20px 105px;
  }
}
.p-top-fv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 1000px;
  gap: 40px;
  @media screen and (max-width: 1280px) {
    width: 100%;
    padding: 0 60px;
  }
  @media screen and (max-width: 840px) {
    display: block;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -290px;
    right: -357px;
    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) {
      width: 370px;
      height: 830px;
      bottom: -412px;
      right: 63px;
      transform: rotate(11deg);
    }
    @media screen and (max-width: 840px) {
      right: -37px;
      bottom: -483px;
      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-top-fv__title {
  @media screen and (max-width: 840px) {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.p-top-fv__image-wrap {
  position: absolute;
  right: -30px;
  top: 0;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1280px) {
    right: 0;
  }
  @media screen and (max-width: 1024px) {
    right: -110px;
    top: 0;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    top: auto;
    right: 0;
    text-align: center;
  }
}
.p-top-fv__image {
  @media screen and (max-width: 1024px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.p-top-fv-h1 {
  display: block;
  font-size: 60px;
  font-weight: 700;
  margin: 15px 0 0 0;
  line-height: 1.3;
  @media screen and (max-width: 1024px) {
    font-size: 45px;
    margin: 25px 0 0 0;
  }
  @media screen and (max-width: 840px) {
    margin: 0;
  }
  @media screen and (max-width: 600px) {
    font-size: 33px;
  }
}
.p-top-fv-h1__small {
  font-size: 24px;
  font-weight: 500;
  @media screen and (max-width: 1024px) {
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}
.p-top-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-top-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: -34px;
    margin: 0 auto -132px;
  }
  @media screen and (max-width: 600px) {
    top: -95px;
    margin: 0 auto -110px;
  }
}
/*
ロゴ変わりました
 */
.p-top-fv-box {
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--gray-bg-02);
  margin: 0 auto;
  max-width: 1000px;
  @media screen and (min-width: 601px) and (max-width: 839px) {
    margin: 70px 0 0;
  }
}
.p-top-fv-box__text {
  background: var(--gray-bg-02);
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
.p-top-fv-box__inner {
  position: relative;
  max-width: 700px;
  margin-inline: auto;
  border-radius: 5px;
  display: flex;
  gap: 0 80px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  @media screen and (max-width: 600px) {
    display: block;
  }
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(calc(-50% - 80px), -50%) rotate(-90deg);
    width: 25px;
    height: 34px;
    mask: url(/rakurakucloud/mailmarketing/asset/image/common/icon/icon_arrow-primary.svg) no-repeat center / contain;
    -webkit-mask: url(/rakurakucloud/mailmarketing/asset/image/common/icon/icon_arrow-primary.svg) no-repeat center / contain;
    background-color: var(--gray-06);
    @media screen and (max-width: 600px) {
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
}
.p-top-fv-box__image-haihai {
  max-width: 150px;
  width: 100%;
  @media screen and (max-width: 600px) {
    margin: 0 auto;
  }
}
.p-top-fv-box__image-rmailmarketing {
  max-width: 250px;
  width: 100%;
  @media screen and (max-width: 600px) {
    margin: 70px auto 0;
  }
}
/* 〇〇社超～ */
.p-top-fv-company {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 10px 0;
  gap: 0 30px;
  flex-wrap: wrap;
  @media screen and (max-width: 1280px) {
    display: block;
  }
  @media screen and (max-width: 840x) {
    gap: 20px;
  }
}
.p-top-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-top-fv-company__text-large {
  font-size: 38px;
  font-weight: 700;
}
.p-top-fv-company__laurel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  @media screen and (max-width: 600px) {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-top-fv-company__laurel {
  position: relative;
  padding: 15px 25px 0;
  text-align: center;
  width: 200px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 600px) {
    flex: 0 0 46%;
    height: 100px;
    padding: 35px 35px 0;
  }
  &::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 100px;
    top: 20%;
    left: 0;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/figure/figure-laurel-left.svg) center / contain no-repeat;
    z-index: -10;
  }
  &::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 100px;
    top: 20%;
    right: 0;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/figure/figure-laurel-right.svg) center / contain no-repeat;
    z-index: -10;
  }
  &.p-top-fv-company__laurel--small {
    width: 180px;
    @media screen and (max-width: 600px) {
      width: 150px;
    }
  }
  &.p-top-fv-company__laurel--large {
    width: 230px;
    @media screen and (max-width: 600px) {
      width: 250px;
    }
  }
}
.p-top-fv-company__laurel:nth-child(3) {
  @media screen and (max-width: 600px) {
    flex: 0 0 70%;
  }
}

.p-top-fv-company__text-xl {
  font-size: 38px;
  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-top-fv-company__text-normal {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.9;
  @media screen and (max-width: 840px) {
    font-size: 14px;
    line-height: 1;
  }
}
.p-top-fv-company__text-small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-top-fv-note {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 50px;
  line-height: 1.1;
  @media screen and (max-width: 840px) {
    padding: 0 10px;
  }
}
/* 企業ロゴ */
.p-top-fv-contract {
  width: 100%;
  text-align: center;
  margin: -50px auto 0;
  height: 120px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/rakurakucloud/mailmarketing/asset/image/common/figure/company.webp) repeat-x left center / auto 90px;
  @media screen and (max-width: 840px) {
    margin: 0 auto;
  }
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
