/*
  /rakurakucloud/mailmarketing/asset/css/page/p-scene-premium-support.css
  scene/premium-supportページ後読み込み用CSS
*/
.p-scene-premium-support {
  .m-cta-content {
    margin: 50px auto 0;
  }
  .m-flow-item {
    @media screen and (max-width: 840px) {
      margin: 35px 0 0;
    }
  }
  .m-flow-item-title {
    height: 230px;
    @media screen and (max-width: 840px) {
      &::after {
        display: none;
      }
    }
  }
  .m-flow-item:not(:last-child) {
    @media screen and (max-width: 840px) {
      &::after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px auto 0;
        background: url(/rakurakucloud/mailmarketing/asset/image/common/icon/icon-arrow-simple.svg) no-repeat bottom/contain;
        transform: rotate(90deg);
      }
    }
  }
  .m-flow-item-title__image-wrap {
    width: 100px;
  }
  .m-cta__inner {
    min-height: 360px;
    padding: 50px 0 30px;
    @media screen and (max-width: 840px) {
      min-height: 0;
      padding: 35px 10px;
    }
  }
  .l-footer-copy {
    padding: 55px 0 70px;
    @media screen and (max-width: 840px) {
      padding: 20px 0 70px;
    }
  }
}
/* そのお悩み「楽楽メールマーケティング」のサポートで解決できます！ */
.p-scene-premium-support-title__small {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

/* よくあるお悩みと解決 */
.p-scene-premium-support-onayami-list {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "t1 t2"
    "h  h"
    "s1 s2";
  gap: 40px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "t1"
      "s1"
      "t2"
      "s2";
  }
}
.p-scene-premium-support-onayami__t1 {
  grid-area: t1;
}
.p-scene-premium-support-onayami__t2 {
  grid-area: t2;
}
.p-scene-premium-support-onayami__heading {
  grid-area: h;
}
.p-scene-premium-support-onayami__s1 {
  grid-area: s1;
}
.p-scene-premium-support-onayami__s2 {
  grid-area: s2;
}
.p-scene-premium-support-onayami-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: var(--gray-bg-02);
  border-radius: 10px;
  padding: 40px 30px 20px 40px;
}
.p-scene-premium-support-onayami__image-wrap {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.p-scene-premium-support-onayami__text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
}
.p-scene-premium-support-onayami__text-large {
  font-size: clamp(18px, 2vw, 20px);
}
/* 解決セクション */
.p-scene-premium-support-solution__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
.p-scene-premium-support-solution__heading-em {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  font-style: normal;
  color: var(--rmailmarketing-dark);
}
.p-scene-premium-support-solution-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: var(--gray-bg-02);
  border-radius: 10px;
  padding: 50px 20px 30px;
}
.p-scene-premium-support-solution-item__icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
  background: var(--white);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-scene-premium-support-solution-item__icon {
  width: 30px;
  height: 30px;
}
.p-scene-premium-support-solution-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--rmailmarketing-dark);
  text-align: center;
}
.p-scene-premium-support-solution-item__image-wrap {
  width: 350px;
  height: 234px;
  margin: 0;
  @media screen and (max-width: 600px) {
    width: 100%;
    height: auto;
  }
}
.p-scene-premium-support-solution-item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

/* 企業リストダウンロード */
.p-scene-premium-support-bizmap {
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.p-scene-premium-support-bizmap__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.p-scene-premium-support-bizmap-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.p-scene-premium-support-bizmap__powered {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-scene-premium-support-bizmap__powered-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}
.p-scene-premium-support-bizmap__powered-logo {
  width: 96px;
  height: auto;
  object-fit: contain;
}
.p-scene-premium-support-bizmap__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.p-scene-premium-support-bizmap__image-wrap {
  width: 800px;
  @media screen and (max-width: 840px) {
    width: 100%;
  }
}

/* プレミアムサポートとは - ポイント */
.p-scene-premium-support-point {
  margin: 40px 0 0;
  display: flex;
  align-items: stretch;
  @media screen and (max-width: 840px) {
    flex-direction: column;
  }
}
.p-scene-premium-support-point__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: var(--gray-bg-02);
  border-radius: 10px;
  padding: 20px 15px;
}
.p-scene-premium-support-point__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  @media screen and (max-width: 840px) {
    transform: rotate(90deg);
    margin: 10px auto;
  }
}
.p-scene-premium-support-point__arrow-icon {
  width: 30px;
  height: 30px;
}
.p-scene-premium-support-point__item-heading-wrap {
  width: 100%;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-scene-premium-support-point__item-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--rmailmarketing-dark);
  text-align: center;
}
.p-scene-premium-support-point__item-heading--lg {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.p-scene-premium-support-point__item-figure {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-scene-premium-support-point__item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.p-scene-premium-support-point__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
}
/* 導入した事例 */
.p-scene-premium-support-cases {
  display: flex;
  gap: 40px;
  @media screen and (max-width: 840px) {
    flex-direction: column;
    gap: 20px;
  }
}
.p-scene-premium-support-case {
  flex: 1;
  position: relative;
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
}

.p-scene-premium-support-case__badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: var(--white);
}
.p-scene-premium-support-case__inner {
  flex: 1;
  background-color: var(--gray-bg-02);
  border-radius: 10px;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.p-scene-premium-support-case__box {
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 5px;
  width: 100%;
}
.p-scene-premium-support-case__label {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
}
.p-scene-premium-support-case__label-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.p-scene-premium-support-case__label-main {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.p-scene-premium-support-case__label--before .p-scene-premium-support-case__label-sub,
.p-scene-premium-support-case__label--before .p-scene-premium-support-case__label-main {
  color: var(--gray-03);
}
.p-scene-premium-support-case__label--after .p-scene-premium-support-case__label-sub,
.p-scene-premium-support-case__label--after .p-scene-premium-support-case__label-main {
  color: var(--rmailmarketing-dark);
}
.p-scene-premium-support-case__content {
  flex: 1;
  border-left: 1px solid var(--gray-bg-01);
  padding: 5px 0 7px 16px;
}
.p-scene-premium-support-case__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.p-scene-premium-support-case__arrow {
  display: flex;
  justify-content: center;
}
.p-scene-premium-support-case__arrow-icon {
  width: 30px;
  height: 30px;
}
.p-scene-premium-support-case__list {
  flex: 1;
  border-left: 1px solid var(--gray-bg-01);
  padding: 5px 0 7px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}
.p-scene-premium-support-case__item {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: var(--rmailmarketing-dark);
    border-radius: 5px;
  }
}

/* 「楽楽メールマーケティング」とは？ */
.p-scene-premium-support-product {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }
}
.p-scene-premium-support-product__text {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
/*
製品画面
 */
.p-scene-premium-support-product__video {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  margin: 30px auto 0;
  width: 100%;
  @media screen and (max-width: 840px) {
    margin: 30px auto 50px;
  }
}
.p-scene-premium-support-product__pc-wrap {
  position: relative;
  z-index: 10;
}
.p-scene-premium-support-product__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 3% 12% 0%;
}
