/*
  /rakurakucloud/mailmarketing/asset/css/page/p-about-fv.css
  aboutページFV＋次セクション用CSS
*/
/* 〇〇社超～ */
.p-about-fv-company {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
  @media screen and (max-width: 1280px) {
    display: block;
  }
  @media screen and (max-width: 840x) {
    gap: 20px;
  }
}
.p-about-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-about-fv-company__text-large {
  font-size: 38px;
  font-weight: 700;
}
.p-about-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-about-fv-company__laurel {
  position: relative;
  padding: 22px 25px 0;
  text-align: center;
  width: 200px;
  height: 130px;
  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-about-fv-company__laurel--small {
    width: 180px;
    @media screen and (max-width: 600px) {
      width: 150px;
    }
  }
  &.p-about-fv-company__laurel--large {
    width: 230px;
    @media screen and (max-width: 600px) {
      width: 250px;
    }
  }
}
.p-about-fv-company__laurel:nth-child(3) {
  @media screen and (max-width: 600px) {
    flex: 0 0 70%;
  }
}

.p-about-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-about-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-about-fv-company__text-small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-about-fv-note {
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: left;
  max-width: 1200px;
  line-height: 1.1;
}

/* サービス説明 */
.p-about-intro {
  background: var(--gray-bg-02);
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
.p-about-intro-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 840px) {
    flex-direction: column;
  }
}
.p-about-intro-item {
  background: var(--white);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 30px 40px;
  border-radius: 10px;
  @media screen and (max-width: 840px) {
    padding: 20px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
